| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | 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 | jan.nijtmans | 2011-03-25 | 5 | -164/+158 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 3 | -2/+14 |
| |\ \
| | |/ |
|
| | * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 2 | -0/+16 |
|
|
* | | | 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 TclFree... | mig | 2011-03-23 | 2 | -0/+9 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|