summaryrefslogtreecommitdiff
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-28/+23
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-8/+2
* remove useless if-before-free testsJim Meyering2008-06-021-6/+3
* (EXTEND_BUFFER): Change order of pointer addition operations, to avoidChong Yidong2008-03-261-5/+7
* (re_match_2_internal): Properly match raw 8-bit bytesAndreas Schwab2008-03-171-0/+2
* (re_match_2_internal): Correct matching of a charsetAndreas Schwab2008-03-161-3/+12
* (re_match_2_internal): Correct matching of eight bitAndreas Schwab2008-03-151-0/+2
* Update copyrights.Stefan Monnier2008-02-121-1/+1
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-4/+0
* Merge from emacs--devo--0Miles Bader2007-10-111-18/+1
|\
| * (C_ALLOCA): Remove all references and code that was only used whenGlenn Morris2007-09-121-18/+1
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\ \ | |/
| * Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-261-2/+3
| * | Switch license to GPLv3 or later.Glenn Morris2007-07-271-2/+3
* | | Merge from emacs--devo--0Miles Bader2007-07-271-2/+3
|\ \ \ | |/ /
* | | Merge from emacs--devo--0Miles Bader2007-06-161-25/+46
|\ \ \ | |/ /
| * | (regex_compile): Remove the `regnum' counter.Stefan Monnier2007-06-121-25/+46
| |/
* | (analyse_first): Fix for multibyte characters in "caseKenichi Handa2007-03-231-17/+20
* | (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.Juanma Barranquero2007-02-161-1/+1
* | (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variableKenichi Handa2007-02-161-5/+5
* | (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New argKenichi Handa2007-02-151-153/+300
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-011-9/+12
|\ \ | |/
| * (regerror): Change parameter name err_code.Jason Rumney2006-12-291-9/+12
* | (regex_compile): Synch with HEAD.Kenichi Handa2006-12-151-1/+2
* | Merge from emacs--devo--0Miles Bader2006-12-071-86/+86
|\ \ | |/
| * (regex_compile): Fix previous change.Kenichi Handa2006-11-301-1/+8
| * (regex_compile): Fix previous change.Kenichi Handa2006-11-281-1/+1
| * (regex_compile): Fix previous change.Kenichi Handa2006-11-281-1/+1
| * (regex_compile): Don't call SET_LIST_BIT with aKenichi Handa2006-11-281-1/+2
| * Fix last change in whitespace.Juanma Barranquero2006-11-241-1/+1
| * Whitespace/tab mixups.Juanma Barranquero2006-11-241-89/+89
* | Merge from emacs--devo--0Miles Bader2006-10-151-0/+9
|\ \ | |/
| * (regex_compile): Set the new `used_syntax' bit.Stefan Monnier2006-10-031-0/+9
* | (analyse_first): Cancel the change for synching withKenichi Handa2006-10-041-7/+1
* | Merge from emacs--devo--0Miles Bader2006-10-031-1/+7
|\ \ | |/
| * (analyse_first): For eight-bit-control chars, mark both theStefan Monnier2006-09-221-8/+42
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+4
|\ \ | |/
| * (re_compile_pattern): Set gl_state.current_syntax_table.Richard M. Stallman2006-09-161-0/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader2006-02-221-0/+45
|\ \ | |/
| * Fix indentation.Andreas Schwab2006-02-211-4/+4
| * * regex.c: Revert 2006-02-19 change.Chong Yidong2006-02-201-6/+15
| * * regex.c (xmalloc, xrealloc): Define these when not linked toChong Yidong2006-02-201-0/+36