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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
int-str: 0x bug.
Kaz Kylheku
2021-08-13
1
-7
/
+8
*
lazy-stream-cons: control close throwing behavior.
Kaz Kylheku
2021-08-07
1
-7
/
+37
*
gc: problem in several object copying functions.
Kaz Kylheku
2021-07-29
1
-10
/
+3
*
subtypep: handle struct type objects.
Kaz Kylheku
2021-07-27
1
-4
/
+4
*
lib: correct remql's diagnostic name.
Paul A. Patience
2021-07-27
1
-1
/
+1
*
hash: change make_hash interface.
Kaz Kylheku
2021-07-22
1
-6
/
+7
*
hash: support both semantics of weak keys + values.
Kaz Kylheku
2021-07-21
1
-1
/
+0
*
compat: fix glaringly broken init-time handling.
Kaz Kylheku
2021-07-21
1
-0
/
+6
*
parse/eval: use weak-both hash tables.
Kaz Kylheku
2021-07-20
1
-0
/
+1
*
New functions: trim-short-suffix, trim-long-suffix.
Kaz Kylheku
2021-07-10
1
-0
/
+15
*
lib: new function separate.
Paul A. Patience
2021-07-09
1
-0
/
+83
*
lib: c++ fix.
Kaz Kylheku
2021-07-09
1
-1
/
+1
*
defstruct: diagnose built-in type being redefined.
Kaz Kylheku
2021-07-09
1
-6
/
+4
*
subtypep: handle COBJ inheritance.
Kaz Kylheku
2021-07-09
1
-10
/
+30
*
type: disallow structs using built-in type names.
Kaz Kylheku
2021-07-08
1
-66
/
+131
*
type: MAXTYPE doesn't account for DARG.
Kaz Kylheku
2021-07-08
1
-0
/
+1
*
packages: find-symbol behaving like find-symbol-fb.
Kaz Kylheku
2021-07-02
1
-11
/
+0
*
streams: tightening sloppy argument defaulting.
Kaz Kylheku
2021-07-01
1
-4
/
+4
*
New function: find-true.
Kaz Kylheku
2021-06-29
1
-0
/
+63
*
parser: no string allocation when scanning floats.
Kaz Kylheku
2021-06-24
1
-0
/
+25
*
New: stack overflow protection.
Kaz Kylheku
2021-06-23
1
-1
/
+4
*
lib: use existing self variable.
Kaz Kylheku
2021-06-23
1
-2
/
+2
*
cmp_str: whitespace.
Kaz Kylheku
2021-06-23
1
-37
/
+37
*
cyr: broken on 64 bit.
Kaz Kylheku
2021-06-23
1
-2
/
+3
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
1
-69
/
+87
*
lib: rmismatch tests and bugfix.
Kaz Kylheku
2021-06-22
1
-1
/
+1
*
lib: optimize mismatch, rmismatch for strings.
Kaz Kylheku
2021-06-22
1
-3
/
+46
*
Dubious new functions cxr/cyr.
Kaz Kylheku
2021-06-21
1
-0
/
+69
*
lib: remove useless coerce.
Kaz Kylheku
2021-06-21
1
-1
/
+1
*
reduce-left: rewrite using seq_iter.
Kaz Kylheku
2021-06-09
1
-6
/
+10
*
lib: new function, fill-vec.
Kaz Kylheku
2021-06-08
1
-0
/
+34
*
lib: oversight, neglected struct literal printing.
Kaz Kylheku
2021-06-03
1
-0
/
+3
*
json: fix quasiquote print-read consistency issue
Kaz Kylheku
2021-06-03
1
-10
/
+24
*
json: improve escaping for script tags.
Kaz Kylheku
2021-06-03
1
-1
/
+12
*
chr-iscntrl: recognize Unicode C0 and C1.
Kaz Kylheku
2021-06-01
1
-1
/
+7
*
json: turn on indentation.
Kaz Kylheku
2021-05-31
1
-12
/
+7
*
json: fix circular printing.
Kaz Kylheku
2021-05-31
1
-21
/
+34
*
json: functions put-json and put-jsonl.
Kaz Kylheku
2021-05-29
1
-2
/
+22
*
json: tojson must not add #J prefix.
Kaz Kylheku
2021-05-29
1
-18
/
+6
*
json: escape slash in </ sequence
Kaz Kylheku
2021-05-29
1
-0
/
+5
*
json: tojson function.
Kaz Kylheku
2021-05-28
1
-0
/
+21
*
json: indentation support for printing.
Kaz Kylheku
2021-05-28
1
-5
/
+47
*
json: printing support.
Kaz Kylheku
2021-05-28
1
-0
/
+183
*
window-map: broken :wrap and :reflect.
Kaz Kylheku
2021-05-25
1
-11
/
+21
*
lib: sys_rplacd misnamed parameter.
Kaz Kylheku
2021-05-14
1
-3
/
+3
*
cygwin: fix broken string catenation.
Kaz Kylheku
2021-05-12
1
-4
/
+4
*
tree: let tree-iter be iterable via generic iteration.
Kaz Kylheku
2021-05-12
1
-0
/
+10
*
tree: streamline iteration; provide high limit.
Kaz Kylheku
2021-05-11
1
-4
/
+4
*
tree: support indexing and range extraction.
Kaz Kylheku
2021-05-11
1
-0
/
+20
*
tree: copy-tree-iter function.
Kaz Kylheku
2021-05-10
1
-0
/
+2
[next]