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
...
*
doc: attempt to clarify continuations.
Kaz Kylheku
2017-12-14
1
-18
/
+85
*
doc: example formatting under tuples.
Kaz Kylheku
2017-12-14
1
-1
/
+2
*
doc: severe formatting problem under int-str.
Kaz Kylheku
2017-12-14
1
-2
/
+2
*
doc: mapcar heading problem.
Kaz Kylheku
2017-12-14
1
-1
/
+1
*
Structure delegate streams documented.
Kaz Kylheku
2017-12-14
1
-0
/
+446
*
New feature: structure delegate streams.
Kaz Kylheku
2017-12-08
8
-13
/
+434
*
trace: bugfix: spurious "previously traced" warning
Kaz Kylheku
2017-12-08
1
-2
/
+2
*
hash tables: now default to :equal-based.
Kaz Kylheku
2017-12-06
3
-39
/
+114
*
prof: deal with overflowing mem counters.
Kaz Kylheku
2017-12-04
2
-2
/
+19
*
args: redesign args extractor to just use array.
Kaz Kylheku
2017-12-04
3
-50
/
+27
*
hash: use new args keyword extraction mechanism.
Kaz Kylheku
2017-12-01
1
-6
/
+8
*
args: keyword extraction mechanism.
Kaz Kylheku
2017-12-01
2
-0
/
+94
*
Rewrite internal mapping function.
Kaz Kylheku
2017-11-30
1
-4
/
+21
*
bugfix: code-walk the result of a declined macro.
Kaz Kylheku
2017-11-29
1
-2
/
+3
*
macros: expand declined form in outer env.
Kaz Kylheku
2017-11-24
4
-1
/
+63
*
Fix quoted function name in unsupported object errors.
Kaz Kylheku
2017-11-23
1
-11
/
+17
*
New function: grade.
Kaz Kylheku
2017-11-23
4
-0
/
+90
*
lastcons: streamline.
Kaz Kylheku
2017-11-22
1
-1
/
+1
*
bugfix: tail handles improper list.
Kaz Kylheku
2017-11-22
1
-1
/
+1
*
doc: re-doc append, split off append*.
Kaz Kylheku
2017-11-22
1
-26
/
+134
*
bugfix: two issues in mappend* and append*.
Kaz Kylheku
2017-11-21
1
-29
/
+23
*
Version 187.
txr-187
Kaz Kylheku
2017-11-17
6
-6
/
+55
*
doc: pos-max, find-max: notes about multiple maxima.
Kaz Kylheku
2017-11-16
1
-0
/
+25
*
Use fixnum indices for vector iteration.
Kaz Kylheku
2017-11-16
1
-41
/
+51
*
pos-max: rewrite.
Kaz Kylheku
2017-11-16
1
-18
/
+48
*
find-max: bugfix for zero length vectors.
Kaz Kylheku
2017-11-15
1
-10
/
+15
*
pos-if, rpos-if: rewrite.
Kaz Kylheku
2017-11-15
1
-25
/
+72
*
posq, posql, posqual, rposq, rposql, rposqual: rewrite
Kaz Kylheku
2017-11-15
1
-93
/
+30
*
pos, rpos: rewrite with seq_info.
Kaz Kylheku
2017-11-15
1
-57
/
+88
*
rfind-if: optimized rewrite and hash support.
Kaz Kylheku
2017-11-15
2
-10
/
+60
*
find-if: optimized rewrite and hash support.
Kaz Kylheku
2017-11-15
2
-10
/
+63
*
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
[prev]
[next]