]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
21 years ago* sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
Roland McGrath [Sun, 1 Sep 2002 12:39:40 +0000 (12:39 +0000)] 
* sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass

TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.

* include/getopt.h: Include <features.h> before <posix/getopt.h>.

* locale/findlocale.c (_nl_remove_locale): Don't search in
_nl_locale_file_list if DATA->alloc is ld_archive.
Use _nl_unload_locale to do the rest of the work.

* locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
of new structure to UNDELETABLE.

* wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
towlower, towupper): Macros removed.
* ctype/ctype.h (__tobody): Put parens around macro argument.
(__isctype): Macro removed.
(__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
(isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
tolower, toupper): Macros and inlines removed.
* include/ctype.h [! NOT_IN_libc]
(isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
tolower, toupper): Define here instead, using _NL_CURRENT.
* ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
using _NL_CURRENT.
* ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
* ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
(__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
(__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
* locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
conditional on SHLIB_COMPAT.  Don't set removed variables at all.
* wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
* wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
* resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
(ISSORTMASK): Update use.
* intl/localealias.c [__GNUC__]: #undef alloca before #define.
* nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
(_nss_files_getENTNAME_r): Likewise.
* nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
Likewise.

* Makerules (all-nonlib): Renamed from all-tests.
Include $(others) here too.
* locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
the program modules via cppflags-iterator.mk.
* sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
Instead, catch all rpcgen-objs via cppflags-iterator.mk.

* posix/tst-getconf.sh: If no third arg, work with static linking.

21 years ago* locale/categories.def (LC_TIME): No more _nl_postload_time.
Roland McGrath [Sat, 31 Aug 2002 21:09:35 +0000 (21:09 +0000)] 
* locale/categories.def (LC_TIME): No more _nl_postload_time.

* locale/setlocale.c (_nl_category_postload): Use weak refs only under
[_NL_CURRENT_INDIRECT].

21 years ago2002-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 31 Aug 2002 21:08:10 +0000 (21:08 +0000)] 
2002-08-31  Roland McGrath  <roland@redhat.com>

* locale/categories.def (LC_TIME): No more _nl_postload_time.

21 years agoUpdate.
Ulrich Drepper [Sat, 31 Aug 2002 20:27:15 +0000 (20:27 +0000)] 
Update.

2002-08-31  Ulrich Drepper  <drepper@redhat.com>

* time/tst-ftime_l.c (main): Also test strftime with uselocale.

errlist-compat.c if versioning==yes.

21 years ago(main): Also test strftime with uselocale.
Ulrich Drepper [Sat, 31 Aug 2002 20:15:31 +0000 (20:15 +0000)] 
(main): Also test strftime with uselocale.

21 years ago* locale/newlocale.c (__newlocale): Don't use strdup for names.
Roland McGrath [Sat, 31 Aug 2002 20:08:18 +0000 (20:08 +0000)] 
* locale/newlocale.c (__newlocale): Don't use strdup for names.

Instead, make the single allocation of the structure larger to hold
the name strings.
* locale/duplocale.c (__duplocale): Don't strdup names individually.
Instead, calculate size for a single allocation and copy into it.
* locale/freelocale.c (__freelocale): Don't free names individually.

21 years ago* locale/newlocale.c (__newlocale): Don't leak old data or names.
Roland McGrath [Sat, 31 Aug 2002 19:00:28 +0000 (19:00 +0000)] 
* locale/newlocale.c (__newlocale): Don't leak old data or names.

* locale/xlocale.h (__locale_struct): Move __names member last,
for binary compatibility.

21 years ago2002-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 31 Aug 2002 19:00:15 +0000 (19:00 +0000)] 
2002-08-31  Roland McGrath  <roland@redhat.com>

* locale/newlocale.c (__newlocale): Don't leak old data or names.

21 years agoOnly depend on Versions.v.i for errlist-compat.c if versioning==yes.
Ulrich Drepper [Sat, 31 Aug 2002 18:44:55 +0000 (18:44 +0000)] 
Only depend on Versions.v.i for errlist-compat.c if versioning==yes.

21 years ago* locale/duplocale.c (__duplocale): Free names from the right array.
Roland McGrath [Sat, 31 Aug 2002 18:29:52 +0000 (18:29 +0000)] 
* locale/duplocale.c (__duplocale): Free names from the right array.

* locale/uselocale.c (__uselocale): Return previous locale when
setting a new one.

* locale/newlocale.c: Commit changes from 2002-08-30
batch where I failed to commit this file:
(__newlocale): Fill in __names array.

21 years ago2002-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 31 Aug 2002 18:28:32 +0000 (18:28 +0000)] 
2002-08-31  Roland McGrath  <roland@redhat.com>

* locale/newlocale.c: Commit changes from 2002-08-30
batch where I failed to commit this file.

21 years agoUpdate.
Ulrich Drepper [Sat, 31 Aug 2002 18:25:50 +0000 (18:25 +0000)] 
Update.

2002-08-31  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/gnu/Makefile: Only depend on Versions.v.i for
errlist-compat.c if build-shared==yes.

