summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* getopts: print legend entries in canonical order.Paul A. Patience2022-02-121-25/+26
* getopts: include list/cumul subtypes in legend.Paul A. Patience2022-02-121-1/+6
* getopts: forbid :bool in list/cumul types.Paul A. Patience2022-02-121-0/+2
* macro-time: special op becomes a macro.Kaz Kylheku2022-02-121-1/+1
* matcher: fix `@{nil #/regex/}` throwing exception.Paul A. Patience2022-02-091-2/+5
* getopts: fix superfluous options header.Paul A. Patience2022-02-081-24/+26
* getopts: fix de trop descriptions of conventions.Paul A. Patience2022-02-081-18/+20
* getopts: conform undocumented opts to documented.Paul A. Patience2022-02-081-2/+2
* getopts: uniformize opthelp newlines and headers.Paul A. Patience2022-02-081-3/+5
* doc: fix various typos and stylistic issues.Paul A. Patience2022-02-061-9/+9
* getopt: opthelp: bind *stdout* to remove stream repetition.Kaz Kylheku2022-02-041-15/+15
* matcher: bug: quasiliteral allowing prefix matches.Kaz Kylheku2022-02-041-3/+4
* getopts: break up help into three functions.Kaz Kylheku2022-02-032-71/+81
* getopts: make detailed help notes optional.Joe Bloggs2022-02-031-67/+68
* quip: joke about dark mode.Kaz Kylheku2022-02-031-0/+1
* getopts: fix display of overlong-option help text.Paul A. Patience2022-02-021-1/+3
* getopts: fix ignored stream parameter in opthelp.Paul A. Patience2022-02-021-14/+13
* cadr: re-running gencadr.txr.Kaz Kylheku2022-01-301-12/+13
* conv: extra blank line removed.Kaz Kylheku2022-01-301-1/+0
* stdlib: missing blank line after copyright header.Kaz Kylheku2022-01-3036-0/+36
* New function: random-sample.Kaz Kylheku2022-01-291-2/+3
* New function: copy-cptr.Kaz Kylheku2022-01-281-0/+1
* quips: new entry.Kaz Kylheku2022-01-251-0/+1
* lib: new functions nand, nor, nandf and norf.Paul A. Patience2022-01-221-0/+4
* compiler: optimize some typep expressions.Kaz Kylheku2022-01-211-0/+12
* typecase: merge with etypecase, handle t differnetly.Kaz Kylheku2022-01-211-19/+21
* type: new macro etypecase.Paul A. Patience2022-01-212-0/+12
* compiler: few more cases of ifq/ifql removal.Kaz Kylheku2022-01-181-1/+10