Update to 10.4.5
Changelog: 2012-11-21 # Changes and additions * On Windows, process now returns real process ids as in UNIX, not Windows process handles. * The cgi.lsp module now handles multiform data in POST requests. * Two new make files for compiling RedHat Fedora and CentOS distributions. The configure utility called by make will handle these two subflavors of RedHat Linux automatically. # Bug fixes * Memory overrun of invalid UTF8 strings now causes an error message "invalid UTF8 string". * The function ref did sometimes not handle correctly multiple, nested matching expressions. * The float function did sometimes not work correctly when used on list members. * OpenBSD did not load .init.lsp. # Compatibility with previous versions * This version is compatible with previous versions in the 10.4 series of newLISP.
This commit is contained in:
parent
690103b02a
commit
74459e5973
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/10/06 10:49:41 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/11/22 18:54:06 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= newlisp-10.4.4
|
||||
DISTNAME= newlisp-10.4.5
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.newlisp.org/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2012/10/06 10:49:42 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/11/22 18:54:06 ryoon Exp $
|
||||
bin/newlisp
|
||||
bin/${PKGNAME}
|
||||
bin/newlisp-edit
|
||||
|
@ -48,6 +48,7 @@ share/${PKGNAME}/modules/canvas.lsp
|
|||
share/${PKGNAME}/modules/cgi.lsp
|
||||
share/${PKGNAME}/modules/crypto.lsp
|
||||
share/${PKGNAME}/modules/ftp.lsp
|
||||
share/${PKGNAME}/modules/getopts.lsp
|
||||
share/${PKGNAME}/modules/gmp.lsp
|
||||
share/${PKGNAME}/modules/gsl.lsp
|
||||
share/${PKGNAME}/modules/infix.lsp
|
||||
|
@ -55,6 +56,7 @@ share/${PKGNAME}/modules/json.lsp
|
|||
share/${PKGNAME}/modules/macro.lsp
|
||||
share/${PKGNAME}/modules/mysql.lsp
|
||||
share/${PKGNAME}/modules/odbc.lsp
|
||||
share/${PKGNAME}/modules/plot.lsp
|
||||
share/${PKGNAME}/modules/pop3.lsp
|
||||
share/${PKGNAME}/modules/postgres.lsp
|
||||
share/${PKGNAME}/modules/postscript.lsp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/10/06 10:49:42 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/11/22 18:54:06 ryoon Exp $
|
||||
|
||||
SHA1 (newlisp-10.4.4.tgz) = eb1121aa49e5ef208855bd1ffdc3204eab974169
|
||||
RMD160 (newlisp-10.4.4.tgz) = aad7d229371eb58b807f485e25d52fba0d4b69fd
|
||||
Size (newlisp-10.4.4.tgz) = 1551410 bytes
|
||||
SHA1 (newlisp-10.4.5.tgz) = 8e81b73b8d141250ab773952259cd69b228ae824
|
||||
RMD160 (newlisp-10.4.5.tgz) = 6be646d9feb5edf761b98bca077de186cbbbc75b
|
||||
Size (newlisp-10.4.5.tgz) = 1553279 bytes
|
||||
SHA1 (patch-configure-alt) = f8669b8432fe460af18d0f2d3d1135debfd74654
|
||||
|
|
Loading…
Reference in a new issue