Package: ikarus / 0.0.3+bzr.2010.01.26-4

Metadata

Package Version Patches format
ikarus 0.0.3+bzr.2010.01.26-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 make no doc subdir.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make no doc subdir


0002 typos.patch | (download)

README | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 typos


0003 includes.patch | (download)

src/ikarus-collect.c | 2 2 + 0 - 0 !
src/ikarus-fasl.c | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 includes


0004 map anon.patch | (download)

src/ikarus-main.c | 2 1 + 1 - 0 !
src/ikarus-runtime.c | 2 1 + 1 - 0 !
src/ikarus-winmmap.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 map anon


0005 rand vs random.patch | (download)

src/ikarus-numerics.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rand vs random


0006 flonums rounding comment.patch | (download)

src/ikarus-flonums.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 flonums rounding comment


0007 automake pkglib.patch | (download)

lib/Makefile.am | 4 2 + 2 - 0 !
scheme/Makefile.am | 10 5 + 5 - 0 !
src/Makefile.am | 3 2 + 1 - 0 !
3 files changed, 9 insertions(+), 8 deletions(-)

 automake pkglib

Replace pkglib (deprecated) with pkgdata in Makefile.am.
Fixes building with automake 1.11.2 or greater, in which
pkglib_DATA gives an error.
(Patch reworked slightly by Barak A. Pearlmutter.)

Bug-Ubuntu: https://bugs.launchpad.net/+bug/935180