summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More generation of error codes (TclOO miscellany).dkf2011-04-046-13/+65
|
* Test _before_ commit, not after...dkf2011-04-041-2/+2
|
* More generation of error codes (miscellaneous commands mostly already handled).dkf2011-04-043-6/+46
|
* [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-045-25/+28
|\
| * [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-045-25/+28
| |\
| | * Updated README files, repairing broken URLs and other rot.dgp2011-04-045-28/+29
| | |
* | | Remove execute bit from tclStrToD.cdkf2011-04-040-0/+0
| | |
* | | Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automateddkf2011-04-042-0/+5
| | | | | | | | | test frameworks have no mind to read...
* | | Remove unused header file: unix/tclUnixThrd.hjan.nijtmans2011-04-043-4/+1
| | |
* | | More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-046-82/+125
| | |
* | | Minor tinkering with style.dkf2011-04-041-3/+7
| | |
* | | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-049-74/+59
| | |
* | | More generation of error codes (namespace creation, path normalization,dkf2011-04-0310-41/+141
| | | | | | | | | pipeline creation, package handling, procedures, [scan] formats)
* | | Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-023-3/+11
|\ \ \ | |/ / | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5.
| * | Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-022-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 ↵andreask2011-03-302-1/+1
| | | | | | | | | | | | trunk are ok, so a merge is not required.
| * | merge-markjan.nijtmans2011-03-281-0/+0
| |\ \ | | |/
| | * gcc warning: unused variable "key"jan.nijtmans2011-03-281-2/+1
| | |
* | | More generation of errorCodes ([interp], [lset], [load], [unload]).dkf2011-04-024-84/+122
| | |
* | | More generation of errorCode information (default [bgerror] and [glob]).dkf2011-04-023-0/+24
| | |
* | | mathematical version of TIP#131max2011-04-011-0/+11
| | |
* | | Implement TIP#131max2011-04-012-0/+19
| | |
* | | TclClockOldscanObjCmd: More generation of errorCode information.dkf2011-03-314-0/+21
| | |
* | | More generation of errorCode information, notably when lists are mis-parsed.dkf2011-03-294-47/+107
| | |
* | | Corrected odd commentdkf2011-03-281-1/+1
| | |
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-284-1/+36
| | |
* | | Use the error messages generated by the variable management code rather thandkf2011-03-284-46/+57
| | | | | | | | | creating our own in [regexp] and [regsub].
* | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably ↵mig2011-03-272-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.dkf2011-03-262-0/+9
| | |
* | | Squelch another unnecessary cast.dkf2011-03-261-1/+1
| | |
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-2611-158/+162
| | |
* | | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
|\ \ \ | |/ / | | | | | | link.exe included with MSVC, use -debug instead
| * | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
| |\ \ | | |/ | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| * | merge-markjan2011-03-251-0/+0
| |\ \ | | |/
| | * [Bug 3007895]: Tcl_(Find|Create)HashEntryjan2011-03-252-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 directlyjan.nijtmans2011-03-253-20/+4
|\ \ \ | |/ /
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-258-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 directlyjan.nijtmans2011-03-255-164/+158
| | | | | | | | | Some void -> VOID transitions
* | | Restored C++ usability to the memory allocation and free macros.dgp2011-03-243-6/+11
| | |
* | | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-243-21/+32
|\ \ \ | |/ / | | | rather than hanging around to trip us up in the future.
| * | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-243-2/+14
| |\ \ | | |/ | | | rather than hanging around to trip us up in the future.
| | * Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-242-0/+16
| | | | | | | | | rather than hanging around to trip us up in the future.
* | | Correct bizarre name of enumeration member.dkf2011-03-241-2/+2
| | |
* | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in ↵mig2011-03-232-0/+9
| | | | | | | | | | | | TclFreeObj()
* | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform.mig2011-03-222-4/+7
| | |
* | | merge-markjan.nijtmans2011-03-220-0/+0
|\ \ \ | |/ /
| * | The -debug:full option is not supported when using the modern versions of ↵jan.nijtmans2011-03-221-3/+3
| |\ \ | | |/ | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan.nijtmans2011-03-221-1/+1
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
* | | typojan.nijtmans2011-03-221-1/+1
| | |