summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strerror.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-161-10/+12
| | | | | | i.e. those other than LC_CTYPE, into the CAVEATS section, and standardize wording somewhat. OK jmc@
* New POSIX xlocale implementation written from scratch.libressl-v2.6.1schwarze2017-09-051-23/+52
| | | | | | | | | | | | Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-3/+3
| | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
* Add some missing names to the NAME sections.schwarze2014-04-071-3/+4
| | | | | | For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Bump standards years, as we conform to the new versions tooguenther2012-03-261-4/+4
| | | | ok jmc@
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-2/+11
| | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* typos, then -> than, from Michael Knudsenjaredy2004-12-101-2/+2
|
* Do a better job of documenting strerror_r() and add an ERRORS section.millert2004-05-031-15/+43
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-211-1/+21
| | | | putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@
* Document that the string returned by strerror(3) contains a maximum ofaaron2000-10-231-2/+6
| | | | NL_TEXTMAX characters.
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+66