| Commit message (Expand) | Author | Age | Files | Lines |
* | typo, (and accidently checked in changes to tclOO.decls, reverted in the next... | jan.nijtmans | 2011-04-09 | 5 | -70/+60 |
|
|
* | fix for [Bug 3280043]: win2k: unresolved DLL imports | jan.nijtmans | 2011-04-08 | 4 | -0/+90 |
|
|
* | Add some (temporary) test cases showing the problem with --export-dynamic | jan.nijtmans | 2011-04-07 | 4 | -2/+40 |
|
|
* | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics n... | mig | 2011-04-07 | 2 | -2/+9 |
|\ |
|
| * | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ... | mig | 2011-04-07 | 3 | -39/+42 |
|
|
* | | last bugfix was incomplete | mig | 2011-04-07 | 1 | -1/+1 |
|
|
* | | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned l... | mig | 2011-04-06 | 2 | -2/+7 |
|
|
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared) | jan.nijtmans | 2011-04-06 | 3 | -7/+4 |
|
|
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no re... | jan.nijtmans | 2011-04-06 | 2 | -1/+9 |
|
|
* | | Don't use MODULE_SCOPE in module implementation, only in declaration. | jan.nijtmans | 2011-04-06 | 1 | -1/+1 |
|
|
* | | Added missing Changelog entry. | dkf | 2011-04-06 | 1 | -0/+9 |
|
|
* | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 12 | -73/+173 |
|
|
* | | Import Olson's tzdata2011e. | venkat | 2011-04-05 | 7 | -4/+844 |
|\ \
| |/ |
|
| * | Import Olson's tzdata2011e. | venkat | 2011-04-05 | 7 | -4/+844 |
|
|
* | | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 6 | -13/+65 |
|
|
* | | 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 |
|
|
* | | | 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 |
|
|
* | | | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 3 | -3/+11 |
|\ \ \
| |/ / |
|
| * | | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 2 | -2/+10 |
|
|
| * | | Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and t... | andreask | 2011-03-30 | 2 | -1/+1 |
|
|
| * | | 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 |
|
|
* | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen... | mig | 2011-03-27 | 2 | -0/+11 |
|
|
* | | | 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 lin... | jan | 2011-03-26 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 2 | -2/+2 |
| |\ \
| | |/ |
|
| | * | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 2 | -2/+2 |
|
|
| * | | merge-mark | jan | 2011-03-25 | 1 | -0/+0 |
| |\ \
| | |/ |
|
| | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 2 | -2/+39 |
|
|