| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline a couple of functions that were macros | Paul Eggert | 2020-04-25 | 1 | -1/+1 |
* | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -2/+9 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix some fixnum overflow problems in ccl.c | Paul Eggert | 2019-08-15 | 1 | -12/+23 |
* | Improve XFIXNUM cleanup a bit | Paul Eggert | 2019-06-27 | 1 | -2/+2 |
* | Clean up use of XFIXNUM etc. | Paul Eggert | 2019-06-27 | 1 | -3/+3 |
* | 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 |
* | | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -2/+2 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -59/+59 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -38/+38 |
|/ |
|
* | 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 | -2/+2 |
* | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -1/+3 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 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 |
* | | 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 |
* | | Prefer memcpy and memset to doing it by hand | Paul Eggert | 2016-02-04 | 1 | -4/+1 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Use INT_ADD_WRAPV etc. to check integer overflow | Paul Eggert | 2015-11-08 | 1 | -5/+3 |
* | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -4/+0 |
* | Port --enable-gcc-warnings to GCC 5.1 x86-64 | Paul Eggert | 2015-04-24 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -15/+9 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * lisp.h (STRING_COPYIN): Remove; unused. | Dmitry Antipov | 2014-06-17 | 1 | -5/+2 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -16/+11 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -4/+4 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -4/+4 |
* | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -2/+2 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -3/+3 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -2/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -9/+6 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -3/+3 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-12-18 | 1 | -2/+2 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-24 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -2/+2 |
| * | Spelling fixes. | Paul Eggert | 2011-11-13 | 1 | -1/+1 |