index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-17
/
+19
*
* regex.c (re_search_2): Use ssize_t to avoid integer overflow.
Dmitry Antipov
2014-07-15
1
-2
/
+1
*
Assume C99 or later.
Paul Eggert
2014-05-17
1
-6
/
+1
*
Avoid undefined behavior in signed left shift.
Paul Eggert
2014-04-27
1
-1
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix bug in previous regex.c change, which broke a\{2,}.
Paul Eggert
2013-12-12
1
-5
/
+5
*
Avoid undefined behavior with huge regexp interval counts.
Paul Eggert
2013-12-12
1
-11
/
+9
*
Spelling and punctuation fixes.
Paul Eggert
2013-12-01
1
-1
/
+1
*
* regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.
Paul Eggert
2013-11-06
1
-1
/
+1
*
Fix syntax.h bug introduced by recent INLINE change.
Paul Eggert
2013-09-21
1
-3
/
+3
*
* regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)
Andreas Schwab
2013-08-28
1
-16
/
+15
*
Fix minor problems found by static checking.
Paul Eggert
2013-08-26
1
-2
/
+2
*
Omit some unnecessary casts.
Paul Eggert
2013-08-10
1
-5
/
+4
*
Port to C89.
Paul Eggert
2013-07-10
1
-14
/
+19
*
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-05-17
1
-2
/
+5
*
* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
Stefan Monnier
2013-05-14
1
-3
/
+6
*
* regex.c: Fix problems when DEBUG is defined.
Paul Eggert
2013-05-05
1
-199
/
+179
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-3
/
+3
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-4
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
|
*
Use URLs, not Boston addresses, in copyright notices.
Paul Eggert
2012-12-31
1
-3
/
+1
*
|
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-11-08
1
-1
/
+1
|
/
*
* regex.c (immediate_quit) [emacs]: Remove duplicate decl.
Paul Eggert
2012-10-10
1
-1
/
+0
*
Remove configure's --without-sync-input option.
Paul Eggert
2012-09-16
1
-3
/
+3
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Revert changes prompted only by gcc -Wjump-misses-init.
Paul Eggert
2012-09-03
1
-4
/
+2
*
Fix minor problems found by static checking.
Paul Eggert
2012-09-03
1
-2
/
+4
*
Use bool for Emacs Lisp booleans.
Paul Eggert
2012-08-14
1
-2
/
+1
*
* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
Paul Eggert
2012-07-30
1
-10
/
+8
*
Don't use the abbreviation "win" to refer to Windows (Bug#10421).
Paul Eggert
2012-07-29
1
-14
/
+0
*
Simplify by avoiding confusing use of strncpy etc.
Paul Eggert
2012-07-10
1
-1
/
+1
*
More xmalloc and related cleanup.
Paul Eggert
2012-07-05
1
-30
/
+13
*
* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
Paul Eggert
2012-07-03
1
-1
/
+1
*
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Paul Eggert
2012-06-25
1
-3
/
+1
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-1
/
+1
[next]