summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 281.txr-281Kaz Kylheku2022-09-035-147/+176
* vim: fix for #; commented JSON.Kaz Kylheku2022-09-021-0/+1
* vim: simplify #; regions.Kaz Kylheku2022-08-311-16/+13
* vim: improve #; commenting of JSON.Kaz Kylheku2022-08-311-9/+13
* vim: improvement in #; comment.Kaz Kylheku2022-08-301-3/+2
* close-lazy-streams: test.Kaz Kylheku2022-08-301-0/+3
* txr: test for new @(next) behaviors.Kaz Kylheku2022-08-302-0/+17
* vim: deal with bvars and square brackets.Kaz Kylheku2022-08-301-2/+3
* vim: fix quasiliterals.Kaz Kylheku2022-08-301-4/+6
* vim: tweak @ handling.Kaz Kylheku2022-08-301-24/+29
* txr: close streams.Kaz Kylheku2022-08-293-18/+77
* New macro: close-lazy-streams.Kaz Kylheku2022-08-287-1/+102
* New function: search-allKaz Kylheku2022-08-176-9/+100
* search/rsearch: some test cases.Kaz Kylheku2022-08-171-0/+36
* ffi: check for out-of-range wchar_t.Kaz Kylheku2022-08-131-0/+3
* Version 280.txr-280Kaz Kylheku2022-08-094-5/+20
* build: handle hard link failure in make install.Kaz Kylheku2022-08-091-1/+1
* listener: bug: history ignored if .txr_profile doesn't exist.Kaz Kylheku2022-08-091-1/+1
* load: fix misleading error message.Kaz Kylheku2022-08-091-1/+1
* Version 279.txr-279Kaz Kylheku2022-08-086-1051/+1095
* path-components-safe: proc tests only on Linux.Kaz Kylheku2022-07-301-18/+20
* path-components-safe: check symlink link count.Kaz Kylheku2022-07-301-2/+3
* path-components-safe: tighten /proc checkKaz Kylheku2022-07-302-45/+35
* path-components-safe: handle consecutive slashes.Kaz Kylheku2022-07-301-4/+2
* path-components-safe: repel /proc symlink attacksKaz Kylheku2022-07-292-17/+67
* rel-path, path-equal: relocate.Kaz Kylheku2022-07-293-107/+96
* stringp: rewrite.Kaz Kylheku2022-07-281-5/+13
* gcd: rewrite for better efficiency.Kaz Kylheku2022-07-272-24/+104
* in6addr-str: remove useless regsub.Kaz Kylheku2022-07-271-1/+0
* Take advantage of substring support in regsub.Kaz Kylheku2022-07-274-8/+5
* regsub: allow string in place of regex.Kaz Kylheku2022-07-272-4/+24
* regsub: avoid consing list.Kaz Kylheku2022-07-271-10/+10
* repl: revise security checks.Kaz Kylheku2022-07-262-33/+52
* path-components-safe: refactoring.Kaz Kylheku2022-07-252-56/+39
* New function: path-components-safe.Kaz Kylheku2022-07-255-20/+203
* path-test: object trust must use effective UID.Kaz Kylheku2022-07-242-10/+22
* compile-file: distinguish nonexistence errors.Kaz Kylheku2022-07-211-8/+10
* compile-file: revise hash bang treatment.Kaz Kylheku2022-07-212-7/+27
* compiler: try unsuffixed path before adding .tlKaz Kylheku2022-07-212-6/+6
* syrooting: remove two useless checks.Kaz Kylheku2022-07-211-2/+0
* Install a txrlisp hard link.Kaz Kylheku2022-07-213-0/+45
* doc: pos function.Kaz Kylheku2022-07-181-5/+9
* New function: count.Kaz Kylheku2022-07-186-20/+94
* Date correction; man page typos.txr-278Kaz Kylheku2022-07-012-4/+4
* Version 278.Kaz Kylheku2022-07-015-5/+44
* doc: remove references to non-fork platforms.Kaz Kylheku2022-06-291-16/+3
* Add mode-opt to all I/O convenience functions.Kaz Kylheku2022-06-292-33/+33
* file-get-lines: missing mode-opt parameter.Kaz Kylheku2022-06-291-2/+2
* close-stream: process wait cleanup.Kaz Kylheku2022-06-241-18/+6
* doc: document pid argument of open-fileno.Kaz Kylheku2022-06-241-2/+37