pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cyclone: update to cyclone-0.31.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Wed Jul 28 23:47:04 2021 +0200
Changeset: 5f7c00f4bbefb01dcbea1e4aab28dab22cf0d583
Modified Files:
cyclone/Makefile
cyclone/distinfo
Log Message:
cyclone: update to cyclone-0.31.0
Announcement:
Released Cyclone Scheme 0.31.0
July 27th, 2021
Bug Fixes
Compiler
* Properly handle vectors literals at the top level of compiled
code. Previously this could lead to segmentation faults (!!) at
runtime.
* Fixed an off-by-one error unpacking arguments when calling a
primitive as the continuation after a garbage collection.
Base Library
* Fixed read-line to prevent data loss when used in conjunction
with other I/O functions (such as read-char) to read data from
the same port. This was because the previous version of read-line
used a different internal buffer than our other I/O functions.
* Fixed a bug in make-list that consumed all available memory when
passing a negative list length.
* Allow a record type to contain fields that are not initialized by
the constructor.
* Built out numerator and denominator with code conforming to R7RS.
SRFI 18 - Multithreading Library
* Updated thread-start! to return the given thread object, per SRFI 18.
* thread-join! now returns the result of the thread it was waiting
on, per SRFI 18.
C Compiler Warnings
* Eliminate clang compiler warnings referencing EOF when building
the runtime.
* Updated runtime so the C compiler will no longer generate warnings
regarding the string comparisons in Cyc_st_add. Previously
this could result in these warnings being spammed to the console
when compiling code using Cyclone.
* Properly escape question marks within strings in generated C code
to avoid trigraphs.
* Avoid an “unused variable” warning from the C compiler when
compiling certain recursive functions.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f7c00f4bbefb01dcbea1e4aab28dab22cf0d583
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cyclone/Makefile | 2 +-
cyclone/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/cyclone/Makefile b/cyclone/Makefile
index 1395291296..30dfc540de 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= cyclone-bootstrap
-GITHUB_TAG= v0.30.0
+GITHUB_TAG= v0.31.0
DISTNAME= ${GITHUB_TAG}
PKGNAME= cyclone-${DISTNAME:S,^v,,}
CATEGORIES= lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index 6c729a5e35..54b8a12208 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-SHA1 (cyclone-bootstrap/v0.30.0.tar.gz) = 89b8d81dec8ceb1cc1e58df18ef07cb559018c6f
-RMD160 (cyclone-bootstrap/v0.30.0.tar.gz) = b7df3ace935d3a8fa573f035aea72beebfefd20e
-SHA512 (cyclone-bootstrap/v0.30.0.tar.gz) = c3a724ade1e7d1ccdef7b64f8ea619bed464614795ecc81e0fcd6f4d822535990fb16c6bc548775b69fc1b014d949e938c6686ae4207f929254dc81237e21995
-Size (cyclone-bootstrap/v0.30.0.tar.gz) = 3933581 bytes
+SHA1 (cyclone-bootstrap/v0.31.0.tar.gz) = a344fcca3f7bf13677ac6e10938c8ee13bd31693
+RMD160 (cyclone-bootstrap/v0.31.0.tar.gz) = 56db61377d53e314cb15a871a57f8e1798a6a678
+SHA512 (cyclone-bootstrap/v0.31.0.tar.gz) = f0a5d7c6890183ccab65028f43be2080dcf7d44b80a254f176ffa034c04a2701266febbc3f91072e58175bc84eb86a839dab1dbb3674868128ef3d8e650c91c9
+Size (cyclone-bootstrap/v0.31.0.tar.gz) = 3936909 bytes
SHA1 (patch-Makefile) = 3b1405ff54738ac53808f1f4e2e2a8d3f458f75d
SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51
Home |
Main Index |
Thread Index |
Old Index