summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * lib.c (upop): New function.Kaz Kylheku2014-03-071-0/+1
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-061-1/+1
* * arith.c (logten): New function.Kaz Kylheku2014-03-041-0/+1
* New quasiquote idea: let's have two quasiquote macros sharing oneKaz Kylheku2014-03-011-0/+1
* Turn *gensym-counter* into proper special variable.Kaz Kylheku2014-02-281-1/+3
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-1/+9
* * lib.c (copy): New function.Kaz Kylheku2014-02-271-0/+1
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-4/+6
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-2/+5
* * eval.c (eval_init): Register gensym function as the gensymKaz Kylheku2014-02-171-1/+0
* Replacing acons_new_l and aconsq_new_l interfaces with onesKaz Kylheku2014-02-141-2/+2
* * eval.c (eval_init): Register new functions posqual, posql,Kaz Kylheku2014-02-111-0/+5
* * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamedKaz Kylheku2014-02-091-0/+2
* * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash):Kaz Kylheku2014-02-061-1/+1
* Allow sequences and hashes to be called as functions.Kaz Kylheku2014-02-051-0/+1
* * 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