index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
prettify make clean
Bernhard Reutner-Fischer
2010-03-25
4
-8
/
+8
*
libc: Fix l64a to return the correct buffer pointer
Filippo Arcidiacono
2010-02-03
1
-1
/
+1
*
convert to foo-y kbuild style
Bernhard Reutner-Fischer
2010-01-26
1
-54
/
+27
*
malloc: fix race condition and other bugs in the no-mmu malloc
Freeman Wang
2009-12-19
2
-6
/
+7
*
nommu: use MAP_UNINITIALIZE for mallocs
Mike Frysinger
2009-11-23
3
-3
/
+3
*
realpath: SUSv4 compliant
Bernhard Reutner-Fischer
2009-11-14
1
-14
/
+8
*
mktemp does not depend on floats
Austin Foxley
2009-10-17
1
-1
/
+5
*
malloc: handle size overflows in realloc()
Mike Frysinger
2009-10-15
1
-0
/
+3
*
remove a few more empty #if/#endif pairs
Denys Vlasenko
2009-09-19
1
-2
/
+0
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
3
-9
/
+0
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
48
-153
/
+0
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
4
-0
/
+8
*
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2009-03-25
1
-0
/
+3
*
*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x
Denis Vlasenko
2009-01-21
1
-2
/
+2
*
libc/stdlib/_strtod.c: add parens around a | b
Denis Vlasenko
2008-12-29
1
-1
/
+1
*
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-29
1
-2
/
+2
*
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-27
1
-17
/
+11
*
setenv.c: tiny code shrink
Denis Vlasenko
2008-12-09
1
-36
/
+38
*
setenv.c: further code shrink
Denis Vlasenko
2008-12-09
1
-36
/
+26
*
fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],
Denis Vlasenko
2008-12-09
1
-96
/
+89
*
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
1
-1
/
+1
*
on Bernd's request, remove commented-out code snippets
Denis Vlasenko
2008-12-01
1
-1
/
+0
*
l64a: shrink by 13 bytes, and -1 reloc
Denis Vlasenko
2008-12-01
1
-10
/
+10
*
random: use smaller data fields where appropriate
Denis Vlasenko
2008-12-01
3
-18
/
+6
*
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-29
1
-5
/
+6
*
- revert 24148:24151
Bernhard Reutner-Fischer
2008-11-26
3
-13
/
+15
*
- remove some bloat that was added in r23660 and subsequent r23698.
Bernhard Reutner-Fischer
2008-11-25
3
-15
/
+13
*
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
Bernhard Reutner-Fischer
2008-11-25
2
-2
/
+0
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
37
-86
/
+86
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
18
-29
/
+29
*
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
4
-8
/
+8
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
5
-5
/
+5
*
- for !UNIX98PTY_ONLY we have to fallback to old-style pty's.
Bernhard Reutner-Fischer
2008-11-09
1
-9
/
+8
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
4
-16
/
+16
*
- fix another fallout from r23660
Bernhard Reutner-Fischer
2008-10-29
2
-3
/
+3
*
Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...
Rob Landley
2008-10-28
8
-74
/
+68
*
- pull in prototype for memalign()
Bernhard Reutner-Fischer
2008-10-27
1
-0
/
+1
*
- tidy up inline:
Bernhard Reutner-Fischer
2008-10-24
1
-1
/
+1
*
This should fix malloc with debug and without threads. (Chase N Douglas)
Bernhard Reutner-Fischer
2008-10-16
6
-23
/
+59
*
Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Khem Raj
2008-10-11
10
-75
/
+57
*
- Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)
Bernhard Reutner-Fischer
2008-10-08
1
-5
/
+5
*
- fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-09-30
1
-2
/
+3
*
- fix compilation of legacy mode
Bernhard Reutner-Fischer
2008-09-25
1
-2
/
+7
*
- remove posix_openpt relocation
Bernhard Reutner-Fischer
2008-09-11
1
-0
/
+1
*
Fix some locale multibyte tests failures ad below:
Carmelo Amoroso
2008-09-09
2
-16
/
+50
*
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-08-27
2
-2
/
+0
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
18
-19
/
+19
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
2
-13
/
+13
*
- revert incorrect parts of r22257 and 22259
Bernhard Reutner-Fischer
2008-06-07
3
-7
/
+6
*
- remove __USE_BSD guard from __bsd_getpt().
Bernhard Reutner-Fischer
2008-06-07
1
-2
/
+0
[next]