aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Removed unused code: fixes compiler warning with CC=gcc46Eitan Adler2012-02-161-83/+0
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Although the file has "ex:ts=4", do some " " -> \t translationsEdwin Groothuis2009-11-121-23/+23
* Our bsd.*.mk only supports 6 WARNS levels and we should not use higher valuesJohan Karlsson2005-06-301-1/+1
* Fix build on sparc64.Ruslan Ermilov2005-02-271-2/+2
* Remove unused now stuff, also set WARNS to 8Alexey Zelkin2005-02-273-898/+1
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingAlexey Zelkin2005-02-271-123/+708
* Avoid unconditional increasing of variable leading to SIGSEGV, if req'dAlexey Zelkin2005-02-011-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* 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