Abdulaziz Ghuloum
0644542565
Added a last-revision file and modified scheme/Makefile.am
...
accordingly.
2007-11-21 00:59:05 -05:00
Abdulaziz Ghuloum
be8123f8b6
* Sligh fix to dependencies in scheme/Makefile.am
2007-11-19 16:16:11 -05:00
Abdulaziz Ghuloum
728daddfc0
Fixes bug 163690: ikarus should display version number instead of
...
build date in the banner.
The version in bzr now displays:
Ikarus Scheme version 0.0.1+ (revision 1090, build 2007-11-19)
Copyright (c) 2006-2007 Abdulaziz Ghuloum
The shipped versions should display
Ikarus Scheme version 0.0.2
Copyright (c) 2006-2007 Abdulaziz Ghuloum
2007-11-19 15:37:42 -05:00
Abdulaziz Ghuloum
a7680d723d
Extra libraries found in $pkglibdir can now be imported directly.
...
For example, (import (streams)) just works!
2007-11-18 22:46:00 -05:00
Abdulaziz Ghuloum
1bd2935e2b
Fixes bug 163690: ikarus should display version number instead of
...
build date in the banner.
2007-11-18 20:22:11 -05:00
Abdulaziz Ghuloum
43eb1bfcb3
Fixes bug 162145: Changing pkglibdir should rebuild ikarus-main.o and relink ikarus
2007-11-12 03:31:14 -05:00
Abdulaziz Ghuloum
66263b2d69
* Fixes bug 160100: ikarus.boot should not be in /usr/local/bin
...
ikarus.boot now goes to $pkglibdir/ikarus.boot which translates
to /usr/local/lib/ikarus/ikarus.boot by default.
2007-11-12 00:27:36 -05:00
Abdulaziz Ghuloum
ff81bb99d9
* Fixed bug 160100: ikarus.boot should not be in /usr/local/bin
...
- ikarus.boot now goes to $prefix/lib/ikarus/ikarus.boot
- location of bootfile is now hard-coded in the ikarus executable
- pdf/README/COPYING/GPL-3 files go to $prefix/doc/ikarus/
- Added a 1-line "scheme-script" script to bin.
2007-11-10 08:28:19 -05:00
Abdulaziz Ghuloum
b7d871af9e
* Added (rnrs enums).
2007-10-27 10:38:54 -04:00
Abdulaziz Ghuloum
5678066f0d
* Added with-exception-handler, raise, and raise-continuable.
2007-10-23 23:34:11 -04:00
Abdulaziz Ghuloum
56d279297b
* fixed bugs in define-record-type (constructor name was ignored)
...
* fixed bugs in record-constructor (incorrect constructor was
returned when when no protocol is supplied)
* added r6rs condition types (constructors and standard conditions).
2007-10-23 16:38:34 -04:00
Abdulaziz Ghuloum
63ddb1b479
* fixed make file in Makefile.am
2007-10-18 11:55:45 -04:00
Abdulaziz Ghuloum
30a0a9458b
* fixed a problem with building ikarus.boot on cygwin.
...
* fixed a couple of typos in ikarus-runtime.c and ikarus-winmmap.c
2007-10-18 11:48:11 -04:00
Abdulaziz Ghuloum
e010d03523
renamed:
...
scheme/ikarus.boot => scheme/ikarus.boot.orig
modified:
configure
configure.ac
scheme/Makefile.am
2007-10-18 00:45:46 -04:00
Abdulaziz Ghuloum
683fb50242
* autoconf now properly exports .ss files.
2007-10-17 22:50:15 -04:00
Abdulaziz Ghuloum
99dd633f83
added:
...
scheme/Makefile.am
2007-10-17 22:07:54 -04:00