summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* compile-file: propagate permissions for hash bang programs.Kaz Kyheku2020-03-101-1/+20
* Version 233.txr-233Kaz Kylheku2020-03-081-1/+1
* getopts: new feature: cumulative options.Kaz Kyheku2020-03-061-12/+46
* getopts: bugfix in short option processing.Kaz Kyheku2020-03-061-6/+6
* compiler: remove useless consp test.Kaz Kylheku2020-02-131-56/+55
* copy-file.tl: mode change.Kaz Kyheku2020-02-121-0/+0
* Version 232.txr-232Kaz Kylheku2020-02-091-1/+1
* file-place-buf: bugfix: create file if doesn't exist.Kaz Kylheku2020-02-071-1/+1
* file-put-buf: new argument; also, new file-place-bufKaz Kylheku2020-02-071-1/+9
* file-get-buf: size limit, seek offset.Kaz Kyheku2020-02-051-12/+21
* New functions chmod-rec and chown-rec.Kaz Kylheku2020-01-311-0/+29
* copy-file: detect directory before opening.Kaz Kylheku2020-01-301-10/+13
* New: file copy, recursive copy, recursive delete.Kaz Kylheku2020-01-291-0/+184
* compiler: bug in catch: frame level mismatch.Kaz Kylheku2020-01-281-2/+2
* with-resources: support multiple cleanup forms.Kaz Kyheku2020-01-151-5/+5
* Version 231.txr-231Kaz Kylheku2020-01-121-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-3136-36/+36
* New function: compile-update-file.Kaz Kylheku2019-12-221-57/+73
* Version 230.txr-230Kaz Kylheku2019-12-201-1/+1
* Version 229.txr-229Kaz Kylheku2019-12-141-1/+1
* define-option-struct: use multiple inheritanceKaz Kylheku2019-12-131-14/+22
* OOP: implementing multiple inheritance.Kaz Kylheku2019-12-111-8/+11
* New function: path-dir-empty.Kaz Kylheku2019-12-091-0/+9
* disassemble: d and t regs in decimal.Kaz Kylheku2019-11-291-2/+2
* getopt: tweak multi-line literals in help textKaz Kylheku2019-11-291-26/+25
* getopts: new define-option-struct macro.Kaz Kylheku2019-11-291-0/+23
* getopts: rename add method to add-opt.Kaz Kylheku2019-11-291-5/+5
* getopts: move opts object into opt-processor.Kaz Kylheku2019-11-281-20/+24
* getopts: remove unused opt-processor slot from opts.Kaz Kylheku2019-11-281-3/+2
* getopts: print types in help without colon.Kaz Kylheku2019-11-281-2/+2
* getopts: simplify build-hash.Kaz Kylheku2019-11-281-5/+3
* Version 228.txr-228Kaz Kylheku2019-11-181-1/+1
* op: fix wrong compat version value.Kaz Kylheku2019-11-181-1/+1
* compiler: first use of .? notation.Kaz Kylheku2019-11-061-1/+1
* syntax: new .? operator for null-safe object access.Kaz Kylheku2019-11-051-27/+40
* path-tests: bug in path-strictly-private-to-me-p.Kaz Kylheku2019-11-041-1/+1
* path-tests: fix incorrect type tests.Kaz Kylheku2019-11-031-7/+11
* stat: support high resolution time stamps.Kaz Kylheku2019-10-291-1/+7
* Version 227.txr-227Kaz Kylheku2019-10-261-1/+1
* Version 226.txr-226Kaz Kylheku2019-10-251-1/+1
* stdlib: remove unneeded macros from compiled image.Kaz Kylheku2019-10-243-40/+44
* New macro: ldo.Kaz Kylheku2019-10-231-0/+3
* op/do: clean up documentation-implementation problem.Kaz Kylheku2019-10-231-14/+39
* compiler: warn on too many lambda args.Kaz Kylheku2019-10-172-0/+4
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-161-0/+9
* op: new features for anonymous recursion.Kaz Kylheku2019-10-031-20/+48
* symbol-function: don't break existing compiled code.Kaz Kylheku2019-10-031-2/+2
* symbol-function: support lambda expressions.Kaz Kylheku2019-09-271-2/+6
* stdlib: fix incorrect uses of compile-error.Kaz Kylheku2019-09-274-40/+38
* op: eliminate useless quasiquote.Kaz Kylheku2019-09-151-1/+1