summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-12 09:18:52 +0000
committerantirez <antirez>2005-03-12 09:18:52 +0000
commit6608136e6de05503dc2ce737219a963643af4674 (patch)
tree2658899229695b8a59dbda16d73da0818188192b /ChangeLog
parentf1e1b73dd2a1d11eb1f9bf1b6380e9f0d5255fab (diff)
Added the Jim_FreeNewObj() macro to free objects with refcount == 0
instead to call Jim_IncrRefCount + Jim_DecrRefCount(), or directly Jim_FreeObj(). Code modified accordingly where needed. Make test + valgrind test passed after the change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d173c12..a1f0bbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-12 09:52 antirez
+
+ * ChangeLog, README, jim.c: It's now possible to exclude
+ compilation of dynamic loaded libraries commenting the JIM_DYNLIB
+ define from the first lines of jim.c.
+
2005-03-12 07:43 antirez
* ChangeLog, jim.c: Modified Jim_Free() to be more strict, now it