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
/
ffi.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bugfix: ffi-make-closure safe-p param.
Kaz Kylheku
2019-02-06
1
-1
/
+1
*
ffi: make-zstruct must ignore padding slots.
Kaz Kylheku
2019-02-06
1
-2
/
+4
*
ffi: whitespace fix.
Kaz Kylheku
2019-02-06
1
-1
/
+1
*
ffi: use enhanced 64 bit support in itypes.c.
Kaz Kylheku
2019-01-25
1
-155
/
+24
*
ffi: fix range checks in be/le i64 put ops.
Kaz Kylheku
2019-01-24
1
-4
/
+4
*
ffi: incorrect big endian int64 get.
Kaz Kylheku
2019-01-24
1
-2
/
+2
*
ffi: almost bug: 64 bit signed big/little endian type.
Kaz Kylheku
2019-01-23
1
-4
/
+4
*
Fix some instances of 4 bytes = 32 bits assumption.
Kaz Kylheku
2019-01-23
1
-8
/
+8
*
carray: fix vec/list conversion bug.
Kaz Kylheku
2019-01-17
1
-12
/
+30
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
ffi: arrays: be more forgiving of length mismatches.
Kaz Kylheku
2019-01-15
1
-9
/
+34
*
ffi: bugfix: char array shouldn't null terminate.
Kaz Kylheku
2019-01-15
1
-1
/
+3
*
ffi: remove useless loop.
Kaz Kylheku
2019-01-15
1
-12
/
+6
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-83
/
+96
*
Fix wrong uses of ~s for function name string.
Kaz Kylheku
2018-11-07
1
-7
/
+7
*
math: improve error diagnosis.
Kaz Kylheku
2018-11-07
1
-2
/
+2
*
ffi: use existing local instead of struct access.
Kaz Kylheku
2018-06-25
1
-4
/
+4
*
bugfix: include most negative two's in cnum range.
Kaz Kylheku
2018-04-29
1
-1
/
+1
*
args: overhaul for clarity and reduced consing.
Kaz Kylheku
2018-03-09
1
-1
/
+1
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
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
*
ffi: new FFI type I/O functions.
Kaz Kylheku
2017-08-16
1
-0
/
+45
*
ffi: new buf-carray function.
Kaz Kylheku
2017-08-08
1
-0
/
+9
*
ffi: add offset argument to ffi buffer functions.
Kaz Kylheku
2017-07-16
1
-26
/
+50
*
carray: add offset to carray-buf.
Kaz Kylheku
2017-07-15
1
-15
/
+31
*
Fix use of raw null constant in carray implementation.
Kaz Kylheku
2017-07-15
1
-1
/
+1
*
ffi: new function, zero-fill.
Kaz Kylheku
2017-07-09
1
-0
/
+33
*
ffi: new make-zstruct function and znew macro.
Kaz Kylheku
2017-07-02
1
-0
/
+45
*
ffi: new ffi-type-operator-p and ffi-type-p.
Kaz Kylheku
2017-06-30
1
-0
/
+18
*
ffi: fix more bugginess in struct bitfield allocation.
Kaz Kylheku
2017-06-29
1
-2
/
+2
*
ffi: make-union can initialize.
Kaz Kylheku
2017-06-29
1
-3
/
+12
*
ffi: fix union printing as struct.
Kaz Kylheku
2017-06-29
1
-1
/
+1
*
ffi: fix bool printing as integer type.
Kaz Kylheku
2017-06-29
1
-1
/
+1
*
ffi: reject bitfields as arguments or return values.
Kaz Kylheku
2017-06-29
1
-0
/
+6
*
ffi: tighten syntax validation in type compiler.
Kaz Kylheku
2017-06-29
1
-2
/
+46
*
ffi: new enumed type operator: enums with base type.
Kaz Kylheku
2017-06-27
1
-1
/
+13
*
ffi: prepare for variably sized enum implementation.
Kaz Kylheku
2017-06-27
1
-17
/
+26
*
ffi: bugfix: diagnostic problems in enum put.
Kaz Kylheku
2017-06-27
1
-6
/
+8
*
ffi: add missing rput/rget ops for big endian.
Kaz Kylheku
2017-06-27
1
-0
/
+35
*
ffi: fix incorrect null-terminated array in op.
Kaz Kylheku
2017-06-27
1
-3
/
+4
*
ffi: bugfix: varray alloc not accounting for null term.
Kaz Kylheku
2017-06-26
1
-1
/
+1
*
ffi: bugfix: null-terminated zarray in semantics.
Kaz Kylheku
2017-06-26
1
-1
/
+1
*
ffi: fix leak in new union code.
Kaz Kylheku
2017-06-25
1
-1
/
+1
*
ffi: fix incorrect cptr type tag implementation.
Kaz Kylheku
2017-06-24
1
-6
/
+14
*
ffi: fix memory leak regression.
Kaz Kylheku
2017-06-24
1
-0
/
+3
*
ffi: provide longlong and ulonglong types.
Kaz Kylheku
2017-06-24
1
-0
/
+4
*
ffi: elide useless by-value in calls.
Kaz Kylheku
2017-06-24
1
-11
/
+16
[prev]
[next]