| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <malloc.h> when advisable | Paul Eggert | 2016-01-30 | 1 | -22/+8 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | Ken Brown | 2014-08-28 | 1 | -6/+6 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -11/+11 |
* | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -2/+0 |
* | Assume C89 or better. | Paul Eggert | 2013-02-22 | 1 | -96/+92 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Fix bug #12774 with crashes in ralloc.c. | Eli Zaretskii | 2012-11-05 | 1 | -17/+17 |
* | Don't abort when ralloc.c:relinquish cannot return a heap to the system. | Eli Zaretskii | 2012-10-07 | 1 | -2/+3 |
* | Clean up the Windows x64 changes. | Eli Zaretskii | 2012-10-01 | 1 | -2/+2 |
* | Support x64 build on MS-Windows with MSVC. | Fabrice Popineau | 2012-09-30 | 1 | -8/+8 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -2/+2 |
* | Fix a typo in a comment. | Eli Zaretskii | 2012-09-17 | 1 | -1/+1 |
* | Fix the value of __malloc_extra_blocks. | Eli Zaretskii | 2012-09-17 | 1 | -3/+9 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -10/+10 |
* | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-08-28 | 1 | -13/+32 |
|\ |
|
| * | Fix bug #12242 with crashes in ralloc.c on OpenBSD. | Eli Zaretskii | 2012-08-24 | 1 | -13/+32 |
| * | Backport: Really fix bug #11519, by fixing the last change in ralloc.c. | Eli Zaretskii | 2012-06-23 | 1 | -5/+5 |
* | | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
* | | Really fix bug #11519, by fixing the last change in ralloc.c. | Eli Zaretskii | 2012-06-23 | 1 | -5/+5 |
* | | Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de | Chong Yidong | 2012-05-31 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Avoid buffer text relocations in calls to STRING_CHAR_* macros. | Eli Zaretskii | 2012-05-28 | 1 | -1/+6 |
* | | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris | 2012-05-26 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Fix bug #11519 with relocation of buffer text during regex search. | Eli Zaretskii | 2012-05-23 | 1 | -0/+6 |
* | | Assume C89 or later. | Paul Eggert | 2012-05-21 | 1 | -6/+2 |
* | | Fix minor ralloc.c problems found by static checking. | Paul Eggert | 2012-04-15 | 1 | -59/+1 |
|/ |
|
* | Speed up insertion of subprocess output on MS-Windows. | Eli Zaretskii | 2012-02-01 | 1 | -5/+10 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-15 | 1 | -8/+8 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -1/+1 |
* | * ralloc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
|/ / |
|
* | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -2/+2 |
* | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 1 | -29/+0 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -18/+10 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -45/+23 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Add comments to explain checks and aborts, to assist future debugging. | Jason Rumney | 2008-12-24 | 1 | -3/+8 |