summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* split-str gains ability to keep separating pieces.Kaz Kylheku2016-09-161-0/+1
* key function argument on remq, remql and remqual.Kaz Kylheku2016-09-151-3/+3
* New keepq, keepql and keepqual functions.Kaz Kylheku2016-09-151-0/+3
* Adding time-parse function: wrapper for strptime.Kaz Kylheku2016-08-221-0/+3
* Fixing semantics of makunbound.Kaz Kylheku2016-06-081-0/+2
* New --free-all option for freeing memory on exit.Kaz Kylheku2016-06-071-3/+1
* Store hash values in hash entries.Kaz Kylheku2016-05-271-0/+7
* Reduce work done by hashing.Kaz Kylheku2016-05-271-2/+2
* Avoid unnecessary evaluation in argument defaulting.Kaz Kylheku2016-05-071-4/+1
* Adding panic macro, which throws a panic exception.Kaz Kylheku2016-05-071-1/+1
* Mechanism for recycling conses outside of GC.Kaz Kylheku2016-04-201-0/+4
* Fix proper-listp to proper-list-p.Kaz Kylheku2016-04-141-1/+1
* Adding rightmost item search functions.Kaz Kylheku2016-03-271-0/+13
* Implement socket timeouts.Kaz Kylheku2016-03-151-1/+1
* New function, split*.Kaz Kylheku2016-01-171-0/+1
* Fix omission: the / function becomes n-ary.Kaz Kylheku2016-01-131-0/+1
* Print control chars in regexes using \x.Kaz Kylheku2016-01-121-0/+1
* New internal function scat: variable arg cat_str.Kaz Kylheku2016-01-101-0/+1
* Use struct instead of cons for lazy string fields.Kaz Kylheku2016-01-091-1/+7
* New internal function for copying malloced object.Kaz Kylheku2016-01-091-0/+1
* Revert chr-isdigit/isxdigit, provide new functions.Kaz Kylheku2016-01-041-0/+2
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* C++ breakage: multiple definition of name_s.Kaz Kylheku2015-12-301-1/+1
* Overhaul printing of lazy strings.Kaz Kylheku2015-12-281-0/+1
* Support eight-argument intrinsic functions.Kaz Kylheku2015-12-161-1/+7
* 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