Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -12/+7 | |
| | | | ||||||
| | * | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵ | mig | 2011-04-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | trace that unsets it | |||||
| | * | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 | |
| | | | ||||||
| | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 1 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76) | |||||
| * | | Added code to try to tame the [file attributes] guts, while trying to simplify | dkf | 2011-04-16 | 1 | -9/+12 | |
| | | | | | | | | | | | | things enough that I can puzzle out AK's TclVFS problems. I suspect this is not a real fix though; just an attempt to make the problem tractable. | |||||
* | | | Added comments to try to tame the file attributes guts, while trying to simplify | dkf | 2011-04-16 | 1 | -14/+22 | |
| | | | | | | | | | | | | things enough that I can puzzle out AK's TclVFS problems. I suspect this is not a real fix though; just an attempt to make the problem tractable. | |||||
* | | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -46/+78 | |
|\ \ \ | |/ / | ||||||
| * | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -47/+79 | |
| | | | ||||||
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 3 | -190/+185 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 3 | -185/+185 | |
| | | | ||||||
* | | | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵ | mig | 2011-04-13 | 1 | -3/+4 | |
|\ \ \ | |/ / | | | | | | | trace that unsets it | |||||
| * | | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵ | mig | 2011-04-13 | 1 | -3/+4 | |
| | | | | | | | | | | | | trace that unsets it | |||||
| * | | Repair corruption in [string reverse] when string rep invalidation failed | dgp | 2011-04-12 | 1 | -0/+1 | |
| | | | | | | | | | to also reset the bytes allocated for string rep to zero [Bug 3285472]. | |||||
* | | | [3285375]: Make the crash less mysterious through the judicious use of a panic. | dkf | 2011-04-13 | 1 | -0/+5 | |
| | | | ||||||
* | | | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch | mig | 2011-04-12 | 1 | -24/+6 | |
| | | | ||||||
* | | | insure that 'coroutine eval' runs the initial command in the proper context, ↵ | mig | 2011-04-11 | 1 | -2/+9 | |
| | | | | | | | | | | | | [Bug 3282869] | |||||
* | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) | jan.nijtmans | 2011-04-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics ↵ | mig | 2011-04-07 | 1 | -1/+5 | |
|\ \ \ | |/ / | | | | | | | not needed. | |||||
| * | | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ↵ | mig | 2011-04-07 | 1 | -39/+37 | |
| | | | | | | | | | | | | not needed | |||||
* | | | last bugfix was incomplete | mig | 2011-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned ↵ | mig | 2011-04-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | long. | |||||
* | | | Don't use MODULE_SCOPE in module implementation, only in declaration. | jan.nijtmans | 2011-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+8 | |
| | | | | | | | | | Tcl_PosixError). | |||||
* | | | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 5 | -13/+61 | |
| | | | ||||||
* | | | Test _before_ commit, not after... | dkf | 2011-04-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | More generation of error codes (miscellaneous commands mostly already handled). | dkf | 2011-04-04 | 2 | -6/+41 | |
| | | | ||||||
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 5 | -82/+119 | |
| | | | ||||||
* | | | Minor tinkering with style. | dkf | 2011-04-04 | 1 | -3/+7 | |
| | | | ||||||
* | | | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 5 | -45/+19 | |
| | | | ||||||
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 8 | -38/+130 | |
| | | | | | | | | | pipeline creation, package handling, procedures, [scan] formats) | |||||
* | | | Replaced another couple of 'double' declarations with 'volatile | Kevin B Kenny | 2011-04-02 | 1 | -2/+4 | |
|\ \ \ | |/ / | | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5. | |||||
| * | | Replaced another couple of 'double' declarations with 'volatile | Kevin B Kenny | 2011-04-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5. | |||||
* | | | More generation of errorCodes ([interp], [lset], [load], [unload]). | dkf | 2011-04-02 | 3 | -84/+119 | |
| | | | ||||||
* | | | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 2 | -0/+19 | |
| | | | ||||||
* | | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 3 | -0/+16 | |
| | | | ||||||
* | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 3 | -47/+103 | |
| | | | ||||||
* | | | Corrected odd comment | dkf | 2011-03-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -9/+4 | |
| | | | | | | | | | creating our own in [regexp] and [regsub]. | |||||
* | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably ↵ | mig | 2011-03-27 | 1 | -0/+3 | |
| | | | | | | | | | | | | apparent in tclbench's 'LIST lset foreach'. Many thanks to twylite for patiently researching the issue and explaining it to me: a missing Tcl_ResetObjResult that causes unwanted sharing of the current result Tcl_Obj. | |||||
* | | | More generation of errorCode information. | dkf | 2011-03-26 | 1 | -0/+6 | |
| | | | ||||||
* | | | Squelch another unnecessary cast. | dkf | 2011-03-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 10 | -158/+155 | |
| | | | ||||||
* | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 2 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 6 | -112/+116 | |
| |\ \ | | |/ | | | | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions | |||||
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 4 | -19/+22 | |
| | | | | | | | | | Some void -> VOID transitions | |||||
* | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 2 | -6/+6 | |
| | | | ||||||
* | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 2 | -0/+6 | |
|\ \ \ | |/ / | | | | rather than hanging around to trip us up in the future. | |||||
| * | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 | |
| |\ \ | | |/ | | | | rather than hanging around to trip us up in the future. | |||||
| | * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+10 | |
| | | | | | | | | | rather than hanging around to trip us up in the future. | |||||
* | | | Correct bizarre name of enumeration member. | dkf | 2011-03-24 | 1 | -2/+2 | |
| | | |