summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ffi: new type operator align for customizing alignment.Kaz Kylheku2017-06-042-0/+75
* streams: put-buf and fill-buf functions.Kaz Kylheku2017-06-044-9/+129
* ffi: use expressions for bit field width also.Kaz Kylheku2017-06-032-5/+6
* ffi: evaluate expressions in type notation.Kaz Kylheku2017-06-023-25/+59
* ffi: wrong indentation.Kaz Kylheku2017-06-021-2/+2
* ffi: functions and macros for basic type properties.Kaz Kylheku2017-06-025-12/+349
* ffi: don't allow size calculation of bitfield type.Kaz Kylheku2017-06-021-0/+4
* mkstring char argument is optional.Kaz Kylheku2017-06-013-3/+8
* ffi: new feature: enums.Kaz Kylheku2017-05-313-0/+213
* ffi: bugfix: basic type needs proper mark function.Kaz Kylheku2017-05-311-5/+15
* Refactoring hash bang support; hash bang null hack.Kaz Kylheku2017-05-306-83/+252
* command line: --eargs semantics change.Kaz Kylheku2017-05-304-14/+30
* New variable: *args-eff*.Kaz Kylheku2017-05-302-10/+52
* ffi: pad retval to ffi_arg size on all platforms.Kaz Kylheku2017-05-291-4/+5
* ffi: bugfix: null out return value to padded size.Kaz Kylheku2017-05-281-1/+1
* ffi: adapt to return value braindamage in libffi.Kaz Kylheku2017-05-281-41/+301
* make tests: remove failed .out.Kaz Kylheku2017-05-271-1/+4
* ffi: remove redundant flag calc in call wrapper.Kaz Kylheku2017-05-261-1/+0
* doc: grammar in ffi.Kaz Kylheku2017-05-261-6/+7
* doc: wrong word under ffi buf description.Kaz Kylheku2017-05-261-1/+1
* ffi: bitfield support.Kaz Kylheku2017-05-253-26/+341
* configure: detect endianness.Kaz Kylheku2017-05-251-0/+37
* ffi: bugfix: remove nil slots when making struct.Kaz Kylheku2017-05-251-1/+2
* ffi: bugfix: gc-correct handling of memb array.Kaz Kylheku2017-05-251-2/+2
* ffi: don't compile struct member type twice.Kaz Kylheku2017-05-251-1/+1
* ffi: bugfix: incorrect error throws in buf ops.Kaz Kylheku2017-05-251-4/+4
* ffi: precompute member offsets in struct type.Kaz Kylheku2017-05-251-26/+14
* ffi: use array for struct member description.Kaz Kylheku2017-05-241-40/+56
* ffi: bugfix: gc issue affecting cptr and carray.Kaz Kylheku2017-05-241-15/+7
* ffi: buffix: alignment still wrong for ptr types.Kaz Kylheku2017-05-241-9/+4
* ffi: eliminate overloading of mtypes member.Kaz Kylheku2017-05-241-31/+31
* doc: clean up description of bident and lident.Kaz Kylheku2017-05-241-7/+20
* ffi: sanity check on object in ffi_val_get.Kaz Kylheku2017-05-244-1/+27
* bits: external linkage.Kaz Kylheku2017-05-242-2/+2
* doc: point out relationship between juxt and callf.Kaz Kylheku2017-05-241-0/+22
* doc: C code formatting issue.Kaz Kylheku2017-05-231-2/+6
* ffi: val type.Kaz Kylheku2017-05-233-1/+39
* Version 176.txr-176Kaz Kylheku2017-05-217-972/+1096
* ffi: glob test: struct size on Linux and Cygwin.Kaz Kylheku2017-05-212-22/+40
* ffi: bugfix: revisit alignment.Kaz Kylheku2017-05-211-30/+62
* ffi: port glob tests to Darwin.Kaz Kylheku2017-05-212-10/+28
* Adding realpath function.Kaz Kylheku2017-05-213-0/+60
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-214-8/+166
* doc: emphasize platform-independence of abs-path-p.Kaz Kylheku2017-05-212-0/+8
* ffi: add two tests based on realpath.Kaz Kylheku2017-05-202-0/+14
* ffi: add two tests based on glob function.Kaz Kylheku2017-05-204-0/+45
* Removing RPM spec file.Kaz Kylheku2017-05-201-38/+0
* ffi: new macro, deffi-var.Kaz Kylheku2017-05-203-1/+61
* doc: reorder typedef and deffi-cb sections.Kaz Kylheku2017-05-201-21/+21
* ffi: deffi generates fixed-arg defun.Kaz Kylheku2017-05-201-10/+10