| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Assume ‘emacs’ is defined in Emacs-only code | Paul Eggert | 2018-12-17 | 1 | -8/+4 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Port January __morecore changes to AIX 7.1 | Paul Eggert | 2016-09-17 | 1 | -1/+2 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | | 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 |
|\ |
|