diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-04-30 11:02:32 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-04-30 11:02:32 +0000 |
commit | a59ce6f6bdbce22e19857d0604143227f0956ee9 (patch) | |
tree | 4df3e6f2629878d3899f4837bc631f0d4c5ffe8e /exec/ChangeLog | |
parent | 81307fafba754e3438cd78b4bb77bdf474105f80 (diff) |
1998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* do-bunzip2.c: New file.
* exec.c (check_bzip2): New function.
(BZIP2): New cpp symbol. If defined, bunzip2 engine is enabled.
* Makefile (bzip2-objects): New variable.
(OBJS): Add bzip2-objects.
(CPPFLAGS): Add -DBZIP2.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index d8f6f299..32b5dd2d 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,12 @@ +1998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> + + * do-bunzip2.c: New file. + * exec.c (check_bzip2): New function. + (BZIP2): New cpp symbol. If defined, bunzip2 engine is enabled. + * Makefile (bzip2-objects): New variable. + (OBJS): Add bzip2-objects. + (CPPFLAGS): Add -DBZIP2. + 1999-04-27 Roland McGrath <roland@baalperazim.frob.com> * exec.c (do_exec): Implement EXEC_SIGTRAP flag. |