summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-05 15:04:13 +0000
committerantirez <antirez>2005-03-05 15:04:13 +0000
commitda0295107f40efc0273a62127433093df38b9094 (patch)
tree3f8f43d2bea00403f219069ea6dea5a3465f7fd8 /ChangeLog
parent62bc04c7daad4a69e073d6a25c9c7af7185c682f (diff)
Solved a problem with Jim_Length()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a8790f..95b1c6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-05 16:01 antirez
+
+ * ChangeLog, Makefile, jim-aio.c, jim.c, jim.h: Initial version of
+ AIO (ANSI C I/O) extension added. Some bit of const safeness. A
+ new API function to get the object length, Jim_Length().
+
2005-03-05 13:22 antirez
* ChangeLog, jim-posix.c, jim-win32.c, jim-win32com.c, jim.c,