Whamcloud - gitweb
Add portability enhancements for Cygwin32 environment.
[tools/e2fsprogs.git] / lib / ss / ChangeLog
1 2003-04-12  Theodore Ts'o  <tytso@mit.edu>
2
3         * help.c: Add #ifdef protection around #include <sys/wait.h>
4
5 2003-04-11  Theodore Ts'o  <tytso@mit.edu>
6
7         * get_readline.c (DEFAULT_LIBPATH): Use the SS_READLINE_PATH
8                 environment variable to control the search for a suitable
9                 readine library.  As a default, try using libreadline,
10                 libedit, and libeditline.
11
12 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
13
14         * pager.c, listen.c, requests.c, list_rqs.c, ct_c.awk, prompt.c, 
15                 error.c, request_tbl.c, ss_internal.h, invocation.c, ss.h,
16                 get_readline.c: Remove old support for K&R C and Varargs.
17                 Fix gcc -Wall nits.
18
19         * Makefile.in: Use the compile_et --build-tree option.
20
21 2003-03-16  Theodore Ts'o  <tytso@mit.edu>
22
23         * mk_cmds.1, Makefile.in: Add (bare-bone) man page
24
25         * Makefile.in (DLOPEN_LIB): Include the dlopen library if it is
26                 present on shared libraries.
27
28         * ss_internal.h: Add pointers to dynamic readline functions in the
29                 ss_info data structure.
30
31         * listen.c (ss_listen): Use readline instead of fgets if the
32                 readline library is present.  Define helper functions to
33                 provide command completion from the ss request tables.
34
35         * invocation.c (ss_create_invocation, ss_delete_invocation): If
36                 HAVE_DLOPEN is defined, call ss_get_readline() to automatically
37                 try to load the readline library.
38
39         * get_readline.c (ss_get_readline): New function which uses dlopen()
40                 to dynamically load the readline library if it is present 
41                 on the system.
42
43 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
44
45         * Release of E2fsprogs 1.32
46
47 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
48
49         * Release of E2fsprogs 1.31
50
51 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
52
53         * Release of E2fsprogs 1.30
54
55 2001-09-24  Theodore Tso  <tytso@mit.edu>
56
57         * Release of E2fsprogs 1.29
58
59 2001-08-31  Theodore Tso  <tytso@thunk.org>
60
61         * Release of E2fsprogs 1.28
62
63 2002-03-08  Theodore Tso  <tytso@mit.edu>
64
65         * Release of E2fsprogs 1.27
66
67 2002-03-07  Theodore Tso  <tytso@mit.edu>
68
69         * pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
70                 function prototypes to avoid gcc -Wall complaints.
71
72         * listen.c (ss_listen): Make sure the signal handler for SIGCONT
73                 is restored when we exit.  Also, make sure we don't
74                 clubber any variables after setjmp/longjmp.  Also removed
75                 some bogus, fairly dubious coude.
76
77         * ss.h, ss_internal.h, execute_cmd.c: Add function prototypes to
78                 prevent gcc -Wall complaints.
79
80 2002-02-12  Theodore Tso  <tytso@mit.edu>
81
82         * requests.c (DECLARE): Fix bug in non-STDC declaration --- we
83                 had a mismatch in the function signature and parameter
84                 declaration sections for info/infop.
85
86 2002-02-03  Theodore Tso  <tytso@thunk.org>
87
88         * Release of E2fsprogs 1.26
89
90 2001-09-20  Theodore Tso  <tytso@thunk.org>
91
92         * Release of E2fsprogs 1.25
93
94 2001-09-16  Theodore Tso  <tytso@mit.edu>
95
96         * mk_cmds.sh.in: Make the shell script safe from directory
97                 pathnames with spaces.
98
99 2001-09-02  Theodore Tso  <tytso@thunk.org>
100
101         * Release of E2fsprogs 1.24a
102
103 2001-08-30  Theodore Tso  <tytso@thunk.org>
104
105         * Release of E2fsprogs 1.24
106
107 2001-08-15  Theodore Tso  <tytso@valinux.com>
108
109         * Release of E2fsprogs 1.23
110
111 2001-06-23  Theodore Tso  <tytso@valinux.com>
112
113         * Release of E2fsprogs 1.22
114
115 2001-06-15  Theodore Tso  <tytso@valinux.com>
116
117         * Release of E2fsprogs 1.21
118
119 2001-06-01  Theodore Tso  <tytso@valinux.com>
120
121         * Makefile.in: Move include/asm/types.h.in to
122                 lib/ext2fs/ext2_types.h.in.
123
124 2001-05-25  Theodore Tso  <tytso@valinux.com>
125
126         * Release of E2fsprogs 1.20
127
128 2000-07-13    <tytso@valinux.com>
129
130         * Release of E2fsprogs 1.19
131
132 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
133
134         * Makefile.in: Remove explicit link of -lc in the shared library.
135                 (It shouldn't be necessary, and is harmful in some cases).
136
137 2000-07-03    <tytso@snap.thunk.org>
138
139         * ct_c.awk: Work around a bug in gawk 3.05
140
141         * mk_cmds.sh.in: Allow the build system to override the standard
142                 location for finding the ct_c.* files by setting the
143                 _SS_DIR_OVERRIDE environment variable.
144
145         * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
146                 version in the source tree.
147
148 2000-05-25    <tytso@snap.thunk.org>
149
150         * Makefile: Add hack dependency rule so that parallel makes work
151                 correctly. 
152
153 1999-11-19    <tytso@valinux.com>
154
155         * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't
156                 freeing the argv array.
157
158         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
159                 the source directory.
160
161 1999-11-10    <tytso@valinux.com>
162
163         * Release of E2fsprogs 1.18
164
165 1999-10-26    <tytso@valinux.com>
166
167         * Release of E2fsprogs 1.17
168
169 1999-10-22    <tytso@valinux.com>
170
171         * Release of E2fsprogs 1.16
172
173 1999-09-07    <tytso@rsts-11.mit.edu>
174
175         * Updated copyright statements with permission of the original
176                 authors.
177
178 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
179
180         * Release of E2fsprogs 1.15
181
182 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
183
184         * Release of E2fsprogs 1.14
185
186 Mon Jan  4 00:05:14 1999  Theodore Y. Ts'o  <tytso@mit.edu>
187
188         * mk_cmds.sh.in (TMP): Fixed portability bug in shell script; we
189                 were depending on a bash'ism.
190
191 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
192
193         * Release of E2fsprogs 1.13
194
195 1998-07-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
196
197         * mk_cmds.sh.in: Fix error message so that it says mk_cmds's
198                 template files instead of compile_et's template files.
199
200 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
201
202         * Release of E2fsprogs 1.12
203
204 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
205
206         * Makefile.in: Install the ct_c.awk and ct_c.sed files in
207                 $(datadir)/ss (i.e., /usr/share/ss) directory.  Change
208                 to use new installation directory variables
209                 convention.  Fix uninstall rules to take $(DESTDIR)
210                 into account.
211
212         * mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and
213                 ct_c.sed; if not found, look in the build directory.  Add
214                 error checking for non-existent input file.
215
216 Thu Aug 14 08:17:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
217
218         * Makefile.in (install): Fix rm command to use $(DESTDIR)
219                 appropriately.
220
221 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
222
223         * Release of E2fsprogs 1.11
224
225 Wed Jun  4 15:04:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
226
227         * Makefile.in (install): Install the ss_err.h header file out of
228                 the build directory instead of the source directory (since
229                 it is a constructed file).
230
231 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
232
233         * Release of E2fsprogs version 1.10
234
235 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
236
237         * Release of E2fsprogs version 1.09
238
239 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
240
241         * Release of E2fsprogs version 1.08
242
243 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
244
245         * Release of E2fsprogs version 1.07
246
247 Wed Mar 12 21:54:32 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
248
249         * help.c, pager.c, ss.h: Don't use "extern int errno", but use
250                 #include <errno.h> instead.
251
252 Thu Jan  2 00:16:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
253
254         * parse.c: Put in an include of string.h
255
256 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
257
258         * Release of E2fsprogs version 1.06
259
260 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
261
262         * Release of E2fsprogs version 1.05
263
264 Fri Aug 30 22:36:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
265
266         * invocation.c (ss_create_invocation): Change function prototype
267                 of invocation so that the first two arguments are const
268                 char *, and that the info_ptr is a void *, not a char *.
269
270         * ss.h: Added declaration of ss_execute_line()
271
272 Sat Aug 10 00:17:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
273
274         * listen.c (ss_listen): Fix -Wall flames.
275
276 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
277
278         * Release of E2fsprogs version 1.04
279
280 Thu May 16 10:04:09 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
281
282         * Makefile.in (INSTALL_HFILES): Install the correct header files
283                 so that /usr/include/ss/ss.h is actually usable!
284
285 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
286
287         * Release of E2fsprogs version 1.03
288
289 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
290
291         * Release of E2fsprogs version 1.02
292
293 Wed Oct 25 11:58:20 1995    <tytso@rsts-11.mit.edu>
294
295         * ss_internal.h: Removed malloc, realloc, free definitions, and
296                 #include <stdlib.h> instead.
297
298 Mon Sep  4 21:46:00 1995  Remy Card  <card@bbj>
299
300         * Makefile.in: Added support for BSD shared libraries.
301                 (distclean): Use the -f option when removing files.
302
303 Fri Aug 18 15:15:09 1995  Theodore Y. Ts'o  <tytso@dcl>
304
305         * Makefile.in (mk_cmds): Remove usage of $<, since it's not
306                 portable. 
307
308 Sat Aug 12 03:11:02 1995  Remy Card  <card@bbj>
309
310         * Makefile.in (install): Install static libraries in $(ulibdir)
311                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
312
313 Thu Aug 10 14:23:31 1995  Remy Card  <card@bbj>
314
315         * Makefile.in (distclean): Remove mk_cmds.sh.
316
317 Sat Aug  5 11:44:29 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
318
319         * mk_cmds.sh.in: Remove the old .c file before moving the new file
320                 into place.
321
322         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
323                 installation directories correctly.
324
325         * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
326                 from the configure script.
327
328 Tue Jul 11 20:47:46 1995    <tytso@rsx-11.mit.edu>
329
330         * help.c (ss_help): Use malloc instead of alloca for maximal
331                 portability.  Check return value of malloc before using
332                 buffer.  Allocate memory when printing usage message.
333
334 Thu Jun 15 23:46:16 1995  Remy Card  <card@bbj>
335
336         * Makefile.in: Added support for ELF shared libraries.
337                 Fixed typos in the compilation rules.
338                 (distclean): Added mk_cmds.sh.
339
340 Sat Jun 10 19:57:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
341
342         * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
343                 location of the ss directory.
344
345 Thu Jun  8 13:18:48 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
346
347         * help.c (ss_help): Use alloca to allocate space for filenames
348         instead of fixed buffers.
349         * error.c (ss_error, & includes): Change the selection of
350         varargs/stdarg to work with configure.
351         * pager.c: Include <errno.h> if possible.
352         * parse.c: Ditto.
353         * request_tbl.c: Ditto.
354
355         * Makefile.in: Rewritten to conform to GNU coding standards and
356         support separate compilation directories.
357         Don't preprocess mk_cmds.sh, as this is now done by configure.
358
359 Sat Mar 11 18:14:52 1995  Theodore Y. Ts'o  <tytso@localhost>
360
361         * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
362                 needed by debugfs (which is installed in /sbin).
363
364