/[suikacvs]/webroot/regexp/doc/regexp-commit.en.atom.u8
Suika

Contents of /webroot/regexp/doc/regexp-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Tue Dec 9 03:22:47 2008 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +8 -1 lines
++ swe/lib/Regexp/Parser/ChangeLog	9 Dec 2008 03:22:39 -0000
	* JavaScript.pm: Report ECMA 262 conformance errors as warnings.

	* Perl58.pm: Made error levels customizable.

2008-12-09  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24