blob: 493dd4e8e9fb3f8e0fe99489e80b313427649587 [file] [log] [blame]
Theodore Ts'ocdceb041999-10-26 16:28:59 +000011999-10-26 <tytso@valinux.com>
2
3 * subst.c (substitute_line): Removed some unused variables.
4
Theodore Ts'o614fdfd1999-10-23 03:19:51 +000051999-10-22 <tytso@valinux.com>
6
7 * Release of E2fsprogs 1.16
8
Theodore Ts'o657cb971999-07-30 23:19:10 +000091999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
10
11 * Release of E2fsprogs 1.15
12
Theodore Ts'o6c133521999-07-03 20:37:03 +0000131999-07-03 <tytso@valinux.com>
14
15 * Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
16 helper program which must be built using the native C
17 compiler during a cross-compilation.
18
Theodore Ts'o9e51eca1999-01-09 16:32:31 +0000191999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
20
21 * Release of E2fsprogs 1.14
22
Theodore Ts'o7822c1d1998-12-19 08:08:43 +0000231998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
24
Theodore Ts'o556ad131998-12-19 08:10:58 +000025 * Release of E2fsprogs 1.13
26
271998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
28
Theodore Ts'o7822c1d1998-12-19 08:08:43 +000029 * subst.c (get_subst_symbol): Add [0-9] to the list of valid
30 characters for a substitution symbol.
31
Theodore Ts'oe7549ca1998-08-01 04:35:39 +0000321998-08-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * subst.c: Add the ability to substitute apparent shell/make
35 variables such as ${prefix}, since this is needed to make
36 the shell scripts work correctly.
37
38 * subst.conf.in: Add ${prefix} to the list of substitutions which
39 subst should make.
40
Theodore Ts'o4a5fa191998-07-09 05:42:45 +0000411998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
42
43 * Release of E2fsprogs 1.12
44
Theodore Ts'od171c5b1998-04-03 16:07:06 +0000451998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
46
47 * subst.conf.in: Add substitution for @datadir@
48
Theodore Ts'o45d21611998-01-19 14:40:24 +000049Mon Jan 19 09:25:24 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
50
51 * subst.c: Rename "new" to "new_f" to avoid C++ reserved word
52 clash.
53
54 * subst.c: Explicitly cast all assignments from void * to be
55 compatible with C++.
56