summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce internals access in the implementation of [<foo>::pkgconfig list].dgp2011-04-192-8/+8
|\
| * Reduce internals access in the implementation of [<foo>::pkgconfig list].dgp2011-04-192-8/+8
| |
* | This time, I'll try to get it right!dkf2011-04-191-1/+1
| |
* | Use ListRepPtr(.) and other cleanup.dgp2011-04-184-32/+24
|\ \ | |/
| * Use ListRepPtr(.) and other cleanup.dgp2011-04-184-34/+25
| |
* | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-184-17/+20
|\ \ | |/
| * Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-184-60/+54
| |
* | [Bug 3288696]: Command summary was confusingly wrong when it came to [dictdkf2011-04-182-3/+7
| | | | | | filter] with a 'value' filter.
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-182-10/+11
|\ \ | |/
| * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGWjan.nijtmans2011-04-182-10/+11
| |\
| | * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-182-12/+12
| | |
* | | fix merge historydkf2011-04-160-0/+0
|\ \ \ | |/ /
| * | Added code to try to tame the [file attributes] guts, while trying to simplifydkf2011-04-162-21/+31
| | | | | | | | | | | | things enough that I can puzzle out AK's TclVFS problems. I suspect this is not a real fix though; just an attempt to make the problem tractable.
* | | Added comments to try to tame the file attributes guts, while trying to simplifydkf2011-04-162-20/+34
| | | | | | | | | | | | things enough that I can puzzle out AK's TclVFS problems. I suspect this is not a real fix though; just an attempt to make the problem tractable.
* | | More Tcl_Concat* and TclTrim* improvements.dgp2011-04-141-46/+78
|\ \ \ | |/ /
| * | More Tcl_Concat* and TclTrim* improvements.dgp2011-04-141-47/+79
| | |
* | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-134-190/+196
|\ \ \ | |/ /
| * | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-134-185/+196
| | |
* | | fix merge historymig2011-04-130-0/+0
|\ \ \ | |/ /
| * | fix merge historymig2011-04-130-0/+0
| |\ \ | | |/
| | * fix for [Bug 2662380], crash caused by appending to a variable with a write ↵mig2011-04-132-1/+7
| | | | | | | | | | | | trace that unsets it
* | | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵mig2011-04-132-3/+9
|\ \ \ | |/ / | | | | | | trace that unsets it
| * | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵mig2011-04-132-3/+9
| | | | | | | | | | | | trace that unsets it
* | | [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
|\ \ \ | |/ /