CVS log for ports/lang/seed7/pkg-plist
Up to [FreeBSD] / ports / lang / seed7
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 3 10:28:24 2012 UTC (7 days, 10 hours ago) by gahr
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
- Update to 05_20120115 - Install console library as well
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 3 09:08:47 2012 UTC (5 weeks, 3 days ago) by gahr
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
- Update to 05_20120101
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 7 07:33:44 2011 UTC (5 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +22 -1 lines
- Update to 05_20110904
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 4 13:30:52 2011 UTC (12 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
- Update to 05_20110203 Many changes since the last update, see doc/chlog.txt for the details. Feature safe: yes
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Dec 24 10:52:58 2010 UTC (13 months, 2 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
- Update to 05_20101219
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:50:58 2010 UTC (15 months, 4 weeks ago) by gahr
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -1 lines
- Update to 05_20101010
Changes:
- The first steps towards support of bitmap fonts were done.
- The standard bitmap font was defined for the sizes 10, 12, 14, 16, 18 and 24.
- A new example program (testfont.sd7), which writes with the standard font
in various sizes, was added.
- The initialisation of the random number generator in the function
uint_rand in "int_rtl.c" was improved.
- The function timMycroSec was defined in "tim_unx.c" and "tim_win.c".
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Sep 18 07:17:16 2010 UTC (16 months, 3 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
- Update to 05_20100905
Changes:
- The chapter explaining the type 'time' in the manual was improved.
- The support for source level debugging in the compiler (comp.sd7) was
improved. Now the option -g generates better #line directives and the 'main'
function was arranged such that the current line shown by a debugger is
correct when the program is started.
- In the "seed7_05.s7i" library the function "rpos" was overloaded to do a
reverse search for a character in a string starting from a given position.
- The files "str_rtl.c", "strlib.c", "primitiv.c" and the compiler were
improved to support the primitive action STR_RCHIPOS (which implements the
new overloaded 'rpos' function).
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 31 08:06:27 2010 UTC (20 months, 1 week ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to 05_20100516
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 8 15:03:54 2009 UTC (2 years, 7 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -6 lines
- Update to 05_20090705
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 1 19:37:26 2009 UTC (2 years, 9 months ago) by gahr
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
- Update to 05_20090426
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 5 18:57:48 2009 UTC (2 years, 10 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
- Update to 05_20090329
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 10 21:13:30 2009 UTC (2 years, 11 months ago) by gahr
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -0 lines
- Update to 05_20090309
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 3 13:40:46 2008 UTC (3 years, 3 months ago) by gahr
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
- Update to 05_20081102
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 5 14:10:46 2008 UTC (3 years, 6 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
- Update to 05_20080803 - Partially remove makefile's patch (committed upstream)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 31 05:45:17 2008 UTC (3 years, 6 months ago) by gahr
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
- Update to 05_20080720 - Add compiler's libraries and fix their paths [1] - Add test target [1] Reported by: Thomas Merter (author, via private email)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 16 22:42:13 2008 UTC (3 years, 6 months ago) by gahr
Branches: MAIN
- New port: seed7 Seed7 is an extensible general purpose high-level programming language.
