runtime/ed-ffi.scm: Update.
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 26 Jul 2016 23:32:20 +0000 (16:32 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 29 Jul 2016 07:08:32 +0000 (00:08 -0700)
src/runtime/ed-ffi.scm

index cdf5309d35c9a79f165f2d5cc53646e532f04fda..7f15cf7e0808044fac66578f5d0724a4b4a4cf2d 100644 (file)
@@ -41,6 +41,7 @@ USA.
     ("chrset"  (runtime character-set))
     ("chrsyn"  (runtime char-syntax))
     ("codwlk"  (runtime scode-walker))
+    ("condvar" (runtime thread condition-variable))
     ("conpar"  (runtime continuation-parser))
     ("contin"  (runtime continuation))
     ("cpoint"  (runtime control-point))
@@ -51,15 +52,22 @@ USA.
     ("dbgutl"  (runtime debugger-utilities))
     ("debug"   (runtime debugger))
     ("defstr"  (runtime syntax defstruct))
+    ("division"        (runtime integer-division))
+    ("dospth"  (runtime pathname dos))
+    ("dosprm"  ())
+    ("dosproc" (runtime))
     ("dospth"  (runtime pathname dos))
     ("dragon4" (runtime number))
+    ("dynamic" (runtime dynamic))
     ("emacs"   (runtime emacs-interface))
     ("equals"  (runtime equality))
     ("error"   (runtime error-handler))
     ("events"  (runtime event-distributor))
     ("ffi"     (runtime ffi))
+    ("file-attributes" (runtime parser file-attributes))
     ("fileio"  (runtime file-i/o-port))
     ("fixart"  (runtime fixnum-arithmetic))
+    ("floenv"  (runtime floating-point-environment))
     ("format"  (runtime format))
     ("framex"  (runtime debugging-info))
     ("gc"      (runtime garbage-collector))
@@ -85,12 +93,14 @@ USA.
     ("http-client" (runtime http-client))
     ("http-syntax" (runtime http-syntax))
     ("httpio"  (runtime http-i/o))
-    ("illdef"  (runtime illegal-definitions))
+    ("ieee754" ())
     ("infstr"  (runtime compiler-info))
     ("infutl"  (runtime compiler-info))
     ("input"   (runtime input-port))
+    ("integer-bits" (runtime integer-bits))
     ("intrpt"  (runtime interrupt-handler))
     ("io"      (runtime primitive-io))
+    ("keyword" (runtime keyword))
     ("krypt"   (runtime krypt))
     ("kryptdum"        (runtime krypt))
     ("lambda"  (runtime lambda-abstraction))
@@ -98,6 +108,7 @@ USA.
     ("lambdx"  (runtime alternative-lambda))
     ("list"    (runtime list))
     ("load"    (runtime load))
+    ("make"    ())
     ("mime-codec" (runtime mime-codec))
     ("mit-macros" (runtime mit-macros))
     ("mit-syntax" (runtime syntax mit))
@@ -107,6 +118,7 @@ USA.
     ("numint"  (runtime number interface))
     ("numpar"  (runtime number-parser))
     ("option"  (runtime options))
+    ("optiondb"        ())
     ("ordvec"  (runtime ordered-vector))
     ("output"  (runtime output-port))
     ("packag"  (package))
@@ -141,6 +153,8 @@ USA.
     ("sdata"   (runtime scode-data))
     ("sfile"   (runtime simple-file-ops))
     ("socket"  (runtime socket))
+    ("srfi-1"  (runtime srfi-1))
+    ("stack-sample" (runtime stack-sampler))
     ("starbase"        (runtime starbase-graphics))
     ("stream"  (runtime stream))
     ("string"  (runtime string))
@@ -152,9 +166,9 @@ USA.
     ("syntax"  (runtime syntax top-level))
     ("syntax-check" (runtime syntax check))
     ("syntax-classify" (runtime syntax classify))
+    ("syntax-compile" (runtime syntax compile))
     ("syntax-declaration" (runtime syntax declaration))
     ("syntax-definitions" (runtime syntax definitions))
-    ("syntax-compile" (runtime syntax compile))
     ("syntax-environment" (runtime syntax environment))
     ("syntax-items" (runtime syntax items))
     ("syntax-output" (runtime syntax output))
@@ -164,6 +178,9 @@ USA.
     ("sysmac"  (runtime system-macros))
     ("system"  (runtime system))
     ("thread"  (runtime thread))
+    ("thread-barrier" (runtime thread barrier))
+    ("thread-low" (runtime thread))
+    ("thread-queue" (runtime thread-queue))
     ("tscript" (runtime transcript))
     ("ttyio"   (runtime console-i/o-port))
     ("tvector" (runtime tagged-vector))
@@ -184,7 +201,9 @@ USA.
     ("vector"  (runtime vector))
     ("version" (runtime))
     ("where"   (runtime environment-inspector))
+    ("w32-registry" (runtime win32-registry))
     ("wind"    (runtime state-space))
+    ("world-report" (runtime world-report))
     ("wrkdir"  (runtime working-directory))
     ("wttree"  (runtime wt-tree))
     ("x11graph"        (runtime X-graphics))