about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed to Shift_JIS.Ulrich Drepper2001-06-171-7091/+0
|
* * posix/spawni.c: Moved to ...Roland McGrath2001-06-173-1/+54
| | | | | * sysdeps/posix/spawni.c: ... here. * sysdeps/generic/spawni.c: New file.
* * hurd/Makefile (routines): Add lookup-retry.Roland McGrath2001-06-175-504/+376
| | | | | | | | | | | * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Broken out ... * hurd/lookup-retry.c: ... into here, new file. * sysdeps/mach/hurd/dl-sysdep.c (open_file): Call that instead using of duplicate code here. * hurd/hurdexec.c (_hurd_exec): Be robust for DTABLESIZE==0. * posix/regex.c: Avoid an access violation if malloc fails.
* 2001-06-16 Roland McGrath <roland@frob.com>Roland McGrath2001-06-171-2/+2
| | | | * hurd/hurdexec.c (_hurd_exec): Be robust for DTABLESIZE==0.
* Update.Ulrich Drepper2001-06-172-1567/+2375
| | | | | | 2001-06-17 Ulrich Drepper <drepper@redhat.com> * po/ja.po: Update from translation team.
* Update.Ulrich Drepper2001-06-177-5/+11
| | | | | | | | | | | | 2001-06-16 H.J. Lu <hjl@gnu.org> * internals.h: Include <stackinfo.h>. * attr.c: Don't include <stackinfo.h> here. * cancel.c: Likewise. * manager.c: Likewise. * pthread.c: Likewise. * ptlongjmp.c: Likewise.
* Update.Ulrich Drepper2001-06-172-7/+312
| | | | | | | | | | 2001-06-04 Bruno Haible <haible@clisp.cons.org> * locale/programs/locfile.c (siblings_uncached, siblings, full_read, compare_files): New functions. (write_locale_data): Use xmalloc. Compare the file with the locale data files for the same category in other locales, and reuse it if possible and safe.
* Update.Ulrich Drepper2001-06-167-53/+126
| | | | | | | | | | | | | | | 2001-06-07 Mark Kettenis <kettenis@gnu.org> * grp/initgroups.c (initgroups): Factor out re-usable code into... (internal_getgrouplist): ... new function. (getgrouplist): New function. * grp/grp.h (getgrouplist): New prototype. * grp/Versions [2.2.4]: Add getgrouplist. 2001-06-16 Ulrich Drepper <drepper@redhat.com> * inet/netinet/ip6.h: Fix comments in ip6_hdr. Patch by Pekka Savola <pekkas@netcore.fi>.
* Make _STACK_GROWS_UP work.Ulrich Drepper2001-06-164-1/+79
|
* * rt/Makefile (aio-routines, clock-routines, timer-routines): NewRoland McGrath2001-06-161-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables, broken out of librt-routines. (librt-routines): Set using those. (extra-libs, extra-libc-others, tests): Set these unconditionally. (distribute): No need for $(librt-map) or $(librt-routines:=.c) here. * sysdeps/generic/aio_fsync.c: New file. * sysdeps/generic/aio_misc.c: New file. * sysdeps/generic/aio_write.c: New file. * sysdeps/generic/aio_write64.c: New file. * sysdeps/generic/aio_read64.c: New file. * sysdeps/generic/aio_read.c: New file. * sysdeps/generic/aio_notify.c: New file. * sysdeps/generic/lio_listio64.c: New file. * sysdeps/generic/lio_listio.c: New file. * sysdeps/generic/aio_cancel.c: New file. * sysdeps/generic/aio_misc.h: New file. * sysdeps/generic/aio_suspend.c: New file. * rt/aio_cancel.c: Moved to ... * sysdeps/pthread/aio_cancel.c: ... here. * rt/aio_fsync.c: Moved to ... * sysdeps/pthread/aio_fsync.c: ... here. * rt/aio_misc.c: Moved to ... * sysdeps/pthread/aio_misc.c: ... here. * rt/aio_misc.h: Moved to ... * sysdeps/pthread/aio_misc.h: ... here. * rt/aio_notify.c: Moved to ... * sysdeps/pthread/aio_notify.c: ... here. * rt/aio_read.c: Moved to ... * sysdeps/pthread/aio_read.c: ... here. * rt/aio_read64.c: Moved to ... * sysdeps/pthread/aio_read64.c: ... here. * rt/aio_suspend.c: Moved to ... * sysdeps/pthread/aio_suspend.c: ... here. * rt/aio_write.c: Moved to ... * sysdeps/pthread/aio_write.c: ... here. * rt/aio_write64.c: Moved to ... * sysdeps/pthread/aio_write64.c: ... here. * rt/lio_listio.c: Moved to ... * sysdeps/pthread/lio_listio.c: ... here. * rt/lio_listio64.c: Moved to ... * sysdeps/pthread/lio_listio64.c: ... here.
* 2001-06-15 Roland McGrath <roland@frob.com>Roland McGrath2001-06-1625-16/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rt/Makefile (aio-routines, clock-routines, timer-routines): New variables, broken out of librt-routines. (librt-routines): Set using those. (extra-libs, extra-libc-others, tests): Set these unconditionally. (distribute): No need for $(librt-map) or $(librt-routines:=.c) here. * sysdeps/generic/aio_fsync.c: New file. * sysdeps/generic/aio_misc.c: New file. * sysdeps/generic/aio_write.c: New file. * sysdeps/generic/aio_write64.c: New file. * sysdeps/generic/aio_read64.c: New file. * sysdeps/generic/aio_read.c: New file. * sysdeps/generic/aio_notify.c: New file. * sysdeps/generic/lio_listio64.c: New file. * sysdeps/generic/lio_listio.c: New file. * sysdeps/generic/aio_cancel.c: New file. * sysdeps/generic/aio_misc.h: New file. * sysdeps/generic/aio_suspend.c: New file. * rt/aio_cancel.c: Moved to ... * sysdeps/pthread/aio_cancel.c: ... here. * rt/aio_fsync.c: Moved to ... * sysdeps/pthread/aio_fsync.c: ... here. * rt/aio_misc.c: Moved to ... * sysdeps/pthread/aio_misc.c: ... here. * rt/aio_misc.h: Moved to ... * sysdeps/pthread/aio_misc.h: ... here. * rt/aio_notify.c: Moved to ... * sysdeps/pthread/aio_notify.c: ... here. * rt/aio_read.c: Moved to ... * sysdeps/pthread/aio_read.c: ... here. * rt/aio_read64.c: Moved to ... * sysdeps/pthread/aio_read64.c: ... here. * rt/aio_suspend.c: Moved to ... * sysdeps/pthread/aio_suspend.c: ... here. * rt/aio_write.c: Moved to ... * sysdeps/pthread/aio_write.c: ... here. * rt/aio_write64.c: Moved to ... * sysdeps/pthread/aio_write64.c: ... here. * rt/lio_listio.c: Moved to ... * sysdeps/pthread/lio_listio.c: ... here. * rt/lio_listio64.c: Moved to ... * sysdeps/pthread/lio_listio64.c: ... here.
* Update.Ulrich Drepper2001-06-1619-129/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-14 Roland McGrath <roland@frob.com> * configure.in: Let sysdeps Implies files in add-ons bring in sysdeps directories from the main source and other add-ons too. 2001-06-15 Jakub Jelinek <jakub@redhat.com> * math/test-misc.c (main): Add tests for nextafter and nexttoward with +-Inf as second argument. * sysdeps/generic/s_nexttowardf.c (__nexttowardf): Only check for NaN, not Inf. * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Fix check for NaN. * sysdeps/i386/fpu/s_nexttoward.c: New. * sysdeps/i386/fpu/s_nexttowardf.c: New. * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Simplify check for NaN, optimize x==+-0 handling. * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf): Likewise. * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Simplify check for NaN, fix sign in x==+-0 case. * sysdeps/ia64/fpu/s_nexttoward.c: New. * sysdeps/ia64/fpu/s_nexttowardf.c: New. 2001-06-15 H.J. Lu <hjl@gnu.org> * rt/tst-aio2.c (do_test): Initialize cb.aio_offset to 0. * rt/tst-aio3.c (do_test): Likewise. * rt/tst-aio4.c (do_test): Likewise. * rt/tst-aio5.c (do_test): Likewise. * rt/tst-aio6.c (do_test): Likewise.
* Update.Ulrich Drepper2001-06-161-0/+4
| | | | | | 2001-06-15 H.J. Lu <hjl@gnu.org> * pthread.c (__pthread_reset_main_thread): Fix a typo.
* (__pthread_reset_main_thread): Fix a typo.Ulrich Drepper2001-06-161-1/+1
|
* * sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.Andreas Schwab2001-06-151-0/+5
| | | | * sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.
* * sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline. Andreas Schwab2001-06-152-2/+1
| | | | * sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.
* * gmon/tst-sprofil.c (fac): Make static to avoid compiler warning.Andreas Jaeger2001-06-151-0/+4
|
* (fac): Make static to avoid compiler warning.Andreas Jaeger2001-06-151-1/+1
|
* * elf/ldconfig.c (search_dir): Fix check for regular file.Andreas Schwab2001-06-142-1/+3
|
* * sysdeps/m68k/fpu/e_log2f.c: Fix typo.Andreas Schwab2001-06-141-6/+11
| | | | | | | | | | | * sysdeps/m68k/fpu/e_log2l.c: Fix typo. * sysdeps/m68k/fpu/s_log2.c: Move... * sysdeps/m68k/fpu/e_log2.c: ...to here. Rename to __ieee754_log2. * sysdeps/m68k/fpu/s_log2f.c: Move... * sysdeps/m68k/fpu/e_log2f.c: ...to here. Rename to __ieee754_log2f. * sysdeps/m68k/fpu/s_log2l.c: Move... * sysdeps/m68k/fpu/e_log2l.c: ...to here. Rename to __ieee754_log2l.
* Fix typo.Andreas Schwab2001-06-142-2/+2
|
* * sysdeps/mach/hurd/bits/fcntl.h [ __USE_POSIX199309 || __USE_UNIX98]:Roland McGrath2001-06-142-1/+13
| | | | (O_DSYNC, O_RSYNC): New macros, both defined to O_SYNC as Linux does.
* * rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.Roland McGrath2001-06-142-0/+3
|
* * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead codeRoland McGrath2001-06-1410-10/+293
| | | | | | | | | | | | | | | | | | | | | | | | so the label is not considered unused. * sysdeps/mach/hurd/pwrite64.c: New file. * sysdeps/mach/hurd/pread64.c: New file. * sysdeps/mach/hurd/pread.c (__libc_pread): Define this name, with __pread as an alias. * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Define this name, with __pwrite as an alias. Implement POSIX "shared memory objects" as regular files residing in the /var/run/shm/ directory. This works on any system that supports _POSIX_MAPPED_FILES, to make it also support _POSIX_SHARED_MEMORY_OBJECTS. * sysdeps/posix/shm_open.c: New file. * sysdeps/posix/shm_unlink.c: New file. * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SHARED_MEMORY_OBJECTS): Define it. * rt/aio_notify.c (__aio_notify_only) [! _POSIX_REALTIME_SIGNALS]: Use raise instead of __aio_sigqueue.
* * sysdeps/mach/hurd/pread.c: Fail with EINVAL if OFFSET is negative.Roland McGrath2001-06-143-7/+22
| | | | | | | | | | * sysdeps/mach/hurd/pwrite.c: Likewise. * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): libc=0.3 [USE_IN_LIBIO && !GLIBC_OLDEST_ABI] (.*-.*-gnu-gnu.*): Use GLIBC_2.2.4 as default version set. (test_ftello): Check for EFBIG and ENOSPC, clean up error messages.
* 2001-06-13 Roland McGrath <roland@frob.com>Roland McGrath2001-06-141-3/+9
| | | | | | * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): libc=0.3 [USE_IN_LIBIO && !GLIBC_OLDEST_ABI] (.*-.*-gnu-gnu.*): Use GLIBC_2.2.4 as default version set.
* Update.Ulrich Drepper2001-06-1410-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | * libio/iolibio.h (_IO_freopen): Correct last parameter to _IO_file_open. (_IO_freopen64): Likewise. Reported by simanek@quantum.karlov.mff.cuni.cz [PR libc/2326]. * elf/elf.h: Add a few more EM_* constants. 2001-06-12 Bruno Haible <haible@clisp.cons.org> * intl/dcigettext.c (DCIGETTEXT): Release the lock before returning. 2001-06-09 Ben Collins <bcollins@debian.org> * sysdeps/unix/sysv/linux/bits/termios.h: Define __MAX_BAUD. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/speed.c: Use __MAX_BAUD instead of hardcoded B400000. 2001-06-13 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2001-06-132-4/+14
| | | | | | | | | | | | | | 2001-06-13 Ulrich Drepper <drepper@redhat.com> * time/sys/time.h: Don't use enum __itimer_which ever for __itimer_which_t for C++. Reported by Martin Buchholz <martin@xemacs.org>. * po/fr.po: Update from translation team. 2001-06-12 H.J. Lu <hjl@gnu.org> 2001-06-11 Michael Deutschmann <michael@talamasca.ocis.net> Michael Deutschmann <michael@talamasca.ocis.net>
* * semaphore.h: Use struct _pthread_fastlock as an element ofUlrich Drepper2001-06-134-27/+30
| | | | | | sem_t instead of an identical struct. * rwlock.c: Remove casts. * semaphore.c: Likewise.
* Update from translation team.Ulrich Drepper2001-06-131-1506/+2337
|
* * configure.in: Fix typos in missing program names. Andreas Jaeger2001-06-133-5/+10
| | | | | | | | * configure: Regenerated. 2001-06-12 H.J. Lu <hjl@gnu.org> * configure.in: Fix typos in missing program names. * configure: Regenerated.
* Update.Andreas Jaeger2001-06-122-0/+3
| | | | * iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
* Update.Andreas Jaeger2001-06-121-2/+6
| | | | | | | | | 2001-06-12 Andreas Jaeger <aj@suse.de> * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ULPs for tanh (-0.7). * sysdeps/ieee754/ldbl-128/e_coshl.c: New file. Contributed by 2001-06-11 Andreas Jaeger <aj@suse.de>,
* Add ULPs for tanh (-0.7).Andreas Jaeger2001-06-121-0/+6
|
* Regenerated: autoconf sysdeps/generic/configure.inUlrich Drepper2001-06-122-8/+6
|
* Regenerated: autoconf sysdeps/unix/common/configure.inUlrich Drepper2001-06-121-3/+3
|
* Update.Andreas Jaeger2001-06-116-4/+129
| | | | | | | | | | | | 2001-06-11 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/e_coshl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>. * aclocal.m4: Quote AC_FD_MSG and AC_FD_CC. * sysdeps/powerpc/fpu/libm-test-ulps: Add ULPs for tanh (-0.7). * sysdeps/s390/fpu/libm-test-ulps: Likewise.
* Update.Andreas Jaeger2001-06-116-27/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-11 Michael Deutschmann <michael@talamasca.ocis.net> * rt/tst-aio4.c (do_test): Test whether rt signals are supported. Use my_signo instead of MY_SIGNO and initialize it so that the used signal is always available. 2001-06-11 Andreas Jaeger <aj@suse.de>, Michael Deutschmann <michael@talamasca.ocis.net> * io/test-lfs.c (do_prepare): Clean up error messages. (test_ftello): Check for EFBIG and ENOSP, clean up error messages. (do_test): Likewise. 2001-06-11 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (IXANY, IUCLC, IMAXBEL): Make always visible since they're needed by POSIX. Closes PR libc/2320, reported by Chris Yeoh <cyeoh@samba.org>. 2001-06-10 Ben Collins <bcollins@debian.org> * sysdeps/arm/elf/start.S: Use #function, not @function, for .type of _start. * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Include limits.h to get INT_MAX. 2001-06-07 H.J. Lu <hjl@gnu.org> * sunrpc/rpc/rpc.h: Add __BEGIN_DECLS/__END_DECLS.
* Add __BEGIN_DECLS/__END_DECLS.Andreas Jaeger2001-06-111-0/+3
|
* * elf/reldep4mod2.c: Use fully typed decls to avoid warnings.Roland McGrath2001-06-101-0/+5
| | | | * elf/reldep4mod4.c: Likewise.
* 2001-06-10 Roland McGrath <roland@frob.com>Roland McGrath2001-06-102-6/+8
| | | | | * elf/reldep4mod2.c: Use fully typed decls to avoid warnings. * elf/reldep4mod4.c: Likewise.
* * hurd/hurd/threadvar.h: Add prototype for __hurd_errno_location.Mark Kettenis2001-06-102-1/+6
| | | | | | 2001-06-10 Mark Kettenis <kettenis@gnu.org> * hurd/hurd/threadvar.h: Add prototype for __hurd_errno_location.
* Update.Ulrich Drepper2001-06-102-2/+8
| | | | | | | 2001-06-08 Andreas Schwab <schwab@suse.de> * posix/regex.c (re_match_2_internal) [case wordbeg, wordend]: Don't dereference at end of string.
* Update.Ulrich Drepper2001-06-091-0/+7
| | | | | | | | | * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use full Hangul syllable names. Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16 (private use). Update width table. Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>. 2001-05-29 Bruno Haible <haible@clisp.cons.org>
* Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use full Hangul syllable ↵Ulrich Drepper2001-06-091-11176/+30796
| | | | names. Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16 (private use). Update width table. Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
* New HPPA Linux version of pt-initfini.Andreas Jaeger2001-06-072-0/+114
| | | | | | 2001-04-30 Alan Modra <amodra@one.net.au> * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: New.
* * sysdeps/mach/hurd/getsockopt.c: Fix handling of returned buffer size.Roland McGrath2001-06-071-0/+5
| | | | From Robert Bihlmeyer <robbe@orcus.priv.at>.
* 2001-06-06 Roland McGrath <roland@frob.com>Roland McGrath2001-06-071-3/+3
| | | | | * sysdeps/mach/hurd/getsockopt.c: Fix handling of returned buffer size. From Robert Bihlmeyer <robbe@orcus.priv.at>.
* Update.Ulrich Drepper2001-06-071-0/+4
| | | | | | 2001-06-06 Ulrich Drepper <drepper@redhat.com> * po/ko.po: Update from translation team.
* Update from translation team.Ulrich Drepper2001-06-061-1461/+2225
|