diff --git a/src/doc/new-doc/extensions/ffi_uffi.txi b/src/doc/new-doc/extensions/ffi_uffi.txi index c83dcec8b..51c3e53d5 100644 --- a/src/doc/new-doc/extensions/ffi_uffi.txi +++ b/src/doc/new-doc/extensions/ffi_uffi.txi @@ -14,7 +14,6 @@ @subsubsection Primitive Types @cindex Foreign primitive types -@subsubheading Overview Primitive types have a single value, these include characters, numbers, and pointers. They are all symbols in the keyword package. diff --git a/src/doc/status.org b/src/doc/status.org index f178b53e2..7e111dc67 100644 --- a/src/doc/status.org +++ b/src/doc/status.org @@ -40,12 +40,12 @@ Many nodes, moderate amount of content (deviations from the standard) * Extensions - [ ] System building (ASDF, builder) - [ ] OS interface -- [-] FFI +- [X] FFI - [X] General info and examples - [X] SFFI :: Static FFI - - [ ] LFFI :: Library FFI :: (?) /dlopen etc./ - - [ ] DFFI :: Dynamic FFI - - [ ] UFFI +# - [ ] LFFI :: Library FFI :: (?) /dlopen etc./ +# - [ ] DFFI :: Dynamic FFI + - [X] UFFI - [ ] Multithreading - [ ] Signals and Interrupts - [ ] Networking