Merge from emacs--rel--22
[bpt/emacs.git] / src / regex.c
2007-08-13 Miles BaderMerge from emacs--rel--22
2007-08-08 Glenn MorrisReplace `iff' in comments.
2007-08-03 Miles BaderMerge from emacs--rel--22
2007-07-31 Miles BaderMerge from emacs--rel--22
2007-07-30 Miles BaderMerge from emacs--rel--22
2007-07-27 Glenn MorrisSwitch license to GPLv3 or later.
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Glenn MorrisSwitch license to GPLv3 or later.
2007-07-24 Miles BaderMerge from emacs--rel--22
2007-07-15 Miles BaderMerge from emacs--rel--22
2007-07-10 Miles BaderMerge from emacs--rel--22
2007-06-16 Miles BaderMerge from emacs--rel--22
2007-06-15 Miles BaderMerge from emacs--rel--22
2007-06-14 Miles BaderMerge from emacs--rel--22
2007-06-12 Stefan Monnier(regex_compile): Remove the `regnum' counter.
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2006-12-29 Jason Rumney(regerror): Change parameter name err_code.
2006-11-30 Kenichi Handa(regex_compile): Fix previous change.
2006-11-28 Kenichi Handa(regex_compile): Fix previous change.
2006-11-28 Kenichi Handa(regex_compile): Don't call SET_LIST_BIT with a
2006-11-24 Juanma BarranqueroFix last change in whitespace.
2006-11-24 Juanma BarranqueroWhitespace/tab mixups.
2006-10-03 Stefan Monnier(regex_compile): Set the new `used_syntax' bit.
2006-09-22 Stefan Monnier(analyse_first): For eight-bit-control chars, mark...
2006-09-16 Richard M. Stallman(re_compile_pattern): Set gl_state.current_syntax_table.
2006-02-21 Andreas SchwabFix indentation.
2006-02-20 Chong Yidong* regex.c: Revert 2006-02-19 change.
2006-02-20 Chong Yidong* regex.c (xmalloc, xrealloc): Define these when not...
2006-02-20 Luc Teirlinck(extend_range_table_work_area): Fix typo.
2006-02-20 Richard M. Stallman(regex_compile): Call xmalloc and xrealloc.
2006-02-20 Richard M. Stallman(extend_range_table_work_area): Call xmalloc and xrealloc.
2006-01-24 Stefan Monnier(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
2005-10-04 Stefan Monnier(re_char): Move it back to the implementation file.
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-24 Eli Zaretskii(re_search_2, re_match_2_internal): Convert second arg
2004-12-20 Richard M. Stallman(re_match_2_internal) <symend, wordend>:
2004-12-06 Stefan Monnier(GET_UNSIGNED_NUMBER): Signal an error when reaching...
2004-12-05 Richard M. Stallman(regex_compile): Fix end-of-pattern case for space.
2004-11-19 Richard M. StallmanFix previous change.
2004-11-19 Richard M. Stallman(regex_compile): Substitute whitespace_regexp for space...
2004-10-24 Kenichi Handa(re_error_msgid): Add an entry for REG_ERANGEX.
2004-06-13 Richard M. Stallman(re_wctype, re_iswctype): Function defs longer static.
2004-05-28 Stefan Monnier(print_partial_compiled_pattern): Add missing 'break'
2004-05-19 Stefan MonnierAdd support for new '\_<' and '\_>' regexp operators...
2004-05-11 Eli Zaretskii(mutually_exclusive_p): In 'case wordbeg', compare op2
2003-10-13 Richard M. Stallman(MAX_BUF_SIZE): Reduce to 2**15.
2003-09-30 Richard M. Stallman(regex_compile): Free the stack when returning from...
2003-09-01 Miles BaderAdd arch taglines
2003-02-23 Richard M. Stallman(print_partial_compiled_pattern): Output to stderr.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-16 Kenichi Handa(GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
2002-11-18 Dave Love(_GNU_SOURCE): Don't define.
2002-11-07 Dave Love(regexec): Fix pmatch declaration.
2002-09-10 Stefan Monnier(DISCARD_FAILURE_REG_OR_COUNT): Delete.
2002-09-09 Richard M. Stallman(regnum_t): Use signed int, not unsigned int.
2002-09-06 Richard M. Stallman(set_image_of_range_1): In no-TRANSLATE case,
2002-09-05 Richard M. Stallman(set_image_of_range_1): New function.
2002-08-23 Stefan Monnier(PATFETCH): Remove the translating fetch.
2002-03-25 Richard M. Stallman(GET_UNSIGNED_NUMBER): Give proper error for spaces.
2002-03-21 Richard M. Stallman(DISCARD_FAILURE_REG_OR_COUNT): New macro.
2001-11-02 Stefan Monnier(re_wctype): Try to fix some warnings.
2001-10-09 Gerd Moellmann(WIDE_CHAR_SUPPORT): Do not use defined() in macro.
2001-05-12 Eli Zaretskii(malloc, realloc, free) [emacs]: Undefine before
2001-01-25 Stefan Monnier(mutually_exclusive_p): Add missing `break' at the...
2001-01-24 Stefan Monnier(mutually_exclusive_p): Don't blindly handle `charset_not'
2000-10-30 Stefan Monnier(re_iswctype, re_wctype_to_bit): Fix braino.
2000-10-27 Stefan Monnier(POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
2000-10-26 Stefan MonnierMore `unsigned char' -> `re_char' changes.
2000-10-24 Andrew Innes(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
2000-10-24 Kenichi Handa(regex_compile): Fix previous change.
2000-10-24 Kenichi Handa(regex_compile): Change the way of handling a range...
2000-10-17 Jeff BaileyRemove warning that noone noticed anyway
2000-10-15 Stefan Monnier(WIDE_CHAR_SUPPORT): Define if _LIBC as well.
2000-09-19 Jeff BaileyAdd warning to top of source files
2000-09-04 Stefan Monnier(WIDE_CHAR_SUPPORT): New macro.
2000-08-31 Stefan Monnier* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
2000-08-30 Stefan MonnierMerge some changes from GNU libc. Add prototypes.
2000-08-28 Stefan Monnier* regex.c: Indent cpp directives and remove parens...
2000-08-25 Stefan Monnier(PUSH_FAILURE_COUNT): New macro.
next