| Commit message (Expand) | Author | Age | Files | Lines |
* | (EXTEND_BUFFER): Change order of pointer addition operations, to avoid | Chong Yidong | 2008-03-26 | 1 | -5/+7 |
* | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-26 | 1 | -2/+3 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (regerror): Change parameter name err_code. | Jason Rumney | 2006-12-29 | 1 | -9/+12 |
* | (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 |
* | (regex_compile): Set the new `used_syntax' bit. | Stefan Monnier | 2006-10-03 | 1 | -0/+9 |
* | (analyse_first): For eight-bit-control chars, mark both the | Stefan Monnier | 2006-09-22 | 1 | -8/+42 |
* | (re_compile_pattern): Set gl_state.current_syntax_table. | Richard M. Stallman | 2006-09-16 | 1 | -0/+4 |
* | 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 |
* | (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | Stefan Monnier | 2006-01-24 | 1 | -5/+4 |
* | (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 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | 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 |
* | (re_match_2_internal) <symend, wordend>: | Richard M. Stallman | 2004-12-20 | 1 | -2/+2 |
* | (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 |
* | (re_error_msgid): Add an entry for REG_ERANGEX. | Kenichi Handa | 2004-10-24 | 1 | -1/+2 |
* | (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 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (print_partial_compiled_pattern): Output to stderr. | Richard M. Stallman | 2003-02-23 | 1 | -49/+48 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -11/+11 |
* | (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY. | Kenichi Handa | 2003-01-16 | 1 | -19/+16 |
* | (_GNU_SOURCE): Don't define. | Dave Love | 2002-11-18 | 1 | -3/+0 |
* | (regexec): Fix pmatch declaration. | Dave Love | 2002-11-07 | 1 | -1/+1 |
* | (DISCARD_FAILURE_REG_OR_COUNT): Delete. | Stefan Monnier | 2002-09-10 | 1 | -132/+127 |
* | (regnum_t): Use signed int, not unsigned int. | Richard M. Stallman | 2002-09-09 | 1 | -1/+1 |
* | (set_image_of_range_1): In no-TRANSLATE case, | Richard M. Stallman | 2002-09-06 | 1 | -18/+45 |
* | (set_image_of_range_1): New function. | Richard M. Stallman | 2002-09-05 | 1 | -36/+233 |
* | (PATFETCH): Remove the translating fetch. | Stefan Monnier | 2002-08-23 | 1 | -26/+50 |
* | (GET_UNSIGNED_NUMBER): Give proper error for spaces. | Richard M. Stallman | 2002-03-25 | 1 | -2/+4 |
* | (DISCARD_FAILURE_REG_OR_COUNT): New macro. | Richard M. Stallman | 2002-03-21 | 1 | -7/+37 |