about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Andreas Jaeger2001-06-223-5/+12
| | | | | | | | | * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Add parenthese to avoid warnings. * sysdeps/i386/fpu/e_expl.c (__ieee754_expl): Remove unused variable. Add unused attributes to avoid warnings.
* Update.Andreas Jaeger2001-06-223-0/+5
| | | | | * elf/reldep4mod4.c: Add prototype to avoid warning. * elf/reldep4mod2.c: Likewise.
* Update.Andreas Jaeger2001-06-221-0/+5
| | | | | | | 2001-06-22 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/e_expl.c: Include <math_private.h> for prototypes.
* Include <math_private.h> for prototypes.Andreas Jaeger2001-06-221-0/+2
|
* * hurd/hurd/fd.h (_hurd_fd_error_signal): Change return type to int.Roland McGrath2001-06-221-0/+4
|
* 2001-06-18 Roland McGrath <roland@frob.com>Roland McGrath2001-06-221-2/+2
| | | | * hurd/hurd/fd.h (_hurd_fd_error_signal): Change return type to int.
* Update.Ulrich Drepper2001-06-212-1/+6
| | | | | | 2001-06-20 Alexandre Oliva <aoliva@redhat.com> * sysdeps/unix/sysv/settimeofday.c: Include time.h.
* Update.Ulrich Drepper2001-06-202-0/+29
| | | | | | 2001-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/dl-cache.h: New file.
* Update.Ulrich Drepper2001-06-2016-38/+659
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-09 Michael Keezer <mkeezer@redhat.com> * Makeconfig: Added AIX-ld support for DSO. * Makerules: Likewise. * dlfcn/Makefile (defaultmod1.so): Added libc_nonshared. (defaultmod2.so): Likewise. * debug/Makefile: Conditionalize use of elf/ld.so. * iconvdata/Makefile: Moved LDFLAG rpath/soname info into Makeconfig. * sysdeps/unix/sysv/aix/Makefile: Added dl-support.c and dl-error.c. * sysdeps/unix/sysv/aix/Makefile: Made (f/g)rsave(0/1) & (f/g)prrest(0/1) static only. * sysdeps/unix/sysv/aix/gettimeofday.c: Removed #if 0. * sysdeps/unix/sysv/aix/start.c: Define __dso_handle if not ELF but shared. * sysdeps/unix/sysv/aix/setitimer.c: New file. * sysdeps/unix/sysv/aix/sleep.c: New file. * sysdeps/unix/sysv/aix/usleep.c: New file. * sysdeps/unix/sysv/aix/dl-addr.c: New file. * sysdeps/unix/sysv/aix/dl-error.c: New file. * sysdeps/unix/sysv/aix/dl-support.c: New file. * sysdeps/unix/sysv/aix/powerpc/register-dump.h: New file. (BODY for TO_LOOP): Keep track of Unicode 3.1 language tag. I f "ja", prefer conversion to Japanese character sets. If "zh", prefer conversion to GB2312. I f "ko", prefer conversion to KSC5601. Small
* Update.Ulrich Drepper2001-06-191-0/+4
| | | | | | 2001-06-19 Ulrich Drepper <drepper@redhat.com> * po/es.po: Update from translation team.
* Update from translation team.Ulrich Drepper2001-06-191-1440/+2798
|
* (tanh_test): Update constant to work with 128-bit long doubles.Andreas Jaeger2001-06-191-4/+4
|
* UpdateAndreas Jaeger2001-06-194-3/+16
| | | | | | | | | | | | 2001-06-19 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/s_tanhl.c: New file. * math/libm-test.inc (tanh_test): Test for 2^-56. * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Make sure result equals argument when x < 2^-55. Patches by Stephen L. Moshier <moshier@na-net.ornl.gov>.
* 128 bit implementation of tanh.Andreas Jaeger2001-06-191-0/+106
|
* Update.Ulrich Drepper2001-06-191-1/+4
|
* Update.Ulrich Drepper2001-06-193-980/+1201
| | | | | | | 2001-06-17 Alan Modra <amodra@bigpond.net.au> * sysdeps/hppa/dl-machine.h (elf_machine_rela): handle relocs at unaligned address.
* Update.Ulrich Drepper2001-06-191-0/+5
| | | | | | | * posix/regex.c: Reorganize code to build code twice, once for single byte, once for multi-byte charsets. Choose function set adequate for locale at runtime. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
* Update..Ulrich Drepper2001-06-182-1239/+4105
| | | | | | 2001-06-18 Ulrich Drepper <drepper@redhat.com> * po/nl.po: Update from translation team.
* Update.Ulrich Drepper2001-06-182-6/+13
| | | | | | | | | | | | | 2001-06-09 Bruno Haible <haible@clisp.cons.org> * iconvdata/gconv-modules (BIG5HKSCS): New alias BIG5-HKSCS. (ISO-8859-14): New aliases ISO_8859-14 and ISO-CELTIC. * iconvdata/tst-tables.sh: For BIG5HKSCS, use BIG5-HKSCS charmap. 2001-05-26 Bruno Haible <haible@clisp.cons.org> * iconvdata/tst-tables.sh: For SJIS module, use SHIFT_JIS charmap. * manual/charset.texi: Write Shift_JIS, not Shift-JIS.
* Revert last change.Ulrich Drepper2001-06-181-3/+3
|
* * sysdeps/pthread/aio_misc.h (LIO_DSYNC): Define to LIO_NOP + 1,Roland McGrath2001-06-182-2/+5
| | | | not LIO_READ + 1 (which is the value of LIO_WRITE!).
* * sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):Roland McGrath2001-06-183-17/+36
| | | | | | | | | | | | | | | Declare these without `static', to avoid warning that we haven't defined them. * Makerules (build-module-helper-objlist): New variable, broken out of build-module. Insert --whole-archive/--no-whole-archive immediately each *_pic.a file in the link object list. (whole-archive): New variable, used by that. (build-module-objlist): New variable using build-module-helper-objlist. (build-module, build-module-helper): Use it. (build-shlib-objlist): New variable using build-module-helper-objlist. (build-shlib): Use that. * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Likewise.
* 2001-06-17 Roland McGrath <roland@frob.com>Roland McGrath2001-06-181-3/+3
| | | | | | * sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt): Declare these without `static', to avoid warning that we haven't defined them.
* For BIG5HKSCS, use BIG5-HKSCS charmap.Ulrich Drepper2001-06-172-1/+4
|
* Update.Ulrich Drepper2001-06-174-4/+13
| | | | | | | | | 2001-06-09 Bruno Haible <haible@clisp.cons.org> * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS. Change code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias. * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name
* Update.Ulrich Drepper2001-06-174-3/+7104
| | | | | | | | | 2001-05-26 Bruno Haible <haible@clisp.cons.org> * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name to SHIFT_JIS. Add SJIS as alias. * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap. * gen-locale.sh: Likewise.
* 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.