.. |
geninstr
|
…
|
|
lab
|
* Removed the collection of open-coded primititives in compiler.ss
|
2007-07-13 13:23:54 +03:00 |
old-tests
|
* added an (ikarus system $bytevectors) library
|
2007-05-15 12:29:47 -04:00 |
tests
|
* string-to-number now understands:
|
2007-06-12 03:57:35 +03:00 |
unicode
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
asm-tests.ss
|
…
|
|
dotests.ss
|
…
|
|
how-to-optimize-arg-checks.tex
|
…
|
|
ikarus.apply.ss
|
…
|
|
ikarus.boot
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
ikarus.bytevectors.ss
|
* Added uint-list->bytevector and sint-list->bytevector.
|
2007-05-17 03:36:28 -04:00 |
ikarus.cafe.ss
|
…
|
|
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
|
…
|
|
ikarus.compiler.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
ikarus.control.ss
|
* Added list-tail.
|
2007-06-13 17:42:04 +03: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
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
ikarus.fasl.write.ss
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
ikarus.fixnums.ss
|
…
|
|
ikarus.guardians.ss
|
…
|
|
ikarus.handlers.ss
|
* Better handling of multi-byte read-char.
|
2007-06-02 05:17:22 +03:00 |
ikarus.hash-tables.ss
|
* Added an inthash function to primops.
|
2007-07-04 17:42:18 +03:00 |
ikarus.intel-assembler.ss
|
* $fixnum->flonum now works.
|
2007-06-18 14:29:39 +03:00 |
ikarus.io-ports.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
ikarus.io-primitives.ss
|
* implemented write-byte
|
2007-05-18 08:22:04 -04:00 |
ikarus.io-primitives.unsafe.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
ikarus.io.input-files.ss
|
* Removed $port-input-index, $port-input-size,
|
2007-08-25 11:06:30 -04:00 |
ikarus.io.input-strings.ss
|
moving to a new numeric reading algorithm.
|
2007-05-20 13:11:33 -04:00 |
ikarus.io.output-files.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
ikarus.io.output-strings.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -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
|
* Added list-tail.
|
2007-06-13 17:42:04 +03:00 |
ikarus.load.ss
|
…
|
|
ikarus.main.ss
|
* Added let-syntax and letrec-syntax.
|
2007-05-22 19:59:30 -04:00 |
ikarus.multiple-values.ss
|
…
|
|
ikarus.numerics.ss
|
* Fixed a bug in ratnum multiplication.
|
2007-07-05 11:48:40 +03:00 |
ikarus.pairs.ss
|
…
|
|
ikarus.posix.ss
|
* marked env and environ procedures busted.
|
2007-05-18 22:26:22 -04:00 |
ikarus.predicates.ss
|
* Fixed rational? and integer? to handle flonums properly.
|
2007-06-13 09:03:30 +03: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 char-downcase, char-upcase, char-titlecase, and char-foldcase
|
2007-06-17 17:20:19 +03:00 |
ikarus.records.ss
|
…
|
|
ikarus.singular-objects.ss
|
…
|
|
ikarus.strings.ss
|
* string transition completed. string data is now 32-bit
|
2007-05-19 14:38:45 -04:00 |
ikarus.symbols.ss
|
…
|
|
ikarus.syntax.ss
|
* Libraries can export modules now.
|
2007-06-02 10:21:05 +03:00 |
ikarus.timer.ss
|
…
|
|
ikarus.trace.ss
|
…
|
|
ikarus.transcoders.ss
|
* Added floor/ceiling.
|
2007-06-10 07:32:19 +03:00 |
ikarus.vectors.ss
|
…
|
|
ikarus.writer.ss
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
libaltcogen.ss
|
* Stack overflow is reinstated. fibc and other call/cc intensive
|
2007-07-13 13:54:25 +03:00 |
makefile.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
pass-specify-rep-primops.ss
|
* $port-output-index, $port-output-size, $set-port-output-index! and
|
2007-08-25 11:24:05 -04:00 |
pass-specify-rep.ss
|
* Can load altcogen.
|
2007-06-03 04:55:40 +03:00 |
r6rs-records.ss
|
* new rev.
|
2007-05-14 14:58:33 -04:00 |
r6rs-todo.ss
|
* finished listring all r6rs-todo identifiers.
|
2007-08-26 15:43:18 -04:00 |
racompiler.ss
|
…
|
|
run-tests.ss
|
* string-to-number now understands:
|
2007-06-12 03:57:35 +03:00 |
set-operations.ss
|
…
|
|
tests.libraries.ss
|
…
|
|