summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Version 279.txr-279Kaz Kylheku2022-08-081-1/+1
* 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-301-15/+14
* path-components-safe: handle consecutive slashes.Kaz Kylheku2022-07-301-4/+2
* path-components-safe: repel /proc symlink attacksKaz Kylheku2022-07-291-17/+42
* rel-path, path-equal: relocate.Kaz Kylheku2022-07-292-105/+94
* in6addr-str: remove useless regsub.Kaz Kylheku2022-07-271-1/+0
* Take advantage of substring support in regsub.Kaz Kylheku2022-07-273-4/+4
* path-components-safe: refactoring.Kaz Kylheku2022-07-251-55/+37
* New function: path-components-safe.Kaz Kylheku2022-07-252-0/+73
* path-test: object trust must use effective UID.Kaz Kylheku2022-07-241-2/+2
* compile-file: distinguish nonexistence errors.Kaz Kylheku2022-07-211-8/+10
* compile-file: revise hash bang treatment.Kaz Kylheku2022-07-211-5/+11
* compiler: try unsuffixed path before adding .tlKaz Kylheku2022-07-211-2/+2
* New function: count.Kaz Kylheku2022-07-181-1/+2
* Version 278.Kaz Kylheku2022-07-011-1/+1
* Add mode-opt to all I/O convenience functions.Kaz Kylheku2022-06-291-22/+22
* file-get-lines: missing mode-opt parameter.Kaz Kylheku2022-06-291-2/+2
* for/for*: stricter syntax check.Kaz Kylheku2022-06-131-2/+2
* New function: strKaz Kylheku2022-06-121-38/+38
* optimizer: fix live set being unexpectedly nil.Kaz Kylheku2022-06-091-2/+2
* optimizer: remove root slot from basic-block.Kaz Kylheku2022-06-091-6/+3
* Version 277.txr-277Kaz Kylheku2022-05-311-1/+1
* New: spln and tokn functions.Kaz Kylheku2022-05-301-1/+2
* buf: compression and decompression functions.Kaz Kylheku2022-05-281-0/+2
* I/O convenience functions get mode-opt argument.Kaz Kylheku2022-05-271-36/+36
* Version 276.txr-276Kaz Kylheku2022-05-241-1/+1
* New function: trim-path-sepsKaz Kylheku2022-05-201-0/+1
* ffi: new pack type operator; align increases only.Kaz Kylheku2022-05-201-1/+2
* copy-path-rec: bug: trailing slash fail.Kaz Kylheku2022-05-171-4/+1
* lambda-match: bug: over-strict match in variadic pattern.Kaz Kylheku2022-05-111-1/+1
* Version 275.txr-275Kaz Kylheku2022-05-101-1/+1
* New: load can search multiple directories.Kaz Kylheku2022-04-251-0/+1
* compiler: package-manipulating top-level forms bug.Kaz Kylheku2022-03-311-1/+2
* New function: isecp.Kaz Kylheku2022-03-302-6/+7
* New FFI types str-s, bstr-s and wstr-s.Kaz Kylheku2022-03-211-6/+9
* ffi: support intmax-t and uintmax-t types.Kaz Kylheku2022-03-151-8/+10
* New GNU-themed quip.Kaz Kylheku2022-03-081-0/+1
* New function: group-map.Kaz Kylheku2022-03-021-1/+2
* Version 274.txr-274Kaz Kylheku2022-02-241-1/+1
* opip: pass through forms in the op family.Kaz Kylheku2022-02-241-1/+1
* New list-builder method: oust.Kaz Kylheku2022-02-232-4/+12
* New function: partition-if.Kaz Kylheku2022-02-231-0/+1
* New functions: find-max-key and find-min-key.Kaz Kylheku2022-02-211-0/+2
* lisplib: rename lisplib funtions to autoload prefix.Kaz Kylheku2022-02-181-1/+1
* lisplib: split lisplib_try_load into namespaces.Kaz Kylheku2022-02-181-1/+1
* New function: cat-files.Kaz Kylheku2022-02-132-0/+14
* doc: remove extraneous symbols from doc-syms.Paul A. Patience2022-02-121-17/+0
* WIP getopts: allow specifying arg names in help.Paul A. Patience2022-02-121-6/+27