summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAge
* ProtoizeAndreas Schwab2011-07-10
* * ralloc.c: conform to C89 pointer rulesPaul Eggert2011-02-06
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from mainline.Paul Eggert2011-01-14
|\|
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/ /
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-25
* | Remove unused static functions.Juanma Barranquero2010-07-23
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Add comments to explain checks and aborts, to assist future debugging.Jason Rumney2008-12-24
* * ralloc.c (r_alloc_reset_variable): New function.Jason Rumney2008-12-24
* Fix typos in comments.Juanma Barranquero2008-11-21
* remove useless if-before-free testsJim Meyering2008-06-02
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* * ralloc.c (relinquish): Use a long for excess space counter toChong Yidong2006-10-29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* #include blockinput alsoJan Djärv2005-04-02
* * alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv2005-04-02
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann2001-02-19
* (__malloc_extra_blocks): Declare as __malloc_size_t.Dave Love2000-09-25
* Remove everything having to do with the use of mmap.Gerd Moellmann2000-09-14
* (mmap_enlarge): Don't return 0 if successful.Gerd Moellmann2000-09-10
* (mmap_fd): Remove initializer which can make itGerd Moellmann2000-09-08
* (r_alloc_init_fd): Move. Fix conditional for pcc.Dave Love2000-09-08
* (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.Dave Love2000-09-08
* (r_alloc_init_fd): Conditionalize on MAP_ANON.Dave Love2000-09-08
* Don't include string.h (redundant).Dave Love2000-09-08
* (obtain, relinquish, relinquish, r_alloc_size_in_use)Gerd Moellmann2000-09-07
* (mmap_find): Fix overlap computation.Gerd Moellmann2000-09-07
* (POINTER, SIZE) [emacs]: Define in terms ofGerd Moellmann2000-09-06
* Make real_morecore non-static.Andrew Innes2000-07-05
* Maybe include unistd.h.Dave Love2000-06-23
* (relinquish): When returning memory to the system,Karl Heuer1997-09-27
* (r_alloc_reinit): New function.Richard M. Stallman1997-07-12
* (mallopt): Declare, if appropriate.Richard M. Stallman1997-05-16
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-07