.. |
tests
|
Added more tests for div0 and mod0.
|
2008-03-22 21:25:42 -04:00 |
unicode
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
Makefile.am
|
removed the separate-compilation.ss file because it was not needed.
|
2008-02-18 22:07:58 -05:00 |
Makefile.in
|
removed the separate-compilation.ss file because it was not needed.
|
2008-02-18 22:07:58 -05:00 |
ikarus.apply.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.boot.prebuilt
|
refactored nonblocking code in ikarus-io.c and ikarus.io.ss
|
2008-03-23 00:41:49 -04:00 |
ikarus.bytevectors.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.cafe.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.chars.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.code-objects.ss
|
removed all symbolicly linked files.
|
2008-02-14 17:45:15 -05:00 |
ikarus.codecs.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.collect.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.command-line.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.compiler.altcogen.ss
|
Passing 548 tests in 64-bit mode.
|
2008-04-08 03:57:13 -04:00 |
ikarus.compiler.source-optimizer.ss
|
Some work on optimizer (still not working).
|
2008-02-17 02:11:04 -05:00 |
ikarus.compiler.ss
|
Fixes bug 205427 in letrec*.
|
2008-03-23 04:14:53 -04:00 |
ikarus.conditions.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.control.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.date-string.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.enumerations.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.exceptions.ss
|
Fixes bug 206847: default exception handler expected to return for
|
2008-03-25 21:38:11 -04:00 |
ikarus.fasl.ss
|
- Added tests for fasl objects
|
2008-03-09 00:25:03 -05:00 |
ikarus.fasl.write.ss
|
Fixes bug 194232: fasl-write error message wrong about textual
|
2008-02-26 04:07:33 -05:00 |
ikarus.fixnums.ss
|
fxarithmetic-shift-left now detects overflows properly.
|
2008-03-18 00:49:24 -04:00 |
ikarus.guardians.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.handlers.ss
|
apply error now shows the procedure before the number of args.
|
2008-03-25 22:15:10 -04:00 |
ikarus.hash-tables.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.intel-assembler.ss
|
fixed a couple of bugs in 64bit assembler.
|
2008-04-08 02:22:26 -04:00 |
ikarus.io.ss
|
- Added reset-output-port! which sets the write index to 0 and
|
2008-04-06 10:57:56 -04:00 |
ikarus.lists.ss
|
Fixes bug 206839: map not failing with invalid arguments
|
2008-03-25 21:03:26 -04:00 |
ikarus.load.ss
|
minor fixes to warning messages.
|
2008-02-19 00:15:18 -05:00 |
ikarus.main.ss
|
196894: --compile-dependencies misnamed in error message
|
2008-03-01 21:14:35 -05:00 |
ikarus.multiple-values.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.numerics.ss
|
Fixed bug in (mod 3 5/6).
|
2008-03-22 21:23:51 -04:00 |
ikarus.pairs.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.posix.ss
|
Added (file-ctime filename) which returns the time of last change
|
2008-02-18 21:58:11 -05:00 |
ikarus.predicates.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.pretty-print.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.promises.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.reader.ss
|
Fixes bug in reader now recognizing the following comment:
|
2008-03-15 21:12:43 -04:00 |
ikarus.records.procedural.ss
|
Fixes bug 194259. R6RS records can now be written and read back
|
2008-02-26 03:53:00 -05:00 |
ikarus.singular-objects.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.sort.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.strings.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.structs.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.symbols.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.time-and-date.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.timer.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.trace.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.unicode-conversion.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.unicode-data.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.vectors.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
ikarus.writer.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
last-revision
|
Passing 548 tests in 64-bit mode.
|
2008-04-08 03:57:13 -04:00 |
makefile.ss
|
- Added reset-output-port! which sets the write index to 0 and
|
2008-04-06 10:57:56 -04:00 |
pass-specify-rep-primops.ss
|
fixed bug in ($make-vector 0)
|
2008-04-07 12:32:55 -04:00 |
pass-specify-rep.ss
|
fxarithmetic-shift-left now detects overflows properly.
|
2008-03-18 00:49:24 -04: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
|
more preparations for separate compilation
|
2008-02-18 20:28:54 -05:00 |
psyntax.config.ss
|
renamed:
|
2007-10-17 20:07:10 -04:00 |
psyntax.expander.ss
|
Fixes bug 206842: syntax tracing not working by default when
|
2008-03-25 21:23:23 -04:00 |
psyntax.internal.ss
|
removed all symbolicly linked files.
|
2008-02-14 17:45:15 -05:00 |
psyntax.library-manager.ss
|
minor fixes to warning messages.
|
2008-02-19 00:15:18 -05:00 |
run-tests.ss
|
- Added tests for fasl objects
|
2008-03-09 00:25:03 -05:00 |
test64.ss
|
fixed a couple of bugs in 64bit assembler.
|
2008-04-08 02:22:26 -04:00 |
todo-r6rs.ss
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
x86-64-repl.ss
|
Added a disassembler tool for 64-bit code (using macos otool64). Also,
|
2008-01-03 23:03:22 -05:00 |