summaryrefslogtreecommitdiff
path: root/src/regex.c
AgeCommit message (Expand)Author
2006-02-22Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader
2006-02-21Fix indentation.Andreas Schwab
2006-02-20* regex.c: Revert 2006-02-19 change.Chong Yidong
2006-02-20* regex.c (xmalloc, xrealloc): Define these when not linked toChong Yidong
2006-02-20(extend_range_table_work_area): Fix typo.Luc Teirlinck
2006-02-20(regex_compile): Call xmalloc and xrealloc.Richard M. Stallman
2006-02-20(extend_range_table_work_area): Call xmalloc and xrealloc.Richard M. Stallman
2006-01-25Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7Miles Bader
2006-01-24(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.Stefan Monnier
2005-10-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader
2005-10-04(re_char): Move it back to the implementation file.Stefan Monnier
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2005-04-24(re_search_2, re_match_2_internal): Convert second argEli Zaretskii
2004-12-25Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79Miles Bader
2004-12-20(re_match_2_internal) <symend, wordend>:Richard M. Stallman
2004-12-08Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader
2004-12-06(GET_UNSIGNED_NUMBER): Signal an error when reaching the end.Stefan Monnier
2004-12-05(regex_compile): Fix end-of-pattern case for space.Richard M. Stallman
2004-11-19Fix previous change.Richard M. Stallman
2004-11-19(regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.Richard M. Stallman
2004-10-27Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65Miles Bader
2004-10-24(re_error_msgid): Add an entry for REG_ERANGEX.Kenichi Handa
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-06-13(re_wctype, re_iswctype): Function defs longer static.Richard M. Stallman
2004-05-28(print_partial_compiled_pattern): Add missing 'break'Stefan Monnier
2004-05-19Add support for new '\_<' and '\_>' regexp operators, matching theStefan Monnier
2004-05-11(mutually_exclusive_p): In 'case wordbeg', compare op2Eli Zaretskii
2004-04-08Sync to HEAD.Kenichi Handa
2003-10-13(MAX_BUF_SIZE): Reduce to 2**15.Richard M. Stallman
2003-09-30(regex_compile): Free the stack when returning from function.Richard M. Stallman
2003-09-08*** empty log message ***Kenichi Handa
2003-09-08New directoryKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-06-02(re_search_2): Fix last change.Dave Love
2003-05-30(GET_CHAR_BEFORE_2): Check multibyte, notKenichi Handa
2003-02-23(print_partial_compiled_pattern): Output to stderr.Richard M. Stallman
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-01-16(GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.Kenichi Handa
2002-11-18(_GNU_SOURCE): Don't define.Dave Love
2002-11-07(regexec): Fix pmatch declaration.Dave Love
2002-10-07(re_search_2): Fix for the case of unibyte buffer.Kenichi Handa
2002-09-19(re_search_2): Fix previous change.Kenichi Handa
2002-09-10(DISCARD_FAILURE_REG_OR_COUNT): Delete.Stefan Monnier
2002-09-09(regnum_t): Use signed int, not unsigned int.Richard M. Stallman
2002-09-06(set_image_of_range_1): In no-TRANSLATE case,Richard M. Stallman
2002-09-05Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.Dave Love