summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2002
Commit message (Expand)AuthorAgeFilesLines
* Tidying up, adding names to log entries, etc.dkf2007-10-111-1749/+1654
* Split off ChangeLog.2002rmax2003-07-241-0/+4836
* Stop test from getting stomped by preceding tests...dkf2004-08-251-2/+2 | * Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-253-16/+40 | | | | | disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167]. * * generic/tclProc.c: The routine TclProcInterpProc was a ↵dgp2004-08-256-174/+42 | | | | | | | | | | | | specific * generic/tclTestProcBodyObj.c: instance of the general service already provided by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the code... * generic/tclInt.decls ...and from the internal stubs table. * generic/tclIntDecls.h * generic/tclStubInit.c * update out of date commentdgp2004-08-241-2/+2 | * Added clarifying note on [string map]'s behaviour.dkf2004-08-242-1/+13 | * * library/auto.tcl: Updated [tcl_findLibrary] search pathdgp2004-08-232-19/+52 | | | | to include any [<pkg>::pkgconfig get scriptdir,runtime] directory, as well as the $::auto_path. [RFE 695441] * Fixed bug in CET time spec - times change at 0100 Greenwuch, not local.Kevin B Kenny2004-08-211-2/+2 | * * tests/clock.test (clock-38.1): Changed TZ setting to specifyKevin B Kenny2004-08-212-2/+9 | | | | | | CET in excruciating detail to deal with systems that lack the Posix defaults for DST changes (and to be formally correct with the change dates for CET). * Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug ↵dkf2004-08-193-12/+15 | | | | 1011860] * * library/clock.tcl (format): Changed default timezone format Kevin B Kenny2004-08-193-9/+40 | | | | | | | from alphabetic to numeric to produce scannable times in more locales. * tests/clock.test (clock-37.1): Removed now-unused 'needPST' constraint and the comments that refer to it. * * doc/tm.n: New file, documentation for Tcl Modules, based on theandreas_kupries2004-08-194-5/+290 | | | | | | | TIP. * unix/mkLinks: Regenerated. * win/makefile.vc: Added tm.tcl to list of files to install. * added note about times out of Posix rangeKevin B Kenny2004-08-181-0/+6 | * Fixed httpd's abuse of the [clock] commandKevin B Kenny2004-08-182-2/+6 | * * library/init.tcl: Integrated TIP #189. We source a separate fileandreas_kupries2004-08-183-1/+366 | | | | | | | | | | | | (see below), instead of inlining the contents of that file. This should beeasier to maintain, and easier to backport/install in 8.4 installations. Note: Usage of Tcl Modules is restricted to non-safe interps. It cannot be loaded into a safe interp. * library/tm.tcl: New file, the v2 reference implementation for TIP #189, Tcl Modules. * silence compiler warning on systems without mktimeKevin B Kenny2004-08-181-6/+6 | * unbreak Win build after TIP#173 and TIP#209 commitKevin B Kenny2004-08-185-29/+116 | * TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-18