summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_semantics.html (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2023-08-211-2/+2
|\
| * Update documentation for switch to rolling releases.Mike Pall2023-08-211-2/+2
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-2/+2
|\|
| * Bump copyright date.Mike Pall2023-08-201-2/+2
* | Merge branch 'master' into v2.1Mike Pall2022-09-131-2/+0
|\|
| * Remove dead Wiki links.Mike Pall2022-09-131-2/+0
* | Merge branch 'master' into v2.1Mike Pall2022-06-231-29/+29
|\|
| * Grammar and spell check.Mike Pall2022-06-231-29/+29
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-2/+2
|\|
| * Bump copyright date.Mike Pall2022-01-151-2/+2
* | String buffers, part 1: object serialization.Mike Pall2021-03-251-0/+2
* | Upgrade docs to HTML5. It's about time.Mike Pall2021-03-251-2/+2
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-2/+2
|\|
| * Bump copyright date.Mike Pall2021-01-021-2/+2
* | Merge branch 'master' into v2.1Mike Pall2020-10-121-2/+2
|\|
| * Minor changes and https-ify links.Mike Pall2020-10-121-2/+2
* | Merge branch 'master' into v2.1Mike Pall2020-07-121-1/+1
|\|
* | Merge branch 'master' into v2.1Mike Pall2020-01-261-8/+3
|\|
| * Documentation cleanup.Mike Pall2020-01-261-8/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-2/+2
|\|
| * Bump copyright date.Mike Pall2020-01-201-2/+2
* | Merge branch 'master' into v2.1Mike Pall2018-04-251-3/+2
|\|
| * Bump copyright date to 2018.Mike Pall2018-04-251-3/+2
* | Merge branch 'master' into v2.1Mike Pall2017-08-181-1/+1
|\|
| * Use https for freelists.org links.Mike Pall2017-08-181-1/+1
* | FFI: Update docs on compiler limitations.Mike Pall2017-05-011-2/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-2/+2
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-2/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-2/+2
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-2/+2
* | FFI: Add ssize_t declaration.Mike Pall2015-09-201-0/+2
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-2/+2
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-2/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-2/+2
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-2/+2
* | Merge branch 'master' into v2.1Mike Pall2013-11-161-1/+3
|\|
| * FFI: Clarify ffi.cdef behavior.Mike Pall2013-11-161-1/+3
* | Low-overhead profiler, part 6: documentation.Mike Pall2013-09-101-0/+2
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-3/+2
* | FFI: Add 64 bit bitwise operations.Mike Pall2013-03-141-1/+16
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-2/+2
* FFI: Change priority of table initializer variants for structs.Mike Pall2012-11-151-7/+7
* FFI: Clarify callback docs.Mike Pall2012-11-071-6/+7
* FFI: Mention __thiscall attribute in docs.Mike Pall2012-11-071-3/+3
* Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2012-10-211-0/+16
* Documentation cleanup and reorganization.Mike Pall2012-10-141-2/+2
* Documentation layout changes.Mike Pall2012-10-141-2/+1
* FFI: Update docs on FFI semantics.Mike Pall2012-10-101-10/+51
* FFI: Compile array/struct copies.Mike Pall2012-10-091-1/+0
* FFI: Add support for copy constructors.Mike Pall2012-10-081-2/+3