summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-6/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add set operations for bool-vector.Daniel Colascione2013-09-221-11/+11
* Remove duplicate #include directives.Paul Eggert2013-07-051-2/+0
* Assume C89 or better.Paul Eggert2013-02-221-96/+92
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii2012-11-051-17/+17
* Don't abort when ralloc.c:relinquish cannot return a heap to the system.Eli Zaretskii2012-10-071-2/+3
* Clean up the Windows x64 changes.Eli Zaretskii2012-10-011-2/+2
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-8/+8
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* Fix a typo in a comment.Eli Zaretskii2012-09-171-1/+1
* Fix the value of __malloc_extra_blocks.Eli Zaretskii2012-09-171-3/+9
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-10/+10
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-13/+32
|\
| * Fix bug #12242 with crashes in ralloc.c on OpenBSD.Eli Zaretskii2012-08-241-13/+32
| * Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-231-5/+5
* | More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* | Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-231-5/+5
* | Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-311-1/+6
|\ \ | |/
| * Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii2012-05-281-1/+6
* | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-261-0/+6
|\ \ | |/
| * Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii2012-05-231-0/+6
* | Assume C89 or later.Paul Eggert2012-05-211-6/+2
* | Fix minor ralloc.c problems found by static checking.Paul Eggert2012-04-151-59/+1
|/
* Speed up insertion of subprocess output on MS-Windows.Eli Zaretskii2012-02-011-5/+10
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* 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