21 years agoOnly depend on Versions.v.i for errlist-compat.c if build-shared==yes.
Ulrich Drepper [Sat, 31 Aug 2002 18:23:37 +0000 (18:23 +0000)] 
Only depend on Versions.v.i for errlist-compat.c if build-shared==yes.

21 years agoUpdate.
Andreas Jaeger [Sat, 31 Aug 2002 17:45:33 +0000 (17:45 +0000)] 
Update.

* sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
external functions with hidden attribute.
(elf_machine_rela): Optimize.

* sysdeps/x86_64/memset.S: New file.
* sysdeps/x86_64/bzero.S: New file.
* sysdeps/x86_64/stpcpy.S: New file.
* sysdeps/x86_64/strcat.S: New file.
* sysdeps/x86_64/strchr.S: New file.
* sysdeps/x86_64/strcpy.S: New file.
* sysdeps/x86_64/strcspn.S: New file.
* sysdeps/x86_64/strlen.S: New file.
* sysdeps/x86_64/strpbrk.S: New file.
* sysdeps/x86_64/strspn.S: New file.
* sysdeps/x86_64/strcmp.S: New file.
* sysdeps/x86_64/strtok_r.S: New file.
* sysdeps/x86_64/strtok.S: New file.
* sysdeps/x86_64/memcpy.S: New file.
* sysdeps/x86_64/mempcpy.S: New file.

21 years agoUpdate.
Andreas Jaeger [Sat, 31 Aug 2002 10:33:26 +0000 (10:33 +0000)] 
Update.

2002-08-31  Andreas Jaeger  <aj@suse.de>

* sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.

* sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.

21 years ago Add ulps for double tests.
Andreas Jaeger [Sat, 31 Aug 2002 10:32:59 +0000 (10:32 +0000)] 
 Add ulps for double tests.

21 years agoUpdate.
Ulrich Drepper [Sat, 31 Aug 2002 09:43:13 +0000 (09:43 +0000)] 
Update.

* stdio-common/Makefile (generated): Add errlist-compat.c.

* locale/Makefile (extra-objs): Add $(localedef-aux:=.o).

21 years agoUpdate.
Ulrich Drepper [Sat, 31 Aug 2002 09:26:42 +0000 (09:26 +0000)] 
Update.

2002-08-31  Ulrich Drepper  <drepper@redhat.com>

* locale/localeinfo.h: Pretty printing.

* stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
form_number handling.

(__aux_init_cache): New function.
(__aux_init_cache): New function.
* locale/programs/locarchive.c (struct oldlocrecent): New type.
(oldlocrecentcmp): New function.
* sysdeps/x86_64/fpu/bits/mathinline.h: New file.
* sysdeps/x86_64/fpu/s_copysign.S: New file.
* sysdeps/x86_64/fpu/s_copysignf.S: New file.
* sysdeps/x86_64/fpu/s_copysignl.S: New file.
* sysdeps/x86_64/fpu/s_finitel.S: New file.
* sysdeps/x86_64/fpu/s_fmax.S: New file.
* sysdeps/x86_64/fpu/s_fmaxf.S: New file.
* sysdeps/x86_64/fpu/s_fmaxl.S: New file.
* sysdeps/x86_64/fpu/s_fmin.S: New file.
* sysdeps/x86_64/fpu/s_fminf.S: New file.
* sysdeps/x86_64/fpu/s_fminl.S: New file.
* locale/programs/locarchive.c (struct nameent, struct dataent): New
types.
* sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
* sysdeps/x86_64/fpu/s_llrint.S: New file.
* sysdeps/x86_64/fpu/s_llrintf.S: New file.
* sysdeps/x86_64/fpu/s_llrintl.S: New file.
* sysdeps/x86_64/fpu/s_lrint.S: New file.
* sysdeps/x86_64/fpu/s_lrintf.S: New file.
* sysdeps/x86_64/fpu/s_lrintl.S: New file.
* sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
(CAUSE_SHIFT): New macro.
* sysdeps/sparc/sparc64/configure.in: New file.
* sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
* sysdeps/x86_64/bits/setjmp.h: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
* elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
* sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
* config.h.in (HAVE_BUILTIN_MEMSET): New macro.
* elf/dl-deps.c (_dl_build_local_scope): New function.
* elf/dl-lookup.c (_dl_debug_bindings): New function.
(elf_machine_rela, elf_machine_rela_relative): New functions.
(elf_machine_rela, elf_machine_rela_relative): New functions.
* elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
functions.

21 years agoDon't use rule for crt%.o, spell it out as rules for crti.o and crtn.o.
Ulrich Drepper [Sat, 31 Aug 2002 08:47:35 +0000 (08:47 +0000)] 
Don't use rule for crt%.o, spell it out as rules for crti.o and crtn.o.

21 years agoUpdate.
Andreas Jaeger [Sat, 31 Aug 2002 08:22:35 +0000 (08:22 +0000)] 
Update.

* sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
double tests.

21 years agoUpdate.
Andreas Jaeger [Sat, 31 Aug 2002 08:06:48 +0000 (08:06 +0000)] 
Update.

2002-08-31  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
__start_context.

* sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.

* sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.

* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
registers used for passing args.

* sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
all needed registers.

* sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
registers.

* sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
registers.

