summaryrefslogtreecommitdiff
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-12-071-86/+86
|\
| * (regex_compile): Fix previous change.Kenichi Handa2006-11-301-1/+8
| * (regex_compile): Fix previous change.Kenichi Handa2006-11-281-1/+1
| * (regex_compile): Don't call SET_LIST_BIT with aKenichi Handa2006-11-281-1/+2
| * Fix last change in whitespace.Juanma Barranquero2006-11-241-1/+1
| * Whitespace/tab mixups.Juanma Barranquero2006-11-241-89/+89
* | Merge from emacs--devo--0Miles Bader2006-10-151-0/+9
|\ \ | |/
| * (regex_compile): Set the new `used_syntax' bit.Stefan Monnier2006-10-031-0/+9
* | (analyse_first): Cancel the change for synching withKenichi Handa2006-10-041-7/+1
* | Merge from emacs--devo--0Miles Bader2006-10-031-1/+7
|\ \ | |/
| * (analyse_first): For eight-bit-control chars, mark both theStefan Monnier2006-09-221-8/+42
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+4
|\ \ | |/
| * (re_compile_pattern): Set gl_state.current_syntax_table.Richard M. Stallman2006-09-161-0/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader2006-02-221-0/+45
|\ \ | |/
| * 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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7Miles Bader2006-01-251-5/+4
|\ \ | |/
| * (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.Stefan Monnier2006-01-241-5/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-2/+2
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-1/+1
|\ \ | |/
| * 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
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79Miles Bader2004-12-251-1/+1
|\ \ | |/
| * (re_match_2_internal) <symend, wordend>:Richard M. Stallman2004-12-201-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-28/+94
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65Miles Bader2004-10-271-1/+2
|\ \ | |/
| * (re_error_msgid): Add an entry for REG_ERANGEX.Kenichi Handa2004-10-241-1/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-41/+129
|\ \ | |/
| * (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
* | Sync to HEAD.Kenichi Handa2004-04-081-9/+15
* | *** empty log message ***Kenichi Handa2003-09-081-189/+336
|\ \
| * | (re_search_2): Fix last change.Dave Love2003-06-021-1/+1
| * | (GET_CHAR_BEFORE_2): Check multibyte, notKenichi Handa2003-05-301-263/+227