| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 5 | -29/+83 |
* | add comment why do we need _ISbit() macro | Denis Vlasenko | 2009-02-11 | 1 | -0/+1 |
* | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso | 2009-02-10 | 1 | -12/+18 |
* | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | 2009-02-09 | 2 | -240/+113 |
* | reinstate bits/uClibc_arch_features.h in installed headers, | Denis Vlasenko | 2009-02-09 | 1 | -1/+2 |
* | Hand-optimize wrappers on i386: | Denis Vlasenko | 2009-02-09 | 1 | -156/+104 |
* | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | 2009-02-09 | 2 | -64/+7 |
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 6 | -4/+170 |
* | nextafterf: trying to correct FP exception handling | Denis Vlasenko | 2009-02-08 | 3 | -11/+100 |
* | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 3 | -11/+106 |
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 3 | -3/+22 |
* | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer | 2009-02-03 | 1 | -0/+2 |
* | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 4 | -2/+8 |
* | Fix tls testcases to not use 'asm' keyword due to new CFLAGS -fno-asm. | Carmelo Amoroso | 2009-01-29 | 8 | -129/+129 |
* | Minor changes to silent compiler warning due to sigdness. | Carmelo Amoroso | 2009-01-29 | 2 | -5/+5 |
* | Synch build system with trunk. | Carmelo Amoroso | 2009-01-29 | 5 | -51/+89 |
* | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | 2009-01-28 | 1 | -14/+17 |
* | Do not install .regex.ChangeLog.14 any more (removed) for tests | Carmelo Amoroso | 2009-01-28 | 1 | -1/+1 |
* | Fix filterout directive. | Carmelo Amoroso | 2009-01-28 | 1 | -1/+1 |
* | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso | 2009-01-28 | 2 | -0/+145 |
* | Make clock_getcpuclockid() and clock_nanosleep() visible when | Carmelo Amoroso | 2009-01-28 | 1 | -6/+5 |
* | Fixed NPTL tests build and cleanup: | Carmelo Amoroso | 2009-01-28 | 5 | -6/+7 |
* | Remove check for the relocation type check in the resolver, | Carmelo Amoroso | 2009-01-28 | 13 | -91/+0 |
* | Must include tls.h before link.h to have TLS related field available in struc... | Carmelo Amoroso | 2009-01-28 | 3 | -3/+3 |
* | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | 2009-01-28 | 2 | -1/+1 |
* | Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__ | Carmelo Amoroso | 2009-01-26 | 1 | -1/+3 |
* | Synch with trunk: miscellaneous changes, mostly cleanup, | Carmelo Amoroso | 2009-01-22 | 25 | -308/+388 |
* | Signal handling rework: two missing files | Carmelo Amoroso | 2009-01-22 | 2 | -149/+93 |
* | Synch whole signal handling rework with trunk. Tested on nptl-sh4. | Carmelo Amoroso | 2009-01-22 | 16 | -353/+187 |
* | Fix build problem. Revert commit 24521. Please do not change | Carmelo Amoroso | 2009-01-22 | 1 | -1/+0 |
* | res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__ | Carmelo Amoroso | 2009-01-22 | 1 | -0/+2 |
* | - pull r24946 from trunk (remove unavailable functionality; psm) | Bernhard Reutner-Fischer | 2009-01-21 | 6 | -11/+37 |
* | ldso: performs bootstrap relocations only if required by the arch. | Carmelo Amoroso | 2009-01-21 | 10 | -31/+69 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 12 | -130/+115 |
* | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko | 2009-01-20 | 1 | -5/+0 |
* | extra/scripts/relative_path.sh: fix it | Denis Vlasenko | 2009-01-19 | 1 | -1/+4 |
* | Make __global_locale visible in headers | Denis Vlasenko | 2009-01-18 | 1 | -1/+2 |
* | - pull 24836:24838 from trunk (2 of psm's small fixes) | Bernhard Reutner-Fischer | 2009-01-14 | 2 | -3/+4 |
* | - pull r24834 from trunk | Bernhard Reutner-Fischer | 2009-01-14 | 2 | -13/+9 |
* | libm_sh: fix libm build for sh | Carmelo Amoroso | 2009-01-14 | 4 | -7/+5 |
* | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso | 2009-01-14 | 3 | -0/+75 |
* | ldso: do not comment out unused variables, just delete it. | Carmelo Amoroso | 2009-01-12 | 1 | -1/+0 |
* | - pull r24799 from trunk | Bernhard Reutner-Fischer | 2009-01-12 | 2 | -1/+11 |
* | - pull r24786 from trunk | Bernhard Reutner-Fischer | 2009-01-12 | 1 | -2/+2 |
* | 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 |