Whamcloud - gitweb
2f7f0a5a170acaf85e084cb16552b37026cbf50e
[tools/e2fsprogs.git] / lib / et / ChangeLog
1 2006-08-05  Theodore Ts'o  <tytso@mit.edu>
2
3         * compile_et.sh.in: Create the generated .c and .h files read-only
4                 to remind developers they shouldn't edit them.
5
6 2005-12-10  Theodore Ts'o  <tytso@mit.edu>
7
8         * Makefile.in: Add a dependency to make sure that the
9                 subdirectories are created before creating all of the
10                 object files.
11
12 2005-07-19  Theodore Ts'o  <tytso@mit.edu>
13
14         * et_c.awk: Fix bug where error messages using continuations
15                 wouldn't increment the message count.
16
17 2006-06-30  Theodore Ts'o  <tytso@mit.edu>
18
19         * Release of E2fsprogs 1.38
20
21 2005-06-20  Theodore Ts'o  <tytso@mit.edu>
22
23         * error_message.c, init_et.c: Segregate error tables registered
24                 via add_error_table() and the other dynamic methods from
25                 the ones allocated via initialize_xxx_error_table() so
26                 that we won't fail even for error tables created using old
27                 versions of compile_et.  Thanks to Nalin Dahyabhai for
28                 this suggested patch.
29
30         * et_c.awk: Use a dynamically allocated structure in
31                 initialize_xxx_error_table(), to prevent segfaults if an
32                 old library calls initialize_xxx_error_table, and another
33                 library/application calls add_error_table() on the same
34                 error table, and then calls remove_error_table().
35                 (Addresses Sourcefroge Bug #1150146)
36
37 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
38
39         * Release of E2fsprogs 1.37
40
41 2006-02-05  Theodore Ts'o  <tytso@mit.edu>
42
43         * Release of E2fsprogs 1.36
44
45 2005-02-05  Theodore Ts'o  <tytso@mit.edu>
46
47         * Makefile.in: Remove com_err.pc on a "make distclean"
48
49 2005-01-26  Theodore Ts'o  <tytso@mit.edu>
50
51         * com_err.pc.in: Add pkg-config files.
52
53 2004-12-14  Theodore Ts'o  <tytso@mit.edu>
54
55         * Makefile.in: Use Linux-kernel-style makefile output for "make
56                 install"
57
58         * Makefile.in (installdirs): Use $(MKINSTALLDIRS) macro
59
60 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
61
62         * Makefile.in: Use Linux-kernel-style makefile output to make it
63                 easier to see errors/warnings.
64
65 2004-09-17  Theodore Ts'o  <tytso@mit.edu>
66
67         * compile_et.sh.in: Remove XSI:isms for greater portability.
68                 (Addresses Debian Bug #255589)
69
70 2004-02-29  Brian Bergstrand  <brian@bergstrand.org>
71
72         * Makefile.in: Use $(BSDLIB_PIC_FLAG) to determine whether to use
73                 -fpic or -fPIC
74
75 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
76
77         * Release of E2fsprogs 1.35
78
79 2003-12-11  Theodore Ts'o  <tytso@thunk.org>
80
81         * com_err.3: Fix C syntax error pointed out by ESR.
82
83 2003-11-28  Theodore Ts'o  <tytso@mit.edu>
84
85         * et_c.awk: Add declaration of the Heimdal initialization routine
86                 to avoid gcc -Wall complaints
87
88 2003-11-26  Theodore Ts'o  <tytso@mit.edu>
89
90         * com_err.h, com_err.c: Use GCC attributes to mark com_err and
91                 default_com_err_proc as taking printf-style format
92                 strings.
93
94 2003-11-22  Theodore Ts'o  <tytso@mit.edu>
95
96         * com_err.h: Retore the type of n_msgs in the error_table
97                 structure to "int" from "unsigned int" fix a core dumping 
98                 bug in the com_right() function.  (Addresses Debian bug 
99                 #213450)
100
101 2003-08-20  Theodore Ts'o  <tytso@mit.edu>
102
103         * Makefile.in: Delete com_err.info on a make clean
104
105         * testcases: Update to reflect fixed prototype for
106                 initialize_xxx_err_table_r.
107
108 2003-08-19  Theodore Ts'o  <tytso@mit.edu>
109
110         * et_h.awk: Fix wrong prototype for initialize_xxx_err_table_r.
111                 (Thanks to Gombas Gabor for pointing this out, addresses
112                 Debian bug #204332)
113
114 2003-08-01  Philipp Thomas <pthomas@suse.de>
115
116         * et_c.awk, et_h.awk: Add Heimdal compile_et extensions
117
118 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
119
120         * Release of E2fsprogs 1.34
121
122 2003-05-13  Theodore Ts'o  <tytso@mit.edu>
123
124         * Makefile.in: Bump minor version number of libcomerr to indicate
125                 the addition of the Himdall compatibility functions.
126
127 2003-05-05  Theodore Ts'o  <tytso@mit.edu>
128
129         * et_c.awk, et_h.awk, com_err.h, com_right.c: Add full Heimdall
130                 compatibility. 
131
132         * et_c.awk: Add support for OV-style continuations in compile_et.
133                 (Closes Debian bug #191900).
134
135         * Makefile.in: Add regression test suite for compile_et.
136
137 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
138
139         * Release of E2fsprogs 1.33
140
141 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
142
143         * et_h.awk (char_shift): Use the com_err.h file in et/com_err.h,
144                 since /usr/include/com_err.h may not exist, and if it
145                 does, it might be the wrong one.
146
147         * compile_et.sh.in: Add --build-tree option which forces the use
148                 of the et_?.awk files in the build tree.
149
150         * error_table.h, error_message.c, com_err.c, internal.h,
151                 init_et.c, com_err.h: Remove STDC legacy #define's.
152
153         * com_err.texinfo: Remove references to K&R C support, and to
154                 potential problems that are no longer relevant.
155
156 2003-03-19  Theodore Ts'o  <tytso@mit.edu>
157
158         * com_err.h, error_table.h: Move definition of the error_table
159                 structure from the internal error_table.h to com_err.h,
160                 since it now needs to be public.
161
162         * et_c.awk, et_h.awk: Import changes from krb5's et library so
163                 that the error_table structure is defined and available
164                 publically.
165
166         * error_message.c: Import krb5 and heimdall com_err extensions to
167                 the et library.
168
169 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
170
171         * Release of E2fsprogs 1.32
172
173 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
174
175         * Release of E2fsprogs 1.31
176
177 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
178
179         * Release of E2fsprogs 1.30
180
181 2001-09-24  Theodore Tso  <tytso@mit.edu>
182
183         * Release of E2fsprogs 1.29
184
185 2002-09-23  Theodore Ts'o  <tytso@mit.edu>
186
187         * internal.h: Remove declaration of perror.  All modern systems
188                 can be expected to define perror() these days.
189
190 2001-08-31  Theodore Tso  <tytso@thunk.org>
191
192         * Release of E2fsprogs 1.28
193
194 2002-03-08  Theodore Tso  <tytso@mit.edu>
195
196         * Release of E2fsprogs 1.27
197
198 2002-02-23  Theodore Tso  <tytso@mit.edu>
199
200         * com_err.texinfo: Fix up the com_err info file so that it
201                 includes the directory node information.  (Taken from the
202                 Debian diff file.)
203
204 2002-02-03  Theodore Tso  <tytso@thunk.org>
205
206         * Release of E2fsprogs 1.26
207
208 2001-12-02  Theodore Tso  <tytso@mit.edu>
209
210         * com_err.c (default_com_err_proc): Work around bug in diet libc
211                 which core dumps when using fputc on stderr; besides, it
212                 shaves bytes off of com_err.o if we use fputs instead of
213                 two fputc calls.
214
215 2001-09-20  Theodore Tso  <tytso@thunk.org>
216
217         * Release of E2fsprogs 1.25
218
219 2001-09-16  Theodore Tso  <tytso@mit.edu>
220
221         * compile_et.sh.in: Make the shell script safe from directory
222                 pathnames with spaces.
223
224 2001-09-10  Theodore Tso  <tytso@mit.edu>
225
226         * com_err.texinfo: Add appropriate @node and @menu lines so that
227                 the a valid .info file can be made.  Use @deftypefun to
228                 define functions.  Change the e-mail address where bug
229                 reports to be sent to be is the e2fsprogs maintainer.
230
231 2001-09-02  Theodore Tso  <tytso@thunk.org>
232
233         * Release of E2fsprogs 1.24a
234
235 2001-08-30  Theodore Tso  <tytso@thunk.org>
236
237         * Release of E2fsprogs 1.24
238
239 2001-08-15  Theodore Tso  <tytso@valinux.com>
240
241         * Release of E2fsprogs 1.23
242
243 2001-06-23  Theodore Tso  <tytso@valinux.com>
244
245         * Release of E2fsprogs 1.22
246
247 2001-06-15  Theodore Tso  <tytso@valinux.com>
248
249         * Release of E2fsprogs 1.21
250
251 2001-05-25  Theodore Tso  <tytso@valinux.com>
252
253         * Release of E2fsprogs 1.20
254
255 2000-12-04    <tytso@snap.thunk.org>
256
257         * compile_et.1: Fix simple typo in the man page.
258
259 2000-07-13    <tytso@valinux.com>
260
261         * Release of E2fsprogs 1.19
262
263 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
264
265         * Makefile.in: Remove explicit link of -lc in the shared library.
266                 (It shouldn't be necessary, and is harmful in some cases).
267
268 1999-11-19    <tytso@valinux.com>
269
270         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
271                 the source directory.
272
273 1999-11-10    <tytso@valinux.com>
274
275         * Release of E2fsprogs 1.18
276
277 1999-10-26    <tytso@valinux.com>
278
279         * Release of E2fsprogs 1.17
280
281 1999-10-22    <tytso@valinux.com>
282
283         * Release of E2fsprogs 1.16
284
285 1999-10-22    <tytso@valinux.com>
286
287         * com_err.3: Fix to have correct #include path for com_err.h
288
289 1999-09-07    <tytso@rsts-11.mit.edu>
290
291         * Updated copyright statements with permission of the original
292                 authors.
293
294 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
295
296         * Release of E2fsprogs 1.15
297
298 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
299
300         * Release of E2fsprogs 1.14
301
302 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
303
304         * Release of E2fsprogs 1.13
305
306 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
307
308         * Release of E2fsprogs 1.12
309
310 1998-06-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
311
312         * et_h.awk, et_c.awk: Work around libm bug on the ARM.
313
314 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
315
316         * Makefile.in: Fix bug where my_dir was set incorrectly.  Install
317                 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
318                 /usr/share/et) directory.  Change to use new
319                 installation directory variables convention.  Fix
320                 uninstall rules to take $(DESTDIR) into account.
321
322         * compile_et.1: Change man page to reflect the fact that
323                 compile_et is now a awk/sed script, not a yacc script.
324
325         * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
326                 et_h.awk; if not found, look in the build directory.  Add
327                 error checking for non-existent input file.
328
329 Fri Oct 31 01:14:41 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
330
331         * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
332                 the workarounds caused problems with the header file.
333
334 Sun Aug 10 09:40:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
335
336         * error_table.h:
337         * et_name.c (error_table_name): 
338         * error_message.c (error_message.c): Make code be 16-bit safe.
339
340 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
341
342         * Release of E2fsprogs 1.11
343
344 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
345
346         * Release of E2fsprogs version 1.10
347
348 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
349
350         * Release of E2fsprogs version 1.09
351
352 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
353
354         * Release of E2fsprogs version 1.08
355
356 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
357
358         * Release of E2fsprogs version 1.07
359
360 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
361
362         * Release of E2fsprogs version 1.06
363
364 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
365
366         * Release of E2fsprogs version 1.05
367
368 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
369
370         * Release of E2fsprogs version 1.04
371
372 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
373
374         * Release of E2fsprogs version 1.03
375
376 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
377
378         * Release of E2fsprogs version 1.02
379
380 Mon Sep  4 21:44:47 1995  Remy Card  <card@bbj>
381
382         * Makefile.in: Added support for BSD shared libraries.
383
384 Sat Aug 12 03:11:28 1995  Remy Card  <card@bbj>
385
386         * Makefile.in (install): Install static libraries in $(ulibdir)
387                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
388
389 Sat Aug  5 11:44:17 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
390
391         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
392                 installation directories correctly.
393
394 Thu Jun 15 23:39:51 1995  Remy Card  <card@bbj>
395
396         * Makefile.in: Added support for ELF shared libraries.
397                 Fixed typos in the compilation rules.
398                 (distclean): Added compile_et.sh.
399
400 Sat Jun 10 19:56:13 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
401
402         * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
403                 location of the et directory.
404
405 Thu Jun  8 12:45:41 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
406
407         * vfprintf.c (vfprintf): Only compile this function if vfprintf
408         doesn't already exist and _doprnt does.
409
410         * compile_et.sh: Moved to compile_et.sh.in.
411
412         * Makefile.in: Rewritten to conform to GNU coding standards and
413         support separate compilation directories.
414         Don't preprocess compile_et.sh, as this is now done by configure.
415
416 Mon Nov  7 21:17:48 1994  Remy Card  <card@bbj>
417
418         * Makefile: Added a dummy install target in case shared libraries
419                 are not built.
420
421 Thu Sep  8 22:33:33 1994    (tytso@rsx-11)
422
423         * com_err.c (default_com_err_proc): Reversed order of \n\r to make
424                 jik happy.