summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update. glibc-2.2.4 cvs/glibc-2_2_4Ulrich Drepper2001-08-151-0/+5
| | | | | | | 2001-08-15 Ulrich Drepper <drepper@redhat.com> * libio/iofwide.c (_IO_fwide): Don't reset file position to beginning of file, really get current position.
* (_IO_fwide): Don't reset file position to beginning of file, really get ↵Ulrich Drepper2001-08-151-1/+1
| | | | current position.
* * sysdeps/m68k/m68020/atomicity.h (atomic_add): Don't allowAndreas Schwab2001-08-151-0/+5
| | | | address register for operand 0.
* (atomic_add): Don't allow address register for operand 0.Andreas Schwab2001-08-151-1/+1
|
* Update.Ulrich Drepper2001-08-153-3/+12
| | | | | | | | | 2001-08-14 Ulrich Drepper <drepper@redhat.com> * stdio-common/perror.c (perror): Use _IO_fwide instead of fwide. * libio/libio.h (_IO_fwide): Handle zero as second parameter more efficiently in macro.
* Update.Ulrich Drepper2001-08-1417-52/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-14 Jakub Jelinek <jakub@redhat.com> * resolv/nss_dns/dns-host.c (RESOLVSORT): Define. (addrsort): New function. * resolv/gethnamaddr.c (RESOLVSORT): Define. 2001-08-14 Jakub Jelinek <jakub@redhat.com> * string/strsignal.c (free_mem): Remove. 2001-08-14 Andreas Jaeger <aj@suse.de> * inet/inet_ntoa.c (free_mem): Remove, it's not used anymore. Closes PR libc/2477, reported by Dylan Alex Simon <dylan@dylex.caltech.edu>. 2001-08-14 Ulrich Drepper <drepper@redhat.com> * locale/Makefile (aux): Add xlocale. * locale/xlocale.c: New file. * include/locale.c (_nl_C_locobj): Declare. * iconv/gconv_charset.h: Use __tolower_l, __isdigit_l, __isspace_l with _nl_C_locobj instead of tolower, isdigit, isspace. * iconv/gconv_conf.c: Likewise. * iconv/gconv_int.h: Likewise. * iconv/gconv_open.c: Likewise. * locale/newlocale.c: Minor cleanups.
* Update.Ulrich Drepper2001-08-143-2/+13
| | | | | | | | | 2001-08-14 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build and run tst-xlocale1. * tst-xlocale1.c: New file. * bug-iconv-trans.c: Improve error messages.
* Test of __strcasecmp_l.Ulrich Drepper2001-08-141-0/+75
|
* Update.Andreas Jaeger2001-08-141-0/+6
| | | | | | | | 2001-08-14 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/w_expl.c: New file, copy from ldbl-96/w_expl.c with tweaked constants. Patch by Stephen L Moshier.
* Copy from ldbl-96/w_expl.c with tweaked constantsAndreas Jaeger2001-08-141-0/+58
|
* Regenerated from source filesUlrich Drepper2001-08-132-697/+782
|
* Update.Ulrich Drepper2001-08-132-1/+4
| | | | * malloc/memusage.c (me): Allow creating the output file.
* Update.Ulrich Drepper2001-08-132-2/+3
| | | | | * sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions flag for init-first.
* Update.Ulrich Drepper2001-08-131-0/+4
| | | | | | 2001-08-13 Ulrich Drepper <drepper@redhat.com> * po/fr.po: Update from translation team.
* Update from translation team.Ulrich Drepper2001-08-131-2/+2
|
* Update.Andreas Jaeger2001-08-131-0/+6
| | | | | | | | 2001-08-13 Andreas Jaeger <aj@suse.de> * sysdeps/mips/machine-gmon.h (MCOUNT): Don't use delay slot for jal since it's a macro. Patch by Simon Gee <simong@oz.agile.tv>.
* (MCOUNT): Don't use delay slot for jal since jal is a macro.Andreas Jaeger2001-08-131-2/+3
|
* Update.Ulrich Drepper2001-08-139-4/+615
| | | | | | | | | | | | | | | | 2001-08-12 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add rules to build ISO-IR-209 and MAC-SAMI. * iconvdata/iso-ir-209.c: New file. * iconvdata/mac-sami.c: New file. * iconvdata/gconv-modules: Add entries for ISO-IR-209 and MAC-SAMI. * iconvdata/tst-tables.sh: Likewise. * posix/getopt.c: Remove store_args_and_env which is not needed since USE_NONOPTION_FLAGS is undefined anyhow. Use __libc_argc and __libc_argv variables. Now returns pointer to first character after "LD_".
* Remove store_args_and_env which is not needed is USE_NONOPTION_FLAGS is ↵Ulrich Drepper2001-08-131-22/+9
| | | | undefined anyhow. Use __libc_argc and __libc_argv variables.
* * sysdeps/mach/hurd/clock.c: New file.Roland McGrath2001-08-135-22/+141
| | | | | | * sysdeps/mach/hurd/times.c: New file. * sysdeps/mach/hurd/getclktck.c (__getclktck): Always return 1000000. * sysdeps/mach/hurd/init-posix.c: New file.
* * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.Roland McGrath2001-08-123-74/+14
| | | | | | * sysdeps/mach/hurd/bits/time.h (CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID): New macros. * sysdeps/mach/hurd/i386/bits/time.h: File removed.
* 2001-08-12 Roland McGrath <roland@frob.com>Roland McGrath2001-08-121-1/+1
| | | | * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
* (Working Directory): Don't use TAB in example.Ulrich Drepper2001-08-121-1/+1
|
* Fix typos and wording.Ulrich Drepper2001-08-121-8/+9
|
* * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):Roland McGrath2001-08-111-0/+5
| | | | Make these defns conditional on [USE_NONOPTION_FLAGS].
* Update.Ulrich Drepper2001-08-118-5/+37
| | | | | | | * sysdeps/arm/init-first.c: Likewise. * sysdeps/generic/init-first.c: Likewise. * sysdeps/i386/init-first.c: Likewise. * sysdeps/sh/init-first.c: Likewise.
* (_dl_map_object_from_fd): Use correct symbolic constant in mprotect call.Ulrich Drepper2001-08-111-1/+1
|
* 2001-08-11 Roland McGrath <roland@frob.com>Roland McGrath2001-08-111-1/+1
| | | | | * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): Make these defns conditional on [USE_NONOPTION_FLAGS].
* Update.Ulrich Drepper2001-08-113-6/+26
| | | | | | | | | | | | | | 2001-08-11 Ulrich Drepper <drepper@redhat.com> * config.h.in: Add #undef line for USE_NONOPTION_FLAGS. * posix/getopt_init.c: Produce code only if USE_NONOPTION_FLAGS is defined. * posix/getopt.c: Use __getopt_nonoption_flags only if USE_NONOPTION_FLAGS is defined. * sysdeps/mach/hurd/i386/init-first.c: Use __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined. * sysdeps/mach/hurd/mips/init-first.c: Likewise. * sysdeps/unix/sysv/linux/init-first.c: Likewise.
* Add #undef line for USE_NONOPTION_FLAGS.Ulrich Drepper2001-08-111-0/+6
|
* j0 implementation for 128-bit long doubles.Andreas Jaeger2001-08-111-0/+908
|
* Update.Andreas Jaeger2001-08-112-1/+6
| | | | | | | 2001-08-11 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/e_j0l.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>.
* Update.Ulrich Drepper2001-08-113-33/+10
| | | | | | * assert/assert.c (set_progname): Removed. (__assert_fail): Use __progname instead of __assert_program_name. * assert/assert-perr.c (__assert_perror_fail): Likewise.
* Update.Ulrich Drepper2001-08-118-52/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-11 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (ptmalloc_init): Don't call getenv five times. Instead use new function next_env_entry which iterates over the environment once. * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Only set _dl_profile_map for the right object. * elf/dl-reloc.c (_dl_relocate_object): Allocate l_reloc_result only if consider_profiling is != 0, not if _dl_profile != NULL. * sysdeps/generic/dl-environ.c (_dl_next_ld_env_entry): Optimize a bit. Now returns pointer to first character set "LD_". * elf/rtld.c (process_envvars): Adjust for change above. * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Likewise. * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Likewise. 2001-08-10 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (grow_heap): Use mmap() rather than mprotect() to allocate new memory, for better performance with Linux-2.4.x.
* Update.Ulrich Drepper2001-08-112-4/+10
| | | | | | * posix/getopt_init.c (__getopt_clean_environment): Avoid making the strncmp calls most of the time by testing for '_' as the first character of the name.
* Update.Ulrich Drepper2001-08-1114-70/+48
| | | | | | | | | | | | | | | * libio/iovdprintf.c (_IO_vdprintf): Set _IO_USER_LOCK flag for temporary stream. Don't define lock. * libio/iovsprintf.c: Likewise. * libio/iovsnprintf.c: Likewise. * libio/iovswprintf.c: Likewise. * libio/iovsscanf.c: Likewise. * libio/iovswscanf.c: Likewise. * stdio-common/vfprintf.c [USE_IN_LIBIO] (buffered_vfprintf): Likewise. * libio/genops.c (_IO_no_init): Don't call _IO_lock_init if _lock is NULL. (_IO_default_finish): Likewise. * libio/wgenops.c (_IO_wdefault_finish): Likewise.
* Update.Ulrich Drepper2001-08-113-36/+38
| | | | | | | * elf/dl-open.c (add_to_global): Remove stale comment. * elf/dl-load.c (fillin_rpath): In SUID binaries, don't mark non-system-dirs in LD_LIBRARY_PATH as nonexisting, simply drop them.
* Update.Ulrich Drepper2001-08-101-0/+9
| | | | | | | | | | | 2001-08-10 Ulrich Drepper <drepper@redhat.com> * libio/iovdprintf.c (_IO_vdprintf): Call __fsetlocking for temporary stream. * libio/obprintf.c (_IO_obstack_vprintf): Likewise. * libio/strops.c (_IO_str_init_static): Likewise. * libio/vasprintf.c (_IO_vasprintf): Likewise. * libio/wstrops.c (_IO_wstr_init_static): Likewise.
* Call __fsetlocking for temporary stream.Ulrich Drepper2001-08-105-4/+28
|
* Update.Andreas Jaeger2001-08-101-0/+4
| | | | | | 2001-08-10 Andreas Jaeger <aj@suse.de> * stdio-common/stdio_ext.h: Fix typo.
* Fix typo in comment.Andreas Jaeger2001-08-101-2/+2
|
* Update.Ulrich Drepper2001-08-106-30/+109
| | | | | | | | | | | | | | | | | | | | * posix/fnmatch_loop.c: Fix computation of alignment. 2001-08-09 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (wcs_regex_compile): Use appropriate string to compare with collating element. Fix the padding for the alignment. 2001-08-09 Isamu Hasegawa <isamu@yamato.ibm.com> * locale/programs/ld-collate.c (collate_output): Exclude characters from elem_table. Reduce if clause to write collating elements correctly. * posix/Makefile (tests): Add bug-regex5. * posix/bug-regex5.c: New file. 2001-08-09 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2001-08-104-43/+94
| | | | | | | | * locale/lc-time.c (_nl_parse_alt_digit): New function. * locale/localeinfo.h: Add prototype for it. * time/strptime.c (get_alt_number): Use _nl_parse_alt_digit to get the value. Correct computation of hour for %OI. If no %EC given but %Ey use numeric formular.
* Update.Ulrich Drepper2001-08-102-1/+4
| | | | | * dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so.
* Update.Ulrich Drepper2001-08-104-11/+46
| | | | | | | 2001-08-09 Ulrich Drepper <drepper@redhat.com> * time/tst-strptime.c: Add tests in different locales. * time/Makefile (tst-strptime-ENV): Define.
* Update.Ulrich Drepper2001-08-093-1/+16
| | | | | | | | | 2001-08-09 Jakub Jelinek <jakub@redhat.com> * catgets/catgets.c (catclose): Be liberal about catalog_desc in catclose too. * time/tst-strptime.c: Add test case for %U and %W handling.
* Update.Ulrich Drepper2001-08-092-4/+63
| | | | | * time/strptime.c (strptime_internal): Add handling of year + %U/%W week + week day.
* Update.Ulrich Drepper2001-08-093-22/+17
| | | | | * stdio-common/vfscanf.c: Fix reading of wide chars and strings if not COMPILE_WSCANF.
* Update.Ulrich Drepper2001-08-093-23/+59
| | | | | | * libio/vswprintf.c (_IO_vswprintf): Fix return value handling which is different from snprintf. * libio/tst_swprintf.c: Add tests for too small output buffer.
* Update.Ulrich Drepper2001-08-094-18/+141
| | | | | | | | 2001-08-09 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c: Fix handling of %[] for COMPILE_WSCANF. * libio/Makefile (tests): Add tst-swscanf. * libio/tst-swscanf.c: New file.