21 years agoLinux/x86-64 makecontext implementation.
Andreas Jaeger [Sat, 31 Aug 2002 08:04:45 +0000 (08:04 +0000)] 
Linux/x86-64 makecontext implementation.

21 years ago* Makefile (extra-objs, omit-deps): Add crtn.
Roland McGrath [Sat, 31 Aug 2002 05:31:31 +0000 (05:31 +0000)] 
* Makefile (extra-objs, omit-deps): Add crtn.

($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o.
($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o.
($(objpfx)crtn.S): New target.
($(objpfx)crt%.o): Pattern rule replaces crti.o target.
(generated): Add crtn.S.

* sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage
crtn.o pathname too.

21 years ago2002-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 31 Aug 2002 05:31:17 +0000 (05:31 +0000)] 
2002-08-30  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage
crtn.o pathname too.

21 years agoUpdate.
Ulrich Drepper [Sat, 31 Aug 2002 04:30:45 +0000 (04:30 +0000)] 
Update.

2002-08-30  Ulrich Drepper  <drepper@redhat.com>

* elf/dynamic-link.h (elf_get_dynamic_info): Mark with
always_inline attribute.

21 years ago(elf_get_dynamic_info): Mark with always_inline attribute.
Ulrich Drepper [Sat, 31 Aug 2002 04:09:05 +0000 (04:09 +0000)] 
(elf_get_dynamic_info): Mark with always_inline attribute.

21 years ago* stdlib/tst-setcontext.c (main): If makecontext does nothing,
Roland McGrath [Sat, 31 Aug 2002 03:21:56 +0000 (03:21 +0000)] 
* stdlib/tst-setcontext.c (main): If makecontext does nothing,

presume it's the stub and bail without error.

21 years ago* nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
Roland McGrath [Sat, 31 Aug 2002 00:02:18 +0000 (00:02 +0000)] 
* nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is

neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).

* nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.

21 years ago* sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
Roland McGrath [Fri, 30 Aug 2002 23:09:46 +0000 (23:09 +0000)] 
* sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New

macros replace the i686 versions for 64-bit mode.

21 years ago* locale/duplocale.c: Include <string.h>.
Roland McGrath [Fri, 30 Aug 2002 22:07:28 +0000 (22:07 +0000)] 
* locale/duplocale.c: Include <string.h>.

21 years ago* intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
Roland McGrath [Fri, 30 Aug 2002 19:36:12 +0000 (19:36 +0000)] 
* intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.

[_LIBC] (category_to_name): Don't define the function.  Instead
define a macro using _nl_category_names.

21 years ago* locale/xlocale.h (struct __locale_struct): New member `__names'.
Roland McGrath [Fri, 30 Aug 2002 10:36:44 +0000 (10:36 +0000)] 
* locale/xlocale.h (struct __locale_struct): New member `__names'.

* locale/xlocale.c (_nl_C_locobj): Update initializer.
* locale/global-locale.c (_nl_global_locale): Likewise.
* locale/duplocale.c (__duplocale): strdup __names elements.
* locale/freelocale.c (__freelocale): Free __names elements.
* locale/localename.c (_nl_current_names): Variable removed.
(__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
* locale/localeinfo.h (_nl_current_names): Removed decl.
* locale/setlocale.c: Use _nl_global_locale->__names in place of
_nl_current_names throughout.

* locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).

* sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
and sys_nerr in the output file.

* sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
* scripts/cpp: Just use the environment variable.

* libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
* libio/tst-mmap-offend.c (do_test): Likewise.
* libio/tst-mmap-fflushsync.c (do_test): Likewise.
* libio/tst-mmap-eofsync.c (do_test): Likewise.
* libio/tst-mmap2-eofsync.c (do_test): Likewise.

21 years ago* locale/localename.c: If the current locale is the global locale, use
Roland McGrath [Fri, 30 Aug 2002 08:11:12 +0000 (08:11 +0000)] 
* locale/localename.c: If the current locale is the global locale, use

_nl_current_names; otherwise use the locale object.

2002-08-29  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
2002-08-29  Roland McGrath  <roland@redhat.com>

21 years ago2002-08-29 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 30 Aug 2002 08:09:29 +0000 (08:09 +0000)] 
2002-08-29  Roland McGrath  <roland@redhat.com>

* sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.

21 years agoUpdate I/O mmap entry.
Ulrich Drepper [Fri, 30 Aug 2002 07:12:22 +0000 (07:12 +0000)] 
Update I/O mmap entry.

21 years agoUpdate.
Ulrich Drepper [Fri, 30 Aug 2002 07:07:16 +0000 (07:07 +0000)] 
Update.

2002-08-29  Ulrich Drepper  <drepper@redhat.com>

* libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
'm' to enable mmap I/O.
* libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
former wasn't used (anymore?).
(_IO_FLAGS2_MMAP): New define.
* libio/genops.c (_IO_no_init): Initialize _flags2 field.
* libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
_IO_FLAGS2_MMAP bit is set.
* libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
Enable mmap-using mode only if 'm' was set.

21 years ago(_IO_new_file_fopen): Recognize new mode specifier 'm' to enable mmap I/O.
Ulrich Drepper [Fri, 30 Aug 2002 07:04:16 +0000 (07:04 +0000)] 
(_IO_new_file_fopen): Recognize new mode specifier 'm' to enable mmap I/O.

21 years ago* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
Roland McGrath [Fri, 30 Aug 2002 01:51:11 +0000 (01:51 +0000)] 
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):

Change argument type from int to intptr_t.

* locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
initializer on [! _HURD_THREADVAR_H] (bad kludge).
* sysdeps/mach/hurd/i386/init-first.c (init): Initialize
_HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
* hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.

21 years ago* sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
Roland McGrath [Fri, 30 Aug 2002 01:31:18 +0000 (01:31 +0000)] 
* sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.

* sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).

* sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.

* include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
* assert/assert-perr.c: Add libc_hidden_def.
* elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.

* sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
found at all.
* sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
sys_errlist stuff to ...
* sysdeps/unix/sysv/linux/Versions: ... here.

* mach/mach.h: Include <features.h>.

21 years ago* elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
Roland McGrath [Thu, 29 Aug 2002 23:24:40 +0000 (23:24 +0000)] 
* elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.

* sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.

21 years ago* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
Roland McGrath [Thu, 29 Aug 2002 20:39:40 +0000 (20:39 +0000)] 
* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.

* iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
(norm_add_slashes): alloca -> __alloca

* sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
p_vaddr/p_offset when computing LOADADDR.

21 years ago2002-08-29 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 29 Aug 2002 20:39:24 +0000 (20:39 +0000)] 
2002-08-29  Roland McGrath  <roland@redhat.com>

* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.

21 years ago(process_string_arg): Fix typo.
Ulrich Drepper [Thu, 29 Aug 2002 11:13:21 +0000 (11:13 +0000)] 
(process_string_arg): Fix typo.

21 years agoUpdate.
Ulrich Drepper [Thu, 29 Aug 2002 10:42:30 +0000 (10:42 +0000)] 
Update.

2002-08-29  Jakub Jelinek  <jakub@redhat.com>

* stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
string_malloced, it is unlikely to be set.
Only call free with non-NULL workspace.
* sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
-mcpu=ultrasparc, not only tune for it.
(ASFLAGS*): Set unconditionally.

2002-08-29  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/readelflib.c (process_elf_file): Make loadaddr
ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
p_vaddr/p_offset when computing loadaddr.

21 years agoUpdate.
Ulrich Drepper [Thu, 29 Aug 2002 10:12:49 +0000 (10:12 +0000)] 
Update.

* version.h (VERSION): Bump to 2.2.92.

* time/Makefile (tst-ftime_l-ENV): New variable.

21 years agoUpdate.
Ulrich Drepper [Thu, 29 Aug 2002 10:07:47 +0000 (10:07 +0000)] 
Update.

2002-08-29  Ulrich Drepper  <drepper@redhat.com>

* iconvdata/ibm870.c: All bytes are now used, no holes anymore.

* localedata/charmaps/IBM870: Add correct mapping for <U017E>,
<U017A>, <U017D> and <U0179>. Add missing mappings.
Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.

* gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
Define ARCINDEX.  Bump MAXARCS to 1 << 20.
(struct tostruct): Use ACRINDEX as type for link field.
(statuc gmonparam): Likewise for froms.
* gmon/gmon.c (__monstartup): Use currect cast for assignments to
kcount and froms.
(write_call_graph): Use correct type for from_index and to_index.
* gmon/mcount.c: Use correct types for frompcindex and toindex
variables.
Patches by Dan Kegel <dank@kegel.com>.

* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
canonical name.

* time/strptime.c (ISSPACE): New #define.  Use isspace or
__isspace_l.  Replace calls to isspace.
(match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.

21 years agoAdd correct mapping for <U017E>, <U017A>, <U017D> and <U0179>. Add missing mappings.
Ulrich Drepper [Thu, 29 Aug 2002 09:45:29 +0000 (09:45 +0000)] 
Add correct mapping for <U017E>, <U017A>, <U017D> and <U0179>. Add missing mappings.

21 years ago* string/tst-strxfrm.c: Remove __ from function names.
Roland McGrath [Thu, 29 Aug 2002 09:28:34 +0000 (09:28 +0000)] 
* string/tst-strxfrm.c: Remove __ from function names.

21 years agoUse correct types for frompcindex and toindex variables.
Ulrich Drepper [Thu, 29 Aug 2002 09:27:50 +0000 (09:27 +0000)] 
Use correct types for frompcindex and toindex variables.

21 years ago(ARCDENSITY): Bump to 3. Define ARCINDEX. Bump MAXARCS to 1 << 20. (struct tostruct...
Ulrich Drepper [Thu, 29 Aug 2002 09:27:23 +0000 (09:27 +0000)] 
(ARCDENSITY): Bump to 3. Define ARCINDEX.  Bump MAXARCS to 1 << 20. (struct tostruct): Use ACRINDEX as type for link field. (statuc gmonparam): Likewise for froms.

21 years ago2002-08-29 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 29 Aug 2002 09:26:30 +0000 (09:26 +0000)] 
2002-08-29  Roland McGrath  <roland@redhat.com>

* string/tst-strxfrm.c: Remove __ from function names.

21 years ago(gaih_inet): Fix code to determine canonical name.
Ulrich Drepper [Thu, 29 Aug 2002 08:51:26 +0000 (08:51 +0000)] 
(gaih_inet): Fix code to determine canonical name.

21 years agoUpdate.
Ulrich Drepper [Thu, 29 Aug 2002 06:50:10 +0000 (06:50 +0000)] 
Update.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* include/wchar.h: Declare __mbsrtowcs_l.
* wcsmbs/Makefile (routines): Add mbsrtowcs_l.
* wcsmbs/mbsrtowcs.c: Add support for compilation with
USE_IN_EXTENDED_LOCALE_MODEL.
* wcsmbs/mbsrtowcs_l: New file.
* wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
define as static.  Change all uses.
(__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
Change all callers.
* wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
* time/strftime.c: When translating for the extended locale model
use the _l functions.
* time/Makefile (tests): Add tst-ftime_l.
* time/tst-ftime_l.c: New file.

21 years agoTest for strftime_l and wcsftime_l.
Ulrich Drepper [Thu, 29 Aug 2002 06:14:44 +0000 (06:14 +0000)] 
Test for strftime_l and wcsftime_l.

21 years ago* locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
Roland McGrath [Thu, 29 Aug 2002 05:57:16 +0000 (05:57 +0000)] 
* locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.

* locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
from _nl_find_locale ok if for _nl_C_name.

21 years ago* locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
Roland McGrath [Thu, 29 Aug 2002 02:18:11 +0000 (02:18 +0000)] 
* locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def

iterator to refer to each category's _nl_current_LC_FOO symbol, so
we know they are all linked in.

21 years ago* NEWS: Added 2.2.6 text from 2.2 branch version.
Roland McGrath [Thu, 29 Aug 2002 01:42:29 +0000 (01:42 +0000)] 
* NEWS: Added 2.2.6 text from 2.2 branch version.

21 years ago* time/strptime.c (strptime_internal): Remove spurious const.
Roland McGrath [Thu, 29 Aug 2002 01:33:55 +0000 (01:33 +0000)] 
* time/strptime.c (strptime_internal): Remove spurious const.

21 years ago2002-08-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 29 Aug 2002 01:33:42 +0000 (01:33 +0000)] 
2002-08-28  Roland McGrath  <roland@redhat.com>

* time/strptime.c (strptime_internal): Remove spurious const.

21 years agoAdd dl-brk.S.
Ulrich Drepper [Thu, 29 Aug 2002 00:44:05 +0000 (00:44 +0000)] 
Add dl-brk.S.

21 years agoUpdate.
Ulrich Drepper [Thu, 29 Aug 2002 00:34:10 +0000 (00:34 +0000)] 
Update.

* sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
(_rtld_global): Use it.

* sysdeps/gnu/Dist: Remove errlist-compat.c.
* sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
object directory.  Pass all Versions files to the awk script.
* sysdeps/gnu/errlist-compat.c: Removed.
* sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
first Versions file in the search path which has them.
Allow multiple errlist symbol versions to have the same count of
errors.
* sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
of "errlist-compat.c".
* sysdeps/gnu/errlist.c: Regenerated.
* sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
* sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
(librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
* sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
* sysdeps/unix/sysv/linux/sparc/Versions: New file.
* sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
* sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
ECANCELLED if not defined by kernel headers.
* sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
already defined by kernel headers.
* sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
* sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
is a macro.
* Versions.def (GLIBC_2.3) [librt]: Add.

* sysdeps/unix/sysv/linux/alpha/pipe.S: New file.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
missing comma to .type directive.

2002-08-28  Jakub Jelinek  <jakub@redhat.com>

21 years ago[!__ASSEMBLER__] (declare_symbol_1): Add missing comma to .type directive.
Ulrich Drepper [Wed, 28 Aug 2002 23:11:37 +0000 (23:11 +0000)] 
[!__ASSEMBLER__] (declare_symbol_1): Add missing comma to .type directive.

21 years ago* locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
Roland McGrath [Wed, 28 Aug 2002 23:11:21 +0000 (23:11 +0000)] 
* locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,

_nl_select_era_entry): Moved to ...
* time/era.c: ... here, new file.
(_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
Add internal_function to definitions.  Take an additional argument
giving the `struct locale_data *' to use.
* locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
_nl_parse_alt_digit): Moved to ...
* time/alt_digit.c: ... here, new file.
* time/lc-time-cleanup.c: New file.
* locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
* locale/localeinfo.h (_nl_postload_time): Remove decl.
(_nl_cleanup_time): Declare it.
(_nl_get_era_entry, _nl_select_era_entry): Update decls.
(_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
* time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
* time/strftime.c: Pass locale data to helper functions.
* time/strptime.c: Likewise.

* locale/localeinfo.h (struct locale_data): New member `private'
* locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
(_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
* locale/C-collate.c: Update initializer.
* locale/C-identification.c: Likewise.
* locale/C-measurement.c: Likewise.
* locale/C-telephone.c: Likewise.
* locale/C-address.c: Likewise.
* locale/C-name.c: Likewise.
* locale/C-paper.c: Likewise.
* locale/C-time.c: Likewise.
* locale/C-numeric.c: Likewise.
* locale/C-monetary.c: Likewise.
* locale/C-messages.c : Likewise.
* locale/C-ctype.c: Likewise.

* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
Redefine this too.

21 years ago2002-08-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 23:10:57 +0000 (23:10 +0000)] 
2002-08-28  Roland McGrath  <roland@redhat.com>

* locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
_nl_select_era_entry): Moved to ...
* time/era.c: ... here, new file.
(_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
Add internal_function to definitions.  Take an additional argument
giving the `struct locale_data *' to use.
* locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
_nl_parse_alt_digit): Moved to ...
* time/alt_digit.c: ... here, new file.
* time/lc-time-cleanup.c: New file.
* locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
* locale/localeinfo.h (_nl_postload_time): Remove decl.
(_nl_cleanup_time): Declare it.
(_nl_get_era_entry, _nl_select_era_entry): Update decls.
(_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
* time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
* time/strftime.c: Pass locale data to helper functions.
* time/strptime.c: Likewise.
* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
Redefine this too.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 22:37:20 +0000 (22:37 +0000)] 
Update.

2002-08-28  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
unconditionally.
* sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
check.
(PI_STATIC_AND_HIDDEN): Define if check succeeded.

2002-08-28  Jakub Jelinek  <jakub@redhat.com>

* locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
check to close_and_out close.  Replace return NULL statements where
fd might be >= 0 with goto close_and_out.  Close the file descriptor
when it is no longer needed.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 21:32:56 +0000 (21:32 +0000)] 
Update.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
string constants.
* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
* sysdeps/arm/dl-machine.h: Likewise.
* sysdeps/cris/dl-machine.h: Likewise.
* sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
* sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.

21 years agoRegenerated from source files
Ulrich Drepper [Wed, 28 Aug 2002 19:41:49 +0000 (19:41 +0000)] 
Regenerated from source files

21 years ago* Makeconfig (default_cflags): Revert unintended change.
Roland McGrath [Wed, 28 Aug 2002 14:21:35 +0000 (14:21 +0000)] 
* Makeconfig (default_cflags): Revert unintended change.

21 years ago2002-08-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 14:21:06 +0000 (14:21 +0000)] 
2002-08-28  Roland McGrath  <roland@redhat.com>

* Makeconfig (default_cflags): Revert unintended change.

21 years ago(open_archive): Replace using label 'again' with a loop to work around gcc 3.2 bug.
Ulrich Drepper [Wed, 28 Aug 2002 12:00:53 +0000 (12:00 +0000)] 
(open_archive): Replace using label 'again' with a loop to work around gcc 3.2 bug.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 11:45:37 +0000 (11:45 +0000)] 
Update.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* version.h (VERSION): Bump to 2.2.91.

* configure.in: Disable TLS support by default for now.

* sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.

* sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
warnings.

* stdlib/strtod.c (STRTOF): Correct type in cast of last patch.

* stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
fprintf/fwprintf calls.

21 years agoAdjust ulp for yn for float.
Ulrich Drepper [Wed, 28 Aug 2002 11:32:01 +0000 (11:32 +0000)] 
Adjust ulp for yn for float.

21 years ago* Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
Roland McGrath [Wed, 28 Aug 2002 11:08:46 +0000 (11:08 +0000)] 
* Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)

to use $(filter ...) instead.  Same bug fixed in aix conditionals.

* locale/setlocale.c: Declare postload functions weak.

21 years ago* elf/tst-tls1-static.c: New file.
Roland McGrath [Wed, 28 Aug 2002 10:42:59 +0000 (10:42 +0000)] 
* elf/tst-tls1-static.c: New file.

* elf/tst-tls2-static.c: New file.
* elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.

21 years agoMake uselocale support static linking.
Roland McGrath [Wed, 28 Aug 2002 10:39:23 +0000 (10:39 +0000)] 
Make uselocale support static linking.

* locale/xlocale.c: Revert changes putting _nl_global_locale here.
This file again just defines _nl_C_locobj.
(_nl_C_locobj): Use a categories.def iterator in the initializer.
* locale/global-locale.c: New file.  Define _nl_global_locale here,
using all weak references in the initializer.
* locale/Makefile (aux): Add global-locale.
* locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
these unconditional, along with the tsd decl.
[!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
Define it under these conditions.
[NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
Don't declare _nl_current.  Declare _nl_current_LC_FOO as
`extern __thread struct locale_data *const *'.
[NL_CURRENT_INDIRECT]
(_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
[NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
the thread variable _nl_current_LC_FOO and also a special absolute
symbol _nl_current_LC_FOO_used.
* locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
Set each _nl_current_LC_FOO symbol to point into the new locale,
using weak references to test if _nl_current_LC_FOO_used was linked in.
* locale/setlocale.c [! SHARED]: Replace this conditional ...
[NL_CURRENT_INDIRECT]: ... with this one.
(_nl_current, _nl_C): Variables removed.
[NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
weak references to _nl_current_LC_FOO_used.
[NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
(free_category): New function, broken out of ...
(free_mem): ... here.  Call that.
(free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
instead of a loop.

__USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.

21 years ago* sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
Roland McGrath [Wed, 28 Aug 2002 10:28:11 +0000 (10:28 +0000)] 
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for

PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
it is already absolute.

* elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
[$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
[$(build-static) = yes] (tests-static): New variable.
($(tests-static):%=$(objfpx)%.o)): New static pattern rule.

21 years ago2002-08-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 10:23:59 +0000 (10:23 +0000)] 
2002-08-28  Roland McGrath  <roland@redhat.com>

* elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
[$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
[$(build-static) = yes] (tests-static): New variable.
($(tests-static):%=$(objfpx)%.o)): New static pattern rule.

21 years ago(strtol): Add some more casts to avoid warnings.
Ulrich Drepper [Wed, 28 Aug 2002 10:16:21 +0000 (10:16 +0000)] 
(strtol): Add some more casts to avoid warnings.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 09:34:59 +0000 (09:34 +0000)] 
Update.

2002-08-26  Christoph Hellwig  <hch@lst.de>

* sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
formating braindamage, add missing PER_HPUX and PER_OSF1 values.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 09:31:39 +0000 (09:31 +0000)] 
Update.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.

* sysdeps/s390/Dist: Add bits/link.h.

* sysdeps/sh/Dist: New file.

* sysdeps/ia64/Dist: Add ia64libgcc.S.

* sysdeps/wordsize-32/Dist: New file.

* sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
* sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.

* sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
sys/personality.h.

* sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
sparc/dl-brk.S.

* sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.

* sysdeps/unix/bsd/sun/Dist: New file.

* sysdeps/unix/bsd/osf/Dist: New file.

* sysdeps/unix/bsd/hp/Dist: New file.

* sysdeps/unix/arm/Dist: New file.

* sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.

* sysdeps/mach/hurd/Dist: Add set-init.c.

* sysdeps/i386/Dist: Add bits/link.h.

* sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.

* sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.

* locale/Makefile (distribute): Add hashval.h.

* iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.

* sysdeps/unix/sysv/linux/Dist: Remove errlist.h.

* misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
__USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
__USING_NAMESPACE_C99 dependingon _GLIBCPP_USE_NAMESPACES.
* ctype/ctype.h: Prepare headers for use in ISO C++ compliant
implementations.
* libio/stdio.h: Likewise.
* locale/locale.h: Likewise.
* math/math.h: Likewise.
* math/bits/mathcalls.h: Likewise.
* setjmp/setjmp.h: Likewise.
* signal/signal.h: Likewise.
* stdlib/stdlib.h: Likewise.
* string/string.h: Likewise.
* time/time.h: Likewise.
* wcsmbs/wchar.h: Likewise.
* wctype/wctype.h: Likewise.

* locale/programs/locarchive.c (insert_name): Suppress warnings about
hash collisions if be_quiet.
* stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.

* Makefile (distribute): Add LICENSES.

* libio/fileops.c (_IO_file_open): Only set file pointer to end of the
file for _IO_IS_APPENDING if file isn't opened for reading, too.

21 years agoAdd dl-brk.c, dl-sbrk.c, and sys/personality.h.
Ulrich Drepper [Wed, 28 Aug 2002 08:51:40 +0000 (08:51 +0000)] 
Add dl-brk.c, dl-sbrk.c, and sys/personality.h.

21 years ago* locale/tst-C-locale.c (run_test): Remove __ from function names.
Roland McGrath [Wed, 28 Aug 2002 08:44:40 +0000 (08:44 +0000)] 
* locale/tst-C-locale.c (run_test): Remove __ from function names.

21 years ago2002-08-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 08:44:07 +0000 (08:44 +0000)] 
2002-08-28  Roland McGrath  <roland@redhat.com>

* tst-xlocale1.c (main): Remove __ from function names.
* tst-xlocale2.c: Likewise.

21 years agoAdd i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S.
Ulrich Drepper [Wed, 28 Aug 2002 08:41:52 +0000 (08:41 +0000)] 
Add i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S.

21 years agoPrepare headers for use in ISO C++ compliant implementations.
Ulrich Drepper [Wed, 28 Aug 2002 08:01:11 +0000 (08:01 +0000)] 
Prepare headers for use in ISO C++ compliant implementations.

21 years ago Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 07:29:53 +0000 (07:29 +0000)] 
Roland McGrath <roland@redhat.com>

* locale/hashval.h (compute_hashval): Use prototype defn.
(hashval_t): New macro, defined to unsigned long int
if not already defined.
(compute_hashval): Return hashval_t instead of unsigned long int.
* locale/loadarchive.c (hashval_t): New macro.
* locale/programs/locarchive.c: Include hashval.h directly instead
of simple-hash.h.
(compute_hashval, hashval_t): Define these macros first.
(insert_name): Use archive_hashval instead of compute_hashval.
(add_locale, delete_locales_from_archive): Likewise.

2002-08-28  Jakub Jelinek  <jakub@redhat.com>

21 years ago2002-08-28 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 06:59:48 +0000 (06:59 +0000)] 
2002-08-28  Jakub Jelinek  <jakub@redhat.com>

        * locale/programs/locarchive.c (insert_name): Suppress warnings about
   hash collisions if be_quiet.

* locale/locale.h (__newlocale, __duplocale, __freelocale,
__uselocale): Don't declare these any more.
* include/locale.h (__uselocale): Declare here instead, using __typeof.

21 years ago2002-08-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Aug 2002 06:59:14 +0000 (06:59 +0000)] 
2002-08-27  Roland McGrath  <roland@redhat.com>

* locale/locale.h (__newlocale, __duplocale, __freelocale,
__uselocale): Don't declare these any more.
* include/locale.h (__uselocale): Declare here instead, using __typeof.

21 years agoUpdate.
Ulrich Drepper [Wed, 28 Aug 2002 06:47:35 +0000 (06:47 +0000)] 
Update.

2002-08-08  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/bits/local_lim.h (PTHREAD_THREADS_MAX):
Bump to 16384.
* manager.c (__pthread_handles): Remove.
* pthandles.c: New file.
* pthread.c (__pthread_initialize_minimal): Initialize
__pthread_handles[0] and __pthread_handles[1].
* Makefile (libpthread-routines): Add pthandles (must be last).

21 years ago(PTHREAD_THREADS_MAX): Bump to 16384.
Ulrich Drepper [Wed, 28 Aug 2002 06:43:19 +0000 (06:43 +0000)] 
(PTHREAD_THREADS_MAX): Bump to 16384.

21 years ago* sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
Roland McGrath [Wed, 28 Aug 2002 03:26:52 +0000 (03:26 +0000)] 
* sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno

and treat it as an EOF return.
* sysdeps/unix/readdir_r.c: Likewise.

21 years ago* sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
Roland McGrath [Wed, 28 Aug 2002 02:34:45 +0000 (02:34 +0000)] 
* sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.

