summaryrefslogtreecommitdiffstats
path: root/lib/libc/nls/msgcat.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite using stdio. It cause program speedup since eliminates lots of smallache2000-09-031-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.phantom2000-09-011-18/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Add the nls code for XPG3-style message catalogs to libc.jkh1995-03-301-0/+170
Obtained from: NetBSD
OpenPOWER on IntegriCloud