summaryrefslogtreecommitdiff
path: root/include/_ctype.h
AgeCommit message (Expand)Author
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-13Commit log from Dragonfly:Baptiste Daroussin
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2007-11-01Back out not human readable optimization in prev. commit which shownAndrey A. Chernov
2007-10-27Micro-optimization of prev. commit, changeAndrey A. Chernov
2007-10-27Small improvement for __isctype(): don't use __mb_sb_limit butAndrey A. Chernov
2007-10-13The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov
2004-08-21Let GCC know that ___runetype(), ___tolower() and ___toupper() are pureTim J. Robbins
2004-08-12Implement wcwidth() as an inline function.Tim J. Robbins
2004-08-12Move some internal macros and inlines from ctype.h to a new file, _ctype.h,Tim J. Robbins
2004-06-23Now that <runetype.h> no longer brings in namespace pollution,Tim J. Robbins
2004-06-23Prefix the names of members of _RuneLocale and its sub-structuresTim J. Robbins
2004-04-21Make isblank() visible in the C99 namespace.Tim J. Robbins
2002-09-09Solve the <runetype.h> pollution problem by disabling inlineMike Barcroft
2002-09-06o Fix namespace scope issues in <ctype.h> by using the relatively newMike Barcroft
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-08-19Move internal defines from here to libc/locale/wcwidth.cAndrey A. Chernov
2002-08-19Properly define SWIDTH1, add autowidth (was SWIDTH1)Andrey A. Chernov
2002-08-16Add swidth definition for wchar stuffMichael C . Wu
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2002-02-05Makes __istype() an inline (and a non inlined) function to avoid C++Rob Braun
2000-02-08There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien
1999-12-17Back up following macros by functions: ishexnumber, isideogram, isnumber,Alexey Zelkin
1997-09-27Oops, fix typo in istype definitionAndrey A. Chernov
1997-09-271) Bring '!!' back since we wan't overflow even a charAndrey A. Chernov
1997-09-25Oops, wrong version of digittoint fix was commited, step back to v1.8Andrey A. Chernov
1997-09-25Fix digittoint broken long agoAndrey A. Chernov
1997-09-25Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surePeter Wemm
1997-09-24Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer
1996-05-01Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans
1996-03-25Slightly simplify inlined functionsAndrey A. Chernov
1995-11-03Fix isspecial/isphonogram, they was swappedAndrey A. Chernov
1995-04-07Reviewed by: ache and wollman (long ago)Bruce Evans
1995-04-07Move inline args out of user namespace.Andrey A. Chernov
1994-10-09Remove EOF handling after Bruce explanation. This step returnsAndrey A. Chernov
1994-10-08Handle EOF case in all macros by ANSI standard.Andrey A. Chernov
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes