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
/
lib
/
libc
/
locale
Age
Commit message (
Expand
)
Author
2001-10-28
remove #if define(lint).
yamt
2001-10-20
Convert to using standard headers/types for values within here.
jmc
2001-10-20
Change the magic -3 for the invalid rune to
jmc
2001-10-09
- mblen and mbtowc shouldn't return -2.
yamt
2001-10-02
Include string.h to get memset prototype.
erh
2001-09-28
add a header used by wcstoul/wcstol.
yamt
2001-09-28
fix type in comment
yamt
2001-09-27
add wcstod/wcstol/wcstoul.
yamt
2001-09-16
Remove some boring whitespace and fix a section header.
wiz
2001-06-22
update comments
yamt
2001-06-21
linted.
yamt
2001-06-21
sync with latest Citrus XPG4DL.
yamt
2001-06-06
Unbalanced quote in RETURN VALUES section header.
uwe
2001-05-26
C89/AMD1: mbsrtowcs() and wcsrtombs() are not to return the terminating
kleink
2001-05-26
Make sure that we don't free() through an uninitialized pointer in error
kristerw
2001-04-17
Need <limits.h> in _CTYPE_PRIVATE environments.
kleink
2001-04-14
isoC -> isoC90.
kleink
2001-04-01
Remove UTF-2. UTF-2 is superceded by UTF-8.
tshiozak
2001-04-01
Remove UTF-2. UTF-2 is superceded by UTF-8.
tshiozak
2001-03-26
fix a bit bug. this bug normally causes no problem.
tshiozak
2001-03-26
support nl_langinfo(CODESET).
tshiozak
2001-02-20
Note this conforms to ANSI C as well. Fixes standards/12157.
jdolecek
2001-02-09
Add casts to please lint. Reviewed by christos.
wiz
2001-02-06
de-lint.
christos
2001-01-27
Include string.h for mem*() prototypes.
tsutsui
2001-01-26
Include string.h for memset() prototype.
tsutsui
2001-01-25
make tags[] and flags[] const
jdolecek
2001-01-25
(finally!) enable multibyte LC_CTYPE locale support.
itojun
2001-01-25
split setlocale.c for smaller footprint (do not pull things in too much).
itojun
2001-01-22
declare (internal) encoding state for 'NONE' encoding, for future
itojun
2001-01-22
move __mb_cur_max to dedicated *.o, so that we do not pull in
itojun
2001-01-21
wording in comment
itojun
2001-01-21
have _CTYPE_SW1 to all isprint() chars. important for future curses multibyte
itojun
2001-01-21
comment; we do not set digit value (lowermost 8bit) at the moment
itojun
2001-01-21
check _B (old isprint && !isgraph) when we generate _CTYPE_R (isprint).
itojun
2001-01-21
workaround for PR 11993. when we read in old locale file,
itojun
2001-01-20
avoid exposure of libc internal symbols into public header (wctype.h).
itojun
2001-01-03
sprinkle in _DIAGASSERT() as appropriate
lukem
2001-01-02
C99: add new parameters int_p_cs_precedes, int_n_cs_precedes,
kleink
2000-12-30
put _RuneLocale pointer into mbstate_t for better thread safeness
itojun
2000-12-30
fix shlib function name for a.out case
itojun
2000-12-28
sync citrus Id part with citrus repository.
itojun
2000-12-28
switch locale module API, from s{get,put}rune to wcrtomb/mbrtowc.
itojun
2000-12-27
re-enable citrus (rune)locale support.
itojun
2000-12-26
arg mistake to memset
itojun
2000-12-26
convert old style LC_CTYPE ctype table into runelocale table
itojun
2000-12-26
read in tolower/ctype table. do not mixup toupper/tolower.
itojun
2000-12-25
byte default, use (non-citrus) singlebyte locale. if we compile
itojun
2000-12-25
indentation
itojun
2000-12-25
return _INVALID_RUNE if wchar_t > 0xff, on sgetrune.
itojun
[next]