Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation and commentary improvements | Eli Zaretskii | 2016-12-10 | 1 | -0/+1 |
* | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 1 | -14/+0 |
* | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -7/+14 |
|\ | |||||
| * | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -95/+104 |
| |\ | |||||
| * \ | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -5/+4 |
| |\ \ | |||||
| * \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -14/+19 |
| |\ \ \ | |||||
| * \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -206/+192 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -4/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -6/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | This introduces a thread-state object and moves various C globals | Tom Tromey | 2012-08-15 | 1 | -6/+4 |
* | | | | | | | | Don't access pointers to freed storage in regex.c | Paul Eggert | 2016-11-26 | 1 | -36/+15 |
* | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-04 | 1 | -73/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Revert fixes to allocation of regex matching | Noam Postavsky | 2016-10-25 | 1 | -73/+0 |
* | | | | | | | | | * src/regex.c (re_search_2): Use UNINIT, not IF_LINT. | Paul Eggert | 2016-10-23 | 1 | -2/+2 |
* | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-10-23 | 1 | -2/+77 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | * src/regex.c (re_search_2): Make new code safe for -Wjump-misses-init. | Paul Eggert | 2016-10-23 | 1 | -3/+6 |
| * | | | | | | | | Port to GCC 6.2.1 + --enable-gcc-warnings | Paul Eggert | 2016-10-22 | 1 | -17/+19 |
| * | | | | | | | | Fix handling of allocation in regex matching | Noam Postavsky | 2016-10-21 | 1 | -3/+73 |
* | | | | | | | | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -14/+2 |
* | | | | | | | | | Remove dead loop iterations in regex.c | Michal Nazarewicz | 2016-09-09 | 1 | -16/+12 |
* | | | | | | | | | Replace decimalnump with alphanumericp | Michal Nazarewicz | 2016-09-09 | 1 | -1/+1 |
* | | | | | | | | | Remove inaccurate comment in regex.c | Michal Nazarewicz | 2016-09-09 | 1 | -2/+1 |
* | | | | | | | | | Spelling and minor grammar fixes | Paul Eggert | 2016-08-05 | 1 | -2/+2 |
* | | | | | | | | | Port regex changes to strict ISO C | Paul Eggert | 2016-08-02 | 1 | -2/+2 |
* | | | | | | | | | Remove unused STREQ macro | Michal Nazarewicz | 2016-08-02 | 1 | -2/+0 |
* | | | | | | | | | Hardcode regex syntax to remove dead code handling different syntax | Michal Nazarewicz | 2016-08-02 | 1 | -9/+31 |
* | | | | | | | | | Get rid of re_set_whitespace_regexp | Michal Nazarewicz | 2016-08-02 | 1 | -15/+24 |
* | | | | | | | | | Get rid of re_set_syntax | Michal Nazarewicz | 2016-08-02 | 1 | -1/+11 |
* | | | | | | | | | Remove dead opcodes in regex bytecode | Michal Nazarewicz | 2016-08-02 | 1 | -27/+1 |
* | | | | | | | | | Refactor regex character class parsing in [:name:] | Michal Nazarewicz | 2016-08-02 | 1 | -156/+154 |
* | | | | | | | | | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020) | Michal Nazarewicz | 2016-07-27 | 1 | -1/+1 |
* | | | | | | | | | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020) | Michal Nazarewicz | 2016-07-25 | 1 | -116/+93 |
* | | | | | | | | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -1/+1 |
* | | | | | | | | | Omit IF_LINT code that no longer seems needed | Paul Eggert | 2016-05-30 | 1 | -3/+3 |
* | | | | | | | | | * src/regex.c (IF_LINT): Remove; it’s in conf_post.h | Ken Brown | 2016-05-30 | 1 | -7/+0 |
* | | | | | | | | | Port redirect-debugging-output to non-GNU/Linux | Paul Eggert | 2016-04-04 | 1 | -2/+2 |
* | | | | | | | | | --enable-gcc-warnings now uses -Wjump-misses-init | Paul Eggert | 2016-02-26 | 1 | -16/+17 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix "[:upper:]" for non-ASCII characters | Eli Zaretskii | 2016-02-20 | 1 | -4/+10 |
* | | | | | | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | | | | | | | | Unrevert most of regexp reentrancy abort patch | Stefan Monnier | 2015-11-21 | 1 | -9/+9 |
* | | | | | | | | Revert regexp reentrancy abort patch | Paul Eggert | 2015-11-21 | 1 | -9/+9 |
* | | | | | | | | Fix regex abort when it tries to reenter itself | Paul Eggert | 2015-11-15 | 1 | -9/+9 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Fix some minor quoting issues with grave accent | Paul Eggert | 2015-08-09 | 1 | -7/+7 |
* | | | | | | | '[:graph:]' now excludes whitespace, not just ' ' | Paul Eggert | 2015-04-15 | 1 | -1/+1 |
* | | | | | | | Make [:graph:] act like [:print:] sans space | Paul Eggert | 2015-04-15 | 1 | -4/+8 |
* | | | | | | | Make [:print:] support non-ASCII characters correctly | Eli Zaretskii | 2015-04-14 | 1 | -3/+6 |
* | | | | | | | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) | Eli Zaretskii | 2015-02-28 | 1 | -6/+12 |
* | | | | | | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | | | | | | Spelling fixes | Paul Eggert | 2014-12-13 | 1 | -9/+9 |
* | | | | | | | Consistently use min and max macros from lisp.h. | Dmitry Antipov | 2014-10-03 | 1 | -11/+13 |