Mercurial > hg > xemacs-beta
log src/ChangeLog @ 5661:6e5a7278f9bf
age | author | description |
---|---|---|
Tue, 08 May 2012 09:47:41 +0100 | Aidan Kehoe | Add cast to Ibyte *, search.c, thank you Jeff Sparkes. |
Sun, 06 May 2012 15:29:59 +0100 | Aidan Kehoe | Don't augment ENVIRONMENT when that's not indicated, #'macroexpand. |
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 |
Sat, 14 Apr 2012 21:18:11 +0100 | Aidan Kehoe | Remove a redundant double division, number-mp.c:bignum_ceil(). |