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

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

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 15:14:52 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +6 -1 lines
Diff to previous 1.10
++ swe/visualizer/ChangeLog	8 Mar 2009 15:14:36 -0000
2009-03-09  Wakaba  <wakaba@suika.fam.cx>

	* input.html, regexp.cgi: Added links to the document.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 15:03:31 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
++ swe/doc/ChangeLog	8 Mar 2009 15:03:24 -0000
2009-03-09  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: New document.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 14:30:48 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +13 -1 lines
Diff to previous 1.8
++ swe/lib/Regexp/Parser/ChangeLog	8 Mar 2009 14:30:01 -0000
2009-03-08  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: New file.

	* JavaScript.pod, Perl58.pod: New documentations.

++ swe/lib/ChangeLog	8 Mar 2009 14:29:22 -0000
2009-03-08  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: New file.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 14:15:39 2009 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +10 -1 lines
Diff to previous 1.7
++ swe/lib/Regexp/Visualize/ChangeLog	13 Jan 2009 14:12:50 -0000
2009-01-13  Wakaba  <wakaba@suika.fam.cx>

	* Simple.pod: New file.

	* Makefile: New file.

	* Simple.pm: Added license section.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 03:15:28 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +12 -1 lines
Diff to previous 1.6
++ swe/doc/ChangeLog	11 Dec 2008 03:14:00 -0000
2008-12-11  Wakaba  <wakaba@suika.fam.cx>

	* ,htaccess: New file.

	* ChangeLog: New file.
++ swe/lib/Regexp/Parser/ChangeLog	11 Dec 2008 03:15:16 -0000
2008-12-11  Wakaba  <wakaba@suika.fam.cx>

	* Perl58.pm: Added $error_pos_diff data for missing ")"/"]" errors.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 03:22:47 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +8 -1 lines
Diff to previous 1.5
++ 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>


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 02:41:39 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +20 -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:25:11 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3
++ 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>


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 12:21:26 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +30 -1 lines
Diff to previous 1.2
++ 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  <wakaba@suika.fam.cx>

	* Simple.pm (push_regexp_node): Invoke |get_graph_index| to return
	the index of the pushed regexp.  This invocation is necessary such
	that the order the regexps are pushed is reflected to the index.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 11:46:05 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +42 -1 lines
Diff to previous 1.1
++ swe/visualizer/ChangeLog	7 Dec 2008 11:45:48 -0000
	* regexp.cgi: Parser patch and graph constructor codes moved into
	their own modules.

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

++ swe/lib/Regexp/Parser/ChangeLog	7 Dec 2008 11:45:06 -0000
2008-12-07  Wakaba  <wakaba@suika.fam.cx>

	* Perl58.pm: New module.

	* ChangeLog: New file.

++ swe/lib/Regexp/ChangeLog	7 Dec 2008 11:01:48 -0000
2008-12-07  Wakaba  <wakaba@suika.fam.cx>

	* ChangeLog: New file.

	* Parser/: New directory.

++ swe/lib/Regexp/Visualize/ChangeLog	7 Dec 2008 11:44:58 -0000
2008-12-07  Wakaba  <wakaba@suika.fam.cx>

	* Simple.pm: New module.

	* ChangeLog: New file.


++ swe/lib/ChangeLog	7 Dec 2008 11:01:35 -0000
2008-12-07  Wakaba  <wakaba@suika.fam.cx>

	* ChangeLog: New file.

	* Regexp/: New directory.


++ ChangeLog	7 Dec 2008 11:01:21 -0000
	* lib/: New directory.

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


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 10:24:21 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
++ swe/visualizer/ChangeLog	7 Dec 2008 10:24:13 -0000
	* input.html: New document.

	* regexp.cgi: Use ?s= as input.  Handle errors.  Specify style
	sheet.

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


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24