| Age | Commit message (Expand) | Author |
| 2006-02-22 | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21 | Miles Bader |
| 2006-02-21 | Fix 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 to | Chong 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-25 | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7 | Miles Bader |
| 2006-01-24 | (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | Stefan Monnier |
| 2005-10-07 | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88 | Miles 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 correct | Dan Nicolaescu |
| 2005-08-26 | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 | Miles Bader |
| 2005-08-07 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-07-07 | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 | Miles Bader |
| 2005-07-04 | Update FSF's address. | Lute Kamstra |
| 2005-04-24 | (re_search_2, re_match_2_internal): Convert second arg | Eli Zaretskii |
| 2004-12-25 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79 | Miles Bader |
| 2004-12-20 | (re_match_2_internal) <symend, wordend>: | Richard M. Stallman |
| 2004-12-08 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 | Miles 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-19 | Fix previous change. | Richard M. Stallman |
| 2004-11-19 | (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero. | Richard M. Stallman |
| 2004-10-27 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65 | Miles Bader |
| 2004-10-24 | (re_error_msgid): Add an entry for REG_ERANGEX. | Kenichi Handa |
| 2004-06-28 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15 | Miles 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-19 | Add support for new '\_<' and '\_>' regexp operators, matching the | Stefan Monnier |
| 2004-05-11 | (mutually_exclusive_p): In 'case wordbeg', compare op2 | Eli Zaretskii |
| 2004-04-08 | Sync 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-08 | New directory | Kenichi Handa |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-06-02 | (re_search_2): Fix last change. | Dave Love |
| 2003-05-30 | (GET_CHAR_BEFORE_2): Check multibyte, not | Kenichi Handa |
| 2003-02-23 | (print_partial_compiled_pattern): Output to stderr. | Richard M. Stallman |
| 2003-02-04 | Trailing 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-05 | Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'. | Dave Love |