Abdulaziz Ghuloum
|
8a54b4513c
|
* renamed cxr to pairs.
|
2007-05-05 05:06:32 -04:00 |
Abdulaziz Ghuloum
|
8fcc4e7d99
|
* added (ikarus chars) library
* moved char=?, char<?, char<=?, char>?, and char>=? to the chars
library.
|
2007-05-05 04:45:13 -04:00 |
Abdulaziz Ghuloum
|
ffeff47eb4
|
* moved fx=, fx<, fx<=, fx>, and fx>= to the fixnums library.
|
2007-05-05 04:39:25 -04:00 |
Abdulaziz Ghuloum
|
ca660f5e75
|
* moved fxlogor, fxlogand, fxlogxor, fxsll, and fxsra to the fixnums
library
|
2007-05-05 04:36:52 -04:00 |
Abdulaziz Ghuloum
|
6995d57df0
|
* moved fxquotient, fxremainder, and fxmodulo to the fixnums library
|
2007-05-05 04:33:58 -04:00 |
Abdulaziz Ghuloum
|
bdd87d66b5
|
* moved fx+, fx-, and fx* to ikarus.fixnums
|
2007-05-05 04:31:53 -04:00 |
Abdulaziz Ghuloum
|
4ada254c44
|
* moved "not" to ikarus.predicates
(rationale: (not x) == (false? x))
|
2007-05-05 04:28:40 -04:00 |
Abdulaziz Ghuloum
|
828df98fa8
|
* added an (ikarus vectors) library.
* moved make-vector to ikarus.vectors
|
2007-05-05 04:25:15 -04:00 |
Abdulaziz Ghuloum
|
17d8da7486
|
* moved fxlognot to ikarus.fixnums
|
2007-05-05 04:21:48 -04:00 |
Abdulaziz Ghuloum
|
a334a2443b
|
* moved (ikarus fixnums) to its own file ikarus.fixnums.ss
|
2007-05-05 04:20:42 -04:00 |
Abdulaziz Ghuloum
|
7e421bb907
|
* moved fxadd1 and fxsub1 to ikarus.fixnums
|
2007-05-05 04:19:18 -04:00 |
Abdulaziz Ghuloum
|
0399dc386e
|
* moved uuid to ikarus.strings
|
2007-05-05 04:07:48 -04:00 |
Abdulaziz Ghuloum
|
a6ef1cd110
|
* moved list->string to ikarus.strings
|
2007-05-05 04:06:23 -04:00 |
Abdulaziz Ghuloum
|
bc4b74b895
|
* moved string to ikarus.strings
|
2007-05-05 04:04:58 -04:00 |
Abdulaziz Ghuloum
|
970613559c
|
* moved substring to ikarus.strings
|
2007-05-05 04:02:27 -04:00 |
Abdulaziz Ghuloum
|
4145850d37
|
* moved string-append to ikarus.strings
|
2007-05-05 04:00:32 -04:00 |
Abdulaziz Ghuloum
|
e1b397eea5
|
* moved string-set! to ikarus.strings
|
2007-05-05 03:58:40 -04:00 |
Abdulaziz Ghuloum
|
196cb04ebc
|
* moved string=? to ikarus.strings
|
2007-05-05 03:57:14 -04:00 |
Abdulaziz Ghuloum
|
76738b4dd4
|
* moved string->list to ikarus.strings
|
2007-05-05 03:53:19 -04:00 |
Abdulaziz Ghuloum
|
03318e61d9
|
* moved string-length to ikarus.strings
|
2007-05-05 03:51:38 -04:00 |
Abdulaziz Ghuloum
|
0675feac5c
|
* moved make-string to ikarus.strings
|
2007-05-05 03:49:51 -04:00 |
Abdulaziz Ghuloum
|
3dde7f6c1a
|
* string-ref moved to ikarus.strings.
|
2007-05-05 03:46:26 -04:00 |
Abdulaziz Ghuloum
|
b38d1f31ac
|
* added more predicates to its library.
|
2007-05-05 03:34:59 -04:00 |
Abdulaziz Ghuloum
|
0eaf9be5a7
|
* moved eof-object? to the predicates library.
|
2007-05-05 03:27:53 -04:00 |
Abdulaziz Ghuloum
|
2931c3e769
|
* moving all tag predicates to their own library (ikarus predicates)
|
2007-05-05 03:24:33 -04:00 |
Abdulaziz Ghuloum
|
39dd690164
|
* fxzero? moved to ikarus.fixnums
|
2007-05-05 03:21:45 -04:00 |
Abdulaziz Ghuloum
|
8324dfadb4
|
* moved call-with-values and values to their own library
* moved exit to ikarus.control
|
2007-05-05 03:16:26 -04:00 |
Abdulaziz Ghuloum
|
897f6f3596
|
* ikarus.guardians.ss now exports its primitives.
|
2007-05-05 03:03:50 -04:00 |
Abdulaziz Ghuloum
|
b4659ec599
|
* ikarus.numerics.ss now exports its identifiers.
|
2007-05-05 03:01:12 -04:00 |
Abdulaziz Ghuloum
|
6b327d7892
|
* (ikarus flonums) now exports its prims.
|
2007-05-05 02:34:37 -04:00 |
Abdulaziz Ghuloum
|
4c66daca01
|
* ikarus.cxr now exports the cxr prims.
|
2007-05-05 02:28:30 -04:00 |
Abdulaziz Ghuloum
|
0471c6b3fe
|
* ikarus.records.ss now exports its prims.
|
2007-05-05 02:17:55 -04:00 |
Abdulaziz Ghuloum
|
7799fb3238
|
* libcollect is renamed ikarus.collect.ss
* ikarus.collect.ss exports its ids.
|
2007-05-05 02:07:50 -04:00 |
Abdulaziz Ghuloum
|
9a28870d31
|
* libcontrol is now a full library.
renamed:
src/libcontrol.ss => src/ikarus.control.ss
|
2007-05-05 01:56:44 -04:00 |
Abdulaziz Ghuloum
|
28e5c26cee
|
* moving on from (ikarus system handlers)
|
2007-05-04 11:59:03 -04:00 |
Abdulaziz Ghuloum
|
393ee8fbab
|
* ikarus.handlers.ss is now complete
|
2007-05-04 11:38:39 -04:00 |
Abdulaziz Ghuloum
|
a97798b598
|
* working through the handlers library
|
2007-05-04 11:25:04 -04:00 |
Abdulaziz Ghuloum
|
90ae8b65fb
|
* (ikarus system parameters) is good to go
|
2007-05-04 11:16:42 -04:00 |
Abdulaziz Ghuloum
|
6d38530828
|
* import modifiers look good now.
|
2007-05-04 10:31:15 -04:00 |
Abdulaziz Ghuloum
|
f9d0e76422
|
* added error stubs for the various import modifiers
|
2007-05-04 09:45:41 -04:00 |
Abdulaziz Ghuloum
|
19b1df212f
|
renamed:
src/libhandlers.ss => src/ikarus.handlers.ss
|
2007-05-04 09:30:05 -04:00 |
Abdulaziz Ghuloum
|
e58710865c
|
* Added a printer to the library rtd.
|
2007-05-04 09:22:33 -04:00 |
Abdulaziz Ghuloum
|
2ec3a6da7c
|
* makefile now constructs many initial libraries.
|
2007-05-04 09:13:14 -04:00 |
Abdulaziz Ghuloum
|
d75f2ef04d
|
* everything seems to work. Now working on exporting the primitives
directly and eliminating the primitive-set! calls.
|
2007-05-04 07:50:42 -04:00 |
Abdulaziz Ghuloum
|
af69d9b3b1
|
* makefile now uses the export-locs for compiling the newly-built
system.
|
2007-05-04 07:46:33 -04:00 |
Abdulaziz Ghuloum
|
09e1b8e615
|
* makefile now overrides the primlocs when compiling the files.
|
2007-05-04 07:16:32 -04:00 |
Abdulaziz Ghuloum
|
0700cdc1cb
|
* build-system-library in makefile now constructs a proper
current-primitive-locations procedure.
|
2007-05-04 06:14:20 -04:00 |
Abdulaziz Ghuloum
|
75bfaf49a0
|
* makefile now calls (current-primitive-locations (lambda (x) #f))
on startup.
|
2007-05-04 06:11:31 -04:00 |
Abdulaziz Ghuloum
|
bc4e23ebbe
|
* refresh-cached-labels! is good now.
|
2007-05-04 06:07:55 -04:00 |
Abdulaziz Ghuloum
|
664492e688
|
* cleaned up the assembly-labels code.
|
2007-05-04 05:01:38 -04:00 |