summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-0/+7
| | | | | | optimisation for concatting an empty string. This enables replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for fastest execution.
* Calls to WriteFile and WriteConsoleA changed to WriteConsole.davygrvy2004-09-101-0/+5
|
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-0/+2
| | | | [Bug 1017299]
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-0/+6
| | | | | * tests/namespace.test: logic that relied exclusively on string matching and failed in the presence of [rename]s. [Bug 560297]
* * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-2/+5
| | | | | | would format as a blank format group with %k. * tests/clock.test (clock-41.1): Added regression test case for %k at the zero hour.
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-081-0/+6
| | | | | field for storing the string-based command procedure of built-in commands. We no longer have any string-based built-in commands!
* fixed clock-34.* to use same time zone on input and outputKevin B Kenny2004-09-081-2/+9
|
* * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-0/+4
| | | | | | the month was scanned incorrectly in -timezone :localtime. * tests/clock.test (clock-40.1): Added regression test case for the bug where month was scanned incorrectly in -timezone :localtime.
* Corrected a buglet in the header information. [Bug 1024058]Kevin B Kenny2004-09-081-0/+5
|
* no messagedavygrvy2004-09-081-0/+5
|
* * doc/clock.n: Documented the default -format, and changedKevin B Kenny2004-09-071-0/+3
| | | | | references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870]
* * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)Kevin B Kenny2004-09-071-0/+3
| | | | | be more resilient on an overloaded system, if [after 200] sleeps for 300 ms or longer.
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-0/+22
| | | | | | | | | | | | | | | | | | | | | attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445]
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-0/+14
|
* Stop NULL interp args from causing crashes. [Bug 1020538]dkf2004-09-031-0/+5
|
* Clarify meaning of [lsearch -dictionary].dkf2004-09-021-0/+4
|
* clock.tcl installationvincentdarley2004-09-021-0/+4
|
* * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-0/+10
| | | | until we have it, just return unknown. [Bug 1020445]
* Correct some abbreviation usage.dkf2004-09-011-0/+5
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-0/+9
|
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-0/+11
|
* * unix/Makefile.in (install-libraries): portable sh fix.das2004-08-311-0/+4
|
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-301-0/+5
|
* Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-271-0/+1
|
* Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-271-0/+6
|
* Fix patch-number reference.dkf2004-08-271-1/+1
|
* * tests/env.test: macosx fixes.das2004-08-261-0/+2
|
* * unix/Makefile.in: added customization of default module path rootsdas2004-08-261-0/+7
| | | | | | via TCL_MODULE_PATH makefile variable. * macosx/Makefile: add platform standard locations to default module path roots. [Patch 94288]
* * tests/timer.test (timer-10.1): Test for Bug 1016167.dgp2004-08-251-4/+11
| | | | | | * generic/tclTimer.c: Workaround for situation when a [namespace import] causes the objv[0] value to be something other than what Tcl_AfterObjCmd expects. [Bug 1016167].
* Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-251-0/+8
| | | | | disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167].
* * generic/tclProc.c: The routine TclProcInterpProc was a ↵dgp2004-08-251-1/+13
| | | | | | | | | | | | 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
* Added clarifying note on [string map]'s behaviour.dkf2004-08-241-0/+4
|
* * library/auto.tcl: Updated [tcl_findLibrary] search pathdgp2004-08-231-0/+5
| | | | to include any [<pkg>::pkgconfig get scriptdir,runtime] directory, as well as the $::auto_path. [RFE 695441]
* * tests/clock.test (clock-38.1): Changed TZ setting to specifyKevin B Kenny2004-08-211-0/+7
| | | | | | 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-191-0/+5
| | | | 1011860]
* * library/clock.tcl (format): Changed default timezone format Kevin B Kenny2004-08-191-0/+8
| | | | | | | 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-191-0/+6
| | | | | | | 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-181-1/+4
|
* * library/init.tcl: Integrated TIP #189. We source a separate fileandreas_kupries2004-08-181-0/+13
| | | | | | | | | | | | (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.
* unbreak Win build after TIP#173 and TIP#209 commitKevin B Kenny2004-08-181-0/+3
|
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-0/+44
|
* date correctiondgp2004-08-161-1/+1
|
* fix for [Bug 1008314]Miguel Sofer2004-08-161-1/+9
|
* * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale]dgp2004-08-131-0/+6
| | | | | * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload].
* Changed handling of the returned thread ID since broken on 64-bitvasiljevic2004-08-101-0/+6
| | | | systems (Cray). Thanks to Rob Ratcliff for reporting the bug.
* Plug leak and clarify codedkf2004-08-031-0/+3
|
* Add field initialization to fix [Bug 989298]. D'oh!dkf2004-08-031-0/+5
|
* * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] todgp2004-08-021-0/+3
| | | | make use of [glob -directory $dir -tails] and return options.
* TIP#207 IMPLEMENTATIONdgp2004-08-021-0/+10
| | | | | | | | | | * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841]