log tests/automated/regexp-tests.el @ 5940:c608d4b0b75e cygwin64 tip

age author description
Sun, 02 Sep 2012 17:36:47 +0100 Aidan Kehoe Pre-emptively update any dirty mirror syntax table before searching
Fri, 04 May 2012 21:12:02 +0100 Aidan Kehoe Support predefined character classes in #'skip-chars-{forward,backward}, too
Wed, 25 Apr 2012 20:25:33 +0100 Aidan Kehoe Actually obey POSIX rules in #'posix-string-match, don't ignore them.
Sat, 21 Apr 2012 18:58:28 +0100 Aidan Kehoe Support non-ASCII correctly in character classes, test this.
Sat, 21 Apr 2012 09:41:27 +0100 Aidan Kehoe Turn on character classes in regex.c by default; test them in regexp-tests.el
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Fri, 12 Mar 2010 18:27:51 -0600 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sat, 30 Jan 2010 19:23:43 +0000 Aidan Kehoe Add tests for the regexp-ranges-treat-control-1-chars badly bug.
Fri, 29 Jan 2010 20:57:42 -0600 Ben Wing fix longstanding search bug involving searching for Control-1 chars
Thu, 14 Jan 2010 02:18:03 -0600 Ben Wing Create Assert-eq, Assert-equal, etc.
Sat, 27 Sep 2008 16:38:11 +0900 Stephen J. Turnbull Add test for at_dot regexp.
Sat, 27 Sep 2008 16:34:40 +0900 Stephen J. Turnbull Fix up initial condition for skip-chars test.
Wed, 27 Aug 2008 21:47:21 +0200 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.