ikarus/scheme
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
..
ikarus renamed: 2007-10-17 20:07:10 -04:00
tests * Added bytevector-ieee-single-ref and bytevector-ieee-single-set! 2007-11-08 22:56:14 -05:00
unicode * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
Makefile.am * Fixed bug 160100: ikarus.boot should not be in /usr/local/bin 2007-11-10 08:28:19 -05:00
Makefile.in * Fixed bug 160100: ikarus.boot should not be in /usr/local/bin 2007-11-10 08:28:19 -05:00
asm-tests.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
dotests.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.apply.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.boot.orig * Fixed bug 161749: (define-syntax (foo x) 12) does not work 2007-11-10 06:28:29 -05:00
ikarus.bytevectors.ss * Added bytevector-ieee-single-ref and bytevector-ieee-single-set! 2007-11-08 22:56:14 -05:00
ikarus.cafe.ss * Unhandled exceptions are now sent to (standard-error-port) instead 2007-11-04 14:53:36 -05:00
ikarus.chars.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.code-objects.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.codecs.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.collect.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.command-line.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.compiler.altcogen.ss * Added bytevector-ieee-single-native-ref and bytevector-ieee-single-native-set! 2007-11-08 22:22:24 -05:00
ikarus.compiler.ss * Fixed bug 160483: described as "incorrect number of arguments" reported as "not a function" 2007-11-06 17:04:27 -05:00
ikarus.conditions.ss * Unhandled exceptions are now sent to (standard-error-port) instead 2007-11-04 14:53:36 -05:00
ikarus.control.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.date-string.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.enumerations.ss * Added (rnrs enums). 2007-10-27 10:38:54 -04:00
ikarus.exceptions.ss * Unhandled exceptions are now sent to (standard-error-port) instead 2007-11-04 14:53:36 -05:00
ikarus.fasl.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.fasl.write.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.fixnums.ss * Partial fix for bug 160780: missing 2 and 3 arg forms of number->string 2007-11-07 22:28:42 -05:00
ikarus.guardians.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.handlers.ss * Fixed typo in "incorrect number of arguments" (added "s"). 2007-11-06 17:29:25 -05:00
ikarus.hash-tables.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.intel-assembler.ss * Added bytevector-ieee-single-native-ref and bytevector-ieee-single-native-set! 2007-11-08 22:22:24 -05:00
ikarus.io-ports.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.io-primitives.ss * Added get-line. (answers to bug 160663) 2007-11-07 11:00:39 -05:00
ikarus.io-primitives.unsafe.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.io.input-files.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.io.input-strings.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.io.output-files.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.io.output-strings.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.lists.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.load.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.main.ss * Fixes bug 159776: --r6rs-script changes behavior of (command-line) 2007-11-03 20:12:31 -04:00
ikarus.multiple-values.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.numerics.ss * Added bitwise-not. 2007-11-08 20:57:11 -05:00
ikarus.pairs.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.posix.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.predicates.ss * port?, input-port?, and output-port? were missing from exports, fixed 2007-11-04 11:50:44 -05:00
ikarus.pretty-print.ss * Added pretty formats for library and import forms, fixed 2007-11-06 03:04:32 -05:00
ikarus.promises.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.reader.ss * minor cleanup in reader (and minor bug fixes). 2007-11-07 11:41:28 -05:00
ikarus.records.procedural.ss * Fixed bug in record constructor when proto is unspecified. 2007-10-29 16:18:11 -04:00
ikarus.singular-objects.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.sort.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.strings.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.structs.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.symbols.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.timer.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.trace.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.transcoders.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.unicode-data.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.vectors.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.writer.ss * configure.ac now contains a case for adding -Wl,-E to LDFLAGS 2007-11-01 00:46:04 -04:00
makefile.ss * Added bytevector-ieee-single-native-ref and bytevector-ieee-single-native-set! 2007-11-08 22:22:24 -05:00
pass-specify-rep-primops.ss * Added bytevector-ieee-single-ref and bytevector-ieee-single-set! 2007-11-08 22:56:14 -05:00
pass-specify-rep.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
psyntax.builders.ss renamed: 2007-10-17 20:07:10 -04:00
psyntax.compat.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
psyntax.config.ss renamed: 2007-10-17 20:07:10 -04:00
psyntax.expander.ss * Fixed bug 161749: (define-syntax (foo x) 12) does not work 2007-11-10 06:28:29 -05:00
psyntax.internal.ss renamed: 2007-10-17 20:07:10 -04:00
psyntax.library-manager.ss * Version and sub-version specs are now honored in library import forms. 2007-10-26 12:41:55 -04:00
r6rs-records.ss renamed: 2007-10-17 20:07:10 -04:00
run-tests.ss * Partial fix for bug 160780: missing 2 and 3 arg forms of number->string 2007-11-07 22:28:42 -05:00
tests.libraries.ss renamed: 2007-10-17 20:07:10 -04:00
todo-r6rs.ss * Added bytevector-ieee-single-ref and bytevector-ieee-single-set! 2007-11-08 22:56:14 -05:00