| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Mar 2012 14:17:24
05.20120304
|
gahr  |
- 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'.(Only the first 15 lines of the commit message are shown above ) |
28 Feb 2012 11:37:59
05.20120219
|
gahr  |
- Update to 05_20120219
- Fixes to the console library have been pushed upstreams |
06 Feb 2012 08:52:16
05.20120205
|
gahr  |
- Update to 05_20120205 |
03 Feb 2012 10:28:24
05.20120115
|
gahr  |
- Update to 05_20120115
- Install console library as well |
03 Jan 2012 09:08:47
05.20120101
|
gahr  |
- Update to 05_20120101 |
24 Nov 2011 09:05:43
05.20111111
|
gahr  |
- second attempt to respect CC and CFLAGS
Feature safe: yes |
23 Nov 2011 09:27:46
05.20111111
|
gahr  |
- Update to 05_20111111
- Respect CC and CFLAGS [1]
PR: 162542 [1]
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes |
07 Sep 2011 07:33:44
05.20110904
|
gahr  |
- Update to 05_20110904 |
05 Apr 2011 09:35:33
05.20110403
|
gahr  |
- Update to 05_20110403 |
15 Mar 2011 19:46:17
05.20110306
|
gahr  |
- Update to 05_20110306 |
04 Feb 2011 13:30:52
05.20110203
|
gahr  |
- Update to 05_20110203
Many changes since the last update, see doc/chlog.txt for the details.
Feature safe: yes |
24 Dec 2010 10:52:58
05.20101219
|
gahr  |
- Update to 05_20101219 |
11 Nov 2010 18:55:40
05.20101107
|
gahr  |
- 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". |
13 Oct 2010 09:50:58
05.20101010
|
gahr  |
- 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". |
20 Sep 2010 11:36:12
05.20100919
|
gahr  |
- 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. |
18 Sep 2010 07:17:16
05.20100905
|
gahr  |
- 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). |
18 Aug 2010 10:07:24
05.20100801
|
gahr  |
- Update to 05_20100801 |
14 Jul 2010 10:33:06
05.20100704
|
gahr  |
- Update to 05_20100704 |
30 Jun 2010 22:49:53
05.20100620
|
pav  |
- Mark BROKEN on 7.X and older
Reported by: pointyhat
Feature safe: yes |
21 Jun 2010 13:05:50
05.20100620
|
gahr  |
- Update to 05_20100620
Feature safe: yes |
07 Jun 2010 10:32:01
05.20100606
|
gahr  |
- Update to 05_20100606 |
31 May 2010 08:06:27
05.20100516
|
gahr  |
- Update to 05_20100516 |
04 Mar 2010 14:02:13
05.20100221
|
gahr  |
- Update to 05_20100221
Feature safe: yes |
23 Dec 2009 08:38:31
05.20091220
|
gahr  |
- Update to 05_20091220 |
27 Nov 2009 08:15:19
05.20091115
|
gahr  |
- Update to 05_20091115
- Mark only for i386 and amd64 |
27 Aug 2009 15:04:16
05.20090816
|
amdmi3  |
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav) |
25 Aug 2009 13:43:47
05.20090816
|
gahr  |
- Update to 05_20090816
- Update MASTER_SITES to new SFP layout |
22 Aug 2009 00:24:37
05.20090705  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
08 Jul 2009 15:03:55
05.20090705
|
gahr  |
- Update to 05_20090705 |
01 May 2009 19:37:26
05.20090426
|
gahr  |
- Update to 05_20090426 |
22 Apr 2009 18:37:09
05.20090413
|
gahr  |
- Update to 05_20090413 |
05 Apr 2009 18:57:49
05.20090329
|
gahr  |
- Update to 05_20090329 |
10 Mar 2009 21:13:30
05.20090309
|
gahr  |
- Update to 05_20090309 |
03 Nov 2008 13:40:52
05.20081102
|
gahr  |
- Update to 05_20081102 |
21 Oct 2008 21:13:32
05.20081019
|
gahr  |
- Update to 05_20081019 |
06 Oct 2008 17:42:42
05.20081005
|
gahr  |
- Update to 05_20081005 |
23 Sep 2008 14:36:42
05.20080921
|
gahr  |
- Update to 05_20080921 |
03 Sep 2008 09:50:57
05.20080902
|
gahr  |
- Update to 05_20080902 |
22 Aug 2008 16:18:08
05.20080817
|
gahr  |
- Update to 05_20080817 |
05 Aug 2008 14:10:46
05.20080803
|
gahr  |
- Update to 05_20080803
- Partially remove makefile's patch (committed upstream) |
31 Jul 2008 05:45:17
05.20080720
|
gahr  |
- 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) |
16 Jul 2008 22:42:13
05.20080707
|
gahr  |
- New port: seed7
Seed7 is an extensible general purpose high-level programming language. |