ikarus/scheme
Abdulaziz Ghuloum 186639d091 * "/" was producing "BUG:" report when given non-numebrs.
It now produced a better error message.
2007-10-31 21:01:39 -04:00
..
ikarus renamed: 2007-10-17 20:07:10 -04:00
tests * Fixed implementation of record-constructor in (rnrs records procedural) 2007-10-23 00:28:21 -04:00
unicode * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
Makefile.am * Added (rnrs enums). 2007-10-27 10:38:54 -04: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 * pretty-width is now exported. 2007-10-31 04:34:14 -04:00
ikarus.bytevectors.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.cafe.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.compiler.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.conditions.ss * Fixed a bug in #{gensym} read syntax. 2007-10-30 17:45:08 -04: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 * Added assertion-violation. 2007-10-26 15:27:42 -04: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 license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -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 * "/" was producing "BUG:" report when given non-numebrs. 2007-10-31 21:01:39 -04: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 * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
ikarus.pretty-print.ss * pretty-width is now exported. 2007-10-31 04:34:14 -04: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 a bug in #{gensym} read syntax. 2007-10-30 17:45:08 -04: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 * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
makefile.ss * pretty-width is now exported. 2007-10-31 04:34:14 -04:00
pass-specify-rep-primops.ss * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04: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 * pretty-width is now exported. 2007-10-31 04:34:14 -04: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 * Added license stubs to all *.ss and *.[ch] files. 2007-10-25 16:27:34 -04:00
tests.libraries.ss renamed: 2007-10-17 20:07:10 -04:00
todo-r6rs.ss * Added define-enumeration, which completes the (rnrs enums) library. 2007-10-27 11:40:40 -04:00