summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-03 14:36:40 (GMT)
committernijtmans <nijtmans>2010-05-03 14:36:40 (GMT)
commit603632160ce039289adcabac2684febc649c535b (patch)
treee5adab677558dc22434d9ee6b375a48333aea345 /ChangeLog
parent091c9fee62375b69529473b975e37dc279f0bc83 (diff)
downloadtcl-603632160ce039289adcabac2684febc649c535b.zip
tcl-603632160ce039289adcabac2684febc649c535b.tar.gz
tcl-603632160ce039289adcabac2684febc649c535b.tar.bz2
CONSTify various useful internal functions
(TclBignumToDouble, TclCeil, TclFloor), and related tommath functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d7be2f..3a64eb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,23 @@
* win/tclAppInit.c For MINGW/CYGWIN, use GetCommandLineA explicitely
* unix/.cvsignore Add pkg, *.dll
+ * libtommath/tommath.h CONSTify various useful internal functions
+ * libtommath/bn_mp_cmp_d.c (TclBignumToDouble, TclCeil, TclFloor), and
+ * libtommath/bn_mp_cmp_mag.c related tommath functions.
+ * libtommath/bn_mp_cmp.c
+ * libtommath/bn_mp_copy.c
+ * libtommath/bn_mp_count_bits.c
+ * libtommath/bn_mp_div_2d.c
+ * libtommath/bn_mp_mod_2d.c
+ * libtommath/bn_mp_mul_2d.c
+ * libtommath/bn_mp_neg.c
+ * generic/tclBasic.c Handle TODO: const correctness ?
+ * generic/tclInt.h
+ * generic/tclStrToD.c
+ * generic/tclTomMath.decls
+ * generic/tclTomMath.h
+ * generic/tclTomMathDecls.h
+
2010-04-30 Don Porter <dgp@users.sourceforge.net>
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish