log src/ralloc.c @ 109731:01af31a38d9e

age author description
2010-07-25 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
2010-07-23 Juanma Barranquero Remove unused static functions.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-12-24 Jason Rumney Add comments to explain checks and aborts, to assist future debugging.
2008-12-24 Jason Rumney * ralloc.c (r_alloc_reset_variable): New function.
2008-11-21 Juanma Barranquero Fix typos in comments.
2008-06-02 Jim Meyering remove useless if-before-free tests
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-10-30 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-04-02 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-10-29 Chong Yidong * ralloc.c (relinquish): Use a long for excess space counter to
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-04-02 Jan Djärv #include blockinput also
2005-04-02 Jan Djärv * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
2003-09-01 Miles Bader Add arch taglines
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2001-02-19 Gerd Moellmann (__morecore) [!SYSTEM_MALLOC]: Move declaration
2000-09-25 Dave Love (__malloc_extra_blocks): Declare as __malloc_size_t.
2000-09-14 Gerd Moellmann Remove everything having to do with the use of mmap.
2000-09-10 Gerd Moellmann (mmap_enlarge): Don't return 0 if successful.
2000-09-08 Gerd Moellmann (mmap_fd): Remove initializer which can make it
2000-09-08 Dave Love (r_alloc_init_fd): Move. Fix conditional for pcc.
2000-09-08 Dave Love (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.
2000-09-08 Dave Love (r_alloc_init_fd): Conditionalize on MAP_ANON.
2000-09-08 Dave Love Don't include string.h (redundant).
2000-09-07 Gerd Moellmann (obtain, relinquish, relinquish, r_alloc_size_in_use)
2000-09-07 Gerd Moellmann (mmap_find): Fix overlap computation.
2000-09-06 Gerd Moellmann (POINTER, SIZE) [emacs]: Define in terms of
2000-07-05 Andrew Innes Make real_morecore non-static.
2000-06-23 Dave Love Maybe include unistd.h.
1997-09-27 Karl Heuer (relinquish): When returning memory to the system,
1997-07-12 Richard M. Stallman (r_alloc_reinit): New function.
1997-05-16 Richard M. Stallman (mallopt): Declare, if appropriate.
1996-04-07 Richard M. Stallman (r_alloc_check): Don't check alignment of h->start.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-05 Karl Heuer Comment fixes.
1995-03-28 Richard M. Stallman (r_re_alloc): Correct realloc behavior--allow shrinking
1995-02-19 Richard M. Stallman (r_alloc_init): Set __malloc_extra_blocks.
1995-02-16 Richard M. Stallman (r_alloc_check): Return void.
1995-02-16 Richard M. Stallman Whitespace fixes.
1995-02-14 Richard M. Stallman (r_alloc_free): Call refill_memory_reserve only if emacs.
1995-02-07 Richard M. Stallman (r_alloc_size_in_use): New function.