This website requires JavaScript.
adc4869540
* added (ikarus system $apply) and removed import of (scheme) in ikarus.apply.ss
Abdulaziz Ghuloum
2007-05-06 17:57:31 -0400
116b8c2227
* removed import of (scheme) in ikarus.compiler.ss
Abdulaziz Ghuloum
2007-05-06 17:55:04 -0400
fb63e58c6c
* removed import (scheme) from ikarus.lists.
Abdulaziz Ghuloum
2007-05-06 17:47:36 -0400
4afe70f770
removed some more imports of (scheme)
Abdulaziz Ghuloum
2007-05-06 17:41:59 -0400
3764fcbdad
* removed uses of (scheme) in libtoplevel and makefile
Abdulaziz Ghuloum
2007-05-06 17:02:49 -0400
7173bcc61b
* primitive-set! is gone.
Abdulaziz Ghuloum
2007-05-05 23:10:47 -0400
931be7dda9
* ikarus.core.ss is gone.
Abdulaziz Ghuloum
2007-05-05 23:04:37 -0400
77f87faeaa
* moved date-string to ikarus.date-string.ss
Abdulaziz Ghuloum
2007-05-05 23:03:29 -0400
b3f5d5780a
* moved eof-object to ikarus.singular-objects
Abdulaziz Ghuloum
2007-05-05 23:00:39 -0400
c0bf35338d
* $base-rtd is gone.
Abdulaziz Ghuloum
2007-05-05 22:59:09 -0400
f5acd68e4d
* ikarus.fasl no longer uses $base-rtd
Abdulaziz Ghuloum
2007-05-05 22:56:27 -0400
f06a1f302a
* defined a (base-rtd) procedure that returns the base rtd. * added: src/ikarus.singular-objects.ss
Abdulaziz Ghuloum
2007-05-05 22:54:53 -0400
48e062dfc4
* base-rtd is now placed in the pcb. * renamed: src/library-manager.ss => src/ikarus.library-manager.ss
Abdulaziz Ghuloum
2007-05-05 22:42:26 -0400
57a20bdfb4
renamed: src/libtimers.ss => src/ikarus.timer.ss
Abdulaziz Ghuloum
2007-05-05 22:15:40 -0400
3315abba4b
renamed: src/libposix.ss => src/ikarus.posix.ss
Abdulaziz Ghuloum
2007-05-05 22:14:06 -0400
2a1713ef81
renamed: src/libcafe.ss => src/ikarus.cafe.ss
Abdulaziz Ghuloum
2007-05-05 22:09:41 -0400
7931512241
renamed: src/libpp.ss => src/ikarus.pretty-print.ss
Abdulaziz Ghuloum
2007-05-05 22:07:50 -0400
20e7940059
* exported syntax-dispatch * renamed: src/libsyntax.ss => src/ikarus.syntax.ss
Abdulaziz Ghuloum
2007-05-05 22:05:34 -0400
4814f48573
* inserting primref checks temporarily
Abdulaziz Ghuloum
2007-05-05 21:59:31 -0400
9745fedfe1
renamed: src/libtrace.ss => src/ikarus.trace.ss
Abdulaziz Ghuloum
2007-05-05 21:28:22 -0400
f501df0778
renamed: src/libfasl.ss => src/ikarus.fasl.ss
Abdulaziz Ghuloum
2007-05-05 21:24:43 -0400
facdfd959f
renamed: src/libcompile.ss => src/ikarus.compiler.ss src/libintelasm.ss => src/ikarus.intel-assembler.ss
Abdulaziz Ghuloum
2007-05-05 21:18:41 -0400
68cb3e8d1a
* removed list*->code* from the prims.
Abdulaziz Ghuloum
2007-05-05 20:59:44 -0400
ade7319c0c
* fixed the name of the assembler to (ikarus assembler).
Abdulaziz Ghuloum
2007-05-05 20:58:10 -0400
ed88f403fc
* (ikarus code-objects) is now ok.
Abdulaziz Ghuloum
2007-05-05 20:54:57 -0400
0721283716
* (ikarus reader) is ok
Abdulaziz Ghuloum
2007-05-05 20:47:31 -0400
7aa407b6cd
* (ikarus writer) is now ok.
Abdulaziz Ghuloum
2007-05-05 20:40:23 -0400
b425bc58cb
* ikarus.hash-tables is ok now.
Abdulaziz Ghuloum
2007-05-05 20:24:14 -0400
0c31cbc8df
* output-string ports moved to ikarus.io.output-strings
Abdulaziz Ghuloum
2007-05-05 20:05:33 -0400
459a0500b7
* moved call-with-input-file and with-input-from-file to ikarus.io.input-files
Abdulaziz Ghuloum
2007-05-05 19:59:28 -0400
e33b2a29e3
* removed reference to *current-input-port* in ikarus.io-primitives and rewritten it as (current-input-port)
Abdulaziz Ghuloum
2007-05-05 19:55:53 -0400
51170afb36
* output-file operations moved to ikarus.io.output-files
Abdulaziz Ghuloum
2007-05-05 19:53:16 -0400
969dd01a76
* moved all input-file operations to ikarus.io.input-files.ss
Abdulaziz Ghuloum
2007-05-05 19:39:02 -0400
30e73b1fc1
* added (ikarus io-primitives) exporting read-char unread-char peek-char write-char newline port-name input-port-name output-port-name close-input-port reset-input-port! flush-output-port close-output-port
Abdulaziz Ghuloum
2007-05-05 18:42:57 -0400
cc5b8d1c08
* new (ikarus io-primitives unsafe) library exporting $write-char $read-char $unread-char $peek-char $reset-input-port! $flush-output-port $close-input-port $close-output-port
Abdulaziz Ghuloum
2007-05-05 18:32:56 -0400
3d79b43612
* moved (ikarus io-ports) to ikarus.io-ports.ss
Abdulaziz Ghuloum
2007-05-05 18:04:38 -0400
27f45ae065
* (ikarus io-ports) now exports make-input-port, make-output-port, make-input/output-port port-handler port-input-buffer port-output-buffer port-input-index set-port-input-index! port-input-size set-port-input-size! port-output-index set-port-output-index! port-output-size set-port-output-size!
Abdulaziz Ghuloum
2007-05-05 18:03:28 -0400
55f1a1282e
* moved port?, input-port?, and output-port? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 17:44:24 -0400
8522098e96
* added ikarus.apply library that exports apply
Abdulaziz Ghuloum
2007-05-05 17:39:18 -0400
79d5c23c9f
* added void to ikarus.void
Abdulaziz Ghuloum
2007-05-05 17:36:51 -0400
522afdf907
* added (ikarus command-line) library that exports command-line-arguments
Abdulaziz Ghuloum
2007-05-05 06:58:41 -0400
86320acbdf
* moved symbol->string to ikarus.symbols
Abdulaziz Ghuloum
2007-05-05 06:54:26 -0400
4a0db4a117
* moved gensym->unique-string, gensym-prefix, gensym-count, and print-gensym to (ikarus symbols)
Abdulaziz Ghuloum
2007-05-05 06:51:33 -0400
52b3c67c06
* added (ikarus symbols) library containing: gensym gensym? string->symbol getprop putprop remprop property-list top-level-value top-level-bound? set-top-level-value!
Abdulaziz Ghuloum
2007-05-05 06:47:21 -0400
f06b7a2d18
* moved integer->char and char->integer to ikarus.chars
Abdulaziz Ghuloum
2007-05-05 06:36:38 -0400
3fb2afd604
* moved fixnum->string to ikarus.fixnums
Abdulaziz Ghuloum
2007-05-05 06:26:09 -0400
38105f68fe
* moved string->number to ikarus.numerics
Abdulaziz Ghuloum
2007-05-05 06:23:03 -0400
ed4267d1e4
* moved list* to ikarus.lists.
Abdulaziz Ghuloum
2007-05-05 06:19:50 -0400
5150058773
* moved weak-cons to ikarus.pairs * moved weak-pair? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 06:18:29 -0400
24ce3f42ca
* moved bwp-object? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 06:15:25 -0400
3f5556cd28
* moved list and make-list to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 06:12:47 -0400
8188c51d20
* vector->list is moved to ikarus.vectors
Abdulaziz Ghuloum
2007-05-05 06:08:43 -0400
e9ca4ed971
* moved list->vector to ikarus.vectors
Abdulaziz Ghuloum
2007-05-05 06:06:26 -0400
d4d8da3b55
* append is moved to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 06:04:36 -0400
f3472d2f71
* moved andmap and ormap to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 06:02:02 -0400
a6faa9fb39
* moved map and for-each to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 05:59:01 -0400
0f567805fc
* moved equal? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 05:35:09 -0400
f49897fadf
* moved assq, assv, and assoc to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 05:31:30 -0400
4a6f340ce2
* moved length and list-ref to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 05:29:35 -0400
6a381a70f8
* moved memq, memv, and member to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 05:26:38 -0400
4a24e5ed28
* moved list?, reverse, and last-pair to ikarus.lists
Abdulaziz Ghuloum
2007-05-05 05:24:37 -0400
67561089ae
* added (ikarus lists) * moved $memq to (ikarus lists)
Abdulaziz Ghuloum
2007-05-05 05:22:15 -0400
7f02ac9da7
* moved vector to ikarus.vectors
Abdulaziz Ghuloum
2007-05-05 05:19:31 -0400
d09192f506
* moved vector-ref and vector-set! to ikarus.vectors
Abdulaziz Ghuloum
2007-05-05 05:17:43 -0400
71ca0c1e06
* moved set-car! and set-cdr! to ikarus.pairs
Abdulaziz Ghuloum
2007-05-05 05:15:53 -0400
fd5c6a1e47
* moved char-whitespace?, char-alphabetic?, and char-downcase to ikarus.chars
Abdulaziz Ghuloum
2007-05-05 05:14:24 -0400
01a161d409
* moved eqv? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 05:10:38 -0400
bd8b9db6cc
* moved eq? to ikarus.predicates
Abdulaziz Ghuloum
2007-05-05 05:09:15 -0400
fdd93d6000
* moved cons to ikarus.pairs
Abdulaziz Ghuloum
2007-05-05 05:07:49 -0400
8a54b4513c
* renamed cxr to pairs.
Abdulaziz Ghuloum
2007-05-05 05:06:32 -0400
8fcc4e7d99
* added (ikarus chars) library * moved char=?, char<?, char<=?, char>?, and char>=? to the chars library.
Abdulaziz Ghuloum
2007-05-05 04:45:13 -0400
ffeff47eb4
* moved fx=, fx<, fx<=, fx>, and fx>= to the fixnums library.
Abdulaziz Ghuloum
2007-05-05 04:39:25 -0400
ca660f5e75
* moved fxlogor, fxlogand, fxlogxor, fxsll, and fxsra to the fixnums library
Abdulaziz Ghuloum
2007-05-05 04:36:52 -0400
6995d57df0
* moved fxquotient, fxremainder, and fxmodulo to the fixnums library
Abdulaziz Ghuloum
2007-05-05 04:33:58 -0400
bdd87d66b5
* moved fx+, fx-, and fx* to ikarus.fixnums
Abdulaziz Ghuloum
2007-05-05 04:31:53 -0400
4ada254c44
* moved "not" to ikarus.predicates (rationale: (not x) == (false? x))
Abdulaziz Ghuloum
2007-05-05 04:28:40 -0400
828df98fa8
* added an (ikarus vectors) library. * moved make-vector to ikarus.vectors
Abdulaziz Ghuloum
2007-05-05 04:25:15 -0400
17d8da7486
* moved fxlognot to ikarus.fixnums
Abdulaziz Ghuloum
2007-05-05 04:21:48 -0400
a334a2443b
* moved (ikarus fixnums) to its own file ikarus.fixnums.ss
Abdulaziz Ghuloum
2007-05-05 04:20:42 -0400
7e421bb907
* moved fxadd1 and fxsub1 to ikarus.fixnums
Abdulaziz Ghuloum
2007-05-05 04:19:18 -0400
0399dc386e
* moved uuid to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 04:07:48 -0400
a6ef1cd110
* moved list->string to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 04:06:23 -0400
bc4b74b895
* moved string to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 04:04:58 -0400
970613559c
* moved substring to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 04:02:27 -0400
4145850d37
* moved string-append to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 04:00:32 -0400
e1b397eea5
* moved string-set! to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 03:58:40 -0400
196cb04ebc
* moved string=? to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 03:57:14 -0400
76738b4dd4
* moved string->list to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 03:53:19 -0400
03318e61d9
* moved string-length to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 03:51:38 -0400
0675feac5c
* moved make-string to ikarus.strings
Abdulaziz Ghuloum
2007-05-05 03:49:51 -0400
3dde7f6c1a
* string-ref moved to ikarus.strings.
Abdulaziz Ghuloum
2007-05-05 03:46:26 -0400
b38d1f31ac
* added more predicates to its library.
Abdulaziz Ghuloum
2007-05-05 03:34:59 -0400
0eaf9be5a7
* moved eof-object? to the predicates library.
Abdulaziz Ghuloum
2007-05-05 03:27:53 -0400
2931c3e769
* moving all tag predicates to their own library (ikarus predicates)
Abdulaziz Ghuloum
2007-05-05 03:24:33 -0400
39dd690164
* fxzero? moved to ikarus.fixnums
Abdulaziz Ghuloum
2007-05-05 03:21:45 -0400
8324dfadb4
* moved call-with-values and values to their own library * moved exit to ikarus.control
Abdulaziz Ghuloum
2007-05-05 03:16:26 -0400
897f6f3596
* ikarus.guardians.ss now exports its primitives.
Abdulaziz Ghuloum
2007-05-05 03:03:50 -0400
b4659ec599
* ikarus.numerics.ss now exports its identifiers.
Abdulaziz Ghuloum
2007-05-05 03:01:12 -0400
6b327d7892
* (ikarus flonums) now exports its prims.
Abdulaziz Ghuloum
2007-05-05 02:34:37 -0400
4c66daca01
* ikarus.cxr now exports the cxr prims.
Abdulaziz Ghuloum
2007-05-05 02:28:30 -0400