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
...
*
itypes: avoid out of range literal.
Kaz Kylheku
2017-06-05
1
-2
/
+2
*
ffi: handle endian types as return values.
Kaz Kylheku
2017-06-05
1
-8
/
+120
*
ffi: handle misaligned access for arith types.
Kaz Kylheku
2017-06-05
1
-16
/
+81
*
ffi: big and little endian types.
Kaz Kylheku
2017-06-04
2
-0
/
+679
*
ffi: new type operator align for customizing alignment.
Kaz Kylheku
2017-06-04
2
-0
/
+75
*
streams: put-buf and fill-buf functions.
Kaz Kylheku
2017-06-04
4
-9
/
+129
*
ffi: use expressions for bit field width also.
Kaz Kylheku
2017-06-03
2
-5
/
+6
*
ffi: evaluate expressions in type notation.
Kaz Kylheku
2017-06-02
3
-25
/
+59
*
ffi: wrong indentation.
Kaz Kylheku
2017-06-02
1
-2
/
+2
*
ffi: functions and macros for basic type properties.
Kaz Kylheku
2017-06-02
5
-12
/
+349
*
ffi: don't allow size calculation of bitfield type.
Kaz Kylheku
2017-06-02
1
-0
/
+4
*
mkstring char argument is optional.
Kaz Kylheku
2017-06-01
3
-3
/
+8
*
ffi: new feature: enums.
Kaz Kylheku
2017-05-31
3
-0
/
+213
*
ffi: bugfix: basic type needs proper mark function.
Kaz Kylheku
2017-05-31
1
-5
/
+15
*
Refactoring hash bang support; hash bang null hack.
Kaz Kylheku
2017-05-30
6
-83
/
+252
*
command line: --eargs semantics change.
Kaz Kylheku
2017-05-30
4
-14
/
+30
*
New variable: *args-eff*.
Kaz Kylheku
2017-05-30
2
-10
/
+52
*
ffi: pad retval to ffi_arg size on all platforms.
Kaz Kylheku
2017-05-29
1
-4
/
+5
*
ffi: bugfix: null out return value to padded size.
Kaz Kylheku
2017-05-28
1
-1
/
+1
*
ffi: adapt to return value braindamage in libffi.
Kaz Kylheku
2017-05-28
1
-41
/
+301
*
make tests: remove failed .out.
Kaz Kylheku
2017-05-27
1
-1
/
+4
*
ffi: remove redundant flag calc in call wrapper.
Kaz Kylheku
2017-05-26
1
-1
/
+0
*
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
3
-26
/
+341
*
configure: detect endianness.
Kaz Kylheku
2017-05-25
1
-0
/
+37
*
ffi: bugfix: remove nil slots when making struct.
Kaz Kylheku
2017-05-25
1
-1
/
+2
*
ffi: bugfix: gc-correct handling of memb array.
Kaz Kylheku
2017-05-25
1
-2
/
+2
*
ffi: don't compile struct member type twice.
Kaz Kylheku
2017-05-25
1
-1
/
+1
*
ffi: bugfix: incorrect error throws in buf ops.
Kaz Kylheku
2017-05-25
1
-4
/
+4
*
ffi: precompute member offsets in struct type.
Kaz Kylheku
2017-05-25
1
-26
/
+14
*
ffi: use array for struct member description.
Kaz Kylheku
2017-05-24
1
-40
/
+56
*
ffi: bugfix: gc issue affecting cptr and carray.
Kaz Kylheku
2017-05-24
1
-15
/
+7
*
ffi: buffix: alignment still wrong for ptr types.
Kaz Kylheku
2017-05-24
1
-9
/
+4
*
ffi: eliminate overloading of mtypes member.
Kaz Kylheku
2017-05-24
1
-31
/
+31
*
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
4
-1
/
+27
*
bits: external linkage.
Kaz Kylheku
2017-05-24
2
-2
/
+2
*
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
3
-1
/
+39
*
Version 176.
txr-176
Kaz Kylheku
2017-05-21
7
-972
/
+1096
*
ffi: glob test: struct size on Linux and Cygwin.
Kaz Kylheku
2017-05-21
2
-22
/
+40
*
ffi: bugfix: revisit alignment.
Kaz Kylheku
2017-05-21
1
-30
/
+62
*
ffi: port glob tests to Darwin.
Kaz Kylheku
2017-05-21
2
-10
/
+28
*
Adding realpath function.
Kaz Kylheku
2017-05-21
3
-0
/
+60
*
Adding base-name and dir-name functions.
Kaz Kylheku
2017-05-21
4
-8
/
+166
*
doc: emphasize platform-independence of abs-path-p.
Kaz Kylheku
2017-05-21
2
-0
/
+8
*
ffi: add two tests based on realpath.
Kaz Kylheku
2017-05-20
2
-0
/
+14
*
ffi: add two tests based on glob function.
Kaz Kylheku
2017-05-20
4
-0
/
+45
[prev]
[next]