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