aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-13Regenerated from source filesUlrich Drepper
2001-08-13Update.Ulrich Drepper
* malloc/memusage.c (me): Allow creating the output file.
2001-08-13Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/Makefile: Remove -fkeep-inline-functions flag for init-first.
2001-08-13Update.Ulrich Drepper
2001-08-13 Ulrich Drepper <drepper@redhat.com> * po/fr.po: Update from translation team.
2001-08-13Update from translation team.Ulrich Drepper
2001-08-13Update.Andreas Jaeger
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>.
2001-08-13(MCOUNT): Don't use delay slot for jal since jal is a macro.Andreas Jaeger
2001-08-13Update.Ulrich Drepper
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_".
2001-08-13Remove store_args_and_env which is not needed is USE_NONOPTION_FLAGS is ↵Ulrich Drepper
undefined anyhow. Use __libc_argc and __libc_argv variables.
2001-08-13* sysdeps/mach/hurd/clock.c: New file.Roland McGrath
* sysdeps/mach/hurd/times.c: New file. * sysdeps/mach/hurd/getclktck.c (__getclktck): Always return 1000000. * sysdeps/mach/hurd/init-posix.c: New file.
2001-08-12* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.Roland McGrath
* 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-122001-08-12 Roland McGrath <roland@frob.com>Roland McGrath
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
2001-08-12(Working Directory): Don't use TAB in example.Ulrich Drepper
2001-08-12Fix typos and wording.Ulrich Drepper
2001-08-11* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):Roland McGrath
Make these defns conditional on [USE_NONOPTION_FLAGS].
2001-08-11Update.Ulrich Drepper
* sysdeps/arm/init-first.c: Likewise. * sysdeps/generic/init-first.c: Likewise. * sysdeps/i386/init-first.c: Likewise. * sysdeps/sh/init-first.c: Likewise.
2001-08-11(_dl_map_object_from_fd): Use correct symbolic constant in mprotect call.Ulrich Drepper
2001-08-112001-08-11 Roland McGrath <roland@frob.com>Roland McGrath
* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): Make these defns conditional on [USE_NONOPTION_FLAGS].
2001-08-11Update.Ulrich Drepper
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.
2001-08-11Add #undef line for USE_NONOPTION_FLAGS.Ulrich Drepper
2001-08-11j0 implementation for 128-bit long doubles.Andreas Jaeger
2001-08-11Update.Andreas Jaeger
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>.
2001-08-11Update.Ulrich Drepper
* assert/assert.c (set_progname): Removed. (__assert_fail): Use __progname instead of __assert_program_name. * assert/assert-perr.c (__assert_perror_fail): Likewise.
2001-08-11Update.Ulrich Drepper
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.
2001-08-11Update.Ulrich Drepper
* 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.
2001-08-11Update.Ulrich Drepper
* 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.
2001-08-11Update.Ulrich Drepper
* 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.
2001-08-10Update.Ulrich Drepper
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.
2001-08-10Call __fsetlocking for temporary stream.Ulrich Drepper
2001-08-10Update.Andreas Jaeger
2001-08-10 Andreas Jaeger <aj@suse.de> * stdio-common/stdio_ext.h: Fix typo.
2001-08-10Fix typo in comment.Andreas Jaeger
2001-08-10Update.Ulrich Drepper
* 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>
2001-08-10Update.Ulrich Drepper
* 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.
2001-08-10Update.Ulrich Drepper
* dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so.
2001-08-10Update.Ulrich Drepper
2001-08-09 Ulrich Drepper <drepper@redhat.com> * time/tst-strptime.c: Add tests in different locales. * time/Makefile (tst-strptime-ENV): Define.
2001-08-09Update.Ulrich Drepper
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.
2001-08-09Update.Ulrich Drepper
* time/strptime.c (strptime_internal): Add handling of year + %U/%W week + week day.
2001-08-09Update.Ulrich Drepper
* stdio-common/vfscanf.c: Fix reading of wide chars and strings if not COMPILE_WSCANF.
2001-08-09Update.Ulrich Drepper
* 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.
2001-08-09Update.Ulrich Drepper
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.
2001-08-09Update.Ulrich Drepper
2001-08-09 Jakub Jelinek <jakub@redhat.com> * posix/globtest.sh: Robustify tilde tests.
2001-08-09Robustify tilde tests.Ulrich Drepper
2001-08-09Revert last patch, Ulrich will fix the failing script to use de_DE.UTF-8.Andreas Jaeger
2001-08-09Update.Andreas Jaeger
* locale/programs/ld-ctype.c (DEFAULT): Fix expression. (EMPTY): New. (wctype_table_finalize): Use it. (find_idx): Likewise. (wctype_table_get): Likewise.
2001-08-09* locale/programs/ld-ctype.c (DEFAULT): Fix expression. Andreas Jaeger
(EMPTY): New. (wctype_table_finalize): Use it. (find_idx): Likewise. (wctype_table_get): Likewise.
2001-08-09Use de_DE.UTF-8 locale.Ulrich Drepper
2001-08-09(LOCALES): Generate en_US.UTF-8 locale.Andreas Jaeger
2001-08-09 Andreas Jaeger <aj@suse.de> * Makefile (LOCALES): Generate en_US.UTF-8 locale.
2001-08-09* configure.in: Add check for GCC 3.x.Andreas Jaeger
2001-08-09 Andreas Jaeger <aj@suse.de> * configure.in: Add check for GCC 3.x.
2001-08-09Update.Ulrich Drepper
2001-08-09 Ulrich Drepper <drepper@redhat.com> * libio/wfileops.c (_IO_wfile_seekoff): Don't even try to handle seeking with backup buffer present. Correct determining of internal buffer position. Reset also wide buffers if we reset the internal buffers. * libio/iofwide.c (_IO_fwide): Always determine file offset for wide streams. * libio/ioseekoff.c: Catch one unimplemented case. * libio/ftello.c: Don't abort if the wide stream has backup buffer. * libio/ftello64.c: Likewise. * libio/iofgetpos.c: Likewise. * libio/iofgetpos64.c: Likewise. * libio/ftell.c: Likewise. * libio/Makefile (tests): Add tst-ungetwc2. * libio/tst-ungetwc2.c: New file.
2001-08-09Update.Ulrich Drepper
* locale/elem-hash.h (elem_hash): Correct stupid mistake and create real hash values now. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. * libio/iofgetpos.c (_IO_new_fgetpos): Correct a few problems in the handling of wide streams.