| Commit message (Expand) | Author | Age | Files | Lines |
* | Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure | tjr | 2004-08-21 | 1 | -3/+3 |
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -0/+16 |
* | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | tjr | 2004-08-12 | 1 | -88/+6 |
* | Now that <runetype.h> no longer brings in namespace pollution, | tjr | 2004-06-23 | 1 | -11/+0 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 1 | -4/+4 |
* | Make isblank() visible in the C99 namespace. | tjr | 2004-04-21 | 1 | -2/+8 |
* | Solve the <runetype.h> pollution problem by disabling inline | mike | 2002-09-09 | 1 | -4/+16 |
* | o Fix namespace scope issues in <ctype.h> by using the relatively new | mike | 2002-09-06 | 1 | -9/+29 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -16/+16 |
* | Move internal defines from here to libc/locale/wcwidth.c | ache | 2002-08-19 | 1 | -3/+0 |
* | Properly define SWIDTH1, add autowidth (was SWIDTH1) | ache | 2002-08-19 | 1 | -1/+2 |
* | Add swidth definition for wchar stuff | keichii | 2002-08-16 | 1 | -0/+6 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -31/+31 |
* | Makes __istype() an inline (and a non inlined) function to avoid C++ | bbraun | 2002-02-05 | 1 | -2/+7 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 1 | -31/+31 |
* | Back up following macros by functions: ishexnumber, isideogram, isnumber, | phantom | 1999-12-17 | 1 | -5/+10 |
* | Oops, fix typo in istype definition | ache | 1997-09-27 | 1 | -1/+1 |
* | 1) Bring '!!' back since we wan't overflow even a char | ache | 1997-09-27 | 1 | -17/+19 |
* | Oops, wrong version of digittoint fix was commited, step back to v1.8 | ache | 1997-09-25 | 1 | -8/+6 |
* | Fix digittoint broken long ago | ache | 1997-09-25 | 1 | -14/+8 |
* | Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not sure | peter | 1997-09-25 | 1 | -3/+3 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 1 | -1/+10 |
* | Fixed longstanding namespace convolution involving rune_t vs wchar_t. | bde | 1996-05-01 | 1 | -14/+14 |
* | Slightly simplify inlined functions | ache | 1996-03-25 | 1 | -6/+3 |
* | Fix isspecial/isphonogram, they was swapped | ache | 1995-11-03 | 1 | -18/+13 |
* | Reviewed by: ache and wollman (long ago) | bde | 1995-04-07 | 1 | -52/+84 |
* | Move inline args out of user namespace. | ache | 1995-04-07 | 1 | -20/+20 |
* | Remove EOF handling after Bruce explanation. This step returns | ache | 1994-10-09 | 1 | -13/+0 |
* | Handle EOF case in all macros by ANSI standard. | ache | 1994-10-08 | 1 | -0/+21 |
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+147 |