| non port: lang/seed7/distinfo |
Number of commits found: 139 (showing only 39 on this page) |
|
Thursday, 14 Jun 2012
|
10:20 gahr
- 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.
 |
|
Tuesday, 6 Mar 2012
|
14:17 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'.
* 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
 |
|
Tuesday, 28 Feb 2012
|
11:37 gahr
- Update to 05_20120219
- Fixes to the console library have been pushed upstreams
 |
|
Monday, 6 Feb 2012
|
08:52 gahr
- Update to 05_20120205
 |
|
Friday, 3 Feb 2012
|
10:28 gahr
- Update to 05_20120115
- Install console library as well
 |
|
Tuesday, 3 Jan 2012
|
09:08 gahr
- Update to 05_20120101
 |
|
Wednesday, 23 Nov 2011
|
09:27 gahr
- Update to 05_20111111
- Respect CC and CFLAGS [1]
PR: 162542 [1]
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes
 |
|
Wednesday, 7 Sep 2011
|
07:33 gahr
- Update to 05_20110904
 |
|
Tuesday, 5 Apr 2011
|
09:35 gahr
- Update to 05_20110403
 |
|
Tuesday, 15 Mar 2011
|
19:46 gahr
- Update to 05_20110306
 |
|
Friday, 4 Feb 2011
|
13:30 gahr
- Update to 05_20110203
Many changes since the last update, see doc/chlog.txt for the details.
Feature safe: yes
 |
|
Friday, 24 Dec 2010
|
10:52 gahr
- Update to 05_20101219
 |
|
Thursday, 11 Nov 2010
|
18:55 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".
 |
|
Wednesday, 13 Oct 2010
|
09:50 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".
 |
|
Monday, 20 Sep 2010
|
11:36 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.
 |
|
Saturday, 18 Sep 2010
|
07:17 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).
 |
|
Wednesday, 18 Aug 2010
|
10:07 gahr
- Update to 05_20100801
 |
|
Wednesday, 14 Jul 2010
|
10:33 gahr
- Update to 05_20100704
 |
|
Monday, 21 Jun 2010
|
13:05 gahr
- Update to 05_20100620
Feature safe: yes
 |
|
Monday, 7 Jun 2010
|
10:32 gahr
- Update to 05_20100606
 |
|
Monday, 31 May 2010
|
08:06 gahr
- Update to 05_20100516
 |
|
Thursday, 4 Mar 2010
|
14:02 gahr
- Update to 05_20100221
Feature safe: yes
 |
|
Wednesday, 23 Dec 2009
|
08:38 gahr
- Update to 05_20091220
 |
|
Friday, 27 Nov 2009
|
08:15 gahr
- Update to 05_20091115
- Mark only for i386 and amd64
 |
|
Tuesday, 25 Aug 2009
|
13:43 gahr
- Update to 05_20090816
- Update MASTER_SITES to new SFP layout
 |
|
Wednesday, 8 Jul 2009
|
15:03 gahr
- Update to 05_20090705
 |
|
Friday, 1 May 2009
|
19:37 gahr
- Update to 05_20090426
 |
|
Wednesday, 22 Apr 2009
|
18:37 gahr
- Update to 05_20090413
 |
|
Sunday, 5 Apr 2009
|
18:57 gahr
- Update to 05_20090329
 |
|
Tuesday, 10 Mar 2009
|
21:13 gahr
- Update to 05_20090309
 |
|
Monday, 3 Nov 2008
|
13:40 gahr
- Update to 05_20081102
 |
|
Tuesday, 21 Oct 2008
|
21:13 gahr
- Update to 05_20081019
 |
|
Monday, 6 Oct 2008
|
17:42 gahr
- Update to 05_20081005
 |
|
Tuesday, 23 Sep 2008
|
14:36 gahr
- Update to 05_20080921
 |
|
Wednesday, 3 Sep 2008
|
09:50 gahr
- Update to 05_20080902
 |
|
Friday, 22 Aug 2008
|
16:18 gahr
- Update to 05_20080817
 |
|
Tuesday, 5 Aug 2008
|
14:10 gahr
- Update to 05_20080803
- Partially remove makefile's patch (committed upstream)
 |
|
Thursday, 31 Jul 2008
|
05:45 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)
 |
|
Wednesday, 16 Jul 2008
|
22:42 gahr
- New port: seed7
Seed7 is an extensible general purpose high-level programming language.
 |
Number of commits found: 139 (showing only 39 on this page) |