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-08T12:25:05Z</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-1228739110"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228739110</id><title>2008-12-08 Wakaba</title><updated>2008-12-08T12:25:05Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/Regexp/Visualize/ChangeLog 8 Dec 2008 12:25:02 -0000 |
2 |
* Simple.pm: Removed "Perl" from descriptions. |
3 |
|
4 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
5 |
|
6 |
</content></entry><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 |
7 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* input.html: Added |select| for language selection. |
10 |
|
11 |
* regexp.cgi: Don't percent-decode query parameter values decoded |
12 |
by Message::CGI::HTTP twice. Added JavaScript regular expression |
13 |
support. Regular expression input was not expanded in |title| |
14 |
elements. |
15 |
|
16 |
++ swe/lib/Regexp/Parser/ChangeLog 8 Dec 2008 12:17:06 -0000 |
17 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* JavaScript.pm: New module. |
20 |
|
21 |
++ swe/lib/Regexp/Visualize/ChangeLog 8 Dec 2008 12:19:40 -0000 |
22 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't |
25 |
plot "SUCCESS" node if not necessary. |
26 |
(add_to_graph): Support for empty []/[^] character classes allowed |
27 |
in JavaScript regular expressions. |
28 |
|
29 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* Simple.pm (push_regexp_node): Invoke |get_graph_index| to return |
32 |
the index of the pushed regexp. This invocation is necessary such |
33 |
that the order the regexps are pushed is reflected to the index. |
34 |
|
35 |
</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 |
36 |
* regexp.cgi: Parser patch and graph constructor codes moved into |
37 |
their own modules. |
38 |
|
39 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
++ swe/lib/Regexp/Parser/ChangeLog 7 Dec 2008 11:45:06 -0000 |
42 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* Perl58.pm: New module. |
45 |
|
46 |
* ChangeLog: New file. |
47 |
|
48 |
++ swe/lib/Regexp/ChangeLog 7 Dec 2008 11:01:48 -0000 |
49 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* ChangeLog: New file. |
52 |
|
53 |
* Parser/: New directory. |
54 |
|
55 |
++ swe/lib/Regexp/Visualize/ChangeLog 7 Dec 2008 11:44:58 -0000 |
56 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* Simple.pm: New module. |
59 |
|
60 |
* ChangeLog: New file. |
61 |
|
62 |
|
63 |
++ swe/lib/ChangeLog 7 Dec 2008 11:01:35 -0000 |
64 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* ChangeLog: New file. |
67 |
|
68 |
* Regexp/: New directory. |
69 |
|
70 |
|
71 |
++ ChangeLog 7 Dec 2008 11:01:21 -0000 |
72 |
* lib/: New directory. |
73 |
|
74 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
</content></entry><entry xml:id="entry-1228645461"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228645461</id><title>2008-12-07 Wakaba</title><updated>2008-12-07T10:24:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 7 Dec 2008 10:24:13 -0000 |
77 |
* input.html: New document. |
78 |
|
79 |
* regexp.cgi: Use ?s= as input. Handle errors. Specify style |
80 |
sheet. |
81 |
|
82 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
83 |
|
84 |
</content></entry><entry xml:id="entry-1228643315"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228643315</id><title>2008-12-07 Wakaba</title><updated>2008-12-07T09:48:34Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 7 Dec 2008 09:48:11 -0000 |
85 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* .htaccess: New file. |
88 |
|
89 |
* ChangeLog: New file. |
90 |
|
91 |
* regexp.cgi: New script. |
92 |
|
93 |
|
94 |
</content></entry></feed> |