summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* listener: completion sensitive for slots and methods.Kaz Kylheku2017-03-211-1/+4
* Sandboxing support via *package-alist*.Kaz Kylheku2017-03-171-5/+17
* Rename badly named default_bool_argKaz Kylheku2017-03-171-11/+11
* split, split*, partition, partition*: allow neg indices.Kaz Kylheku2017-03-141-14/+46
* Fix missing nao terminator in formatted printing.Kaz Kylheku2017-03-131-1/+1
* New functions starts-with and ends-with.Kaz Kylheku2017-03-121-0/+12
* New rmismatch function.Kaz Kylheku2017-03-121-0/+100
* uref: the a.b.c syntax extended to .a.b.cKaz Kylheku2017-03-061-1/+10
* remq/remove-if family: bugfixes in error message.Kaz Kylheku2017-02-221-9/+9
* New internal function: vec.Kaz Kylheku2017-02-151-0/+22
* Add rassoc and rassql functions.Kaz Kylheku2017-02-111-0/+28
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-1/+3
* keep/remove: reduce duplication, optimize.Kaz Kylheku2017-02-051-130/+128
* bugfix: incorrect keepql due to spurious statement.Kaz Kylheku2017-02-051-1/+0
* bugfix: rehome_sym not removing from hidden list.Kaz Kylheku2017-02-041-0/+1
* bugfix: don't print unnecessary package prefix.Kaz Kylheku2017-02-041-2/+2
* Optimize merge a little.Kaz Kylheku2017-01-291-4/+6
* bugfix: make list sorting stable, as documented.Kaz Kylheku2017-01-291-11/+11
* bugfix: read print consistency of shadowed symbols.Kaz Kylheku2017-01-291-7/+14
* bugfix: take-while, take-until termination condition.Kaz Kylheku2017-01-241-2/+2
* Rename proper_plist_to_alist function.Kaz Kylheku2017-01-241-1/+1
* New memp function for searching a plist.Kaz Kylheku2017-01-241-0/+9
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Bugfix: quasilit var read-print consistency.Kaz Kylheku2016-12-311-2/+9
* Adding mismatch function.Kaz Kylheku2016-12-121-0/+112
* bugfix: find-max doesn't handle internal literals.Kaz Kylheku2016-12-121-1/+2
* New function: endp.Kaz Kylheku2016-12-101-0/+10
* C++ regression in printer.Kaz Kylheku2016-12-071-21/+23
* bugfix: , *sym printed as ,*sym.Kaz Kylheku2016-12-061-2/+18
* bugfix: print unquote/splice in dot position.Kaz Kylheku2016-12-051-1/+19
* Adding curry_1234_1 function.Kaz Kylheku2016-12-011-0/+15
* Don't throw when printing (sys:quasi . atom).Kaz Kylheku2016-11-271-2/+2
* bugfix: read-print consistency for @(expr).Kaz Kylheku2016-11-271-1/+1
* Expander warns about unbound variables.Kaz Kylheku2016-11-261-1/+4
* bugfix: quasilit read/print consistency, part 2.Kaz Kylheku2016-11-261-1/+1
* bugfix: quasilit read/print consistency, part 1.Kaz Kylheku2016-11-261-2/+2
* Completion of fallback list implementation.Kaz Kylheku2016-11-161-1/+26
* Start of fallback package list implementation.Kaz Kylheku2016-11-161-0/+53
* Fix circular printing issue for package objects.Kaz Kylheku2016-11-101-1/+1
* Handle interpreted functions in circle printing.Kaz Kylheku2016-11-101-0/+7
* Fix some gc-unsafe mutations found by inspection.Kaz Kylheku2016-11-101-2/+2
* Check for non-package value in *package*.Kaz Kylheku2016-11-101-1/+9
* Implementing package foreign symbol concept.Kaz Kylheku2016-11-101-38/+238
* Check that name is stringp in some sym functions.Kaz Kylheku2016-11-081-6/+18
* Implement *package* special var; package overhaul.Kaz Kylheku2016-11-081-26/+11
* Don't access *print-circle* in early init.Kaz Kylheku2016-11-081-1/+1
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-011-12/+23
* Don't enter symbols into cycle-identifying hash.Kaz Kylheku2016-10-311-2/+7
* Relax restrictions on dwim places.Kaz Kylheku2016-10-311-9/+34
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-301-19/+51