about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-221-2/+6
| | | | | | | * posix/glob.c [VMS]: Don't include <pwd.h>. * hurd/hurdstartup.c (_hurd_startup): Terminate the vectors we get back from argz_extract.
* Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-221-1/+1
| | | | * posix/glob.c [VMS]: Don't include <pwd.h>.
* (_hurd_startup): Whoops, length args to argz_extract were correct before.Miles Bader1996-05-221-2/+2
|
* Wed May 22 14:46:53 1996 Miles Bader <miles@gnu.ai.mit.edu>Roland McGrath1996-05-221-0/+16
| | | | | | | | | | | | | | | | * hurd/hurdstartup.c (_hurd_startup): Pass the correct counts to argz_extract, and terminate the resulting vectors. Wed May 22 13:56:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * configure.in: Remove checks for objdump, objcopy, and awk. * config.make.in (OBJDUMP, OBJCOPY, AWK): Variables removed. * Makefile (distribute): Remove extract-dynsym. * extract-dynsym: File removed. Tue May 21 22:17:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0.
* (_hurd_startup): Pass the correct counts to argz_extract, and terminate ↵Miles Bader1996-05-221-2/+4
| | | | the resulting vectors.
* Regenerated: autoconf configure.in cvs/libc-960522Roland McGrath1996-05-229-142/+26
|
* Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath1996-05-2243-242/+1751
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these macros if they are not available. (WEAKNAME): New macro to declare argument as weak. Define function with __ prefix and add normal name as weak alias. * sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines these macros if not already available based on R_OK, W_OK, and X_OK. Tue May 21 18:48:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * misc/sys/syslog.h (__need___va_list): Define this instead of __need_va_list before including <stdarg.h>. * Makerules (o-iterator): Use $(object-suffixes-left) instead of $(object-suffixes) to produce repetitions; this is used for other lists than just that one. [versioned]: Use $(o-iterator) properly. * sysdeps/unix/sysv/linux/Implies: Include `gnu'. * sysdeps/mach/hurd/Implies: Likewise. Sat May 18 02:57:46 1996 Ulrich Drepper <drepper@cygnus.com> * login/Makefile: New file. This directory contains functions for user administration. * Makefile (subdirs): Add login. * misc/Makefile (headers): Remove utmp.h. Now in login/utmp.h. (extra-libs, libutil-routines): Ditto. * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c, misc/utmp.h: Moved to misc/. * login/login.c, login/login_tty.c, login/logout.c, login/logwtmp.c, login/utmp.h: Moved to here from misc/. * login/utmp.h: Split file. Definitions of data structures and constants are now in the system dependent utmpbits.h file. * login/setutent_r.c, login/setutent.c, login/endutent_r.c, login/endutent.c, login/getutent_r.c, login/getutent.c, login/getutid_r.c, login/getutid.c, login/getutline_r.c, login/getutline.c, login/pututline_r.c, login/pututline.c: New files. Routines to handle utmp-style files. * sysdeps/gnu/utmpbits.h: New file. Contains GNU/Linux specific definitions of utmp data structures and constants. * sysdeps/unix/sysv/utmpbits.h: Renamed from sysdeps/unix/sysv/utmp.h. * sysdeps/generic/utmpbits.h: New file. Generic (BSDish) version of definitions of utmp data structures and constants. Fri May 17 00:01:31 1996 Ulrich Drepper <drepper@cygnus.com> * locale/C-monetary.c: Default value for mon_decimal_point should be '.'. * stdio-common/printf.h: Remove Linux libc compatibility stuff. Add `extra' flag. Currently used in __printf_fp. * stdio-common/printf_fp.c (__guess_grouping): Renamed from `guess_grouping' and extend visibility to extern. This function is now used in `strfmon'. (__printf_fp): Recognize new bit flag in info struct. This triggers to use the grouping information and decimal point from the LC_MONETARY category instead of the LC_NUMERIC category. * stdio-common/vfprintf.c (process_arg): Correct major bug. In `complicated' loop we must not use the varargs because the args are already available in the ARGS_VALUE array. * stdlib/Makefile (headers): Add monetary.h. (routines): Add strfmon. * stdlib/monetary.h: New file. Header for strfmon function. * stdlib/strfmon.c: New file. Implement strfmon function to print monetary amounts according to current locale's rules. * sysdeps/unix/sysv/linux/i386/sys/vm86.h: The kernel header is now (>= Linux-1.3.100) called <asm/vm86.h>.
* (Long Options): getopt_long in getopt.hRoland McGrath1996-05-211-11/+12
|
* * config.sub: Recognize -proelf as a basic system type. cvs/libc-960521Linda A. Walsh1996-05-201-2/+1
|
* Thu May 16 00:31:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960520 cvs/libc-960519 cvs/libc-960518 cvs/libc-960517 cvs/libc-960516Roland McGrath1996-05-162-0/+15
| | | | | | * Makerules [versioned]: Make symlinks in the build directory, because the versioned names might be referenced by a DT_NEEDED in another library.
* Wed May 15 18:59:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-153-6/+12
| | | | * manual/examples/longopt.c: Include stdlib.h and getopt.h.
* Tue May 14 03:36:21 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath1996-05-152-1/+6
| | | | | * sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers): Add sys/acct.h and sys/sysctl.h.
* Tue May 14 19:42:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-159-41/+397
| | | | | | | | | | | | | | | | | | | | | | | * sysdeps/generic/strrchr.c: Deansideclized. * elf/Makefile (ldd): Depend on Makefile. Find ld.so in $(slibdir) instead of $(libdir). * sysdeps/i386/strrchr.S: Use `testl $3, %esi' instead of `testb $3, %esi'; gas misassembles the latter into `testb $3, %dh'. * mach/Machrules (%.udeps rule): Do $(make-target-directory) first. Tue May 14 16:38:44 1996 David Mosberger-Tang <davidm@AZStarNet.com> * sunrpc/getrpcent.c (interpret): Declare args. Rewrite parsing using strpbrk. Tue May 14 20:18:38 1996 Ulrich Drepper <drepper@cygnus.com> * time/Makefile (routines): Add strptime. * time/time.h: Add prototype for strptime. * time/strptime.c: New file. Implementation according to XPG4.
* Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960515Roland McGrath1996-05-1443-8/+51
| | | | | | | | * libc-symbols.h (lint): Macro removed. The sunrpc code does some really stupid things #ifdef lint. * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix struct member name: sc_eip -> eip.
* * Makerules (stub-$(subdir)): Put cmds including cd inside (...) with cvs/libc-960924 cvs/libc-960514Roland McGrath1996-05-141-0/+3
| | | | output redirect outside it.
* Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-141-6/+6
| | | | | * Makerules (stub-$(subdir)): Put cmds including cd inside (...) with output redirect outside it.
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.cMiles Bader1996-05-141-8/+0
|
* Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-132-0/+9
| | | | * elf/Makefile (subdir_lib): Depend on ld.so.
* Sun May 12 22:52:22 1996 Bruce Elliott <belliott@accessone.com>Roland McGrath1996-05-132-1/+12
| | | | | | | | | * stdio-common/vfprintf.c: Correct handling of unsigned short values. * extra-lib.mk (alltype-$(lib)): Put libs in $(objpfx) instead of $(common-objpfx). * Makerules [install-lib.a]: Find them there.
* RegeneratedRoland McGrath1996-05-131-0/+6
| | | | | | | | Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * posix/glob.c [_AMIGA]: Don't include <pwd.h>. (glob): Remove bogus & in call to globfree. [_AMIGA]: Use AmigaDOS file name conventions.
* * sysdeps/unix/sysv/linux/i386/profil-counter.h: New file.Roland McGrath1996-05-133-9/+37
|
* * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct memberRoland McGrath1996-05-131-0/+3
| | | | names without __.
* * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.Roland McGrath1996-05-133-1/+11
| | | | * posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
* * configure.in (--with-fp): Note in help string that it's the default.Roland McGrath1996-05-136-19/+23
| | | | | | | | | | | * locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t instead of unsigned int for map_collection_max and map_collection_act. * stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile): Macros removed; they are in <stdio.h>. * stdio-common/vfscanf.c: Likewise. `-include' to not complain before they exist.
* RegeneratedRoland McGrath1996-05-131-0/+6
| | | | | | | | Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami: New files, AmigaDOS support from Aaron Digulla. * posix/Makefile (glob.tar): Add AmigaDOS support files.
* * posix/glob.c [_AMIGA]: Don't include <pwd.h>.Roland McGrath1996-05-132-3/+29
| | | | | (glob): Remove bogus & in call to globfree. [_AMIGA]: Use AmigaDOS file name conventions.
* * time/Makefile (zonenames): Target removed.Roland McGrath1996-05-135-13/+20
| | | | | | | | | (extra-objs): Remove it from here. Include the z.* files directly instead of including zonenames; use `-include' to not complain befre they exist. * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with $(common-objpfx) instead of $(objpfx).
* * Makerules [install-lib-non.a]: Find these things with $(objpfx)Roland McGrath1996-05-133-2/+5
| | | | instead of $(common-objpfx).
* Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-137-118/+201
| | | | | | | | | | | | | | | | | | | * Makeconfig (sysdep-configures): New variable. (config.status): Depend on $(sysdep-configures). Fri May 10 20:07:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/profil.c: New file. Fri May 10 19:59:50 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. Fri May 10 19:55:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * shlib-versions: Use libm=6 and libc=6 for m68k-linux. * string/envz.c: Fix uses of unsigned to size_t.
* * Makerules ($(libdir)/libc.so): Make the file an ld script. cvs/libc-960513Roland McGrath1996-05-125-56/+14
| | | | | | | * sysdeps/mach/hurd/configure.in: Don't grok --with-hurd option. * sysdeps/mach/configure.in: File removed. * sysdeps/mach/configure: File removed.
* Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-1215-211/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mach/Machrules (%.udeps rule): Write deps for %_server.[ch] too. (%_server.[ch] rule): Don't depend on %.defs; use #include to get installed .defs file. * stdio-common/vfprintf.c (flockfile, funlockfile): Define to nothing for stdio. Fix fUNlockfile -> funlockfile for libio. * stdio-common/vfscanf.c: Likewise. Sat May 11 13:43:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * hurd/hurdfault.c: Include faultexc_server.h instead of faultexc.h. * mach/Machrules (%.ir rule): Don't produce deps for imports. * elf/dl-fini.c (_dl_fini): Clear L->l_init_called after calling fn. * Makerules (install): Depend on $(slibdir)/libc.so$(libc.so-version). [!subdir] ($(libdir)/libc.so, $(common-objpfx)/libc-syms.so): Protect these targets and install dep on $(libdir)/libc.so with this. * hurd/Makefile: Removed all rules and defns for using code from Hurd sources and installing headers from there. * sysdeps/mach/hurd/errnos.awk: Set in_mach_errors to FILENAME when we set it. In Mach error matching clause, only match if FILENAME is still the same value. * sysdeps/mach/hurd/Makefile: Don't include sysdeps/mach/Makefile; $(mach-srcdir) no longer exists. (hurd-srcdir): Variable removed. (includes): Don't append -I$(hurd-srcdir). (last-includes): Variable removed. Remove vpath specs using $(hurd-srcdir). (mach-errno-h): New canned sequence. ($(common-objpfx)errnos.d): New target, generated included makefile to determine absolute file names of Mach headers to search for error codes and set variable mach-errnos-deps. ($(common-objpfx)stamp-errnos): Depend on $(mach-errnos-deps) instead of prior explicit list. (generated): Add errnos.d, stamp-errnos. * mach/Machrules (some-if-rtn): New variable and target; compute deps of some if routine and make all if routines depend on that .d file instead of static list of .h files. * mach/Makefile (mach/mach_interface.defs, mach/memory_object_user.defs): Targets removed. ($(objpfx)mach-syscalls.mk): Tweak this kludge so it doesn't depend directly on Mach sources. * sysdeps/mach/Makefile (mach-srcdir): Variable removed. (includes): Don't append -I$(mach-srcdir). Remove vpath specs using $(mach-srcdir). * hurd/Makefile (server-interfaces): Add faultexc. (sig): Remove it from here. (fault%.[ch]): Rule removed. (MIGFLAGS-faultexc): New variable. * hurd/faultexc.defs: New file. * mach/Machrules (%.ustamp rule): Pass $(MIGFLAGS-$*) to mig. (%_server.[ch] rule): Likewise. * mach/Makefile: Removed all rules and defns for using code from Mach sources and installing headers from there. * Makeconfig [$(build-shared)=yes] (link-libc): Append $(libc.so-version) to libc.so. * mach/Machrules (%.ustamp rule): Don't depend on %.defs. (%.udeps): New rule parallel to that one, generating included makefiles with -M output from `#include <%.defs>'. * Makerules (sed-remove-objpfx): Remove space before \ at eol.
* * Makefile (distribute): Add FAQ. cvs/libc-960512 cvs/libc-960511Roland McGrath1996-05-102-1/+2
|
* Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-106-6/+210
| | | | | | | | | | * FAQ: New file contributed by drepper. * time/Makefile (headers): Add timebits.h. * sysdeps/unix/sysv/linux/timebits.h: New file. * sysdeps/stub/timebits.h: New file. * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC. (CLOCKS_PER_SEC): Remove this macro. Instead #include <timebits.h>.
* Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-101-2/+3
| | | | * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
* *** empty log message ***Thomas Bushnell, BSG1996-05-102-2/+3
| | | | | * string/envz.c (envz_get): Don't declare ENTRY const.
* Fix up collisions.Thomas Bushnell, BSG1996-05-101-0/+2
| | | | * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
* *** empty log message ***Thomas Bushnell, BSG1996-05-102-1/+14
| | | | | | | | | | | | | | | Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * string/argz-create.c (__argz_create): Restore const keyword to ARGV parm. * string/argz.h (__argz_create, argz_create): Restore const keyword. Fri May 10 11:48:03 1996 Miles Bader <miles@gnu.ai.mit.edu> * string/argz.h (argz_create): Fix param type. * string/argz-create.c (__argz_create): Remove const from param type. * string/envz.c (envz_get): Remove const from return type.
* (__argz_create, argz_create): Restore const keyword.Thomas Bushnell, BSG1996-05-101-2/+2
|
* (envz_get): Remove const from return type.Miles Bader1996-05-102-2/+2
|
* (argz_create): Fix param type.Miles Bader1996-05-101-1/+1
|
* *** empty log message ***Thomas Bushnell, BSG1996-05-102-3/+5
| | | | | | * string/envz.h (envz_get): Omit const from declaration of return type.
* *** empty log message ***Thomas Bushnell, BSG1996-05-101-0/+5
| | | | | | | Fri May 10 09:41:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * string/argz.h (__argz_create, argz_create): Omit const keyword from declaration of ARGV.
* (__argz_create, argz_create): Omit const keyword from declaration of ARGV.Thomas Bushnell, BSG1996-05-101-2/+2
|
* Regenerated: autoconf sysdeps/unix/configure.in cvs/libc-960510Roland McGrath1996-05-096-114/+174
|
* Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>.Roland McGrath1996-05-098-24/+40
| | | | | | | | | | | | | * sunrpc/clnt_tcp.c (clnttcp_create): Don't close *SOCKP if it's -1. * sunrpc/clnt_simp.c (callrpc): Don't close CRP->socket if it's RPC_ANYSOCK. * sunrpc/pmap_clnt.c (pmap_set): Don't close SOCKET, since CLNT_DESTROY already has. (pmap_unset): Likewise. * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise. * sunrpc/pm_getport.c (pmap_getport): Likewise. * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise. * sunrpc/portmap.c (callit): Likewise.
* * Makerules (versioned): Strip whitespace.Roland McGrath1996-05-094-14/+26
| | | | | | | | | | | * Rules (static-only-routines rule): Remove spurious space in dep. * misc/getusershell.c: Undo changes of 7 May 96 (rev 1.6). Cast string constants to char *. * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami: New files, AmigaDOS support from Aaron Digulla. * posix/Makefile (glob.tar): Add AmigaDOS support files.
* RegeneratedRoland McGrath1996-05-095-0/+159
| | | | | | | | | Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * posix/glob.c (glob_pattern_p): Avoid scanning past eos if the pattern ends with a backslash and quoting is enabled. * posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such patterns.
* * sysdeps/unix/sysv/linux/net/if.h: New file.Roland McGrath1996-05-097-57/+169
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/Dist: Add it. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add net/if.h. * Makeconfig (link-libc): Add libc.a after libc.so in link. * Rules (static-only-routines rule): Use empty.o instead of dummy.o. (empty.o): New target. (generated): Add empty.c, empty.o.
* * resolv: Code updated from BIND-4.9.3P2C3.Roland McGrath1996-05-0910-43/+169
|
* Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-092-1/+5
| | | | * Rules (static-only-routines rule): Use dummy.o, not dummy.so.