glibc/history.git
17 years ago(distribute): Add tst-gettext3.sh.9a79284e48dcca1b72bdef10eedd9c838c205426fedora-glibc-20050405T2114
Ulrich Drepper [Tue, 5 Apr 2005 14:05:38 +0000 (5 14:05 +0000)]
(distribute): Add tst-gettext3.sh.
(test-srcs): Add tst-gettext3.
(tests): Depend on tst-gettext3.out.
(tst-gettext3.out): New rule.
(CFLAGS-tst-gettext3.c): New variable.

17 years ago.
Ulrich Drepper [Mon, 4 Apr 2005 22:37:38 +0000 (4 22:37 +0000)]
.

17 years agoTest for some translation using different encodings.
Ulrich Drepper [Mon, 4 Apr 2005 22:36:12 +0000 (4 22:36 +0000)]
Test for some translation using different encodings.

17 years ago(_nl_init_domain_conv): Remove function.
Ulrich Drepper [Mon, 4 Apr 2005 22:33:01 +0000 (4 22:33 +0000)]
(_nl_init_domain_conv): Remove function.
(_nl_free_domain_conv): Remove function.
(_nl_load_domain): Initialize the conversions array to empty. Use
_nl_find_msg instead of _nl_init_domain_conv to retrieve the header entry.
(_nl_unload_domain): Free the conversions array and its contents.

17 years ago(DCIGETTEXT): Call _nl_find_msg with convert=1.
Ulrich Drepper [Mon, 4 Apr 2005 22:31:37 +0000 (4 22:31 +0000)]
(DCIGETTEXT): Call _nl_find_msg with convert=1.
(_nl_find_msg): Add convert argument. When a conversion to a different
charset is needed, create a new converted_domain element, instead of
throwing away the old converted translations.
(get_output_charset): New function.

17 years ago(set_binding_values): Drop codeset_cntr modifications.
Ulrich Drepper [Mon, 4 Apr 2005 22:30:14 +0000 (4 22:30 +0000)]
(set_binding_values): Drop codeset_cntr modifications.

17 years ago(struct converted_domain): New type.
Ulrich Drepper [Mon, 4 Apr 2005 22:29:14 +0000 (4 22:29 +0000)]
(struct converted_domain): New type.
(struct loaded_domain): Remove the conv, conv_tab fields. Add
conversions, nconversions fields.
(_nl_init_domain_conv): Remove declaration.
(_nl_free_domain_conv): Remove declaration.
(_nl_find_msg): Add convert argument.

(struct loaded_domain): Remove codeset_cntr field.
(struct binding): Likewise.

17 years ago.
Ulrich Drepper [Mon, 4 Apr 2005 20:47:29 +0000 (4 20:47 +0000)]
.

17 years ago(xdr_rmtcall_args): Use a dummy arglen instead of trying to encode
Ulrich Drepper [Mon, 4 Apr 2005 20:45:45 +0000 (4 20:45 +0000)]
(xdr_rmtcall_args): Use a dummy arglen instead of trying to encode
uninitialized arglen.

17 years agoUpdate from tzdata2005h.
Ulrich Drepper [Mon, 4 Apr 2005 20:43:56 +0000 (4 20:43 +0000)]
Update from tzdata2005h.

17 years agoUpdate from tzcode2005h.
Ulrich Drepper [Mon, 4 Apr 2005 20:36:46 +0000 (4 20:36 +0000)]
Update from tzcode2005h.

17 years ago.91682d7038c0247ba1a52925b284fcb59756546efedora-glibc-20050401T1444
Ulrich Drepper [Fri, 1 Apr 2005 09:53:28 +0000 (1 09:53 +0000)]
.

17 years agoUpdate copyright.
Ulrich Drepper [Fri, 1 Apr 2005 09:52:41 +0000 (1 09:52 +0000)]
Update copyright.

17 years ago(__btowc): Optimize parameters in ASCII range.
Ulrich Drepper [Fri, 1 Apr 2005 09:51:41 +0000 (1 09:51 +0000)]
(__btowc): Optimize parameters in ASCII range.

