aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Simplify one condition in prev. commit:Andrey A. Chernov2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedAndrey A. Chernov2004-04-011-17/+27
* The previous commit changed the behavior of nsdispatch() in theJacques Vidrine2004-04-011-3/+1
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one isPeter Wemm2004-03-312-10/+10
* When a dynamic NSS module is built and linked against a threadJacques Vidrine2004-03-303-23/+43
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),Tim J. Robbins2004-03-301-1/+6
* Add basic manual pages for isideogram(), isphonogram(), isrune()Tim J. Robbins2004-03-305-1/+235
* Trim cross-references.Tim J. Robbins2004-03-301-15/+2
* Document the isnumber() and ishexnumber() functions, and explain how theyTim J. Robbins2004-03-302-13/+34
* Remove duplicate MLINK.Tim J. Robbins2004-03-291-1/+1
* Recognize the "rune" character class in wctype().Tim J. Robbins2004-03-272-6/+8
* Document the existence of NET_RT_IFMALIST.Bruce M Simpson2004-03-251-0/+7
* [troff] removed the unnecessary use of \_ escapes.Ruslan Ermilov2004-03-251-96/+96
* Add locking so that arc4random(3) functions are all reentrant forBrian Feldman2004-03-241-10/+54
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-03-211-1/+7
* Mention that funopen() uses fpos_t incorrectly in the BUGS section.Tim J. Robbins2004-03-201-1/+9
* Improve documentation for fgetpos() and fsetpos(), and discourageTim J. Robbins2004-03-201-13/+21
* Shave-off troff cycles by invoking .Fa only once.Diomidis Spinellis2004-03-191-3/+1
* Do not redundantly set the stream orientation in getc(), putc(), andTim J. Robbins2004-03-196-6/+12
* Update list of macros defined in <stdio.h>.Tim J. Robbins2004-03-171-1/+17
* Re-add description of putc() macro (back out rev. 1.13.)Tim J. Robbins2004-03-171-2/+8
* Re-add text that says getc() is a macro (back out rev. 1.16.)Tim J. Robbins2004-03-171-1/+2
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),Tim J. Robbins2004-03-176-34/+12
* Use unions to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-166-43/+50
* Refer to "wide characters" instead of "wide-characters".Tim J. Robbins2004-03-163-15/+15
* Sort MLINKS.Tim J. Robbins2004-03-161-1/+1
* Add fairly minimal documentation for the nmount() syscall.Tim J. Robbins2004-03-162-3/+35
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itDag-Erling Smørgrav2004-03-151-2/+2
* Document additional reasons that sysctl(3) can return ENOMEM (due toDon Lewis2004-03-151-0/+11
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* Set stream orientation in ungetc() instead of __ungetc(). This avoidsTim J. Robbins2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.Tim J. Robbins2004-03-101-2/+0
* Call __sputc() directly in fputc() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying onTim J. Robbins2004-03-101-0/+1
* Set stream orientation in puts().Tim J. Robbins2004-03-101-0/+2
* Backout the previous revision due to objections.John Birrell2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEJohn Birrell2004-03-092-4/+10
* Rearrange (centralize) initialization of mallocs internals to always bePoul-Henning Kamp2004-03-071-19/+13
* Merge some fixes from NetBSD's getopt.3 v1.31:Andrey A. Chernov2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:Andrey A. Chernov2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'Andrey A. Chernov2004-03-061-1/+1
* Make GNU-compatible following case:Andrey A. Chernov2004-03-062-23/+27
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-054-8/+8
* Document missing EFAULT errno value.Diomidis Spinellis2004-03-031-0/+8
* Make return code in noarg case GNU-compatibleAndrey A. Chernov2004-03-032-20/+24
* Be more GNU-compatible in diagnosticsAndrey A. Chernov2004-03-031-11/+61
* If handed a file pointer we can't write to, set errno properly to EBADFJordan K. Hubbard2004-03-021-1/+4
* makecontext lib call.Peter Grehan2004-03-023-3/+167