Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.compilers > #161

Seed7 Release 2011-06-19

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.alt.net!news.kjsl.com!rahul.net!wasp.rahul.net!rahul.net!news.misty.com!news.iecc.com!nerds-end
From tm <thomas.mertes@gmx.at>
Newsgroups comp.compilers
Subject Seed7 Release 2011-06-19
Date Sun, 19 Jun 2011 21:31:48 -0700 (PDT)
Organization Compilers Central
Lines 44
Sender news@iecc.com
Approved comp.compilers@iecc.com
Message-ID <11-06-035@comp.compilers> (permalink)
NNTP-Posting-Host news.iecc.com
X-Trace gal.iecc.com 1308717520 44218 64.57.183.58 (22 Jun 2011 04:38:40 GMT)
X-Complaints-To abuse@iecc.com
NNTP-Posting-Date Wed, 22 Jun 2011 04:38:40 +0000 (UTC)
Keywords available
Posted-Date 22 Jun 2011 00:38:40 EDT
X-submission-address compilers@iecc.com
X-moderator-address compilers-request@iecc.com
X-FAQ-and-archives http://compilers.iecc.com
Xref x330-a1.tempe.blueboxinc.net comp.compilers:161

Show key headers only | View raw


Hello,

I have released a new version of Seed7: seed7_05_20110619.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. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- A new example program (ftp7.sd7), an FTP internet file transfer
  program, was added.
- The "ftp.s7i" library, which supports the FTP protocol, was added.
- The functions 'numericAddress', 'service' and 'getHostname' were
  added to the "socket.s7i" library.
- Support for the actions SOC_ADDR_NUMERIC, SOC_ADDR_SERVICE and
  SOC_GET_HOSTNAME were added to the compiler (comp.sd7).
- The compiler was improved to recognize unsupported options and
  superfluous parameters.
- The functions 'socAddrNumeric', 'socAddrService', 'socGetAddr',
  'socSelect', 'socSelectOne', 'socGetHostname' and 'socInputReady'
  were added to "soc_rtl.c" (some were commented out).
- The functions 'select_addrinfo' and 'dump_addrinfo' in "soc_rtl.c"
  were improved.
- The functions 'soc_addr_numeric', 'soc_addr_service',
  'soc_get_addr', 'soc_get_hostname', 'soc_input_ready' and
  'soc_select' were addet to "soclib.c" (some were commented out).
- The file "soc_rtl.c" was improved to reduce the number of compiler
  warnings.
- Documentation comments were improved in the file "socket.s7i".
- Compiler, runtime libraries and makefiles were improved to support
  configuration macro CPLUSPLUS_COMPILER.

Greetings Thomas Mertes

--
Seed7 Homepage:  http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.

Back to comp.compilers | Previous | Next | Find similar


Thread

Seed7 Release 2011-06-19 tm <thomas.mertes@gmx.at> - 2011-06-19 21:31 -0700

csiph-web