annotate README.GPLv3 @ 5647:1d9f603e9125

Turn on character classes in regex.c by default; test them in regexp-tests.el 2012-04-21 Aidan Kehoe <kehoea@parhasard.net> * regex.h (RE_SYNTAX_EMACS): Turn on character classes ([:alnum:] and friends) by default. This implementation is incomplete, am working on a version that handles non-ASCII characters correctly. tests/ChangeLog addition: 2012-04-21 Aidan Kehoe <kehoea@parhasard.net> * automated/regexp-tests.el: * automated/regexp-tests.el (Assert-char-class): Test the character classes functionality that was always in regex.c but that has only just been turned on. These tests pass on GNU Emacs 24.0.94.2.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 21 Apr 2012 09:41:27 +0100
parents 03a25cad6aa0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5434
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
1 Here we have notes about the conversion to GPLv3. Things left to do,
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
2 things to check, etc...
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
3
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
4 * File with copyright notices that ought to be checked
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
5
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
6 "etc/gnuserv.1" and "etc/gnuserv.README". Copyright added with date
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
7 1998. If more accurate dates for the respective contributions can be
03a25cad6aa0 Added README for the GPLv3 or later conversion.
Mats Lidell <matsl@xemacs.org>
parents:
diff changeset
8 deduced it would be good.