summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Version 67Kaz Kylheku2013-07-121-0/+1
* * eval.c (eval_init): tok-str acquires new parameterKaz Kylheku2013-06-111-1/+1
* * eval.c (eval_init): lazy-str's third argument is optional.Kaz Kylheku2013-06-111-5/+6
* * eval.c (eval_init): lazy string related functions become intrinsics.Kaz Kylheku2013-05-221-0/+10
* * eval.c (eval_init): Register tok_str as intrinsic.Kaz Kylheku2013-05-201-0/+1
* * eval.c (eval_init): New intrinsics, time-string-local andKaz Kylheku2013-05-151-0/+2
* * eval.c (eval_init): State argument in random-fixnum should beKaz Kylheku2013-05-141-1/+1
* * RELNOTES: Updated in preparation for release.Kaz Kylheku2013-05-141-0/+3
* * eval.c (eval_init): New instrinsic function iffi registered.Kaz Kylheku2013-01-111-0/+1
* * eval.c: Allow the test form of a for loop to be omitted,Kaz Kylheku2012-09-251-1/+2
* * eval.c (apply): Fix in error message: hard coded "apply" insteadKaz Kylheku2012-09-241-1/+1
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+25
* * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,Kaz Kylheku2012-09-171-1/+1
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-171-0/+2
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-161-1/+1
* Adding complementing function.Kaz Kylheku2012-09-161-0/+1
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-161-0/+3
* * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,Kaz Kylheku2012-09-121-1/+5
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+2
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-111-0/+1
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-3/+3
* * eval.c (symbol_function): Bugfix: return the function rather thanKaz Kylheku2012-09-011-1/+1
* * eval.c (expand): Bugfix: failure to handle regularKaz Kylheku2012-08-311-0/+2
* * eval.c (eval_intrinsic): Bugfix: take the expanded form insteadKaz Kylheku2012-08-301-2/+2
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-1/+2
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-2/+3
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-0/+1
* * eval.c (range_v_func, range_v_star_func): Restore the order ofKaz Kylheku2012-04-241-2/+2
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-0/+5
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-0/+1
* * eval.c (eval_init): New functions remove-if and keep-if.Kaz Kylheku2012-04-141-0/+2
* Provide access to line number info and source path.Kaz Kylheku2012-04-111-0/+6
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-0/+3
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+3
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-1/+5
* The mut macro should only be used for vectors or vector-like objectsKaz Kylheku2012-04-051-10/+6
* * eval.c (op_modplace): push replaced with mpush (mutating push).Kaz Kylheku2012-04-031-1/+1
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-7/+17
* Start of ground-work for ephemeral GC. We must add some abstractionKaz Kylheku2012-04-011-5/+5
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-0/+1
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-0/+3
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-0/+1
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+2
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-0/+1
* * eval.c (transform_op): use integerp instead of numberp.Kaz Kylheku2012-03-221-1/+1
* Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-1/+2
* * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.Kaz Kylheku2012-03-221-0/+6
* * arith.c (to_float): New static function.Kaz Kylheku2012-03-221-1/+1
* * arith.c (divi): New function.Kaz Kylheku2012-03-211-0/+1
* * arith.c (flo_int): New function.Kaz Kylheku2012-03-201-0/+1