Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | 3 | -6/+46 | |
| | | | ||||||
* | | | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 5 | -25/+28 | |
|\ \ \ | |/ / | ||||||
| * | | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 5 | -25/+28 | |
| |\ \ | | |/ | ||||||
| | * | Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 5 | -28/+29 | |
| | | | ||||||
* | | | Remove execute bit from tclStrToD.c | dkf | 2011-04-04 | 0 | -0/+0 | |
| | | | ||||||
* | | | Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated | dkf | 2011-04-04 | 2 | -0/+5 | |
| | | | | | | | | | test frameworks have no mind to read... | |||||
* | | | Remove unused header file: unix/tclUnixThrd.h | jan.nijtmans | 2011-04-04 | 3 | -4/+1 | |
| | | | ||||||
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 6 | -82/+125 | |
| | | | ||||||
* | | | 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 | 9 | -74/+59 | |
| | | | ||||||
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 10 | -41/+141 | |
| | | | | | | | | | pipeline creation, package handling, procedures, [scan] formats) | |||||
* | | | Replaced another couple of 'double' declarations with 'volatile | Kevin B Kenny | 2011-04-02 | 3 | -3/+11 | |
|\ \ \ | |/ / | | | | | | | 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 | 2 | -2/+10 | |
| | | | | | | | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5. | |||||
| * | | Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and ↵ | andreask | 2011-03-30 | 2 | -1/+1 | |
| | | | | | | | | | | | | trunk are ok, so a merge is not required. | |||||
| * | | merge-mark | jan.nijtmans | 2011-03-28 | 1 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 | |
| | | | ||||||
* | | | More generation of errorCodes ([interp], [lset], [load], [unload]). | dkf | 2011-04-02 | 4 | -84/+122 | |
| | | | ||||||
* | | | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 3 | -0/+24 | |
| | | | ||||||
* | | | mathematical version of TIP#131 | max | 2011-04-01 | 1 | -0/+11 | |
| | | | ||||||
* | | | Implement TIP#131 | max | 2011-04-01 | 2 | -0/+19 | |
| | | | ||||||
* | | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 4 | -0/+21 | |
| | | | ||||||
* | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 4 | -47/+107 | |
| | | | ||||||
* | | | Corrected odd comment | dkf | 2011-03-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 4 | -1/+36 | |
| | | | ||||||
* | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 4 | -46/+57 | |
| | | | | | | | | | creating our own in [regexp] and [regsub]. | |||||
* | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably ↵ | mig | 2011-03-27 | 2 | -0/+11 | |
| | | | | | | | | | | | | 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 | 2 | -0/+9 | |
| | | | ||||||
* | | | 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 | 11 | -158/+162 | |
| | | | ||||||
* | | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 | |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| * | | merge-mark | jan | 2011-03-25 | 1 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 2 | -2/+39 | |
| | | | | | | | | | | | | | | | | | | | | | 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) | |||||
* | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 3 | -20/+4 | |
|\ \ \ | |/ / | ||||||
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 8 | -137/+121 | |
| |\ \ | | |/ | | | | | | | 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 | 5 | -164/+158 | |
| | | | | | | | | | Some void -> VOID transitions | |||||
* | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 3 | -6/+11 | |
| | | | ||||||
* | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 3 | -21/+32 | |
|\ \ \ | |/ / | | | | 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 | 3 | -2/+14 | |
| |\ \ | | |/ | | | | 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 | 2 | -0/+16 | |
| | | | | | | | | | rather than hanging around to trip us up in the future. | |||||
* | | | Correct bizarre name of enumeration member. | dkf | 2011-03-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in ↵ | mig | 2011-03-23 | 2 | -0/+9 | |
| | | | | | | | | | | | | TclFreeObj() | |||||
* | | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. | mig | 2011-03-22 | 2 | -4/+7 | |
| | | | ||||||
* | | | merge-mark | jan.nijtmans | 2011-03-22 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -3/+3 | |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | |||||
* | | | typo | jan.nijtmans | 2011-03-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 3 | -9/+26 | |
|\ \ \ | |/ / |