2003-09-08 |
Kenichi Handa |
*** empty log message ***
|
2003-06-02 |
Dave Love |
(re_search_2): Fix last change.
|
2003-05-30 |
Kenichi Handa |
(GET_CHAR_BEFORE_2): Check multibyte, not
|
2002-10-07 |
Kenichi Handa |
(re_search_2): Fix for the case of unibyte buffer.
|
2002-09-19 |
Kenichi Handa |
(re_search_2): Fix previous change.
|
2002-09-05 |
Dave Love |
Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
|
2002-09-03 |
Kenichi Handa |
* regex.c (RE_TARGET_MULTIBYTE_P): New macro.
|
2002-03-01 |
Kenichi Handa |
* regex.c: Include "character.h" instead of "charset.h".
|
2006-01-16 |
Henrik Enberg |
sync with trunk
|
2003-09-08 |
Kenichi Handa |
New directory
|
2007-09-12 |
Glenn Morris |
(C_ALLOCA): Remove all references and code that was only used when
|
2007-01-29 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2007-01-01 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
2006-12-03 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
|
2006-10-14 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-21 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-20 |
Karoly Lorentey |
Fix compilation.
|
2007-08-13 |
Miles Bader |
Merge from emacs--rel--22
|
2007-07-27 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-06-12 |
Stefan Monnier |
(regex_compile): Remove the `regnum' counter.
|
2008-03-26 |
Chong Yidong |
(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
|
2007-08-08 |
Glenn Morris |
Replace `iff' in comments.
|
2007-07-26 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-01-21 |
Glenn Morris |
Add 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): Fix previous change.
|
2006-11-28 |
Kenichi Handa |
(regex_compile): Don't call SET_LIST_BIT with a
|
2006-11-24 |
Juanma Barranquero |
Fix last change in whitespace.
|
2006-11-24 |
Juanma Barranquero |
Whitespace/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 both the
|
2006-09-16 |
Richard M. Stallman |
(re_compile_pattern): Set gl_state.current_syntax_table.
|
2006-02-21 |
Andreas Schwab |
Fix 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 linked to
|
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 to the correct
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-04 |
Lute Kamstra |
Update 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 the end.
|
2004-12-05 |
Richard M. Stallman |
(regex_compile): Fix end-of-pattern case for space.
|
2004-11-19 |
Richard M. Stallman |
Fix previous change.
|
2004-11-19 |
Richard M. Stallman |
(regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
|
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 Monnier |
Add support for new '\_<' and '\_>' regexp operators, matching the
|
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 function.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-02-23 |
Richard M. Stallman |
(print_partial_compiled_pattern): Output to stderr.
|