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
Commit message (
Expand
)
Author
Age
Files
Lines
*
find-max: tiny optimization for vectors.
Kaz Kylheku
2017-11-15
1
-1
/
+1
*
doc: subtypep unspecified behavior
Kaz Kylheku
2017-11-14
1
-0
/
+3
*
awk: replace set-diff uses with diff.
Kaz Kylheku
2017-11-01
1
-4
/
+4
*
streams: allow "b" flag on open-command.
Kaz Kylheku
2017-10-30
3
-3
/
+20
*
doc: wording under eq.
Kaz Kylheku
2017-10-30
1
-1
/
+1
*
doc: wrong wording under put-buf.
Kaz Kylheku
2017-10-30
1
-1
/
+1
*
genvim: % is constituent of identifiers.
Kaz Kylheku
2017-10-30
1
-1
/
+1
*
awk: implement ranges right using functions.
Kaz Kylheku
2017-10-29
3
-74
/
+133
*
New convenience I/O functions for buffers.
Kaz Kylheku
2017-10-27
3
-0
/
+101
*
awk: more range test cases.
Kaz Kylheku
2017-10-27
2
-1
/
+7
*
awk: fix buggy handling of new -- ranges.
Kaz Kylheku
2017-10-27
1
-21
/
+17
*
carray: check type object in several API functions.
Kaz Kylheku
2017-10-26
1
-4
/
+4
*
carray: bugfix: allow negative indexing in ref operation.
Kaz Kylheku
2017-10-26
1
-0
/
+3
*
doc: grammar in description of rr.
Kaz Kylheku
2017-10-26
1
-1
/
+1
*
doc: partition function: syntax formatting
Kaz Kylheku
2017-10-26
1
-1
/
+1
*
op/do: nice error if arguments are not provided.
Kaz Kylheku
2017-10-26
1
-0
/
+2
*
awk: bugfix: lack of hygiene in range implementation.
Kaz Kylheku
2017-10-26
1
-9
/
+10
*
awk: retrieve range flag vector once per iteration.
Kaz Kylheku
2017-10-25
1
-4
/
+6
*
awk: five new range operators.
Kaz Kylheku
2017-10-25
4
-59
/
+301
*
caseq, caseql, casequal: improvement in expansion.
Kaz Kylheku
2017-10-25
1
-0
/
+3
*
Makefile: further improvement of tests.
Kaz Kylheku
2017-10-25
1
-32
/
+34
*
Makefile: fix silliness in "tests" target.
Kaz Kylheku
2017-10-25
1
-10
/
+5
*
Makefile: improve command abbreviation.
Kaz Kylheku
2017-10-25
1
-4
/
+8
*
hash: optimization in remhash.
Kaz Kylheku
2017-10-23
1
-4
/
+8
*
hash: fix broken copy_hash.
Kaz Kylheku
2017-10-23
1
-1
/
+15
*
hash: remove pointless nullify ops.
Kaz Kylheku
2017-10-23
1
-4
/
+0
*
New variant of op: lop.
Kaz Kylheku
2017-10-19
3
-6
/
+107
*
find_max: convert to use seq_info.
Kaz Kylheku
2017-10-13
1
-20
/
+17
*
rfind: rewrite to be like find.
Kaz Kylheku
2017-10-13
1
-11
/
+48
*
find: convert to seq_info classification.
Kaz Kylheku
2017-10-13
1
-44
/
+36
*
tprint and -t option: handle infinite list.
Kaz Kylheku
2017-10-12
2
-14
/
+41
*
Fixes in partition, partition*, split and split*.
Kaz Kylheku
2017-09-29
2
-116
/
+111
*
Makefile: clean temporary file used in testing.
Kaz Kylheku
2017-09-28
1
-0
/
+1
*
Makefile: print failing command in condensed mode.
Kaz Kylheku
2017-09-28
1
-63
/
+82
*
cleanup: remove unnecessary header includes.
Kaz Kylheku
2017-09-19
4
-7
/
+0
*
Version 186.
txr-186
Kaz Kylheku
2017-09-16
6
-472
/
+522
*
places: use Lisp-1 macroexpansion where needed.
Kaz Kylheku
2017-09-15
1
-2
/
+2
*
doc: issues in qquote example.
Kaz Kylheku
2017-09-14
1
-2
/
+2
*
doc: improve example under regsub
Kaz Kylheku
2017-09-14
1
-1
/
+1
*
doc: grammar under make-zstruct.
Kaz Kylheku
2017-09-14
1
-1
/
+1
*
doc: move away from "text processing".
Kaz Kylheku
2017-09-14
1
-7
/
+6
*
doc: mention FFI early.
Kaz Kylheku
2017-09-14
1
-0
/
+3
*
bugfix: fixnum crackdown.
Kaz Kylheku
2017-09-13
5
-26
/
+54
*
regex: bugfix: squash duplicates in move set.
Kaz Kylheku
2017-09-13
1
-2
/
+1
*
regex: factor out repeated visit-coloring pattern.
Kaz Kylheku
2017-09-13
1
-13
/
+15
*
regex: re-introduce nfa_accept states.
Kaz Kylheku
2017-09-13
1
-13
/
+14
*
doc: more notes on regex % operator syntax.
Kaz Kylheku
2017-09-12
1
-0
/
+34
*
regex: retain unoptimized form for printing.
Kaz Kylheku
2017-09-12
1
-5
/
+1
*
regex: bug printing #/abc(def|ghi)/
Kaz Kylheku
2017-09-12
1
-1
/
+1
*
regex: accept-folding optimization.
Kaz Kylheku
2017-09-12
1
-0
/
+23
[next]