index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex.c
Age
Commit message (
Expand
)
Author
2016-05-30
* src/regex.c (IF_LINT): Remove; it’s in conf_post.h
Ken Brown
2016-04-04
Port redirect-debugging-output to non-GNU/Linux
Paul Eggert
2016-02-26
--enable-gcc-warnings now uses -Wjump-misses-init
Paul Eggert
2016-02-20
Fix "[:upper:]" for non-ASCII characters
Eli Zaretskii
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-21
Unrevert most of regexp reentrancy abort patch
Stefan Monnier
2015-11-21
Revert regexp reentrancy abort patch
Paul Eggert
2015-11-15
Fix regex abort when it tries to reenter itself
Paul Eggert
2015-11-01
merge from trunk
Ken Raeburn
2015-08-09
Fix some minor quoting issues with grave accent
Paul Eggert
2015-04-15
'[:graph:]' now excludes whitespace, not just ' '
Paul Eggert
2015-04-15
Make [:graph:] act like [:print:] sans space
Paul Eggert
2015-04-14
Make [:print:] support non-ASCII characters correctly
Eli Zaretskii
2015-02-28
Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)
Eli Zaretskii
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-13
Spelling fixes
Paul Eggert
2014-10-03
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-07-15
* regex.c (re_search_2): Use ssize_t to avoid integer overflow.
Dmitry Antipov
2014-05-17
Assume C99 or later.
Paul Eggert
2014-04-27
Avoid undefined behavior in signed left shift.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-12
Fix bug in previous regex.c change, which broke a\{2,}.
Paul Eggert
2013-12-12
Avoid undefined behavior with huge regexp interval counts.
Paul Eggert
2013-12-01
Spelling and punctuation fixes.
Paul Eggert
2013-11-06
* regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.
Paul Eggert
2013-09-21
Fix syntax.h bug introduced by recent INLINE change.
Paul Eggert
2013-08-28
* regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)
Andreas Schwab
2013-08-26
Fix minor problems found by static checking.
Paul Eggert
2013-08-19
merge from trunk
Tom Tromey
2013-08-10
Omit some unnecessary casts.
Paul Eggert
2013-07-12
Merge from trunk
Tom Tromey
2013-07-10
Port to C89.
Paul Eggert
2013-06-03
merge from trunk; clean up some issues
Tom Tromey
2013-05-17
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-05-14
* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
Stefan Monnier
2013-05-05
* regex.c: Fix problems when DEBUG is defined.
Paul Eggert
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-01-05
merge from trunk
Tom Tromey
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-31
Use URLs, not Boston addresses, in copyright notices.
Paul Eggert
2012-12-17
merge from trunk
Tom Tromey
2012-11-08
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-10-10
* regex.c (immediate_quit) [emacs]: Remove duplicate decl.
Paul Eggert
2012-09-16
Remove configure's --without-sync-input option.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-03
Revert changes prompted only by gcc -Wjump-misses-init.
Paul Eggert
2012-09-03
Fix minor problems found by static checking.
Paul Eggert
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
[prev]
[next]