assert/
|
22026 |
6 weeks |
vda |
Introduce and use small[u]int type. Changes in size:
- 79 0 ... |
ctype/
|
22116 |
5 weeks |
aldot |
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
dirent/
|
22198 |
4 weeks |
aldot |
- adds several config-options to allow for turning off certain features
like
... |
error/
|
22198 |
4 weeks |
aldot |
- adds several config-options to allow for turning off certain features
like
... |
file/
|
22012 |
6 weeks |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
fnmatch/
|
22168 |
4 weeks |
vda |
add missing includes of unistd.h for smallint usage
remove a few duplicate inclu... |
ftw/
|
22021 |
6 weeks |
aldot |
- remove old-style definitions. No object-code changes.
|
glob/
|
22028 |
6 weeks |
vda |
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
|
gnu/
|
22039 |
6 weeks |
aldot |
- fix warning about old-style function definition
This could need a pull from ... |
internals/
|
22537 |
7 days |
vapier |
if argv[0] is NULL, dont try to parse it and subsequently crash ... found by run... |
locale/
|
22217 |
4 weeks |
bernds |
Fix typo that prevented "make clean" from removing objects in libc/misc/locale.
|
mntent/
|
22302 |
3 weeks |
bernds |
Revert revision 19347, plus libc_hidden_proto for __uc_malloc.
Some of the code ... |
pthread/
|
16828 |
18 months |
andersen |
these weaks are also needed in libc.so for the time being
|
regex/
|
22302 |
3 weeks |
bernds |
Revert revision 19347, plus libc_hidden_proto for __uc_malloc.
Some of the code ... |
search/
|
22028 |
6 weeks |
vda |
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
|
statfs/
|
22198 |
4 weeks |
aldot |
- adds several config-options to allow for turning off certain features
like
... |
syslog/
|
22245 |
4 weeks |
vda |
Fix hard-to-rigger locking bug in vsyslog():
SIGPIPE handler was attempting to r... |
sysvipc/
|
22198 |
4 weeks |
aldot |
- adds several config-options to allow for turning off certain features
like
... |
time/
|
22213 |
4 weeks |
bernds |
This fixes a problem with the move of libc_hidden_proto to string.h.
The obsole... |
ttyent/
|
22302 |
3 weeks |
bernds |
Revert revision 19347, plus libc_hidden_proto for __uc_malloc.
Some of the code ... |
utmp/
|
22301 |
3 weeks |
bernds |
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
|
wchar/
|
22213 |
4 weeks |
bernds |
This fixes a problem with the move of libc_hidden_proto to string.h.
The obsole... |
wctype/
|
22116 |
5 weeks |
aldot |
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
wordexp/
|
22116 |
5 weeks |
aldot |
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
Makefile.in
|
|
17232 |
17 months |
jocke |
Fix SEGV for static builds in exit() path.
Leave the now obsolete libc/misc/pthr... |
Makefile
|
|
12451 |
2 years |
psm |
Remove TOPDIR |