about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* * stdlib/Makefile (mpn-stuff): New target.Roland McGrath1996-03-014-222/+307
* Wed Feb 21 02:25:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> cvs/libc-960226 cvs/libc-960225 cvs/libc-960224 cvs/libc-960223Roland McGrath1996-02-221-1/+1
* Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Roland McGrath1996-02-192-20/+33
* Tue Jan 30 13:32:05 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960131Roland McGrath1996-01-311-4/+4
* Set $inhibit_glue.Roland McGrath1996-01-291-2/+5
* Fri Jan 26 12:20:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960128 cvs/libc-960127Roland McGrath1996-01-271-7/+1
* Thu Jan 25 18:58:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960126Roland McGrath1996-01-261-1/+7
* Mon Jan 22 10:40:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960123Roland McGrath1996-01-233-28/+24
* Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960121Roland McGrath1996-01-212-3/+14
* * misc/efgcvt_r.c (ecvt_r): Handle negative values.Roland McGrath1996-01-175-18/+4
* Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Roland McGrath1996-01-171-3/+11
* Fri Dec 15 04:41:22 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> cvs/libc-951215Roland McGrath1995-12-151-2/+2
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.cRoland McGrath1995-12-061-0/+3
* Tue Dec 5 02:27:32 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>Roland McGrath1995-12-051-30/+52
* Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-12-042-19/+20
* Updated from ../=mpn/gmp-1.910Roland McGrath1995-12-043-38/+81
* Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>Roland McGrath1995-11-202-12/+12
* Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951016Roland McGrath1995-10-161-1/+0
* Sun Oct 15 21:04:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-10-162-6/+12
* Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Roland McGrath1995-10-163-115/+220
* (STRTOF): Fix handling of numbers with lots of leading zeroes.Ulrich Drepper1995-09-281-2/+10
* Wed Sep 20 18:02:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-09-216-35/+1
* Mon Sep 18 12:39:22 1995 Paul Eggert <eggert@twinsun.com>Roland McGrath1995-09-181-2/+2
* Mon Sep 18 01:58:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-09-182-3/+3
* Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Roland McGrath1995-09-1725-154/+1371
* (msort_with_tmp): Fixed alignment test. B1 and B2 are always congruent; just...Roland McGrath1995-09-071-1/+1
* Fri Sep 1 16:16:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-09-011-22/+34
* * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.Roland McGrath1995-08-071-1/+1
* [_LIBC]: Define HAVE_LIMITS_H. [HAVE_LIMITS_H]: Include it.Jim Meyering1995-07-301-1/+8
* * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.Roland McGrath1995-07-251-4/+5
* Portability changes from Uli Drepper. [!STDC_HEADERS && !defined(NULL)] Defin...Jim Meyering1995-07-171-33/+60
* Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-101-1/+2
* * Make-dist (README): Commit it to CVS if there is a CVS directory.Roland McGrath1995-03-291-0/+1
* * misc/Makefile (headers): Add utmp.h.Roland McGrath1995-03-241-0/+2
* All the mpn stuff moved here from stdio/Makefile.Roland McGrath1995-03-241-0/+59
* Tue Mar 21 00:14:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-218-4/+2632
* Sat Mar 18 14:07:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-181-1/+3
* Undo bogus change by drepperRoland McGrath1995-03-174-20/+16
* Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Ulrich Drepper1995-03-176-28/+44
* * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.Roland McGrath1995-03-162-6/+2
* Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-167-76/+350
* #if 0 out code for non-ASCII chars until the locale data format is implemented.Roland McGrath1995-03-132-2/+12
* Mon Mar 6 12:34:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/make-3-72-9 cvs/make-3-72-11 cvs/make-3-72-10Roland McGrath1995-03-061-0/+4
* Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-061-12/+12
* * stdlib/strtod.c: Fixes from drepper. glibc-1.09 cvs/libc_1_09Roland McGrath1995-03-023-60/+93
* Wed Feb 22 00:44:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-221-8/+18
* Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-211-1/+1
* Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>Roland McGrath1995-02-201-7/+10
* initial importRoland McGrath1995-02-1838-0/+3772