Theodore Ts'o | cdceb04 | 1999-10-26 16:28:59 +0000 | [diff] [blame^] | 1 | 1999-10-26 <tytso@valinux.com> |
| 2 | |
| 3 | * subst.c (substitute_line): Removed some unused variables. |
| 4 | |
Theodore Ts'o | 614fdfd | 1999-10-23 03:19:51 +0000 | [diff] [blame] | 5 | 1999-10-22 <tytso@valinux.com> |
| 6 | |
| 7 | * Release of E2fsprogs 1.16 |
| 8 | |
Theodore Ts'o | 657cb97 | 1999-07-30 23:19:10 +0000 | [diff] [blame] | 9 | 1999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 10 | |
| 11 | * Release of E2fsprogs 1.15 |
| 12 | |
Theodore Ts'o | 6c13352 | 1999-07-03 20:37:03 +0000 | [diff] [blame] | 13 | 1999-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'o | 9e51eca | 1999-01-09 16:32:31 +0000 | [diff] [blame] | 19 | 1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 20 | |
| 21 | * Release of E2fsprogs 1.14 |
| 22 | |
Theodore Ts'o | 7822c1d | 1998-12-19 08:08:43 +0000 | [diff] [blame] | 23 | 1998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 24 | |
Theodore Ts'o | 556ad13 | 1998-12-19 08:10:58 +0000 | [diff] [blame] | 25 | * Release of E2fsprogs 1.13 |
| 26 | |
| 27 | 1998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 28 | |
Theodore Ts'o | 7822c1d | 1998-12-19 08:08:43 +0000 | [diff] [blame] | 29 | * subst.c (get_subst_symbol): Add [0-9] to the list of valid |
| 30 | characters for a substitution symbol. |
| 31 | |
Theodore Ts'o | e7549ca | 1998-08-01 04:35:39 +0000 | [diff] [blame] | 32 | 1998-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'o | 4a5fa19 | 1998-07-09 05:42:45 +0000 | [diff] [blame] | 41 | 1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 42 | |
| 43 | * Release of E2fsprogs 1.12 |
| 44 | |
Theodore Ts'o | d171c5b | 1998-04-03 16:07:06 +0000 | [diff] [blame] | 45 | 1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 46 | |
| 47 | * subst.conf.in: Add substitution for @datadir@ |
| 48 | |
Theodore Ts'o | 45d2161 | 1998-01-19 14:40:24 +0000 | [diff] [blame] | 49 | Mon 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 | |