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
*
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
*
printer: no leading zeros in hex chars.
Kaz Kylheku
2020-11-17
1
-9
/
+6
*
env: move function to sysif.c
Kaz Kylheku
2020-10-16
1
-35
/
+1
*
time: move time functions out of lib.c into time.c.
Kaz Kylheku
2020-10-07
1
-454
/
+1
*
New function: reject.
Kaz Kylheku
2020-09-01
1
-0
/
+45
*
Remove unnecessary forward declarations.
Kaz Kylheku
2020-08-17
1
-2
/
+0
*
cygwin: bugs in string catenation and splitting.
Kaz Kylheku
2020-08-07
1
-4
/
+4
*
Change noreturn to NORETURN.
Kaz Kylheku
2020-08-07
1
-3
/
+3
*
New sspl function.
Kaz Kylheku
2020-07-22
1
-0
/
+5
*
Support weak semantics in symbol packages.
Kaz Kylheku
2020-07-12
1
-11
/
+12
*
iter_item: bugfix/omission.
Kaz Kylheku
2020-07-08
1
-0
/
+5
*
uref/qref: read-print consistency issue.
Kaz Kylheku
2020-07-08
1
-4
/
+12
*
uref/qref: printing bug.
Kaz Kylheku
2020-07-08
1
-1
/
+1
*
list_seq: return lazy list, not eager.
Kaz Kylheku
2020-07-08
1
-8
/
+18
*
New: protocol for iteration with structs.
Kaz Kylheku
2020-07-07
1
-26
/
+171
*
seq_iter: reverse order of some tests.
Kaz Kylheku
2020-07-06
1
-131
/
+129
*
New function: iterable.
Kaz Kylheku
2020-07-02
1
-4
/
+43
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-147
/
+198
*
New functions: list-seq, ved-seq and str-seq.
Kaz Kylheku
2020-06-28
1
-0
/
+46
*
itypes: remove silly itypes_little_endian.
Kaz Kylheku
2020-06-19
1
-1
/
+0
*
seq_iter_rewind: support iterables.
Kaz Kylheku
2020-06-05
1
-0
/
+31
*
nullify and empty: convert to seq_info.
Kaz Kylheku
2020-06-05
1
-67
/
+28
*
transpose: ensure variadic args are a list.
Kaz Kylheku
2020-06-05
1
-3
/
+3
*
seq_iter: support reverse iteration for ranges.
Kaz Kylheku
2020-06-04
1
-28
/
+110
*
seq_iter: null list object if rewind not needed.
Kaz Kylheku
2020-06-04
1
-6
/
+14
*
Convert mapping functions to new iterators.
Kaz Kylheku
2020-06-03
1
-39
/
+24
*
seq_iter: integers and ranges become iterable.
Kaz Kylheku
2020-06-03
1
-14
/
+172
*
New style iteration functions.
Kaz Kylheku
2020-06-02
1
-2
/
+109
*
Replace trivial format(nil, ...) with simpler ops.
Kaz Kylheku
2020-05-30
1
-0
/
+35
[next]