[gforth] / gforth / regexp-test.fs  

gforth: gforth/regexp-test.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)
Current tag: MAIN

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.7
updated copyright years

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 23:16:02 2010 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 , to selected 1.7
use last$ to walk greedy loop

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 22:39:38 2010 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.20: +37 -0 lines
Diff to previous 1.20 , to selected 1.7
Fixed greedy loop counting

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 21:46:25 2010 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.19: +0 -1 lines
Diff to previous 1.19 , to selected 1.7
Removed non-working comment on regexp test

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 19:34:16 2010 UTC (2 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.7
Alternatives fixed

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 22:14:12 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 , to selected 1.7
Still problems with loops inside alternatives

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 22:04:06 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +10 -8 lines
Diff to previous 1.16 , to selected 1.7
More fixes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 21:46:30 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +14 -12 lines
Diff to previous 1.15 , to selected 1.7
Still a problem with ?foos1

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 17:10:04 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.7
regexp alternatives fixed
decompiler output for regexp improved

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 22:18:54 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13 , to selected 1.7
alternatives with backtracking

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 20:07:50 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 , to selected 1.7
More fixes on regexp

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 19:09:55 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.11: +17 -4 lines
Diff to previous 1.11 , to selected 1.7
More fixes on regexp

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 22:27:22 2010 UTC (2 years, 8 months ago) by dvdkhlng
Branch: MAIN
Changes since 1.10: +17 -1 lines
Diff to previous 1.10 , to selected 1.7
added another crash-bug to the regexp tests

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 21:39:29 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.7
Fixed regexp replacement stuff

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 21:34:23 2010 UTC (2 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +7 -2 lines
Diff to previous 1.8 , to selected 1.7
Fixed regexp replacement stuff

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 11:51:09 2010 UTC (2 years, 8 months ago) by dvdkhlng
Branch: MAIN
Changes since 1.7: +14 -1 lines
Diff to previous 1.7
added regexp replacement test case that shows what's currently broken

Revision 1.7 - (view) (download) (annotate) - [selected]
Thu May 27 08:58:57 2010 UTC (2 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +11 -0 lines
Diff to previous 1.6
Regexp replacement improved

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 15:32:35 2009 UTC (3 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.7
updated copyright years

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Sep 16 15:21:59 2009 UTC (3 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 , to selected 1.7
Use 'x' notation instaed of 'x

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 19:02:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: v0-7-0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.7
updated copyright year after changing license notice

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 , to selected 1.7
updated copyright notices for GPL v3

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:46:10 2005 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.1: +18 -0 lines
Diff to previous 1.1 , to selected 1.7
updated the copyright year on many files
added FSF copyright header to complex.fs fft.fs regexp-test.fs regexp.fs
added fsl-util.fs to update-copyright-blacklist

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 23:26:49 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Diff to selected 1.7
Added regexp stuff

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help