summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>cvs/libc-960524cvs/libc-960523Roland McGrath1996-05-2342-246/+586
* Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-2351-307/+2371
* Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-231-1/+6
* (set_int): Support INIT_TRACEMASK.Miles Bader1996-05-232-0/+8
* (_hurd_startup): Don't bother terminating arg vectors, argz_extract does it...Miles Bader1996-05-221-2/+0
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.cRoland McGrath1996-05-221-0/+13
* (__argz_extract): Add terminating 0 entry.Miles Bader1996-05-221-2/+3
* (__argz_create): Correctly calculate length.Miles Bader1996-05-221-1/+1
* Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-221-0/+5
* Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-221-2/+6
* Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-221-1/+1
* (_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_startup): Pass the correct counts to argz_extract, and terminate the...Miles Bader1996-05-221-2/+4
* Regenerated: autoconf configure.incvs/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
* (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-960520cvs/libc-960519cvs/libc-960518cvs/libc-960517cvs/libc-960516Roland McGrath1996-05-162-0/+15
* Wed May 15 18:59:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-153-6/+12
* Tue May 14 03:36:21 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath1996-05-152-1/+6
* Tue May 14 19:42:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-159-41/+397
* Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960515Roland McGrath1996-05-1443-8/+51
* * Makerules (stub-$(subdir)): Put cmds including cd inside (...) withcvs/libc-960924cvs/libc-960514Roland McGrath1996-05-141-0/+3
* Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-141-6/+6
* 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
* Sun May 12 22:52:22 1996 Bruce Elliott <belliott@accessone.com>Roland McGrath1996-05-132-1/+12
* RegeneratedRoland McGrath1996-05-131-0/+6
* * 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
* * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.Roland McGrath1996-05-133-1/+11
* * configure.in (--with-fp): Note in help string that it's the default.Roland McGrath1996-05-136-19/+23
* RegeneratedRoland McGrath1996-05-131-0/+6
* * posix/glob.c [_AMIGA]: Don't include <pwd.h>.Roland McGrath1996-05-132-3/+29
* * time/Makefile (zonenames): Target removed.Roland McGrath1996-05-135-13/+20
* * Makerules [install-lib-non.a]: Find these things with $(objpfx)Roland McGrath1996-05-133-2/+5
* Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-137-118/+201
* * Makerules ($(libdir)/libc.so): Make the file an ld script.cvs/libc-960513Roland McGrath1996-05-125-56/+14
* Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-1215-211/+187
* * Makefile (distribute): Add FAQ.cvs/libc-960512cvs/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
* Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-101-2/+3
* *** empty log message ***Thomas Bushnell, BSG1996-05-102-2/+3
* Fix up collisions.Thomas Bushnell, BSG1996-05-101-0/+2
* *** empty log message ***Thomas Bushnell, BSG1996-05-102-1/+14
* (__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