index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
locale
/
locale.c
Age
Commit message (
Expand
)
Author
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-29
Hiding again
Peter S. Mazinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2004-09-10
Hide some x86-specific devel asserts.
Manuel Novoa III
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2003-12-14
Fix a couple of 'declaration after statement' errors.
Manuel Novoa III
2003-09-01
Hack around bg_BG bug; grouping specified but no thousands separator.
Manuel Novoa III
2003-08-28
Create a typedef for the ctype bitmask table entries.
Manuel Novoa III
2003-08-24
Fix a few bugs in the new extended locale functions.
Manuel Novoa III
2003-08-17
Fix a cut-and-paste error. Collation should be working again.
Manuel Novoa III
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2002-12-20
The big thing is locale dependent collation support.
Manuel Novoa III
2002-11-22
Ok... here's the summary:
Manuel Novoa III
2002-11-01
Fix a stupid bug.
Manuel Novoa III
2002-11-01
Reworked setlocale() return values and locale arg processing to
Manuel Novoa III
2002-09-19
Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul
Manuel Novoa III
2002-07-03
Enable WCHAR support for C/POSIX stub locales.
Manuel Novoa III
2002-06-08
Added a version of nl_langinfo for the stub C/POSIX locale support.
Manuel Novoa III
2002-05-06
New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
Manuel Novoa III
2001-06-02
Add locale-enabled strcoll function from vodz, plus supporting tool.
Manuel Novoa III
2001-03-21
Stub out localeconv. Please look over this to check it is correct....
Eric Andersen
2001-03-19
Since Erik apparently wants def/undef vs def 1/0...
Manuel Novoa III
2001-03-18
Part of the ctype locale support.
Manuel Novoa III