pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/newlisp



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jul 12 13:37:38 UTC 2013

Modified Files:
        pkgsrc/lang/newlisp: Makefile PLIST distinfo

Log Message:
Update to 10.5.3

Changelog:
newLISP® v.10.5.3 Stable Release 2013-07-10

This release fixes bugs in the new, unlimited precision, integer arithmetic and 
JSON subsystems and introduces functions for KMEANS data clustering.
New Features

    New cluster analysis functions kmeans-train and kmeans-query (v.10.5.2).

Bug fixes

    Big integer division had problems with embedded, aligned big int sized 
zeros and trailing zeros in results. On Linux, compiler optmizations in big 
integer division code caused problems and are disabled now with no decrease in 
performance (v.10.5.1).
    The bigint function now accepts integers in strings with trailing non-digit 
characters and floats in simple dot-decimal notation (v.10.5.1).
    After Java update 7u21, install directory names could not have spaces. This 
has been fixed (v.10.5.2).
    Escaped " quote and \ backslash characters in json-parse strings are now 
handled correctly (v.10.5.2/3).

Compatibility with previous versions

This version is compatible with the previous versions in the 10.5.x series.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/newlisp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/newlisp/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/newlisp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index