aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix libc build breakage by defining FSTYPENAMES before includingBosko Milekic2002-08-161-0/+1
* Add iswctype wcwidth function codeMichael C . Wu2002-08-161-0/+10
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+3
* Add LOGIN_SETMAC, which will indicate to the user context management codeRobert Watson2002-08-161-1/+2
* - Fix a bug that wrote one char behind the end of theRobert Drehmel2002-08-151-6/+3
* Put each function argument on its own line to keep lines shorterRobert Drehmel2002-08-151-1/+6
* Use one line for each function argument to keep the lineRobert Drehmel2002-08-152-2/+11
* Removed duplicated MLINKS which make(1) recently started warning about.Bruce Evans2002-08-151-2/+0
* Include <stdlib.h> to have abort() and exit() declared.Robert Drehmel2002-08-151-0/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel2002-08-155-17/+11
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-155-8/+8
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-1512-41/+17
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-143-10/+4
* - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-142-7/+5
* - Add the 'restrict' qualifier to the definitions of the stringRobert Drehmel2002-08-146-18/+8
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-142-2/+3
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.Robert Watson2002-08-141-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-142-7/+11
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001Robert Drehmel2002-08-142-5/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formRobert Drehmel2002-08-143-25/+9
* Unbreak one of the most confusing breaks of the tree I've seen.Poul-Henning Kamp2002-08-131-1/+2
* Reduce BSS size for programs which not load collate by eliminatingAndrey A. Chernov2002-08-132-10/+13
* Use a union to access the words of a double as this is less likelyDavid Malone2002-08-131-4/+8
* can not -> cannot.Ruslan Ermilov2002-08-132-2/+2
* Tidy up SRCS and MAN assignments.Tim J. Robbins2002-08-131-20/+13
* Remove the Bugs section, which is not relevant to FreeBSD: there is noTim J. Robbins2002-08-131-2/+0