Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a namespace clash with pendingObjData. | georgeps | 2005-08-17 | 1 | -2/+2 |
| | |||||
* | Added static to prevent a namespace clash with BuiltinFuncTable. | georgeps | 2005-08-17 | 1 | -2/+2 |
| | |||||
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -19/+1 |
| | |||||
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -4/+6 |
| | |||||
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 4 | -817/+226 |
| | |||||
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -19/+19 |
| | |||||
* | Squelch a message about an unused variable. | dkf | 2005-08-09 | 1 | -9/+8 |
| | |||||
* | More informative comment. | dkf | 2005-08-09 | 1 | -2/+6 |
| | |||||
* | added nul-termination missing from earlier commit today | dgp | 2005-08-09 | 1 | -1/+2 |
| | |||||
* | file rootname bug fix | vincentdarley | 2005-08-08 | 1 | -2/+5 |
| | |||||
* | regen | dkf | 2005-08-05 | 2 | -154/+54 |
| | |||||
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 3 | -158/+125 |
| | |||||
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -2/+10 |
| | |||||
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 2 | -4/+4 |
| | | | | | | | apparently missing word to complete a sentence. * generic/tclObj.c (Tcl_DbDecrRefCount): Fixed whitespace nit in panic message. | ||||
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 1 | -34/+2 |
| | |||||
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -36/+23 |
| | |||||
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 4 | -27/+42 |
| | | | | | | * generic/tclEvent.c: order of finalization routines. * generic/tclInt.h: [Bug 1251399] * generic/tclObj.c: | ||||
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -19/+41 |
| | |||||
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+8 |
| | | | | | | | | * unix/tclUnixPipe.c (TclpOpenFile): use the O_APPEND flag for * tests/exec.test (exec-19.1): files opened in a pipeline like ">>this". Note that Windows cannot support such access; there is no equivalent flag on the handle that can be set at the kernel-call level. The test is unix-specific in every way. [Bug 1245953] | ||||
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 1 | -30/+14 |
| | | | | | | | | kept per-thread to prevent different threads from stomping on each others' formatting prescriptions. ***POTENTIAL INCOMPATIBILITY*** Multi-threaded programs that set the value of ::tcl_precision will now have to set it in each thread. | ||||
* | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 1 | -9/+6 |
| | | | | | per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194] | ||||
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -18/+18 |
| | | | | | * tests/trace.test (trace-34.4): command delete traces fire while the command still exists. [Bug 1047286] | ||||
* | Getting more systematic about style | dkf | 2005-07-24 | 9 | -2428/+2607 |
| | |||||
* | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler | Miguel Sofer | 2005-07-23 | 1 | -2/+3 |
| | | | | warnings for uninitialised variables. | ||||
* | Getting more systematic about style | dkf | 2005-07-23 | 3 | -1308/+1371 |
| | |||||
* | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. | dkf | 2005-07-22 | 1 | -9/+25 |
| | |||||
* | regen | dkf | 2005-07-21 | 3 | -3/+22 |
| | |||||
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 7 | -112/+1236 |
| | |||||
* | fix compile error | dgp | 2005-07-21 | 1 | -2/+2 |
| | |||||
* | Systematizing the formatting | dkf | 2005-07-21 | 15 | -4527/+4823 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-19 | 9 | -1535/+1599 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-19 | 2 | -568/+566 |
| | |||||
* | Try again :-} | dkf | 2005-07-17 | 1 | -2/+3 |
| | |||||
* | Ugh; convert unfortunate tab back to a space | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | D'oh | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | oops; how did I reorder those fields? :-( | dkf | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-17 | 17 | -11234/+11620 |
| | |||||
* | Tk Bug 1227781 | Kevin B Kenny | 2005-07-16 | 1 | -1/+3 |
| | |||||
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 1 | -3/+18 |
| | |||||
* | Whitespace/comment tidying | dkf | 2005-07-15 | 1 | -931/+914 |
| | |||||
* | More tidying up | dkf | 2005-07-15 | 1 | -204/+190 |
| | |||||
* | More minor tinkering with comments and code-layout | dkf | 2005-07-14 | 1 | -13/+14 |
| | |||||
* | Stop warning | dkf | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Oops | dkf | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Style improvements to tclCompile.c, plus bytecode printing enhancements. | dkf | 2005-07-14 | 2 | -918/+885 |
| | |||||
* | copy/paste/fail-to-modify error in comment. | dgp | 2005-07-13 | 1 | -2/+2 |
| | |||||
* | Purely style-guide cleansing | dkf | 2005-07-11 | 1 | -2163/+2063 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-07-09 | 1 | -49/+141 |
| | | | | | | | | | | | | | | | | | Reimplement long and wide type integer division and modulus operations so that the smallest and largest integer values are handled properly. The divide operation is more efficient since it no longer does a modulus or negation and only checks for a remainder when the quotient will be a negative number. The modulus operation is now a bit more complex because of a number of special cases dealing with the smallest and largest integers. * tests/expr.test: Add test cases for division and modulus operations on the smallest and largest integer values for 32 and 64 bit types. [Patch 1230205] | ||||
* | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. | dgp | 2005-07-06 | 1 | -27/+12 |
| |