summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (eval_init): Register member and member_if as intrinsics.Kaz Kylheku2014-06-181-0/+2
* * eval.c (eval_init): register tuples as intrinsic.Kaz Kylheku2014-06-171-0/+1
* * eval.c (eval_init): Register pos_max, pos_min, find_max,Kaz Kylheku2014-06-151-2/+7
* * eval.c (eval_init): where and sel registered as intrinsicsKaz Kylheku2014-06-151-0/+2
* * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc commandKaz Kylheku2014-06-111-2/+3
* * eval.c (eval_init): Change registration of string_cmpKaz Kylheku2014-06-101-2/+6
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-061-0/+1
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-061-0/+1
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-27/+52
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-251-1/+2
* * eval.c (eval_init): Register last function as intrinsic.Kaz Kylheku2014-03-231-0/+1
* * eval.c (eval_init): Register empty as intrinsic.Kaz Kylheku2014-03-231-0/+1
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-121-0/+10
* * 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