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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 15 Nov 2005 08:53:46 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4714 emacs/src/ChangeLog:1.4715
*** emacs/src/ChangeLog:1.4714  Tue Nov 15 07:56:27 2005
--- emacs/src/ChangeLog Tue Nov 15 13:53:45 2005
***************
*** 1,3 ****
--- 1,20 ----
+ 2005-11-15  Andreas Schwab  <address@hidden>
+ 
+       * lisp.h (struct Lisp_Cons): Make cdr a union.
+       (XCDR_AS_LVALUE): Adjust.
+       (struct Lisp_Float): Make data a union.
+       (XFLOAT_DATA): Adjust.
+ 
+       * alloc.c (free_float): Make free list chaining aliasing-safe.
+       (make_float): Likewise.
+       (free_cons): Likewise.
+       (Fcons): Likewise.
+       (check_cons_list): Likewise.
+       (Fmake_symbol): Likewise.
+       (allocate_misc): Likewise.
+       (free_misc): Likewise.
+       (gc_sweep): Likewise.
+ 
  2005-11-15  YAMAMOTO Mitsuharu  <address@hidden>
  
        * mac.c (HASHKEY_QUERY_CACHE): New define.




reply via email to

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