Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename src/regex.c to src/regex-emacs.c. | Paul Eggert | 2018-08-05 | 1 | -6614/+0 |
* | Tune SAFE_FREE | Paul Eggert | 2018-06-28 | 1 | -1/+1 |
* | Make regex matching reentrant; update syntax during match | Daniel Colascione | 2018-06-16 | 1 | -10/+20 |
* | Port --enable-gcc-warnings to GCC 8 | Paul Eggert | 2018-04-28 | 1 | -3/+2 |
* | 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 |
* | | Raise limit of regexp repetition (Bug#24914) | Noam Postavsky | 2018-01-26 | 1 | -2/+3 |
* | | 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 |
* | | Simplify by assuming !_MSC_VER. | Paul Eggert | 2017-11-02 | 1 | -19/+13 |
|/ | |||||
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | ; Don't use non-ASCII quotes in comments | Eli Zaretskii | 2017-07-30 | 1 | -4/+4 |
* | Convert hex digits more systematically | Paul Eggert | 2017-07-05 | 1 | -3/+1 |
* | Pacify GCC 7 with --enable-gcc-warnings | Paul Eggert | 2017-05-16 | 1 | -1/+1 |
* | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -4/+4 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -13/+13 |
* | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -6/+4 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -5/+2 |
* | Use expanded stack during regex matches | Noam Postavsky | 2017-01-08 | 1 | -30/+43 |
* | Fix computation of regex stack limit | Noam Postavsky | 2017-01-08 | 1 | -9/+6 |
* | Add support for Unicode whitespace in [:blank:] | Philipp Stephani | 2017-01-06 | 1 | -4/+8 |
* | 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 |
* | | 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 |