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
Age
Commit message (
Expand
)
Author
2009-01-19
extra/scripts/relative_path.sh: fix it
Denis Vlasenko
2009-01-18
__global_locale must be visible to users, move it outside of #ifdef _LIBC
Denis Vlasenko
2009-01-14
- hide __dl_ldso__ (Peter S. Mazinger)
Bernhard Reutner-Fischer
2009-01-14
- make sure to pass the correct PIE flags to gcc (Peter S. Mazinger)
Bernhard Reutner-Fischer
2009-01-14
- make sure not to have relocs in Scrt1.o (Peter S. Mazinger)
Bernhard Reutner-Fischer
2009-01-14
ldso: performs bootstrap relocations only if required by the arch.
Carmelo Amoroso
2009-01-14
libm_sh: fix libm build for sh
Carmelo Amoroso
2009-01-14
libm_sh: Re-added sh specific files erroneously removed recently,
Carmelo Amoroso
2009-01-12
ldso: do not comment out unused variables, just delete it.
Carmelo Amoroso
2009-01-12
- fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...
Bernhard Reutner-Fischer
2009-01-12
- fix typo in r24594
Bernhard Reutner-Fischer
2009-01-11
utils/Makefile.in: de-obfuscate it a bit
Denis Vlasenko
2009-01-11
replace yet another _dl_malloc + _dl_memset with _dl_zalloc
Denis Vlasenko
2009-01-10
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2009-01-10
libc/signal/sigaction.c: s/!=/==/
Denis Vlasenko
2009-01-08
Silent compiler warning regarding undefined macro
Carmelo Amoroso
2009-01-04
ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.
Denis Vlasenko
2009-01-04
forgot to remove one #endif...
Denis Vlasenko
2009-01-03
Get rid of the following annoying warnings on ppc:
Denis Vlasenko
2009-01-03
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
Denis Vlasenko
2009-01-03
fix small goof in last commit: should use "long" function (scalbln)
Denis Vlasenko
2009-01-03
libm: remove scalbln implementation, it seems to be less correct than scalbn.
Denis Vlasenko
2008-12-31
Merge some pre-work from branch, needed by NPTL.
Khem Raj
2008-12-29
libm/e_lgamma_r.c: cosmetic whitespace fixes
Denis Vlasenko
2008-12-29
libm/*: delete many incarnations of logarithmic gamma function,
Denis Vlasenko
2008-12-29
libc/stdlib/_strtod.c: add parens around a | b
Denis Vlasenko
2008-12-29
- whitespace cleanup; no obj-code changes
Bernhard Reutner-Fischer
2008-12-29
libm/s_nearbyint.c: delete (forgot to do it in prev commit)
Denis Vlasenko
2008-12-29
- ethers only make sense if we want to play with ethernet addresses
Bernhard Reutner-Fischer
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-29
- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are not
Bernhard Reutner-Fischer
2008-12-28
remove many functions which just call __ieee754_<function>,
Denis Vlasenko
2008-12-28
fix another corner case in unifdef
Denis Vlasenko
2008-12-28
patch up unifdef to recognize and remove "#if defined _LIBC && something"
Denis Vlasenko
2008-12-27
Help unifdef to remove private parts of headers
Denis Vlasenko
2008-12-27
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-26
convert yet another old-style function definition
Denis Vlasenko
2008-12-26
new regex: stop confusing ourself with _LIBC being undefined;
Denis Vlasenko
2008-12-26
regex: remove useless casts on allocations;
Denis Vlasenko
2008-12-26
regex: drop __<funcname> aliases. remove much of unused code.
Denis Vlasenko
2008-12-26
include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves
Denis Vlasenko
2008-12-25
document internal_function
Denis Vlasenko
2008-12-25
test/regex/tst-regexloc.c: include ok/bad indicator in the message
Denis Vlasenko
2008-12-25
test/regex/tst-regex2.c: fix the rest of testsuite failures
Denis Vlasenko
2008-12-25
test/regex/tst-regex2.c: fix test failure. Next one is immediately after...
Denis Vlasenko
2008-12-24
test/regex: make it faster to rebuild and run regex testcase
Denis Vlasenko
2008-12-24
rename test file
Denis Vlasenko
2008-12-24
test/Makefile: make "make compile" install headers first
Denis Vlasenko
2008-12-23
libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value,
Denis Vlasenko
2008-12-23
These defines needs to be considered after recent linux kernel combined i386 ...
Khem Raj
[prev]
[next]