Log of /webroot/regexp/visualizer/regexp.cgi
Parent Directory
|
Revision Log
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 9 02:41:39 2008 UTC
(17 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +35 -1 lines
Diff to
previous 1.4
++ 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.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 8 12:21:26 2008 UTC
(17 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +15 -10 lines
Diff to
previous 1.3
++ swe/visualizer/ChangeLog 8 Dec 2008 12:21:06 -0000
2008-12-08 Wakaba <wakaba@suika.fam.cx>
* input.html: Added |select| for language selection.
* regexp.cgi: Don't percent-decode query parameter values decoded
by Message::CGI::HTTP twice. Added JavaScript regular expression
support. Regular expression input was not expanded in |title|
elements.
++ swe/lib/Regexp/Parser/ChangeLog 8 Dec 2008 12:17:06 -0000
2008-12-08 Wakaba <wakaba@suika.fam.cx>
* JavaScript.pm: New module.
++ swe/lib/Regexp/Visualize/ChangeLog 8 Dec 2008 12:19:40 -0000
2008-12-08 Wakaba <wakaba@suika.fam.cx>
* Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't
plot "SUCCESS" node if not necessary.
(add_to_graph): Support for empty []/[^] character classes allowed
in JavaScript regular expressions.
2008-12-07 Wakaba <