summaryrefslogtreecommitdiffstats
path: root/lisplib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New convenience I/O functions for buffers.Kaz Kylheku2017-10-271-0/+2
* New variant of op: lop.Kaz Kylheku2017-10-191-1/+1
* Rewriting op/do macros in Lisp.Kaz Kylheku2017-08-291-0/+21
* buf: new buffer stream.Kaz Kylheku2017-08-141-0/+2
* New macros doloop and doloop*.Kaz Kylheku2017-07-301-0/+18
* ffi: new make-zstruct function and znew macro.Kaz Kylheku2017-07-021-0/+1
* ffi: new macro, deffi-sym.Kaz Kylheku2017-06-261-3/+3
* ffi: turn carray-sub into accessor.Kaz Kylheku2017-06-131-1/+1
* bugfix: autoload syntactic places.Kaz Kylheku2017-06-131-0/+1
* ffi: functions and macros for basic type properties.Kaz Kylheku2017-06-021-2/+3
* ffi: new macro, deffi-var.Kaz Kylheku2017-05-201-1/+2
* ffi: turn carray-ref into accessor.Kaz Kylheku2017-05-201-1/+1
* ffi: macro named ffi for type compiling shorthand.Kaz Kylheku2017-05-171-1/+1
* ffi: typedef macro instead of deffi-type.Kaz Kylheku2017-05-171-1/+1
* ffi: add macro language.Kaz Kylheku2017-05-061-0/+19
* Use original *packages-alist* value for auto-load.Kaz Kylheku2017-03-181-0/+1
* trace: implement redefinition checks.Kaz Kylheku2017-03-171-0/+2
* uref: the a.b.c syntax extended to .a.b.cKaz Kylheku2017-03-061-1/+1
* Adding whena macro.Kaz Kylheku2017-02-051-1/+3
* bugfix: forgotten autoload registrations.Kaz Kylheku2017-01-261-1/+2
* Support keyword params via :key param list macro.Kaz Kylheku2017-01-231-0/+18
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Functions for error reporting out of macros.Kaz Kylheku2017-01-151-0/+18
* New Lisp feature: param list expander.Kaz Kylheku2017-01-041-0/+17
* Bugfix: repeated expansion of catch unstable.Kaz Kylheku2016-12-311-1/+1