aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add stpcpy(3).David E. O'Brien2002-10-031-0/+1
* Cope with a GCC bug by using an alternative, but equivalent functionMike Barcroft2002-10-031-1/+6
* Fix various style(9) bugs:Mike Barcroft2002-10-031-12/+16
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-6/+7
* o Add typedef for size_t.Mike Barcroft2002-10-021-4/+11
* Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein2002-10-011-0/+7
* test -h is deprecated; use -L instead.Ruslan Ermilov2002-10-011-1/+1
* Merged all interesting difference between the old math.h and the currentBruce Evans2002-10-011-124/+0
* Don't install mqueue.h, since it only makes things harder for portingMike Barcroft2002-09-301-2/+3
* Add getopt_long(3).Eric Melville2002-09-292-1/+75
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins2002-09-281-5/+0
* Back down to 1003.2-1992 for the time being -- it is causing too manyGarrett Wollman2002-09-251-1/+1
* Add forgotten <sys/_types.h> include. Fix some style bugs while I'mMike Barcroft2002-09-241-39/+40
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-0/+5
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+8
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-222-10/+8
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'Bruce Evans2002-09-211-20/+21
* Whitespace fixes (mainly for a space instead of a tab after #define).Bruce Evans2002-09-211-18/+20
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+9
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.Tim J. Robbins2002-09-211-2/+5
* Define constants for those POSIX options and option groups which areGarrett Wollman2002-09-211-18/+237
* Use new visibility macros. Reorder some disordered declarations. AddGarrett Wollman2002-09-211-52/+104
* Use new visibility macros. (1 of 5)Garrett Wollman2002-09-211-10/+10
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-3/+10
* Fix an error which prevented ssize_t from becoming defined. AddMike Barcroft2002-09-201-3/+3
* Add dev/iicbus and dev/smbus to LSUBDIRS listPeter Wemm2002-09-191-1/+2
* Install _semaphore.h.Alfred Perlstein2002-09-191-1/+1
* style(9): tab after #define.Mike Barcroft2002-09-181-12/+12
* o Don't include <nl_types.h>, instead provide a typedef for nl_item.Mike Barcroft2002-09-181-1/+11
* Move definition of nl_item type to <sys/_types.h>, so that it can beMike Barcroft2002-09-181-1/+5
* Use relatively new visibility primitives for conditionals. DocumentMike Barcroft2002-09-181-6/+13
* style(9): line up function namesMike Barcroft2002-09-171-8/+8
* Use the relatively new visibility primitives for conditionals.Mike Barcroft2002-09-171-3/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-4/+0
* Add wcstod() as a wrapper around strtod(). It does not handle any charactersTim J. Robbins2002-09-151-0/+1
* Style: tab between #define and macro name.Tim J. Robbins2002-09-121-4/+4
* Protect arguments to the putwc and putwchar macros with parens.Tim J. Robbins2002-09-121-2/+2
* Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins2002-09-111-0/+3
* Conditionalize some objects to match the functions that they are usedMike Barcroft2002-09-111-2/+5
* Fix some style bugs:Mike Barcroft2002-09-101-30/+32
* Fix namespace issues by using the relatively new visibilityMike Barcroft2002-09-101-17/+30
* Replace FILE with struct __sFILE in the prototypes for the wide characterTim J. Robbins2002-09-101-10/+10
* Without fixing the namespace issues, add prototypes for the new _Exit()Garrett Wollman2002-09-101-2/+5
* Remove the typedef of wctype_t from this header; we don't support theTim J. Robbins2002-09-091-5/+0
* Solve the <runetype.h> pollution problem by disabling inlineMike Barcroft2002-09-092-8/+32
* style(9): line up function names.Mike Barcroft2002-09-091-13/+14
* Add wcstol() and wcstoul(), based on strtol() and strtoul().Tim J. Robbins2002-09-081-0/+3
* Add an implementation of wcstok(), based on strtok_r().Tim J. Robbins2002-09-071-0/+2
* Add restrict qualifiers to wcsstr()'s arguments.Tim J. Robbins2002-09-071-1/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-067-29/+29