Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] | ||||
* | * tests/timer.test (timer-10.1): Test for Bug 1016167. | dgp | 2004-08-25 | 3 | -8/+33 |
| | | | | | | * 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]. | ||||
* | D'oh! Put the correct value in... :^} | dkf | 2004-08-25 | 1 | -2/+2 |
| | |||||
* | Stop test from getting stomped by preceding tests... | dkf | 2004-08-25 | 1 | -2/+2 |
| | |||||
* | Fixes to ensemble -unknown handler processing to stop [namespace import] from | dkf | 2004-08-25 | 3 | -16/+40 |
| | | | | | disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167]. | ||||
* | * generic/tclProc.c: The routine TclProcInterpProc was a ↵ | dgp | 2004-08-25 | 6 | -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 comment | dgp | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | Added clarifying note on [string map]'s behaviour. | dkf | 2004-08-24 | 2 | -1/+13 |
| | |||||
* | * library/auto.tcl: Updated [tcl_findLibrary] search path | dgp | 2004-08-23 | 2 | -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 Kenny | 2004-08-21 | 1 | -2/+2 |
| | |||||
* | * tests/clock.test (clock-38.1): Changed TZ setting to specify | Kevin B Kenny | 2004-08-21 | 2 | -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 ↵ | dkf | 2004-08-19 | 3 | -12/+15 |
| | | | | 1011860] | ||||
* | * library/clock.tcl (format): Changed default timezone format | Kevin B Kenny | 2004-08-19 | 3 | -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 the | andreas_kupries | 2004-08-19 | 4 | -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 range | Kevin B Kenny | 2004-08-18 | 1 | -0/+6 |
| | |||||
* | Fixed httpd's abuse of the [clock] command | Kevin B Kenny | 2004-08-18 | 2 | -2/+6 |
| | |||||
* | * library/init.tcl: Integrated TIP #189. We source a separate file | andreas_kupries | 2004-08-18 | 3 | -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 mktime | Kevin B Kenny | 2004-08-18 | 1 | -6/+6 |
| | |||||
* | unbreak Win build after TIP#173 and TIP#209 commit | Kevin B Kenny | 2004-08-18 | 5 | -29/+116 |
| | |||||
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 690 | -974/+93971 |
| | |||||
* | date correction | dgp | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 5 | -13/+89 |
| | |||||
* | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] | dgp | 2004-08-13 | 3 | -5/+32 |
| | | | | | * 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-bit | vasiljevic | 2004-08-10 | 2 | -2/+10 |
| | | | | systems (Cray). Thanks to Rob Ratcliff for reporting the bug. | ||||
* | Standardized constraint name | dkf | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | Plug leak and clarify code | dkf | 2004-08-03 | 2 | -10/+12 |
| | |||||
* | Add field initialization to fix [Bug 989298]. D'oh! | dkf | 2004-08-03 | 2 | -1/+7 |
| | |||||
* | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to | dgp | 2004-08-02 | 2 | -20/+14 |
| | | | | make use of [glob -directory $dir -tails] and return options. | ||||
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 8 | -81/+193 |
| | | | | | | | | | | * 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] | ||||
* | * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected | dgp | 2004-08-02 | 3 | -22/+107 |
| | | | | | | * tests/compile.test (compile-12.4): flawed deletion of literal internal reps that could lead to accessing of freed memory. Thanks to Kevin Kenny for test case and fix [Bug 1001997]. | ||||
* | Whitespace policing... | dkf | 2004-08-02 | 1 | -131/+131 |
| | |||||
* | More explicit compatibility warning, regarding TIP 148 | dgp | 2004-07-30 | 1 | -1/+3 |
| | |||||
* | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] | dgp | 2004-07-30 | 4 | -10/+14 |
| | | | | | | * library/auto.tcl (auto_reset): Removed "protected" list of commands from [auto_reset]. All entries in the auto_index can be re-loaded. * library/package.tcl: Updated comment to reflect 2004-07-28 commit. | ||||
* | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize | dgp | 2004-07-30 | 2 | -24/+30 |
| | | | | | so that Tcl_ExitProc's that call Tcl_Finalize recursively do not cause deadlock. [Patch 999084 fixes Tk Bug 714956] | ||||
* | * unix/configure: | das | 2004-07-30 | 4 | -6/+14 |
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. * unix/Makefile.in: added MAC_OSX_OBJS variable. | ||||
* | * library/package.tcl: [::pkg::create] is now an alias. Test | dgp | 2004-07-29 | 2 | -9/+7 |
| | | | | safe-2.1 will now fail until Bug 999612 is corrected. | ||||
* | * library/package.tcl: Moved private command | dgp | 2004-07-28 | 4 | -27/+40 |
| | | | | | | * library/tclIndex: [pkg_compareExtension] into ::tcl::Pkg. * tests/pkg_mkIndex.test: Also moved implementation of [::pkg::create] to [::tcl::Pkg::Create]. | ||||
* | * tests/io.test: Make io-61.1 create file as binary to pass on Win32 | patthoyts | 2004-07-25 | 2 | -1/+6 |
| | |||||
* | * generic/tclVar.c: simplify tclLocalVarNameType, removing the | Miguel Sofer | 2004-07-23 | 2 | -68/+46 |
| | | | | | | reference to the corresponding proc. The reference is now seen as unnecessary, and it may cause leaking circular references under some circumstances (see for example [Bug 994838]). |