OSDN Git Service

ChangeLog, subst.c:
[android-x86/external-e2fsprogs.git] / util / ChangeLog
1 2001-04-17  Theodore Tso  <tytso@valinux.com>
2
3         * subst.c (replace_string): Fix replace_string so that it
4                 correctly handles replacing a substitution variable with a
5                 zero-length string.
6
7 2001-01-14  Theodore Ts'o  <tytso@valinux.com>
8
9         * gcc-wall-cleanup: Remove additional annoying warning messages
10                 emited by gcc 2.95.2.
11
12 2001-01-11    <tytso@snap.thunk.org>
13
14         * gcc-wall-cleanup: New file which is used to clean up unnecessary
15                 crud from gcc -Wall that we're not interested in seeing
16
17 2000-07-13    <tytso@valinux.com>
18
19         * Release of E2fsprogs 1.19
20
21 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
22
23         * subst.c: For platforms that don't define optarg.h, manually
24                 define optarg and optind.
25
26 1999-11-19    <tytso@valinux.com>
27
28         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
29                 the source directory.
30
31 1999-11-10    <tytso@valinux.com>
32
33         * Release of E2fsprogs 1.18
34
35 1999-10-26    <tytso@valinux.com>
36
37         * Release of E2fsprogs 1.17
38
39 1999-10-26    <tytso@valinux.com>
40
41         * subst.c (substitute_line): Removed some unused variables.
42
43 1999-10-22    <tytso@valinux.com>
44
45         * Release of E2fsprogs 1.16
46
47 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
48
49         * Release of E2fsprogs 1.15
50
51 1999-07-03    <tytso@valinux.com>
52
53         * Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
54                 helper program which must be built using the native C
55                 compiler during a cross-compilation.
56
57 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
58
59         * Release of E2fsprogs 1.14
60
61 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
62
63         * Release of E2fsprogs 1.13
64
65 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
66
67         * subst.c (get_subst_symbol): Add [0-9] to the list of valid
68                 characters for a substitution symbol.
69
70 1998-08-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
71
72         * subst.c: Add the ability to substitute apparent shell/make
73                 variables such as ${prefix}, since this is needed to make
74                 the shell scripts work correctly.
75
76         * subst.conf.in: Add ${prefix} to the list of substitutions which
77                 subst should make.
78
79 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
80
81         * Release of E2fsprogs 1.12
82
83 1998-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>
84
85         * subst.conf.in: Add substitution for @datadir@
86
87 Mon Jan 19 09:25:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
88
89         * subst.c: Rename "new" to "new_f" to avoid C++ reserved word
90                 clash.
91         
92         * subst.c: Explicitly cast all assignments from void * to be
93                 compatible with C++.
94