summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes between r18832 and r18863 from /fsf/trunk.joseph2012-05-3175-1376/+5516
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18864 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18761 and r18832 from /fsf/trunk.joseph2012-05-30144-5868/+7381
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18833 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18730 and r18761 from /fsf/trunk.joseph2012-05-2622-34/+96
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18762 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * nss/nsswitch.c (__nss_database_lookup): Update for last merge.joseph2012-05-262-1/+5
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18747 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18519 and r18730 from /fsf/trunk.joseph2012-05-26787-9313/+32810
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18731 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18392 and r18519 from /fsf/trunk.joseph2012-05-12232-7771/+76478
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18520 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18362 and r18392 from /fsf/trunk.joseph2012-05-0537-884/+382
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18393 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r18165 and r18362 from /fsf/trunk.joseph2012-05-04912-8427/+208167
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18363 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17813 and r18165 from /fsf/trunk.joseph2012-04-21341-4902/+6905
| | | | git-svn-id: svn://svn.eglibc.org/trunk@18166 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * posix/cross-getconf.c (cross_getconf): Update after last merge.joseph2012-03-282-0/+8
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17815 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17700 and r17813 from /fsf/trunk.joseph2012-03-28192-2546/+3223
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17814 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17530 and r17700 from /fsf/trunk.joseph2012-03-21343-4419/+9477
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17701 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>joseph2012-03-213-3/+20
| | | | | | | | | | * elf/Makefile ($(objpfx)tst-unused-dep.out): Run through the cross-test-wrapper. * scripts/run-with-env.sh: Handle EGLIBC_TEST_LD_TRACE_LOADED_OBJECTS and EGLIBC_TEST_LD_DEBUG. git-svn-id: svn://svn.eglibc.org/trunk@17686 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17501 and r17530 from /fsf/trunk.joseph2012-03-101487-4184/+3577
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17531 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17457 and r17501 from /fsf/trunk.joseph2012-03-0968-5638/+5772
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17502 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* libc:joseph2012-03-085-34/+14
| | | | | | | | | | | | * bits/predefs.h: Test _STDC_PREDEF_H, not _FEATURES_H. ports: * sysdeps/arm/eabi/bits/predefs.h: Test _STDC_PREDEF_H, not _FEATURES_H. * sysdeps/arm/bits/predefs.h: Remove. git-svn-id: svn://svn.eglibc.org/trunk@17473 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17384 and r17457 from /fsf/trunk.joseph2012-03-07161-1196/+5099
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17458 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Regenerate all configure scripts with Autoconf 2.68.joseph2012-03-0727-7565/+6263
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17443 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17194 and r17384 from /fsf/trunk.joseph2012-03-03508-8655/+11285
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17385 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r17050 and r17194 from /fsf/trunk.joseph2012-02-186376-20947/+15718
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17195 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2012-02-10 Paul Pluzhnikov <ppluzhnikov@google.com>maxim2012-02-113-4/+9
| | | | | | | | * timezone/Makefile: Use BUILD_CC instead of 'gcc'. * sunrpc/Makefile: Likewise. git-svn-id: svn://svn.eglibc.org/trunk@17096 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * Makefile.in (DEFINES): Add -DIN_GLIBC_LOCALEDEF.joseph2012-02-083-1/+14
| | | | | | | * include/sys/cdefs.h (__attribute_alloc_size): Define. git-svn-id: svn://svn.eglibc.org/trunk@17053 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * locale/localeinfo.h: Condition <tls.h> include andjoseph2012-02-082-1/+6
| | | | | | | NL_CURRENT_INDIRECT define on !defined IN_GLIBC_LOCALEDEF. git-svn-id: svn://svn.eglibc.org/trunk@17052 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16568 and r17050 from /fsf/trunk.joseph2012-02-081255-171622/+8475
| | | | git-svn-id: svn://svn.eglibc.org/trunk@17051 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16524 and r16568 from /fsf/trunk.joseph2012-01-0627-72/+346
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16569 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16494 and r16524 from /fsf/trunk.joseph2012-01-0435-58/+880
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16525 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2012-01-04 Tom de Vries <tom@codesourcery.com>joseph2012-01-042-0/+10
| | | | | | | | * sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with -funwind-tables. git-svn-id: svn://svn.eglibc.org/trunk@16508 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16431 and r16494 from /fsf/trunk.joseph2012-01-0327-46/+92
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16495 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16348 and r16431 from /fsf/trunk.joseph2012-01-032-1/+6
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16494 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16332 and r16348 from /fsf/trunk.joseph2012-01-0340-1545/+1434
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16493 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2012-01-03 Tom de Vries <tom@codesourcery.com>joseph2012-01-032-0/+6
| | | | | | | | * elf/Makefile ($(objpfx)tst-initorder2.out): Add cross-test-wrapper. git-svn-id: svn://svn.eglibc.org/trunk@16485 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r16068 and r16332 from /fsf/trunk.joseph2011-12-22345-904/+18419
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16333 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* libc:joseph2011-12-086-1/+167
| | | | | | | | | | | | | * debug/tst-backtrace6.c: New test. * debug/Makefile (LDFLAGS-tst-backtrace6): Define. (tests-$(OPTION_EGLIBC_BACKTRACE)): Add new tst-backtrace6. * sysdeps/sh/Makefile (CFLAGS-tst-backtrace6.c): Define. ports: * sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace6.c): Define. git-svn-id: svn://svn.eglibc.org/trunk@16143 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * sysdeps/sh/Makefile (CFLAGS-backtrace.c)joseph2011-12-022-0/+14
| | | | | | | | (CFLAGS-tst-backtrace2.c, CFLAGS-tst-backtrace3.c) (CFLAGS-tst-backtrace4.c, CFLAGS-tst-backtrace5.c): Define. git-svn-id: svn://svn.eglibc.org/trunk@16070 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r15868 and r16068 from /fsf/trunk.joseph2011-12-02590-30239/+275
| | | | git-svn-id: svn://svn.eglibc.org/trunk@16069 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* libc:joseph2011-12-027-1/+393
| | | | | | | | | | | | | | | | | 2011-12-01 Joseph Myers <joseph@codesourcery.com> Tom de Vries <tom@codesourcery.com> * debug/tst-backtrace3.c, debug/tst-backtrace4.c, debug/tst-backtrace5.c: New tests. * debug/Makefile (LDFLAGS-tst-backtrace3, LDFLAGS-tst-backtrace4) (LDFLAGS-tst-backtrace5): Define. ports: * sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace3.c) (CFLAGS-tst-backtrace4.c, CFLAGS-tst-backtrace5.c): Define. git-svn-id: svn://svn.eglibc.org/trunk@16056 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r15584 and r15868 from /fsf/trunk.joseph2011-11-17183-6472/+8975
| | | | git-svn-id: svn://svn.eglibc.org/trunk@15869 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * argp/argp-fmtstream.c, argp/argp-help.c: Condition uses ofjoseph2011-10-263-0/+15
| | | | | | | libc-internal interfaces on _LIBC. git-svn-id: svn://svn.eglibc.org/trunk@15586 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r15557 and r15584 from /fsf/trunk.joseph2011-10-2642-280/+578
| | | | git-svn-id: svn://svn.eglibc.org/trunk@15585 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2011-10-25 Michael Hope <michael.hope@linaro.org>joseph2011-10-255-3/+17
| | | | | | | | | | | * aclocal.m4 (PKGVERSION_TEXI): Define. * config.make.in (PKGVERSION_TEXI, REPORT_BUGS_TEXI): Define. * manual/Makefile (stamp-pkgvers): Use PKGVERSION_TEXI and REPORT_BUGS_TEXI. * configure: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk@15560 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r15532 and r15557 from /fsf/trunk.joseph2011-10-2599-792/+1826
| | | | git-svn-id: svn://svn.eglibc.org/trunk@15558 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r15223 and r15532 from /fsf/trunk.joseph2011-10-25895-17700/+27961
| | | | git-svn-id: svn://svn.eglibc.org/trunk@15545 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2011-10-07 Michael Hope <michael.hope@linaro.org>maxim2011-10-112-3/+8
| | | | | | | | * manual/Makefile (stamp-pkgvers): Escape PKGVERSION. Fix the escaping of REPORT_BUGS_TO. git-svn-id: svn://svn.eglibc.org/trunk@15506 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * configure.ac: Test for locale_t.joseph2011-09-217-2/+137
| | | | | | | | | | | | * Makefile.in (DEFINES): Add -DNOT_IN_libc. (INCLUDES): Move -I$(srcdir)/include before -Iglibc/locale. * include/locale.h: New. * include/ctype.h (__isalnum_l, __isalpha_l, __isdigit_l) (__tolower_l): Define. * configure, config.h.in: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk@15409 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between r14661 and r15223 from /fsf/trunk.joseph2011-09-06170-1523/+9686
| | | | git-svn-id: svn://svn.eglibc.org/trunk@15224 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2011-09-06 Dr. David Alan Gilbert <david.gilbert@linaro.org>joseph2011-09-062-0/+5
| | | | | | | * elf/Makefile: Push tst-initorder through cross-test-wrapper. git-svn-id: svn://svn.eglibc.org/trunk@15221 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2011-08-11 Khem Raj <raj.khem@gmail.com>joseph2011-08-112-0/+9
| | | | | | | * sysdeps/generic/initfini.c: Re-define __i686. git-svn-id: svn://svn.eglibc.org/trunk@14908 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* * configure.in (whether to use .ctors/.dtors header and trailer):joseph2011-07-253-55/+33
| | | | | | | | Avoid use of AC_TRY_LINK. * configure: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk@14703 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* Merge changes between 14282 and r14661 from /fsf/trunk.joseph2011-07-22149-10056/+25991
| | | | git-svn-id: svn://svn.eglibc.org/trunk@14662 7b3dc134-2b1b-0410-93df-9e9f96275f8d
* 2011-07-22 Denis Zaitceff <zaitceff@gmail.com>joseph2011-07-223-0/+6
| | | | | | | * elf/dl-support.c, elf/rtld.c: Include <gnu/option-groups.h>. git-svn-id: svn://svn.eglibc.org/trunk@14658 7b3dc134-2b1b-0410-93df-9e9f96275f8d