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