aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat/genlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused now stuff, also set WARNS to 8Alexey Zelkin2005-02-271-808/+0
| | | | Notes: svn path=/head/; revision=142663
* Check NULL pointer to avoid SIGSEGVDavid Xu2002-12-241-1/+2
| | | | Notes: svn path=/head/; revision=108254
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.Philippe Charnier2002-03-261-5/+7
| | | | 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
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-081-206/+112
| | | | | | | | | | | | | | | | | | . 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
* 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
* 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
* Use err(3), remove unused variables.Philippe Charnier1997-07-081-8/+5
| | | | Notes: svn path=/head/; revision=27274
* 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-171-1/+1
| | | | Notes: svn path=/head/; revision=9251
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-31/+31
| | | | Notes: svn path=/head/; revision=8874
* Add the gencat command for creating message catalog fodder for the newJordan K. Hubbard1995-03-301-0/+888
catgets* routines. Obtained from: NetBSD Notes: svn path=/head/; revision=7496