about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Andreas Jaeger2001-07-231-0/+6
| | | | | | | | 2001-07-23 Andreas Jaeger <aj@suse.de> * iconv/iconvconfig.c: Include <sys/cdefs.h> and use __attribute_malloc__ for older GCC versions. * iconv/strtab.c: Likewise.
* * iconv/iconvconfig.c: Include <sys/cdefs.h> and use Andreas Jaeger2001-07-232-11/+13
| | | | | __attribute_malloc__ for older GCC versions. * iconv/strtab.c: Likewise.
* Must flee the whitespace police.Roland McGrath2001-07-231-2/+2
| | | | | and SA_NODEFER options. Spurred to action by Igor Khavkine. * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union
* * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHANDRoland McGrath2001-07-233-4/+54
| | | | | | | | | | | | | | | and SA_NODEFER options. Spurred to action by Igor Khavkine. * sysdeps/generic/bits/sigaction.h [__USE_UNIX98 || __USE_MISC] (SA_NODEFER, SA_RESETHAND): New macros, same bit values as FreeBSD. [__USE_MISC] (SA_INTERRUPT): New macro, value 0. [__USE_MISC] (SA_NOMASK, SA_ONESHOT, SA_STACK): New macros, aliases as in other sysdeps versions of this file. * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union and provide sa_handler and sa_sigaction member names as macros, as done in other sysdeps versions of this file. Suggested by Igor Khavkine <i_khavki@alcor.concordia.ca>.
* 2001-07-22 Roland McGrath <roland@frob.com>Roland McGrath2001-07-231-2/+8
| | | | | * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHAND and SA_NODEFER options. Spurred to action by Igor Khavkine.
* Update.Ulrich Drepper2001-07-232-18/+78
| | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * posix/regex.c: Revamp memory allocation for WCHAR functions to not use too much stack.
* Update.Ulrich Drepper2001-07-232-4/+7
| | | | | * iconv/iconvconfig.c (write_output): Update comment explaining output format.
* Update.Ulrich Drepper2001-07-232-4/+10
| | | | | | * elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN if it is alone. (_dl_dst_substitute): Likewise.
* Update.Ulrich Drepper2001-07-224-61/+67
| | | | | | | | | | | 2001-07-19 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/useldt.h: Fix typo in ARCH_STACK_MAX_SIZE comment. * sysdeps/ia64/pt-machine.h (FLOATING_STACKS): Define. (ARCH_STACK_MAX_SIZE): Define. * manager.c (pthread_allocate_stack): Handle FLOATING_STACKS with NEED_SEPARATE_REGISTER_STACK.
* Update.Ulrich Drepper2001-07-222-35/+11
| | | | | * iconv/iconvconfig.c: Remove --verbose option. Comment out mcheck_verbose call.
* Update.Ulrich Drepper2001-07-222-2/+7
| | | | | | 2001-07-22 Ulrich Drepper <drepper@redhat.com> * iconv/strtab.c (morememory): Fix little memory handling problem.
* Fix redefinition problem.Ulrich Drepper2001-07-221-0/+2
|
* * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don'tAndreas Schwab2001-07-222-1/+7
| | | | | mark asm input operand as clobbered. * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
* (INLINE_SYSCALL): Don't mark asm input operand as clobbered.Andreas Schwab2001-07-221-1/+1
|
* Update.Ulrich Drepper2001-07-2212-94/+2058
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-22 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_builtin.c (struct builtin_map): Remove init and end elements. (BUILTIN_TRANSFORMATION): Remove Init and End parameters. (__gconv_get_builtin_trans): Initialize __init_fct and __end_fct to NULL. * iconv/gconv_builtin.h: Remove NULL parameters for Init and End in all BUILTIN_TRANSFORMATION calls. * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Remove Init and End parameters. * iconv/gconv_simple.c: Likewise. * iconv/gconv_db.c (gen_steps): Internal converters don't have initializers, move the code accordingly. * iconv/gconv_conf.c (__gconv_read_conf): Don't read configuration file if STATIC_GCONV is defined. * iconv/gconv_conf.c (__gconv_path_envvar): New global variable. (__gconv_get_path): Use it instead of call getenv. (__gconv_read_conf): First see whether cache can be used. If yes, don't do any work here. * iconv/gconv_db.c (__gconv_release_step): Renamed from release_step and exported. Change callers. (__gconv_find_transform): First call __gconv_lookup_cache and only continue if it signals no cache available. Remove some unnecessary tests. * iconv/gconv_int.h: Declare __gconv_path_envvar, __gconv_lookup_cache, __gconv_release_step, and __gconv_loaded_cache. * iconv/gconv_cache.c: New file. * iconv/iconvconfig.c: New file. * iconv/iconvconfig.h: New file. * iconv/strtab.c: New file. * iconv/Makefile: Add rules to build new files and programs.
* (struct builtin_map): Remove init and end elements. ↵Ulrich Drepper2001-07-221-9/+5
| | | | (BUILTIN_TRANSFORMATION): Remove Init and End parameters. (__gconv_get_builtin_trans): Initialize __init_fct and __end_fct to NULL.
* 2001-07-20 Roland McGrath <roland@frob.com>Roland McGrath2001-07-211-2/+2
| | | | * sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix.
* * sysdeps/generic/device-nrs.h (DEV_TTY_P): Change argument typeRoland McGrath2001-07-215-5/+39
| | | | | | | from `dev_t' (st_rdev value) `const struct stat *'. * sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Likewise. * libio/filedoalloc.c (_IO_file_doallocate): Change caller. * sysdeps/mach/hurd/device-nrs.h: New file.
* * libio/stdio_ext.h: Moved to ...Roland McGrath2001-07-211-0/+19
| | | | | | | | | | | | | | | | | | * stdio-common/stdio_ext.h: ... here. * libio/Makefile (headers): Move stdio_ext.h from here ... * stdio-common/Makefile (headers): ... to here. * include/stdio_ext.h: New file. * stdio/Makefile (routines): Add the stdio_ext.h functions here. * stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions. * stdio/__flbf.c: New file. * stdio/__fbufsize.c: New file. * stdio/__fpending.c: New file. * stdio/__fpurge.c: New file. * stdio/__freadable.c: New file. * stdio/__freading.c: New file. * stdio/__fsetlocking.c: New file. * stdio/__fwritable.c: New file. * stdio/__fwriting.c: New file.
* 2001-07-20 Roland McGrath <roland@frob.com>Roland McGrath2001-07-2115-4/+258
| | | | | | | | | | | | | | | | | | | * libio/stdio_ext.h: Moved to ... * stdio-common/stdio_ext.h: ... here. * libio/Makefile (headers): Move stdio_ext.h from here ... * stdio-common/Makefile (headers): ... to here. * include/stdio_ext.h: New file. * stdio/Makefile (routines): Add the stdio_ext.h functions here. * stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions. * stdio/__flbf.c: New file. * stdio/__fbufsize.c: New file. * stdio/__fpending.c: New file. * stdio/__fpurge.c: New file. * stdio/__freadable.c: New file. * stdio/__freading.c: New file. * stdio/__fsetlocking.c: New file. * stdio/__fwritable.c: New file. * stdio/__fwriting.c: New file.
* Update.Ulrich Drepper2001-07-201-0/+6
| | | | | | | | 2001-07-20 Ulrich Drepper <drepper@redhat.com> Andreas Jaeger <aj@suse.de> * elf/ldconfig.c (search_dir): Avoid use of uninitialized memory. Add a few __builtin_expect to mark unlikely error cases.
* (search_dir): Avoid use of uninitialized memory. Add a few __builtin_expect ↵Ulrich Drepper2001-07-201-5/+23
| | | | to mark unlikely error cases.
* Update.Andreas Jaeger2001-07-201-0/+5
| | | | | | | 2001-07-20 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Synch with kernel. Patch by Daniel Jacobowitz <dan@debian.org>.
* Synch with kernel.Andreas Jaeger2001-07-201-1/+1
|
* Update.Ulrich Drepper2001-07-192-1/+2
| | | | * intl/localealias.c: Remove unnecessary prototype.
* Update.Ulrich Drepper2001-07-193-8/+6
| | | | | * locales/en_CA (LC_PAPER): Change to Letter. * locales/fr_CA (LC_PAPER): Likewise.
* Update.Ulrich Drepper2001-07-194-26/+13
| | | | | | | | | 2001-07-19 Jakub Jelinek <jakub@redhat.com> * locales/es_PR (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2. * locales/es_US (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2.
* (Normalization Functions): Remove duplicated description of logb.Ulrich Drepper2001-07-191-27/+2
|
* Don't print header completly in CAPS.Andreas Jaeger2001-07-191-2/+2
|
* Update.Ulrich Drepper2001-07-195-10/+15
| | | | | | | 2001-07-19 Ulrich Drepper <drepper@redhat.com> * Makefile: Add html goal. * manual/Makefile: Likewise.
* Update.Ulrich Drepper2001-07-184-20/+45
| | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-18 Ulrich Drepper <drepper@redhat.com> * libio/filedoalloc.c (_IO_file_doallocate): A few more minor cleanups and improvements. 2001-07-18 Andreas Schwab <schwab@suse.de> * posix/regex.c (WORDCHAR_P) [WCHAR]: Also return true for the underscore character. 2001-07-18 Jakub Jelinek <jakub@redhat.com> * malloc/malloc (new_heap): Don't call munmap for zero length. 2001-07-18 Ulrich Drepper <drepper@redhat.com> * libio/filedoalloc.c (_IO_file_doallocate): Use DEV_TTY_P if available to determine whether descriptor is for tty before calling isatty. * sysdeps/unix/sysv/linux/device-nrs.h: Define DEV_TTY_P. * sysdeps/generic/device-nrs.h: Likewise.
* Define DEV_TTY_P.Ulrich Drepper2001-07-182-2/+20
|
* Update.Andreas Jaeger2001-07-181-0/+10
| | | | | | | | | | | | 2001-07-18 Andreas Jaeger <aj@suse.de> * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. * time/Depend: New, add dependency on timezone. * time/tst-getdate.c: Add testcase for bug report by Hendrik Uhlmann <HUhlmann@stn-atlas.de>. * time/datemsk: Likewise.
* * time/Makefile (tst-getdate-ENV): Add TZDIR to environment.Andreas Jaeger2001-07-184-6/+11
| | | | | | | | * time/Depend: New, add dependency on timezone. * time/tst-getdate.c: Add testcase for bug report by Hendrik Uhlmann <HUhlmann@stn-atlas.de>. * time/datemsk: Likewise.
* Update.Ulrich Drepper2001-07-172-4/+13
| | | | | | | 2001-07-17 Ulrich Drepper <drepper@redhat.com> * elf/ldconfig.c (parse_conf): Disable implicit locking for the stream. Remove some unnecessary initializers.
* Update.Ulrich Drepper2001-07-172-1/+28
| | | | | | | | | | | | | | 2001-07-17 Andreas Jaeger <aj@suse.de> * elf/ldconfig.c: Add new variable hwcap_mask to honour LD_HWCAP_MASK. (is_hwcap_platform): Use it. (set_hwcap): New function to set hwcap_mask. (main): Call set_hwcap. 2001-07-17 Jakub Jelinek <jakub@redhat.com> * time/getdate.c (__getdate_r): Initialize tm_isdst, tm_gmtoff and tm_zone before calling strptime.
* (__getdate_r): Initialize tm_isdst, tm_gmtoff and tm_zone before calling ↵Ulrich Drepper2001-07-171-0/+3
| | | | strptime.
* * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Fix last change.Andreas Schwab2001-07-171-0/+4
|
* Fix last change.Andreas Schwab2001-07-171-0/+1
|
* (__setmntent): Fix typo.Ulrich Drepper2001-07-172-2/+2
|
* Update.Ulrich Drepper2001-07-1716-12/+114
| | | | | | | | | | | | | | | | | | | | | | | | 2001-07-17 Ulrich Drepper <drepper@redhat.com> * inet/rcmd.c (iruserfopen): Disable implicit locking for the stream. * inet/ruserpass.c (ruserpass): Likewise. * nss/nsswitch.c (nss_parse_file): Likewise. * resolv/res_hconf.c (_res_hconf_init): Likewise. * resolv/res_init.c (__res_vinit): Likewise. * gmon/bb_exit_func.c (__bb_exit_func): Likewise. * misc/getpass.c (getpass): Likewise. * misc/getusershell.c (initshells): Likewise. * misc/getttyent.c (setttyent): Likewise. * misc/mntent_r.c (__setmntent): Likewise. * time/getdate.c (__getdate_r): Likewise. * time/tzfile.c (__tzfile_read): Likewise. * iconv/gconv_conf.c (read_conf_file): Likewise. * intl/localealias.c (read_alias_file): Disable implicit locking for the stream. Use _unlocked functions for glibc. * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Disable implicit locking for the stream. (__get_nprocs_conf): Likewise. (phys_pages_info): Likewise.
* Update.Ulrich Drepper2001-07-175-22/+28
| | | | | only if debug_level > 0. Add little performance improvements. Use TEMP_FAILURE_RETRY around write calls.
* Update.Ulrich Drepper2001-07-175-15/+29
| | | | | | | | | | 2001-07-16 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c: Print messages caused by user application only if debug_level > 0. * nscd/grpcache.c: Likewise. * nscd/hstcache.c: Likewise. * nscd/pwdcache.c: Likewise.
* Update.Ulrich Drepper2001-07-168-184/+39
| | | | | | | | | | | | | 2001-07-13 H.J. Lu <hjl@gnu.org> * sysdeps/mips/dl-machine.h (MAP_BASE_ADDR): Removed. (elf_machine_got_rel): Defined only if RTLD_BOOTSTRAP is not defined. (RESOLVE_GOTSYM): Rewrite to use RESOLVE. * sysdeps/mips/rtld-ldscript.in: Removed. * sysdeps/mips/rtld-parms: Likewise. * sysdeps/mips/mips64/rtld-parms: Likewise. * sysdeps/mips/mipsel/rtld-parms: Likewise.
* Update.Ulrich Drepper2001-07-162-1/+6
| | | | | | | 2001-07-16 Ulrich Drepper <drepper@redhat.com> * catgets/test-gencat.sh: Use <<"EOF" instead of <<EOF to prevent substitution in here document.
* Update.Ulrich Drepper2001-07-164-11/+24
| | | | | | | | | | | | | | | 2001-07-16 Andreas Schwab <schwab@suse.de> * sysdeps/posix/spawni.c: Fix typo when iterating over signal numbers. 2001-07-16 Andreas Schwab <schwab@suse.de> * math/libm-test.inc (check_float_internal): Fix sign bit test of infinities. 2001-07-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/fpu/e_expl.c (__ieee754_expl): Make it PIC friendly.
* Update.Ulrich Drepper2001-07-168-40/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-15 Ulrich Drepper <drepper@redhat.com> * malloc/obstack.c: Define __attribute__ for non-gcc compilers. Patch by Jim Meyering <jim@meyering.net>. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Reorder fields in the sigaction struct to match the definition in the kernel. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Correct the test for ENOSYS. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/bits/setjmp.h: Add leading underscores to the entries in the __jmp_buf structure. * sysdeps/s390/s390-64/bits/setjmp.h: Likewise. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/bcopy.S: Use mvcle for big blocks (> 64K) and a mvc loop for small blocks. * sysdeps/s390/s390-32/memcpy.S: Likewise. * sysdeps/s390/s390-64/bcopy.S: Likewise. * sysdeps/s390/s390-64/memcpy.S: Likewise.
* Use mvcle for big blocks (> 64K) and a mvc loop for small blocks.Ulrich Drepper2001-07-164-14/+61
|
* * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: New file.Andreas Schwab2001-07-153-0/+238
| | | | * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: New file.
* * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Check _dl_pagesizeAndreas Schwab2001-07-152-1/+9
| | | | first. Default to 4096, not EXEC_PAGESIZE.