gforth: gforth/string.fs
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Revision 1.20
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Dec 31 15:25:18 2012 UTC (4 months, 3 weeks ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
,
to selected 1.6
updated copyright year
Revision 1.19
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Oct 7 19:34:01 2012 UTC (7 months, 2 weeks ago) by pazsan
Branch:
MAIN
Changes since 1.18: +17 -13 lines
Diff to previous 1.18
,
to selected 1.6
Added string array documentation
Revision 1.18
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Sep 17 18:46:46 2012 UTC (8 months ago) by pazsan
Branch:
MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
,
to selected 1.6
Sign error in string move operation
Revision 1.17
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Aug 17 22:35:27 2012 UTC (9 months ago) by pazsan
Branch:
MAIN
Changes since 1.16: +15 -15 lines
Diff to previous 1.16
,
to selected 1.6
Removed locals from $[] stuff
Revision 1.16
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Aug 17 22:24:27 2012 UTC (9 months ago) by pazsan
Branch:
MAIN
Changes since 1.15: +26 -0 lines
Diff to previous 1.15
,
to selected 1.6
Added string array code to string.fs
Revision 1.15
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Dec 31 15:29:25 2011 UTC (16 months, 3 weeks ago) by anton
Branch:
MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
,
to selected 1.6
updated copyright years
Revision 1.14
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Jan 9 20:04:15 2011 UTC (2 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
,
to selected 1.6
Added ppoll to socket.fs, made string.fs re-requireable even under different path (string.fs is now included inside the kernel, and the require interface works only for the image generation
Revision 1.13
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Jan 1 14:22:47 2011 UTC (2 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.12: +58 -31 lines
Diff to previous 1.12
,
to selected 1.6
Added strings into documentation
Revision 1.12
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
,
to selected 1.6
updated copyright years
Revision 1.11
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Dec 31 14:37:13 2010 UTC (2 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
,
to selected 1.6
Changed MAKE-PATH to $INIT
Revision 1.10
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Dec 30 21:46:14 2010 UTC (2 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
,
to selected 1.6
Changed path.fs to use string.fs to fix buffer overflow bug
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: +1 -1 lines
Diff to previous 1.8
,
to selected 1.6
Fixed regexp replacement stuff
Revision 1.8
-
(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.7: +1 -1 lines
Diff to previous 1.7
,
to selected 1.6
updated copyright year after changing license notice
Revision 1.7
-
(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.6: +2 -3 lines
Diff to previous 1.6
updated copyright notices for GPL v3
Revision 1.6
-
(view)
(download)
(annotate)
- [selected]
Sat Dec 31 15:46:10 2005 UTC (7 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
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.5
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Jan 5 16:25:26 2005 UTC (8 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
,
to selected 1.6
Define INSERT only when needed
Revision 1.4
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:46:59 2000 UTC (12 years, 8 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-5-0,
v0-6-0,
v0-6-1,
v0-6-2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
,
to selected 1.6
changed FSF address in copyright messages
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:06:02 2000 UTC (12 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.2: +18 -0 lines
Diff to previous 1.2
,
to selected 1.6
updated copyright dates in many files (not in ec-related files)
Revision 1.2
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Apr 12 20:53:46 2000 UTC (13 years, 1 month ago) by pazsan
Branch:
MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
,
to selected 1.6
Got SHARC port to comile again (untested yet)
Added GCC patch for SHARC port
Revision 1.1
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Mar 26 21:53:16 2000 UTC (13 years, 2 months ago) by pazsan
Branch:
MAIN
Diff
to selected 1.6
Added string library
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.