Whamcloud - gitweb
ChangeLog, Makefile.in:
[tools/e2fsprogs.git] / lib / et / ChangeLog
1 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * Makefile.in: Fix bug where my_dir was set incorrectly.  Install
4                 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
5                 /usr/share/et) directory.  Change to use new
6                 installation directory variables convention.  Fix
7                 uninstall rules to take $(DESTDIR) into account.
8
9         * compile_et.1: Change man page to reflect the fact that
10                 compile_et is now a awk/sed script, not a yacc script.
11
12         * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
13                 et_h.awk; if not found, look in the build directory.  Add
14                 error checking for non-existent input file.
15
16 Fri Oct 31 01:14:41 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
17
18         * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
19                 the workarounds caused problems with the header file.
20
21 Sun Aug 10 09:40:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
22
23         * error_table.h:
24         * et_name.c (error_table_name): 
25         * error_message.c (error_message.c): Make code be 16-bit safe.
26
27 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
28
29         * Release of E2fsprogs 1.11
30
31 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
32
33         * Release of E2fsprogs version 1.10
34
35 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
36
37         * Release of E2fsprogs version 1.09
38
39 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
40
41         * Release of E2fsprogs version 1.08
42
43 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
44
45         * Release of E2fsprogs version 1.07
46
47 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
48
49         * Release of E2fsprogs version 1.06
50
51 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
52
53         * Release of E2fsprogs version 1.05
54
55 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
56
57         * Release of E2fsprogs version 1.04
58
59 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
60
61         * Release of E2fsprogs version 1.03
62
63 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
64
65         * Release of E2fsprogs version 1.02
66
67 Mon Sep  4 21:44:47 1995  Remy Card  <card@bbj>
68
69         * Makefile.in: Added support for BSD shared libraries.
70
71 Sat Aug 12 03:11:28 1995  Remy Card  <card@bbj>
72
73         * Makefile.in (install): Install static libraries in $(ulibdir)
74                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
75
76 Sat Aug  5 11:44:17 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
77
78         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
79                 installation directories correctly.
80
81 Thu Jun 15 23:39:51 1995  Remy Card  <card@bbj>
82
83         * Makefile.in: Added support for ELF shared libraries.
84                 Fixed typos in the compilation rules.
85                 (distclean): Added compile_et.sh.
86
87 Sat Jun 10 19:56:13 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
88
89         * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
90                 location of the et directory.
91
92 Thu Jun  8 12:45:41 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
93
94         * vfprintf.c (vfprintf): Only compile this function if vfprintf
95         doesn't already exist and _doprnt does.
96
97         * compile_et.sh: Moved to compile_et.sh.in.
98
99         * Makefile.in: Rewritten to conform to GNU coding standards and
100         support separate compilation directories.
101         Don't preprocess compile_et.sh, as this is now done by configure.
102
103 Mon Nov  7 21:17:48 1994  Remy Card  <card@bbj>
104
105         * Makefile: Added a dummy install target in case shared libraries
106                 are not built.
107
108 Thu Sep  8 22:33:33 1994    (tytso@rsx-11)
109
110         * com_err.c (default_com_err_proc): Reversed order of \n\r to make
111                 jik happy.