.. |
geninstr
|
…
|
|
old-tests
|
* added an (ikarus system $bytevectors) library
|
2007-05-15 12:29:47 -04:00 |
tests
|
* bytevector-sint-set! is completed.
|
2007-05-17 03:03:10 -04:00 |
altmakefile.ss
|
* libcore librarified
|
2007-04-30 00:31:21 -04:00 |
asm-tests.ss
|
…
|
|
dotests.ss
|
…
|
|
how-to-optimize-arg-checks.tex
|
…
|
|
ikarus.apply.ss
|
* added a (ikarus system $stack) library and removed imports of
|
2007-05-06 18:10:51 -04:00 |
ikarus.boot
|
* input strings now do not use the internal port buffer
|
2007-05-17 05:50:01 -04:00 |
ikarus.bytevectors.ss
|
* Added uint-list->bytevector and sint-list->bytevector.
|
2007-05-17 03:36:28 -04:00 |
ikarus.cafe.ss
|
* eval-top-level is no longer exported to the top-level
|
2007-05-06 20:43:56 -04:00 |
ikarus.chars.ss
|
* removed import of (scheme) from ikarus.chars.ss
|
2007-05-06 17:58:34 -04:00 |
ikarus.code-objects.ss
|
* added current-library-collection and library-name to
|
2007-05-15 10:18:58 -04:00 |
ikarus.collect.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.command-line.ss
|
* removed import of (scheme) from ikarus.command-line.ss
|
2007-05-06 18:04:15 -04:00 |
ikarus.compiler.ss
|
* bytevector-sint-set! is almost ok.
|
2007-05-16 11:05:06 -04:00 |
ikarus.control.ss
|
* added call-with-current-continuation.
|
2007-05-11 22:02:49 -04:00 |
ikarus.date-string.ss
|
* moved date-string to ikarus.date-string.ss
|
2007-05-05 23:03:29 -04:00 |
ikarus.fasl.ss
|
* added current-library-collection and library-name to
|
2007-05-15 10:18:58 -04:00 |
ikarus.fasl.write.ss
|
* transition of symbols to secondary type done.
|
2007-05-15 11:37:43 -04:00 |
ikarus.fixnums.ss
|
* removed import of (scheme) from ikarus.fixnums.ss
|
2007-05-06 18:13:57 -04:00 |
ikarus.guardians.ss
|
* ikarus.guardians.ss now exports its primitives.
|
2007-05-05 03:03:50 -04:00 |
ikarus.handlers.ss
|
* Fixed a bug that caused interrupts to write the contents of the
|
2007-05-14 18:16:00 -04:00 |
ikarus.hash-tables.ss
|
* cleanup of hash-tables.ss
|
2007-05-06 18:23:07 -04:00 |
ikarus.intel-assembler.ss
|
* added current-library-collection and library-name to
|
2007-05-15 10:18:58 -04:00 |
ikarus.io-ports.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.io-primitives.ss
|
* cleanup of io-primitives.ss
|
2007-05-06 18:27:10 -04:00 |
ikarus.io-primitives.unsafe.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.io.input-files.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.io.input-strings.ss
|
* input strings now do not use the internal port buffer
|
2007-05-17 05:50:01 -04:00 |
ikarus.io.output-files.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.io.output-strings.ss
|
* make string operations safe in all io layers.
|
2007-05-17 05:41:00 -04:00 |
ikarus.library-manager.ss
|
* added current-library-collection and library-name to
|
2007-05-15 10:18:58 -04:00 |
ikarus.lists.ss
|
* removed import (scheme) from ikarus.lists.
|
2007-05-06 17:47:36 -04:00 |
ikarus.load.ss
|
* added a loader for top-level r6rs scripts.
|
2007-05-09 07:35:31 -04:00 |
ikarus.main.ss
|
* added some support for the old interaction repl behavior.
|
2007-05-09 23:42:32 -04:00 |
ikarus.multiple-values.ss
|
* added the $unbound-object? prim to the (ikarus system $symbols)
|
2007-05-06 18:43:04 -04:00 |
ikarus.numerics.ss
|
* Added bytevector-uint-ref, bytevector-sint-ref, bytevector->uint-list,
|
2007-05-15 19:27:36 -04:00 |
ikarus.pairs.ss
|
* more cleanup in pairs.ss
|
2007-05-08 19:38:05 -04:00 |
ikarus.posix.ss
|
renamed:
|
2007-05-05 22:14:06 -04:00 |
ikarus.predicates.ss
|
* Added make-bytevector and bytevector?
|
2007-05-15 12:42:52 -04:00 |
ikarus.pretty-print.ss
|
* Added a $bignums library that's now just holding the names of
|
2007-05-16 06:02:34 -04:00 |
ikarus.reader.ss
|
* Added #vu8(bytes ...) for the reader and writer.
|
2007-05-15 23:57:35 -04:00 |
ikarus.records.ss
|
* now exporting set-rtd-printer!
|
2007-05-07 04:04:54 -04:00 |
ikarus.singular-objects.ss
|
* void is moved to ikarus.singular-objects
|
2007-05-06 20:23:45 -04:00 |
ikarus.strings.ss
|
* added the $unbound-object? prim to the (ikarus system $symbols)
|
2007-05-06 18:43:04 -04:00 |
ikarus.symbols.ss
|
* added a (ikarus symbols) library.
|
2007-05-09 11:17:54 -04:00 |
ikarus.syntax.ss
|
* added current-library-collection and library-name to
|
2007-05-15 10:18:58 -04:00 |
ikarus.timer.ss
|
* swapped the message and the procedure for time-it.
|
2007-05-07 02:32:39 -04:00 |
ikarus.trace.ss
|
* cleanip of ikarus.trace, vectors, and writer.ss
|
2007-05-06 18:52:19 -04:00 |
ikarus.vectors.ss
|
* cleanip of ikarus.trace, vectors, and writer.ss
|
2007-05-06 18:52:19 -04:00 |
ikarus.writer.ss
|
* Added a $bignums library that's now just holding the names of
|
2007-05-16 06:02:34 -04:00 |
libaltcogen.ss
|
* fixed error in check-dups of modules in internal defines.
|
2007-05-01 02:19:05 -04:00 |
libcogen1.ss
|
…
|
|
makefile.ss
|
* The gc now knows about bytevectors
|
2007-05-17 04:34:52 -04:00 |
pass-specify-rep-primops.ss
|
…
|
|
pass-specify-rep.ss
|
…
|
|
r6rs-records.ss
|
* new rev.
|
2007-05-14 14:58:33 -04:00 |
racompiler.ss
|
…
|
|
run-tests.ss
|
* added an (ikarus system $bytevectors) library
|
2007-05-15 12:29:47 -04:00 |
set-operations.ss
|
…
|
|
tests.libraries.ss
|
* added a loader for top-level r6rs scripts.
|
2007-05-09 07:35:31 -04:00 |