Changeset 15700
- Timestamp:
- 06/01/23 06:31:27 (4 months ago)
- Location:
- trunk/abcl
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r15670 r15700 15 15 \date{Version 1.9.2 DRAFT\\ 16 16 \smallskip 17 February 2023}17 Unreleased} 18 18 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 19 19 Alessio Stalla \and Ville Voutilainen} … … 1534 1534 \pageref{section:named-readtables} for further information. 1535 1535 1536 \item[\code{posix-syscalls}] Provides and demonstrates the 1537 scaffolding for extending the implementation by use of direct 1538 syscalls via the foreign function interface (FFI) afforded by 1539 the JNA library. Upon loading this system, new implementations 1540 of the \code{EXT:GETENV} and \code{UIOP/OS:GETENV} functions are 1541 installed which use FFI to directly call the \sc{posix} syscalls 1542 where available, which allows environment variables to be set. 1543 \index{POSIX-SYSCALLS} 1544 1536 1545 \end{description} 1537 1546 \end{description}
Note: See TracChangeset
for help on using the changeset viewer.