Abdulaziz Ghuloum
|
69d692417f
|
* Added real-valued?, integer-valued? and rational-valued?
|
2007-09-12 03:10:54 -04:00 |
Abdulaziz Ghuloum
|
c55cad8502
|
* Added finite?, infinite?, and nan?
|
2007-09-12 02:44:19 -04:00 |
Abdulaziz Ghuloum
|
79b6e46cab
|
* Added bytevector clause for equal?
* exported real? (number? really until complex nums are added).
|
2007-09-11 00:13:10 -04:00 |
Abdulaziz Ghuloum
|
ad1c469ffb
|
Added inexact?
|
2007-09-03 00:34:53 -04:00 |
Abdulaziz Ghuloum
|
e2ca2dffb2
|
Added boolean=? and symbol=?
|
2007-08-28 15:03:21 -04:00 |
Abdulaziz Ghuloum
|
9bd65cc447
|
* Fixed rational? and integer? to handle flonums properly.
|
2007-06-13 09:03:30 +03:00 |
Abdulaziz Ghuloum
|
23769d5b09
|
* Added ratnum? to (ikarus).
* Modified some definitions of the numeric predicates to recognize
ratnums.
|
2007-05-20 23:23:54 -04:00 |
Abdulaziz Ghuloum
|
49d254c89e
|
* Added make-bytevector and bytevector?
|
2007-05-15 12:42:52 -04:00 |
Abdulaziz Ghuloum
|
d58f15b14c
|
* added code? to the compiler.
|
2007-05-06 22:48:10 -04:00 |
Abdulaziz Ghuloum
|
e3ddd4d0e6
|
* added the $unbound-object? prim to the (ikarus system $symbols)
library.
|
2007-05-06 18:43:04 -04:00 |
Abdulaziz Ghuloum
|
55f1a1282e
|
* moved port?, input-port?, and output-port? to ikarus.predicates
|
2007-05-05 17:44:24 -04:00 |
Abdulaziz Ghuloum
|
5150058773
|
* moved weak-cons to ikarus.pairs
* moved weak-pair? to ikarus.predicates
|
2007-05-05 06:18:29 -04:00 |
Abdulaziz Ghuloum
|
24ce3f42ca
|
* moved bwp-object? to ikarus.predicates
|
2007-05-05 06:15:25 -04:00 |
Abdulaziz Ghuloum
|
0f567805fc
|
* moved equal? to ikarus.predicates
|
2007-05-05 05:35:09 -04:00 |
Abdulaziz Ghuloum
|
01a161d409
|
* moved eqv? to ikarus.predicates
|
2007-05-05 05:10:38 -04:00 |
Abdulaziz Ghuloum
|
bd8b9db6cc
|
* moved eq? to ikarus.predicates
|
2007-05-05 05:09:15 -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
|
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 |