summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): New intrinsics, time-string-local andKaz Kylheku2013-05-151-0/+2
* * 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
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+1
* * 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 instrinsic function /= registered.Kaz Kylheku2012-09-111-0/+1
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-4/+4
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-0/+1
* * 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
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-1/+3
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-0/+1
* Code cleanup and tweaking.Kaz Kylheku2012-04-051-0/+1
* Bunch of fixes.Kaz Kylheku2012-04-051-1/+1
* Generational GC showing signs of working. One test case inKaz Kylheku2012-04-031-4/+5
* * eval.c (op_modplace): push replaced with mpush (mutating push).Kaz Kylheku2012-04-031-0/+2
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-18/+33
* * lib.c (vec_set_length): Use set instead of assignment.Kaz Kylheku2012-04-021-0/+1
* Start of ground-work for ephemeral GC. We must add some abstractionKaz Kylheku2012-04-011-0/+3
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-0/+2
* * 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
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-1/+1
* * 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