| thomas.mertes@gmx.at 2006-04-27, 7:56 am |
| Hello,
I have released a new version of Seed7: seed7_05_20060420.tgz
In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax.
Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).
Changelog:
- The driver function tim_await (using seconds since 1970)
was replaced by timAwait (using the Gregorian calendar).
- The driver function timNow was changed to deliver a
timezone which includes the daylight saving time.
- Various pictures where added in pic16.s7i and pic32.s7i .
- The parse function for bitsets was fixed to work for
empty sets.
- A new example program toutf8 to convert files to utf-8
was added.
- The windows driver function drwPRect was fixed.
Greetings Thomas Mertes
Seed7 Homepage: http://seed7.sourceforge.net
Wikipedia: http://en.wikipedia.org/wiki/Seed7
Project page: http://sourceforge.net/projects/seed7
|