about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* (Pseudo-Terminal Pairs): Change getpt and openpty documentation after recent ↵Ulrich Drepper1999-03-152-4/+10
| | | | change in the code.
* Update.Ulrich Drepper1999-03-152-1/+7
| | | | | | | 1999-03-15 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c: Compute rtld_search_dir array size correctly. Reported by Yasushi Saito <yasushi@cs.washington.edu>.
* Update.Ulrich Drepper1999-03-154-3/+12
| | | | | | 1999-03-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/libc.texinfo: Undo last change for now.
* Update.Ulrich Drepper1999-03-154-42/+49
| | | | | | | 1999-03-15 Ulrich Drepper <drepper@cygnus.com> * intl/locale.alias: Add entries for Croatian. Patch by Tomislav Vujec <tvujec@CARNet.hr>.
* Update.Ulrich Drepper1999-03-148-13/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | 1999-03-13 Mark Kettenis <kettenis@gnu.org> * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check if the opened master pty really is a pty. `isatty' checks for tty-ness and a pty is not a tty. Return ENOENT instead of ENFILE if we are out of pty's. 1999-03-13 Mark Kettenis <kettenis@gnu.org> * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just opened file is closed on exec. * login/utmp_daemon.c (setutent_daemon): Likewise for the just opened socket. 1999-03-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/llio.texi (File Position Primitive): Reformat @end command. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020]. * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no entry is found. * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise. * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
* Update. cvs/libc-as-990315Ulrich Drepper1999-03-141-0/+5
| | | | | | | 1999-03-14 Ulrich Drepper <drepper@cygnus.com> * locale/programs/localedef.c (main): Initialize `cat' to please the compiler.
* (main): Initialize `cat' to please the compiler.Ulrich Drepper1999-03-141-1/+1
|
* 1999-03-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-141-0/+5
| | | | | * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW, check for root-owned symlinks and reject them too.
* 1999-03-14 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-141-2/+18
| | | | | * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW, check for root-owned symlinks and reject them too.
* Update.Ulrich Drepper1999-03-107-29/+50
| | | | | | | | | | | | | 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdio-common/printf_fphex.c: Move to ... * sysdeps/generic/printf_fphex.c: ... here. Fix exponent of extended precision number. * sysdeps/m68k/printf_fphex.c: New file. 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/stdio.texi: Fix typos.
* Update.Ulrich Drepper1999-03-092-1/+5
| | | | | | 1999-03-09 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.1.1.
* Update.Ulrich Drepper1999-03-091-0/+4
| | | | | | 1999-03-09 Thorsten Kukuk <kukuk@suse.de> * nis/ypclnt.c: Try only twice to connect to NIS server.
* Try only twice to connect to NIS server.Ulrich Drepper1999-03-091-3/+3
|
* 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-091-0/+4
| | | | * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
* 1999-03-09 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-091-1/+1
| | | | * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
* Update.Ulrich Drepper1999-03-084-3/+24
| | | | | | | | | | | | | | | 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdlib/strtod.c (round_and_return): Fix rounding of denormals. (DENORM_EXP): New define. Use it as the exponent for a denormal. * stdlib/strtold.c: Moved to ... * sysdeps/generic/strtold.c: ... here. * sysdeps/m68k/strtold.c: New file. 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal point if the precision is zero, even if the mantissa is non-zero.
* (__printf_fphex): Print no decimal point if the precision is zero, even if ↵Ulrich Drepper1999-03-081-5/+5
| | | | the mantissa is non-zero.
* 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-083-63/+81
| | | | | | | | | | | | * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the arguments into the request message buffer inside `send_rpc' subfunction. We must repeat the marshalling when retrying the RPC after a SIGTTOU delivery. * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code path when there is no ctty port. * hurd/ctty-output.c (_hurd_ctty_output): Likewise. Move sigstate check inside loop so we recheck after handling a signal.
* 1999-03-09 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-081-33/+42
| | | | | | | * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the arguments into the request message buffer inside `send_rpc' subfunction. We must repeat the marshalling when retrying the RPC after a SIGTTOU delivery.
* Update.Ulrich Drepper1999-03-084-3/+21
| | | | | | | 1999-03-08 Ulrich Drepper <drepper@cygnus.com> * locales/ru_RU (mon): Fix March and May month name translations. Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
* Update.Ulrich Drepper1999-03-085-13/+24
| | | | | | | | 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and O_EXLOCK are BSD extensions. Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
* Update.Ulrich Drepper1999-03-083-12/+30
| | | | | | | | 1999-03-08 Ulrich Drepper <drepper@cygnus.com> * manual/signal.texi (Termination in Handler): Correct example. Install default handler before reraising the signal. Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
* Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.inUlrich Drepper1999-03-081-5/+16
|
* 1999-03-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-081-0/+5
| | | | | * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being null, in which case send an empty string.
* 1999-03-08 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-081-2/+6
| | | | | * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being null, in which case send an empty string.
* Update.Ulrich Drepper1999-03-084-0/+41
| | | | | | | | 1999-03-02 Mark Kettenis <kettenis@gnu.org> * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the backward compatibility EH functions to be linked when using gcc-2.8.1. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
* Update.Ulrich Drepper1999-03-0813-102/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change. /dev/pts status may change during runtime. 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last change. /dev/pts status can change during runtime. 1999-03-07 Thorsten Kukuk <kukuk@suse.de> * sunrpc/svc_tcp.c (readtcp): go into fatal error state if poll reports error. * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls, add some more sanity checks. * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for parser prototype. 1999-03-05 Thorsten Kukuk <kukuk@suse.de> * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops, change XDR_GETINT32/XDR_PUTINT32 to sue new functions. * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32. * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32. * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function for x_getint32. * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32. * nis/nis_print.c: Fix ctime argument for platforms where sizeof (time_t) != sizeof (int). 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
* Fix typo.Ulrich Drepper1999-03-081-1/+1
|
* 1999-03-07 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-03-071-0/+5
| | | | | * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use CLOCKS_PER_SEC instead of CLK_TCK.
* 1999-03-07 Mark Kettenis <kettenis@gnu.org> Roland McGrath1999-03-071-4/+4
| | | | | * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use CLOCKS_PER_SEC instead of CLK_TCK.
* (Tools for Compilation): Update required texinfo version.Ulrich Drepper1999-03-073-406/+475
|
* Update.Ulrich Drepper1999-03-053-21/+36
| | | | | | | * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember whether /dev/pts is available. * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of dev_pts_available.
* Update.Ulrich Drepper1999-03-052-1/+15
| | | | | | | 1999-03-05 Ulrich Drepper <drepper@cygnus.com> * posix/globtest.sh: Make common_objpfx path absolute and and db2 and hesiod directory to library path [PR libc/1007].
* Update.Ulrich Drepper1999-03-052-3/+9
| | | | | | | 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de> * resolv/inet_addr.c (inet_aton): Don't allow componets > 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
* Update.Ulrich Drepper1999-03-041-0/+7
| | | | | | | | | 1999-03-05 Geoff Keating <geoffk@ozemail.com.au> * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup): DT_PLTGOT has already been relocated. (__elf_machine_fixup_plt): Likewise. Minor cleanups.
* (__elf_machine_runtime_setup): DT_PLTGOT has already been relocated. ↵Ulrich Drepper1999-03-041-26/+16
| | | | (__elf_machine_fixup_plt): Likewise. Minor cleanups.
* 1999-03-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-041-0/+4
| | | | * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
* 1999-03-04 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-041-4/+0
| | | | * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
* Update.Ulrich Drepper1999-03-032-6/+15
| | | | | | | 1999-03-03 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes and fold string to uppercase [PR libc/1005].
* Update.Ulrich Drepper1999-03-031-0/+4
| | | | | | 1999-03-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/dl-load.c (lose): Fix return type.
* (lose): Fix return type.Ulrich Drepper1999-03-031-1/+1
|
* 1999-03-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-031-0/+12
| | | | | | | | | | | | * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros. * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set, set O_NOTRANS as well. (__hurd_file_name_lookup_retry): At successful end of lookup, if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if it is a translated node not owned by root. (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash on the file name passed to LOOKUP.
* 1999-03-03 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-032-13/+71
| | | | | | | | | | | | * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros. * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set, set O_NOTRANS as well. (__hurd_file_name_lookup_retry): At successful end of lookup, if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if it is a translated node not owned by root. (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash on the file name passed to LOOKUP.
* Update.Ulrich Drepper1999-03-022-1/+6
| | | | | | | 1999-03-02 Ulrich Drepper <drepper@cygnus.com> * manual/time.texi (High Resolution Timer): Correct computation in example. Reported by jjf@devel.cemsys.com.
* Update.Ulrich Drepper1999-03-022-1/+6
| | | | | | | 1999-03-02 Philip Blundell <pb@nexus.co.uk> * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
* Update.Ulrich Drepper1999-03-012-1/+7
| | | | | | | * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>. 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* Update.Ulrich Drepper1999-03-0110-30/+59
| | | | | | | | | | | | | | 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to uc_link which is the right name according to Unix98. Reported by Craig Metz [PR libc/1001]. * sysdeps/arm/sys/ucontext.h (ucontext): Likewise. * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise. * sysdeps/mips/sys/ucontext.h (ucontext): Likewise. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise. * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
* Update.Ulrich Drepper1999-03-015-7/+25
| | | | | | | | | | | | | | | | | | | | 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of @ifinfo. 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * iconvdata/Makefile: Always include iconv-rules, but disable rule to regenerate it if avoid-generated. * Makeconfig: Always include sys-dirs, but disable rule to regenerate it when avoid-generated. * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around rule to generate sysd-syscalls. * elf/Makefile (generated): Remove $(objpfx) from names.
* Always include sys-dirs, but disable rule to regenerate it when avoid-generated.Ulrich Drepper1999-03-011-2/+2
|
* 1999-02-28 Mark Kettenis <kettenis@gnu.org> Roland McGrath1999-02-285-30/+30
| | | | | | | | | | | * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the actual length if the adress length is smaller than the input value. Change type of *LEN paramater to socklen_t. * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise. * sysdeps/mach/hurd/accept.c (accept): Likewise. * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise. * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN paramater to socklen_t.