summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-11-18 17:23:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-11-18 17:23:02 (GMT)
commit1af23392dd3eb0103a5f38c248eceecc5a86ac63 (patch)
tree2bab9b8db022d97035b87eaa5a7cfa738f60183f /ChangeLog
parent65b8110408a9e9de87923320659674a3871d9ea5 (diff)
downloadtcl-1af23392dd3eb0103a5f38c248eceecc5a86ac63.zip
tcl-1af23392dd3eb0103a5f38c248eceecc5a86ac63.tar.gz
tcl-1af23392dd3eb0103a5f38c248eceecc5a86ac63.tar.bz2
* generic/tclObj.c (GetBignumFromObj): replace NULL with
tclEmptyStringRep to stop memcpy from complaining in a debug build (the corresponding branch is eliminated by the optimiser otherwise).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c5c5d..6b3616e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-18 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclObj.c (GetBignumFromObj): replace NULL with
+ tclEmptyStringRep to stop memcpy from complaining in a debug build
+ (the corresponding branch is eliminated by the optimiser
+ otherwise).
+
2005-11-18 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'