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
*
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
*
diff/isec: reset hash/tree iter instead making new.
Kaz Kylheku
2021-05-10
1
-2
/
+2
*
lib: remove spurious null statement.
Kaz Kylheku
2021-05-10
1
-1
/
+1
*
lib: basic support for trees as sequences.
Kaz Kylheku
2021-05-09
1
-23
/
+123
*
bug: join-with segfault on character separators.
Kaz Kylheku
2021-05-02
1
-1
/
+2
*
lib: document gc problem related to seq-begin.
Kaz Kylheku
2021-04-28
1
-0
/
+20
*
lib: remove internal use of seq_begin.
Kaz Kylheku
2021-04-28
1
-12
/
+16
*
seq-iter: gc issue.
Kaz Kylheku
2021-04-28
1
-1
/
+1
*
match-str: tests and bugfix.
Kaz Kylheku
2021-04-27
1
-1
/
+1
*
match-str: rewrite.
Kaz Kylheku
2021-04-27
1
-19
/
+101
*
match-str: return useful position instead of t.
Kaz Kylheku
2021-04-26
1
-2
/
+2
*
streams: revise stream-max-len over strings.
Kaz Kylheku
2021-04-17
1
-16
/
+19
*
debugging: disassemble vm code out of debugger.
Kaz Kylheku
2021-04-16
1
-0
/
+13
*
func-optparam-count: bugfix.
Kaz Kylheku
2021-04-03
1
-1
/
+1
*
lib: remove unnecessary braces in funcall FVM cases.
Kaz Kylheku
2021-03-25
1
-25
/
+15
*
cat-str: seq_iter conversion,
Kaz Kylheku
2021-03-14
1
-6
/
+19
*
lib: fix neglect to use self variable.
Kaz Kylheku
2021-03-14
1
-18
/
+18
*
lib: fix hard-coded cat-str in diagnostic.
Kaz Kylheku
2021-03-12
1
-2
/
+2
*
sort: bugfix: broken for vectors/strings.
Kaz Kylheku
2021-03-10
1
-1
/
+2
*
lib: new functions join, join-with.
Kaz Kylheku
2021-03-09
1
-3
/
+8
*
lib: defend against locale-specific wcstod.
Kaz Kylheku
2021-03-04
1
-2
/
+32
*
printer: lambda bugfix.
Kaz Kylheku
2021-02-12
1
-1
/
+1
*
multi-sort: bug: always return list of lists.
Kaz Kylheku
2021-02-07
1
-6
/
+13
*
lib: code review of get_special_slot uses.
Kaz Kylheku
2021-02-02
1
-24
/
+23
*
lib: fix crash in iterable and nullify.
Kaz Kylheku
2021-02-02
1
-1
/
+1
*
lib: get rid of alist_remove1 function.
Kaz Kylheku
2021-01-31
1
-6
/
+1
*
lazy-sub-str: bugfix: invalid substructure sharing.
Kaz Kylheku
2021-01-25
1
-1
/
+2
*
sub-str: compat check now restores 215 behavior.
Kaz Kylheku
2021-01-25
1
-1
/
+3
*
printer: do not render @(rcons ...) in .. notation.
Kaz Kylheku
2021-01-24
1
-2
/
+11
*
printer: do some streamlining.
Kaz Kylheku
2021-01-24
1
-26
/
+27
*
bugfix: several predicates return 1 instead of t.
Kaz Kylheku
2021-01-21
1
-13
/
+9
*
iter-step: don't step through improper list terminators.
Kaz Kylheku
2021-01-21
1
-1
/
+20
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
shuffle/nshuffle: take optional random state argument.
Kaz Kylheku
2020-12-29
1
-4
/
+4
*
shuffle/nshuffle: eliminate wasteful vector copy.
Kaz Kylheku
2020-12-29
1
-1
/
+1
[next]