From Alexandre Oliva <aoliva@redhat.com>.
* sysdeps/gnu/errlist-compat.c: Regenerated.

21 years ago* sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
Roland McGrath [Wed, 28 Aug 2002 02:30:36 +0000 (02:30 +0000)] 
* sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission

wording at request of copyright holder Stephen Moshier.
* sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
* sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
* sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
* sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.

21 years ago* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
Roland McGrath [Tue, 27 Aug 2002 23:36:31 +0000 (23:36 +0000)] 
* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.

* ctype/ctype-extn.c (isblank_l): Add weak alias.
* sysdeps/generic/strtol_l.c (strtol_l): Likewise.
* sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
* sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
* sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
* wctype/iswctype_l.c (iswctype_l): Likewise.

* time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.

* ctype/ctype.h (__exctype_l): Don't declare __ name.
* stdlib/stdlib.h: Don't declare __*_l names.
* include/stdlib.h: Declare them here instead.
* include/string.h: Don't declare __*_l names.
* string/string.h: Declare them here instead.
* time/time.h: Don't declare __*_l names.
* include/time.h: Declare them here instead.
* wcsmbs/wchar.h: Don't declare __*_l names.
* include/wchar.h: Declare them here instead.
* wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
Don't declare __*_l names.
* include/wctype.h: Declare them here instead.
* stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
* stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
* locale/langinfo.h: Don't declare __nl_langinfo_l.
* include/langinfo.h: Declare it here with __typeof.

