/[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.4 - (hide annotations) (download)
Mon Dec 8 12:25:11 2008 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +6 -1 lines
++ swe/lib/Regexp/Visualize/ChangeLog	8 Dec 2008 12:25:02 -0000
	* Simple.pm: Removed "Perl" from descriptions.

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

1 wakaba 1.4 <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-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 &quot;Perl&quot; from descriptions.
3    
4     2008-12-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.3 2008-12-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
23    
24     * Simple.pm (next_graph): Plot &quot;FAIL&quot; node if necessary. Don't
25     plot &quot;SUCCESS&quot; 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 &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.2 * regexp.cgi: Parser patch and graph constructor codes moved into
37     their own modules.
38    
39     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
40    
41     ++ swe/lib/Regexp/Parser/ChangeLog 7 Dec 2008 11:45:06 -0000
42     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
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 wakaba 1.1 * input.html: New document.
78    
79     * regexp.cgi: Use ?s= as input. Handle errors. Specify style
80     sheet.
81    
82     2008-12-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
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 &lt;wakaba@suika.fam.cx&gt;
86    
87     * .htaccess: New file.
88    
89     * ChangeLog: New file.
90    
91     * regexp.cgi: New script.
92    
93    
94     </content></entry></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24