17 years ago(wctob): Optimize parameters in ASCII range.
Ulrich Drepper [Fri, 1 Apr 2005 09:50:55 +0000 (1 09:50 +0000)]
(wctob): Optimize parameters in ASCII range.

17 years ago(btowc): Add optimized inline function.
Ulrich Drepper [Fri, 1 Apr 2005 09:50:02 +0000 (1 09:50 +0000)]
(btowc): Add optimized inline function.
(wctob): Likewise.

17 years ago.
Ulrich Drepper [Thu, 31 Mar 2005 10:02:53 +0000 (31 10:02 +0000)]
.

17 years agoUse functionally equivalent, but shorter instructions.
Ulrich Drepper [Thu, 31 Mar 2005 10:00:15 +0000 (31 10:00 +0000)]
Use functionally equivalent, but shorter instructions.

17 years agoUpdate for Intel libm 2005-3-21.
Ulrich Drepper [Thu, 31 Mar 2005 02:53:47 +0000 (31 02:53 +0000)]
Update for Intel libm 2005-3-21.

17 years ago.
Ulrich Drepper [Thu, 31 Mar 2005 02:49:51 +0000 (31 02:49 +0000)]
.

17 years agoSupport for ia64 libm.
Ulrich Drepper [Thu, 31 Mar 2005 02:47:43 +0000 (31 02:47 +0000)]
Support for ia64 libm.

17 years agorevert
Roland McGrath [Thu, 31 Mar 2005 02:14:52 +0000 (31 02:14 +0000)]
revert

17 years ago.
Ulrich Drepper [Wed, 30 Mar 2005 04:19:16 +0000 (30 04:19 +0000)]
.

17 years ago(fnmatch): For short patterns or strings attempt to avoid calling
Ulrich Drepper [Wed, 30 Mar 2005 04:17:47 +0000 (30 04:17 +0000)]
(fnmatch): For short patterns or strings attempt to avoid calling
mbsrtowcs twice.

17 years ago.
Roland McGrath [Wed, 30 Mar 2005 02:07:41 +0000 (30 02:07 +0000)]
.

17 years ago2005-03-29 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 30 Mar 2005 02:07:16 +0000 (30 02:07 +0000)]
2005-03-29  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
function, inline broken out of ...
(DL_SYSDEP_OSCHECK): ... here.  Use that.
Do the discovery and set GLRO(dl_osversion) if successful,
if __LINUX_KERNEL_VERSION <= 0.
* elf/dl-load.c: Don't include dl-osinfo.h here.

17 years ago.
Roland McGrath [Wed, 30 Mar 2005 02:05:33 +0000 (30 02:05 +0000)]
.

17 years ago2005-03-29 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 30 Mar 2005 02:05:28 +0000 (30 02:05 +0000)]
2005-03-29  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
function, inline broken out of ...
(DL_SYSDEP_OSCHECK): ... here.  Use that.
Do the discovery and set GLRO(dl_osversion) if successful,
if __LINUX_KERNEL_VERSION <= 0.

17 years ago.
Roland McGrath [Tue, 29 Mar 2005 23:47:22 +0000 (29 23:47 +0000)]
.

17 years ago2005-03-29 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Tue, 29 Mar 2005 23:47:06 +0000 (29 23:47 +0000)]
2005-03-29  Alfred M. Szmidt  <ams@gnu.org>

* manual/install.texi (Tools for Compilation): GNU binutils 2.15
is now needed.

17 years ago.
Roland McGrath [Tue, 29 Mar 2005 23:41:03 +0000 (29 23:41 +0000)]
.

17 years ago2005-03-29 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Tue, 29 Mar 2005 23:39:59 +0000 (29 23:39 +0000)]
2005-03-29  Thorsten Kukuk  <kukuk@suse.de>

