aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-18 08:31:25 +0000
committerantirez <antirez>2005-04-18 08:31:25 +0000
commitc2852ab7ad42b320fb64ba07fc644c5593c15adb (patch)
tree6203fe2f41e8561d62cc9a92a999658caa02ed16 /ChangeLog
parentcdb994e520658916f35015e6eacaf1a10a4f64ce (diff)
downloadjimtcl-c2852ab7ad42b320fb64ba07fc644c5593c15adb.zip
jimtcl-c2852ab7ad42b320fb64ba07fc644c5593c15adb.tar.gz
jimtcl-c2852ab7ad42b320fb64ba07fc644c5593c15adb.tar.bz2
First version of the Jim eventloop extension, exporting
[after], [vwait], and the C API to write other extensions using events. No win32 port for now, just posix. UDP extension will follow shortly and will be the first extension using the event loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfaa3cf..cfd8143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-04-13 21:57 patthoyts
+
+ * jim-win32.c: Added GetLastInputInfo API
+
+2005-04-13 21:54 patthoyts
+
+ * jim-win32api.c: Win32API module permits dynamic creation of Jim
+ commands that call into Win32 DLL functions. Its not complete and
+ at the moment only void or integer parameters are working.
+
+2005-04-13 21:50 patthoyts
+
+ * jimsh.c: JimGetExePath needs to be a _path_ not the file name.
+
+2005-04-12 14:36 antirez
+
+ * ChangeLog, jim-aio.c: AIO fix: the Id is not get with the
+ GetGlobalVar function.
+
2005-04-12 14:27 antirez
* ChangeLog, jim.c: string tolower/toupper support