1 Wed Dec 10 21:59:16 2003 Ben Pfaff <blp@gnu.org>
3 * getdelim.c, alloca.c: common.h is no longer, but alloc.h
4 declares the allocation functions.
6 Sun Jan 2 21:35:47 2000 Ben Pfaff <blp@gnu.org>
8 * qsort.c: Change headers. Fix __attribute__ for gcc 2.7.2.
10 * strcasecmp.c: Remove duplicate inclusion of ctype.h.
12 * strncasecmp.c: (strncasecmp) Must cast argument of tolower() to
15 Sat Jan 23 12:50:16 1999 Ben Pfaff <blp@gnu.org>
17 * strcasecmp.c: (strcasecmp) Fix behavior for zero-length strings.
19 Sun Jul 5 00:15:44 1998 Ben Pfaff <blp@gnu.org>
21 * qsort.c: (blp_quicksort) Add unused qualifier to temp_buf when
24 1998-02-23 Ben Pfaff <blp@gnu.org>
26 * Makefile.am: (EXTRA_DIST) Add strtok_r.c.
28 * strtok_r.c: New file.
30 1998-02-16 Ben Pfaff <blp@gnu.org>
32 * memmem.c: Cast void * to char * before dereferencing, in a
35 Fri Feb 13 15:35:55 1998 Ben Pfaff <blp@gnu.org>
37 * memmem.c: Cast void * to char * before dereferencing. Reported
38 by palme@uni-wuppertal.de (Hubert Palme).
40 Sun Jan 18 00:30:38 1998 Ben Pfaff <blp@gnu.org>
42 * memmem.c: Fix argument types.
44 Sun Oct 5 15:54:37 1997 Ben Pfaff <blp@gnu.org>
46 * Makefile.am: (EXTRA_DIST) Add strerror.c. From Alexandre Oliva
47 <oliva@dcc.unicamp.br>.
49 * strerror.c: New file. From Alexandre Oliva
50 <oliva@dcc.unicamp.br>.
52 Thu Sep 18 21:34:07 1997 Ben Pfaff <blp@gnu.org>
54 * Makefile.am: (libmisc_a_SOURCES) Added getopt.c, getopt1.c.
55 (EXTRA_DIST) Removed getopt.c, getopt1.c.
57 Thu Jul 17 01:50:43 1997 Ben Pfaff <blp@gnu.org>
59 * strncasecmp.c: (strncasecmp) Rewritten to fix undefined
62 Fri Jul 11 14:06:04 1997 Ben Pfaff <blp@gnu.org>
64 * getdelim.c: Added in some necessary #include's.
66 * getline.c: #include's <config.h>. Added getdelim() prototype.
68 * memmem.c: #include's <stddef.h>.
69 (memmem) `i' now a size_t. Avoid subtraction of unsigned's.
71 Sun Jul 6 19:12:35 1997 Ben Pfaff <blp@gnu.org>
73 * Makefile.am: Fixed INCLUDES to include intl; fixed directories.
75 Mon Jun 2 14:22:24 1997 Ben Pfaff <blp@gnu.org>
77 * getopt.c: Marked strings for gettext.
79 Fri Apr 18 16:48:41 1997 Ben Pfaff <blp@gnu.org>
81 * Makefile.am: Refers to src/ as include directory instead of
84 Fri Apr 18 15:42:22 1997 Ben Pfaff <blp@gnu.org>
86 * Makefile.am: Maintainer-clean Makefile.in.
88 Thu Mar 27 01:11:29 1997 Ben Pfaff <blp@gnu.org>
90 * alloca.c: Only compiled if necessary.
92 * getdelim.c: New file.
93 * getline.c: New file.
97 * memmove.c: New file.
99 * strcasecmp.c: New file.
100 * strncasecmp.c: New file.
101 * strpbrk.c: New file.
102 * strstr.c: New file.
103 * strtol.c: New file.
104 * strtoul.c: New file.
106 Sun Dec 15 15:32:16 1996 Ben Pfaff <blp@gnu.org>
108 * qsort.c: New file, essentially unchanged from the glibc-1.09
111 Mon Nov 11 15:34:09 1996 Ben Pfaff <blp@gnu.org>
113 * avl.c: (destroy) Format fix.
114 (avl_destroy) Only calls destroy() if the tree has a non-NULL
117 Thu Nov 7 20:52:28 1996 Ben Pfaff <blp@gnu.org>
119 * avl.h: (force_avl_insert, force_avl_delete) New macros/functions
120 that assure that a node was successfully added/deleted, active
121 only when GLOBAL_DEBUGGING. Most occurrences of
122 avl_insert/avl_delete changed to use these instead.
124 * avl.c: [GLOBAL_DEBUGGING] (force_avl_delete) New function.
126 Tue Sep 24 18:39:09 1996 Ben Pfaff <blp@gnu.org>
128 * stpcpy.c: Comment fix.
130 Fri Sep 20 22:52:28 1996 Ben Pfaff <blp@gnu.org>
132 * alloca.c: Changed conditions for inclusion.
134 Tue Jul 23 21:48:36 1996 Ben Pfaff <blp@gnu.org>
136 * avl.c: Formatting fixes.
137 (balance) Fixed bug introduced in last patchlevel that reversed
138 the truth value returned by final statement.
139 (find) Always returns NULL if end of function reached.
140 (avl_walk) Split into two functions, walk_inorder and
141 walk_preorder. All callers and callees changed.
142 (avl_sort) New function.
144 Fri Jul 19 19:11:13 1996 Ben Pfaff <blp@gnu.org>
146 * avl.h, avl.c: Completely reworked, might as well be considered
147 new files. All callers, all references to AVL trees changed.
149 ----------------------------------------------------------------------
152 version-control: never