Change logs for clisp source package in Feisty

  • clisp (1:2.41-1) unstable; urgency=low
    
      * updated XS-Vcs-Svn field
      * New upstream release. Mostly bugfixes and:
        - New module libsvm interface
        - The same internal interface now handles FFI forms DEF-CALL-OUT and
          DEF-C-VAR regardless of the presence of the :LIBRARY argument.
    
    clisp (1:2.40-2) unstable; urgency=low
    
      * Included documentation patch from
        https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1569234&group_id=1355
      * Fix FTBFS on ia64 by not using -O2 when compiling. Stable gcc, isn't it?
      * On second thoughts, let us try if doing this also helps sparc and mipsel. 
    
    clisp (1:2.40-1) unstable; urgency=low
    
      * New upstream version.
      * Don't run test anymore as they make the build fail hard.
      * Fixed clisp manual page 
    
    clisp (1:2.39-3) unstable; urgency=medium
    
      * Disable FFI on mipsel, fixes the FTBFS.
      * Ignore the results of running the tests because the network
        stack is sometimes not correct on the buildd daemons (localhost
        does not resolve). We still do run the tests and we will review
        the output of the buildd daemons for 'real' problems.
        Fixes the FTBFS for amd64, hppa. (Closes: 388752)
      * Added XS-X-Vcs-Darcs header
    
    clisp (1:2.39-2) unstable; urgency=low
    
      * Don't use -O0 anymore for ia64, hint from Dr. Werner Fink at suse.de
      * Run tests after building the clisp.
      * Drop support for sparc. Not having a machine to test sparc problems
        on just makes it too difficult to support. I hope not many users will
        be impacted. (Closes: #386075)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 01:11:02 +0000
  • clisp (1:2.39-1) unstable; urgency=low
    
      * Included patch from Thiemo Seufer to re-enable FFI for mips/mipsel.
        Closes: #377722
      * New upstream. Highlights of this new version:
        - SAVEINITMEM now accepts :SCRIPT argument
        - FFI:UINT64 and FFI:SINT64 are now compatible with C's long long type.
        - Stack overflow detection and recovery finally work fine on Unix.
        - It is now possible to specify the default method-combination of a generic
          function,
        - Readline completion works with non 1:1 terminal encodings, e.g. UTF-8.
        - WITH-KEYBOARD works with a Unix tty even when SLIME hijacks *TERMINAL-IO*.
        - New functions: POSIX:FFS, POSIX:PATHCONF.
        - Bug fixes:
          + SOCKET:SOCKET-SERVER :INTERFACE now behaves as documented.
          + EXT:READ-BYTE-NO-HANG and SOCKET:SOCKET-STATUS used to hang on
            buffered binary sockets.
          + Allow DESTRUCTURING-BIND (a . b) with circular and dotted lists.
          + ADJUST-ARRAY of zero length adjustable string now works.
          + TIME now reports correct results when the heap grows over 4GB.
          + RAWSOCK functions now handle :START/:END arguments correctly.
          + BDB:DBC-GET now accepts :READ-COMMITTED and :READ-UNCOMMITTED.
          + POSIX:GROUP-INFO and POSIX:USER-INFO now handle errors correctly.
      * Use CFLAGS as configure now respects this.
      * Fixed clisp.1 manual page, it had '.sp \-1'. 
    
     -- StefanPotyra <email address hidden>   Mon,  31 Jul 2006 10:53:17 +0100