summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* ffi: fix broken bchar array get.Kaz Kylheku2017-06-051-1/+2
* mkstring char argument is optional.Kaz Kylheku2017-06-011-1/+2
* Splitting cptr object into separate CPTR tag.Kaz Kylheku2017-05-151-7/+54
* less table robust against type renumbering.Kaz Kylheku2017-05-151-19/+14
* bugfix: use proper hashing for cptr.Kaz Kylheku2017-05-151-1/+7
* cobj: rename poorly named default operation.Kaz Kylheku2017-05-151-1/+1
* cptr: new functions.Kaz Kylheku2017-05-091-0/+25
* Fix broken quasilist print notation.Kaz Kylheku2017-05-051-1/+0
* length: support buffer objects.Kaz Kylheku2017-05-041-0/+2
* Detect negative length in string, vec construction.Kaz Kylheku2017-05-041-3/+16
* ffi: map (array n bchar) to Lisp string.Kaz Kylheku2017-05-041-0/+9
* ffi: new bstr type.Kaz Kylheku2017-05-041-0/+24
* bugfix: tostringp not behaving right for floats.Kaz Kylheku2017-05-041-1/+3
* ffi: allow ptr-in-out passing of cptr.Kaz Kylheku2017-04-281-0/+6
* Provide access to dlopen.Kaz Kylheku2017-04-251-2/+2
* Start of FFI implementation based on libffi.Kaz Kylheku2017-04-241-0/+6
* Continuing implementation of buffers.Kaz Kylheku2017-04-211-0/+10
* New buffer data type.Kaz Kylheku2017-04-161-1/+11
* Protect internal symbols from uninterning.Kaz Kylheku2017-04-151-2/+31
* Honor *print-circle* disabling in print methods.Kaz Kylheku2017-04-121-6/+10
* quasiliterals: issue in printing embedded syms.Kaz Kylheku2017-04-051-28/+35
* New time-parse-local and time-parse-utc functions.Kaz Kylheku2017-04-041-3/+29
* 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