summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-09 07:19:41 +0000
committerantirez <antirez>2005-03-09 07:19:41 +0000
commit84dcf68e1127c62feaaea63ccf88f6fc50764311 (patch)
treef2c9a17363c76981e293fe06613d81f7bfeb6a11 /ChangeLog
parenta0944453b0c6b1ef1f83713708cb41dd50e21925 (diff)
An initial [format] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebab147..b03a796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-08 18:06 antirez
+
+ * ChangeLog, jim.c, jim.h, jimsh.c: Did some fix in jimsh.c,
+ exported some more API function to set variables and global
+ variables using a string C as name instead of a Jim_Obj. This is
+ more handy in mani conditions.
+
2005-03-08 16:10 patthoyts
* bench.tcl, jim.c, jim.h: JIM_VERSION is to be an integer value