aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Fix namespace scope issues in <ctype.h> by using the relatively newMike Barcroft2002-09-064-44/+72
* remove #pragma identAlfred Perlstein2002-09-041-2/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-4/+2
* Be more explicit about a namespace by using the relatively newMike Barcroft2002-09-011-1/+1
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andTim J. Robbins2002-09-011-3/+3
* Add time_t typedef for POSIX compatibility, move an include.Mike Barcroft2002-08-241-2/+8
* Use sys/nlist_aout.h for shared-with-kernel definitions.Peter Wemm2002-08-221-69/+1
* Use sys/link_elf.h or sys/link_aout.h based on compile environmentPeter Wemm2002-08-221-284/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-2123-196/+197
* Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.Tim J. Robbins2002-08-201-2/+5
* Sort unsorted prototypesAndrey A. Chernov2002-08-191-1/+1
* Activate (uncomment) wcwidth() and wcswidth() now implementedAndrey A. Chernov2002-08-191-3/+0
* Move internal defines from here to libc/locale/wcwidth.cAndrey A. Chernov2002-08-192-6/+0
* Properly define SWIDTH1, add autowidth (was SWIDTH1)Andrey A. Chernov2002-08-192-2/+4
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-181-9/+0
* Change a POSIX conditional to use the new __BSD_VISIBLE macro.Mike Barcroft2002-08-161-11/+11
* Add swidth definition for wchar stuffMichael C . Wu2002-08-162-0/+12
* add a check for GNUC < 3 to typedef bool because gcc 3 always seems toAlfred Perlstein2002-08-161-1/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel2002-08-151-6/+9
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-151-4/+4
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-152-7/+7
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-141-2/+2
* - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-141-1/+2
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-141-1/+2
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-141-1/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formRobert Drehmel2002-08-141-2/+3
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+22
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-082-1/+39
* Sort prototypes by function name.Tim J. Robbins2002-08-061-10/+8
* Whitespace formatting changes: line up macro bodies, function names,Tim J. Robbins2002-08-062-46/+48
* Fix some style bugs.Mike Barcroft2002-08-051-10/+11
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),Tim J. Robbins2002-08-051-6/+37
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-052-1/+73
* Change wctype_t to an unsigned type to avoid warnings.Tim J. Robbins2002-08-042-2/+2
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins2002-08-041-0/+7