summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (lognot): Conform to new scheme for defaulting optional args.Kaz Kylheku2014-02-051-2/+11
* * eval.c (apply): Pass missing optional arguments as colon_k.Kaz Kylheku2014-02-051-1/+6
* * lib.c (nullp): Function removed.Kaz Kylheku2014-02-031-2/+3
* append can now take additional leading arguments before the list.Kaz Kylheku2014-02-021-0/+1
* * eval.c (apply): Support string and vector arglist.Kaz Kylheku2014-02-021-0/+1
* * eval.c (expand_op): When the variant is do, and the symbolKaz Kylheku2014-01-301-0/+4
* * hash.c (hash_update): New function.Kaz Kylheku2014-01-241-0/+1
* * lib.c (conses, lazy_conses, func_set_env): New functions.Kaz Kylheku2014-01-231-0/+3
* Changes to the list collection mechanism to improveKaz Kylheku2014-01-221-27/+5
* * eval.c (mapcarv, mappendv): Convert output to type of leftmostKaz Kylheku2014-01-211-0/+1
* * lib.c (broken_down_time_list): New static function.Kaz Kylheku2014-01-201-0/+2
* * arith.c (atang2): New function.Kaz Kylheku2014-01-151-0/+1
* * configure: Generate HAVE_VALGRIND as #define-d to 1, rathernKaz Kylheku2014-01-101-1/+1
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+1
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+2
* * eval.c (eval_init): New functions countqual, countql, countqKaz Kylheku2013-11-291-0/+4
* * configure (config_flags): New variable, allowing us toKaz Kylheku2013-11-291-0/+3
* Extending intrinsic functions to go up to 7 arguments.Kaz Kylheku2013-11-281-2/+17
* Ouch! Turns out the code base has numerous unintendedKaz Kylheku2013-10-241-1/+1
* * eval.c (eval_init): tok-str acquires new parameterKaz Kylheku2013-06-111-1/+1
* * eval.c (eval_init): lazy string related functions become intrinsics.Kaz Kylheku2013-05-221-1/+2
* * 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
* * 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