aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat
Commit message (Expand)AuthorAgeFilesLines
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-15/+30
* Check NULL pointer to avoid SIGSEGVDavid Xu2002-12-241-1/+2
* Use mkstemp(3) to avoid /tmp race.Tim J. Robbins2002-05-291-4/+4
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.Philippe Charnier2002-03-263-10/+12
* * Don't SEGFAULT on attempt to write nothing (if no source files wereAlexey Zelkin2002-02-131-1/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Fix grammar in AUTHORS section.Dima Dorfman2001-11-231-2/+2
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-083-299/+151
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-2/+3
* Fix octal numbers parsingAndrey A. Chernov2000-07-151-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* More egcs warning fixes:Warner Losh1999-04-251-1/+2
* Updated gencat(1) page from T. Lambert:Joseph Koshy1998-11-181-16/+132
* Fixed printf format errors.Bruce Evans1998-08-021-3/+3
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1998-04-301-12/+12
* Install gencat.1 manpage.Wolfram Schneider1997-09-142-2/+63
* Use err(3), remove unused variables.Philippe Charnier1997-07-082-68/+40
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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-172-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-37/+37
* Add the gencat command for creating message catalog fodder for the newJordan K. Hubbard1995-03-304-0/+1258