log src/alloc.c @ 112311:babd014aab81

age author description
2011-01-05 Andreas Schwab Use __builtin_unwind_init if available
2010-12-19 Stefan Monnier Minor clean up to silence some gcc warnings.
2010-11-27 Chong Yidong Merge changes from emacs-23 branch
2010-11-22 Chong Yidong Fix image cache marking bug (Bug#6301).
2010-11-22 Chong Yidong * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).
2010-11-18 Dan Nicolaescu * src/alloc.c (refill_memory_reserve): Move declaration ...
2010-10-04 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
2010-10-03 Dan Nicolaescu Include <fcntl.h> unconditionally.
2010-09-23 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
2010-09-22 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
2010-08-20 Dan Nicolaescu Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
2010-08-07 Juanma Barranquero Remove duplicate declarations.
2010-07-23 Juanma Barranquero Remove unused static functions.
2010-07-20 Juanma Barranquero Convert some more functions to standard C.
2010-07-11 Andreas Schwab Use offsetof instead of own definition
2010-07-11 Andreas Schwab Constify functions taking char *
2010-07-10 Chong Yidong Merge changes from emacs-23 branch.
2010-06-26 Andreas Schwab * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-05 Dan Nicolaescu Convert declarations or definitions to standard C.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-06-08 Dan Nicolaescu Remove INCLUDED_FCNTL.
2010-04-20 Stefan Monnier Make variable forwarding explicit rather the using special values.
2010-04-18 Stefan Monnier Hash-cons pure data.
2010-03-20 Dan Nicolaescu Remove obsolete uses of HAVE_SHM.
2010-01-22 YAMAMOTO Mitsuharu Make string pointer args point to const as in other string allocation functions.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-11-13 Stefan Monnier (mark_object): Don't reprocess marked strings.
2009-11-11 Dan Nicolaescu * frame.c (make_initial_frame):
2009-11-06 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
2009-11-06 Eli Zaretskii (make_pure_c_string): Fix last change to avoid compiler warning.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-11-06 Dan Nicolaescu * alloc.c (make_pure_c_string): New function.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-08-25 Kenichi Handa (mark_char_table): New function.
2009-08-17 Ken Raeburn * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2009-01-30 Dan Nicolaescu (mark_stack): Properly conditionalize previous change.
2009-01-23 Chong Yidong (mark_stack): Use "flushw" instead of "ta 3" assembly call for
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-08-02 Eli Zaretskii (NSTATICS): Bump to 0x640.
2008-07-11 Dan Nicolaescu * lisp.h:
2008-07-08 Glenn Morris Use __sparc__ rather than sparc. (Bug#507.)
2008-06-02 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2008-05-15 Chong Yidong (init_alloc_once): Call init_weak_hash_tables.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-04-23 Miles Bader Merge from emacs--rel--22
2008-02-22 Stefan Monnier Consolidate the image_cache to the terminal struct.
2008-02-11 Stefan Monnier (mark_buffer): Comment fix to clarify the status of Lisp fields.
2008-01-30 Miles Bader Merge from emacs--devo--0
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-12-06 Miles Bader Merge from emacs--devo--0
2007-10-29 Jason Rumney (NSTATICS): Revert spurious change made in last merge.
2007-10-27 Miles Bader Merge from emacs--devo--0
2007-10-19 Miles Bader Merge from emacs--devo--0
2007-10-12 Miles Bader Fix up multi-tty merge
2007-10-11 Miles Bader Merge from emacs--devo--0
2007-08-21 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0