Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 11 05:11:11 2008 UTC
(17 years, 7 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.51: +11 -1 lines
Diff to
previous 1.51
,
to
selected 1.34
++ ChangeLog 11 Dec 2008 05:09:03 -0000
* cc-about.en.html: Added links to Regexp modules.
* cc-script.js: Adds a class name to |iframe| element used instead
of XHR such that non-Ajax |iframe| element can be distinguished by
style sheets.
* cc-style.css: Displays non-Ajax |iframe| element.
* error-description-source.en.xml: Added catalog entries for
regexp graph sections.
* standards.en.html: s/WDCC/WebHACC/g. Added a subsection on
regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 11 Dec 2008 05:11:06 -0000
* Table.pm: Bug fix: Subsections are no longer associated with tabs.
* RegExpJS.pm: Implemented graphization of regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 11 Dec 2008 05:10:00 -0000
* Output.pm (start_section): Don't output |script| element for tab
control if not desired.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 11 03:22:56 2008 UTC
(17 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.50: +312 -21 lines
Diff to
previous 1.50
,
to
selected 1.34
++ ChangeLog 11 Dec 2008 03:20:10 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* error-description-source.en.xml: Added descriptions for errors
from Regexp::Parser and Regexp::Parser::JavaScript modules.
* cc.cgi: Added support for JavaScript regular expressions.
++ html/WebHACC/Language/ChangeLog 11 Dec 2008 03:18:54 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* RegExpJS.pm: New module.
++ html/WebHACC/ChangeLog 11 Dec 2008 03:22:42 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* Output.pm (generate_input_section): Added support for JavaScript
regular expressions.
2008-12-10 Wakaba <wakaba@suika.fam.cx>
* Result.pm: Added support for |valueref| parameter of an error.
|pos_end| should point the (intercharacter) position where the
highlighted substring ends, not the character before the position,
otherwise empty substring cannot be represe