21 years ago* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
Roland McGrath [Tue, 27 Aug 2002 22:57:05 +0000 (22:57 +0000)] 
* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l

instead, taking an extra __locale_t argument.
* time/Makefile (routines): Add strptime_l.
* time/strptime_l.c: New file.
* time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
or __wcsftime_l instead, taking an extra __locale_t argument.

21 years ago* time/time.h (__strptime_l, strptime_l): Declare them.
Roland McGrath [Tue, 27 Aug 2002 22:38:19 +0000 (22:38 +0000)] 
* time/time.h (__strptime_l, strptime_l): Declare them.

* time/time.h (__strftime_l, strftime_l): Declare them.
* wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
* time/strftime_l.c: New file.
* time/wcsftime_l.c: New file.
* time/Makefile (routines): Add strftime_l, wcsftime_l.
* time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
strftime_l, wcsftime_l.

21 years ago* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
Roland McGrath [Tue, 27 Aug 2002 22:06:11 +0000 (22:06 +0000)] 
* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...

(libc: GLIBC_2.3): ... here.

21 years ago2002-08-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 27 Aug 2002 22:05:50 +0000 (22:05 +0000)] 
2002-08-27  Roland McGrath  <roland@redhat.com>

* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
(libc: GLIBC_2.3): ... here.

21 years agoFix typo in stdio_lim.h installation rule.
Ulrich Drepper [Tue, 27 Aug 2002 16:23:40 +0000 (16:23 +0000)] 
Fix typo in stdio_lim.h installation rule.

21 years agoUpdate.
Ulrich Drepper [Tue, 27 Aug 2002 16:11:54 +0000 (16:11 +0000)] 
Update.

* sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
sys/debugreg.h.

* sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.

* sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.

* sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.

* sysdeps/unix/sysv/linux/Dist: Add readahead.c.

* sysdeps/mach/hurd/alpha/Dist: New file.