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
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils/Makefile.in: de-obfuscate it a bit
Denis Vlasenko
2009-01-11
2
-19
/
+34
*
replace yet another _dl_malloc + _dl_memset with _dl_zalloc
Denis Vlasenko
2009-01-11
2
-4
/
+1
*
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2009-01-10
10
-270
/
+271
*
ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.
Denis Vlasenko
2009-01-04
14
-43
/
+23
*
forgot to remove one #endif...
Denis Vlasenko
2009-01-04
1
-1
/
+0
*
Get rid of the following annoying warnings on ppc:
Denis Vlasenko
2009-01-03
1
-17
/
+18
*
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
Denis Vlasenko
2009-01-03
3
-20
/
+19
*
fix small goof in last commit: should use "long" function (scalbln)
Denis Vlasenko
2009-01-03
1
-10
/
+10
*
libm: remove scalbln implementation, it seems to be less correct than scalbn.
Denis Vlasenko
2009-01-03
3
-79
/
+48
*
libm/e_lgamma_r.c: cosmetic whitespace fixes
Denis Vlasenko
2008-12-29
1
-4
/
+1
*
libm/*: delete many incarnations of logarithmic gamma function,
Denis Vlasenko
2008-12-29
11
-216
/
+68
*
libc/stdlib/_strtod.c: add parens around a | b
Denis Vlasenko
2008-12-29
1
-1
/
+1
*
- whitespace cleanup; no obj-code changes (r24600)
Bernhard Reutner-Fischer
2008-12-29
20
-90
/
+90
*
libm/s_nearbyint.c: delete (forgot to do it in prev commit)
Denis Vlasenko
2008-12-29
4
-23
/
+3
*
- pull r24593:24596 from trunk
Bernhard Reutner-Fischer
2008-12-29
19
-24
/
+81
*
remove many functions which just call __ieee754_<function>,
Denis Vlasenko
2008-12-28
56
-911
/
+554
*
fix another corner case in unifdef
Denis Vlasenko
2008-12-28
2
-2
/
+8
*
patch up unifdef to recognize and remove "#if defined _LIBC && something"
Denis Vlasenko
2008-12-28
2
-35
/
+160
*
Help unifdef to remove private parts of headers
Denis Vlasenko
2008-12-27
3
-7
/
+17
*
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-27
15
-281
/
+243
*
convert yet another old-style function definition
Denis Vlasenko
2008-12-26
1
-5
/
+5
*
new regex: stop confusing ourself with _LIBC being undefined;
Denis Vlasenko
2008-12-26
5
-165
/
+88
*
regex: remove useless casts on allocations;
Denis Vlasenko
2008-12-26
4
-92
/
+96
*
regex: drop __<funcname> aliases. remove much of unused code.
Denis Vlasenko
2008-12-26
7
-348
/
+59
*
include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves
Denis Vlasenko
2008-12-26
2
-2
/
+6
*
document internal_function
Denis Vlasenko
2008-12-25
1
-0
/
+5
*
test/regex/tst-regex2.c: fix the rest of testsuite failures
Denis Vlasenko
2008-12-25
2
-1
/
+16
*
test/regex/tst-regex2.c: fix test failure. Next one is immediately after...
Denis Vlasenko
2008-12-25
1
-1
/
+1
*
test/regex: make it faster to rebuild and run regex testcase
Denis Vlasenko
2008-12-24
9
-21
/
+29
*
test/Makefile: make "make compile" install headers first
Denis Vlasenko
2008-12-24
5
-223
/
+223
*
Fix nptl librt build breakage
Khem Raj
2008-12-24
2
-3
/
+6
*
- _syscall?() need to superfluous trailing ';'
Bernhard Reutner-Fischer
2008-12-23
7
-17
/
+21
*
- sync with trunk
Bernhard Reutner-Fischer
2008-12-23
3
-4
/
+8
*
- sync r24496 from trunk
Bernhard Reutner-Fischer
2008-12-23
2
-12
/
+35
*
ldso/ldso/mips/*: non-pic support from trunk
Denis Vlasenko
2008-12-23
9
-99
/
+200
*
signal.h consolidation from trunk.
Denis Vlasenko
2008-12-23
6
-116
/
+35
*
sync with trunk. Compile tested on i386
Denis Vlasenko
2008-12-23
52
-1107
/
+921
*
fix build failures on i386
Denis Vlasenko
2008-12-23
5
-6
/
+6
*
Get non nptl threads compiled on x86.
Khem Raj
2008-12-23
12
-85
/
+111
*
Get i386 non nptl builds going.
Khem Raj
2008-12-23
8
-180
/
+111
*
Merges from trunk
Khem Raj
2008-12-22
0
-0
/
+0
*
Merges from trunk
Khem Raj
2008-12-22
1
-1
/
+1
*
Merged from trunk.
Khem Raj
2008-12-22
6
-45
/
+374
*
Merges from trunk.
Khem Raj
2008-12-22
2
-1
/
+120
*
Merges from trunk
Khem Raj
2008-12-22
1
-1
/
+1
*
- sync r24431 from trunk (no obj-code changes)
Bernhard Reutner-Fischer
2008-12-22
1
-5
/
+5
*
- sync with trunk r24404 (no obj-code changes)
Bernhard Reutner-Fischer
2008-12-22
4
-10
/
+10
*
- fix typo
Bernhard Reutner-Fischer
2008-12-22
1
-1
/
+1
*
- sync with trunk @r24492
Bernhard Reutner-Fischer
2008-12-22
111
-1641
/
+312
*
Fix NPTL config option sentence
Carmelo Amoroso
2008-12-20
1
-1
/
+1
[next]