[BZ #661]
* grp/initgroups.c (internal_getgrouplist): Check if we have
enough space before adding the primary group to the list.

17 years ago2005-03-19 Bruno Haible <bruno@clisp.org>
Roland McGrath [Tue, 29 Mar 2005 23:39:48 +0000 (29 23:39 +0000)]
2005-03-19  Bruno Haible  <bruno@clisp.org>

* intl/dcigettext.c (struct known_translation_t): Change type of
domainname field to 'const char *'.
(DCIGETTEXT): Remove const-cast.

17 years ago.
Roland McGrath [Tue, 29 Mar 2005 23:27:12 +0000 (29 23:27 +0000)]
.

17 years ago2005-03-29 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Tue, 29 Mar 2005 23:27:01 +0000 (29 23:27 +0000)]
2005-03-29  Thorsten Kukuk  <kukuk@suse.de>

* posix/tst-execle1.c (do_test): Fix execle arguments.
* posix/tst-execle2.c (do_test): Likewise.

17 years agoMIPS NPTL specific pthreadtypes.h
Andreas Jaeger [Tue, 29 Mar 2005 19:56:26 +0000 (29 19:56 +0000)]
MIPS NPTL specific pthreadtypes.h

17 years ago.
Roland McGrath [Mon, 28 Mar 2005 20:42:53 +0000 (28 20:42 +0000)]
.

17 years ago2005-03-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 28 Mar 2005 20:42:44 +0000 (28 20:42 +0000)]
2005-03-28  Roland McGrath  <roland@redhat.com>

* sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
Reported by Mark Mitchell <mark@codesourcery.com>.
* Versions.def (libm): Define GLIBC_2.4 set.
* math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
* sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
* sysdeps/ia64/Versions: Likewise.
* sysdeps/m68k/Versions: Likewise.
* sysdeps/sparc/sparc64/Versions: Likewise.
* sysdeps/x86_64/Versions: New file.
* sysdeps/mips/mips64/Versions: New file.

17 years ago.
Roland McGrath [Mon, 28 Mar 2005 19:28:46 +0000 (28 19:28 +0000)]
.

17 years ago2005-03-25 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 28 Mar 2005 19:28:33 +0000 (28 19:28 +0000)]
2005-03-25  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
<wcstol_l.c>.

17 years ago.
Roland McGrath [Mon, 28 Mar 2005 19:22:10 +0000 (28 19:22 +0000)]
.

17 years ago2005-03-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 28 Mar 2005 19:22:05 +0000 (28 19:22 +0000)]
2005-03-28  Roland McGrath  <roland@redhat.com>

* locale/langinfo.h (_NL_LOCALE_NAME): New macro.
[__USE_GNU] (NL_LOCALE_NAME): New macro.
* locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
return locale name string for the category.

17 years agoProtect against multiple inclusion.
Andreas Jaeger [Mon, 28 Mar 2005 09:32:27 +0000 (28 09:32 +0000)]
Protect against multiple inclusion.

17 years ago(elf_machine_rel): Add TLS relocations.
Andreas Jaeger [Mon, 28 Mar 2005 09:32:04 +0000 (28 09:32 +0000)]
(elf_machine_rel): Add TLS relocations.

17 years agoUpdate.
Andreas Jaeger [Mon, 28 Mar 2005 09:26:46 +0000 (28 09:26 +0000)]
Update.

17 years agoMIPS NPTL support
Andreas Jaeger [Mon, 28 Mar 2005 09:21:52 +0000 (28 09:21 +0000)]
MIPS NPTL support

17 years agoAdd MIPS NPTL support
Andreas Jaeger [Mon, 28 Mar 2005 09:19:38 +0000 (28 09:19 +0000)]
Add MIPS NPTL support

17 years agoMIPS TLS support.
Andreas Jaeger [Mon, 28 Mar 2005 09:18:37 +0000 (28 09:18 +0000)]
MIPS TLS support.

17 years ago(SIGEV_THREAD, SIGEV_CALLBACK, SIGEV_THREAD_ID): Update to match the kernel.
Andreas Jaeger [Mon, 28 Mar 2005 09:17:43 +0000 (28 09:17 +0000)]
(SIGEV_THREAD, SIGEV_CALLBACK, SIGEV_THREAD_ID): Update to match the kernel.

