emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 12 Jan 2003 10:40:25 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3021 emacs/src/ChangeLog:1.3022
*** emacs/src/ChangeLog:1.3021  Sat Jan 11 19:38:22 2003
--- emacs/src/ChangeLog Sun Jan 12 10:40:23 2003
***************
*** 1,8 ****
  2003-01-12  Kim F. Storm  <address@hidden>
  
!       * alloc.c (pure_alloc): Corrected last change; now align the
!       pointer and adjust the size rather than aligning the size and
!       adjusting the pointer.  Use a goto to handle overflow exception.
  
  2003-01-11  Kim F. Storm  <address@hidden>
  
--- 1,9 ----
  2003-01-12  Kim F. Storm  <address@hidden>
  
!       * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
!       crashes).  Code rewritten and simplified.  Now directly aligns the
!       pointer and recalculates pure_bytes_used, rather than aligning the
!       size and adjusting the pointer.
  
  2003-01-11  Kim F. Storm  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]