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