17 years ago (INTERNAL_SYSCALL_NCS): New.
Andreas Jaeger [Mon, 28 Mar 2005 09:17:26 +0000 (28 09:17 +0000)]
(INTERNAL_SYSCALL_NCS): New.
(INTERNAL_SYSCALL, internal_syscall0, internal_syscall1,
internal_syscall2, internal_syscall3, internal_syscall4,
internal_syscall5, internal_syscall6, internal_syscall7): Update
for non-constant support.

17 years agoAdd NPTL and five-argument clone support.
Andreas Jaeger [Mon, 28 Mar 2005 09:17:06 +0000 (28 09:17 +0000)]
Add NPTL and five-argument clone support.

17 years agoLinux/MIPS vfork implementation.
Andreas Jaeger [Mon, 28 Mar 2005 09:16:12 +0000 (28 09:16 +0000)]
Linux/MIPS vfork implementation.

17 years agoNew file.
Andreas Jaeger [Mon, 28 Mar 2005 09:15:45 +0000 (28 09:15 +0000)]
New file.

17 years agoNew files for MIPS TLS support.
Andreas Jaeger [Mon, 28 Mar 2005 09:14:59 +0000 (28 09:14 +0000)]
New files for MIPS TLS support.

17 years agoRemove unused file.
Andreas Jaeger [Mon, 28 Mar 2005 08:59:05 +0000 (28 08:59 +0000)]
Remove unused file.

17 years agoRemove whitespace at eol
Andreas Jaeger [Mon, 28 Mar 2005 07:58:05 +0000 (28 07:58 +0000)]
Remove whitespace at eol

17 years ago2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
Andreas Jaeger [Mon, 28 Mar 2005 07:49:19 +0000 (28 07:49 +0000)]
2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>

