Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | record bug report number | dgp | 2004-01-15 | 1 | -2/+1 |
| | |||||
* | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] | dkf | 2004-01-14 | 3 | -22/+52 |
| | |||||
* | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] | dkf | 2004-01-14 | 3 | -20/+219 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. | dgp | 2004-01-13 | 2 | -3/+6 |
| | |||||
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 7 | -134/+410 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | such as [return -code error $msg] to be bytecompiled. * generic/tclInt.h: Factored Tcl_ReturnObjCmd() into two pieces: * generic/tclCmdMZ.c: TclMergeReturnOptions(), which can parse the options to [return], check their validity, and create the corresponding return options dictionary, and TclProcessReturn(), which takes that return options dictionary and performs the [return] operation. * generic/tclCompCmds.c: Rewrote TclCompileReturnCmd() to call TclMergeReturnOptions() at compile time so the return options dictionary is computed at compile time (when it is fully known). The dictionary is pushed on the stack along with the result, and the code and level values are included in the bytecode as operands. Also supports optimized compilation of un-[catch]ed [return]s from procs with default options into the INST_DONE instruction. * generic/tclExecute.c: Rewrote INST_RETURN instruction to retrieve the code and level operands, pop the return options from the stack, and call TclProcessReturn() to perform the [return] operation. * generic/tclCompile.h: New utilities include TclEmitInt4 macro * generic/tclCompile.c: and TclWordKnownAtCompileTime(). | ||||
* | more detail | dgp | 2004-01-13 | 1 | -0/+1 |
| | |||||
* | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to | dgp | 2004-01-13 | 2 | -24/+23 |
| | | | | | | management of the interp result by Tcl_GetIndexFromObj() exposed improper interp result management in the [glob] command procedure. Corrected by adopting the Tcl_SetObjResult(Tcl_NewStringObj) pattern. | ||||
* | Fix shared object panics. [Bug 875395] | dkf | 2004-01-13 | 2 | -3/+14 |
| | |||||
* | 2004-01-09 edit | davygrvy | 2004-01-13 | 1 | -1/+3 |
| | |||||
* | improved comments | Miguel Sofer | 2004-01-12 | 1 | -10/+6 |
| | |||||
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. | Miguel Sofer | 2004-01-12 | 2 | -17/+16 |
| | |||||
* | Fix a comment. | Miguel Sofer | 2004-01-12 | 1 | -3/+2 |
| | |||||
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer | Miguel Sofer | 2004-01-12 | 3 | -39/+70 |
| | | | | | | | instructions. As a side effect, the instructions INST_LOR and INST_LAND are now never used. * generic/tclExecute.c (INST_JUMP*): small optimisation; fix a bug in debug code. | ||||
* | no message | davygrvy | 2004-01-11 | 1 | -1/+1 |
| | |||||
* | no message | davygrvy | 2004-01-11 | 1 | -0/+6 |
| | |||||
* | * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenced | davygrvy | 2004-01-11 | 1 | -2/+2 |
| | | | | | to see if there are waiters else uninitialized datum is manipulated. [Bug 849007] | ||||
* | no message | davygrvy | 2004-01-10 | 1 | -0/+4 |
| | |||||
* | Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this: | davygrvy | 2004-01-10 | 2 | -2/+27 |
| | | | | nmake -af makefile.vc CHECKS=nodep | ||||
* | no message | davygrvy | 2004-01-09 | 1 | -0/+7 |
| | |||||
* | Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED | davygrvy | 2004-01-09 | 1 | -16/+18 |
| | | | | | block. This alows us to build Tcl to check for deprecated functions in use, such as panic() and Tcl_Ckalloc(). By request from DKF. | ||||
* | TclFinalizeFilesystem fix | vincentdarley | 2004-01-09 | 2 | -3/+8 |
| | |||||
* | * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH | mdejong | 2003-12-26 | 2 | -1/+76 |
| | | | | | | blocks in place of __try and __except statements to support gcc builds. This is needed after David's changes on 2003-12-21. [Tcl patch 858493] | ||||
* | typo fixes | dgp | 2003-12-24 | 1 | -15/+9 |
| | |||||
* | no message | davygrvy | 2003-12-24 | 1 | -0/+63 |
| | |||||
* | Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the | davygrvy | 2003-12-24 | 1 | -2/+2 |
| | | | | TclAllocObjStorage macro. | ||||
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 51 | -306/+309 |
| | | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264] | ||||
* | prevent static buffer overflow (Doh!) | davygrvy | 2003-12-23 | 1 | -4/+4 |
| | |||||
* | fixed static buffer overflow | davygrvy | 2003-12-23 | 1 | -2/+2 |
| | |||||
* | no message | davygrvy | 2003-12-23 | 1 | -1/+13 |
| | |||||
* | Removed note that makefile.vc needs to have a version number changed. | davygrvy | 2003-12-23 | 1 | -2/+1 |
| | |||||
* | VERSION macro now set by reading tcl.h for it. | davygrvy | 2003-12-23 | 1 | -2/+13 |
| | |||||
* | New feature for extensions that use rules.vc. Now reads header files for | davygrvy | 2003-12-23 | 2 | -12/+90 |
| | | | | | version strings. No more hard coding TCL_VERSION = 8.5 and having to edit it when you swap cores. | ||||
* | no message | davygrvy | 2003-12-21 | 1 | -0/+10 |
| | |||||
* | Structured Exception Handling added around Tcl_Finalize called from | davygrvy | 2003-12-21 | 1 | -3/+14 |
| | | | | | | | | DllMain's DLL_PROCESS_DETACH. We can't 100% assured that Tcl is being unloaded by the OS in a stable condition and we need to protect the exit handlers should the stack be in a hosed state. AT&T style assembly for SEH under MinGW has not been added yet. This is a first part change for [Patch 858493] | ||||
* | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 2 | -2/+9 |
| | | | | when numeric scan-value cache contains NULL value. | ||||
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 7 | -47/+183 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -20/+30 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 3 | -4/+37 |
| | |||||
* | Added trace for bugfixes #839519 and #861515 | vasiljevic | 2003-12-17 | 1 | -0/+9 |
| | |||||
* | fixed Tcl_FSGetTranslatedPath to always return properly refcounted | vasiljevic | 2003-12-17 | 1 | -9/+10 |
| | | | | path object. This fixes Tcl Bug #861515. | ||||
* | Fixed 2 memory (object) leaks; Tcl Bug #839519 | vasiljevic | 2003-12-17 | 1 | -2/+4 |
| | |||||
* | improved documentation on memory management | vincentdarley | 2003-12-16 | 2 | -16/+26 |
| | |||||
* | marked test as nonPortable | vincentdarley | 2003-12-16 | 2 | -2/+8 |
| | |||||
* | Made a variable file-local for safety | dkf | 2003-12-16 | 2 | -2/+6 |
| | |||||
* | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem | davygrvy | 2003-12-16 | 3 | -6/+35 |
| | | | | | | | | | with Borland. * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight behavioral difference. From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097]. | ||||
* | * win/tcl.rc: Slight modification to the STRINGIFY macro to | davygrvy | 2003-12-16 | 1 | -2/+2 |
| | | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>. | ||||
* | * wintclsh.rc: Slight modification to the STRINGIFY macro to | davygrvy | 2003-12-16 | 1 | -0/+6 |
| | | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>. | ||||
* | Slight modification to the STRINGIFY macro to support Borland's rc tool. | davygrvy | 2003-12-16 | 1 | -2/+2 |
| | |||||
* | * generic/tclInt.decls: commented-out entry for | davygrvy | 2003-12-15 | 4 | -17/+17 |
| | | | | | | TclpCheckStackSpace, removing it from the Stubs table. It's already declared in tclInt.h and labeled as a function that is not to be exported. Regened tables. | ||||
* | TIP#75 Implementation | dkf | 2003-12-14 | 4 | -22/+305 |
| |