summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* listener: completion sensitive for slots and methods.Kaz Kylheku2017-03-211-0/+1
* Sandboxing support via *package-alist*.Kaz Kylheku2017-03-171-1/+4
* Rename badly named default_bool_argKaz Kylheku2017-03-171-1/+1
* New functions starts-with and ends-with.Kaz Kylheku2017-03-121-0/+2
* New rmismatch function.Kaz Kylheku2017-03-121-0/+1
* New floor-rem, ceil-rem and round-rem.Kaz Kylheku2017-02-261-1/+4
* Adding round function.Kaz Kylheku2017-02-251-0/+1
* floor and ceil do division, with optional second arg.Kaz Kylheku2017-02-241-0/+2
* New internal function: vec.Kaz Kylheku2017-02-151-0/+1
* Add rassoc and rassql functions.Kaz Kylheku2017-02-111-0/+2
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-1/+2
* keep/remove: reduce duplication, optimize.Kaz Kylheku2017-02-051-8/+8
* Rename proper_plist_to_alist function.Kaz Kylheku2017-01-241-1/+1
* New memp function for searching a plist.Kaz Kylheku2017-01-241-0/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Adding mismatch function.Kaz Kylheku2016-12-121-0/+1
* New function: endp.Kaz Kylheku2016-12-101-0/+1
* Adding curry_1234_1 function.Kaz Kylheku2016-12-011-0/+1
* Expander warns about unbound variables.Kaz Kylheku2016-11-261-1/+1
* Completion of fallback list implementation.Kaz Kylheku2016-11-161-0/+1
* Start of fallback package list implementation.Kaz Kylheku2016-11-161-1/+4
* Implementing package foreign symbol concept.Kaz Kylheku2016-11-101-0/+8
* Implement *package* special var; package overhaul.Kaz Kylheku2016-11-081-7/+6
* New negated equality test functions.Kaz Kylheku2016-11-011-1/+3
* Relax restrictions on dwim places.Kaz Kylheku2016-10-311-2/+2
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-301-1/+1
* last, butlast: become accessors, get optional arg.Kaz Kylheku2016-10-261-2/+2
* New accessors nthlast and butlastn.Kaz Kylheku2016-10-251-0/+2
* Changes to the printing framework.Kaz Kylheku2016-10-201-2/+3
* Add stream printing context.Kaz Kylheku2016-10-201-3/+5
* Provide functions to alter range objects.Kaz Kylheku2016-10-171-0/+2
* 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