------------------------------------------------------------------------ r24023 | aldot | 2008-11-13 00:07:55 +0100 (Thu, 13 Nov 2008) | 3 lines - do not fail if mktemp is not available. Thanks to Peter Mazinger for the report. ------------------------------------------------------------------------ r24052 | aldot | 2008-11-15 16:55:31 +0100 (Sat, 15 Nov 2008) | 2 lines - Remove linux-specific prototypes if asked to. (r24051 from trunk) ------------------------------------------------------------------------ r24085 | aldot | 2008-11-17 23:38:34 +0100 (Mon, 17 Nov 2008) | 2 lines - add hack to check if generating sysnum.h worked out (r24084 from trunk) ------------------------------------------------------------------------ r24089 | aldot | 2008-11-18 09:01:04 +0100 (Tue, 18 Nov 2008) | 2 lines - sync with LT ------------------------------------------------------------------------ r24095 | carmelo | 2008-11-18 15:01:35 +0100 (Tue, 18 Nov 2008) | 4 lines Mode dl_iterate_phdr from ld.so/libdl.a to libc.so/libc.a just like glibc does. ------------------------------------------------------------------------ r24139 | aldot | 2008-11-25 13:27:50 +0100 (Tue, 25 Nov 2008) | 2 lines - Fix thumb2 PIE (Joseph S. Myers) (r24138 from trunk) ------------------------------------------------------------------------ r24141 | aldot | 2008-11-25 13:33:55 +0100 (Tue, 25 Nov 2008) | 2 lines - fix args (r24131 from trunk) ------------------------------------------------------------------------ r24142 | aldot | 2008-11-25 13:50:13 +0100 (Tue, 25 Nov 2008) | 3 lines - fix apparent typo in iconv charset lut for BE systems (Denys Vlasenko, r24109 from trunk) ------------------------------------------------------------------------ r24232 | carmelo | 2008-12-02 18:15:35 +0100 (Tue, 02 Dec 2008) | 9 lines Fix wcswidth function when LOCALE support is disabled 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 ------------------------------------------------------------------------ r24278 | kraj | 2008-12-04 21:06:41 +0100 (Thu, 04 Dec 2008) | 2 lines Merge from trunk. ------------------------------------------------------------------------ r24326 | aldot | 2008-12-08 17:29:41 +0100 (Mon, 08 Dec 2008) | 2 lines - fix loop for checking ifaddr on both IPv4 and IPv6 (r24317 from trunk) ------------------------------------------------------------------------ r24489 | aldot | 2008-12-22 12:55:13 +0100 (Mon, 22 Dec 2008) | 3 lines - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math (r24487 from trunk) ------------------------------------------------------------------------ r24589 | aldot | 2008-12-29 10:37:17 +0100 (Mon, 29 Dec 2008) | 2 lines - expand guards for recent combined i386/x86_64 linux kernels (r24515 from trunk) ------------------------------------------------------------------------ r24798 | aldot | 2009-01-12 16:04:25 +0100 (Mon, 12 Jan 2009) | 2 lines - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 with linux >= 2.6.28) ------------------------------------------------------------------------ r24836 | aldot | 2009-01-14 16:54:12 +0100 (Wed, 14 Jan 2009) | 2 lines - pull r24834 from trunk (Scrt1 no relocs) ------------------------------------------------------------------------ r24839 | aldot | 2009-01-14 17:03:24 +0100 (Wed, 14 Jan 2009) | 2 lines - pull 24836:24838 from trunk (2 of psm's small fixes) ------------------------------------------------------------------------ r24945 | aldot | 2009-01-21 23:13:07 +0100 (Wed, 21 Jan 2009) | 2 lines - use correct header guard ------------------------------------------------------------------------ r24949 | aldot | 2009-01-22 00:19:15 +0100 (Thu, 22 Jan 2009) | 2 lines - pull r24948 from trunk (commentary typo) ------------------------------------------------------------------------ r24956 | aldot | 2009-01-22 10:50:29 +0100 (Thu, 22 Jan 2009) | 5 lines - also link librt with --as-needed and do so unconditionally to work around 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. ------------------------------------------------------------------------ r24963 | aldot | 2009-01-22 14:37:09 +0100 (Thu, 22 Jan 2009) | 2 lines - remove erroneous libm_hidden_def's (r24914 from trunk) ------------------------------------------------------------------------ r25229 | aldot | 2009-02-03 18:31:45 +0100 (Tue, 03 Feb 2009) | 3 lines - fix install_headers on hosts where ld does not support gnu hash-style but uClibc is configured to use it. ------------------------------------------------------------------------ r25367 | aldot | 2009-02-18 19:36:37 +0100 (Wed, 18 Feb 2009) | 2 lines - pull sh fenv support from trunk ------------------------------------------------------------------------ r25371 | aldot | 2009-02-18 20:51:24 +0100 (Wed, 18 Feb 2009) | 2 lines - discourage use of pregenerated locales. ------------------------------------------------------------------------ r25385 | aldot | 2009-02-19 11:28:36 +0100 (Thu, 19 Feb 2009) | 2 lines - strict POSIX requires a path to specified to `find` (vapier, via trunk r25326) ------------------------------------------------------------------------ r25394 | carmelo | 2009-02-20 14:32:13 +0100 (Fri, 20 Feb 2009) | 4 lines sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architecture Signed-off-by: Peter Griffin ------------------------------------------------------------------------ r25398 | carmelo | 2009-02-20 15:14:14 +0100 (Fri, 20 Feb 2009) | 2 lines Fix typo. ------------------------------------------------------------------------ r25402 | carmelo | 2009-02-20 16:02:14 +0100 (Fri, 20 Feb 2009) | 2 lines Fix my previous commit to use preprocessor in the right way ! ------------------------------------------------------------------------ r25416 | aldot | 2009-02-23 09:10:22 +0100 (Mon, 23 Feb 2009) | 2 lines - export functions needed by C99 long-double macros ------------------------------------------------------------------------ r25418 | aldot | 2009-02-23 09:38:23 +0100 (Mon, 23 Feb 2009) | 4 lines - fix weak ssp symbol on some arches (Peter S. Mazinger) (r25417 from trunk) Work around alleged binutils glitch with weak symbols on some arches. See binutils ML, weak psm and vapier. ------------------------------------------------------------------------ r25419 | aldot | 2009-02-23 10:22:36 +0100 (Mon, 23 Feb 2009) | 2 lines - also filter out headers-y ------------------------------------------------------------------------ r25423 | aldot | 2009-02-23 11:51:00 +0100 (Mon, 23 Feb 2009) | 2 lines - disable libcrypt tests if we have no libcrypt ------------------------------------------------------------------------ r25425 | aldot | 2009-02-23 11:54:26 +0100 (Mon, 23 Feb 2009) | 2 lines - remove dependency on GNU error functionality ------------------------------------------------------------------------ r25444 | aldot | 2009-02-24 15:30:21 +0100 (Tue, 24 Feb 2009) | 2 lines - remove dependency on GNU error() ------------------------------------------------------------------------ r25445 | aldot | 2009-02-24 15:31:14 +0100 (Tue, 24 Feb 2009) | 2 lines - enable math tests (plus assorted related fixups) ------------------------------------------------------------------------ r25465 | aldot | 2009-02-26 13:44:51 +0100 (Thu, 26 Feb 2009) | 2 lines - cosmetic tidy up of clean target (r24143 from trunk) ------------------------------------------------------------------------ r25466 | aldot | 2009-02-26 13:49:14 +0100 (Thu, 26 Feb 2009) | 2 lines - silence warning about undefined preprocessor token ------------------------------------------------------------------------ r25490 | aldot | 2009-03-02 20:50:04 +0100 (Mon, 02 Mar 2009) | 2 lines - Install other linux kernel header subdirectories too (r25374 from trunk) ------------------------------------------------------------------------ r25491 | aldot | 2009-03-02 20:51:24 +0100 (Mon, 02 Mar 2009) | 2 lines - add trailing slash (r24905 from trunk) ------------------------------------------------------------------------ r25494 | aldot | 2009-03-02 22:10:04 +0100 (Mon, 02 Mar 2009) | 2 lines - call it 0.9.30.1 ------------------------------------------------------------------------ r25496 | aldot | 2009-03-02 22:10:28 +0100 (Mon, 02 Mar 2009) | 2 lines - tag uClibc-0.9.30.1 ------------------------------------------------------------------------