ecl/contrib
Arto Bendiken fa48714dd8 Fixed a NUL-termination bug in SOCKET-BIND and SOCKET-CONNECT.
The backslash in '\0' got lost on the way to the generated C file
(build/ext/sockets.c). There may be more of these issues elsewhere
in the code base.

This resolves CIDs 66405 and 66413 (Buffer not null terminated).
2014-10-14 21:39:58 +00:00
..
asdf Update ASDF to 3.1.2. 2014-06-12 03:18:06 +04:00
bytecmp The version of COMPILE-FILE in the bytecodes compiler did not support :EXTERNAL-FORMAT keyword 2012-10-14 11:09:14 +02:00
cl-simd Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
deflate Eliminate the dependency on quicklisp for unpacking/unzipping files, including quicklisp's minitar and Pierre Mai's deflate. 2011-12-08 11:29:12 +01:00
defsystem Update DEFSYSTEM so that it takes into account package locks. 2010-04-04 16:04:56 +02:00
ecl-cdb (optimize speed) does not imply (safety 0) 2012-11-25 23:57:09 +01:00
ecl-curl ECL-CDB and ECL-CURL still used UTF-8 when not having unicode 2012-02-06 17:06:14 +01:00
encodings Add and fix the aliases for UCS-2, UCS-4, etc 2012-05-30 16:18:36 +02:00
profile The profiler chockes on (SETF ...) function names and on symbol names without package name (stassats) 2013-01-12 00:23:55 +01:00
quicklisp Fixed directory for installing quicklisp. 2012-07-24 21:52:49 +02:00
rt RT must identify itself as provided 2010-04-24 10:38:30 +02:00
serve-event Fixed typo in serve-event (J. James) 2011-01-19 22:24:24 +01:00
sockets Fixed a NUL-termination bug in SOCKET-BIND and SOCKET-CONNECT. 2014-10-14 21:39:58 +00:00
unicode Added the Unicode character database to the C library 2012-12-26 22:31:37 +01:00
win32 Use define-compiler-macro to switch to static FFI when compiled. 2005-10-27 14:51:40 +00:00