summaryrefslogtreecommitdiff
path: root/usr.bin/rev/rev.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.2-RELEASE image.
* o Kill unneeded assignment.Maxim Konovalov2006-07-301-1/+0
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=160834
* If ferror is true, we must reset the error indicator.Suleiman Souhlal2004-12-151-0/+1
| | | | | | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> Approved by: grehan (mentor) Notes: svn path=/head/; revision=138883
* Add support for multibyte characters.Tim J. Robbins2004-07-161-4/+9
| | | | Notes: svn path=/head/; revision=132245
* ANSIify function definitions.David Malone2002-09-041-4/+2
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* remove __PWarner Losh2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92921
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
| | | | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Notes: svn path=/head/; revision=87628
* Warns cleanups, add FreeBSD IDs.David Malone2001-12-031-3/+7
| | | | Notes: svn path=/head/; revision=87295
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+110
Notes: svn path=/vendor/CSRG/dist/; revision=23690