pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/polyml
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jul 21 14:26:00 UTC 2026
Modified Files:
pkgsrc/lang/polyml: Makefile distinfo
Log Message:
lang/polyml: Update to 5.9.2
Changelog:
5.9.2:
This release is primarily a bug-fix release.
## Major Changes
Rewrite of the conversion of floating point to strings and digit
sequences. This fixes various bugs and ensures that the code works
correctly for both Real.real and Real32.real.
Changes to object code exporting on Mac-OS to deal with a problem
with the Xtools 15 linker.
5.9.1:
## Major Changes
### Optimising code-generator for ARM/64
The native code-generator for the ARM 64 introduced in release 5.9
has been enhanced substantially to include similar optimisations
as in the X86 version. This was largely completed some time ago
but there were still bugs. These have now been fixed.
## Minor changes
* Fix Overflow exception packet in the interpreter (#164)
* Fix to OS.Path.getParent "../.." (#167)
* Fix to OS.FileSys.fullPath on old systems (#171)
* Fixes to OS.FileSys.fileSize, OS.FileSys.setTime and OS.FileSys.modTime
in Windows.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/polyml/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/polyml/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/polyml/Makefile
diff -u pkgsrc/lang/polyml/Makefile:1.28 pkgsrc/lang/polyml/Makefile:1.29
--- pkgsrc/lang/polyml/Makefile:1.28 Sun Mar 5 20:19:11 2023
+++ pkgsrc/lang/polyml/Makefile Tue Jul 21 14:26:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/03/05 20:19:11 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/07/21 14:26:00 ryoon Exp $
-DISTNAME= polyml-5.9
+DISTNAME= polyml-5.9.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=polyml/}
GITHUB_PROJECT= polyml
Index: pkgsrc/lang/polyml/distinfo
diff -u pkgsrc/lang/polyml/distinfo:1.21 pkgsrc/lang/polyml/distinfo:1.22
--- pkgsrc/lang/polyml/distinfo:1.21 Sun Mar 5 20:19:11 2023
+++ pkgsrc/lang/polyml/distinfo Tue Jul 21 14:26:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/03/05 20:19:11 wiz Exp $
+$NetBSD: distinfo,v 1.22 2026/07/21 14:26:00 ryoon Exp $
-BLAKE2s (polyml-5.9.tar.gz) = f28611281e1ebf90118a159f276cc19fbd161fe6bceacc58a02136b4f71e0e6f
-SHA512 (polyml-5.9.tar.gz) = e996cbe820216e854a50ba214f2a2a0291ee3279eb35be4126b6558bc1582732a236156fb8d0f548b31fca4a496db62ece83d902b6f5e72de64507fdef602e45
-Size (polyml-5.9.tar.gz) = 3764115 bytes
+BLAKE2s (polyml-5.9.2.tar.gz) = c55f5f42cd3687311bcf962dc7b280f130a19fc7e01f057cd7cfdf51eb78464f
+SHA512 (polyml-5.9.2.tar.gz) = 71aa5375c185b59f1da7805d610ceeb388472a204b0a88f2b42f100005cfe76cdd73e8fb1d15f518843218e5e075563b76e1f28082910c74c8e16892adce5996
+Size (polyml-5.9.2.tar.gz) = 3878657 bytes
Home |
Main Index |
Thread Index |
Old Index