about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update. cvs/pre-lgplv2_1Andreas Jaeger2001-07-051-1/+1
| | | | Synch with Linux 2.4.6:
* Update.Andreas Jaeger2001-07-051-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-05 Andreas Jaeger <aj@suse.de> Synch with Linux 2.4.5: * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/ia64/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE80211): New. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (N_HCI): New. * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h (N_HCI): New. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_HCI): New.
* Synch with Linux 2.4.5: Andreas Jaeger2001-07-0510-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/ia64/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE80211): New. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (N_HCI): New. * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h (N_HCI): New. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_HCI): New.
* * hurd/hurdsig.c (_hurd_internal_post_signal): For SS->suspendedRoland McGrath2001-07-042-5/+7
| | | | | wakeup message, use MACH_MSG_TYPE_MAKE_SEND for the receiver port rather than doing a mach_port_insert_right call first.
* * hurd/hurdioctl.c: Include <string.h> for memcpy decl.Roland McGrath2001-07-041-0/+4
|
* 2001-06-26 Roland McGrath <roland@frob.com>Roland McGrath2001-07-041-1/+1
| | | | * hurd/hurdioctl.c: Include <string.h> for memcpy decl.
* Update.Andreas Jaeger2001-07-031-0/+5
| | | | | | | 2001-07-03 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Remove check for crypt add-on.
* Remove check for crypt add-on.Andreas Jaeger2001-07-032-54/+0
|
* * sysdeps/mach/hurd/if_index.c: Redone to use new interfaces in the Hurd ↵Mark Kettenis2001-07-012-109/+147
| | | | | | | | | | | | | | | | | | | | pfinet server, using equivalent code from the Linux version in sysdeps/unix/sysv/linux/if_index.c. In detail: Include <unistd.h>, <error.h>, <sys/ioctl.h>, <hurd/ioctl.h> and <hurd/pfinet.h>. Don't include <sys/mman.h> and <hurd/fsys.h> anymore. (if_nametoindex): New implementation using SIOCGIFINDEX. (if_freenameindex): Straight copy of the Linux version. (if_nameindex): New implementation based on pfinet_siocgifconf and SIOCGIFINDEX. (if_indextoname): New implementation using SIOCGIFNAME. (map_interfaces): Function removed. From Marcus Brinkmann <marcus@gnu.org>. 2001-07-01 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/if_index.c: Redone to use new interfaces in the Hurd pfinet server, using equivalent code from the Linux version in sysdeps/unix/sysv/linux/if_index.c. In detail: Include <unistd.h>, <error.h>, <sys/ioctl.h>, <hurd/ioctl.h> and <hurd/pfinet.h>. Don't include <sys/mman.h> and <hurd/fsys.h> anymore. (if_nametoindex): New implementation using SIOCGIFINDEX. (if_freenameindex): Straight copy of the Linux version. (if_nameindex): New implementation based on pfinet_siocgifconf and SIOCGIFINDEX. (if_indextoname): New implementation using SIOCGIFNAME. (map_interfaces): Function removed. From Marcus Brinkmann <marcus@gnu.org>.
* Update.Ulrich Drepper2001-06-301-0/+5
| | | | | | | 2001-06-30 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/dl-machine.c (__elf_preferred_address): Prefer gaps below main executable.
* (__elf_preferred_address): Prefer gaps below main executable.Ulrich Drepper2001-06-301-1/+1
|
* Update.Andreas Jaeger2001-06-292-0/+59
| | | | | | | 2001-06-19 Andreas Jaeger <aj@suse.de> * sysdeps/powerpc/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Handle profiling.
* Update.Andreas Jaeger2001-06-292-2/+7
| | | | | | | 2001-06-29 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/s_asinhl.c: New file. Patch by Stephen L Moshier <moshier@mediaone.net>.
* asinh implmentation for 128-bit long doubles.Andreas Jaeger2001-06-291-0/+87
|
* Update.Ulrich Drepper2001-06-291-39/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (_nl_locale_file_list): This. Make it extern. (re_search_2): Invoke convert_mbs_to_wcs and FREE_WCS_BUFFERS. (write_locale_data): Use xmalloc. Compare the file with the locale (BODY for TO_LOOP): Keep track of Unicode 3.1 language tag. If "ja", conversion to GB2312. If "ko", prefer conversion to KSC5601. Small * sysdeps/generic/e_log2l.c: ...to here. Rename to __ieee754_log2l. * sysdeps/i386/fpu/e_log2.S: ...to here. Rename to __ieee754_log2. * sysdeps/i386/fpu/e_log2f.S: ...to here. Rename to __ieee754_log2f. * sysdeps/i386/fpu/e_log2l.S: ...to here. Rename to __ieee754_log2l. * sysdeps/m68k/fpu/e_log2.c: ...to here. Rename to __ieee754_log2. * sysdeps/m68k/fpu/e_log2f.c: ...to here. Rename to __ieee754_log2f. * sysdeps/m68k/fpu/e_log2l.c: ...to here. Rename to __ieee754_log2l. * sysdeps/ieee754/dbl-64/e_log2.c: ...to here. Rename to * sysdeps/ieee754/flt-32/e_log2f.c: ...to here. Rename to (main): When testing UTF-8 or GB18030, set bmp_only to 1. Don't print UTF-8 and GB18030, loop upto U+30000 instead of U+10000. Use UTF-8 (ucs4_to_cns11643): Update for new arrays. Treat U+3400..U+4DFF and to s_sigsuspend. Add s_mmap2. * iconv/skeleton.c: Distinguish do_flush = 1 and do_flush = 2. In the the next step. In the second case, clear the state without calling paths are the same or not. Free entry->path for duplicates. * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: ...here. Adjust Save uc_link around trap. Copy __uc_sigmask into first word of uc_sigmask, clear the rest. Make sure setcontext to the created Correct the values. (pSx, qSx): Replace by shorter approximation. changing it in the state. After incrementing 'inptr', store it back. greater_than, less_or_equal, greater_or_equal. Replace args2/args3 (exp): Add rules for CMPOP2 and '!'. Don't call YYABORT. (yylex): Don't skip "\\n". Recognize comparison and '!' operators. (plural_eval): Recognize comparison and '!' operators. Optimize for * intl/gettextP.h: Include <stddef.h>. Include gettext.h, for * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: ...here. Include * sysdeps/unix/sysv/aix/restf.S: Removed. * sysdeps/unix/sysv/aix/savef.S: Removed. (SIGCONTEXT): Likewise. Add 2nd arg _code. (_dl_aux_init): Here. New function. Defined only if 'domainname'. Remove 'plindex' field. Add 'domain' and found. Remove plindex from cache key. Add 'translation_length' and * intl/plural.y: Include config.h. Needed to define 'inline' away for
* Update.Ulrich Drepper2001-06-295-589/+626
| | | | | | | 2001-06-28 Ulrich Drepper <drepper@redhat.com> * manual/argp.texi: Tons of cleanups. Patch by Clifford U. Smith <cuel@swbell.net>.
* Update.Ulrich Drepper2001-06-293-14/+85
| | | | | | | | | | | | | | | | | | * manual/users.texi (Setting Groups): Correct initgroups documentation. Add documentation for getgrouplist. 2001-06-28 H.J. Lu <hjl@gnu.org> * locale/findlocale.c (locale_file_list): Renamed to ... (_nl_locale_file_list): This. Make it extern. (free_mem): Move to ... * locale/setlocale.c (free_mem): Here. 2001-06-28 Mark Kettenis <kettenis@gnu.org> 2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com> 2001-06-26 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (count_mbs_length): Use binary search for optimization.
* (locale_file_list): Renamed to ... (_nl_locale_file_list): This. Make it ↵Ulrich Drepper2001-06-291-29/+4
| | | | extern. (free_mem): Move to setlocale.c.
* * sysdeps/mach/hurd/read.c: Include <hurd/fd.h>. (__libc_read): Don't call ↵Mark Kettenis2001-06-273-4/+16
| | | | | | | | | | | __pread. Use _hurd_fd_read directly instead. * sysdeps/mach/hurd/write.c: Include <hurd/fd.h>. (__libc_write): Don't call __pwrite. Use _hurd_fd_write directly instead. * sysdeps/mach/hurd/read.c: Include <hurd/fd.h>. (__libc_read): Don't call __pread. Use _hurd_fd_read directly instead. * sysdeps/mach/hurd/write.c: Include <hurd/fd.h>. (__libc_write): Don't call __pwrite. Use _hurd_fd_write directly instead.
* * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname ↵Mark Kettenis2001-06-272-0/+6
| | | | | | | | | option lost in 2001-06-16 change. 2001-06-28 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change.
* Update.Ulrich Drepper2001-06-272-10/+22
| | | | | | * posix/tst-regex.c: Pass REG_NEWLINE to regcomp. Add extra tests. Restrict printing of string in debug mode to 100 characters to make the output useful for long input texts.
* Update.Ulrich Drepper2001-06-273-70/+231
| | | | | | | | | | | | | | | | | | * posix/Makefile: Add rules to build and run tst-regex. 2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (FREE_WCS_BUFFERS): New macro to free buffers. (re_search_2): invoke convert_mbs_to_wcs and FREE_WCS_BUFFERS. (wcs_re_match_2_internal): Check whether the wcs buffers need seting up or not, and skip seting up routin if not needed. 2001-06-26 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (count_mbs_length): Use binary search for optimization. 2001-06-27 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2001-06-274-2/+39
| | | | | | 2001-06-27 Ulrich Drepper <drepper@redhat.com> * posix/tst-regex.c: Fix several bugs. Add more tests.
* Fix several bugs. Add more tests.Ulrich Drepper2001-06-271-52/+59
|
* * hurd/Makefile (user-interfaces): Add pfinet. * hurd/hurdioctl.c: Include ↵Mark Kettenis2001-06-264-7/+56
| | | | | | | | | | | | | | | | | | <hurd/pfinet.h>, <net/if.h> and <netinet/in.h>. (siocgifconf): New function. Register it with HURD_HANDLE_IOCTL as the handler for SIOCGIFCONF. * sysdeps/mach/hurd/bits/ioctls.h: Modify SIOCSIFFLAGS and SIOCGIFFLAGS to be of IOC type ifreq_short. Modify SIOCSIFMETRIC and SIOCGIFMETRIC to be of IOC type ifreq_int. Add new macro definitions for SIOCGIFMTU, SIOCSIFMTU, SIOCGIFINDEX and SIOCGIFNAME. From Marcus Brunkmann <marcus@gnu.org>. 2001-06-26 Mark Kettenis <kettenis@gnu.org> * hurd/Makefile (user-interfaces): Add pfinet. * hurd/hurdioctl.c: Include <hurd/pfinet.h>, <net/if.h> and <netinet/in.h>. (siocgifconf): New function. Register it with HURD_HANDLE_IOCTL as the handler for SIOCGIFCONF. * sysdeps/mach/hurd/bits/ioctls.h: Modify SIOCSIFFLAGS and SIOCGIFFLAGS to be of IOC type ifreq_short. Modify SIOCSIFMETRIC and SIOCGIFMETRIC to be of IOC type ifreq_int. Add new macro definitions for SIOCGIFMTU, SIOCSIFMTU, SIOCGIFINDEX and SIOCGIFNAME. From Marcus Brunkmann <marcus@gnu.org>.
* Update.Ulrich Drepper2001-06-262-1/+6
| | | | | * sysdeps/gnu/net/if.h: Correct _IOT_ifreq and add _IOT_ifreq_short and _IOT_ifreq_int. Patch by Mark Kettenis <kettenis@wins.uva.nl>.
* * locales/ro_RO (day): Use U0163 instead of U021B.Ulrich Drepper2001-06-262-1/+5
| | | | 2001-06-25 Jakub Jelinek <jakub@redhat.com>
* Update.Ulrich Drepper2001-06-262-7/+22
| | | | | | | 2001-06-25 Ulrich Drepper <drepper@redhat.com> * elf/dl-deps.c (_dl_map_object_deps): Fix handling of failing _dl_catch_error calls.
* Update.Ulrich Drepper2001-06-266-7/+274
| | | | | | | | | | | | | 2001-06-22 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (regex_compile, re_match_2_internal): Fix comment typos. 2001-06-01 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (malloc_atfork, free_atfork): Use a unique value ATFORK_ARENA_PTR, not 0, for the thread-specific arena pointer when malloc_atfork is in use.
* Add copyright notice.Ulrich Drepper2001-06-261-0/+21
|
* 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
|