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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
getutid: add a hidden def
Mike Frysinger
2011-12-03
1
-0
/
+1
*
misc: hide __gen_tempname
Bernhard Reutner-Fischer
2011-11-17
2
-4
/
+4
*
regex_old: make some internal helpers static
Bernhard Reutner-Fischer
2011-11-17
1
-5
/
+5
*
libc: fix daylight saving time handling
Guillaume Bourcier
2011-10-12
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-06-24
2
-55
/
+34
|
\
|
*
fts: fix warning due to old-style function definition
Carmelo Amoroso
2011-06-24
1
-48
/
+16
|
*
wordexp: fix mishandled return value of pipe call
Bernhard Reutner-Fischer
2011-05-12
1
-7
/
+18
*
|
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-05-04
4
-0
/
+1183
|
\
|
|
*
Added fts support for traversing UNIX file hierarchies.
Salvatore Cro
2011-04-20
4
-0
/
+1183
*
|
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-04-06
16
-63
/
+56
|
\
|
|
*
time.c, time.h: remove unused hidden strftime/strptime
Peter S. Mazinger
2011-03-10
1
-6
/
+6
|
*
ctype.c, ctype.h: remove commented parts that were banned for removal after 0...
Peter S. Mazinger
2011-03-10
1
-4
/
+0
|
*
_wctype.c, wctype.h: remove unused isw* and wctype_l hidden functions
Peter S. Mazinger
2011-03-10
1
-7
/
+16
|
*
time.c, wchar.h: remove unused hidden wcsftime
Peter S. Mazinger
2011-03-10
1
-3
/
+3
|
*
ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions
Peter S. Mazinger
2011-03-09
1
-1
/
+0
|
*
regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h
Peter S. Mazinger
2011-03-09
1
-4
/
+0
|
*
fnmatch.c: use MB_CUR_MAX from stdlib.h included earlier
Peter S. Mazinger
2011-03-09
1
-5
/
+0
|
*
remove trailing ';' from _syscallX()
Peter S. Mazinger
2011-03-09
3
-3
/
+3
|
*
locale.c: export newlocale only if XLOCALE is defined
Peter S. Mazinger
2011-03-07
1
-0
/
+2
|
*
locale.c, locale.h: no need for hidden duplocale
Peter S. Mazinger
2011-03-07
1
-1
/
+0
|
*
Add support for DSBT ELF to ld.so
Mark Salter
2011-03-05
1
-1
/
+3
|
*
update some headers
Peter S. Mazinger
2011-03-03
1
-0
/
+1
|
*
initialize 2 variables to get rid of compiler warning
Peter S. Mazinger
2011-03-03
1
-1
/
+1
|
*
Correct ssp code
Peter S. Mazinger
2011-03-03
1
-18
/
+7
|
*
add missing prototypes
Peter S. Mazinger
2011-03-03
1
-2
/
+5
|
*
add missing prototypes
Peter S. Mazinger
2011-03-03
1
-0
/
+1
|
*
syntax fixes
Peter S. Mazinger
2011-03-03
1
-2
/
+2
|
*
tempname: fix int precision warnings
Mike Frysinger
2011-02-22
1
-1
/
+4
|
*
regex: remove set but not used variable
Bernhard Reutner-Fischer
2011-02-14
1
-3
/
+1
|
*
fix a problem with hidden getutent in non-threaded builds
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
|
Merge remote branch 'origin/master' into prelink
Carmelo Amoroso
2011-01-21
1
-1
/
+1
|
\
|
|
*
syslog: fix 'everyone logs with user facility'
Roman I Khimov
2011-01-11
1
-1
/
+1
*
|
Merge commit 'origin/master' into prelink
Carmelo Amoroso
2010-11-28
3
-9
/
+18
|
\
|
|
*
libc_utmp: Fix getutmp and getutmpx for x86_64
Carmelo Amoroso
2010-11-28
1
-2
/
+4
|
*
wchar: bug #1471: fix cornercase in mbrtowc
Bernhard Reutner-Fischer
2010-11-24
1
-0
/
+2
|
*
parse_config: discard rest of incomplete line
Natanael Copa
2010-10-14
1
-0
/
+7
|
*
config parser: always initialize line pointer
Natanael Copa
2010-10-14
1
-2
/
+1
|
*
config parser: do not assume that realloc return same pointer
Natanael Copa
2010-10-14
1
-5
/
+4
*
|
ldso: Add implementation of ld.so standalone execution
Filippo Arcidiacono
2010-09-17
1
-1
/
+17
|
/
*
misc: utmpx based logging support
Salvatore Cro
2010-09-14
4
-0
/
+115
*
misc: Fix build error about missing PAGE_SIZE
Abdoulaye Walsimou Gaye
2010-09-06
1
-0
/
+1
*
getserv: fix reading services lines w > 80 chars
Bernhard Reutner-Fischer
2010-08-19
1
-4
/
+7
*
config parser: fix memory corruption
Timo Teräs
2010-08-06
1
-2
/
+2
*
add config parser
Bernhard Reutner-Fischer
2010-08-05
2
-3
/
+273
*
silence warning about incompatible types with _dl_init_static_tls
Bernhard Reutner-Fischer
2010-07-27
1
-1
/
+1
*
Fix ctime() standard compliance bug
David A Ramos
2010-07-27
1
-0
/
+1
*
Revert "don't make __errno_location / __h_errno_location hidden"
Austin Foxley
2010-07-06
2
-0
/
+4
*
don't make __errno_location / __h_errno_location hidden
Peter Korsgaard
2010-07-05
2
-4
/
+0
*
more workarounds for GCC PR32219
Timo Teräs
2010-06-30
1
-2
/
+2
*
nptl/errno: Use a separate __errno_location for libpthread.
Khem Raj
2010-06-30
1
-1
/
+5
[next]