summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* No need to point the compiler into the mpi directory.Kaz Kylheku2015-09-041-1/+1
* Time structure.Kaz Kylheku2015-08-311-0/+2
* struct: 4-way set associative slot caches.Kaz Kylheku2015-08-301-3/+7
* Introducing structs.Kaz Kylheku2015-09-021-0/+6
* Renaming c_true to tnil.Kaz Kylheku2015-08-271-1/+1
* New function: shuffle.Kaz Kylheku2015-08-241-0/+1
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-62/+72
* New function, clamp.Kaz Kylheku2015-08-131-0/+1
* New display-width function.Kaz Kylheku2015-08-131-0/+1
* Remove never-used member of symbol structure.Kaz Kylheku2015-08-091-1/+0
* C++ static forward issue.Kaz Kylheku2015-08-071-0/+8
* C++ upkeep: resolve multiple definitions of fun_k.Kaz Kylheku2015-08-071-1/+1
* New exception type: system-error.Kaz Kylheku2015-08-051-0/+1
* Pass pretty flag to cobj print operation.Kaz Kylheku2015-08-011-2/+3
* Adding nthcdr as accessor.Kaz Kylheku2015-07-221-0/+1
* Implementing second through tenth as places.Kaz Kylheku2015-07-221-0/+4
* * eval.c (eval_init): Register new split function.Kaz Kylheku2015-07-211-0/+1
* Refactoring n-ary functions to use a single helper.Kaz Kylheku2015-07-241-0/+1
* * lib.h (mkloc): Rename misleading argument from fun to obj.Kaz Kylheku2015-06-071-1/+1
* New macro-based framework for assignment places.Kaz Kylheku2015-05-061-0/+4
* Adding getenv, setenv and unsetenv.Kaz Kylheku2015-04-181-0/+4
* Introducing persistent error state on streams.Kaz Kylheku2015-02-251-0/+1
* * arith.c (trunc_rem): New function.Kaz Kylheku2015-02-071-0/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Use macro to initialize cobj_ops.Kaz Kylheku2015-01-291-0/+3
* * arith.c (make_ubignum): New static function.Kaz Kylheku2015-01-291-0/+1
* * eval.c (eval_init): Register dupl and swap_12_21 asKaz Kylheku2015-01-251-0/+1
* * arith.c (zerop): Handle character arguments.Kaz Kylheku2015-01-121-0/+2
* Fix for LLVM wchar_t literals not being four byteKaz Kylheku2015-01-121-1/+4
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-231-0/+1
* * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions.Kaz Kylheku2014-12-231-0/+3
* * lib.c (func_n0o): Useless, unused function removed.Kaz Kylheku2014-12-231-1/+0
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-0/+1
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-0/+4
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-271-0/+2
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-211-0/+1
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-201-0/+2
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-201-0/+6
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-1/+1
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-151-2/+2
* * eval.c (eval_init): Register chand intrinsic.Kaz Kylheku2014-11-061-0/+1
* * lib.c (chk_grow_vec): New function.Kaz Kylheku2014-10-301-0/+2
* * lib.c (type_check): Function moved to header file inline.Kaz Kylheku2014-10-261-1/+7
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-1/+1
* * eval.c (eval_init): Register notf intrinsic function.Kaz Kylheku2014-10-211-0/+1
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-16/+33
* Purge stray occurrences of "void *" from code base.Kaz Kylheku2014-10-171-1/+1
* * arith.c (gcd): Fix semantics. If either operand isKaz Kylheku2014-10-161-0/+3
* * eval.c (eval_init): Register greater function as intrinsic.Kaz Kylheku2014-10-131-2/+3
* * eval.c (merge_wrap): New static functionKaz Kylheku2014-10-121-2/+4