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