index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
New: load can search multiple directories.
Kaz Kylheku
2022-04-25
1
-0
/
+1
*
compiler: package-manipulating top-level forms bug.
Kaz Kylheku
2022-03-31
1
-1
/
+2
*
New function: isecp.
Kaz Kylheku
2022-03-30
2
-6
/
+7
*
New FFI types str-s, bstr-s and wstr-s.
Kaz Kylheku
2022-03-21
1
-6
/
+9
*
ffi: support intmax-t and uintmax-t types.
Kaz Kylheku
2022-03-15
1
-8
/
+10
*
New GNU-themed quip.
Kaz Kylheku
2022-03-08
1
-0
/
+1
*
New function: group-map.
Kaz Kylheku
2022-03-02
1
-1
/
+2
*
Version 274.
txr-274
Kaz Kylheku
2022-02-24
1
-1
/
+1
*
opip: pass through forms in the op family.
Kaz Kylheku
2022-02-24
1
-1
/
+1
*
New list-builder method: oust.
Kaz Kylheku
2022-02-23
2
-4
/
+12
*
New function: partition-if.
Kaz Kylheku
2022-02-23
1
-0
/
+1
*
New functions: find-max-key and find-min-key.
Kaz Kylheku
2022-02-21
1
-0
/
+2
*
lisplib: rename lisplib funtions to autoload prefix.
Kaz Kylheku
2022-02-18
1
-1
/
+1
*
lisplib: split lisplib_try_load into namespaces.
Kaz Kylheku
2022-02-18
1
-1
/
+1
*
New function: cat-files.
Kaz Kylheku
2022-02-13
2
-0
/
+14
*
doc: remove extraneous symbols from doc-syms.
Paul A. Patience
2022-02-12
1
-17
/
+0
*
WIP getopts: allow specifying arg names in help.
Paul A. Patience
2022-02-12
1
-6
/
+27
*
getopts: print legend entries in canonical order.
Paul A. Patience
2022-02-12
1
-25
/
+26
*
getopts: include list/cumul subtypes in legend.
Paul A. Patience
2022-02-12
1
-1
/
+6
*
getopts: forbid :bool in list/cumul types.
Paul A. Patience
2022-02-12
1
-0
/
+2
*
macro-time: special op becomes a macro.
Kaz Kylheku
2022-02-12
1
-1
/
+1
*
matcher: fix `@{nil #/regex/}` throwing exception.
Paul A. Patience
2022-02-09
1
-2
/
+5
*
getopts: fix superfluous options header.
Paul A. Patience
2022-02-08
1
-24
/
+26
*
getopts: fix de trop descriptions of conventions.
Paul A. Patience
2022-02-08
1
-18
/
+20
*
getopts: conform undocumented opts to documented.
Paul A. Patience
2022-02-08
1
-2
/
+2
*
getopts: uniformize opthelp newlines and headers.
Paul A. Patience
2022-02-08
1
-3
/
+5
*
doc: fix various typos and stylistic issues.
Paul A. Patience
2022-02-06
1
-9
/
+9
*
getopt: opthelp: bind *stdout* to remove stream repetition.
Kaz Kylheku
2022-02-04
1
-15
/
+15
*
matcher: bug: quasiliteral allowing prefix matches.
Kaz Kylheku
2022-02-04
1
-3
/
+4
*
getopts: break up help into three functions.
Kaz Kylheku
2022-02-03
2
-71
/
+81
*
getopts: make detailed help notes optional.
Joe Bloggs
2022-02-03
1
-67
/
+68
*
quip: joke about dark mode.
Kaz Kylheku
2022-02-03
1
-0
/
+1
*
getopts: fix display of overlong-option help text.
Paul A. Patience
2022-02-02
1
-1
/
+3
*
getopts: fix ignored stream parameter in opthelp.
Paul A. Patience
2022-02-02
1
-14
/
+13
*
cadr: re-running gencadr.txr.
Kaz Kylheku
2022-01-30
1
-12
/
+13
*
conv: extra blank line removed.
Kaz Kylheku
2022-01-30
1
-1
/
+0
*
stdlib: missing blank line after copyright header.
Kaz Kylheku
2022-01-30
36
-0
/
+36
*
New function: random-sample.
Kaz Kylheku
2022-01-29
1
-2
/
+3
*
New function: copy-cptr.
Kaz Kylheku
2022-01-28
1
-0
/
+1
*
quips: new entry.
Kaz Kylheku
2022-01-25
1
-0
/
+1
*
lib: new functions nand, nor, nandf and norf.
Paul A. Patience
2022-01-22
1
-0
/
+4
*
compiler: optimize some typep expressions.
Kaz Kylheku
2022-01-21
1
-0
/
+12
*
typecase: merge with etypecase, handle t differnetly.
Kaz Kylheku
2022-01-21
1
-19
/
+21
*
type: new macro etypecase.
Paul A. Patience
2022-01-21
2
-0
/
+12
*
compiler: few more cases of ifq/ifql removal.
Kaz Kylheku
2022-01-18
1
-1
/
+10
*
New function: match-fboundp.
Kaz Kylheku
2022-01-17
1
-0
/
+1
*
keyparams: fix broken.
Kaz Kylheku
2022-01-17
1
-34
/
+21
*
quips: a turn toward the slightly macabre.
Kaz Kylheku
2022-01-17
1
-0
/
+1
*
compiler: two optimizations, motivated by optional params.
Kaz Kylheku
2022-01-14
1
-3
/
+15
*
typecase: return nil from formless clauses.
Paul A. Patience
2022-01-12
1
-1
/
+1
[next]