aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat
Commit message (Collapse)AuthorAgeFilesLines
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131507
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-15/+30
| | | | Notes: svn path=/head/; revision=131491
* Check NULL pointer to avoid SIGSEGVDavid Xu2002-12-241-1/+2
| | | | Notes: svn path=/head/; revision=108254
* Use mkstemp(3) to avoid /tmp race.Tim J. Robbins2002-05-291-4/+4
| | | | Notes: svn path=/head/; revision=97460
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.Philippe Charnier2002-03-263-10/+12
| | | | Notes: svn path=/head/; revision=93218
* * Don't SEGFAULT on attempt to write nothing (if no source files wereAlexey Zelkin2002-02-131-1/+4
| | | | | | | | | | specified) * Don't print currline if it's NULL MFC after: 3 days Notes: svn path=/head/; revision=90609
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Fix grammar in AUTHORS section.Dima Dorfman2001-11-231-2/+2
| | | | Notes: svn path=/head/; revision=86823
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
| | | | Notes: svn path=/head/; revision=81687
* can not -> cannotSheldon Hearn2001-08-081-1/+1
| | | | Notes: svn path=/head/; revision=81298
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
| | | | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78717
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-083-299/+151
| | | | | | | | | | | | | | | | | | . remove SYSV compatibility bits . sort #include's . ifdef unused code . cleanup BDECFLAGS warnings . fixed few typos in diagnostics messages . style(9) fixes as part of this cleanup I have changed all K&R declarations to ANSI style. Main reason for doing that was great mix of declarations used here - clean ASNI , clean K&R, ifdef'ed (both). Reviewed by: ache (mostly) Notes: svn path=/head/; revision=72164
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-2/+3
| | | | Notes: svn path=/head/; revision=69027
* Fix octal numbers parsingAndrey A. Chernov2000-07-151-0/+3
| | | | | | | | PR: 19950 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=63227
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlines in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49823
* More egcs warning fixes:Warner Losh1999-04-251-1/+2
| | | | | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46081
* Updated gencat(1) page from T. Lambert:Joseph Koshy1998-11-181-16/+132
| | | | | | | | | | | | | | | "Here is a new gencat(1) man page. It contains examples and information not in the current man page (e.g., file format) per the X/Open documentation. It also updates some aspects of the X/Open documentation (e.g., the X/Open document neglects to say how to embed a $quote character into a string)." Submitted by: Terry Lambert <tlambert@primenet.com> Review and small corrections by: jkoshy Notes: svn path=/head/; revision=41234
* Fixed printf format errors.Bruce Evans1998-08-021-3/+3
| | | | Notes: svn path=/head/; revision=38022
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1998-04-301-12/+12
| | | | Notes: svn path=/head/; revision=35547
* Install gencat.1 manpage.Wolfram Schneider1997-09-142-2/+63
| | | | | | | Obtained from: OpenBSD. Notes: svn path=/head/; revision=29411
* Use err(3), remove unused variables.Philippe Charnier1997-07-082-68/+40
| | | | Notes: svn path=/head/; revision=27274
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add \' to valid escapes list to be compatible with printfAndrey A. Chernov1996-12-151-0/+4
| | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20541
* Accept escaped quotes in msg catalogs.Jordan K. Hubbard1995-08-261-0/+4
| | | | Notes: svn path=/head/; revision=10340
* Fix lseek arg by including unistd.hAndrey A. Chernov1995-06-172-1/+2
| | | | Notes: svn path=/head/; revision=9251
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-37/+37
| | | | Notes: svn path=/head/; revision=8874
* Add the gencat command for creating message catalog fodder for the newJordan K. Hubbard1995-03-304-0/+1258
catgets* routines. Obtained from: NetBSD Notes: svn path=/head/; revision=7496