summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsjdp2002-08-241-5/+5
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-248-8/+0
* We cannot use an alloc with only inputs and/or locals. The kernelmarcel2002-08-231-11/+16
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confpirzyk2002-08-211-0/+82
* s/EDOFUS/EDOOFUS/phk2002-08-213-5/+5
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-2110-12/+12
* Add a manual page for wcwidth().tjr2002-08-202-1/+63
* Add a manual page for wcswidth().tjr2002-08-202-1/+62
* Move just committed version of wcswidth.c here (from "locale"),ache2002-08-202-25/+31
* Remove wcswidth.c from here (and move it to "string")ache2002-08-202-65/+1
* Remove space at the end of continuation line in prev. commitache2002-08-201-1/+1
* xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don'tbde2002-08-191-1/+1
* Implement wcswidth()ache2002-08-192-2/+66
* Use modern-style arguments declarationache2002-08-191-2/+1
* Write null wide-character as L'\0' like in other placesache2002-08-191-1/+1
* According to SUSv2, always return 0 for null wide-character codeache2002-08-191-1/+6
* s/trailing NULL/trailing NUL/jmallett2002-08-192-2/+2
* Move internal defines from ctype.h hereache2002-08-191-0/+4
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.jmallett2002-08-192-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte charactertjr2002-08-1813-4/+1020
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allache2002-08-173-11/+58
* According to SUSv2, wcwidth() should return -1 for non-printing charactersache2002-08-171-1/+1
* Cosmetic - remove unneded brackets and #undefache2002-08-172-41/+40
* wcwidth: fix espression to work correctly with SWIDTH0ache2002-08-171-2/+4
* Fix libc build breakage by defining FSTYPENAMES before includingbmilekic2002-08-161-0/+1
* Add iswctype wcwidth function codekeichii2002-08-161-0/+10
* - Fix a bug that wrote one char behind the end of therobert2002-08-151-6/+3
* Put each function argument on its own line to keep lines shorterrobert2002-08-151-1/+6
* Use one line for each function argument to keep the linerobert2002-08-152-2/+11
* Removed duplicated MLINKS which make(1) recently started warning about.bde2002-08-151-2/+0
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'robert2002-08-155-17/+11
* - Introduce the 'restrict' qualifier to function prototypes androbert2002-08-155-8/+8
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-1512-41/+17
* - Add the 'restrict' qualifier to the function definitions androbert2002-08-143-10/+4
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-142-7/+5
* - Add the 'restrict' qualifier to the definitions of the stringrobert2002-08-146-18/+8
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-142-2/+3
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-142-7/+11
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001robert2002-08-142-5/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-143-25/+9
* Unbreak one of the most confusing breaks of the tree I've seen.phk2002-08-131-1/+2
* Reduce BSS size for programs which not load collate by eliminatingache2002-08-132-10/+13
* Use a union to access the words of a double as this is less likelydwmalone2002-08-131-4/+8
* can not -> cannot.ru2002-08-132-2/+2
* Tidy up SRCS and MAN assignments.tjr2002-08-131-20/+13
* Remove the Bugs section, which is not relevant to FreeBSD: there is notjr2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead oftjr2002-08-134-12/+12
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-1339-12/+846
* Now malloc() is fixed, remove errno hardcoding to ENOMEMache2002-08-121-3/+6
OpenPOWER on IntegriCloud