summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* load: fix vm gc issue.Kaz Kylheku2018-04-101-0/+1
* Windows: package .tlo files.Kaz Kylheku2018-04-101-0/+1
* vm: don't eagerly resolve functions.Kaz Kylheku2018-04-101-7/+0
* defpackage: bugfix: symbol clash.Kaz Kylheku2018-04-101-3/+3
* parser: @(if) hack in output must use usr package.Kaz Kylheku2018-04-103-6/+7
* parser: duplicate package prefix in diagnostic.Kaz Kylheku2018-04-101-2/+2
* doc: new package fallback use by printer.Kaz Kylheku2018-04-101-1/+3
* doc: document new pub package.Kaz Kylheku2018-04-091-11/+32
* doc: vm-fun-p described.Kaz Kylheku2018-04-091-0/+22
* compiler: implement with-compilation-unit macro.Kaz Kylheku2018-04-093-36/+82
* compiler: record source loc when reading.Kaz Kylheku2018-04-091-0/+1
* doc: document force-flag.Kaz Kylheku2018-04-091-5/+92
* compiler: improve and & or.Kaz Kylheku2018-04-091-27/+30
* doc: document disassemble.Kaz Kylheku2018-04-091-0/+51
* awk/struct: fix breakage under interpreted mode.Kaz Kylheku2018-04-092-8/+8
* doc: describe new ldiff.Kaz Kylheku2018-04-091-87/+160
* listener: completion: wrong use of package fallback.Kaz Kylheku2018-04-081-3/+3
* doc: copy-paste errors in structs.Kaz Kylheku2018-04-081-3/+3
* compiler: fix broken prog1.Kaz Kylheku2018-04-081-3/+3
* doc: document more about file compilation.Kaz Kylheku2018-04-081-0/+143
* doc: starting to document compilation.Kaz Kylheku2018-04-081-7/+286
* expander: no dot-to-apply transform on special forms.Kaz Kylheku2018-04-081-1/+3
* expander: consolidate dotted argument error.Kaz Kylheku2018-04-081-6/+9
* configure: lndir tweaks.Kaz Kylheku2018-04-081-1/+2
* trace: refer usr:catch operator rather than sys:catch.Kaz Kylheku2018-04-081-3/+3
* trace: bugfix: redefine check mustn't throw exceptions.Kaz Kylheku2018-04-081-6/+10
* compiler: fix overestimated register count.Kaz Kylheku2018-04-072-1/+4
* case macros: bugfix: use hash for caseql and casequal too.Kaz Kylheku2018-04-071-2/+1
* case macros: reduce consing.Kaz Kylheku2018-04-071-6/+8
* new function: compile.Kaz Kylheku2018-04-072-1/+16
* asm: support disassembly on functions.Kaz Kylheku2018-04-071-8/+19
* vm: new accessors for closure objects.Kaz Kylheku2018-04-071-0/+19
* lib: new function vm-fun-p.Kaz Kylheku2018-04-073-0/+7
* build: don't rebuild tlo's all the time.Kaz Kylheku2018-04-071-2/+2
* vm: allow vm description to be callable as function.Kaz Kylheku2018-04-062-0/+6
* asm: rename disassembly helper function.Kaz Kylheku2018-04-061-2/+2
* vm: C++ port issue: wrong cast.Kaz Kylheku2018-04-061-1/+1
* Application code is now in a package called pub.Kaz Kylheku2018-04-094-5/+9
* stdlib: all code read under sys package.Kaz Kylheku2018-04-0616-53/+50
* autoload: add more missing symbols.Kaz Kylheku2018-04-061-1/+12
* structs: get rid of sys:slot and sys:static-slot.Kaz Kylheku2018-04-063-10/+8
* 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
* trace: add missing copyright header.Kaz Kylheku2018-04-051-0/+26
* lib: get rid of preprocessor macros for packages.Kaz Kylheku2018-04-054-20/+14
* build: support compiling stdlib.Kaz Kylheku2018-04-051-5/+30
* configure: link files rather than dirs.Kaz Kylheku2018-04-051-1/+36
* printer: improve object formatting.Kaz Kylheku2018-04-0510-17/+62
* compile-file: handle gensyms and such.Kaz Kylheku2018-04-052-13/+23
* compile-file/load: add version to files.Kaz Kylheku2018-04-052-1/+10