log src/regex.c @ 112453:06719a229a46 default tip

age author description
Mon, 17 Jan 2011 11:24:36 -0800 Paul Eggert Merge from mainline.
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sun, 16 Jan 2011 23:34:14 -0800 Paul Eggert * regex.c (analyse_first): Remove unreachable 'continue' statement.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 15 Nov 2010 22:44:51 -0800 Dan Nicolaescu Convert definitions to standard C.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Tue, 12 Oct 2010 17:16:57 +0200 Juanma Barranquero Fix typos in docstrings, comments and ChangeLogs.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 13:51:28 +0200 Juanma Barranquero Fix prototypes.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Thu, 10 Jun 2010 00:08:50 +0200 Andreas Schwab Merge from emacs-23
Thu, 03 Jun 2010 17:34:35 +0200 Juanma Barranquero Fix typos.
Sat, 05 Jun 2010 02:41:32 +0200 Juanma Barranquero Remove obsolete macro BASE_LEADING_CODE_P.
Thu, 03 Jun 2010 21:02:32 +0200 Juanma Barranquero Remove obsolete pre-unicode2 macros.
Wed, 10 Mar 2010 09:45:21 -0500 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
Fri, 05 Mar 2010 14:54:39 -0500 Stefan Monnier * regex.c (regex_compile): Setup gl_state as well.
Wed, 27 Jan 2010 14:17:35 +0900 Kenichi Handa regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Sun, 04 Oct 2009 02:58:53 +0000 Juanma Barranquero Fix typos in comments.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 12 Jun 2008 20:25:47 +0000 Stefan Monnier * character.h (CHAR_TO_BYTE_SAFE): New macro.
Mon, 02 Jun 2008 06:00:54 +0000 Jim Meyering remove useless if-before-free tests
Wed, 26 Mar 2008 22:54:40 +0000 Chong Yidong (EXTEND_BUFFER): Change order of pointer addition operations, to avoid
Mon, 17 Mar 2008 14:52:34 +0000 Andreas Schwab (re_match_2_internal): Properly match raw 8-bit bytes
Sun, 16 Mar 2008 10:45:53 +0000 Andreas Schwab (re_match_2_internal): Correct matching of a charset
Sat, 15 Mar 2008 14:21:08 +0000 Andreas Schwab (re_match_2_internal): Correct matching of eight bit
Tue, 12 Feb 2008 21:26:23 +0000 Stefan Monnier Update copyrights.
Sat, 09 Feb 2008 18:03:10 +0000 Dan Nicolaescu * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 13 Aug 2007 13:48:35 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Jun 2007 22:32:13 +0000 Miles Bader Merge from emacs--devo--0
Fri, 23 Mar 2007 05:44:14 +0000 Kenichi Handa (analyse_first): Fix for multibyte characters in "case
Fri, 16 Feb 2007 10:26:29 +0000 Juanma Barranquero (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
Fri, 16 Feb 2007 06:37:28 +0000 Kenichi Handa (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
Thu, 15 Feb 2007 11:23:52 +0000 Kenichi Handa (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Mon, 01 Jan 2007 03:21:06 +0000 Miles Bader Merge from emacs--devo--0
Fri, 15 Dec 2006 01:33:37 +0000 Kenichi Handa (regex_compile): Synch with HEAD.
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Oct 2006 02:54:13 +0000 Miles Bader Merge from emacs--devo--0
Wed, 04 Oct 2006 07:06:28 +0000 Kenichi Handa (analyse_first): Cancel the change for synching with
Tue, 03 Oct 2006 05:04:21 +0000 Miles Bader Merge from emacs--devo--0
Wed, 20 Sep 2006 06:04:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 22 Feb 2006 06:54:10 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Wed, 25 Jan 2006 07:10:04 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Fri, 07 Oct 2005 07:15:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Sat, 25 Dec 2004 02:00:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Wed, 27 Oct 2004 05:42:04 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Thu, 08 Apr 2004 11:39:14 +0000 Kenichi Handa Sync to HEAD.
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Mon, 02 Jun 2003 18:28:46 +0000 Dave Love (re_search_2): Fix last change.
Fri, 30 May 2003 07:00:29 +0000 Kenichi Handa (GET_CHAR_BEFORE_2): Check multibyte, not
Mon, 07 Oct 2002 12:58:29 +0000 Kenichi Handa (re_search_2): Fix for the case of unibyte buffer.
Thu, 19 Sep 2002 00:40:09 +0000 Kenichi Handa (re_search_2): Fix previous change.
Thu, 05 Sep 2002 17:01:55 +0000 Dave Love Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
Tue, 03 Sep 2002 04:09:40 +0000 Kenichi Handa * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
Fri, 01 Mar 2002 01:46:12 +0000 Kenichi Handa * regex.c: Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Wed, 12 Sep 2007 07:21:32 +0000 Glenn Morris (C_ALLOCA): Remove all references and code that was only used when
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 01 Jan 2007 17:38:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 14 Oct 2006 17:36:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Tue, 21 Feb 2006 15:57:00 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 20 Feb 2006 16:35:38 +0000 Karoly Lorentey Fix compilation.
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Fri, 27 Jul 2007 07:18:33 +0000 Glenn Morris Switch license to GPLv3 or later.
Tue, 12 Jun 2007 18:40:18 +0000 Stefan Monnier (regex_compile): Remove the `regnum' counter.
Wed, 26 Mar 2008 22:57:42 +0000 Chong Yidong (EXTEND_BUFFER): Change order of pointer addition operations, to avoid
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Thu, 26 Jul 2007 04:49:45 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 29 Dec 2006 14:32:52 +0000 Jason Rumney (regerror): Change parameter name err_code.
Thu, 30 Nov 2006 01:52:26 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:13:26 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:12:50 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:10:09 +0000 Kenichi Handa (regex_compile): Don't call SET_LIST_BIT with a
Fri, 24 Nov 2006 19:36:39 +0000 Juanma Barranquero Fix last change in whitespace.
Fri, 24 Nov 2006 09:30:44 +0000 Juanma Barranquero Whitespace/tab mixups.
Tue, 03 Oct 2006 13:19:18 +0000 Stefan Monnier (regex_compile): Set the new `used_syntax' bit.
Fri, 22 Sep 2006 17:30:13 +0000 Stefan Monnier (analyse_first): For eight-bit-control chars, mark both the
Sat, 16 Sep 2006 15:28:47 +0000 Richard M. Stallman (re_compile_pattern): Set gl_state.current_syntax_table.
Tue, 21 Feb 2006 12:58:58 +0000 Andreas Schwab Fix indentation.
Mon, 20 Feb 2006 16:44:09 +0000 Chong Yidong * regex.c: Revert 2006-02-19 change.
Mon, 20 Feb 2006 16:25:21 +0000 Chong Yidong * regex.c (xmalloc, xrealloc): Define these when not linked to
Mon, 20 Feb 2006 03:48:53 +0000 Luc Teirlinck (extend_range_table_work_area): Fix typo.
Mon, 20 Feb 2006 01:19:08 +0000 Richard M. Stallman (regex_compile): Call xmalloc and xrealloc.
Mon, 20 Feb 2006 01:15:42 +0000 Richard M. Stallman (extend_range_table_work_area): Call xmalloc and xrealloc.
Tue, 24 Jan 2006 19:14:58 +0000 Stefan Monnier (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
Tue, 04 Oct 2005 04:31:08 +0000 Stefan Monnier (re_char): Move it back to the implementation file.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sun, 24 Apr 2005 16:40:43 +0000 Eli Zaretskii (re_search_2, re_match_2_internal): Convert second arg
Mon, 20 Dec 2004 11:06:14 +0000 Richard M. Stallman (re_match_2_internal) <symend, wordend>:
Mon, 06 Dec 2004 00:41:40 +0000 Stefan Monnier (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
Sun, 05 Dec 2004 23:34:16 +0000 Richard M. Stallman (regex_compile): Fix end-of-pattern case for space.
Fri, 19 Nov 2004 19:47:39 +0000 Richard M. Stallman Fix previous change.
Fri, 19 Nov 2004 19:36:09 +0000 Richard M. Stallman (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
Sun, 24 Oct 2004 03:56:51 +0000 Kenichi Handa (re_error_msgid): Add an entry for REG_ERANGEX.
Sun, 13 Jun 2004 22:36:05 +0000 Richard M. Stallman (re_wctype, re_iswctype): Function defs longer static.
Fri, 28 May 2004 22:28:09 +0000 Stefan Monnier (print_partial_compiled_pattern): Add missing 'break'
Wed, 19 May 2004 16:37:35 +0000 Stefan Monnier Add support for new '\_<' and '\_>' regexp operators, matching the
Tue, 11 May 2004 09:47:25 +0000 Eli Zaretskii (mutually_exclusive_p): In 'case wordbeg', compare op2
Mon, 13 Oct 2003 18:48:14 +0000 Richard M. Stallman (MAX_BUF_SIZE): Reduce to 2**15.
Tue, 30 Sep 2003 12:36:17 +0000 Richard M. Stallman (regex_compile): Free the stack when returning from function.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sun, 23 Feb 2003 15:00:30 +0000 Richard M. Stallman (print_partial_compiled_pattern): Output to stderr.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.