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