aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* (re_search_2, re_match_2_internal): Convert second argEli Zaretskii2005-04-241-7/+19
* (re_match_2_internal) <symend, wordend>:Richard M. Stallman2004-12-201-2/+2
* (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.Stefan Monnier2004-12-061-26/+23
* (regex_compile): Fix end-of-pattern case for space.Richard M. Stallman2004-12-051-2/+2
* Fix previous change.Richard M. Stallman2004-11-191-2/+2
* (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.Richard M. Stallman2004-11-191-2/+71
* (re_error_msgid): Add an entry for REG_ERANGEX.Kenichi Handa2004-10-241-1/+2
* (re_wctype, re_iswctype): Function defs longer static.Richard M. Stallman2004-06-131-34/+3
* (print_partial_compiled_pattern): Add missing 'break'Stefan Monnier2004-05-281-2/+3
* Add support for new '\_<' and '\_>' regexp operators, matching theStefan Monnier2004-05-191-7/+125
* (mutually_exclusive_p): In 'case wordbeg', compare op2Eli Zaretskii2004-05-111-1/+1
* (MAX_BUF_SIZE): Reduce to 2**15.Richard M. Stallman2003-10-131-6/+11
* (regex_compile): Free the stack when returning from function.Richard M. Stallman2003-09-301-3/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (print_partial_compiled_pattern): Output to stderr.Richard M. Stallman2003-02-231-49/+48
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-11/+11
* (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.Kenichi Handa2003-01-161-19/+16
* (_GNU_SOURCE): Don't define.Dave Love2002-11-181-3/+0
* (regexec): Fix pmatch declaration.Dave Love2002-11-071-1/+1
* (DISCARD_FAILURE_REG_OR_COUNT): Delete.Stefan Monnier2002-09-101-132/+127
* (regnum_t): Use signed int, not unsigned int.Richard M. Stallman2002-09-091-1/+1
* (set_image_of_range_1): In no-TRANSLATE case,Richard M. Stallman2002-09-061-18/+45
* (set_image_of_range_1): New function.Richard M. Stallman2002-09-051-36/+233
* (PATFETCH): Remove the translating fetch.Stefan Monnier2002-08-231-26/+50
* (GET_UNSIGNED_NUMBER): Give proper error for spaces.Richard M. Stallman2002-03-251-2/+4
* (DISCARD_FAILURE_REG_OR_COUNT): New macro.Richard M. Stallman2002-03-211-7/+37
* (re_wctype): Try to fix some warnings.Stefan Monnier2001-11-021-8/+10
* (WIDE_CHAR_SUPPORT): Do not use defined() in macro.Gerd Moellmann2001-10-091-1/+5
* (malloc, realloc, free) [emacs]: Undefine beforeEli Zaretskii2001-05-121-0/+9
* (mutually_exclusive_p): Add missing `break' at the end of `charset' processing.Stefan Monnier2001-01-251-0/+1
* (mutually_exclusive_p): Don't blindly handle `charset_not'Stefan Monnier2001-01-241-6/+19
* (re_iswctype, re_wctype_to_bit): Fix braino.Stefan Monnier2000-10-301-41/+40
* (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)Stefan Monnier2000-10-271-13/+14
* More `unsigned char' -> `re_char' changes.Stefan Monnier2000-10-261-195/+165
* (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT onAndrew Innes2000-10-241-8/+13
* (regex_compile): Fix previous change.Kenichi Handa2000-10-241-1/+1
* (regex_compile): Change the way of handling a range from a char lessKenichi Handa2000-10-241-7/+8
* Remove warning that noone noticed anywayJeff Bailey2000-10-171-4/+0
* (WIDE_CHAR_SUPPORT): Define if _LIBC as well.Stefan Monnier2000-10-151-3/+3
* Add warning to top of source filesJeff Bailey2000-09-191-0/+4
* (WIDE_CHAR_SUPPORT): New macro.Stefan Monnier2000-09-041-112/+156
* * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.Stefan Monnier2000-08-311-53/+96
* Merge some changes from GNU libc. Add prototypes.Stefan Monnier2000-08-301-142/+197
* * regex.c: Indent cpp directives and remove parens after `defined'.Stefan Monnier2000-08-281-296/+284
* (PUSH_FAILURE_COUNT): New macro.Stefan Monnier2000-08-251-25/+49
* (regex_compile) <normal_char>: Pay attention to multibyteness.Kenichi Handa2000-08-111-2/+15
* (re_match, re_match_2): Protect calls to alloca (0).Stefan Monnier2000-06-201-3/+10
* (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.Kenichi Handa2000-06-101-11/+17
* (PREFETCH_NOLIMIT): New function.Stefan Monnier2000-05-301-9/+20
* (at_begline_loc_p): Also recognize the \\(?:^ caseStefan Monnier2000-05-251-1/+6