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>2009-03-08T15:14:46Z</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-1236525290"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1236525290</id><title>2009-03-08 Wakaba</title><updated>2009-03-08T15:14:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/visualizer/ChangeLog 8 Mar 2009 15:14:36 -0000 |
2 |
2009-03-09 Wakaba <wakaba@suika.fam.cx> |
3 |
|
4 |
* input.html, regexp.cgi: Added links to the document. |
5 |
|
6 |
</content></entry><entry xml:id="entry-1236524610"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1236524610</id><title>2009-03-08 Wakaba</title><updated>2009-03-08T15:03:27Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/doc/ChangeLog 8 Mar 2009 15:03:24 -0000 |
7 |
2009-03-09 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* readme.en.html: New document. |
10 |
|
11 |
</content></entry><entry xml:id="entry-1236522643"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1236522643</id><title>2009-03-08 Wakaba</title><updated>2009-03-08T14:30:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/Regexp/Parser/ChangeLog 8 Mar 2009 14:30:01 -0000 |
12 |
2009-03-08 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* Makefile: New file. |
15 |
|
16 |
* JavaScript.pod, Perl58.pod: New documentations. |
17 |
|
18 |
++ swe/lib/ChangeLog 8 Mar 2009 14:29:22 -0000 |
19 |
2009-03-08 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* .htaccess: New file. |
22 |
|
23 |
</content></entry><entry xml:id="entry-1231856137"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1231856137</id><title>2009-01-13 Wakaba</title><updated>2009-01-13T14:15:04Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/Regexp/Visualize/ChangeLog 13 Jan 2009 14:12:50 -0000 |
24 |
2009-01-13 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* Simple.pod: New file. |
27 |
|
28 |
* Makefile: New file. |
29 |
|
30 |
* Simple.pm: Added license section. |
31 |
|
32 |
</content></entry><entry xml:id="entry-1228965327"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228965327</id><title>2008-12-11 Wakaba</title><updated>2008-12-11T03:15:20Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/doc/ChangeLog 11 Dec 2008 03:14:00 -0000 |
33 |
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* ,htaccess: New file. |
36 |
|
37 |
* ChangeLog: New file. |
38 |
++ swe/lib/Regexp/Parser/ChangeLog 11 Dec 2008 03:15:16 -0000 |
39 |
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* Perl58.pm: Added $error_pos_diff data for missing ")"/"]" errors. |
42 |
|
43 |
</content></entry><entry xml:id="entry-1228792967"><id>http://suika.fam.cx/regexp/doc/regexp-commit#entry-1228792967</id><title>2008-12-09 Wakaba</title><updated>2008-12-09T03:22:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/Regexp/Parser/ChangeLog 9 Dec 2008 03:22:39 -0000 |
44 |
* JavaScript.pm: Report ECMA 262 conformance errors as warnings. |
45 |
|
46 |
* Perl58.pm: Made error levels customizable. |
47 |
|
48 |
2008-12-09 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
</content></entry><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 |
51 |
2008-12-09 Wakaba <wakaba@suika.fam.cx> |
52 |
|
53 |
* regexp.cgi: Output errors and warnings as HTML, not plain text |
54 |
messages. |
55 |
|
56 |
++ swe/lib/Regexp/Parser/ChangeLog 9 Dec 2008 02:40:27 -0000 |
57 |
2008-12-09 Wakaba <wakaba@suika.fam.cx> |
58 |
|
59 |
* Perl58.pm: Added support for custom error handling hook. |
60 |
(nextchar): Don't skip (?#) if it is not supported in the regexp |
61 |
dialect. |
62 |
|
63 |
++ swe/lib/Regexp/Visualize/ChangeLog 9 Dec 2008 02:41:01 -0000 |
64 |
2008-12-09 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* Simple.pm (_add_to_graph): Added support for \p{} outside |
67 |
character classes. |
68 |
|
69 |
</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 |
70 |
* Simple.pm: Removed "Perl" from descriptions. |
71 |
|
72 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
73 |
|
74 |
</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 |
75 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* input.html: Added |select| for language selection. |
78 |
|
79 |
* regexp.cgi: Don't percent-decode query parameter values decoded |
80 |
by Message::CGI::HTTP twice. Added JavaScript regular expression |
81 |
support. Regular expression input was not expanded in |title| |
82 |
elements. |
83 |
|
84 |
++ swe/lib/Regexp/Parser/ChangeLog 8 Dec 2008 12:17:06 -0000 |
85 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* JavaScript.pm: New module. |
88 |
|
89 |
++ swe/lib/Regexp/Visualize/ChangeLog 8 Dec 2008 12:19:40 -0000 |
90 |
2008-12-08 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't |
93 |
plot "SUCCESS" node if not necessary. |
94 |
(add_to_graph): Support for empty []/[^] character classes allowed |
95 |
in JavaScript regular expressions. |
96 |
|
97 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
* Simple.pm (push_regexp_node): Invoke |get_graph_index| to return |
100 |
the index of the pushed regexp. This invocation is necessary such |
101 |
that the order the regexps are pushed is reflected to the index. |
102 |
|
103 |
</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 |
104 |
* regexp.cgi: Parser patch and graph constructor codes moved into |
105 |
their own modules. |
106 |
|
107 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
++ swe/lib/Regexp/Parser/ChangeLog 7 Dec 2008 11:45:06 -0000 |
110 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
111 |
|
112 |
* Perl58.pm: New module. |
113 |
|
114 |
* ChangeLog: New file. |
115 |
|
116 |
++ swe/lib/Regexp/ChangeLog 7 Dec 2008 11:01:48 -0000 |
117 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* ChangeLog: New file. |
120 |
|
121 |
* Parser/: New directory. |
122 |
|
123 |
++ swe/lib/Regexp/Visualize/ChangeLog 7 Dec 2008 11:44:58 -0000 |
124 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* Simple.pm: New module. |
127 |
|
128 |
* ChangeLog: New file. |
129 |
|
130 |
|
131 |
++ swe/lib/ChangeLog 7 Dec 2008 11:01:35 -0000 |
132 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
133 |
|
134 |
* ChangeLog: New file. |
135 |
|
136 |
* Regexp/: New directory. |
137 |
|
138 |
|
139 |
++ ChangeLog 7 Dec 2008 11:01:21 -0000 |
140 |
* lib/: New directory. |
141 |
|
142 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
143 |
|
144 |
</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 |
145 |
* input.html: New document. |
146 |
|
147 |
* regexp.cgi: Use ?s= as input. Handle errors. Specify style |
148 |
sheet. |
149 |
|
150 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
151 |
|
152 |
</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 |
153 |
2008-12-07 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* .htaccess: New file. |
156 |
|
157 |
* ChangeLog: New file. |
158 |
|
159 |
* regexp.cgi: New script. |
160 |
|
161 |
|
162 |
</content></entry></feed> |