summaryrefslogtreecommitdiff
path: root/src/ralloc.c
AgeCommit message (Expand)Author
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-15Fix typos.Juanma Barranquero
2011-09-09Whitespace changes.Juanma Barranquero
2011-07-10ProtoizeAndreas Schwab
2011-02-06* ralloc.c: conform to C89 pointer rulesPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-23Remove unused static functions.Juanma Barranquero
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-12-24Add comments to explain checks and aborts, to assist future debugging.Jason Rumney
2008-12-24* ralloc.c (r_alloc_reset_variable): New function.Jason Rumney
2008-11-21Fix typos in comments.Juanma Barranquero
2008-06-02remove useless if-before-free testsJim Meyering
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-10-29* ralloc.c (relinquish): Use a long for excess space counter toChong Yidong
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-04-02#include blockinput alsoJan Djärv
2005-04-02* alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2001-02-19(__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann
2000-09-25(__malloc_extra_blocks): Declare as __malloc_size_t.Dave Love
2000-09-14Remove everything having to do with the use of mmap.Gerd Moellmann
2000-09-10(mmap_enlarge): Don't return 0 if successful.Gerd Moellmann
2000-09-08(mmap_fd): Remove initializer which can make itGerd Moellmann
2000-09-08(r_alloc_init_fd): Move. Fix conditional for pcc.Dave Love
2000-09-08(r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.Dave Love
2000-09-08(r_alloc_init_fd): Conditionalize on MAP_ANON.Dave Love
2000-09-08Don't include string.h (redundant).Dave Love
2000-09-07(obtain, relinquish, relinquish, r_alloc_size_in_use)Gerd Moellmann
2000-09-07(mmap_find): Fix overlap computation.Gerd Moellmann
2000-09-06(POINTER, SIZE) [emacs]: Define in terms ofGerd Moellmann
2000-07-05Make real_morecore non-static.Andrew Innes
2000-06-23Maybe include unistd.h.Dave Love
1997-09-27(relinquish): When returning memory to the system,Karl Heuer