summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 1999-03-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-233-9/+28
| | | | | | | | | | | | * sysdeps/mach/hurd/Makefile: Undo last change. [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so. [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so. * mach/Machrules (+preinit, +postinit, +interp, LDFLAGS-$(interface.so)): Variables removed. Interface libraries get linked just like other shared libraries. (interface.so): Fix typo in defn, so it works. ($(objpfx)$(interface.so)): Make it depend on libc.so.
* 1999-03-21 Roland McGrath <roland@baalperazim.frob.com> cvs/libc-as-990324Roland McGrath1999-03-231-1/+6
| | | | | | | * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on $(link-rpcuserlibs). * linuxthreads/Makefile: Link test against static libpthread if no
* 1999-03-21 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-231-1/+1
| | | | | * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on $(link-rpcuserlibs).
* * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name), Andreas Schwab1999-03-224-55/+63
| | | | | | | | | | $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable targets if not building shared libraries. 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name), $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable targets if not building shared libraries.
* * configure.in: Also look in $PATH when searching for Andreas Schwab1999-03-224-6/+14
| | | | | | | | | | install-info. Remove autoconf bug workaround and require autoconf 2.13. Mon Mar 22 15:48:06 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * configure.in: Also look in $PATH when searching for install-info. Remove autoconf bug workaround and require autoconf 2.13.
* 1999-03-21 Andreas Jaeger <aj@arthur.rhein-neckar.de> Andreas Schwab1999-03-222-2/+10
| | | | | | | | | * db/Makefile: Don't try to install shared library link if not building with shared libs. 1999-03-21 Andreas Jaeger <aj@arthur.rhein-neckar.de> * db/Makefile: Don't try to install shared library link if not building with shared libs.
* 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> cvs/libc-as-990322Andreas Schwab1999-03-207-10/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rt/Makefile: Link against static library if no shared lib is available. * localedata/Makefile: The shells scripts implementing the test require the dynamic linker which is not available with --disable-shared. Skip the test if --disable-shared is given. * linuxthreads/Makefile: Link test against static libpthread if no shared lib is available. * iconvdata/Makefile (tests): Run iconv-test only if we're building shared libraries. * elf/Makefile (tests): Likewise for elf tests. * posix/Makefile: The test frameworks globtest and wordexp-test require the dynamic linker which is not available with --disable-shared. Skip the test if --disable-shared is given. * grp/Makefile (otherlibs): For static nss build link against necessary libs. * rt/Makefile: Link against static library if no shared lib is available. * localedata/Makefile: The shells scripts implementing the test require the dynamic linker which is not available with --disable-shared. Skip the test if --disable-shared is given. * linuxthreads/Makefile: Link test against static libpthread if no shared lib is available. * iconvdata/Makefile (tests): Run iconv-test only if we're building shared libraries. * elf/Makefile (tests): Likewise for elf tests. * posix/Makefile: The test frameworks globtest and wordexp-test require the dynamic linker which is not available with --disable-shared. Skip the test if --disable-shared is given. * grp/Makefile (otherlibs): For static nss build link against necessary libs. 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> Andreas Schwab1999-03-202-1/+9
| | | | | | | | | | | * debug/Makefile (install-bin): Install and build catchsegv only if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR libc/965]. 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * debug/Makefile (install-bin): Install and build catchsegv only if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR libc/965].
* * time/tzfile.c (__tzfile_read): Handle the case where there are cvs/libc-as-990326Andreas Schwab1999-03-202-5/+19
| | | | | | | | transitions but no DST. 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * time/tzfile.c (__tzfile_read): Handle the case where there are transitions but no DST.
* 1999-03-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-202-1/+9
| | | | | | | * mach/Machrules (extra-libs-others): Add $(interface-library) here too, so it gets built in the others pass rather than the lib pass. This is necessary since the RPC libraries need to be linked against libc.
* 1999-03-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-201-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for _itoa_word decl. * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable. ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs). ($(link-rpcuserlibs)): New static pattern rule; link intermediate versions of lib{mach,hurd}user.so without reference to libc.so, then link libc.so against that to get deps and symbol versions, then finally link real lib*user.so against libc.so. * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW): Support whole-file locking (only) by using the file_lock RPC. This has very wrong semantics, but is better than nothing for the time being. (Correct POSIX.1 locking will require new RPCs in the Hurd protocols that will be somewhat hairy to specify.) 1999-03-17 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/ptsname.c: New file. * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386
* * timezone/asia: Fix rule in Asia/Nicosia entry.Andreas Schwab1999-03-192-1/+5
| | | | | | 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * timezone/asia: Fix rule in Asia/Nicosia entry.
* 1999-03-19 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-193-6/+135
| | | | | | | | * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW): Support whole-file locking (only) by using the file_lock RPC. This has very wrong semantics, but is better than nothing for the time being. (Correct POSIX.1 locking will require new RPCs in the Hurd protocols that will be somewhat hairy to specify.)
* 1999-03-19 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-03-191-0/+1
| | | | | * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for _itoa_word decl.
* 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> cvs/libc-as-990319Andreas Schwab1999-03-192-1/+7
| | | | | | | | | * manual/getopt.texi (Using Getopt): Explain "::" in option string. Reported by Yuri Niyazov <yuricake@geocities.com>. 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/getopt.texi (Using Getopt): Explain "::" in option string. Reported by Yuri Niyazov <yuricake@geocities.com>.
* 1999-03-18 Thorsten Kukuk <kukuk@suse.de> Andreas Schwab1999-03-193-59/+107
| | | | | | | | | | | * sunrpc/clnt_unix.c: Fix creation of parameters for sendmsg/recvmsg on non intel platforms. * sunrpc/svc_unix.c: Likewise. 1999-03-18 Thorsten Kukuk <kukuk@suse.de> * sunrpc/clnt_unix.c: Fix creation of parameters for sendmsg/recvmsg on non intel platforms. * sunrpc/svc_unix.c: Likewise.
* 1999-03-18 Philip Blundell <philb@gnu.org> Andreas Schwab1999-03-192-0/+7
| | | | | | | | | * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation. 1999-03-18 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation.
* 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> Andreas Schwab1999-03-199-127/+280
| | | | | | | | | | | | | | | | | | | | | | * timezone/africa: Update from tzdata1999b. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. * timezone/README: Mention tzdata1999b. 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * timezone/africa: Update from tzdata1999b. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. * timezone/README: Mention tzdata1999b.
* Update.Ulrich Drepper1999-03-172-7/+39
| | | | | | | 1999-03-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/segfault.c (write_strsignal): New function. (catch_segfault): Use it instead of calling strsignal.
* Update.Ulrich Drepper1999-03-162-2/+7
| | | | | | | 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * iconv/gconv.c (__gconv): Change type of last_start to unsigned char to avoid warning.
* Update.Ulrich Drepper1999-03-153-5/+12
| | | | | | | | | 1999-03-15 Ulrich Drepper <drepper@cygnus.com> * iconv/iconv.c (iconv): Correctly cast parameters for __gconv. * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of outbuf to unsigned char to avoid warning.
* Update.Ulrich Drepper1999-03-153-2/+22
| | | | | | | | 1999-03-11 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable masks. * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
* Update.Ulrich Drepper1999-03-1515-67/+99
| | | | | | | | | | | | | | | | | | | | | | | | 1999-03-15 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv.h (gconv_fct): Change parameter from `char' to `unsigned char'. (gconv_step_data): Likewise. * iconv/gconv_int.h (__gconv): Likewise. (__BUILINT_TRANS): Likewise. * iconv/gconv.c (__gconv): Likewise. * iconv/iconv.c (iconv): Add casts for call of __gconv. * iconv/skeleton.c: Change local parameters and variable from `char' to `unsigned char'. Remove casts from calls into modules. * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from `char' to `unsigned char'. * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'. * wcsmbs/mbrtowc.c: Likewise. * wcsmbs/mbsnrtowcs.c: Likewise. * wcsmbs/mbsrtowcs.c: Likewise. * wcsmbs/wcrtomb.c: Likewise. * wcsmbs/wcsnrtombs.c: Likewise. * wcsmbs/wcsrtombs.c: Likewise. * wcsmbs/wctob.c: Likewise.
* (gconv_fct): Change parameter from `char' to `unsigned char'. ↵Ulrich Drepper1999-03-151-4/+5
| | | | (gconv_step_data): Likewise.
* * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: AddRoland McGrath1999-03-152-0/+24
| | | | | | | | | | __hurd_sigthread_stack_base, __hurd_sigthread_stack_end, __hurd_sigthread_variables, __hurd_threadvar_stack_mask, __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd, __getpid, __libc_read, __libc_write, __lseek, __mmap, __open, __xstat, _exit, _hurd_intr_rpc_mach_msg and abort. 1999-03-15 Mark Kettenis <kettenis@gnu.org>
* 1999-03-15 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-03-152-31/+47
| | | | | | | | | * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to _hurd_select if TIMEMOUT is -1. 1999-03-15 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
* 1999-03-15 Mark Kettenis <kettenis@gnu.org> Roland McGrath1999-03-151-1/+1
| | | | | * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to _hurd_select if TIMEMOUT is -1.
* (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
|