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
/
lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tok-str: takes count argument.
Kaz Kylheku
2022-05-28
1
-1
/
+1
*
split-str: new count parameter.
Kaz Kylheku
2022-05-17
1
-1
/
+1
*
New function: isecp.
Kaz Kylheku
2022-03-30
1
-0
/
+1
*
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
*
Fix some issues found by ubsan.
Kaz Kylheku
2022-02-14
1
-0
/
+4
*
Few adjustments to no-implicit-conversion patch.
Kaz Kylheku
2022-02-14
1
-0
/
+6
*
New function: copy-cptr.
Kaz Kylheku
2022-01-28
1
-0
/
+1
*
Remove numerous unused global functions.
Kaz Kylheku
2022-01-23
1
-9
/
+0
*
lib: new functions nand, nor, nandf and norf.
Paul A. Patience
2022-01-22
1
-0
/
+2
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
num_ex: eliminate ill-considered cast.
Kaz Kylheku
2022-01-06
1
-1
/
+1
*
sysif: rlim constants: use signed/unsigned-agnostic macro.
Kaz Kylheku
2022-01-02
1
-0
/
+2
*
The pairlis function comes to TXR Lisp.
Kaz Kylheku
2021-12-22
1
-0
/
+1
*
New functions: subq, subql, subqual and subst.
Kaz Kylheku
2021-12-22
1
-0
/
+4
*
rot, nrot: new functions.
Kaz Kylheku
2021-12-07
1
-0
/
+2
*
tuples*: new function.
Kaz Kylheku
2021-12-04
1
-0
/
+1
*
New function: replace-env.
Kaz Kylheku
2021-09-25
1
-0
/
+1
*
gcc11: warnings related to struct args allocation..
Kaz Kylheku
2021-09-08
1
-0
/
+6
*
exceptions: hack to store errno in string object.
Kaz Kylheku
2021-09-07
1
-0
/
+2
*
string-finish: new function.
Kaz Kylheku
2021-09-07
1
-0
/
+1
*
string-extend: third optional argument.
Kaz Kylheku
2021-09-07
1
-1
/
+1
*
New function: delcons.
Kaz Kylheku
2021-09-02
1
-0
/
+1
*
seq_iter: fix gc issues.
Kaz Kylheku
2021-08-29
1
-1
/
+3
*
seq_iter: refactoring.
Kaz Kylheku
2021-08-29
1
-3
/
+9
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
lazy-stream-cons: control close throwing behavior.
Kaz Kylheku
2021-08-07
1
-1
/
+1
*
struct: get rid of pointer typedef.
Kaz Kylheku
2021-07-27
1
-2
/
+2
*
lib: default_arg_strict becomes macro.
Kaz Kylheku
2021-07-14
1
-4
/
+1
*
New functions: trim-short-suffix, trim-long-suffix.
Kaz Kylheku
2021-07-10
1
-0
/
+1
*
lib: new function separate.
Paul A. Patience
2021-07-09
1
-0
/
+1
*
defstruct: diagnose built-in type being redefined.
Kaz Kylheku
2021-07-09
1
-2
/
+1
*
type: disallow structs using built-in type names.
Kaz Kylheku
2021-07-08
1
-5
/
+22
*
type: MAXTYPE doesn't account for DARG.
Kaz Kylheku
2021-07-08
1
-1
/
+1
*
New function: find-true.
Kaz Kylheku
2021-06-29
1
-0
/
+1
*
parser: no string allocation when scanning floats.
Kaz Kylheku
2021-06-24
1
-0
/
+1
*
New: stack overflow protection.
Kaz Kylheku
2021-06-23
1
-1
/
+1
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
1
-1
/
+1
*
Dubious new functions cxr/cyr.
Kaz Kylheku
2021-06-21
1
-0
/
+2
*
lib: new function, fill-vec.
Kaz Kylheku
2021-06-08
1
-0
/
+1
*
json: functions put-json and put-jsonl.
Kaz Kylheku
2021-05-29
1
-0
/
+2
*
json: tojson function.
Kaz Kylheku
2021-05-28
1
-0
/
+1
*
lib: basic support for trees as sequences.
Kaz Kylheku
2021-05-09
1
-1
/
+3
*
lib: move TAG_PAIR out of arith.c.
Kaz Kylheku
2021-04-27
1
-0
/
+1
*
configure: remove LIT_ALIGN.
Kaz Kylheku
2021-04-20
1
-3
/
+3
*
Revert bogus LIT_ALIGN commit from 2015.
Kaz Kylheku
2021-04-20
1
-4
/
+1
*
lib: missing L prefix in literal.
Kaz Kylheku
2021-04-20
1
-1
/
+1
*
debugging: disassemble vm code out of debugger.
Kaz Kylheku
2021-04-16
1
-0
/
+1
*
lib: new functions join, join-with.
Kaz Kylheku
2021-03-09
1
-0
/
+1
*
lib: defend against locale-specific wcstod.
Kaz Kylheku
2021-03-04
1
-0
/
+2
[prev]
[next]