summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-0/+1
* Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-0/+1
* * 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/+5
* * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-191-2/+12
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-2/+5
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-0/+4
* Fixing two instances of unintentional O(n*n) behavior and poor memory useKaz Kylheku2012-03-011-0/+2
* * debug.c: Missing d command implemented.Kaz Kylheku2012-02-281-0/+3
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-221-1/+2
* Introducing optional arguments.Kaz Kylheku2012-02-211-6/+13
* * lib.c (sub, ref, replace): New functions.Kaz Kylheku2012-02-191-0/+3
* * eval.c (rest_s, op_s): New variables.Kaz Kylheku2012-02-031-0/+1
* * arith.c (plus, minus): Better wording in error messages.Kaz Kylheku2012-01-261-0/+1
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-261-1/+5
* * eval.c (eval_init): New functions registered.Kaz Kylheku2012-01-251-0/+4
* * eval.c (eval_init): list_str registered.Kaz Kylheku2012-01-111-0/+1
* Spat of new features having to do with lazy processing.Kaz Kylheku2012-01-101-1/+3
* * eval.c (eval_init): New gensym function registered.Kaz Kylheku2012-01-011-0/+3
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-0/+1
* * lib.c (memql): New function.Kaz Kylheku2011-12-231-0/+1
* * eval.c (eval_init): New function registered.Kaz Kylheku2011-12-201-0/+1
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-201-0/+2
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-1/+4
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-11/+11
* * eval.c (eval_init): Removed registration for vec_get_fil.Kaz Kylheku2011-12-141-4/+3
* * arith.c (plus, minus, gt, lt, ge, le): Handle character operands.Kaz Kylheku2011-12-141-0/+2
* * arith.c (exptmod, gcd): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (evenp, oddp): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-131-0/+3
* * arith.c (expt): New function.Kaz Kylheku2011-12-121-0/+3
* * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplementedKaz Kylheku2011-12-111-1/+0
* Bignum support, here we go!Kaz Kylheku2011-12-091-4/+20
* * debug.c (debug): Fix regression: repeat last command by hittingKaz Kylheku2011-12-071-0/+1
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-2/+2
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-071-0/+2
* * eval.c (eval_init): New character functions registered.Kaz Kylheku2011-12-071-0/+14
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-1/+5
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-1/+1
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+4
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-021-1/+0
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-1/+3
* * configure (extra_debugging): New variable. EXTRA_DEBUGGINGKaz Kylheku2011-11-301-0/+1
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-301-1/+1
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-2/+2
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-0/+1