index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ctype.h
Age
Commit message (
Expand
)
Author
2001-04-18
If _CTYPE_PRIVATE, need to include <machine/limits.h> for CHAR_BIT.
thorpej
2001-04-17
Replace (sizeof (char) << 3) with a less silly-looking CHAR_BIT;
kleink
2001-01-21
have comment about strange use of _B
itojun
2000-06-13
Remove 'extern' from function declarations.
simonb
1998-05-10
Reorganize name space protection.
kleink
1998-03-23
cast the argument of ctype macros to (int).
mrg
1997-06-02
Add support for localized character sets (a.k.a. LC_CTYPE).
kleink
1994-10-26
new RCS ID format.
cgd
1994-05-16
update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.
cgd
1993-10-05
#ifdef out the isblank macro. Programs that use it will still work, as
jtc
1993-09-14
Added isblank() used by 4.4 and POSIX utilities like tr.
jtc
1993-09-05
ANSI_SOURCE --> _ANSI_SOURCE
mycroft
1993-08-23
use "_to*_tab_" rather than "_to*_table_" -- table is defined as the former
cgd
1993-08-21
_ctype_, _tolower_tab_, and _toupper_tab_ are now pointers to the tables.
jtc
1993-08-09
zapped extra ; at end of two #define lines
deraadt
1993-08-06
Declare translation tables for toupper and tolower. To be replaced by
jtc
1993-08-06
Use const qualifier with _ctype_ table. Smart compilers can then store it
jtc
1993-08-06
Rename tolower & toupper macros to _tolower and _toupper.
jtc
1993-08-06
Declare function versions of is* and to* functions -- discovered by
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd