summaryrefslogtreecommitdiff
path: root/exec/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r--exec/ChangeLog9
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.