summaryrefslogtreecommitdiffstats
path: root/lisplib.c
Commit message (Expand)AuthorAgeFilesLines
* file-put-buf: new argument; also, new file-place-bufKaz Kylheku2020-02-071-1/+2
* New functions chmod-rec and chown-rec.Kaz Kylheku2020-01-311-0/+1
* New: file copy, recursive copy, recursive delete.Kaz Kylheku2020-01-291-0/+20
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* New function: compile-update-file.Kaz Kylheku2019-12-221-1/+2
* New function: path-dir-empty.Kaz Kylheku2019-12-091-0/+1
* getopts: new define-option-struct macro.Kaz Kylheku2019-11-291-1/+1
* New macro: ldo.Kaz Kylheku2019-10-231-1/+1
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-161-0/+1
* list-builder: dequeue capabilities with del/del* operators.Kaz Kylheku2019-08-171-2/+4
* autoload: bugfix: wire in forgotten test-set and others.Kaz Kylheku2019-08-131-0/+2
* sub-list, sub-vec, sub-str: becoming accessors.Kaz Kylheku2019-06-171-1/+1
* buffers: sub-buf becomes accessor.Kaz Kylheku2019-06-171-1/+1
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-151-0/+1
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-2/+22
* New catch** macro.Kaz Kylheku2019-04-101-1/+1
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-2/+2
* structs: fix missing lnew operator.Kaz Kylheku2019-03-081-2/+2
* New macro: defset.Kaz Kylheku2019-03-061-0/+18
* bugfix: :key param expander -- symbol.Kaz Kylheku2019-02-251-0/+5
* save-exe: new function.Kaz Kylheku2019-02-171-0/+20
* bugfix: deffi-cb-unsafe not autoloaded.Kaz Kylheku2019-02-061-0/+1
* compiler: new dump-compiled-objects function.Kaz Kylheku2019-02-011-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* opip, oand: rewrite in Lisp.Kaz Kylheku2018-07-161-0/+1
* op: convert to Lisp trivial macros related to op.Kaz Kylheku2018-07-161-1/+2
* awk: bugfix: autoload on sys:awk-state.Kaz Kylheku2018-05-231-0/+4
* autoload: few autoload entries needed.Kaz Kylheku2018-04-241-1/+22
* compiler: streamline destructuring error checks.Kaz Kylheku2018-04-231-1/+2
* new macros: hlet, hlet*.Kaz Kylheku2018-04-191-1/+1
* compiler: lambda call to let optimization.Kaz Kylheku2018-04-151-1/+2
* compiler: implement with-compilation-unit macro.Kaz Kylheku2018-04-091-0/+1
* new function: compile.Kaz Kylheku2018-04-071-1/+1
* stdlib: all code read under sys package.Kaz Kylheku2018-04-061-1/+1
* autoload: add more missing symbols.Kaz Kylheku2018-04-061-1/+12
* autoload: smattering of missing/wrong entries.Kaz Kylheku2018-04-061-1/+4
* autload: remove copy and pasted sock_load_init calls.Kaz Kylheku2018-04-061-3/+0
* compiler: move sys:bind-mac-error to error.tl.Kaz Kylheku2018-04-041-1/+6
* struct: autoload sys:define-method.Kaz Kylheku2018-04-041-0/+4
* autoload: don't refer to .tl files specifically.Kaz Kylheku2018-04-041-30/+30
* compiler: first cut compile-file implementation.Kaz Kylheku2018-04-031-1/+1
* compiler: auto-load sys:bind-mac-error.Kaz Kylheku2018-03-231-1/+1
* Adding compiler.Kaz Kylheku2018-03-161-0/+23
* higher level disassemble function.Kaz Kylheku2018-03-131-2/+7
* New: virtual machine with assembler.Kaz Kylheku2018-03-101-2/+32
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* bugfix: intern public symbols in autoload files.Kaz Kylheku2018-02-071-0/+29
* Fix broken autoload of socket functions.Kaz Kylheku2018-01-251-0/+3
* New feature: structure delegate streams.Kaz Kylheku2017-12-081-0/+18