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
/
regex
/
regex_old.c
Age
Commit message (
Collapse
)
Author
2006-02-07
include stdint.h and check __intptr_t_defined to see if we need to setup ↵
Mike Frysinger
uintptr_t
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵
Peter S. Mazinger
is a useless attempt
2006-01-20
fix warning when sizeof uchar_t is 8 bits
Mike Frysinger
2006-01-16
s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵
Peter S. Mazinger
see what libpthread will do ...
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵
Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-03
Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE
Peter S. Mazinger
2005-12-16
glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-06
Make use internal str*casecmp/wcscoll
Peter S. Mazinger
2005-12-01
Forgotten that this file is special and does not accept hidden, __mempcpy is ↵
Peter S. Mazinger
hidden again
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-28
Rename regex.c to regex_old.c
Peter S. Mazinger