| Commit message (Expand) | Author | Age | Files | Lines |
* | include: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Commit log from Dragonfly: | Baptiste Daroussin | 2015-10-13 | 1 | -4/+4 |
* | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 1 | -1/+1 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | David Chisnall | 2012-03-04 | 1 | -0/+4 |
* | Revert r231673 and r231682 for now, until we can run a full make | Dimitry Andric | 2012-02-14 | 1 | -4/+0 |
* | Cleanup of xlocale: | David Chisnall | 2012-02-14 | 1 | -0/+4 |
* | Hide some more macros that will break C++ when compiling in C++ mode. | David Chisnall | 2011-11-13 | 1 | -1/+3 |
* | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 1 | -5/+1 |
* | Don't prototype _tolower() and _toupper(). They're not supposed to be | David Schultz | 2009-03-14 | 1 | -2/+0 |
* | The problem is: currently our single byte ctype(3) functions are broken | Andrey A. Chernov | 2007-10-13 | 1 | -21/+21 |
* | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | Tim J. Robbins | 2004-08-12 | 1 | -89/+1 |
* | Now that <runetype.h> no longer brings in namespace pollution, | Tim J. Robbins | 2004-06-23 | 1 | -11/+0 |
* | Prefix the names of members of _RuneLocale and its sub-structures | Tim J. Robbins | 2004-06-23 | 1 | -4/+4 |
* | Make isblank() visible in the C99 namespace. | Tim J. Robbins | 2004-04-21 | 1 | -2/+8 |
* | Solve the <runetype.h> pollution problem by disabling inline | Mike Barcroft | 2002-09-09 | 1 | -4/+16 |
* | o Fix namespace scope issues in <ctype.h> by using the relatively new | Mike Barcroft | 2002-09-06 | 1 | -9/+29 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -16/+16 |
* | Move internal defines from here to libc/locale/wcwidth.c | Andrey A. Chernov | 2002-08-19 | 1 | -3/+0 |
* | Properly define SWIDTH1, add autowidth (was SWIDTH1) | Andrey A. Chernov | 2002-08-19 | 1 | -1/+2 |
* | Add swidth definition for wchar stuff | Michael C . Wu | 2002-08-16 | 1 | -0/+6 |
* | Breath deep and take __P out of the system include files. | Warner Losh | 2002-03-23 | 1 | -31/+31 |
* | Makes __istype() an inline (and a non inlined) function to avoid C++ | Rob Braun | 2002-02-05 | 1 | -2/+7 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | David E. O'Brien | 2000-02-08 | 1 | -31/+31 |
* | Back up following macros by functions: ishexnumber, isideogram, isnumber, | Alexey Zelkin | 1999-12-17 | 1 | -5/+10 |
* | Oops, fix typo in istype definition | Andrey A. Chernov | 1997-09-27 | 1 | -1/+1 |
* | 1) Bring '!!' back since we wan't overflow even a char | Andrey A. Chernov | 1997-09-27 | 1 | -17/+19 |
* | Oops, wrong version of digittoint fix was commited, step back to v1.8 | Andrey A. Chernov | 1997-09-25 | 1 | -8/+6 |
* | Fix digittoint broken long ago | Andrey A. Chernov | 1997-09-25 | 1 | -14/+8 |
* | Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not sure | Peter Wemm | 1997-09-25 | 1 | -3/+3 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | Julian Elischer | 1997-09-24 | 1 | -1/+10 |
* | Fixed longstanding namespace convolution involving rune_t vs wchar_t. | Bruce Evans | 1996-05-01 | 1 | -14/+14 |
* | Slightly simplify inlined functions | Andrey A. Chernov | 1996-03-25 | 1 | -6/+3 |
* | Fix isspecial/isphonogram, they was swapped | Andrey A. Chernov | 1995-11-03 | 1 | -18/+13 |
* | Reviewed by: ache and wollman (long ago) | Bruce Evans | 1995-04-07 | 1 | -52/+84 |
* | Move inline args out of user namespace. | Andrey A. Chernov | 1995-04-07 | 1 | -20/+20 |
* | Remove EOF handling after Bruce explanation. This step returns | Andrey A. Chernov | 1994-10-09 | 1 | -13/+0 |
* | Handle EOF case in all macros by ANSI standard. | Andrey A. Chernov | 1994-10-08 | 1 | -0/+21 |
* | BSD 4.4 Lite Include Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+147 |