Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite using stdio. It cause program speedup since eliminates lots of small | ache | 2000-09-03 | 1 | -1/+1 |
| | | | | | read() syscalls. It not cause static binary size increasing because stdio already picked via setlocale() called from catopen() | ||||
* | protect .h file contents correctly. | phantom | 2000-09-01 | 1 | -18/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+2 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Add the nls code for XPG3-style message catalogs to libc. | jkh | 1995-03-30 | 1 | -0/+170 |
Obtained from: NetBSD |