summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 217.txr-217Kaz Kylheku2019-06-107-489/+586
* Adding errno constants.Kaz Kylheku2019-06-092-0/+105
* Adding fcntl interface.Kaz Kylheku2019-06-093-2/+311
* place macros: adjustment to expansion strategy.Kaz Kylheku2019-06-052-25/+37
* arith: INT_PTR_MIN overflow bugfix.Kaz Kylheku2019-06-031-1/+1
* bugfix: list length: off-by-one error huge lists.Kaz Kylheku2019-05-311-0/+2
* posix: add close function.Kaz Kylheku2019-05-302-0/+39
* doc: missing word under mask.Kaz Kylheku2019-05-291-1/+1
* doc: typo under ldiff.Kaz Kylheku2019-05-291-1/+1
* doc: formatting of sident charsKaz Kylheku2019-05-291-3/+3
* path-private-to-me-p: bugfix: not including superuser.Kaz Kylheku2019-05-292-22/+41
* mpi: avoid additive inverse of most negative integer.Kaz Kylheku2019-05-251-3/+6
* bugfix: c_num won't convert most negative value.Kaz Kylheku2019-05-253-5/+6
* lib: remove unused numeric macros.Kaz Kylheku2019-05-251-2/+0
* nsis: fixes for file assoc module from NSIS Wiki.Kaz Kylheku2019-05-251-2/+11
* windows: register file associations.Kaz Kylheku2019-05-252-0/+146
* placelet: add comment.Kaz Kylheku2019-05-231-1/+13
* asm: remove unused symbol macro.Kaz Kylheku2019-05-221-2/+0
* Version 216.txr-216Kaz Kylheku2019-05-207-1025/+1111
* doc: missing deindent under Function FiltersKaz Kylheku2019-05-201-1/+1
* compile-file: input path harmonized with load.Kaz Kylheku2019-05-202-31/+101
* load: always bind *load-path* to actual path.Kaz Kylheku2019-05-202-15/+28
* oop: derived hook.Kaz Kylheku2019-05-153-13/+75
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-153-26/+64
* oop: new function: struct-type-name.Kaz Kylheku2019-05-153-0/+22
* structs: eliminate declaration of nonexistent var.Kaz Kylheku2019-05-111-1/+1
* debugger: use window-mapdo.Kaz Kylheku2019-05-031-2/+2
* interpreter: small code tidying in me_interp_macro.Kaz Kylheku2019-05-021-2/+1
* interpreter: don't bother with dot position.Kaz Kylheku2019-05-021-6/+1
* bugfix: apply regression.Kaz Kylheku2019-05-021-1/+1
* C99: get rid of useless inline instantiations.Kaz Kylheku2019-05-024-36/+0
* loading: try unsuffixed files directly last.Kaz Kylheku2019-05-012-96/+145
* lib: more nuanced file access errors.Kaz Kylheku2019-05-019-66/+144
* build: allow $(pwd)/configure to work.Kaz Kylheku2019-04-292-2/+13
* debugger: expand frames.Kaz Kylheku2019-04-295-37/+93
* backtrace: check next frame for nil.Kaz Kylheku2019-04-291-1/+1
* debugger: move uw-* symbols into sys package.Kaz Kylheku2019-04-291-9/+9
* bugfix: source lineno off by one under hash bang.Kaz Kylheku2019-04-214-4/+20
* parser: always use stream-associated parser for parse_once.Kaz Kylheku2019-04-216-26/+29
* New function: window-mapdo.Kaz Kylheku2019-04-214-13/+51
* debugger: eval frames.Kaz Kylheku2019-04-214-32/+97
* unwind: use allocate-struct in frame reification.Kaz Kylheku2019-04-203-12/+8
* defun: record source loc info.Kaz Kylheku2019-04-201-4/+4
* doc: document --backtraceKaz Kylheku2019-04-201-0/+12
* New function: allocate-struct.Kaz Kylheku2019-04-192-0/+41
* backtrace: adjust backtrace formatting.Kaz Kylheku2019-04-191-2/+6
* No-op optimization in substring.Kaz Kylheku2019-04-191-0/+2
* Support max length and depth for object printing.Kaz Kylheku2019-04-186-36/+356
* doc: wrongly formatted with-resources example.Kaz Kylheku2019-04-171-7/+8
* streams: force-off indent mode.Kaz Kylheku2019-04-166-32/+93