summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [3285375]: Make the crash less mysterious through the judicious use of a panic.dkf2011-04-132-10/+22
| | |
* | | Test for [Bug 3285472]. Not buggy in trunk.dgp2011-04-122-0/+9
|\ \ \ | |/ /
| * | Repair corruption in [string reverse] when string rep invalidation faileddgp2011-04-124-0/+12
| | | | | | | | | to also reset the bytes allocated for string rep to zero [Bug 3285472].
* | | Update to Olson tzdata2011fvenkat2011-04-122-2/+5
|\ \ \ | |/ /
| * | Fix incorrect date in Changelog entry.venkat2011-04-121-1/+1
| | |
| * | Update to Olson tzdata2011fvenkat2011-04-122-2/+5
| | |
* | | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patchmig2011-04-122-24/+10
| | |
* | | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-7/+5
|\ \ \ | |/ /
| * | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-122-7/+5
| | |
| * | restore exec perms on unix/ldAix, accidentally clearedmig2011-04-071-0/+0
| | |
* | | revert 6b6ef4e0b1, removing the temporary tests againjan.nijtmans2011-04-124-40/+2
|\ \ \
* | | | insure that 'coroutine eval' runs the initial command in the proper context, ↵mig2011-04-113-2/+39
| | | | | | | | | | | | | | | | [Bug 3282869]
* | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9)jan.nijtmans2011-04-114-4/+15
| | | |
* | | | oops, accidently checked injan2011-04-093-58/+68
|\ \ \ \
* | | | | typo, (and accidently checked in changes to tclOO.decls, reverted in the ↵jan.nijtmans2011-04-095-70/+60
|/ / / / | | | | | | | | | | | | next commit [d550d19c7c]
* | | | fix for [Bug 3280043]: win2k: unresolved DLL importsjan.nijtmans2011-04-084-0/+90
| | | |
* | | | Add some (temporary) test cases showing the problem with --export-dynamicjan.nijtmans2011-04-074-2/+40
|/ / /
* | | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics ↵mig2011-04-072-2/+9
|\ \ \ | |/ / | | | | | | not needed.
| * | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ↵mig2011-04-073-39/+42
| | | | | | | | | | | | not needed
* | | last bugfix was incompletemig2011-04-071-1/+1
| | |
* | | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned ↵mig2011-04-062-2/+7
| | | | | | | | | | | | long.
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-063-7/+4
| | |
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-062-1/+9
| | | | | | | | | | | | reason for exporting them.
* | | Don't use MODULE_SCOPE in module implementation, only in declaration.jan.nijtmans2011-04-061-1/+1
| | |
* | | Added missing Changelog entry.dkf2011-04-061-0/+9
| | |
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-0612-73/+173
| | | | | | | | | Tcl_PosixError).
* | | Import Olson's tzdata2011e.venkat2011-04-057-4/+844
|\ \ \ | |/ /
| * | Import Olson's tzdata2011e.venkat2011-04-057-4/+844
| | |
* | | 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
| | |