notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: lang/seed7/distinfo

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2 

Thursday, 14 Jun 2012
10:20 gahr search for other commits by this committer
- Update to 05_20120603
  Since I've missed a few releases the list of changes is quite bit.
  Please see the chlog.txt file in DOCSDIR.
Original commit
Tuesday, 6 Mar 2012
14:17 gahr search for other commits by this committer
- Update to 05_20120304
  Changes:
   * The "ftpserv.sd7" example program was improved to support the
     commands RNFR and RNTO and to work correctly, when the listener
     cannot open a passive data port.
   * The font support was improved, such that caching of character
     pixmaps works.
   * Some characters in the standard bitmap fonts were added or
     improved.
   * The functions 'socSend' and 'socSendto' in "soc_rtl.c" were
     improved to work correctly under 64-bit systems.
   * The function 'fltSci' in "flt_rtl.c", was improved to avoid
     a C compiler warning about the change of a constant value.
   * The function 'redraw' in "drw_x11.c" was changed, such that it
     does not use a parameter of type 'XExposeEvent'.
   * The functions 'drwHeight', 'drwWidth', 'drwXPos' and 'drwYPos'
     in "drw_x11.c" were improved to raise RANGE_ERROR when the
     window does not exist.
   * The function 'handleExpose' was introduced in "gkb_x11.c", to
     handle the job of calling 'redraw'.
   * The type 'unsigned int' was replaced by 'sysizetype' in
     'findid.c', 'findid.h', 'identutl.c', 'identutl.h', 'literal.c',
     'numlit.c', 'scanner.c' and 'symbol.h'.
   * Some improvements were done in 'prg_comp.c', 'reflib.c',
     'analyze.c', 'exec.c', 'infile.c', 'info.c' and 'typlib.c' to
     reduce the number of warnings.
   * Support for the unused action "ENU_SIZE" was removed.
- Add LICENSE
Original commit
Tuesday, 28 Feb 2012
11:37 gahr search for other commits by this committer
- Update to 05_20120219
- Fixes to the console library have been pushed upstreams
Original commit
Monday, 6 Feb 2012
08:52 gahr search for other commits by this committer
- Update to 05_20120205
Original commit
Friday, 3 Feb 2012
10:28 gahr search for other commits by this committer
- Update to 05_20120115
- Install console library as well
Original commit
Tuesday, 3 Jan 2012
09:08 gahr search for other commits by this committer
- Update to 05_20120101
Original commit
Wednesday, 23 Nov 2011
09:27 gahr search for other commits by this committer
- Update to 05_20111111
- Respect CC and CFLAGS [1]

PR:             162542 [1]
Submitted by:   Jan Beich <jbeich@tormail.net>
Feature safe:   yes
Original commit
Wednesday, 7 Sep 2011
07:33 gahr search for other commits by this committer
- Update to 05_20110904
Original commit
Tuesday, 5 Apr 2011
09:35 gahr search for other commits by this committer
- Update to 05_20110403
Original commit
Tuesday, 15 Mar 2011
19:46 gahr search for other commits by this committer
- Update to 05_20110306
Original commit
Friday, 4 Feb 2011
13:30 gahr search for other commits by this committer
- Update to 05_20110203
  Many changes since the last update, see doc/chlog.txt for the details.

Feature safe:   yes
Original commit
Friday, 24 Dec 2010
10:52 gahr search for other commits by this committer
- Update to 05_20101219
Original commit
Thursday, 11 Nov 2010
18:55 gahr search for other commits by this committer
- 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".
Original commit
Wednesday, 13 Oct 2010
09:50 gahr search for other commits by this committer
- 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".
Original commit
Monday, 20 Sep 2010
11:36 gahr search for other commits by this committer
- 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.
Original commit
Saturday, 18 Sep 2010
07:17 gahr search for other commits by this committer
- 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).
Original commit
Wednesday, 18 Aug 2010
10:07 gahr search for other commits by this committer
- Update to 05_20100801
Original commit
Wednesday, 14 Jul 2010
10:33 gahr search for other commits by this committer
- Update to 05_20100704
Original commit
Monday, 21 Jun 2010
13:05 gahr search for other commits by this committer
- Update to 05_20100620

Feature safe:   yes
Original commit
Monday, 7 Jun 2010
10:32 gahr search for other commits by this committer
- Update to 05_20100606
Original commit
Monday, 31 May 2010
08:06 gahr search for other commits by this committer
- Update to 05_20100516
Original commit
Thursday, 4 Mar 2010
14:02 gahr search for other commits by this committer
- Update to 05_20100221

Feature safe:   yes
Original commit
Wednesday, 23 Dec 2009
08:38 gahr search for other commits by this committer
- Update to 05_20091220
Original commit
Friday, 27 Nov 2009
08:15 gahr search for other commits by this committer
- Update to 05_20091115
- Mark only for i386 and amd64
Original commit
Tuesday, 25 Aug 2009
13:43 gahr search for other commits by this committer
- Update to 05_20090816
- Update MASTER_SITES to new SFP layout
Original commit
Wednesday, 8 Jul 2009
15:03 gahr search for other commits by this committer
- Update to 05_20090705
Original commit
Friday, 1 May 2009
19:37 gahr search for other commits by this committer
- Update to 05_20090426
Original commit
Wednesday, 22 Apr 2009
18:37 gahr search for other commits by this committer
- Update to 05_20090413
Original commit
Sunday, 5 Apr 2009
18:57 gahr search for other commits by this committer
- Update to 05_20090329
Original commit
Tuesday, 10 Mar 2009
21:13 gahr search for other commits by this committer
- Update to 05_20090309
Original commit
Monday, 3 Nov 2008
13:40 gahr search for other commits by this committer
- Update to 05_20081102
Original commit
Tuesday, 21 Oct 2008
21:13 gahr search for other commits by this committer
- Update to 05_20081019
Original commit
Monday, 6 Oct 2008
17:42 gahr search for other commits by this committer
- Update to 05_20081005
Original commit
Tuesday, 23 Sep 2008
14:36 gahr search for other commits by this committer
- Update to 05_20080921
Original commit
Wednesday, 3 Sep 2008
09:50 gahr search for other commits by this committer
- Update to 05_20080902
Original commit
Friday, 22 Aug 2008
16:18 gahr search for other commits by this committer
- Update to 05_20080817
Original commit
Tuesday, 5 Aug 2008
14:10 gahr search for other commits by this committer
- Update to 05_20080803
- Partially remove makefile's patch (committed upstream)
Original commit
Thursday, 31 Jul 2008
05:45 gahr search for other commits by this committer
- 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)
Original commit
Wednesday, 16 Jul 2008
22:42 gahr search for other commits by this committer
- New port: seed7

  Seed7 is an extensible general purpose high-level programming language.
Original commit

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2