about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-03-204-1/+19
| | | | * include/stdlib.h: Add prototype for __cxa_atexit.
* Update.Ulrich Drepper2000-03-201-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about _SLOWDOWN flags. Patch by Jim Blandy <jimb@cygnus.com>. 2000-03-17 Cristian Gafton <gafton@redhat.com> * elf/Makefile ($(rtld-version-installed-name)): Delay replacing existing rtld-installed-name. ($(rtld-installed-name)): Request libc-$(version) be installed too. replace existing rtld-installed-name using $(symbolic-link-prog). 2000-03-17 Roland McGrath <roland@baalperazim.frob.com> * locale/programs/ld-collate.c (collate_read): Remove bogus cast. (insert_value, handle_ellipsis, collate_read): Replace %zu in format strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter but not the former. 2000-03-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for glob64. Since there is no glob64 in the LFS proposal applications can assume that glob handles LFS situations. glob64 is only needed if alternative filesystem functions are used. 2000-03-19 Geoff Clare <gwc@unisoft.com> * sysdeps/generic/glob.c: Correct gl_pathc value returned when GLOB_DOOFFS is set; correct handling of patterns containing escaped wildcards (and no unescaped ones); GLOB_ERR flag was being ignored in some situations. * posix/globtest.c, posix/globtest.sh: Updated to include tests for the problems fixed by the above changes to glob.c. * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
* * Makeconfig (soversion.i): Use only first match for each lib.Roland McGrath2000-03-202-2/+7
|
* * Makeconfig (soversion.i): Pass -undef to $(CC) -E.Roland McGrath2000-03-201-0/+2
|
* 2000-03-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-201-1/+1
| | | | * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
* Update comment about _SLOWDOWN flags.Ulrich Drepper2000-03-207-751/+1424
|
* Add and update many more entries.Ulrich Drepper2000-03-201-18/+27
|
* * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)Roland McGrath2000-03-192-2/+5
| | | | rather than $(sysd-dirs-done) to protect these rules.
* * Makerules (version-renames.def): Target removed.Roland McGrath2000-03-192-7/+9
| | | | (Versions.all): Depend on soversions.i directly and parse it.
* * Makeconfig (soversions.i): New target, input-reading parts ofRoland McGrath2000-03-193-35/+43
| | | | | | | | | | soversions.mk generation moved here; result is a canonicalized list "LIB VERSION [SET]" for this configuration. (soversions.mk): Use that as input. Don't emit map-firstversions. * Makerules (version-renames.def): New target, generated from soversions.i with contents that was in $(map-firstversions). (Versions.all): Don't depend on soversions.mk, depend on version-renames.def instead; just cat it into the input.
* * Makerules (Versions.all): Use $(foreach ...) instead of sh for loopRoland McGrath2000-03-192-3/+4
| | | | for $(map-firstversions), which better handles it being empty.
* * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliestRoland McGrath2000-03-198-25/+198
| | | | | | | | | | | | | | | | | | supported version for libc 0.2.90.libio to GLIBC_2.2. * Makeconfig (soversions.mk): Grok new third column in shlib-versions, and use it to emit new variable `map-firstversions'. * scripts/firstversions.awk: New file. * Makerules (Versions.all): Use scripts/firstversions.awk and the $(map-firstversions) value to generate a modified versions list that includes renames in "A = B" syntax for each version set earlier than the "earliest symbol version" named in shlib-versions. * scripts/versions.awk: Recognize "A = B" lines in the input to mean rename version set A to B in the output to the intermediate file. * scripts/abi-versions.awk: New file. * Makerules (abi-versions.h): New target, generated by that script. [$(versioning) = yes] (before-compile): Prepend abi-versions.h. * include/shlib-compat.h: New file, uses that generated header.
* * Makeconfig (soversions.mk): Convert % -> # in shlib-versionsRoland McGrath2000-03-193-1/+15
| | | | | | after stripping # comments, and then run it through cpp. This allows things like "%ifdef FOO" based on config.h settings. * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
* * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTEDRoland McGrath2000-03-181-1/+7
| | | | | and other errors that indicate a pseudo-receive happened, grok through the message buffer for port rights that need references fixed up.
* 2000-03-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-181-1/+86
| | | | | | * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED and other errors that indicate a pseudo-receive happened, grok through the message buffer for port rights that need references fixed up.
* Update.Ulrich Drepper2000-03-172-0/+9
| | | | * misc/sys/mman.h: Add prototype for mincore.
* Update.Ulrich Drepper2000-03-175-1/+30
| | | | | | | | | | | | 2000-03-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore. * sysdeps/unix/sysv/linux/madvise.c: Remove. * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags from latest Linux kernel. * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
* Update.Ulrich Drepper2000-03-171-0/+6
| | | | | | | | 2000-03-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit entry for GLIBC_2.0 version of setrlimit. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* Update.Ulrich Drepper2000-03-179-15/+73
| | | | | | | | | | | | | | | 2000-03-16 Thorsten Kukuk <kukuk@suse.de> * nis/nss_nis/nis-ethers.c: Return with error if malloc fails. * nis/nss_compat/compat-initgroups.c: Likewise. * nis/nss_nis/nis-initgroups.c: Likewise. * nis/nss_nis/nis-netgrp.c: Likewise. * nis/nss_nis/nis-proto.c: Likewise. * nis/nss_nis/nis-rpc.c: Likewise. * nis/nss_nis/nis-service.c: Likewise. * nis/ypclnt.c: Likewise. doesn't exist, correct checks. Fixes PR libc/1649.
* Update.Ulrich Drepper2000-03-172-2/+7
| | | | | | | 2000-03-16 Andreas Jaeger <aj@suse.de> * manual/Makefile: MAKEINFO is set to `:' from configure if it doesn't exist, correct checks. Fixes PR libc/1649.
* Update.Ulrich Drepper2000-03-171-0/+6
| | | | | | | | 2000-03-16 Thorsten Kukuk <kukuk@suse.de> * nscd/hstcache.c: Restore correct UID. * nscd/pwdcache.c: Likewise. Patch from Gabor Gombas <gombasg@inf.elte.hu>.
* Restore correct UID.Ulrich Drepper2000-03-172-2/+2
|
* * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values andRoland McGrath2000-03-172-39/+42
| | | | macros for register names, in line with 2000-03-14 linux change.
* * sysdeps/mach/sched_yield.c: New file.Roland McGrath2000-03-174-3/+51
| | | | | | | | | | | | | | | | | 2000-03-13 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/generic/lockfile.c: Include <stdio.h> (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in case <libio.h> defined them. (__flockfile, __funlockfile, __ftrylockfile): Functions renamed from __internal_*. (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile, ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly. * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ... for more pleasing parse error. * elf/Makefile: Add rules to compile and run constload1 test.
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-171-18/+15
| | | | | | | | | | * sysdeps/generic/lockfile.c: Include <stdio.h> (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in case <libio.h> defined them. (__flockfile, __funlockfile, __ftrylockfile): Functions renamed from __internal_*. (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile, ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
* Update.Ulrich Drepper2000-03-172-5/+10
| | | | | | * locale/lc-time.c (_nl_init_era_entries): Correct allocation of memory for eras. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* Update.Ulrich Drepper2000-03-175-3/+65
| | | | | | | | | 2000-03-16 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to compile and rune constload1 test. * elf/constload1.c: New file. * elf/constload2.c: New file. * elf/constload3.c: New file.
* Update.Ulrich Drepper2000-03-162-2/+6
| | | | | | 2000-03-16 Ulrich Drepper <drepper@redhat.com> * condvar.c: Make tests for ownership of mutex less strict.
* Update.Ulrich Drepper2000-03-162-14/+6
|
* Update.Ulrich Drepper2000-03-161-0/+6
| | | | | | | | 2000-03-16 Ulrich Drepper <drepper@redhat.com> * mutex.c (__pthread_mutex_lock): Always initialize __m_owner. (__pthread_mutex_trylock): Likewise. (__pthread_mutex_unlock): Always clear __m_owner.
* (__pthread_mutex_lock): Always initialize __m_owner. ↵Ulrich Drepper2000-03-161-6/+8
| | | | (__pthread_mutex_trylock): Likewise. (__pthread_mutex_unlock): Always clear __m_owner.
* 2000-03-15 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-03-162-2/+8
| | | | | | | | | | | * locales/sl_SI: Fix entries for june and july. Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR libc/1648. 2000-03-15 Andreas Jaeger <aj@suse.de> * locales/sl_SI: Fix entries for june and july. Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR libc/1648.
* Update.Ulrich Drepper2000-03-1612-21/+34
| | | | | | | | | | | | | | | | 2000-03-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/open64.c: Make __open64 weak alias. * sysdeps/posix/pread64.c: Make __pread64 weak alias. * sysdeps/unix/sysv/linux/pread64.c: Likewise. * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise. * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias. * sysdeps/unix/sysv/linux/pwrite64.c: Likewise. * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
* Update.Ulrich Drepper2000-03-153-5/+15
| | | | | | | 2000-03-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
* Update.Ulrich Drepper2000-03-155-10/+42
| | | | | | | | | | | | | | | | | | | | 2000-03-08 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50. * timezone/africa: Update from tzdata2000d. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * po/fr.po: Update from translation team. * po/de.po: Likewise. * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error in __sgn1l, otherwise g++ fails to parse this. Reported by Sean Chen <sean.chen@turbolinux.com>.
* Update.Ulrich Drepper2000-03-159-42/+82
| | | | | | | | 2000-03-14 Ulrich Drepper <drepper@redhat.com> * mutex.c (__pthread_once): Handle cancelled init function correctly. (pthread_once_cancelhandler): New function. Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
* Update.Ulrich Drepper2000-03-155-94/+92
| | | | | | | | * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove last parameter. Move code to add map to global scope from here... * elf/dl-open.c (dl_open_worker): ...here. * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps. * elf/rtld.c: Adjust call to _dl_map_object_deps.
* Update.Ulrich Drepper2000-03-153-2/+5
| | | | * locale/programs/ld-collate.c (collate_read): Fix warning.
* Update.Ulrich Drepper2000-03-152-9/+13
| | | | | | | | 2000-03-14 Ulrich Drepper <drepper@redhat.com> * locales/en_DK: Correct syntax. From Pablo Saratxaga <pablo@mandrakesoft.com>.
* Update.Ulrich Drepper2000-03-143-3/+10
| | | | | | | | | 2000-03-14 Andreas Jaeger <aj@suse.de> * pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to REG_GS. (pthread_handle_sigrestart_rt): Likewise. * signals.c (pthread_sighandler_rt): Likewise.
* Update.Ulrich Drepper2000-03-142-38/+41
| | | | | * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum values and macros for register names.
* Update.Ulrich Drepper2000-03-142-1/+7
| | | | | | | 2000-03-14 Ulrich Drepper <drepper@redhat.com> * libio/iofopncook.c (_IO_cookie_seek): Return error only if value returned by seek cookie function is -1.
* Update.Ulrich Drepper2000-03-142-1/+6
| | | | | | | 2000-03-14 Andreas Jaeger <aj@suse.de> * locale/localeconv.c (localeconv): Fix typo. Reported by Andre Charbonneau <andrec@corel.com>.
* Update.Ulrich Drepper2000-03-144-21/+45
| | | | | | | | | | | | | | | | | 2000-03-14 Ulrich Drepper <drepper@redhat.com> * iconv/skeleton.c: Increment __invocation_counter in inner loop since modules depend on it counting the number of times the conversion function got called. * iconv/gconv_open.c: Optimize loop to setup step data structure. * iconv/gconv.h: Pretty print. 2000-03-04 Ulrich Drepper <drepper@redhat.com> * posix/wordexp-test.c: Correct one of the tests added in the last change. Really get the root passwd entry to check again ~root.
* Correct one of the tests added in the last change. Really get the root ↵Ulrich Drepper2000-03-141-11/+11
| | | | passwd entry to check again ~root.
* Update.Andreas Jaeger2000-03-102-5/+11
| | | | | | | * manual/filesys.texi (Working Directory): Fix last patch. Patch by Martin Buchholz <martin@xemacs.org>. 2000-03-10 Andreas Jaeger <aj@suse.de>
* Update.Andreas Jaeger2000-03-102-1/+5
| | | | | | 2000-03-10 Andreas Jaeger <aj@suse.de> * manual/creature.texi (Feature Test Macros): Fix language.
* Regenerated.Andreas Jaeger2000-03-104-46/+89
|
* * mach/devstream.c (devstream_write, devstream_read): New functions.Roland McGrath2000-03-107-212/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (input, output): Functions removed. (mach_open_devstream): Use devstream_{read,write} as cookie functions, using only the vanilla fopencookie interface. * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define as macro for __io_functions. (funcsio): Use cookie_io_functions_t type name. (fopenport): Renamed from __fopenport. Rewrite to call fopencookie. * libio/iofopncook.c (_IO_cookie_init): New function, broken out of fopencookie. (fopencookie): Use it. * libio/libio.h: Declare _IO_cookie_init. * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using _IO_cookie_init. * libio/libio.h (__io_seek_fn): Fix second argument type to be a pointer, in line with the manual and the old stdio. * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller. * sysdeps/generic/bits/stdio-lock.h: New file. This is a stub with #error, but that's better than no file at all. * sysdeps/unix/sysv/linux/alpha/syscall.S: * manual/message.texi (Using gettextized software): * manual/filesys.texi (File Size): * manual/charset.texi (glibc iconv Implementation): * locale/programs/ld-collate.c (collate_output): * manual/stdio.texi (Output Conversion Syntax):
* 2000-03-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-101-27/+32
| | | | | | | * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define as macro for __io_functions. (funcsio): Use cookie_io_functions_t type name. (fopenport): Renamed from __fopenport. Rewrite to call fopencookie.