| 1 |
2008-12-09 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* Simple.pm (_add_to_graph): Added support for \p{} outside |
| 4 |
character classes. |
| 5 |
|
| 6 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
| 8 |
* Simple.pm: Removed "Perl" from descriptions. |
| 9 |
|
| 10 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
| 12 |
* Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't |
| 13 |
plot "SUCCESS" node if not necessary. |
| 14 |
(add_to_graph): Support for empty []/[^] character classes allowed |
| 15 |
in JavaScript regular expressions. |
| 16 |
|
| 17 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
| 19 |
* Simple.pm (push_regexp_node): Invoke |get_graph_index| to return |
| 20 |
the index of the pushed regexp. This invocation is necessary such |
| 21 |
that the order the regexps are pushed is reflected to the index. |
| 22 |
|
| 23 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
| 24 |
|
| 25 |
* Simple.pm: New module. |
| 26 |
|
| 27 |
* ChangeLog: New file. |
| 28 |
|
| 29 |
|