summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* New functions window-map and window-mappend.Kaz Kylheku2015-11-251-0/+2
* New equality substitution.Kaz Kylheku2015-11-201-1/+6
* Provide butlast function.Kaz Kylheku2015-11-201-0/+1
* Consistent parameter name in list_collect_* decls.Kaz Kylheku2015-11-111-5/+5
* Adding revappend and nreconc.Kaz Kylheku2015-11-111-0/+4
* Add func_n6o.Kaz Kylheku2015-11-101-0/+1
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-4/+19
* Move noreturn macro.Kaz Kylheku2015-10-281-0/+6
* New function chk_manage_vec.Kaz Kylheku2015-10-171-0/+2
* Renaming some functions for consistency.Kaz Kylheku2015-10-161-4/+4
* Adding find-frame function.Kaz Kylheku2015-10-151-0/+5
* New functions take, drop, {take,drop}-{while,until}.Kaz Kylheku2015-10-051-0/+6
* Introduce chk_wmalloc function.Kaz Kylheku2015-09-221-0/+1
* Adding flatcar* function.Kaz Kylheku2015-09-191-0/+1
* New function: flatcar.Kaz Kylheku2015-09-181-0/+1
* New functions, subtypep and typep.Kaz Kylheku2015-09-081-0/+3
* linenoise: use checked allocator for strdup.Kaz Kylheku2015-09-061-0/+1
* linenoise completion for txr symbolsKaz Kylheku2015-09-051-0/+3
* Syntax errors refer to REPL line number.Kaz Kylheku2015-09-051-0/+1
* 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