Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+3 | |
|\ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+6 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+12 | |
| | | ||||||
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle. | dgp | 2011-08-12 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -1/+8 | |
| | | ||||||
* | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -0/+5 | |
| | | | | | | conversion. [Bug 3386975] | |||||
* | | Update to Olson's tzdata2011h | dgp | 2011-07-28 | 1 | -0/+21 | |
| | | ||||||
* | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
| | | ||||||
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -0/+5 | |
| | | ||||||
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 | |
| | | ||||||
| * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 1 | -0/+7 | |
| | | ||||||
* | | [FRQ 3358415]: Minor doc improvement | dkf | 2011-07-08 | 1 | -0/+4 | |
| | | ||||||
* | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -0/+6 | |
|\ \ | |/ | | | time of the last metadata change, not the time of creation. | |||||
| * | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -0/+6 | |
| | | | | | | time of the last metadata change, not the time of creation. | |||||
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+15 | |
| | | ||||||
* | | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 1 | -0/+6 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 1 | -1/+15 | |
|\ \ \ | ||||||
| | * | | More changes | dgp | 2011-06-23 | 1 | -0/+4 | |
| |/ / | ||||||
| * | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | | | | the DEB_HOST_MULTIARCH location change for libc. | |||||
| | * | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵ | andreask | 2011-06-22 | 1 | -0/+6 | |
| | | | | | | | | | | | | location change for libc | |||||
| * | | Fixed the inadvertently committed disabling of stack checks, see my ↵ | andreask | 2011-06-22 | 1 | -0/+5 | |
| | | | | | | | | | | | | 2010-11-15 commit [8902c8bc82]. | |||||
* | | | merge to RC | dgp | 2011-06-21 | 1 | -0/+17 | |
|\ \ \ | |/ / | ||||||
| * | | changes update for 8.5.10 | dgp | 2011-06-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 1 | -0/+8 | |
| | | | ||||||
| * | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 1 | -0/+5 | |
|/ / | ||||||
* | | changes update work in progress | dgp | 2011-06-19 | 1 | -1/+1 | |
| | | ||||||
* | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -0/+4 | |
| | | ||||||
* | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -0/+6 | |
| | | ||||||
* | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -1/+8 | |
| | | | | | | | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | |||||
* | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -0/+5 | |
| | | ||||||
* | | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 1 | -0/+7 | |
| | | ||||||
* | | Update to Olson tzdata2011g | venkat | 2011-05-24 | 1 | -0/+4 | |
| | | ||||||
* | | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | * generic/tclBasic.c (TclArgumentBCEnter): the cause of a violation of my assertion that 'ePtr->nline == objc' in TclArgumentBCEnter. When a bytecode was grown during jump fixup the pc -> command line mapping was not updated. When things aligned just wrong the mapping would direct command A to the data for command B, with a different number of arguments. | |||||
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -0/+13 | |
|\ \ | | | | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | |||||
| * | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -0/+259 | |
| | | | ||||||
| * | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 1 | -0/+10 | |
| | | | ||||||
* | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp | 2011-05-09 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | generations, especially for dicts. | |||||
* \ \ \ | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+5 | |
| | | | ||||||
* | | | Tolerate NULL interps more completely. | dgp | 2011-05-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 1 | -0/+5 | |
| | | | ||||||
* | | | Tighten Tcl_SplitList(). | dgp | 2011-05-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Tighten SetListFromAny(). | dgp | 2011-05-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 1 | -0/+4 | |
| | | | ||||||
* | | | Rewrite of parts of the switch compiler to better use the powers of | dgp | 2011-05-02 | 1 | -0/+8 | |
|\ \ \ | | | | | | | | | TclFindElement() and do less parsing on its own. | |||||
| * \ \ | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 1 | -0/+2 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 1 | -0/+2 | |
| | | | |