summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * arith.c (plus): Optimization: use num_fast whenKaz Kylheku2012-03-201-0/+1
* * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-191-0/+3
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-181-2/+2
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-7/+3
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-0/+5
* Version 61txr-61Kaz Kylheku2012-03-151-1/+1
* Support quasiquoting over vectors also, and a bugfix for hashKaz Kylheku2012-03-141-3/+13
* Allow quasi-quoting over hash table literals,Kaz Kylheku2012-03-141-0/+5
* Implementing URL filtering.Kaz Kylheku2012-03-131-0/+4
* Bug #35718. Workaround good enough to get some code working.Kaz Kylheku2012-03-041-1/+14
* * eval.c (eval_init): New intrinsic function, regsub.Kaz Kylheku2012-03-041-0/+1