Abdulaziz Ghuloum
|
eeac68352a
|
* Added partition
|
2007-09-10 17:28:06 -04:00 |
Abdulaziz Ghuloum
|
dd968d389d
|
* Added find.
|
2007-09-10 17:09:19 -04:00 |
Abdulaziz Ghuloum
|
66541809e1
|
* Added filter.
|
2007-09-10 17:03:40 -04:00 |
Abdulaziz Ghuloum
|
4b83f21480
|
* Added remq, remp, remv, and remove
|
2007-09-10 16:33:05 -04:00 |
Abdulaziz Ghuloum
|
fc67c0e155
|
* Added remp and assp
|
2007-09-10 15:56:15 -04:00 |
Abdulaziz Ghuloum
|
009a25ad30
|
* Added endianness and native-endianness
|
2007-09-10 15:15:20 -04:00 |
Abdulaziz Ghuloum
|
64b06d698b
|
* Added bytevector-s16-native-set! and bytevector-s16-set!.
|
2007-09-10 14:58:37 -04:00 |
Abdulaziz Ghuloum
|
9d478bc6b4
|
* Added bytevector-u16-native-set! and bytevector-u16-set!
|
2007-09-10 14:47:29 -04:00 |
Abdulaziz Ghuloum
|
e273953b39
|
* Added bytevector-s16-ref and bytevector-s16-native-ref.
|
2007-09-10 14:24:35 -04:00 |
Abdulaziz Ghuloum
|
3e4c7150f6
|
* Added bytevector-u16-native-ref and bytevector-u16-ref
|
2007-09-10 14:10:37 -04:00 |
Abdulaziz Ghuloum
|
18b4a78045
|
* Added vector-sort!
|
2007-09-09 23:58:00 -04:00 |
Abdulaziz Ghuloum
|
2692897900
|
* list* is gone. All references renamed to cons*.
|
2007-09-09 23:41:12 -04:00 |
Abdulaziz Ghuloum
|
7b66d9af6b
|
* Added cons*
|
2007-09-09 23:31:19 -04:00 |
Abdulaziz Ghuloum
|
123e2f9e10
|
* pretty-print now properly detects and prints cyclic and shared
data structures
|
2007-09-05 20:18:45 -04:00 |
Abdulaziz Ghuloum
|
2c2b3eb1f1
|
* Added procedure-annotation primitive that returns the annotation
object stored in the closure's code.
|
2007-09-04 20:18:11 -04:00 |
Abdulaziz Ghuloum
|
ad118623ec
|
* Added $code-annotation and $set-code-annotation! primops
|
2007-09-04 19:59:14 -04:00 |
Abdulaziz Ghuloum
|
a291ed8ffb
|
* Added list-sort and vector-sort.
|
2007-09-04 12:56:40 -04:00 |
Abdulaziz Ghuloum
|
b5d3ceebe4
|
* Added char-general-category and a category lookup table.
|
2007-09-03 04:42:46 -04:00 |
Abdulaziz Ghuloum
|
ad1c469ffb
|
Added inexact?
|
2007-09-03 00:34:53 -04:00 |
Abdulaziz Ghuloum
|
0bbbcf9604
|
* Added missing string<?, string<=?, string>?, and string>=?
* Added string-ci=?, string-ci<?, string-ci<=?, string-ci>?, and
string-ci>=?
|
2007-09-03 00:17:15 -04:00 |
Abdulaziz Ghuloum
|
89786ff4d0
|
* Added flsin, flcos, fltan, flasin, flacos, flatan procedures.
|
2007-09-02 21:16:54 -04:00 |
Abdulaziz Ghuloum
|
6ff9e3dc9c
|
Added fixnum->flonum
|
2007-09-02 21:02:06 -04:00 |
Abdulaziz Ghuloum
|
46193467c5
|
Added asin, acos, and tan
|
2007-09-02 20:57:02 -04:00 |
Abdulaziz Ghuloum
|
d785d40935
|
Added (assert expr) macro
|
2007-09-02 20:48:59 -04:00 |
Abdulaziz Ghuloum
|
592b62cfe7
|
* Added (null-environment 5) procedure.
|
2007-09-02 03:09:29 -04:00 |
Abdulaziz Ghuloum
|
21cdfd412b
|
* (ikarus null-environment-5) is populated with the r5rs syntactic
forms.
|
2007-09-02 03:02:53 -04:00 |
Abdulaziz Ghuloum
|
f351cc9a5b
|
* Added (ikarus null-environment-5) library.
|
2007-09-02 02:57:56 -04:00 |
Abdulaziz Ghuloum
|
a471e1a150
|
* Added delay and force.
|
2007-09-02 02:47:50 -04:00 |
Abdulaziz Ghuloum
|
9e066f4d4c
|
* Added vector-fill! and string-fill!
* Fixed a bug in (string 10) returning an uninitialized string.
|
2007-09-02 02:22:23 -04:00 |
Abdulaziz Ghuloum
|
d515520bd7
|
* Added make-variable-transformer procedure.
|
2007-09-02 02:03:29 -04:00 |
Abdulaziz Ghuloum
|
7a3a984653
|
* Added quasisyntax (code mostly a copy of quasiquote).
* Fixed a bug in syntax-dispatch that caused datums from the input
to be converted, incorrectly, to wrapped syntax objects.
|
2007-09-02 01:16:14 -04:00 |
Abdulaziz Ghuloum
|
5667428e70
|
* reimplemented guardians (which now, incidentally, work).
|
2007-08-31 23:28:19 -04:00 |
Abdulaziz Ghuloum
|
22f3ce4f79
|
* Added a (collect-key) procedure that returns a string "k" that's
eq? to the value returned by (collect-key) until a garbage
collection is performed.
|
2007-08-30 22:09:13 -04:00 |
Abdulaziz Ghuloum
|
a09da8f581
|
* Added (random fx) procedure.
|
2007-08-30 21:50:58 -04:00 |
Abdulaziz Ghuloum
|
3820bffee3
|
Added unquote, unquote-splicing, unsyntax, unsyntax-splicing
|
2007-08-30 20:12:38 -04:00 |
Abdulaziz Ghuloum
|
a324572bc0
|
Added (r6rs eval) library
|
2007-08-30 19:40:01 -04:00 |
Abdulaziz Ghuloum
|
28b143036f
|
Added time macro
|
2007-08-30 11:06:21 -04:00 |
Abdulaziz Ghuloum
|
a20884c16b
|
* applying unbound ids no longer segfaults
|
2007-08-29 00:38:24 -04:00 |
Abdulaziz Ghuloum
|
1ca0e11fb3
|
Added $set-symbol-proc!
|
2007-08-28 23:49:50 -04:00 |
Abdulaziz Ghuloum
|
efb59a4f46
|
Added exact, inexact
|
2007-08-28 18:15:27 -04:00 |
Abdulaziz Ghuloum
|
bbe077cd5f
|
* Added floor
* exported negative?
|
2007-08-28 17:45:54 -04:00 |
Abdulaziz Ghuloum
|
d1221276b9
|
Added vector-for-each
|
2007-08-28 17:24:53 -04:00 |
Abdulaziz Ghuloum
|
5321868952
|
Added vector-map
|
2007-08-28 15:37:51 -04:00 |
Abdulaziz Ghuloum
|
e2ca2dffb2
|
Added boolean=? and symbol=?
|
2007-08-28 15:03:21 -04:00 |
Abdulaziz Ghuloum
|
2b6a3ef715
|
Added string-copy
|
2007-08-28 12:46:12 -04:00 |
Abdulaziz Ghuloum
|
86a28c3822
|
Added =>, else, and _ aux macros
|
2007-08-28 12:39:54 -04:00 |
Abdulaziz Ghuloum
|
905b6c96c6
|
Added ... auxilary kwd
|
2007-08-28 11:34:13 -04:00 |
Abdulaziz Ghuloum
|
d0eef4c3c4
|
* Added command-line
|
2007-08-26 21:24:22 -04:00 |
Abdulaziz Ghuloum
|
7bb5eab307
|
* Added delete-file.
|
2007-08-26 20:04:00 -04:00 |
Abdulaziz Ghuloum
|
d8b81869c9
|
* $port-output-index, $port-output-size, $set-port-output-index! and
$set-port-output-size! are gone.
|
2007-08-25 11:24:05 -04:00 |
Abdulaziz Ghuloum
|
023d0831d7
|
* Removed $port-input-index, $port-input-size,
$set-port-input-index! and $set-port-input-size!
|
2007-08-25 11:06:30 -04:00 |
Abdulaziz Ghuloum
|
c5530973d0
|
* Added $port-buffer, $port-index, $port-size, $set-port-index!, and
$set-port-size!. Next step is removing the input/output-specific
accessors and mutators.
|
2007-08-25 10:49:39 -04:00 |
Abdulaziz Ghuloum
|
22d15fe6da
|
* Added an inthash function to primops.
|
2007-07-04 17:42:18 +03:00 |
Abdulaziz Ghuloum
|
d3b2ee35f3
|
* Added $fixnum->flonum (not working yet)
|
2007-06-18 14:06:13 +03:00 |
Abdulaziz Ghuloum
|
cb4752df99
|
* Added flmax
|
2007-06-18 13:06:19 +03:00 |
Abdulaziz Ghuloum
|
d04b4f4be8
|
* Added flround.
|
2007-06-18 13:01:45 +03:00 |
Abdulaziz Ghuloum
|
baafbed761
|
* Added (r6rs i/o simple) library
|
2007-06-18 02:57:32 +03:00 |
Abdulaziz Ghuloum
|
ab6162d2a7
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
Abdulaziz Ghuloum
|
551e5aa088
|
* Case-insensitive char cmp functions added.
|
2007-06-17 17:51:47 +03:00 |
Abdulaziz Ghuloum
|
94fb15620f
|
* Added (r6rs unicode) library.
|
2007-06-17 17:30:15 +03:00 |
Abdulaziz Ghuloum
|
df9ef4849d
|
* Added char-downcase, char-upcase, char-titlecase, and char-foldcase
|
2007-06-17 17:20:19 +03:00 |
Abdulaziz Ghuloum
|
6d8c626017
|
* Fixed a bug in (fl/ x) not inverting its argument.
|
2007-06-16 09:59:39 +03:00 |
Abdulaziz Ghuloum
|
3f3767800d
|
* Added $fl=, $fl<, $fl>, $fl<=, $fl>= primops.
|
2007-06-15 12:19:28 +03:00 |
Abdulaziz Ghuloum
|
3acdcb6c04
|
* Added native support for $fl+, $fl-, $fl*, $fl/
|
2007-06-15 08:53:34 +03:00 |
Abdulaziz Ghuloum
|
ec5317bea0
|
* Added nucleic benchmark.
|
2007-06-13 18:17:21 +03:00 |
Abdulaziz Ghuloum
|
e76047cb47
|
* Added list-tail.
|
2007-06-13 17:42:04 +03:00 |
Abdulaziz Ghuloum
|
0c62d5bee8
|
* Added abs.
|
2007-06-13 16:48:05 +03:00 |
Abdulaziz Ghuloum
|
973595a93f
|
* exported call-with-output-file.
|
2007-06-13 16:22:11 +03:00 |
Abdulaziz Ghuloum
|
48c80cbd9c
|
* Added flmin.
|
2007-06-13 14:16:03 +03:00 |
Abdulaziz Ghuloum
|
009d0b2fac
|
* Added flnegative?
|
2007-06-13 14:11:39 +03:00 |
Abdulaziz Ghuloum
|
0f910c431f
|
* Added flzero?
|
2007-06-13 14:08:12 +03:00 |
Abdulaziz Ghuloum
|
89fd9d0a23
|
* Added flsqrt.
|
2007-06-13 14:00:29 +03:00 |
Abdulaziz Ghuloum
|
ded64db389
|
* Added fl/.
|
2007-06-13 13:50:19 +03:00 |
Abdulaziz Ghuloum
|
dc046a3092
|
* exported call-with-input-file.
|
2007-06-13 13:36:43 +03:00 |
Abdulaziz Ghuloum
|
817851f3d2
|
* defined fl*.
* fixed a bug in the identitity of fl+.
|
2007-06-13 13:15:52 +03:00 |
Abdulaziz Ghuloum
|
2dad5b473e
|
* exported odd?
|
2007-06-13 13:10:54 +03:00 |
Abdulaziz Ghuloum
|
9b0d2143a3
|
* exported even?
|
2007-06-13 13:01:21 +03:00 |
Abdulaziz Ghuloum
|
6441235594
|
* exported modulo (incomplete).
|
2007-06-13 12:58:48 +03:00 |
Abdulaziz Ghuloum
|
01f12f135a
|
* Added the round procedure
|
2007-06-13 12:40:29 +03:00 |
Abdulaziz Ghuloum
|
3edcc64121
|
* Added exact?
|
2007-06-13 12:05:24 +03:00 |
Abdulaziz Ghuloum
|
97dfd0ddcf
|
* Added min.
|
2007-06-13 11:55:37 +03:00 |
Abdulaziz Ghuloum
|
88d8e198fc
|
* Added the rest of fl=? fl<? fl<=? fl>? fl>=?
|
2007-06-13 11:53:52 +03:00 |
Abdulaziz Ghuloum
|
adb65c1b84
|
* Added expt to (r6rs)
* Added fl+ and fl-.
|
2007-06-13 11:47:30 +03:00 |
Abdulaziz Ghuloum
|
3fb701187e
|
* Added (r6rs arithmetic flonums) library containing fl<? only
|
2007-06-13 11:37:22 +03:00 |
Abdulaziz Ghuloum
|
352d0f54dd
|
* Added write-char to (r6rs) library.
|
2007-06-13 10:36:11 +03:00 |
Abdulaziz Ghuloum
|
f3166040a0
|
* Addd (r6rs mutable-pairs) library.
|
2007-06-13 10:26:51 +03:00 |
Abdulaziz Ghuloum
|
9bd65cc447
|
* Fixed rational? and integer? to handle flonums properly.
|
2007-06-13 09:03:30 +03:00 |
Abdulaziz Ghuloum
|
9a31a8f0d3
|
* Added $make-flonum and $flonum-set! prims.
|
2007-06-10 12:09:01 +03:00 |
Abdulaziz Ghuloum
|
a596550e97
|
* Added log.
|
2007-06-10 07:37:30 +03:00 |
Abdulaziz Ghuloum
|
d88126aea1
|
* Added inexact->exact
|
2007-06-10 07:35:39 +03:00 |
Abdulaziz Ghuloum
|
0480517615
|
* Added floor/ceiling.
|
2007-06-10 07:32:19 +03:00 |
Abdulaziz Ghuloum
|
9c458d4ba7
|
* reinstalled exact->inexact
|
2007-06-08 09:10:18 +03:00 |
Abdulaziz Ghuloum
|
cd788e4bed
|
* Added (ikarus system $flonums) library (empty).
|
2007-06-08 09:07:02 +03:00 |
Abdulaziz Ghuloum
|
563f32c16f
|
* swapped core-compile-expr and alt-core-compile-expr
|
2007-06-06 02:48:09 +03:00 |
Abdulaziz Ghuloum
|
1dc9e83448
|
* Altcogen works. Need to rethink how to code the conflict graphs.
|
2007-06-04 02:55:04 +03:00 |
Abdulaziz Ghuloum
|
a5dbb8f45d
|
* Can load altcogen.
|
2007-06-03 04:55:40 +03:00 |
Abdulaziz Ghuloum
|
ca248be49a
|
* Libraries can export modules now.
* libaltcogen can now be loaded.
|
2007-06-02 10:21:05 +03:00 |
Abdulaziz Ghuloum
|
d2657bde24
|
* Added basic identifier-syntax (one that does not recognize the
set! case).
|
2007-06-02 05:43:24 +03:00 |
Abdulaziz Ghuloum
|
af9798e9be
|
* Better handling of multi-byte read-char.
|
2007-06-02 05:17:22 +03:00 |
Abdulaziz Ghuloum
|
cd1de33b91
|
* Added let-syntax and letrec-syntax.
|
2007-05-22 19:59:30 -04:00 |