fac0657b5e729acb8e3eb5f113162cbfed32a30c
[pspp-builds.git] / lib / misc / ChangeLog
1 Wed Dec 10 21:59:16 2003  Ben Pfaff  <blp@gnu.org>
2
3         * getdelim.c, alloca.c: common.h is no longer, but alloc.h
4         declares the allocation functions.
5
6 Sun Jan  2 21:35:47 2000  Ben Pfaff  <blp@gnu.org>
7
8         * qsort.c: Change headers.  Fix __attribute__ for gcc 2.7.2.
9
10         * strcasecmp.c: Remove duplicate inclusion of ctype.h.
11
12         * strncasecmp.c: (strncasecmp) Must cast argument of tolower() to
13         unsigned char.
14
15 Sat Jan 23 12:50:16 1999  Ben Pfaff  <blp@gnu.org>
16
17         * strcasecmp.c: (strcasecmp) Fix behavior for zero-length strings.
18         
19 Sun Jul  5 00:15:44 1998  Ben Pfaff  <blp@gnu.org>
20
21         * qsort.c: (blp_quicksort) Add unused qualifier to temp_buf when
22         alloca is in use.
23
24 1998-02-23  Ben Pfaff  <blp@gnu.org>
25
26         * Makefile.am: (EXTRA_DIST) Add strtok_r.c.
27         
28         * strtok_r.c: New file.
29
30 1998-02-16  Ben Pfaff  <blp@gnu.org>
31
32         * memmem.c: Cast void * to char * before dereferencing, in a
33         different place.
34
35 Fri Feb 13 15:35:55 1998  Ben Pfaff  <blp@gnu.org>
36
37         * memmem.c: Cast void * to char * before dereferencing.  Reported
38         by palme@uni-wuppertal.de (Hubert Palme).
39
40 Sun Jan 18 00:30:38 1998  Ben Pfaff  <blp@gnu.org>
41
42         * memmem.c: Fix argument types.
43
44 Sun Oct  5 15:54:37 1997  Ben Pfaff  <blp@gnu.org>
45
46         * Makefile.am: (EXTRA_DIST) Add strerror.c.  From Alexandre Oliva
47         <oliva@dcc.unicamp.br>.
48
49         * strerror.c: New file.  From Alexandre Oliva
50         <oliva@dcc.unicamp.br>.
51
52 Thu Sep 18 21:34:07 1997  Ben Pfaff  <blp@gnu.org>
53
54         * Makefile.am: (libmisc_a_SOURCES) Added getopt.c, getopt1.c.
55         (EXTRA_DIST) Removed getopt.c, getopt1.c.
56
57 Thu Jul 17 01:50:43 1997  Ben Pfaff  <blp@gnu.org>
58
59         * strncasecmp.c: (strncasecmp) Rewritten to fix undefined
60         behavior.
61
62 Fri Jul 11 14:06:04 1997  Ben Pfaff  <blp@gnu.org>
63
64         * getdelim.c: Added in some necessary #include's.
65
66         * getline.c: #include's <config.h>.  Added getdelim() prototype.
67
68         * memmem.c: #include's <stddef.h>.
69         (memmem) `i' now a size_t.  Avoid subtraction of unsigned's.
70
71 Sun Jul  6 19:12:35 1997  Ben Pfaff  <blp@gnu.org>
72
73         * Makefile.am: Fixed INCLUDES to include intl; fixed directories.
74
75 Mon Jun  2 14:22:24 1997  Ben Pfaff  <blp@gnu.org>
76
77         * getopt.c: Marked strings for gettext.
78
79 Fri Apr 18 16:48:41 1997  Ben Pfaff  <blp@gnu.org>
80
81         * Makefile.am: Refers to src/ as include directory instead of
82         include/.
83
84 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
85
86         * Makefile.am: Maintainer-clean Makefile.in.
87         
88 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
89
90         * alloca.c: Only compiled if necessary. 
91
92         * getdelim.c: New file.
93         * getline.c: New file.
94         * memchr.c: New file.
95         * memcpy.c: New file.
96         * memmem.c: New file.
97         * memmove.c: New file.
98         * memset.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.
105         
106 Sun Dec 15 15:32:16 1996  Ben Pfaff  <blp@gnu.org>
107
108         * qsort.c: New file, essentially unchanged from the glibc-1.09
109         distribution.
110
111 Mon Nov 11 15:34:09 1996  Ben Pfaff  <blp@gnu.org>
112
113         * avl.c: (destroy) Format fix.
114         (avl_destroy) Only calls destroy() if the tree has a non-NULL
115         root.
116
117 Thu Nov  7 20:52:28 1996  Ben Pfaff  <blp@gnu.org>
118
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.
123
124         * avl.c: [GLOBAL_DEBUGGING] (force_avl_delete) New function.
125
126 Tue Sep 24 18:39:09 1996  Ben Pfaff  <blp@gnu.org>
127
128         * stpcpy.c: Comment fix.
129
130 Fri Sep 20 22:52:28 1996  Ben Pfaff  <blp@gnu.org>
131
132         * alloca.c: Changed conditions for inclusion.
133
134 Tue Jul 23 21:48:36 1996  Ben Pfaff  <blp@gnu.org>
135
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.
143
144 Fri Jul 19 19:11:13 1996  Ben Pfaff  <blp@gnu.org>
145
146         * avl.h, avl.c: Completely reworked, might as well be considered
147         new files.  All callers, all references to AVL trees changed.
148
149 ----------------------------------------------------------------------
150 Local Variables:
151 mode: change-log
152 version-control: never
153 End: