summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-07 22:46:26 +0000
committerRoland McGrath <roland@gnu.org>1996-07-07 22:46:26 +0000
commitedb8e1d98cfef3b17f31370072f587debed0164c (patch)
tree34f58d7000a828dc041eab1be8da35cfc4921831
parente5adb313f5e7aa76b51b6475b71650159d52fc78 (diff)
Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Don't unlock the critical section lock before unlinking dying active resources. The unlock just before return is right (i.e. old code unlocked twice). * stdio/linewrap.c (lwupdate): Update D->point_offs when done.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20c366e6cc..dea637369b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+
+ * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Don't unlock the
+ critical section lock before unlinking dying active resources.
+ The unlock just before return is right (i.e. old code unlocked twice).
+
Sun Jun 2 22:28:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
- * linewrap.c (lwupdate): Update D->point_offs when done.
+ * stdio/linewrap.c (lwupdate): Update D->point_offs when done.
Use memmove instead of memcpy where overlap is possible (not
necessary using current implementation of memcpy, but...).
(__line_wrap_update): Don't update D->point_offs (lwupdate does it).