| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs--devo--0 | Miles Bader | 2006-12-07 | 1 | -86/+86 |
|\ |
|
| * | (regex_compile): Fix previous change. | Kenichi Handa | 2006-11-30 | 1 | -1/+8 |
| * | (regex_compile): Fix previous change. | Kenichi Handa | 2006-11-28 | 1 | -1/+1 |
| * | (regex_compile): Don't call SET_LIST_BIT with a | Kenichi Handa | 2006-11-28 | 1 | -1/+2 |
| * | Fix last change in whitespace. | Juanma Barranquero | 2006-11-24 | 1 | -1/+1 |
| * | Whitespace/tab mixups. | Juanma Barranquero | 2006-11-24 | 1 | -89/+89 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-10-15 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | (regex_compile): Set the new `used_syntax' bit. | Stefan Monnier | 2006-10-03 | 1 | -0/+9 |
* | | (analyse_first): Cancel the change for synching with | Kenichi Handa | 2006-10-04 | 1 | -7/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-10-03 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | (analyse_first): For eight-bit-control chars, mark both the | Stefan Monnier | 2006-09-22 | 1 | -8/+42 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-09-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | (re_compile_pattern): Set gl_state.current_syntax_table. | Richard M. Stallman | 2006-09-16 | 1 | -0/+4 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21 | Miles Bader | 2006-02-22 | 1 | -0/+45 |
|\ \
| |/ |
|
| * | Fix indentation. | Andreas Schwab | 2006-02-21 | 1 | -4/+4 |
| * | * regex.c: Revert 2006-02-19 change. | Chong Yidong | 2006-02-20 | 1 | -6/+15 |
| * | * regex.c (xmalloc, xrealloc): Define these when not linked to | Chong Yidong | 2006-02-20 | 1 | -0/+36 |
| * | (extend_range_table_work_area): Fix typo. | Luc Teirlinck | 2006-02-20 | 1 | -1/+1 |
| * | (regex_compile): Call xmalloc and xrealloc. | Richard M. Stallman | 2006-02-20 | 1 | -8/+8 |
| * | (extend_range_table_work_area): Call xmalloc and xrealloc. | Richard M. Stallman | 2006-02-20 | 1 | -2/+2 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7 | Miles Bader | 2006-01-25 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | Stefan Monnier | 2006-01-24 | 1 | -5/+4 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88 | Miles Bader | 2005-10-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | (re_char): Move it back to the implementation file. | Stefan Monnier | 2005-10-04 | 1 | -2/+5 |
| * | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -3/+0 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 | Miles Bader | 2005-08-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 | Miles Bader | 2005-07-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -1/+1 |
| * | (re_search_2, re_match_2_internal): Convert second arg | Eli Zaretskii | 2005-04-24 | 1 | -7/+19 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79 | Miles Bader | 2004-12-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (re_match_2_internal) <symend, wordend>: | Richard M. Stallman | 2004-12-20 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 | Miles Bader | 2004-12-08 | 1 | -28/+94 |
|\ \
| |/ |
|
| * | (GET_UNSIGNED_NUMBER): Signal an error when reaching the end. | Stefan Monnier | 2004-12-06 | 1 | -26/+23 |
| * | (regex_compile): Fix end-of-pattern case for space. | Richard M. Stallman | 2004-12-05 | 1 | -2/+2 |
| * | Fix previous change. | Richard M. Stallman | 2004-11-19 | 1 | -2/+2 |
| * | (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero. | Richard M. Stallman | 2004-11-19 | 1 | -2/+71 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65 | Miles Bader | 2004-10-27 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | (re_error_msgid): Add an entry for REG_ERANGEX. | Kenichi Handa | 2004-10-24 | 1 | -1/+2 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15 | Miles Bader | 2004-06-28 | 1 | -41/+129 |
|\ \
| |/ |
|
| * | (re_wctype, re_iswctype): Function defs longer static. | Richard M. Stallman | 2004-06-13 | 1 | -34/+3 |
| * | (print_partial_compiled_pattern): Add missing 'break' | Stefan Monnier | 2004-05-28 | 1 | -2/+3 |
| * | Add support for new '\_<' and '\_>' regexp operators, matching the | Stefan Monnier | 2004-05-19 | 1 | -7/+125 |
| * | (mutually_exclusive_p): In 'case wordbeg', compare op2 | Eli Zaretskii | 2004-05-11 | 1 | -1/+1 |
| * | (MAX_BUF_SIZE): Reduce to 2**15. | Richard M. Stallman | 2003-10-13 | 1 | -6/+11 |
| * | (regex_compile): Free the stack when returning from function. | Richard M. Stallman | 2003-09-30 | 1 | -3/+1 |
* | | Sync to HEAD. | Kenichi Handa | 2004-04-08 | 1 | -9/+15 |
* | | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -189/+336 |
|\ \ |
|
| * | | (re_search_2): Fix last change. | Dave Love | 2003-06-02 | 1 | -1/+1 |
| * | | (GET_CHAR_BEFORE_2): Check multibyte, not | Kenichi Handa | 2003-05-30 | 1 | -263/+227 |