summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-26 17:46:38 +0000
committerMiles Bader <miles@gnu.org>1996-06-26 17:46:38 +0000
commitf34e0ae3b003cff3c0448e7337fdf90fd8babdd7 (patch)
treefbdb6c8506dc6bd3facf4cb1726cfa26095e43b3
parentaeb0816f97b5f6cd6d1ca1a1e5dc461c1bcc3403 (diff)
Wed Jun 26 13:19:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Don't deallocate DOTID & DOTDEVID until we're finished with them (we need to keep them at least until we've fetched the next level of id ports, so that mach will be able to use the same name if they're the same). Add inner_errlose: label, which deallocates DOTID & DOTDEVID and jumps to errlose, for those places where such cleanup is needed.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38048c962f..262f2af7fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Jun 26 13:19:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * sysdeps/mach/hurd/getcwd.c
+ (_hurd_canonicalize_directory_name_internal): Don't deallocate
+ DOTID & DOTDEVID until we're finished with them (we need to keep
+ them at least until we've fetched the next level of id ports, so
+ that mach will be able to use the same name if they're the same).
+ Add inner_errlose: label, which deallocates DOTID & DOTDEVID and
+ jumps to errlose, for those places where such cleanup is needed.
+
Wed Jun 26 01:58:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* nss/nss_files/files-parse.c (parse_list): Count null in EOL calc.