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