[BZ #783]
* elf/tst-auditmod1.c: Add MIPS support.
* sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
(La_mips_32_retval): New.
(La_mips_64_regs): New.
(La_mips_64_retval): New.
(struct audit_ifaces): Add MIPS entries.
* sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
(elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
(RTLD_START): Align the stack before calling _dl_init_internal.
Use .ent for _dl_start_user.
(ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
(elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
(elf_machine_runtime_setup): Use "auto inline".
(elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
(elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
* sysdeps/mips/dl-trampoline.c: New file.
* sysdeps/mips/bits/link.h: New file.
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
(internal_syscall5): Use register operands instead of non-lvalue
memory operands.
(internal_syscall6): Likewise.
(internal_syscall7): Likewise.

17 years ago (internal_syscall5): Use register operands instead of non-lvalue
Andreas Jaeger [Mon, 28 Mar 2005 07:48:26 +0000 (28 07:48 +0000)]
(internal_syscall5): Use register operands instead of non-lvalue
memory operands.
(internal_syscall6): Likewise.
(internal_syscall7): Likewise.

17 years ago (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
Andreas Jaeger [Mon, 28 Mar 2005 07:47:27 +0000 (28 07:47 +0000)]
(elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
(RTLD_START): Align the stack before calling _dl_init_internal.
Use .ent for _dl_start_user.
(ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
(elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
(elf_machine_runtime_setup): Use "auto inline".
(elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
(elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.

17 years ago (La_mips_32_regs): New.
Andreas Jaeger [Mon, 28 Mar 2005 07:46:06 +0000 (28 07:46 +0000)]
(La_mips_32_regs): New.
(La_mips_32_retval): New.
(La_mips_64_regs): New.
(La_mips_64_retval): New.
(struct audit_ifaces): Add MIPS entries.

17 years agoAdd MIPS support.
Andreas Jaeger [Mon, 28 Mar 2005 07:44:53 +0000 (28 07:44 +0000)]
Add MIPS support.

17 years agoMIPS specific dl-trampoline.c.
Andreas Jaeger [Mon, 28 Mar 2005 07:44:17 +0000 (28 07:44 +0000)]
MIPS specific dl-trampoline.c.

17 years agoMIPS specific <bits/link.h>
Andreas Jaeger [Mon, 28 Mar 2005 07:43:51 +0000 (28 07:43 +0000)]
MIPS specific <bits/link.h>

17 years agoUpdate.
Andreas Jaeger [Mon, 28 Mar 2005 07:10:05 +0000 (28 07:10 +0000)]
Update.

17 years ago (__builtin___memcpy_chk): Define away to
Andreas Jaeger [Mon, 28 Mar 2005 07:09:47 +0000 (28 07:09 +0000)]
(__builtin___memcpy_chk): Define away to
avoid warnings with older compiler.
(__builtin___memcpy_chk): Likewise.
(__builtin___memmove_chk: Likewise.
(__builtin___mempcpy_chk): Likewise.
(__builtin___memset_chk): Likewise.
(__builtin___stpcpy_chk): Likewise.
(__builtin___strcat_chk): Likewise.
(__builtin___strcpy_chk): Likewise.
(__builtin___strncat_chk): Likewise.
(__builtin___strncpy_chk): Likewise.
(__builtin_object_size): Likewise.

17 years ago.
Roland McGrath [Sun, 27 Mar 2005 20:06:31 +0000 (27 20:06 +0000)]
.

17 years ago2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
Roland McGrath [Sun, 27 Mar 2005 20:06:13 +0000 (27 20:06 +0000)]
2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>

* elf/tls-macros.h: Correct typo.

17 years ago.1e6da2b0f29d6cb1b2c49f05ea479c9e7930f004fedora-glibc-20050324T0715
Ulrich Drepper [Thu, 24 Mar 2005 06:38:49 +0000 (24 06:38 +0000)]
.

17 years ago(__pthread_create_2_1): Rename syscall error variable.
Ulrich Drepper [Thu, 24 Mar 2005 06:36:53 +0000 (24 06:36 +0000)]
(__pthread_create_2_1): Rename syscall error variable.

17 years ago.
Ulrich Drepper [Thu, 24 Mar 2005 00:20:39 +0000 (24 00:20 +0000)]
.

17 years ago(yp_2_yperr): Revert 2004-11-30 patch.
Ulrich Drepper [Thu, 24 Mar 2005 00:16:58 +0000 (24 00:16 +0000)]
(yp_2_yperr): Revert 2004-11-30 patch.
(ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.

17 years ago.
Roland McGrath [Wed, 23 Mar 2005 03:02:03 +0000 (23 03:02 +0000)]
.

17 years ago2005-03-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 23 Mar 2005 03:01:50 +0000 (23 03:01 +0000)]
2005-03-22  Roland McGrath  <roland@redhat.com>

* locale/setlocale.c: Comment typo.

17 years ago.
Roland McGrath [Wed, 23 Mar 2005 01:46:42 +0000 (23 01:46 +0000)]
.

17 years ago2005-03-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 23 Mar 2005 01:46:29 +0000 (23 01:46 +0000)]
2005-03-22  Roland McGrath  <roland@redhat.com>

* scripts/versions.awk: No errors for GLIBC_PRIVATE.

17 years ago.
Roland McGrath [Tue, 22 Mar 2005 23:52:59 +0000 (22 23:52 +0000)]
.

17 years ago2005-03-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 22 Mar 2005 23:52:49 +0000 (22 23:52 +0000)]
2005-03-22  Roland McGrath  <roland@redhat.com>

* scripts/versions.awk: Print all errors and die at the end.
Use library name in versions array keys.

17 years ago2005-03-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 22 Mar 2005 23:52:46 +0000 (22 23:52 +0000)]
2005-03-22  Roland McGrath  <roland@redhat.com>

* Versions.def (libdl, librt): Add GLIBC_2.3.4 version.

17 years ago.
Roland McGrath [Tue, 22 Mar 2005 21:48:35 +0000 (22 21:48 +0000)]
.

17 years ago2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
Roland McGrath [Tue, 22 Mar 2005 21:48:18 +0000 (22 21:48 +0000)]
2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>

* elf/elf.h (PT_ARM_EXIDX): New macro.

17 years ago.
Ulrich Drepper [Tue, 22 Mar 2005 09:14:36 +0000 (22 09:14 +0000)]
.

17 years ago(xdrstdio_getlong, xdrstdio_putlong): Convert correctly between long/int
Ulrich Drepper [Tue, 22 Mar 2005 09:14:09 +0000 (22 09:14 +0000)]
(xdrstdio_getlong, xdrstdio_putlong): Convert correctly between long/int
on 64bit big-endian.

17 years agoAdd % before alias keyword.
Ulrich Drepper [Tue, 22 Mar 2005 09:08:42 +0000 (22 09:08 +0000)]
Add % before alias keyword.

17 years ago.
Ulrich Drepper [Tue, 22 Mar 2005 09:06:53 +0000 (22 09:06 +0000)]
.

17 years agoNewer kernels don't like register-frames
Ulrich Drepper [Tue, 22 Mar 2005 09:06:17 +0000 (22 09:06 +0000)]
Newer kernels don't like register-frames
with more than 8 output registers.  Fix this by passing original
ar.pfs to _mcount_ret_helper via r3.

17 years ago.
Andreas Schwab [Mon, 21 Mar 2005 17:32:46 +0000 (21 17:32 +0000)]
.

17 years agoRemove to delete unneeded o-iterator thing.
Andreas Schwab [Mon, 21 Mar 2005 17:32:31 +0000 (21 17:32 +0000)]
Remove to delete unneeded o-iterator thing.

17 years ago.
Ulrich Drepper [Sun, 20 Mar 2005 22:25:59 +0000 (20 22:25 +0000)]
.

17 years agoAdd rules to build and run tst-tls15.
Ulrich Drepper [Sun, 20 Mar 2005 22:25:16 +0000 (20 22:25 +0000)]
Add rules to build and run tst-tls15.

17 years agoTest for TLS handling in ld.so.
Ulrich Drepper [Sun, 20 Mar 2005 22:24:39 +0000 (20 22:24 +0000)]
Test for TLS  handling in ld.so.

17 years ago(_dl_next_tls_modid): Handle GL(dl_tls_static_nelem)
Ulrich Drepper [Sun, 20 Mar 2005 22:23:25 +0000 (20 22:23 +0000)]
(_dl_next_tls_modid): Handle GL(dl_tls_static_nelem)
== GL(dl_tls_max_dtv_idx).

17 years ago(dl_main): Always call init_tls if we have audit modules.
Ulrich Drepper [Sun, 20 Mar 2005 22:08:09 +0000 (20 22:08 +0000)]
(dl_main): Always call init_tls if we have audit modules.

17 years ago.
Ulrich Drepper [Sun, 20 Mar 2005 18:38:24 +0000 (20 18:38 +0000)]
.

17 years ago(dl_open_worker): Fix typo.
Ulrich Drepper [Sun, 20 Mar 2005 18:36:31 +0000 (20 18:36 +0000)]
(dl_open_worker): Fix typo.

17 years ago.
Ulrich Drepper [Sun, 20 Mar 2005 18:09:53 +0000 (20 18:09 +0000)]
.

17 years ago(public_cALLOc): We cannot skip the memory clearing if perturb_byte != 0.
Ulrich Drepper [Sun, 20 Mar 2005 18:08:52 +0000 (20 18:08 +0000)]
(public_cALLOc): We cannot skip the memory clearing if perturb_byte != 0.

17 years ago.
Ulrich Drepper [Sun, 20 Mar 2005 16:51:05 +0000 (20 16:51 +0000)]
.

17 years ago(tests): Add tst-lfschk{1,2,3}.
Ulrich Drepper [Sun, 20 Mar 2005 16:50:32 +0000 (20 16:50 +0000)]
(tests): Add tst-lfschk{1,2,3}.

17 years agoOverflow checking tests in LFS mode.
Ulrich Drepper [Sun, 20 Mar 2005 16:49:58 +0000 (20 16:49 +0000)]
Overflow checking tests in LFS mode.

17 years ago(pread) [__USE_FILE_OFFSET64]: Use __off64_t instead of __off_t for last
Ulrich Drepper [Sun, 20 Mar 2005 16:48:41 +0000 (20 16:48 +0000)]
(pread) [__USE_FILE_OFFSET64]: Use __off64_t instead of __off_t for last
argument.