Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check NULL pointer to avoid SIGSEGV | davidxu | 2002-12-24 | 1 | -1/+2 |
| | |||||
* | Use mkstemp(3) to avoid /tmp race. | tjr | 2002-05-29 | 1 | -4/+4 |
| | |||||
* | Add FBSDID. Spelling. Remove unused includes. Check more malloc failures. | charnier | 2002-03-26 | 3 | -10/+12 |
| | |||||
* | * Don't SEGFAULT on attempt to write nothing (if no source files were | phantom | 2002-02-13 | 1 | -1/+4 |
| | | | | | | | specified) * Don't print currline if it's NULL MFC after: 3 days | ||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Fix grammar in AUTHORS section. | dd | 2001-11-23 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -4/+2 |
| | |||||
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -0/+1 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+2 |
| | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Optimize gencat(1) sources in same manner as its libc part some time ago: | phantom | 2001-02-08 | 3 | -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) | ||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -2/+3 |
| | |||||
* | Fix octal numbers parsing | ache | 2000-07-15 | 1 | -0/+3 |
| | | | | | PR: 19950 Submitted by: Alexey Klimov <klim@unique.kiev.ua> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -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> | ||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -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 | ||||
* | Updated gencat(1) page from T. Lambert: | jkoshy | 1998-11-18 | 1 | -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 | ||||
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -3/+3 |
| | |||||
* | Add (unsigned char) cast to ctype macros | ache | 1998-04-30 | 1 | -12/+12 |
| | |||||
* | Install gencat.1 manpage. | wosch | 1997-09-14 | 2 | -2/+63 |
| | | | | Obtained from: OpenBSD. | ||||
* | Use err(3), remove unused variables. | charnier | 1997-07-08 | 2 | -68/+40 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | Add \' to valid escapes list to be compatible with printf | ache | 1996-12-15 | 1 | -0/+4 |
| | | | | 2.2 candidate | ||||
* | Accept escaped quotes in msg catalogs. | jkh | 1995-08-26 | 1 | -0/+4 |
| | |||||
* | Fix lseek arg by including unistd.h | ache | 1995-06-17 | 2 | -1/+2 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -37/+37 |
| | |||||
* | Add the gencat command for creating message catalog fodder for the new | jkh | 1995-03-30 | 4 | -0/+1258 |
catgets* routines. Obtained from: NetBSD |