aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ).Jake Burkholder2002-09-021-3/+3
* - Let their manual pages show the reader that the bzero(3) andRobert Drehmel2002-09-014-22/+33
* Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).Tim J. Robbins2002-09-011-1/+1
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andTim J. Robbins2002-09-014-9/+9
* Fix a memory leak.Mike Barcroft2002-09-011-1/+3
* Implement the XSI extension which allows the destination string to beTim J. Robbins2002-08-312-6/+48
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-316-85/+253
* Use ntohl() to read cnains number in new formatAndrey A. Chernov2002-08-311-2/+4
* Add the 'restrict' type qualifier to the function prototypeRobert Drehmel2002-08-301-1/+1
* - Update the manual page of bcmp(3) by replacingRobert Drehmel2002-08-302-7/+12
* Style fixAndrey A. Chernov2002-08-301-3/+3
* - Convert the function definition to declare its argumentsRobert Drehmel2002-08-301-8/+4
* Prepare for switching to unlimited chains format.Andrey A. Chernov2002-08-302-23/+46
* - Update the manual pages of index() and rindex() to showRobert Drehmel2002-08-304-17/+38
* - Update the manual page to show that the associated header fileRobert Drehmel2002-08-302-4/+10
* - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatRobert Drehmel2002-08-302-2/+9
* Hopefully unbreak world. ke_slptime is gone. It should really have beenPeter Wemm2002-08-301-1/+1
* Remove much of the dereferencing of the fd table entries to lookDaniel Eischen2002-08-2939-77/+115
* Make the libc_r version of select() set the readable or writableArchie Cobbs2002-08-293-12/+18
* When poll(2)'ing for readability or writability of a file descriptorArchie Cobbs2002-08-293-6/+18
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDAlfred Perlstein2002-08-281-2/+1
* Print a '-' sign for negative zero. Tested withJens Schweikhardt2002-08-271-7/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-259-9/+9
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsJohn Polstra2002-08-241-5/+5
* &x is not a format stringKris Kennaway2002-08-241-1/+1
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andMike Barcroft2002-08-248-8/+0
* We cannot use an alloc with only inputs and/or locals. The kernelMarcel Moolenaar2002-08-231-11/+16
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.Juli Mallett2002-08-221-0/+9
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confJim Pirzyk2002-08-211-0/+82
* s/EDOFUS/EDOOFUS/Poul-Henning Kamp2002-08-213-5/+5
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-2115-26/+26
* Fix a typo in #if 0 codeScott Long2002-08-211-1/+1
* Add a manual page for wcwidth().Tim J. Robbins2002-08-202-1/+63
* Add a manual page for wcswidth().Tim J. Robbins2002-08-202-1/+62
* Move just committed version of wcswidth.c here (from "locale"),Andrey A. Chernov2002-08-202-25/+31
* Remove wcswidth.c from here (and move it to "string")Andrey A. Chernov2002-08-202-65/+1
* Remove space at the end of continuation line in prev. commitAndrey A. Chernov2002-08-201-1/+1
* xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don'tBruce Evans2002-08-191-1/+1
* Implement wcswidth()Andrey A. Chernov2002-08-192-2/+66
* Use modern-style arguments declarationAndrey A. Chernov2002-08-191-2/+1
* Write null wide-character as L'\0' like in other placesAndrey A. Chernov2002-08-191-1/+1
* According to SUSv2, always return 0 for null wide-character codeAndrey A. Chernov2002-08-191-1/+6
* s/trailing NULL/trailing NUL/Juli Mallett2002-08-192-2/+2
* Move internal defines from ctype.h hereAndrey A. Chernov2002-08-191-0/+4
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.Juli Mallett2002-08-192-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-1813-4/+1020
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allAndrey A. Chernov2002-08-173-11/+58
* According to SUSv2, wcwidth() should return -1 for non-printing charactersAndrey A. Chernov2002-08-171-1/+1
* Cosmetic - remove unneded brackets and #undefAndrey A. Chernov2002-08-172-41/+40
* wcwidth: fix espression to work correctly with SWIDTH0Andrey A. Chernov2002-08-171-2/+4