diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 02:41:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 02:41:31 +0000 |
commit | b2b86d71182af1e4137d82cbf81e084abc6869bf (patch) | |
tree | c8fdfe969d287b86296f3013c0829a96b3695126 /libstore | |
parent | 1ceaf399c7244fcc37a4cee33f944047b13ba0f2 (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 35ff5fb5..ea24b504 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,18 @@ +Wed Feb 19 15:40:18 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * storeread.c (doc): Make doc string come after options. + + * device.c (dev_set_flags): Correctly check for unenforcable runs. + + * task.c: New file. + * Makefile (SRCS): Add task.c. + * store.h (store_task_class): New declaration. + (store_task_create, _store_task_create, store_open): New declarations. + * std.c (store_std_classes): Add &STORE_TASK_CLASS. + + * xinl.c: Renamed from store.c. + * Makefile (SRCS): Change store.c to xinl.c. + Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * store.h: Add extern inline protection. |