summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-014-9/+9
* Fix a memory leak.mike2002-09-011-1/+3
* Implement the XSI extension which allows the destination string to betjr2002-08-312-6/+48
* Split ansi.c into a separate source file for each function.tjr2002-08-316-85/+253
* Use ntohl() to read cnains number in new formatache2002-08-311-2/+4
* Add the 'restrict' type qualifier to the function prototyperobert2002-08-301-1/+1
* - Update the manual page of bcmp(3) by replacingrobert2002-08-302-7/+12
* Style fixache2002-08-301-3/+3
* - Convert the function definition to declare its argumentsrobert2002-08-301-8/+4
* Prepare for switching to unlimited chains format.ache2002-08-302-23/+46
* - Update the manual pages of index() and rindex() to showrobert2002-08-304-17/+38
* - Update the manual page to show that the associated header filerobert2002-08-302-4/+10
* - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatrobert2002-08-302-2/+9
* Print a '-' sign for negative zero. Tested withschweikh2002-08-271-7/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-253-3/+3
* 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
OpenPOWER on IntegriCloud