ikarus/src
Abdulaziz Ghuloum 68cb3e8d1a * removed list*->code* from the prims. 2007-05-05 20:59:44 -04:00
..
geninstr * The $apply macro and all the appcall forms were removed from the 2007-02-14 15:50:34 -05:00
tests * last commit on alt-cogen and beginning of alt-alt-cogen :-) 2007-03-09 14:01:17 -05: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 ikarus.apply library that exports apply 2007-05-05 17:39:18 -04:00
ikarus.boot * removed list*->code* from the prims. 2007-05-05 20:59:44 -04:00
ikarus.chars.ss * moved integer->char and char->integer to ikarus.chars 2007-05-05 06:36:38 -04:00
ikarus.code-objects.ss * (ikarus code-objects) is now ok. 2007-05-05 20:54:57 -04:00
ikarus.collect.ss * libcollect is renamed ikarus.collect.ss 2007-05-05 02:07:50 -04:00
ikarus.command-line.ss * added (ikarus command-line) library that exports command-line-arguments 2007-05-05 06:58:41 -04:00
ikarus.control.ss * moved call-with-values and values to their own library 2007-05-05 03:16:26 -04:00
ikarus.core.ss * moved port?, input-port?, and output-port? to ikarus.predicates 2007-05-05 17:44:24 -04:00
ikarus.fixnums.ss * moved fixnum->string to ikarus.fixnums 2007-05-05 06:26:09 -04:00
ikarus.guardians.ss * ikarus.guardians.ss now exports its primitives. 2007-05-05 03:03:50 -04:00
ikarus.handlers.ss * moving on from (ikarus system handlers) 2007-05-04 11:59:03 -04:00
ikarus.hash-tables.ss * ikarus.hash-tables is ok now. 2007-05-05 20:24:14 -04:00
ikarus.io-ports.ss * moved (ikarus io-ports) to ikarus.io-ports.ss 2007-05-05 18:04:38 -04:00
ikarus.io-primitives.ss * removed reference to *current-input-port* in ikarus.io-primitives 2007-05-05 19:55:53 -04:00
ikarus.io-primitives.unsafe.ss * new (ikarus io-primitives unsafe) library exporting $write-char 2007-05-05 18:32:56 -04:00
ikarus.io.input-files.ss * moved call-with-input-file and with-input-from-file to 2007-05-05 19:59:28 -04:00
ikarus.io.input-strings.ss * moved all input-file operations to ikarus.io.input-files.ss 2007-05-05 19:39:02 -04:00
ikarus.io.output-files.ss * output-file operations moved to ikarus.io.output-files 2007-05-05 19:53:16 -04:00
ikarus.io.output-strings.ss * output-string ports moved to ikarus.io.output-strings 2007-05-05 20:05:33 -04:00
ikarus.lists.ss * moved list* to ikarus.lists. 2007-05-05 06:19:50 -04:00
ikarus.multiple-values.ss * moved call-with-values and values to their own library 2007-05-05 03:16:26 -04:00
ikarus.numerics.ss * moved string->number to ikarus.numerics 2007-05-05 06:23:03 -04:00
ikarus.pairs.ss * moved weak-cons to ikarus.pairs 2007-05-05 06:18:29 -04:00
ikarus.predicates.ss * moved port?, input-port?, and output-port? to ikarus.predicates 2007-05-05 17:44:24 -04:00
ikarus.reader.ss * (ikarus reader) is ok 2007-05-05 20:47:31 -04:00
ikarus.records.ss * ikarus.records.ss now exports its prims. 2007-05-05 02:17:55 -04:00
ikarus.strings.ss * moved uuid to ikarus.strings 2007-05-05 04:07:48 -04:00
ikarus.symbols.ss * moved symbol->string to ikarus.symbols 2007-05-05 06:54:26 -04:00
ikarus.vectors.ss * vector->list is moved to ikarus.vectors 2007-05-05 06:08:43 -04:00
ikarus.void.ss * added void to ikarus.void 2007-05-05 17:36:51 -04:00
ikarus.writer.ss * (ikarus writer) is now ok. 2007-05-05 20:40:23 -04:00
libaltcogen.ss * fixed error in check-dups of modules in internal defines. 2007-05-01 02:19:05 -04:00
libcafe.ss * new-cafe and load use eval-top-level now. 2007-05-03 01:19:50 -04:00
libcogen1.ss * made assembler accept integers (instead of fixnums) as immediates. 2007-02-05 14:19:03 -05:00
libcompile.ss * removed list*->code* from the prims. 2007-05-05 20:59:44 -04:00
libfasl.ss * before trying libcompile 2007-05-01 04:36:53 -04:00
libintelasm.ss * removed list*->code* from the prims. 2007-05-05 20:59:44 -04:00
libposix.ss * libposix librarified 2007-04-29 05:02:44 -04:00
libpp.ss * fixed a pretty-printer bug that caused gensym count to be assigned 2007-05-03 04:38:48 -04:00
library-manager.ss * Added a printer to the library rtd. 2007-05-04 09:22:33 -04:00
libsyntax.ss * import modifiers look good now. 2007-05-04 10:31:15 -04:00
libtimers.ss * libtimers is now a library (kind of, meaning, chi-top-library can 2007-04-29 04:38:08 -04:00
libtoplevel.ss * exports from the compiler to the next runtime (system) library 2007-05-04 03:00:16 -04:00
libtrace.ss * libtrace librarified 2007-04-29 20:55:51 -04:00
makefile.ss * (ikarus code-objects) is now ok. 2007-05-05 20:54:57 -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
racompiler.ss commented out references to some unused register names 2007-02-10 11:49:38 -05:00
set-operations.ss renamed lib dir to src 2006-12-10 23:13:16 -05:00