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
/
stdlib
Age
Commit message (
Expand
)
Author
2009-08-17
support building out-of-tree
Bernhard Reutner-Fischer
2009-03-25
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2009-01-21
*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x
Denis Vlasenko
2008-12-29
libc/stdlib/_strtod.c: add parens around a | b
Denis Vlasenko
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-27
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-09
setenv.c: tiny code shrink
Denis Vlasenko
2008-12-09
setenv.c: further code shrink
Denis Vlasenko
2008-12-09
fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],
Denis Vlasenko
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
on Bernd's request, remove commented-out code snippets
Denis Vlasenko
2008-12-01
l64a: shrink by 13 bytes, and -1 reloc
Denis Vlasenko
2008-12-01
random: use smaller data fields where appropriate
Denis Vlasenko
2008-11-29
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-26
- revert 24148:24151
Bernhard Reutner-Fischer
2008-11-25
- remove some bloat that was added in r23660 and subsequent r23698.
Bernhard Reutner-Fischer
2008-11-25
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-09
- for !UNIX98PTY_ONLY we have to fallback to old-style pty's.
Bernhard Reutner-Fischer
2008-11-07
- less verbose make clean
Bernhard Reutner-Fischer
2008-10-29
- fix another fallout from r23660
Bernhard Reutner-Fischer
2008-10-28
Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...
Rob Landley
2008-10-27
- pull in prototype for memalign()
Bernhard Reutner-Fischer
2008-10-24
- tidy up inline:
Bernhard Reutner-Fischer
2008-10-16
This should fix malloc with debug and without threads. (Chase N Douglas)
Bernhard Reutner-Fischer
2008-10-11
Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Khem Raj
2008-10-08
- Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)
Bernhard Reutner-Fischer
2008-09-30
- fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-09-25
- fix compilation of legacy mode
Bernhard Reutner-Fischer
2008-09-11
- remove posix_openpt relocation
Bernhard Reutner-Fischer
2008-09-09
Fix some locale multibyte tests failures ad below:
Carmelo Amoroso
2008-08-27
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-07
- revert incorrect parts of r22257 and 22259
Bernhard Reutner-Fischer
2008-06-07
- remove __USE_BSD guard from __bsd_getpt().
Bernhard Reutner-Fischer
2008-06-07
- UCLIBC_HAS_GETPT pulls in getpt.
Bernhard Reutner-Fischer
2008-06-04
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-02
libc/stdlib/stdlib.c: fix whitespace damage. No code changes
Denis Vlasenko
2008-06-02
fix bug 1577: '`' is not an acceptable digit for strto[u]l().
Denis Vlasenko
2008-06-01
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-05-30
- try to pickup UINTMAX_MAX
Bernhard Reutner-Fischer
2008-05-30
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-20
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-20
Introduce and use small[u]int type. Changes in size:
Denis Vlasenko
2008-05-20
- note that __drand48_iterate should be void
Bernhard Reutner-Fischer
[next]