CLISP 2.34 (2005-07-20)

2005-07-22 Thread Sam Steingold
for Berkeley DB 4.3. * Modules now have an exit function. See <http://clisp.cons.org/impnotes.html#modexit> for details. Portability --- * Heaps and memory images larger than 4 GB are now supported on 64-bit platforms. * Support files larger than 2 GB or 4 GB also on Windows. * We

GNU CLISP 2.35 (2005-08-29) released

2005-08-30 Thread Sam Steingold
possible file descriptors before exec(). * Danish translations of the user interface messages have been added. Thanks to Dennis Decker Jensen <[EMAIL PROTECTED]>. -- Sam Steingold (http://www.podval.org/~sds) running w2k <http://www.memri.org/> <http://pmw.org.il/> <http

GNU CLISP 2.36

2005-12-08 Thread Sam Steingold
SOCK:NETWORK, RAWSOCK:GETADDRINFO, RAWSOCK:GETNAMEINFO. See <http://clisp.cons.org/impnotes/rawsock.html> for details. * Fixed module postgresql logging behavior. * Fixed clisp.h generation to conform to the internal definitions. -- Sam Steingold (http://www.podval.org/~sds) running w2k h

GNU CLISP 2.37 (2006-01-02)

2006-01-02 Thread Sam Steingold
ems (woe32 and BSD derivatives). * Fixed a bug in EXT:! on 64-bit platforms. Thanks to Dr. Werner Fink <[EMAIL PROTECTED]>. -- Sam Steingold (http://www.podval.org/~sds) running w2k http://www.openvotingconsortium.org/ http://www.camera.org http://www.memri.org/ http://ffii.org/ http://

GNU CLISP 2.38 (2006-01-24) released

2006-01-24 Thread Sam Steingold
oduced in 2.37. * Fixed a crash on woe32 in opening files with names longer than MAX_PATH. * Module berkeley-db now supports Berkeley DB 4.4. -- Sam Steingold (http://www.podval.org/~sds) running w2k http://truepeace.org http://www.camera.org http://www.palestinefacts.org http://www.mideasttr

GNU CLISP 2.39 (2006-07-16)

2006-07-17 Thread Sam Steingold
NFO now handle errors correctly. * Portability: + Support DragonFly BSD. -- Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux) http://truepeace.org http://ffii.org http://camera.org http://pmw.org.il http://openvotingconsortium.org http://palestinefacts.org http://dhim

GNU CLISP 2.40 (2006-09-23)

2006-10-01 Thread Sam Steingold
55096 ] + SOCKET-STREAM-PEER and SOCKET-STREAM-LOCAL had do-not-resolved-p inverted since 2.37. + Set functions with :TEST 'EQUALP were broken on large lists. [ 1567186 ] -- Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux) http://israelnor

GNU CLISP 2.41 (2006-10-13) released

2006-10-13 Thread Sam Steingold
+ Fixed the way the top-level driver handles the "--" option terminator. + Fixed COMPILE of APPLY in LABELS for local function. [ 1575946 ] -- Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux) http://dhimmi.com http://memri.org http://honestreporting.com http://midea

GNU CLISP 2.42 (2007-10-16) released

2007-10-16 Thread Sam Steingold
. [ 948868, 1208124 ] + Some bugs related to UNICODE-16 & UNICODE-32. [ 1564818, 1631760, 1632718 ] + All exported defined symbols are now properly locked. [ 1713130 ] + Berkeley-DB module no longer fills up error log file. [ 1779416 ] + New-clx now supports 64-bit KeySym. [ 1797132 ]

GNU CLISP 2.43 (2007-11-18) released

2007-11-18 Thread Sam Steingold
keley DB 4.5 & 4.6. * Bug fixes: + FORCE-OUTPUT breakage on MacOS X when stdout is not a terminal. [ 1827572 ] + Fixed *PRINT-PPRINT-DISPATCH* binding in WITH-STANDARD-IO-SYNTAX. [ 1831367 ] -- Sam Steingold (http://sds.podval.org/) on Fedora release 8 (Werewolf) http://honestreporti

GNU CLISP 2.44 (2008-02-02) released

2008-02-02 Thread Sam Steingold
the growth of the restart set with each image save. [ 1877497 ] + Handle foreign functions coming from the old image which cannot be validated. [ 1407486 ] + Fix signal code in bindings/glibc/linux.lisp. [ 1781476 ] -- Sam Steingold (http://sds.podval.org/) on Fedora rel

GNU CLISP 2.44.1 (2008-02-24) released

2008-02-25 Thread Sam Steingold
ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most

GNU CLISP 2.45 (2008-05-15) released

2008-05-16 Thread Sam Steingold
when the last character was CRLF. [ 1961475 ] + Cross-compilation process has been restored to its former glory, thanks to the valiant and persistent testing by Vladimir Volovich <[EMAIL PROTECTED]>. [ 1928920, 1929496, 1929516, 1931097 ] -- Sam Steingold (http://sds.podval.org/

GNU CLISP 2.46 (2008-07-02) released

2008-07-03 Thread Sam Steingold
ake. [ 1970141 ] + Fix GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE. [ 1975798 ] + Fix the remaining bugs in special bindings in evaluated code on TYPECODES (64-bit) platforms. + Fix SOCKET:SOCKET-CONNECT with timeout to a dead port. [ 2007052 ] -- Sam Steingold (ht

GNU CLISP 2.47 (2008-10-23) released

2008-10-24 Thread Sam Steingold
NEW-CLX. [ 2188102 ] * ANSI compliance: + The sets of declaration and type names are disjoint. + FLET, LABELS and MACROLET respect declarations. -- Sam Steingold (http://sds.podval.org/) on Ubuntu 8.04 (hardy) http://camera.org http://honestreporting.com http://mideasttruth.com http://ther

GNU CLISP 2.49 (2010-07-07) released

2010-07-08 Thread Sam Steingold
ctly by (SETF STREAM-EXTERNAL-FORMAT) (bug#3020933). + Fix unbuffered output pipe stream initialization (bug#3024887). * ANSI compliance: + Implement the ANSI issue COMPILER-DIAGNOSTICS:USE-HANDLER: use the CL Condition System for compiler diagnostics. + STREAM-ELEMENT-TYPE on empty CONCAT