Skip site navigation (1)Skip section navigation (2)

CVS log for ports/lang/seed7/distinfo

[BACK] Up to [FreeBSD] / ports / lang / seed7

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Feb 6 08:52:16 2012 UTC (4 days, 8 hours ago) by gahr
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- Update to 05_20120205

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Feb 3 10:28:24 2012 UTC (7 days, 6 hours ago) by gahr
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
- Update to 05_20120115
- Install console library as well

Revision 1.34: 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.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
- Update to 05_20120101

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Nov 23 09:27:46 2011 UTC (2 months, 2 weeks ago) by gahr
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
- Update to 05_20111111
- Respect CC and CFLAGS [1]

PR:		162542 [1]
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Sep 7 07:33:44 2011 UTC (5 months ago) by gahr
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
- Update to 05_20110904

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 5 09:35:33 2011 UTC (10 months, 1 week ago) by gahr
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
- Update to 05_20110403

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 15 19:46:17 2011 UTC (10 months, 3 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Update to 05_20110306

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- Update to 05_20110203
  Many changes since the last update, see doc/chlog.txt for the details.

Feature safe:	yes

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
- Update to 05_20101219

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 11 18:55:40 2010 UTC (14 months, 4 weeks ago) by gahr
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
- Update to 05_20101107
  Changes:
  - The chapter explaining exception handling in the manual was improved.
  - The support for bitmap fonts was improved to use fontProperties as base type.
  - The '-' function, which computes the differance of two 'time' values (with a
    'duration' result) in "time.s7i", was improved.
  - The function cmdConfigValue in "cmd_rtl.c" was improved to support the config
    values C_COMPILER_VERSION and GET_CC_VERSION_INFO.
  - In the file "fil_rtl.c" the functions myLseek, myFseek and myFtell were
    renamed to os_lseek, os_fseek and os_ftell respectively.
  - The makefiles were changed to define os_fseek, os_ftell, C_COMPILER_VERSION
    and GET_CC_VERSION_INFO.
  - Documentation comments were added to the function alternate_utime in the file
    "tim_win.c".

Revision 1.26: 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
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 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.25: download - view: text, markup, annotated - select for diffs
Mon Sep 20 11:36:12 2010 UTC (16 months, 3 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
- Update to 05_20100919
  Changes:
  - The chapter explaining string indexing in the manual was improved.
  - The compiler (comp.sd7) and the hi interpreter were improved to support the
    actions "ITF_CMP" and "ITF_HASHCODE".
  - The parameter names of the functions arc, chord and pieslice in the
    "draw.s7i" library were changed to startAngle and sweepAngle.
  - The compiler was improved such that compiled programs which use SIGALARM
    (the functions 'wait' and 'await' from the "time.s7i" library may use
    SIGALARM) can be terminated with ctrl-c followed by * and enter.
  - Parameter names were added to the prototypes in the file "drw_drv.h".
  - The function drwPFArcPieSlice in "drw_win.c" was implemented.
  - The functions drwFCircle and drwPFCircle in "drw_x11.c were improved.

Revision 1.24: 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.23: preferred, colored
Changes since revision 1.23: +3 -3 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.23: download - view: text, markup, annotated - select for diffs
Wed Aug 18 10:07:23 2010 UTC (17 months, 3 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
- Update to 05_20100801

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 14 10:33:06 2010 UTC (18 months, 4 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
- Update to 05_20100704

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 21 13:05:49 2010 UTC (19 months, 3 weeks ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
- Update to 05_20100620

Feature safe:	yes

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jun 7 10:32:01 2010 UTC (20 months ago) by gahr
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
- Update to 05_20100606

Revision 1.19: 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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
- Update to 05_20100516

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 4 14:02:13 2010 UTC (23 months, 1 week ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
- Update to 05_20100221

Feature safe:	yes

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Dec 23 08:38:31 2009 UTC (2 years, 1 month ago) by gahr
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
- Update to 05_20091220

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 27 08:15:19 2009 UTC (2 years, 2 months ago) by gahr
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- Update to 05_20091115
- Mark only for i386 and amd64

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 25 13:43:47 2009 UTC (2 years, 5 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
- Update to 05_20090816
- Update MASTER_SITES to new SFP layout

Revision 1.14: 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
- Update to 05_20090705

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
- Update to 05_20090426

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 22 18:37:09 2009 UTC (2 years, 9 months ago) by gahr
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
- Update to 05_20090413

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
- Update to 05_20090329

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
- Update to 05_20090309

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
- Update to 05_20081102

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 21 21:13:32 2008 UTC (3 years, 3 months ago) by gahr
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Update to 05_20081019

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 6 17:42:42 2008 UTC (3 years, 4 months ago) by gahr
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- Update to 05_20081005

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 23 14:36:41 2008 UTC (3 years, 4 months ago) by gahr
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- Update to 05_20080921

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 3 09:50:57 2008 UTC (3 years, 5 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Update to 05_20080902

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 22 16:18:08 2008 UTC (3 years, 5 months ago) by gahr
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 05_20080817

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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 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: +3 -3 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.

Diff request

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.

Log view options