Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -5/+29 |
| | | | | hits the next element to be deleted. | ||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -1/+111 |
| | | | | Stop crashes from odd destruction routes. | ||||
* | Improve error code generation from some of the tailcall-related bits of TEBC. | dkf | 2010-01-22 | 1 | -21/+42 |
| | |||||
* | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage | Miguel Sofer | 2010-01-21 | 1 | -1/+23 |
| | | | | | * generic/tclExecute.c: [Bug 2910748] * tests/nre.test: | ||||
* | [Bug 2932421]: Make [format] less likely to smash intreps. | dkf | 2010-01-18 | 1 | -7/+10 |
| | |||||
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. | ||||
* | Record that [Bug 2898722] is lurking. | dkf | 2010-01-10 | 1 | -12/+51 |
| | |||||
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -1/+16 |
| | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610] | ||||
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 2 | -2/+50 |
| | | | | | | | * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: | ||||
* | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the | dkf | 2009-12-30 | 1 | -1/+12 |
| | | | | file correctly. | ||||
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 2 | -254/+270 |
| | |||||
* | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 1 | -6/+15 |
| | |||||
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -1/+3 |
| | |||||
* | Correct failing test | dkf | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Slight improvement of test so it shouldn't block forever if it fails | dkf | 2009-12-28 | 1 | -2/+6 |
| | |||||
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -81/+21 |
| | |||||
* | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 1 | -1/+7 |
| | |||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 1 | -8/+8 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+11 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 1 | -1/+36 |
| | | | | | feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command. | ||||
* | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. | dgp | 2009-12-09 | 1 | -2/+2 |
| | |||||
* | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku | Miguel Sofer | 2009-12-07 | 1 | -1/+19 |
| | | | | * tests/coroutine.test: | ||||
* | Plug memory leak. [Bug 2910044] | dkf | 2009-12-07 | 1 | -1/+66 |
| | |||||
* | oops - test error due to deletion of now not-created namespace | Miguel Sofer | 2009-12-06 | 1 | -6/+1 |
| | |||||
* | clear old junk in tests/coroutine.test: | Miguel Sofer | 2009-12-06 | 1 | -41/+1 |
| | |||||
* | * tests/tailcall.test: remove some old unused crud; improved the | Miguel Sofer | 2009-12-05 | 1 | -27/+28 |
| | | | | stack depth tests. | ||||
* | * generic/tclBasic.c: Fixed things so that you can tailcall | Miguel Sofer | 2009-12-05 | 1 | -1/+18 |
| | | | | | | | | * generic/tclNamesp.c: properly out of a coroutine. * tests/tailcall.test: * generic/tclInterp.c: Fixed tailcalls for same-interp aliases (no test) | ||||
* | Fix [Bug 2906841] and a few other smaller issues. | dkf | 2009-12-03 | 1 | -262/+301 |
| | |||||
* | Match the version-bump of TclOO. | dkf | 2009-11-27 | 1 | -2/+2 |
| | |||||
* | [Bug 2903811]: Remove unneeded restrictions on usefully calling the | dkf | 2009-11-27 | 1 | -1/+34 |
| | | | | oo::object->variable method. Leaving it hidden is enough. | ||||
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] | dkf | 2009-11-24 | 1 | -1/+18 |
| | |||||
* | [Bug 2893771] Teach [file stat] to handle locked files. | patthoyts | 2009-11-24 | 1 | -11/+16 |
| | | | | | This stops [file exists] from returning false for files that exist but are locked by resorting to FindFirstFile when GetFileAttributes fails. | ||||
* | * tests/fCmd.test (fCmd-30.1): Changed registry location of the | Kevin B Kenny | 2009-11-23 | 1 | -2/+2 |
| | | | | | | 'My Documents' folder to the one that's correct for Windows 2000, XP, Server 2003, Vista, Server 2008, and Windows 7. (See http://support.microsoft.com/kb/310746) | ||||
* | Test constraint 2000orNewer should only be true on Windows platform | dgp | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -6/+17 |
| | | | | | | | | | | | sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. | ||||
* | a bit of cleanup | dgp | 2009-11-20 | 1 | -5/+5 |
| | |||||
* | Test-case for fixed [Bug 2849797] | nijtmans | 2009-11-19 | 2 | -12/+13 |
| | | | | | | Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest should be a static package. | ||||
* | Fix [Bug 2891171]: URL checking too strict when using multiple question ↵ | nijtmans | 2009-11-18 | 1 | -2/+2 |
| | | | | marks (added test case) | ||||
* | Revert mistaken commit | dgp | 2009-11-16 | 5 | -47/+25 |
| | |||||
* | (forward port) Fix [Bug 2891556] and improve test to detect similar ↵ | ferrieux | 2009-11-16 | 6 | -27/+50 |
| | | | | manifestations in the future. Add tcltest support for finalization. | ||||
* | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -1/+32 |
| | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a forward port from the 8.5 branch. | ||||
* | Cleanup directories that have been set chmod 000. | patthoyts | 2009-11-10 | 1 | -10/+30 |
| | | | | | | | | | On Windows7 and Vista we really have no access and these were getting left behind. A few tests were changed to reflect the intent of the test where setting a directory chmod 000 should prevent any modification. This restriction was ignored on XP but is honoured on Vista | ||||
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). | andreas_kupries | 2009-11-10 | 1 | -2/+2 |
| | | | | | [Bug 2895323]. Forward port from Tcl 8.5 branch, change by Don Porter. | ||||
* | * tests/info.test: Resolve ambiguous resolution of variable | andreas_kupries | 2009-11-09 | 1 | -2/+2 |
| | | | | "res". Forward port from 8.5 | ||||
* | [Bug 2891026] add addtional contraints for vista+ for non-readable directories | patthoyts | 2009-11-07 | 1 | -9/+26 |
| | |||||
* | * library/safe.tcl: A series of patches which bring the SafeBase | andreas_kupries | 2009-11-05 | 1 | -18/+1 |
| | | | | | | | | | up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (8) Converted the path token system to cache normalized paths and path <-> token conversions. Removed more procedures not used any longer. Removed the test cases 4.3 and 4.4 from safe.test. They were testing the now deleted command "InterpStateName". | ||||
* | More variable hygiene. | dkf | 2009-10-30 | 1 | -146/+229 |
| | |||||
* | Cleanup non-writable test directory on Windows. | patthoyts | 2009-10-30 | 1 | -1/+2 |
| | | | | | | | When creating the notwritabledir we deny the current user access to delete the file. We must grant this right when we cleanup. Required on Windows 7 when the user does not automatically have administrator rights. | ||||
* | More variable cleansing | dkf | 2009-10-29 | 1 | -180/+189 |
| | |||||
* | test hygiene for the ::tmp variable | dgp | 2009-10-29 | 4 | -9/+17 |
| |