Changeset 3672

Show
Ignore:
Timestamp:
2005年04月09日 18時22分51秒 (4 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/src/ChangeLog.Meadow

    r3670 r3672  
     12005-04-09  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * lisp.h (struct Lisp_Cons): New member `gcmarkbit'.  This is a 
     4        hack for portable dumper. 
     5        (XCAR): Sync up with Emacs CVS HEAD. 
     6        (XCDR): Ditto. 
     7        (SYMBOL_NAME): Ditto. 
     8 
     9        * alloc.c (CONS_MARKED_P): Refer to `gcmarkbit'.  This is a hack 
     10        for portable dumper. 
     11        (CONS_MARK): Ditto. 
     12        (CONS_UNMARK): Ditto. 
     13        (Fcons): Initialize the allocated memory to clean up `gcmarkbit'. 
     14        (mark_object): Sync up with Emacs CVS HEAD. 
     15        (pdump_hash_value): Cast `obj' as 'unsigned long' not to be 
     16        negative. 
     17        (pdump_map_file): Don't use `VALMASK'. 
     18 
     19        * fileio.c (Fdo_auto_save): Sync up with Emacs CVS HEAD. 
     20 
    1212005-04-07  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    222