summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-05 12:13:30 +0000
committerantirez <antirez>2005-03-05 12:13:30 +0000
commitf97a5a2903b3fbadb0dc0b10143bcf6200d6c937 (patch)
tree8af7219047a13b8a36b3feec17579864d5949b42 /ChangeLog
parentcace04153ec0bbeb804dea9ddf32595320b1cc39 (diff)
extern int errno declaration removed from the posix extension.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a90a4a..09ed3d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-03-05 11:45 patthoyts
+
+ * jim.c, jim.h: Added Jim_GetAssocData api. This for permitting
+ packages to register a data structure with a Jim interpreter.
+
+2005-03-05 10:46 antirez
+
+ * ChangeLog, jim.c, jim.h: removed strcasecmp() and isascii(). Now
+ the Jim core is fully ANSI-C excluding the [load] command. I plan
+ to add a JIM_FORCE_ANSIC ifdef to exclude the load command for
+ compilation.
+
2005-03-05 10:34 antirez
* AUTHORS, ChangeLog, README, jim.c, jim.h, test.tcl: [switch]