Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check | Kevin B Kenny | 2004-09-11 | 4 | -5/+38 |
| | | | | | | | | | for error return from 'mktime'. * generic/tclObj.c (Tcl_GetIntFromObj): Corrected a problem where demoting a wide to an int failed on a big-endian machine. [Bug 1026125]. * tests/clock.test (clock-43.1): Added regression test for error return from 'mktime'. | ||||
* | * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834]; | Miguel Sofer | 2004-09-11 | 2 | -37/+60 |
| | | | | avoid unnecessary string copies. | ||||
* | tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setup | davygrvy | 2004-09-11 | 2 | -1/+8 |
| | |||||
* | Minor mods to latest commit to correct bugs and compiler warnings on | dgp | 2004-09-10 | 1 | -8/+11 |
| | | | | TCL_WIDE_INT_IS_LONG platforms. | ||||
* | One less crazy long/wide aunt in the attic [Bug 868489] | dkf | 2004-09-10 | 3 | -26/+212 |
| | |||||
* | Fix [Bug 1025359]; make sure wide seeks don't lose errors | dkf | 2004-09-10 | 2 | -5/+10 |
| | |||||
* | * generic/tcl.h: Micro formatting fixes. | andreas_kupries | 2004-09-10 | 3 | -6/+12 |
| | | | | | * generic/tclIOGT.c: Channel version fixed, must be 3, to have wideseekProc. Thanks to David Graveraux <davygrvy@pobox.com>. | ||||
* | comment typo | dgp | 2004-09-10 | 1 | -2/+2 |
| | |||||
* | * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved | dgp | 2004-09-10 | 2 | -12/+18 |
| | | | | | | | | | longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY flag revealed by testing the 2004-09-09 commits against Itcl. TCL_NAMESPACE_ONLY now acts as specified in the pre-function comment, forcing resolution in the passed in context namespace. It has been incorrectly forcing resolution in the interp's current namespace. | ||||
* | fixed a bug where %z was always positive in :localtime | Kevin B Kenny | 2004-09-10 | 3 | -6/+33 |
| | |||||
* | * generic/tclExecute.c (INST_CONCAT1): added a peephole | Miguel Sofer | 2004-09-10 | 2 | -1/+22 |
| | | | | | | 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. | davygrvy | 2004-09-10 | 2 | -10/+14 |
| | |||||
* | Also corrected faulty prevention of [namespace import] cycles. | dgp | 2004-09-09 | 3 | -21/+74 |
| | | | | [Bug 1017299] | ||||
* | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty | dgp | 2004-09-09 | 3 | -46/+199 |
| | | | | | * 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 0 | Kevin B Kenny | 2004-09-08 | 3 | -7/+20 |
| | | | | | | 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 obsolete | dgp | 2004-09-08 | 2 | -228/+117 |
| | | | | | 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 output | Kevin B Kenny | 2004-09-08 | 2 | -11/+18 |
| | |||||
* | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where | Kevin B Kenny | 2004-09-08 | 3 | -3/+28 |
| | | | | | | 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 Kenny | 2004-09-08 | 2 | -1/+6 |
| | |||||
* | no message | davygrvy | 2004-09-08 | 1 | -0/+5 |
| | |||||
* | some quoting needed to be removed as it was breaking with VC7. | davygrvy | 2004-09-08 | 1 | -4/+4 |
| | |||||
* | Fixed indentation | Kevin B Kenny | 2004-09-07 | 1 | -0/+4 |
| | |||||
* | * doc/clock.n: Documented the default -format, and changed | Kevin B Kenny | 2004-09-07 | 2 | -0/+10 |
| | | | | | 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 Kenny | 2004-09-07 | 2 | -6/+9 |
| | | | | | be more resilient on an overloaded system, if [after 200] sleeps for 300 ms or longer. | ||||
* | removed unused cmdInfo variable | Kevin B Kenny | 2004-09-07 | 1 | -2/+1 |
| | |||||
* | Converted to http://tip.tcl.tk URL. Should be more long term reliable. | dgp | 2004-09-07 | 1 | -1/+1 |
| | |||||
* | Changed incorrect references to the "msgcat command" to "msgcat package" | dgp | 2004-09-07 | 1 | -3/+3 |
| | |||||
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 145 | -318/+350 |
| | | | | | | | | | | | | | | | | | | | | | 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] | ||||
* | Oops, missed one file from last commit | dkf | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 53 | -186/+195 |
| | |||||
* | Stop NULL interp args from causing crashes. [Bug 1020538] | dkf | 2004-09-03 | 2 | -44/+74 |
| | |||||
* | Clarify meaning of [lsearch -dictionary]. | dkf | 2004-09-02 | 2 | -2/+9 |
| | |||||
* | clock.tcl installation | vincentdarley | 2004-09-02 | 2 | -1/+6 |
| | |||||
* | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 2 | -3/+13 |
| | | | | until we have it, just return unknown. [Bug 1020445] | ||||
* | WIN64 corrections | hobbs | 2004-09-01 | 2 | -9/+17 |
| | |||||
* | Correct some abbreviation usage. | dkf | 2004-09-01 | 6 | -11/+16 |
| | |||||
* | Completed an incomplete undo of a mistaken commit that broke the HEAD. | dgp | 2004-08-31 | 1 | -9/+9 |
| | |||||
* | Undo mistaken commit of code in sandbox. <:} D'oh! | dkf | 2004-08-31 | 1 | -111/+3 |
| | |||||
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 21 | -106/+227 |
| | |||||
* | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 4 | -154/+183 |
| | |||||
* | * unix/Makefile.in (install-libraries): portable sh fix. | das | 2004-08-31 | 2 | -2/+6 |
| | |||||
* | Fix a crash caused by sharing in [string map]. [Bug 1018562] | dkf | 2004-08-30 | 3 | -6/+32 |
| | |||||
* | Fix old tests to check [namespace which] sanely... | dkf | 2004-08-27 | 1 | -4/+5 |
| | |||||
* | Make [namespace which] use newer option parsing code for more flexibility. | dkf | 2004-08-27 | 3 | -32/+27 |
| | |||||
* | Minor fixes | dkf | 2004-08-27 | 1 | -114/+100 |
| | |||||
* | Fix/improve tests | dkf | 2004-08-27 | 1 | -5/+15 |
| | |||||
* | Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. | dkf | 2004-08-27 | 3 | -28/+109 |
| | |||||
* | Fix patch-number reference. | dkf | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | * tests/env.test: macosx fixes. | das | 2004-08-26 | 2 | -3/+5 |
| | |||||
* | * unix/Makefile.in: added customization of default module path roots | das | 2004-08-26 | 3 | -3/+19 |
| | | | | | | via TCL_MODULE_PATH makefile variable. * macosx/Makefile: add platform standard locations to default module path roots. [Patch 94288] |