| Commit message (Expand) | Author | Age | Files | Lines |
* | Style: tab between #define and macro name. | tjr | 2002-09-12 | 1 | -4/+4 |
* | Protect arguments to the putwc and putwchar macros with parens. | tjr | 2002-09-12 | 1 | -2/+2 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | tjr | 2002-09-11 | 1 | -0/+3 |
* | Conditionalize some objects to match the functions that they are used | mike | 2002-09-11 | 1 | -2/+5 |
* | Fix some style bugs: | mike | 2002-09-10 | 1 | -30/+32 |
* | Fix namespace issues by using the relatively new visibility | mike | 2002-09-10 | 1 | -17/+30 |
* | Replace FILE with struct __sFILE in the prototypes for the wide character | tjr | 2002-09-10 | 1 | -10/+10 |
* | Without fixing the namespace issues, add prototypes for the new _Exit() | wollman | 2002-09-10 | 1 | -2/+5 |
* | Remove the typedef of wctype_t from this header; we don't support the | tjr | 2002-09-09 | 1 | -5/+0 |
* | Solve the <runetype.h> pollution problem by disabling inline | mike | 2002-09-09 | 2 | -8/+32 |
* | style(9): line up function names. | mike | 2002-09-09 | 1 | -13/+14 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | tjr | 2002-09-08 | 1 | -0/+3 |
* | Add an implementation of wcstok(), based on strtok_r(). | tjr | 2002-09-07 | 1 | -0/+2 |
* | Add restrict qualifiers to wcsstr()'s arguments. | tjr | 2002-09-07 | 1 | -1/+1 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 7 | -29/+29 |
* | o Fix namespace scope issues in <ctype.h> by using the relatively new | mike | 2002-09-06 | 4 | -44/+72 |
* | remove #pragma ident | alfred | 2002-09-04 | 1 | -2/+0 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 1 | -4/+2 |
* | Be more explicit about a namespace by using the relatively new | mike | 2002-09-01 | 1 | -1/+1 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 1 | -3/+3 |
* | Add time_t typedef for POSIX compatibility, move an include. | mike | 2002-08-24 | 1 | -2/+8 |
* | Use sys/nlist_aout.h for shared-with-kernel definitions. | peter | 2002-08-22 | 1 | -69/+1 |
* | Use sys/link_elf.h or sys/link_aout.h based on compile environment | peter | 2002-08-22 | 1 | -284/+3 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 23 | -196/+197 |
* | Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions. | tjr | 2002-08-20 | 1 | -2/+5 |
* | Sort unsorted prototypes | ache | 2002-08-19 | 1 | -1/+1 |
* | Activate (uncomment) wcwidth() and wcswidth() now implemented | ache | 2002-08-19 | 1 | -3/+0 |
* | Move internal defines from here to libc/locale/wcwidth.c | ache | 2002-08-19 | 2 | -6/+0 |
* | Properly define SWIDTH1, add autowidth (was SWIDTH1) | ache | 2002-08-19 | 2 | -2/+4 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | tjr | 2002-08-18 | 1 | -9/+0 |
* | Change a POSIX conditional to use the new __BSD_VISIBLE macro. | mike | 2002-08-16 | 1 | -11/+11 |
* | Add swidth definition for wchar stuff | keichii | 2002-08-16 | 2 | -0/+12 |
* | add a check for GNUC < 3 to typedef bool because gcc 3 always seems to | alfred | 2002-08-16 | 1 | -1/+1 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 1 | -6/+9 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 1 | -4/+4 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 2 | -7/+7 |
* | - Add the 'restrict' qualifier to the function definitions and | robert | 2002-08-14 | 1 | -2/+2 |
* | - Add the 'restrict' qualifier to the function definition of | robert | 2002-08-14 | 1 | -1/+2 |
* | - Add the C99 'restrict' qualifier using the '__restrict' macro to | robert | 2002-08-14 | 1 | -1/+2 |
* | - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 | robert | 2002-08-14 | 1 | -1/+2 |
* | -Add the restrict required by IEEE Std 1003.1-2001 in form | robert | 2002-08-14 | 1 | -2/+3 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+22 |
* | Implement POSIX.1-2001 (XSI)'s ulimit(3). | mike | 2002-08-08 | 2 | -1/+39 |
* | Sort prototypes by function name. | tjr | 2002-08-06 | 1 | -10/+8 |
* | Whitespace formatting changes: line up macro bodies, function names, | tjr | 2002-08-06 | 2 | -46/+48 |
* | Fix some style bugs. | mike | 2002-08-05 | 1 | -10/+11 |
* | Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.), | tjr | 2002-08-05 | 1 | -6/+37 |
* | Implement POSIX.1-2001 (XSI)'s fmtmsg(3). | mike | 2002-08-05 | 2 | -1/+73 |
* | Change wctype_t to an unsigned type to avoid warnings. | tjr | 2002-08-04 | 2 | -2/+2 |
* | Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. | tjr | 2002-08-04 | 1 | -0/+7 |