1 |
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><id>http://suika.fam.cx/regexp/doc/regexp-commit</id><title><http://suika.fam.cx/regexp/> ChangeLog diffs</title><updated>2008-12-07T11:46:03Z</updated><link href="http://suika.fam.cx/regexp/doc/regexp-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/regexp/doc/readme" rel="related"></link><link href="http://suika.fam.cx/regexp/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1228650365"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228650365</id><title>2008-12-07 Wakaba</title><updated>2008-12-07T11:46:03Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 7 Dec 2008 11:45:48 -0000 |
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><id>http://suika.fam.cx/regexp/doc/regexp-commit</id><title><http://suika.fam.cx/regexp/> ChangeLog diffs</title><updated>2008-12-08T12:21:22Z</updated><link href="http://suika.fam.cx/regexp/doc/regexp-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/regexp/doc/readme" rel="related"></link><link href="http://suika.fam.cx/regexp/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1228738886"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228738886</id><title>2008-12-08 Wakaba</title><updated>2008-12-08T12:21:22Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 8 Dec 2008 12:21:06 -0000 |
2 |
|
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
3 |
|
|
4 |
|
* input.html: Added |select| for language selection. |
5 |
|
|
6 |
|
* regexp.cgi: Don't percent-decode query parameter values decoded |
7 |
|
by Message::CGI::HTTP twice. Added JavaScript regular expression |
8 |
|
support. Regular expression input was not expanded in |title| |
9 |
|
elements. |
10 |
|
|
11 |
|
++ swe/lib/Regexp/Parser/ChangeLog 8 Dec 2008 12:17:06 -0000 |
12 |
|
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* JavaScript.pm: New module. |
15 |
|
|
16 |
|
++ swe/lib/Regexp/Visualize/ChangeLog 8 Dec 2008 12:19:40 -0000 |
17 |
|
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't |
20 |
|
plot "SUCCESS" node if not necessary. |
21 |
|
(add_to_graph): Support for empty []/[^] character classes allowed |
22 |
|
in JavaScript regular expressions. |
23 |
|
|
24 |
|
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Simple.pm (push_regexp_node): Invoke |get_graph_index| to return |
27 |
|
the index of the pushed regexp. This invocation is necessary such |
28 |
|
that the order the regexps are pushed is reflected to the index. |
29 |
|
|
30 |
|
</content></entry><entry xml:id="entry-1228650365"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228650365</id><title>2008-12-07 Wakaba</title><updated>2008-12-07T11:46:03Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 7 Dec 2008 11:45:48 -0000 |
31 |
* regexp.cgi: Parser patch and graph constructor codes moved into |
* regexp.cgi: Parser patch and graph constructor codes moved into |
32 |
their own modules. |
their own modules. |
33 |
|
|