about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-08-163-3/+9
| | | | | | | 1999-08-16 Andreas Schwab <schwab@suse.de> * charmaps/UTF8: Add entries for /x00. Remove spurious <percent-sign/> entry. Correct typo.
* Update.Ulrich Drepper1999-08-162-1/+11
| | | | | | | | | | | 1999-08-16 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wcsmbsload.c (__wcsmbs_clone_conv): Call update_conversion_ptrs. Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>. * wcsmbs/wcsnlen.c: Correct decrement of maxlen. Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* Update.Ulrich Drepper1999-08-164-2/+61
| | | | | | | | | 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wcsnlen.c: Correct decrement maxlen. * wcsmbs/Makefile (tests): Add tst-wcsnlen. * wcsmbs/tst-wcsnlen.c: New file.
* Update.Ulrich Drepper1999-08-162-1/+5
| | | | | | 1999-08-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/ioputs.c (_IO_puts): Add missing brace.
* Update.Ulrich Drepper1999-08-166-21/+27
| | | | | | 1999-07-20 Geoff Keating <geoffk@cygnus.com> * math/libm-test.c: Tweak deltas for a clean run on ppc.
* Update.Ulrich Drepper1999-08-1610-11/+31
| | | | | | | | | | | | | | | | 1999-08-10 H.J. Lu <hjl@gnu.org> * stdio-common/vfprintf.c (ORIENT): Check for the old stream. (vfprintf): Likewise. * stdio-common/vfscanf.c (ORIENT): Likewise. * libio/genops.c (__underflow): Likewise. (__uflow): Likewise. * libio/iofputs.c (_IO_fputs): Likewise. * libio/ioftell.c (_IO_ftell): Likewise. * libio/iofwrite.c (_IO_fwrite): Likewise. * libio/ioputs.c (_IO_puts): Likewise. * libio/iosetbuffer.c (_IO_setbuffer): Likewise. * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
* Update.Ulrich Drepper1999-08-1546-2027/+2471
| | | | | | 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv_builtin.h: Add ISO registry alias for UTF8.
* Update.Ulrich Drepper1999-08-155-19/+56
| | | | | | | * rt/aio_notify.c (__aio_notify_only): Take extra parameter. Pass it * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of-buffer handling. * manual/install.texi (Configuring and compiling): Mention CFLAGS.
* Update.Ulrich Drepper1999-08-152-0/+50
| | | | | | | 1999-08-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/job.texi (Process Group Functions): Document getpgid, getsid.
* Update.Ulrich Drepper1999-08-159-18/+79
| | | | | | | | | | | | | | | | | | | | | | | 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/aio_sigqueue.c: Take extra parameter and initialize si_pid from it. * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Take extra parameter. * rt/aio_misc.c (__aio_enqueue_request): Initialize caller_pid. * rt/aio_misc.h (struct waitlist): Add caller_pid element. (struct requestlist): Likewise. Adjust prototypes of __aio_notify_only and __aio_sigqueue. * rt/notify.c (__aio_notify_only): Take extra parameter. Pass it to __aio_sigqueue. (__aio_notify): Pass caller PID to __aio_notify_only. * rt/aio_suspend.c: Initialize caller_pid. * rt/lio_listio.c: Likewise. * rt/lio_listio64.c: Likewise. * rt/lio_listio.c: If nothing has to be done free mutex before signalling. * rt/lio_listio64.c: Likewise.
* Update.Ulrich Drepper1999-08-156-36/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-08-10 H.J. Lu <hjl@gnu.org> * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of- buffer handling. 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * elf/elf.h: Define ElfXX_Versym. * elf/link.h (struct link_map): Use ElfXX_Versym for l_versyms definition. * stdio-common/vfprintf.c (process_string_arg): Handle precisions for string output correctly in the wide character case. Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>. * intl/locale.alias: Add catalan. 1999-08-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Mention CFLAGS. 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * po/pt_BR.po: New file. 1999-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c (yn_test): Adjust deltas for i386. (ccosh_test): Likewise. (jn_test): Likewise. 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/_G_config.h: Get definition of mbstate_t.
* Fix typo.Ulrich Drepper1999-08-151-1/+1
| | | | * locales/ca_ES: New file.
* Update.Ulrich Drepper1999-08-157-8/+6459
| | | | | | | | | 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * localedata/locales/ca_ES: New file. Contributed by Joan Carles Soler <Joan.Soler@uv.es>. * SUPPORTED: Add ca_ES.
* Update.Ulrich Drepper1999-08-133-2/+22
| | | | | | | 1999-08-13 Ulrich Drepper <drepper@cygnus.com> * stdio-common/tstscanf.c: Add test for hexadecimal float parsing problem.
* Update.Ulrich Drepper1999-08-133-4/+9
| | | | | | | 1999-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in: install-sh lives now in scripts subdir. PR libc/1255 (bug 4).
* Update.Ulrich Drepper1999-08-132-3/+10
| | | | | * sysdeps/generic/_G_config.h: Update _G_iconv_t type from Linux version.
* Update.Ulrich Drepper1999-08-132-2/+6
| | | | | | 1999-08-13 Ulrich Drepper <drepper@cygnus.com> * po/fr.po: Update.
* Update.Ulrich Drepper1999-08-132-1/+8
| | | | | | | | 1999-08-11 Thorsten Kukuk <kukuk@suse.de> * nis/nis_callback.c (internal_nis_do_callback): Free my_pollfd. * stdio-common/vfscanf.c: Don't recognize hexadecimal floats without
* Update.Ulrich Drepper1999-08-132-2/+12
| | | | | | | | | | | | 1999-08-13 Ulrich Drepper <drepper@cygnus.com> * stdio-common/vfscanf.c: Don't recognize hexadecimal floats with exponent. 1999-08-10 Andreas Schwab <schwab@suse.de> * elf/dl-load.c (_dl_map_object_from_fd): Fix check for valid elf header.
* Update.Ulrich Drepper1999-08-107-7/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | 1999-08-09 Scott Bambrough <scottb@netwinder.org> * elf/elf.h: Added definition of ELFOSABI_ARM. * elf/dl-load.c (_dl_map_object_from_fd): Use VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION to decide whether an object's header and ABI values are acceptable. (VALID_ELF_HEADER): New macro; provide default definition. (VALID_ELF_OSABI): New macro; provide default definition. (VALID_ELF_ABIVERSION): New macro; provide default definition. * sysdeps/arm/dl-machine.h Define ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION. 1999-08-09 Andreas Schwab <schwab@suse.de> * inet/tst-ipnode.c (main): Don't compare integer with NULL. 1999-08-09 Thorsten Kukuk <kukuk@suse.de> * sunrpc/svc_run.c (svc_run): Free my_pollfd. 1999-08-09 Andreas Schwab <schwab@suse.de> * sunrpc/svc.c (svc_getreq_poll): Fix argument of xprt_unregister.
* Update.Ulrich Drepper1999-08-092-1/+37
| | | | | * sysdeps/ieee754/ieee754.h: Handle platforms with special __FLOAT_WORD_ORDER. Patch by Joel Klecker <jk@espy.org>.
* Update.Ulrich Drepper1999-08-086-74/+188
| | | | | | | | | | | | 1999-08-08 Ulrich Drepper <drepper@cygnus.com> * string/bits/string2.h: Mark void* operations as extensions. * sysdeps/i386/i486/bits/string.h: Likewise. * debug/Makefile (routines): Add noophooks. (extra-libs): Add libpcprofile. Add rules to build libpcprofile. * debug/noophooks.c: New file. * debug/pcprofile.c: New file.
* Update.Ulrich Drepper1999-08-072-0/+24
| | | | | | * rt/aio_misc.c (handle_fildes_io): Imitate the behaviour on other systems which allow using the functions also on non-seekable devices.
* Update.Ulrich Drepper1999-08-072-5/+20
| | | | | * resolv/res_send.c (res_send): Recompute timeout for poll for each jump to `wait'.
* Update.Ulrich Drepper1999-08-062-2/+6
| | | | | | * inet/netinet/in.h (IN6ADDR_ANY_INIT): Add correct number of braces to avoid warnings. (IN6ADDR_LOOPBACK_INIT): Likewise.
* Update.Ulrich Drepper1999-08-063-2/+6
| | | | | | | 1999-08-06 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC -> MSG_DONTWAIT).
* Update.Ulrich Drepper1999-08-062-4/+7
| | | | | | 1999-08-06 H.J. Lu <hjl@gnu.org> * malloc/malloc.c: Initialize __libc_pagesize early.
* Update.Ulrich Drepper1999-08-063-2/+7
| | | | | * string/string-inlines.c: Undefined __USE_STRING_INLINES before defining it.
* Update.Ulrich Drepper1999-08-062-1/+2
| | | | * inet/Makefile (tests): Add tst-ipnode.
* Update.Ulrich Drepper1999-08-062-0/+27
| | | | | | 1999-08-06 Ulrich Drepper <drepper@cygnus.com> * inet/tst-ipnode.c: New file.
* Update.Ulrich Drepper1999-08-064-5/+42
| | | | | | | | | | | | | 1999-08-06 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DSYNC, O_RSYNC): New definitions. (O_DIRECTORY, O_NOFOLLOW): Define only if __USE_GNU. (O_LARGEFILE): Define only if __USE_LARGEFILE64. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_DSYNC, O_RSYNC): New definitions. (O_LARGEFILE): Define only if __USE_LARGEFILE64. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_LARGEFILE): Likewise.
* Update.Ulrich Drepper1999-08-064-0/+1226
| | | | | | | | 1999-08-06 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/ieee754/ldbl-128/e_expl.c: New file. * sysdeps/ieee754/ldbl-128/t_expl.h: New file. * sysdeps/ieee754/ldbl-128/Dist: Add t_expl.h.
* Update.Ulrich Drepper1999-08-062-0/+7
| | | | | | | 1999-08-06 Ulrich Drepper <drepper@cygnus.com> * resolv/res_send.c (res_send): Don't test file descriptor for range, we use poll now. [PR libc/1240]
* Update.Ulrich Drepper1999-08-052-2/+8
| | | | | | | 1999-08-05 Ulrich Drepper <drepper@cygnus.com> * libio/genops.c (_IO_flush_all): Don't access elements beyond what 2.0 defined if they are not available.
* Update.Ulrich Drepper1999-08-053-259/+210
| | | | | | | 1999-08-05 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_RSYNC, O_DSYNC): Define.
* Update.Ulrich Drepper1999-08-052-0/+4
| | | | * hesiod/hesiod.c: Avoid emitting rcsid in object file.
* Update.Ulrich Drepper1999-08-052-0/+9
| | | | * rt/aio_fsync.c: Test OP parameter for correct values.
* Update.Ulrich Drepper1999-08-056-11/+17
| | | | * rt/aio_fsync.c: Likewise.
* Update.Ulrich Drepper1999-08-051-0/+3
| | | | | * rt/aio_write.c: Fix return value. * rt/aio_write64.c: Likewise.
* Update.Ulrich Drepper1999-08-042-2/+10
| | | | | | | | | | 1999-08-04 Ulrich Drepper <drepper@cygnus.com> * rt/aio_read.c: Fix return value. * rt/aio_read64.c: Likewise. Reported by Christian Gafton. * rt/aio_misc.c: Set errno at correct place.
* Update.Ulrich Drepper1999-08-044-26/+34
| | | | | | | | 1999-08-04 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER): Initialize result to one. (GET_NPROCS_CONF_PARSER): Likewise.
* Update.Ulrich Drepper1999-08-043-2/+8
| | | | | | | | 1999-08-03 Ulrich Drepper <drepper@cygnus.com> * inet/ether_hton.c: Pass errno pointer to NSS function. * inet/getnetgrent_r.c: Likewise. Reported by Marty Leisner <leisner@rochester.rr.com>.
* Update.Ulrich Drepper1999-08-035-13/+23
| | | | | | | | | | | | | 1999-08-02 Thorsten Kukuk <kukuk@suse.de> * nis/nis_callback.c: Fix port problem on big-endian machines * sunrpc/clnt_udp.c: Cast to uint32_t pointer, not short. RPC fields are always 32 bit. Patches from Paul Mackerras <paulus@cs.anu.edu.au> * nis/nss_nis/nis-service.c: Remove htons, port is always in network-byte-order. * nis/nss_nisplus/nisplus-service.c: Rename number to port.
* Update.Ulrich Drepper1999-08-032-6/+23
| | | | | | | | 1999-08-03 Andreas Schwab <schwab@suse.de> * sysdeps/posix/sigset.c: Unblock the signal after setting its disposition. Use SIG_BLOCK/SIG_UNBLOCK instead of SIG_SETMASK to avoid two calls to sigprocmask.
* Update.Ulrich Drepper1999-08-023-2/+8
| | | | | | 1999-08-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/s_nexttowardf.c: Fix typo.
* Fix typo.Ulrich Drepper1999-08-021-1/+1
| | | | * nis/nis_callback.c (internal_nis_do_callback): Use poll()
* Update.Ulrich Drepper1999-08-026-34/+96
| | | | | | | | | | | | | | 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Only allow rt signal frames. No SA_SIGINFO signals will have the siginfo_t just not filled out with SI_NOINFO code. * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h (register_dump): Take the above change into account. * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h (rt_signal_frame): Likewise. * sysdeps/unix/sysv/linux/sparc/getsysstats.c: New file.
* Update.Ulrich Drepper1999-08-028-28/+56
| | | | | | | | | | | | | | | | | | | | | | 1999-08-02 Thorsten Kukuk <kukuk@suse.de> * nis/nis_callback.c (internal_nis_do_callback) use poll() instead of select(). 1999-08-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/s_nextafter.c: Define __nexttoward and nexttoward so something else so that aliasing works. 1999-08-02 Thorsten Kukuk <kukuk@suse.de> * sysdeps/generic/math_ldbl.h: Fix typo. * sysdeps/generic/strtold.c: Remove unbalanced #endif. * sysdeps/alpha/fpu/e_sqrt.c: Use new path for e_sqrt.c. 1999-08-02 Ulrich Drepper <drepper@cygnus.com> * elf/resolvfail.c: Include stdio.h. Also test dlerror.
* Update.Ulrich Drepper1999-08-015-1/+48
| | | | | | * elf/Makefile (tests): Add resolvfail. Add rules to build the program. * elf/resolvfail.c: New file.
* Update.Ulrich Drepper1999-08-014-40/+68
| | | | | | | | | | | | 1999-08-01 Ulrich Drepper <drepper@cygnus.com> * elf/dl-sym.c (_dl_sym): Always determine module of the caller to pass it to _dl_lookup_symbol. * elf/dl-error.c (_dl_signal_error): Optimize string generation a bit. Reword message. * dlfcn/dlerror.c: Make code thread-safe.