ikarus/scheme
Abdulaziz Ghuloum c6b66f8661 Added a system library (ikarus system interrupts) that exports:
make-interrupted-condition and interrupted-condition?
2007-11-19 16:50:31 -05:00
..
ikarus renamed: 2007-10-17 20:07:10 -04:00
tests * Added fxlength 2007-11-13 23:24:21 -05:00
unicode * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
Makefile.am * Sligh fix to dependencies in scheme/Makefile.am 2007-11-19 16:16:11 -05:00
Makefile.in * Sligh fix to dependencies in scheme/Makefile.am 2007-11-19 16:16:11 -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 Added a system library (ikarus system interrupts) that exports: 2007-11-19 16:50:31 -05:00
ikarus.bytevectors.ss * Added bytevector-u64-native-ref, bytevector-u64-native-set!, 2007-11-11 23:29:54 -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 * keyboard interrupts are now continuable. 2007-11-15 13:40:36 -05:00
ikarus.compiler.ss * Added port-mode and set-port-mode! primitives. A port mode is 2007-11-18 19:28:59 -05:00
ikarus.conditions.ss Added a system library (ikarus system interrupts) that exports: 2007-11-19 16:50:31 -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 * Added fxfirst-bit-set. 2007-11-15 06:33:21 -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 Added a system library (ikarus system interrupts) that exports: 2007-11-19 16:50:31 -05:00
ikarus.hash-tables.ss * Copying an already immutable hashtable, and requesting an 2007-11-12 00:52:43 -05:00
ikarus.intel-assembler.ss * Added (xorl imm8 mem) instruction to the assembler. 2007-11-13 23:10:49 -05:00
ikarus.io-ports.ss * Added port-mode and set-port-mode! primitives. A port mode is 2007-11-18 19:28:59 -05:00
ikarus.io-primitives.ss * Added put-char, get-char, and put-u8. 2007-11-18 18:48:24 -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 163690: ikarus should display version number instead of 2007-11-19 15:37:42 -05: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 * Optimized the zero case in $flonum->exact. 2007-11-17 09:12:49 -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 getenv, which takes a string and returns a string from the "unix" 2007-11-19 12:57:50 -05: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 Fixed bug 163714: read/write invariance problem with symbols 2007-11-19 02:00:26 -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 Fixes bug 162436: Off-by-one in substring 2007-11-13 12:21:27 -05: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 * Added ~b, ~x, ~d, and ~o to format/printf/fprintf. 2007-11-12 00:20:02 -05:00
makefile.ss Added a system library (ikarus system interrupts) that exports: 2007-11-19 16:50:31 -05:00
pass-specify-rep-primops.ss * Added port-mode and set-port-mode! primitives. A port mode is 2007-11-18 19:28:59 -05:00
pass-specify-rep.ss * '#!eof no longer signals an assembler error 2007-11-11 01:04:07 -05:00
psyntax.builders.ss * libraries are now expanded to a special library-letrec* form. 2007-11-17 09:53:22 -05: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 * Unfixes bug 161749: (define-syntax (foo x) 12) does not work 2007-11-19 04:18:35 -05:00
psyntax.internal.ss renamed: 2007-10-17 20:07:10 -04:00
psyntax.library-manager.ss Much improved error reporting when a library is not found. 2007-11-19 02:46:45 -05:00
r6rs-records.ss renamed: 2007-10-17 20:07:10 -04:00
run-tests.ss * keyboard interrupts are now continuable. 2007-11-15 13:40:36 -05:00
tests.libraries.ss renamed: 2007-10-17 20:07:10 -04:00
todo-r6rs.ss * Kind of fixes bug 163219: Better error message for expand. 2007-11-18 19:10:03 -05:00