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
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
listener: inform linenoise of incomplete syntax.
Kaz Kylheku
2017-06-16
1
-6
/
+19
*
New length method on structures.
Kaz Kylheku
2017-06-16
1
-2
/
+48
*
Support ref, refset on structs via lambda, lambda-set.
Kaz Kylheku
2017-06-16
1
-0
/
+18
*
ffi: copy-carray, hooked into copy.
Kaz Kylheku
2017-06-15
1
-0
/
+25
*
ffi: new put-carray and fill-carray functions.
Kaz Kylheku
2017-06-15
1
-0
/
+39
*
ffi: new integer-carray conversion functions.
Kaz Kylheku
2017-06-14
1
-0
/
+97
*
ffi: turn carray-sub into accessor.
Kaz Kylheku
2017-06-13
1
-1
/
+8
*
Version 178.
txr-178
Kaz Kylheku
2017-06-12
1
-2
/
+2
*
buf: new bufp function.
Kaz Kylheku
2017-06-12
1
-0
/
+16
*
awk macro: new fconv conversions c and cz.
Kaz Kylheku
2017-06-12
1
-3
/
+18
*
int-str: allow radix to be #\c for C conventions.
Kaz Kylheku
2017-06-12
1
-4
/
+28
*
doc: document bracket notation for carray and buf.
Kaz Kylheku
2017-06-12
1
-1
/
+25
*
ffi: add carrayp function.
Kaz Kylheku
2017-06-12
1
-0
/
+16
*
ffi: new carray-replace function.
Kaz Kylheku
2017-06-11
1
-0
/
+77
*
ffi: new function, carray-pun.
Kaz Kylheku
2017-06-11
1
-0
/
+38
*
ffi: handle sub operation in carray.
Kaz Kylheku
2017-06-11
1
-1
/
+90
*
ffi: support sel operation on carray.
Kaz Kylheku
2017-06-11
1
-7
/
+18
*
length function supports carray.
Kaz Kylheku
2017-06-11
1
-0
/
+6
*
doc: document length for buf.
Kaz Kylheku
2017-06-11
1
-10
/
+13
*
ffi: new carray-get and carray-put functions.
Kaz Kylheku
2017-06-10
1
-0
/
+62
*
doc: carray corrections.
Kaz Kylheku
2017-06-09
1
-7
/
+12
*
awk macro: fix broken rng.
Kaz Kylheku
2017-06-07
1
-0
/
+7
*
Version 177.
txr-177
Kaz Kylheku
2017-06-07
1
-2
/
+2
*
ffi: conform to GCC's bitfield layout algorithm.
Kaz Kylheku
2017-06-07
1
-44
/
+112
*
ffi: support bitfields on types narrower than int.
Kaz Kylheku
2017-06-06
1
-6
/
+87
*
buffers: improve put-buf and fill-buf.
Kaz Kylheku
2017-06-05
1
-21
/
+39
*
buffers: doc: put-buf, fill-buf.
Kaz Kylheku
2017-06-05
1
-0
/
+78
*
ffi: doc: endian types
Kaz Kylheku
2017-06-05
1
-0
/
+69
*
ffi: doc: align operator.
Kaz Kylheku
2017-06-05
1
-0
/
+45
*
ffi: use expressions for bit field width also.
Kaz Kylheku
2017-06-03
1
-4
/
+5
*
ffi: evaluate expressions in type notation.
Kaz Kylheku
2017-06-02
1
-10
/
+29
*
ffi: functions and macros for basic type properties.
Kaz Kylheku
2017-06-02
1
-10
/
+252
*
mkstring char argument is optional.
Kaz Kylheku
2017-06-01
1
-1
/
+5
*
ffi: new feature: enums.
Kaz Kylheku
2017-05-31
1
-0
/
+60
*
Refactoring hash bang support; hash bang null hack.
Kaz Kylheku
2017-05-30
1
-4
/
+182
*
command line: --eargs semantics change.
Kaz Kylheku
2017-05-30
1
-10
/
+26
*
New variable: *args-eff*.
Kaz Kylheku
2017-05-30
1
-7
/
+33
*
doc: grammar in ffi.
Kaz Kylheku
2017-05-26
1
-6
/
+7
*
doc: wrong word under ffi buf description.
Kaz Kylheku
2017-05-26
1
-1
/
+1
*
ffi: bitfield support.
Kaz Kylheku
2017-05-25
1
-0
/
+129
*
doc: clean up description of bident and lident.
Kaz Kylheku
2017-05-24
1
-7
/
+20
*
ffi: sanity check on object in ffi_val_get.
Kaz Kylheku
2017-05-24
1
-0
/
+6
*
doc: point out relationship between juxt and callf.
Kaz Kylheku
2017-05-24
1
-0
/
+22
*
doc: C code formatting issue.
Kaz Kylheku
2017-05-23
1
-2
/
+6
*
ffi: val type.
Kaz Kylheku
2017-05-23
1
-0
/
+18
*
Version 176.
txr-176
Kaz Kylheku
2017-05-21
1
-2
/
+2
*
Adding realpath function.
Kaz Kylheku
2017-05-21
1
-0
/
+25
*
Adding base-name and dir-name functions.
Kaz Kylheku
2017-05-21
1
-0
/
+79
*
doc: emphasize platform-independence of abs-path-p.
Kaz Kylheku
2017-05-21
1
-0
/
+5
*
ffi: new macro, deffi-var.
Kaz Kylheku
2017-05-20
1
-0
/
+44
[next]