| Commit message (Expand) | Author | Age | Files | Lines |
* | Omit "V" at the start of DEFVAR_BOOL vars | Paul Eggert | 2020-08-25 | 1 | -5/+5 |
* | Fix GC bugs related to uninitialized vectors | Paul Eggert | 2020-08-15 | 1 | -2/+2 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-04-20 | 1 | -2/+2 |
|\ |
|
| * | * src/regex-emacs.c (re_match_2_internal): Rework comment in last change | Stefan Monnier | 2020-04-18 | 1 | -2/+2 |
* | | Port recent character.h changes to --with-wide-int | Paul Eggert | 2020-04-17 | 1 | -7/+6 |
* | | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -60/+53 |
* | | (forward-comment -n): escaped newline is sometimes NOT end of comment | Alan Mackenzie | 2020-04-16 | 1 | -2/+3 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Trivial docstring fixes | Juanma Barranquero | 2019-12-24 | 1 | -1/+1 |
* | Revert "Move description of value to syntax-ppss function." | Lars Ingebrigtsen | 2019-10-30 | 1 | -1/+19 |
* | Move description of value to syntax-ppss function. | Lars Ingebrigtsen | 2019-10-30 | 1 | -19/+1 |
* | Fix misuses of NULL when talking about the NUL character | Stefan Monnier | 2019-03-21 | 1 | -4/+1 |
* | Simplify list creation in C code | Paul Eggert | 2019-03-04 | 1 | -1/+1 |
* | * src/syntax.c (update_syntax_table): Prefer 'else' to 'goto' | Stefan Monnier | 2019-03-01 | 1 | -33/+34 |
* | Maintain interval ->position fields correctly in update_interval | Alan Mackenzie | 2019-03-01 | 1 | -14/+0 |
* | Widen modiff counts to avoid wraparound | Paul Eggert | 2019-01-31 | 1 | -3/+3 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -3/+0 |
* | 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 |
* | | Improve bignum support for system types | Paul Eggert | 2018-08-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -5/+6 |
|\ \ |
|
| * | | Rename src/regex.c to src/regex-emacs.c. | Paul Eggert | 2018-08-05 | 1 | -5/+6 |
* | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -45/+45 |
* | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -54/+54 |
|/ / |
|
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-03-20 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Improve word motion docs (Bug#30815) | Noam Postavsky | 2018-03-16 | 1 | -4/+5 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-02-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 1 | -1/+1 |
* | | Merge from emacs-26 | Noam Postavsky | 2018-01-26 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | * src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765). | Noam Postavsky | 2018-01-26 | 1 | -1/+6 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | * src/syntax.c (find_defun_start): Use syntax-ppss | Stefan Monnier | 2017-12-12 | 1 | -0/+26 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -3/+5 |
* | Fix quitting bug when buffers are frozen | Paul Eggert | 2017-02-01 | 1 | -18/+16 |
* | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -40/+72 |
* | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -28/+2 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -25/+25 |
* | Fix comment detection on open parens | Noam Postavsky | 2017-01-23 | 1 | -55/+62 |
* | 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 |
* | | regex.h now includes sys/types.h | Paul Eggert | 2016-12-25 | 1 | -2/+0 |
* | | Clean out some IRIX cruft | Paul Eggert | 2016-12-06 | 1 | -2/+0 |
* | | Handle chars of syntax word which are also flagged as comment delimiters | Alan Mackenzie | 2016-10-30 | 1 | -3/+20 |
* | | Refactor regex character class parsing in [:name:] | Michal Nazarewicz | 2016-08-02 | 1 | -70/+26 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fbackward_prefix_chars: stay within buffer bounds | Noam Postavsky | 2016-06-16 | 1 | -2/+3 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix. | Glenn Morris | 2016-06-07 | 1 | -1/+1 |