aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (extend_range_table_work_area): Fix typo.Luc Teirlinck2006-02-201-1/+1
* (regex_compile): Call xmalloc and xrealloc.Richard M. Stallman2006-02-201-8/+8
* (extend_range_table_work_area): Call xmalloc and xrealloc.Richard M. Stallman2006-02-201-2/+2
* (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.Stefan Monnier2006-01-241-5/+4
* (re_char): Move it back to the implementation file.Stefan Monnier2005-10-041-2/+5
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-3/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
* (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