/[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.5 - (hide annotations) (download)
Tue Dec 9 02:41:39 2008 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +20 -1 lines
++ swe/visualizer/ChangeLog	9 Dec 2008 02:41:30 -0000
2008-12-09  Wakaba  <wakaba@suika.fam.cx>

	* regexp.cgi: Output errors and warnings as HTML, not plain text
	messages.

++ swe/lib/Regexp/Parser/ChangeLog	9 Dec 2008 02:40:27 -0000
2008-12-09  Wakaba  <wakaba@suika.fam.cx>

	* Perl58.pm: Added support for custom error handling hook.
	(nextchar): Don't skip (?#) if it is not supported in the regexp
	dialect.

++ swe/lib/Regexp/Visualize/ChangeLog	9 Dec 2008 02:41:01 -0000
2008-12-09  Wakaba  <wakaba@suika.fam.cx>

	* Simple.pm (_add_to_graph): Added support for \p{} outside
	character classes.

1 wakaba 1.5 <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-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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.4 * Simple.pm: Removed &quot;Perl&quot; from descriptions.
22    
23     2008-12-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.3 2008-12-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
42    
43     * Simple.pm (next_graph): Plot &quot;FAIL&quot; node if necessary. Don't
44     plot &quot;SUCCESS&quot; 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 &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.2 * regexp.cgi: Parser patch and graph constructor codes moved into
56     their own modules.
57    
58     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
59    
60     ++ swe/lib/Regexp/Parser/ChangeLog 7 Dec 2008 11:45:06 -0000
61     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.1 * input.html: New document.
97    
98     * regexp.cgi: Use ?s= as input. Handle errors. Specify style
99     sheet.
100    
101     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
105    
106     * .htaccess: New file.
107    
108     * ChangeLog: New file.
109    
110     * regexp.cgi: New script.
111    
112    
113     </content></entry></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24