aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat/genlib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused now stuff, also set WARNS to 8Alexey Zelkin2005-02-271-808/+0
* Check NULL pointer to avoid SIGSEGVDavid Xu2002-12-241-1/+2
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.Philippe Charnier2002-03-261-5/+7
* * Don't SEGFAULT on attempt to write nothing (if no source files wereAlexey Zelkin2002-02-131-1/+4
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-081-206/+112
* Fix octal numbers parsingAndrey A. Chernov2000-07-151-0/+3
* Fixed printf format errors.Bruce Evans1998-08-021-3/+3
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1998-04-301-12/+12
* Use err(3), remove unused variables.Philippe Charnier1997-07-081-8/+5
* Add \' to valid escapes list to be compatible with printfAndrey A. Chernov1996-12-151-0/+4
* Accept escaped quotes in msg catalogs.Jordan K. Hubbard1995-08-261-0/+4
* Fix lseek arg by including unistd.hAndrey A. Chernov1995-06-171-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-31/+31
* Add the gencat command for creating message catalog fodder for the newJordan K. Hubbard1995-03-301-0/+888