diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 01:06:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 01:06:13 (GMT) |
commit | 3031f5eb437a0fc9fc149360e11e7b496ed14149 (patch) | |
tree | 7a99c7f4d8a45d0ce4fa47085254a99b682b692d /ChangeLog | |
parent | d09c63e68f38457623b95d38022ea2ab019dc701 (diff) | |
download | tcl-3031f5eb437a0fc9fc149360e11e7b496ed14149.zip tcl-3031f5eb437a0fc9fc149360e11e7b496ed14149.tar.gz tcl-3031f5eb437a0fc9fc149360e11e7b496ed14149.tar.bz2 |
Partial fix of [Bug 1662436]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,11 +1,17 @@ +2007-02-18 Donal K. Fellows <dkf@users.sf.net> + + * doc/interp.n: Partial fix of [Bug 1662436]; rest requires some + policy decisions on what should and shouldn't be safe commands from + the "new in 8.5" set. + 2007-02-13 Kevin Kenny <kennykb@acm.org> - * tools/fix_tommath_h.tcl: Further tweaking for the x86-64. - The change is to make 'mp_digit' be an 'unsigned int' on that - platform; since we're using only 32 bits of it, there's no - reason to make it a 64-bit 'unsigned long.' + * tools/fix_tommath_h.tcl: Further tweaking for the x86-64. The change + is to make 'mp_digit' be an 'unsigned int' on that platform; since + we're using only 32 bits of it, there's no reason to make it a 64-bit + 'unsigned long.' * generic/tclTomMath.h: Regenerated. - + 2007-02-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/re_syntax.n: Corrected description of 'print' class [Bug @@ -28,7 +34,7 @@ * library/tzdata/Atlantic/Faroe: * library/tzdata/Australia/Eucla: * library/tzdata/Pacific/Easter: Rebuilt from Olson's tzdata2007b. - + 2007-02-09 Joe Mistachkin <joe@mistachkin.com> * win/nmakehlp.c: Properly cleanup after nmakehlp, including the |