Dear Lispers,
We're glad to announce the USOCKET 0.6.0 release.
Changes in this release:
* New feature: SOCKET-OPTION and (setf SOCKET-OPTION) for seting and geting various socket options.
* New feature: SOCKET-SEND now support an CCL-like OFFSET keyword for sending only parts of the whole buffer.
* New feature: [ECL] Added support for ECL DFFI mode on Windows. (no need for C compilers now)
* Bugfix: [ECL] ECL now list sb-bsd-sockets as a dependency but relies on REQUIRE. (patched by Juanjo)
* Bugfix: [ABCL] Make USOCKET compile warning-free on ABCL again: MAKE-IMMEDIATE-OBJECT was deprecated a while ago in favor of 2 predefined constants.
* Bugfix: [LispWorks] remove redundant call to hcl:flag-special-free-action. (reported by Kamil Shakirov)
* Bugfix: [CLISP] improved HANDLE-CONDITION for more CLISP environments.
For the new API, SOCKET-OPTION, initially we support following options:
* RECEIVE-TIMEOUT (SO_RCVTIMEO)
* REUSE-ADDRESS (SO_REUSEADDR), for TCP server
* BROADCAST (SO_BROADCAST), for UDP client
For usage of SOCKET-OPTION and (SETF SOCKET-OPTION), please directly take a look at "option.lisp" from USOCKET source code. We'll add documentation later.
(Unfortunately, not all CL platforms were full supported at current time, but we'll fix the missing part soon)
As usual, if you want to download this release, please check
http://common-lisp.net/project/usocket/releases/
or just wait for next Quicklisp monthly dist updates.
The API documentation page was here (but I haven't updated it for SOCKET-OPTION yet ...):
http://common-lisp.net/project/usocket/api-docs.shtml
As usual, any feedback - bugs or hugs - is greatly appreciated.
P. S. Something currently still in progress:
* New feature: CLISP support some advanced TCP features which CLISP's SOCKET interface not provide
* New feature: Macintosh Common Lisp (MCL) support Datagram sockets (UDP), based on OpenTransport.
* New feature: SOCKET-SHUTDOWN for TCP and UDP sockets.
Regards,
Chun Tian (binghe)
USOCKET Team
Hi,
For the known issue #2, I'm glad to report that USOCKET has been prepared for the bytecode compiler recently (but not released yet). I've confirmed that Hunchentoot could load and run its test site correctly in ECL/Windows without a C compiler.
Now I'm going to release USOCKET 0.6.0 before Christmas, ECL users are very welcome to test USOCKET on trunk and report issues back.
Regards,
Chun Tian (binghe)
Il giorno 08/dic/2012, alle ore 05:46, Juan Jose Garcia-Ripoll ha scritto:
> Announcement of ECL
> ===================
>
> ECL stands for Embeddable Common-Lisp. The ECL project aims to
> produce an implementation of the Common-Lisp language which complies
> to the ANSI X3J13 definition of the language.
>
> The term embeddable refers to the fact that ECL includes a lisp to C
> compiler, which produces libraries (static or dynamic) that can be
> called from C programs. Furthermore, ECL can produce standalone
> executables from your lisp code and can itself be linked to your
> programs as a shared library.
>
> ECL supports the operating systems Linux, FreeBSD, NetBSD, OpenBSD,
> Solaris (at least v. 9), Microsoft Windows and OSX, running on top of
> the Intel, Sparc, Alpha and PowerPC processors. Porting to other
> architectures should be rather easy.
>
> ECL is currently hosted at SourceForge. The home page of the project
> is http://ecls.sourceforge.net, and in it you will find source code
> releases, a CVS tree and some useful documentation.
>
>
> Known issues
> ============
>
> * Cygwin's library is still broken: fork/exec fails to reload the
> cygwin library, or ECL's compiled libraries in a completely random
> fashion. For this reason we recommend using ext:system instead of
> ext:run-program in that platform.
>
> * In Windows ECL comes with bytecodes compiler by default, because C
> compilers are normally not avaiable. Unfortunately several
> libraries out there are not prepared for this. If you plan to use
> quicklisp and have a C compiler accessible to ECL, you may use
> (ext:install-c-compiler) to switch back to the Lisp-to-C compiler.
>
>
> Changes since last release
> ==========================
>
> Some highlights of this release are:
>
> * Lots of bugs fixed.
>
> * The MOP has been fixed to work with the upcoming release of
> Closer-MOP
>
> * ECL now produces a much more readable C code, with indentation and
> more explicit declarations of variables.
>
> See file src/CHANGELOG or browse it online
>
> http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?view=markup
>
>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d_______________________________________…
> Ecls-list mailing list
> Ecls-list(a)lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list