Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-18 | - explicitely discourage to use pregenerated locale data. | Bernhard Reutner-Fischer | |
Rob Landley promised to provide them for all arches but didn't do that yet so disable it for now since they just do not exist right now (and furthermore cause more pain than gain). | |||
2009-02-18 | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | |
math.h: make macro machinery a bit more understandable No code changes (verified with objdump) | |||
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | |
so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes. | |||
2009-02-17 | fix typo in comment | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building | |||
2009-02-16 | Makefile.in: comment out deletion of include/ucontext.h, | Denis Vlasenko | |
it is included from include/signal.h. | |||
2009-02-15 | suppress bogus ioctl on fd==INT_MAX when vasprintf() is called | Denis Vlasenko | |
2009-02-14 | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko | |
libm/s_nextafterf.c: use /* */ comments | |||
2009-02-13 | strict POSIX requires a path to specified to `find` | Mike Frysinger | |
2009-02-13 | - repair my r25322 that ment to deal with getdomainname()'s visibility | Bernhard Reutner-Fischer | |
2009-02-13 | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer | |
2009-02-13 | - fix comment style to make it compile again | Bernhard Reutner-Fischer | |
- add note about "/etc/config/" and the resolver code per se. | |||
2009-02-13 | - we may need getdomainname internally | Bernhard Reutner-Fischer | |
2009-02-13 | - use existing __stringify macro | Bernhard Reutner-Fischer | |
2009-02-13 | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer | |
2009-02-13 | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer | |
2009-02-13 | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer | |
into ctype.h | |||
2009-02-13 | - workaround oddity with position of function attributes | Bernhard Reutner-Fischer | |
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | |
support is not enabled in uclibc to fix build. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko | |
update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | |||
2009-02-11 | add comment why do we need _ISbit() macro | Denis Vlasenko | |
2009-02-10 | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso | |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-10 | include more info in error messages so we have a better idea where things ↵ | Mike Frysinger | |
are failing | |||
2009-02-10 | add mmap()/munmap() implementation for Windows | Mike Frysinger | |
2009-02-10 | do not rely on features.h so that elf.h can be used on non-elf systems ↵ | Mike Frysinger | |
(Darwin, Windows, etc...) | |||
2009-02-09 | allow people to run the hostutils targets without having a .config file | Mike Frysinger | |
2009-02-09 | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | |
float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so | |||
2009-02-09 | unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacement | Mike Frysinger | |
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | |
2009-02-09 | dont force -Wl,-s when building host utils -- people can strip themselves | Mike Frysinger | |
2009-02-09 | reinstate bits/uClibc_arch_features.h in installed headers, | Denis Vlasenko | |
my cross-compile toolchain based on gcc 4.3.1 broke without it. | |||
2009-02-09 | Hand-optimize wrappers on i386: | Denis Vlasenko | |
-83 ec 10 sub $0x10,%esp -db 6c 24 14 fldt 0x14(%esp) -dd 5c 24 08 fstpl 0x8(%esp) -dd 44 24 08 fldl 0x8(%esp) -dd 1c 24 fstpl (%esp) -e8 fc ff ff ff call __GI_trunc -83 c4 10 add $0x10,%esp +db 6c 24 04 fldt 0x4(%esp) +dd 5c 24 04 fstpl 0x4(%esp) +e9 fc ff ff ff jmp __GI_trunc c3 ret text data bss dec hex filename - 42749 176 4 42929 a7b1 lib/libm-0.9.30-svn.so + 42085 176 4 42265 a519 lib/libm-0.9.30-svn.so | |||
2009-02-09 | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | |
remove wrong casts to long double of long return values. remove lots of empty lines. | |||
2009-02-08 | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko | |
2009-02-08 | Add strverscmp() and versionsort[64](). | Denis Vlasenko | |
By Hai Zaar (haizaar AT codefidence.com) | |||
2009-02-08 | nextafterf: trying to correct FP exception handling | Denis Vlasenko | |
2009-02-06 | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko | |
2009-02-06 | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | |
This makes in possible to enable test/math (not it compiles, but has lots of test failures). | |||
2009-02-05 | Make TLS configure time variable. Enable it along with NPTL. | Khem Raj | |
2009-02-03 | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer | |
uClibc is configured to use it. | |||
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | |
test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | |||
2009-01-28 | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | |
2009-01-28 | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko | |
but still works! :) | |||
2009-01-28 | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso | |
Signed-off-by: Will Wagner <will_wagner@carallon.com> | |||
2009-01-28 | Remove check for the relocation type check in the resolver, | Carmelo Amoroso | |
from all archs. Signed-off-by: Jiri Olsa <olsajiri@gmail.com> | |||
2009-01-28 | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | |
are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko | |