summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buffers: replace operation.Kaz Kylheku2019-06-123-1/+91
* Makefile: non-configured distclean removes tlo's.Kaz Kylheku2019-06-121-1/+1
* sub-vec: optimize no-op case.Kaz Kylheku2019-06-122-2/+3
* toseq: remove unused function.Kaz Kylheku2019-06-122-16/+0
* replace-vec, replace-str: refactor with sequence iteration.Kaz Kylheku2019-06-121-97/+53
* doc: no such thing as varray.Kaz Kylheku2019-06-121-6/+6
* doc: clarifications under zarrayKaz Kylheku2019-06-121-6/+17
* ffi: adjust in semantics of variable zarray.Kaz Kylheku2019-06-122-7/+3
* replace_list: revise, fixing several bugs.Kaz Kylheku2019-06-121-49/+37
* seq iterators: new peek operation.Kaz Kylheku2019-06-122-0/+42
* buffers: allow sub operation.Kaz Kylheku2019-06-113-1/+40
* New function: hash-peek.Kaz Kylheku2019-06-113-8/+52
* hash: remove unnecessary test.Kaz Kylheku2019-06-111-1/+1
* regression: unsuffixed cmdline arg treated as Lisp.Kaz Kylheku2019-06-101-8/+14
* 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