pkgsrc-WIP-changes archive

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

cyclone: update to cyclone-0.15



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Feb 27 21:31:36 2020 +0200
Changeset:	490919241a2547f12a2eabdfb525ab433a917139

Modified Files:
	cyclone/Makefile
	cyclone/distinfo

Log Message:
cyclone: update to cyclone-0.15

Released Cyclone Scheme 0.15

February 26th, 2020

Features

  * Added the c-linker-options library directive to allow a library
    to specify options to pass to the C linker. This prevent compiler
    errors when linking the final executable.

  * Added the -CLNK compiler option to specify a custom command to
    provide as a linker option. For example: "-lcurl".

Bug Fixes

  * Fixed the division (/) operator to ensure exact arguments will
    produce inexact results rather than incorrect fixnum results.
    The example given in R7RS is that (/ 3 4) must not return a
    mathematically incorrect result of 0. This was previously broken in
    compiled code though icyc would return the correct result.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=490919241a2547f12a2eabdfb525ab433a917139

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 fd40507e01..df85a8930d 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	cyclone-bootstrap
-GITHUB_TAG=	v0.14
+GITHUB_TAG=	v0.15
 DISTNAME=	${GITHUB_TAG}
 PKGNAME=	cyclone-${DISTNAME:S,^v,,}
 CATEGORIES=	lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index c741934799..4dc522e995 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (cyclone-bootstrap/v0.14.tar.gz) = 83c87f68a5df69fc501c6020148e00b7856c6780
-RMD160 (cyclone-bootstrap/v0.14.tar.gz) = 7cbc253a8aa9d827817f4332bfc448bfc0090a83
-SHA512 (cyclone-bootstrap/v0.14.tar.gz) = 4a57910bf7eb09d183da68d283d7d42b649aa06dd39a80a9043a36c0b041d5e323f641b16d8eb4089faf983b30ec91047718eb7516eeaf2475926891d164f670
-Size (cyclone-bootstrap/v0.14.tar.gz) = 3110851 bytes
+SHA1 (cyclone-bootstrap/v0.15.tar.gz) = 5e12d5b4944ddd2cede64ae578684383769fb552
+RMD160 (cyclone-bootstrap/v0.15.tar.gz) = 14e2c6547a2b748ab12a7a190ffae364296699f1
+SHA512 (cyclone-bootstrap/v0.15.tar.gz) = 48efe0e7e77dd0eef7bea9f7f4bd427a05a3e748695a02fb9d3a2f62d3c9e87b52457ea29080164d1c5981a736a8f6ddd40773feb1c12f215bbd7e1701110dfa
+Size (cyclone-bootstrap/v0.15.tar.gz) = 3112479 bytes
 SHA1 (patch-Makefile) = 161e365902752ed81c987e862f79a20915828965
 SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51


Home | Main Index | Thread Index | Old Index