.. |
geninstr
|
* The $apply macro and all the appcall forms were removed from the
|
2007-02-14 15:50:34 -05:00 |
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 |
unicode
|
* Added a unicode directory containing files from unicode.org
|
2007-05-19 22:09:30 -04:00 |
altmakefile.ss
|
* libcore librarified
|
2007-04-30 00:31:21 -04:00 |
asm-tests.ss
|
* added a few missing instruction sequences where the dest is a
|
2007-03-10 19:50:24 -05:00 |
dotests.ss
|
* last commit on alt-cogen and beginning of alt-alt-cogen :-)
|
2007-03-09 14:01:17 -05:00 |
how-to-optimize-arg-checks.tex
|
renamed lib dir to src
|
2006-12-10 23:13:16 -05:00 |
ikarus.apply.ss
|
* added a (ikarus system $stack) library and removed imports of
|
2007-05-06 18:10:51 -04:00 |
ikarus.boot
|
minor change to concat in output-strings.
|
2007-05-20 00:57:28 -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
|
* write now writes characters (including unicode chars) properly.
|
2007-05-19 15:18:08 -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
|
* string transition completed. string data is now 32-bit
|
2007-05-19 14:38:45 -04:00 |
ikarus.control.ss
|
* added call-with-current-continuation.
|
2007-05-11 22:02:49 -04:00 |
ikarus.date-string.ss
|
* date-string now uses bytevectors instead of strings during ffi.
|
2007-05-18 20:59:10 -04:00 |
ikarus.fasl.ss
|
* Writing strings to fasl files now uses 4-byte words for each
|
2007-05-19 13:54:13 -04:00 |
ikarus.fasl.write.ss
|
* Writing strings to fasl files now uses 4-byte words for each
|
2007-05-19 13:54:13 -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 utf8-bytevector->string decoder
|
2007-05-18 20:18:55 -04:00 |
ikarus.io-ports.ss
|
* output files now use bytevectors as their internal buffer.
|
2007-05-18 16:07:58 -04:00 |
ikarus.io-primitives.ss
|
* implemented write-byte
|
2007-05-18 08:22:04 -04:00 |
ikarus.io-primitives.unsafe.ss
|
* Added a unicode directory containing files from unicode.org
|
2007-05-19 22:09:30 -04:00 |
ikarus.io.input-files.ss
|
* open-input-file now uses a bytevector representing the filename
|
2007-05-18 21:03:14 -04:00 |
ikarus.io.input-strings.ss
|
* ikarus-fasl.c now recognizes the "v" marker for bytevectors
|
2007-05-18 18:16:52 -04:00 |
ikarus.io.output-files.ss
|
* open-output-file now uses a bytevector instead of a string to
|
2007-05-18 21:06:25 -04:00 |
ikarus.io.output-strings.ss
|
minor change to concat in output-strings.
|
2007-05-20 00:57:28 -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
|
* bignum->string now uses bytevectors as intermediate rep.
|
2007-05-18 22:08:45 -04:00 |
ikarus.pairs.ss
|
* more cleanup in pairs.ss
|
2007-05-08 19:38:05 -04:00 |
ikarus.posix.ss
|
* marked env and environ procedures busted.
|
2007-05-18 22:26:22 -04:00 |
ikarus.predicates.ss
|
* Added make-bytevector and bytevector?
|
2007-05-15 12:42:52 -04:00 |
ikarus.pretty-print.ss
|
* Writer and pretty-printer now print things more like what r6rs
|
2007-05-19 17:28:03 -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
|
* string transition completed. string data is now 32-bit
|
2007-05-19 14:38:45 -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.transcoders.ss
|
* date-string now uses bytevectors instead of strings during ffi.
|
2007-05-18 20:59:10 -04:00 |
ikarus.vectors.ss
|
* cleanip of ikarus.trace, vectors, and writer.ss
|
2007-05-06 18:52:19 -04:00 |
ikarus.writer.ss
|
* fixed incorrect handling of unicode chars in output string ports.
|
2007-05-19 22:36:52 -04:00 |
libaltcogen.ss
|
* fixed error in check-dups of modules in internal defines.
|
2007-05-01 02:19:05 -04:00 |
libcogen1.ss
|
* made assembler accept integers (instead of fixnums) as immediates.
|
2007-02-05 14:19:03 -05:00 |
makefile.ss
|
* system now passes a bytevector to ik_system.
|
2007-05-18 22:15:52 -04:00 |
pass-specify-rep-primops.ss
|
* last commit on alt-cogen and beginning of alt-alt-cogen :-)
|
2007-03-09 14:01:17 -05:00 |
pass-specify-rep.ss
|
cleanup of repository content.
|
2007-03-09 19:28:38 -05:00 |
r6rs-records.ss
|
* new rev.
|
2007-05-14 14:58:33 -04:00 |
racompiler.ss
|
commented out references to some unused register names
|
2007-02-10 11:49:38 -05:00 |
run-tests.ss
|
* added an (ikarus system $bytevectors) library
|
2007-05-15 12:29:47 -04:00 |
set-operations.ss
|
renamed lib dir to src
|
2006-12-10 23:13:16 -05:00 |
tests.libraries.ss
|
* added a loader for top-level r6rs scripts.
|
2007-05-09 07:35:31 -04:00 |