diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 24 insertions, 20 deletions
@@ -1,12 +1,17 @@ +2007-02-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/re_syntax.n: Corrected description of 'print' class [Bug + 1614687] and enhanced description of 'graph' class. + 2007-02-09 Kevin Kenny <kennykb@acm.org> * tools/fix_tommath_h.tcl: Added code to patch out a check for - __x86_64__ that caused Tommath to use __attributes(TI)__ for - the mp_word type. Tetra-int's simply fail on too many gcc-glibc-OS - combinations to be ready for shipment today, even if they - work for some of us. This change allows reversion of das's change - of 2006-08-18 that accomplised the same thing on Darwin. - [Bugs 1601380, 1603737, 1609936, 1656265] + __x86_64__ that caused Tommath to use __attributes(TI)__ for the + mp_word type. Tetra-int's simply fail on too many gcc-glibc-OS + combinations to be ready for shipment today, even if they work for + some of us. This change allows reversion of das's change of 2006-08-18 + that accomplised the same thing on Darwin. [Bugs 1601380, 1603737, + 1609936, 1656265] * generic/tclTomMath.h: Regenerated. * library/tzdata/Africa/Asmara: * library/tzdata/Africa/Asmera: @@ -23,22 +28,21 @@ 2007-02-08 Jeff Hobbs <jeffh@ActiveState.com> - * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks - with unsigned size_t to correctly validate stackSize in the 2^31+ - range. + * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with + unsigned size_t to correctly validate stackSize in the 2^31+ range. 2007-02-08 Don Porter <dgp@users.sourceforge.net> * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/namespace.test: introduced in Patch 1577278 that caused - [namespace delete ::] to be effective only at level #0. New test + [namespace delete ::] to be effective only at level #0. New test namespace-7.7 should prevent similar error in the future. [Bug 1655305] 2007-02-06 Don Porter <dgp@users.sourceforge.net> * generic/tclNamesp.c: Corrected broken implementation of the - * tests/namespace.test: TclMatchIsTrivial optimization on - [namespace children $namespace $pattern]. + * tests/namespace.test: TclMatchIsTrivial optimization on [namespace + children $namespace $pattern]. 2007-02-04 Daniel Steffen <das@users.sourceforge.net> @@ -55,12 +59,12 @@ 2007-01-29 Don Porter <dgp@users.sourceforge.net> - * generic/tclResult.c: Added optimization case to TclTransferResult - to cover common case where there's big savings over the fully general - path. Thanks to Peter MacDonald. [Bug 1626518]. + * generic/tclResult.c: Added optimization case to TclTransferResult to + cover common case where there's big savings over the fully general + path. Thanks to Peter MacDonald. [Bug 1626518]. - * generic/tclLink.c: Broken linked float logic corrected. Thanks - to Andy Goth [Bug 1602538]. + * generic/tclLink.c: Broken linked float logic corrected. Thanks to + Andy Goth. [Bug 1602538] * doc/fcopy.n: Typo fix. [Bug 1630627] @@ -80,9 +84,9 @@ * generic/tcl.h: update location of version numbers in macosx files. - * macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to working - * macosx/Tcl.xcode/default.pbxuser: order by replicating applicable - changes to Tcl.xcodeproj since 2006-07-20. + * macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to + * macosx/Tcl.xcode/default.pbxuser: working order by replicating + applicable changes to Tcl.xcodeproj since 2006-07-20. 2007-01-25 Daniel Steffen <das@users.sourceforge.net> |