From bbd43ee01fce3a2b5284154c50dfc9994c913a29 Mon Sep 17 00:00:00 2001
From: Steve Bennett Since v0.63:
+$::platform_tcl() settings are now automatically determined
+
+Add aio $handle filename
+
+Add info channels
+ Since v0.62:
+ Returns a list of all open aio channels.
+
+ Returns the original filename associated with the handle.
+ Handles returned by socket give the socket type instead of a filename.
+
A call to update enters the eventloop to process expired events, but
- no new events. If idletasks is specified, only expired time events are handled,
- not file events.
+ no new events. If idletasks is specified, only expired time events are handled,
+ not file events.
Returns once handlers have been run for all expired events.
CHANGES
+
+ This variable is set by Jim as an array containing information + about the platform on which Jim was built. Currnetly this includes + os and platform.