| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New function: path-components-safe. | Kaz Kylheku | 2022-07-25 | 5 | -20/+203 |
* | path-test: object trust must use effective UID. | Kaz Kylheku | 2022-07-24 | 2 | -10/+22 |
* | compile-file: distinguish nonexistence errors. | Kaz Kylheku | 2022-07-21 | 1 | -8/+10 |
* | compile-file: revise hash bang treatment. | Kaz Kylheku | 2022-07-21 | 2 | -7/+27 |
* | compiler: try unsuffixed path before adding .tl | Kaz Kylheku | 2022-07-21 | 2 | -6/+6 |
* | syrooting: remove two useless checks. | Kaz Kylheku | 2022-07-21 | 1 | -2/+0 |
* | Install a txrlisp hard link. | Kaz Kylheku | 2022-07-21 | 3 | -0/+45 |
* | doc: pos function. | Kaz Kylheku | 2022-07-18 | 1 | -5/+9 |
* | New function: count. | Kaz Kylheku | 2022-07-18 | 6 | -20/+94 |
* | Date correction; man page typos.txr-278 | Kaz Kylheku | 2022-07-01 | 2 | -4/+4 |
* | Version 278. | Kaz Kylheku | 2022-07-01 | 5 | -5/+44 |
* | doc: remove references to non-fork platforms. | Kaz Kylheku | 2022-06-29 | 1 | -16/+3 |
* | Add mode-opt to all I/O convenience functions. | Kaz Kylheku | 2022-06-29 | 2 | -33/+33 |
* | file-get-lines: missing mode-opt parameter. | Kaz Kylheku | 2022-06-29 | 1 | -2/+2 |
* | close-stream: process wait cleanup. | Kaz Kylheku | 2022-06-24 | 1 | -18/+6 |
* | doc: document pid argument of open-fileno. | Kaz Kylheku | 2022-06-24 | 1 | -2/+37 |
* | More HAVE_FORK_STUFF cleanup. | Kaz Kylheku | 2022-06-24 | 1 | -3/+3 |
* | streams: remove old code for popen on MingGW. | Kaz Kylheku | 2022-06-21 | 4 | -174/+8 |
* | bugfix: missing gzip support in open-command. | Kaz Kylheku | 2022-06-21 | 6 | -55/+118 |
* | configure: remove unused android_target | Kaz Kylheku | 2022-06-21 | 1 | -2/+0 |
* | for/for*: stricter syntax check. | Kaz Kylheku | 2022-06-13 | 3 | -18/+19 |
* | New function: str | Kaz Kylheku | 2022-06-12 | 6 | -40/+136 |
* | optimizer: fix live set being unexpectedly nil. | Kaz Kylheku | 2022-06-09 | 1 | -2/+2 |
* | optimizer: remove root slot from basic-block. | Kaz Kylheku | 2022-06-09 | 1 | -6/+3 |
* | listener: bugfix: handle warnings around linenoise. | Kaz Kylheku | 2022-06-08 | 1 | -0/+4 |
* | string-out-stream: gc issue. | Kaz Kylheku | 2022-06-06 | 1 | -3/+4 |
* | txr: fix --free-all crash due to atexit order. | Kaz Kylheku | 2022-06-05 | 3 | -14/+15 |
* | doc: missing word in tree-insert section. | Kaz Kylheku | 2022-06-01 | 1 | -0/+1 |
* | build: fix broken build when we don't HAVE_ZLIB. | Kaz Kylheku | 2022-05-31 | 2 | -0/+21 |
* | streams: use ~a for self string. | Kaz Kylheku | 2022-05-31 | 1 | -3/+3 |
* | Version 277.txr-277 | Kaz Kylheku | 2022-05-31 | 6 | -1123/+1158 |
* | crc32: name clash with Zlib on Android. | Kaz Kylheku | 2022-05-31 | 2 | -3/+2 |
* | windows: bundle Zlib in installer. | Kaz Kylheku | 2022-05-31 | 1 | -0/+1 |
* | cygwin: bug: sh always uses cmd.exe. | Kaz Kylheku | 2022-05-31 | 2 | -18/+7 |
* | gzio: unused variable warning. | Kaz Kylheku | 2022-05-31 | 1 | -1/+0 |
* | gzio: fix multiple definition of gzio_stream_s. | Kaz Kylheku | 2022-05-31 | 2 | -1/+3 |
* | buf: compression tests. | Kaz Kylheku | 2022-05-30 | 3 | -3/+22 |
* | gzio: some tests. | Kaz Kylheku | 2022-05-30 | 1 | -0/+53 |
* | New: spln and tokn functions. | Kaz Kylheku | 2022-05-30 | 6 | -2/+78 |
* | tok-str: takes count argument. | Kaz Kylheku | 2022-05-28 | 5 | -10/+52 |
* | gzio: remove unused variables. | Kaz Kylheku | 2022-05-28 | 1 | -2/+0 |
* | buf: compression and decompression functions. | Kaz Kylheku | 2022-05-28 | 3 | -0/+119 |
* | buf: remove stray utf8 declaration. | Kaz Kylheku | 2022-05-28 | 1 | -2/+0 |
* | tags: rename to avoid name clash. | Kaz Kylheku | 2022-05-27 | 2 | -1/+1 |
* | streams: remove workaround for older Cygwin bug. | Kaz Kylheku | 2022-05-27 | 1 | -7/+0 |
* | doc: .tlo.gz suffix. | Kaz Kylheku | 2022-05-27 | 1 | -9/+36 |
* | load: support .tlo.gz files. | Kaz Kylheku | 2022-05-27 | 1 | -9/+38 |
* | gc: bug: fix compilation if HAVE_VALGRIND. | Kaz Kylheku | 2022-05-27 | 1 | -1/+2 |
* | gzio: include type in printed representation of stream. | Kaz Kylheku | 2022-05-27 | 1 | -2/+16 |
* | gzio: bugfix: just return descr for :name property. | Kaz Kylheku | 2022-05-27 | 1 | -1/+1 |