summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Same fix in tok-where as tok-str.Kaz Kylheku2016-10-261-1/+23
* Don't bother with numeq comparison in tok_where.Kaz Kylheku2016-10-261-1/+1
* Fix regression: broken tok_where.Kaz Kylheku2016-10-261-7/+10
* Fix tok-str semantics once again.Kaz Kylheku2016-10-261-1/+26
* obj_print: uw guard frame only when circ printing.Kaz Kylheku2016-10-261-2/+4
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-261-1/+1
* last, butlast: become accessors, get optional arg.Kaz Kylheku2016-10-261-7/+20
* New accessors nthlast and butlastn.Kaz Kylheku2016-10-251-0/+31
* Default to epoch time in time-parse.Kaz Kylheku2016-10-231-1/+9
* Block continuation capture across printer.Kaz Kylheku2016-10-211-0/+5
* Another fix to print method circular printing.Kaz Kylheku2016-10-211-8/+21
* Fix circular printing across print methods.Kaz Kylheku2016-10-211-0/+10
* Changes to the printing framework.Kaz Kylheku2016-10-201-39/+12
* obj_print: use of volatile.Kaz Kylheku2016-10-201-3/+5
* Implement *print-circle* for sharing and cycles.Kaz Kylheku2016-10-201-5/+122
* Add stream printing context.Kaz Kylheku2016-10-201-32/+32
* reduce-left bugfix: bad init val with key-func.Kaz Kylheku2016-10-181-1/+1
* Provide functions to alter range objects.Kaz Kylheku2016-10-171-0/+14
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-131-1/+30