summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix install_headers on hosts where ld does not support gnu hash-style butBernhard Reutner-Fischer2009-02-031-0/+2
| | | | uClibc is configured to use it.
* - remove erroneous libm_hidden_def's (r24914 from trunk)Bernhard Reutner-Fischer2009-01-221-5/+0
|
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-224-13/+27
| | | | | | bugs in gentoo's QA. (r24955 from trunk) Just add UCLIBC_HAS_SSP to the "and" of link.asneeded to properly take SSP into account, if you prefer.
* - pull r24948 from trunk (commentary typo)Bernhard Reutner-Fischer2009-01-212-2/+2
|
* - use correct header guardBernhard Reutner-Fischer2009-01-211-1/+1
|
* - pull 24836:24838 from trunk (2 of psm's small fixes)Bernhard Reutner-Fischer2009-01-142-3/+4
|
* - pull r24834 from trunk (Scrt1 no relocs)Bernhard Reutner-Fischer2009-01-142-8/+3
|
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ↵Bernhard Reutner-Fischer2009-01-122-1/+11
| | | | with linux >= 2.6.28)
* - expand guards for recent combined i386/x86_64 linux kernels (r24515 from ↵Bernhard Reutner-Fischer2008-12-291-2/+6
| | | | trunk)
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double mathBernhard Reutner-Fischer2008-12-2234-218/+201
| | | | (r24487 from trunk)
* - fix loop for checking ifaddr on both IPv4 and IPv6 (r24317 from trunk)Bernhard Reutner-Fischer2008-12-081-2/+2
|
* Merge from trunk.Khem Raj2008-12-041-2/+2
|
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-022-1/+8
| | | | | | | | | | while keeping WCHAR support enabled. This solves two testcases: tst_wcwidth and tst_wcswidth. Fix dat_iswctype.c fiinput file: character 0x80 is not a control character: it fixes tst_iswctype test. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* - fix apparent typo in iconv charset lut for BE systemsBernhard Reutner-Fischer2008-11-251-1/+1
| | | | (Denys Vlasenko, r24109 from trunk)
* - fix args (r24131 from trunk)Bernhard Reutner-Fischer2008-11-251-2/+2
|
* - Fix thumb2 PIE (Joseph S. Myers) (r24138 from trunk)Bernhard Reutner-Fischer2008-11-251-0/+4
|
* Mode dl_iterate_phdr from ld.so/libdl.a to libc.so/libc.aCarmelo Amoroso2008-11-1811-37/+193
| | | | | just like glibc does.
* - sync with LTBernhard Reutner-Fischer2008-11-181-29/+12
|
* - add hack to check if generating sysnum.h worked out (r24084 from trunk)Bernhard Reutner-Fischer2008-11-171-0/+9
|
* - Remove linux-specific prototypes if asked to. (r24051 from trunk)Bernhard Reutner-Fischer2008-11-1533-57/+76
|
* - do not fail if mktemp is not available.Bernhard Reutner-Fischer2008-11-121-1/+1
| | | | Thanks to Peter Mazinger for the report.
* - bump version0_9_30Bernhard Reutner-Fischer2008-11-121-1/+1
|
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-113-7/+11
| | | | - update name of locale-tarball. We will retroactively fill them in, eventually
* - for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer2008-11-091-9/+8
| | | | Closes #6024
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
| | | | | utils lives outside of the normal build so this is needed until it is properly pulled into the normal system.
* - less verbose make cleanBernhard Reutner-Fischer2008-11-0758-209/+207
|
* - tidy up indentationBernhard Reutner-Fischer2008-11-071-2/+2
|
* - document more environment variablesBernhard Reutner-Fischer2008-11-071-0/+3
|
* Add extern reference to __libc_sigaction in sigaction.c for AVR32 archHans-Christian Egtvedt2008-11-031-0/+2
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Sync clone() function declaration for AVR32 with sched.h declarationHans-Christian Egtvedt2008-11-031-1/+1
| | | | | | | | This patch fixes the previous commit for clone on AVR32 arch, where the function parameters where not updated after adding #include <sched.h>. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Prefix variables defined in INIT_GOT define for AVR32 archHans-Christian Egtvedt2008-11-031-4/+4
| | | | | | | | | | | This patch will prefix the i and nr_got variable with an underscore to seperate them from any variables already present in the functions where the macro is used. Needed to silence compiler warnings. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Make sure functions in dl-sysdep.h for AVR32 are always inlinedHans-Christian Egtvedt2008-11-031-3/+3
| | | | | | | Replace __inline__ with __always_inline. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Add hint for read ahead function in fcntl.h for AVR32 archHans-Christian Egtvedt2008-11-031-0/+3
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Add include to silence compiler warning when compiling clone.c for AVR32Hans-Christian Egtvedt2008-11-031-0/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Remove commented out CFLAGS assigment which is also set on next lineHans-Christian Egtvedt2008-11-031-1/+0
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Fix whitespace damage in file.Hans-Christian Egtvedt2008-11-031-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* - jmp on coldfire accepts only address registersBernhard Reutner-Fischer2008-11-031-0/+5
| | | | Closes #3824
* - Fix __user_locking with stdio buffers (Carmelo AMOROSO)Bernhard Reutner-Fischer2008-11-021-1/+1
| | | | Closes #5254
* resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko2008-11-021-4/+15
| | | | | in one of recent commits :)
* __dns_lookup: document and optimize a bitDenis Vlasenko2008-11-011-33/+45
| | | | | | | text data bss dec hex filename - 1545 2 4 1551 60f libc/inet/dnslookup.o + 1528 2 4 1534 5fe libc/inet/dnslookup.o
* resolver: partially fix bug 660 -Denis Vlasenko2008-11-011-21/+42
| | | | | do not treat negative response as error
* resolver: fix part of bug 1468:Denis Vlasenko2008-11-011-7/+20
| | | | | "gethostbyname() fails if DNS server returns more than 23 addresses"
* resolver: trivial code trasformations for readability.Denis Vlasenko2008-11-011-89/+96
| | | | | No logic changes. Code size is the same too.
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-013-11/+12
| | | | | | | | | text data bss dec hex filename - 259 0 0 259 103 libc/inet/herror.o + 243 0 0 243 f3 libc/inet/herror.o - 720 0 0 720 2d0 libc/inet/ns_name.o + 710 0 0 710 2c6 libc/inet/ns_name.o
* - whitespace fixesBernhard Reutner-Fischer2008-10-311-19/+19
|
* - improve readability, no objcode changes.Bernhard Reutner-Fischer2008-10-311-13/+15
| | | | Looks a bit like we wouldn't need to calculate the carry flag there?
* Resync pt-machine.h for AVR32 linuxthreads and linuxthreads.oldHans-Christian Egtvedt2008-10-311-2/+2
| | | | | | | | This patch synchronizes the AVR32 specific pt-machine.h header file for linuxthreads and linuxthreads.old implementation. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt2008-10-312-2/+2
| | | | | | | This patch replaces inline with __inline__ to be more ANSI compatible. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* - helper config symbol has to depend on thread supportBernhard Reutner-Fischer2008-10-301-1/+1
|
* File removed as it was not only redundant but also horribly out of date.Ricard Wanderlof2008-10-301-333/+0
|