summaryrefslogtreecommitdiff
path: root/isofs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'isofs/ChangeLog')
-rw-r--r--isofs/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index aca13dff..ac0bc2c3 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,10 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * lookup.c (diskfs_lookup_hard): Fix defn with `const'.
+ (diskfs_direnter_hard): Likewise.
+ (diskfs_get_directs): Use `const' for local var NAME.
+ * inode.c (diskfs_set_translator): Fix defn with `const'.
+
1997-09-22 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (diskfs_append_args): New function.
@@ -19,13 +26,13 @@ Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* rr.c (gnuext_live): New variable.
(rrip_work): Comprehend AU, TR, MD, and FL, all as GNU
extensions. Recognize GNU extension id field when processing ER
- fields.
+ fields.
(release_rrip): Free RR->trans if it's live.
* inode.c (read_disknode): Interpret and install the values set by
AU, TR, MD, and FL extensions.
(diskfs_node_norefs): Free NP->translator if it's set.
* isofs.h (struct disknode): New members `translen' and
- `translator'.
+ `translator'.
* rr.h (struct gn_au, struct gn_tr, struct gn_md, struct gn_fl):
New strucures.
(GNUEXT_SRC, GNUEXT_DES, GNUEXT_ID, GNUEXT_VERS): New macros.