summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-076-21/+38
* Begin in the initial shift state in mbstowcs() and wcstombs().tjr2004-04-072-2/+6
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-0612-71/+87
* Add a missing "*errp = h_errno" forgotten in rev 1.36.pb2004-04-061-1/+2
* Update .Dd value.dfr2004-04-061-1/+1
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDpb2004-04-051-4/+12
* Document lgetfh(2).dfr2004-04-052-5/+22
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codetjr2004-04-041-104/+97
* Simplify one condition in prev. commit:ache2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedache2004-04-011-17/+27
* The previous commit changed the behavior of nsdispatch() in thenectar2004-04-011-3/+1
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one ispeter2004-03-312-10/+10
* When a dynamic NSS module is built and linked against a threadnectar2004-03-303-23/+43
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),tjr2004-03-301-1/+6
* Add basic manual pages for isideogram(), isphonogram(), isrune()tjr2004-03-305-1/+235
* Trim cross-references.tjr2004-03-301-15/+2
* Document the isnumber() and ishexnumber() functions, and explain how theytjr2004-03-302-13/+34
* Remove duplicate MLINK.tjr2004-03-291-1/+1
* Recognize the "rune" character class in wctype().tjr2004-03-272-6/+8
* Document the existence of NET_RT_IFMALIST.bms2004-03-251-0/+7
* [troff] removed the unnecessary use of \_ escapes.ru2004-03-251-96/+96
* Add locking so that arc4random(3) functions are all reentrant forgreen2004-03-241-10/+54
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+7
* Mention that funopen() uses fpos_t incorrectly in the BUGS section.tjr2004-03-201-1/+9
* Improve documentation for fgetpos() and fsetpos(), and discouragetjr2004-03-201-13/+21
* Shave-off troff cycles by invoking .Fa only once.dds2004-03-191-3/+1
* Do not redundantly set the stream orientation in getc(), putc(), andtjr2004-03-196-6/+12
* Update list of macros defined in <stdio.h>.tjr2004-03-171-1/+17
* Re-add description of putc() macro (back out rev. 1.13.)tjr2004-03-171-2/+8
* Re-add text that says getc() is a macro (back out rev. 1.16.)tjr2004-03-171-1/+2
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-176-34/+12
* Use unions to avoid violating C99 strict aliasing rules.des2004-03-166-43/+50
* Refer to "wide characters" instead of "wide-characters".tjr2004-03-163-15/+15
* Sort MLINKS.tjr2004-03-161-1/+1
* Add fairly minimal documentation for the nmount() syscall.tjr2004-03-162-3/+35
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itdes2004-03-151-2/+2
* Document additional reasons that sysctl(3) can return ENOMEM (due totruckman2004-03-151-0/+11
* Make this compile with -O2. A proper fix would use a struct to representdes2004-03-151-22/+22
* Whitespace nits.des2004-03-151-4/+4
* Set stream orientation in ungetc() instead of __ungetc(). This avoidstjr2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.tjr2004-03-101-2/+0
* Call __sputc() directly in fputc() instead of taking an expensivetjr2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensivetjr2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying ontjr2004-03-101-0/+1
* Set stream orientation in puts().tjr2004-03-101-0/+2
* Backout the previous revision due to objections.jb2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-092-4/+10
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
OpenPOWER on IntegriCloud