Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

120 check-ins using file changes version 2858bea5db

2011-06-17
20:03
3062331 Caveat added to comments. check-in: 143461c50b user: dgp tags: core-8-5-branch
2011-06-13
13:48
3315098 Mem leak fix from Gustaf Neumann. check-in: a04865ea8e user: dgp tags: core-8-5-branch
2011-06-10
20:21
merge to RC check-in: 1ff3f868e9 user: dgp tags: core-8-5-10-rc
2011-06-02
16:55
Remove TclCleanupLiteralTable (see 994838). check-in: d1c7844dd8 user: dgp tags: core-8-5-branch
14:45
[Bug 3185407]: Extend the set of epochs that are potentially bumped (in TclInvalidateNsCmdLookup) wh... check-in: d395c74fc3 user: dkf tags: core-8-5-branch
2011-06-01
14:54
Merge from 8.5 branch tip Closed-Leaf check-in: 7e4c48fe4a user: dkf tags: bug-3185407
13:14
Revised fix for bug 3309871 check-in: 19ef8e964e user: dgp tags: core-8-5-branch
12:06
fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() check-in: 522bbc6851 user: jan.nijtmans tags: core-8-5-branch
2011-05-26
20:17
Release candidate branch for Tcl 8.5.10. check-in: 73b194bf99 user: dgp tags: core-8-5-10-rc
2011-05-25
14:34
committed missing tzdata/Africa/Cairo from venkat's last commit check-in: 38c2483fe7 user: kbk tags: core-8-5-branch
14:15
Bump to msgcat 1.4.4. check-in: efa6a87106 user: dgp tags: core-8-5-branch
13:42
silence compiler warning check-in: 256e20e731 user: dgp tags: core-8-5-branch
2011-05-24
14:55
Update to Olson tzdata2011g check-in: bbc19ec223 user: venkat tags: core-8-5-branch
2011-05-17
21:26
* generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed * generic/tclBasic.c (TclArg... check-in: bbb487eaac user: andreask tags: core-8-5-branch
2011-05-12
21:07
[Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs.

Package version increment... check-in: 9c90ac52e4 user: patthoyts tags: core-8-5-branch

06:07
If your compiler already defines _WIN64, assume --enable-64bit check-in: bec8d10e17 user: jan.nijtmans tags: core-8-5-branch
2011-05-10
16:52
New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produ... check-in: 37927cede6 user: dgp tags: core-8-5-branch
16:05
Completed patch with mucho comments. Merge 8.5. Closed-Leaf check-in: 8de9137c51 user: dgp tags: bug-3173086
2011-05-09
13:53
Revise empty string tests so that we avoid potentially expensive string rep generations, especially ... check-in: 765f5fcb20 user: dgp tags: core-8-5-branch
13:46
Remove the old implementation. Closed-Leaf check-in: a040b3dde3 user: dgp tags: dgp-list-simplify
13:26
A different technique to more precisely identify the optimization case. check-in: 3b589e9ee8 user: dgp tags: dgp-list-simplify
2011-05-08
13:00
is this a proper fix? Or is it invalidating too much? check-in: 05250d7801 user: mig tags: bug-3185407
2011-05-07
19:30
fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: a569696f48 user: mig tags: core-8-5-branch
2011-05-06
07:54
comment fix check-in: c7d2de48fa user: jan.nijtmans tags: core-8-5-branch
2011-05-05
18:00
Disable all the special case code in place to prevent allocation of a List struct for empty lists as... check-in: cc113f7cfe user: dgp tags: dgp-list-simplify
16:53
Tolerate NULL interps more completely. check-in: e7adc1255d user: dgp tags: core-8-5-branch
16:35
Stop generating string rep of dict when converting to list. check-in: 746b228680 user: dgp tags: core-8-5-branch
2011-05-03
19:07
Tighten Tcl_SplitList(). check-in: eeab23b73b user: dgp tags: core-8-5-branch
18:53
Tighten SetListFromAny(). check-in: d711aba568 user: dgp tags: core-8-5-branch
17:34
Tighten SetDictFromAny(). check-in: 6a588e6fc4 user: dgp tags: core-8-5-branch
2011-05-02
20:34
Rewrite of parts of the switch compiler to better use the powers of TclFindElement() and do less par... check-in: 8bc0f9df3c user: dgp tags: core-8-5-branch
20:28
Drop old code. Closed-Leaf check-in: cc7e00bc14 user: dgp tags: dgp-switch-compile
20:13
Tests for expanded literals quoting detection. check-in: 8e71652744 user: dgp tags: dgp-switch-compile
20:10
Tests for expanded literals quoting detection. check-in: 52e2ce6ae1 user: dgp tags: core-8-5-branch
17:47
Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: c2ee6476c2 user: dgp tags: dgp-switch-compile
17:36
Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: 04d0ff20b9 user: dgp tags: core-8-5-branch, potential incompatibility
15:52
Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 056df6f608 user: dgp tags: dgp-switch-compile
15:38
Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 63ec2ace6e user: dgp tags: core-8-5-branch
12:18
Tighten up the patch. check-in: a4d8498860 user: dgp tags: dgp-switch-compile
2011-04-28
20:40
Rewrite of parts of the [switch] compiler to better use the powers of TclFindElement() and do less p... check-in: 5f8dcf50a2 user: dgp tags: dgp-switch-compile
16:00
More isspace() callers. check-in: 88095bbde0 user: dgp tags: core-8-5-branch
14:39
New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: b1063a174c user: dgp tags: core-8-5-branch
13:29
minor comment fix check-in: 1ce7439657 user: jan.nijtmans tags: core-8-5-branch
2011-04-27
19:34
FreeIndex backport check-in: c24d5e2982 user: dgp tags: core-8-5-branch
18:32
FreeListInternalRep() cleanup. check-in: 403736bc07 user: dgp tags: core-8-5-branch
18:23
Backport fix for [Bug 2857044]. check-in: 1855377cde user: dgp tags: core-8-5-branch
07:51
fix for [Bug 3288345]: use _stat32i64 for CYGWIN too check-in: 742290a9e2 user: jan.nijtmans tags: core-8-5-branch
2011-04-26
19:17
struct _stat64 -> struct __stat64 on AMD64 check-in: 5386706f58 user: jan tags: core-8-5-branch
2011-04-25
12:48
Revise last fix. check-in: a8e210ca62 user: dgp tags: core-8-5-branch
2011-04-24
19:19
Fix compilation warning in TclListObj - printf format mismatch check-in: 7fabe333b9 user: venkat tags: core-8-5-branch
2011-04-21
21:13
[Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality check-in: 781ea5180b user: jan tags: core-8-5-branch
18:44
Use macro to set List intreps check-in: ecb9834d12 user: dgp tags: core-8-5-branch
16:53
Limits on list length were too strict. Revised panics to errors where possible. check-in: 9080c06a95 user: dgp tags: core-8-5-branch
13:24
Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 0da07d5b1e user: dgp tags: core-8-5-branch
12:07
merge-mark check-in: d6aef45cc4 user: jan.nijtmans tags: core-8-5-branch
08:27
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Make sure that all _WIN32 compilers use exac... check-in: 7fd2f5f049 user: jan.nijtmans tags: core-8-5-branch
2011-04-20
22:05
Support cross-compilation to x64 from ix86 hosts when using NMAKE.

Part of the build uses tclsh to ... check-in: c8fe7da5db user: patthoyts tags: core-8-5-branch

17:51
(TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose int-rep was just purged... check-in: 20a3aedb2a user: andreask tags: core-8-5-branch
13:12
merge mark check-in: 87bf0849b4 user: dgp tags: core-8-5-branch
2011-04-19
16:38
Reduce internals access in the implementation of [<foo>::pkgconfig list]. check-in: 52560d396e user: dgp tags: core-8-5-branch
2011-04-18
21:24
Use ListRepPtr(.) and other cleanup. check-in: 3dba2563a1 user: dgp tags: core-8-5-branch
18:31
Define and use macros that test whether a Tcl list value is canonical. check-in: 13ac6c8c7b user: dgp tags: core-8-5-branch
08:22
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW check-in: 4f729efe4c user: jan.nijtmans tags: core-8-5-branch
2011-04-16
11:35
Added code to try to tame the [file attributes] guts, while trying to simplify things enough that I ... check-in: 607ac42cb5 user: dkf tags: core-8-5-branch
2011-04-14
15:33
More Tcl_Concat* and TclTrim* improvements. check-in: d317d3a547 user: dgp tags: core-8-5-branch
2011-04-13
20:27
[Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. check-in: c48b1de113 user: dgp tags: core-8-5-branch
13:25
fix merge history check-in: 9a245919a3 user: mig tags: core-8-5-branch
13:19
fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: c12fa286f4 user: mig tags: core-8-5-branch
2011-04-12
20:04
Repair corruption in [string reverse] when string rep invalidation failed to also reset the bytes al... check-in: 4ab8a5f225 user: dgp tags: core-8-5-branch
19:13
Fix incorrect date in Changelog entry. check-in: 2414390332 user: venkat tags: core-8-5-branch
19:03
Update to Olson tzdata2011f check-in: 6083be0e71 user: venkat tags: core-8-5-branch
14:18
minor nits, taken over from TEA (tclconfig) check-in: 0587544fd0 user: jan.nijtmans tags: core-8-5-branch
2011-04-07
15:26
restore exec perms on unix/ldAix, accidentally cleared check-in: ef9aacc2da user: mig tags: core-8-5-branch
02:53
* generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics not needed check-in: 9ac9ca33b6 user: mig tags: core-8-5-branch
2011-04-05
20:05
Import Olson's tzdata2011e. check-in: d9f4537543 user: venkat tags: core-8-5-branch
2011-04-04
16:29
[3202030] Updated README files, repairing broken URLs and other rot. check-in: d22d901bff user: dgp tags: core-8-5-branch
14:26
Merge to feature branch Closed-Leaf check-in: c29f1b7a0d user: dkf tags: rfe-3216010
2011-04-02
21:55
Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 6624676119 user: kbk tags: core-8-5-branch
2011-03-30
22:29
Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and trunk are ok, so a merge... check-in: 4946996d08 user: andreask tags: core-8-5-branch
2011-03-28
07:56
merge-mark check-in: b0e1a49673 user: jan.nijtmans tags: core-8-5-branch
2011-03-26
06:30
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 772bb5c56a user: jan tags: core-8-5-branch
2011-03-25
21:18
merge-mark check-in: 74a01fb913 user: jan tags: core-8-5-branch
13:46
fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" Remove Tclp(Local|Gm)... check-in: 491f6fe449 user: jan.nijtmans tags: core-8-5-branch
2011-03-24
09:45
Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: 3971651ab7 user: dkf tags: core-8-5-branch
2011-03-22
10:41
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 83ebc9c1fa user: jan.nijtmans tags: core-8-5-branch
10:10
[Bug #3216070] Loading extension libraries from embedded Tcl applications. check-in: e18262f10e user: jan.nijtmans tags: core-8-5-branch, potential incompatibility
2011-03-17
21:18
Support the requested [lsort -entier] functionality. check-in: cf82eb92c8 user: dgp tags: rfe-3216010
2011-03-16
21:36
bug-3216070 Closed-Leaf check-in: 28d283ab37 user: jan.nijtmans tags: bug-3216070
15:53
[Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: 8f397fe9f2 user: jan.nijtmans tags: core-8-5-branch
15:33
merge-mark check-in: 553dd4e351 user: jan.nijtmans tags: core-8-5-branch
14:21
whitespace tidy check-in: 2b189b09a6 user: dgp tags: core-8-5-branch
14:13
Rewrites to eliminate isspace() calls. check-in: 44266eb780 user: dgp tags: core-8-5-branch
09:14
Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis. Backported f... check-in: f659b577f5 user: jan.nijtmans tags: core-8-5-branch
2011-03-14
21:32
Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail.

* tools/tclZIC.tcl... check-in: 86f581a60d user: kbk tags: core-8-5-branch

17:16
Standardize on autoconf-2.59 to generate configure files. check-in: 1337989f69 user: dgp tags: core-8-5-branch
15:08
merge 8.4 check-in: 3e9d0beb61 user: dgp tags: core-8-5-branch
14:23
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 902c7eef54 user: dkf tags: core-8-5-branch, libtommath-merge-0-42-0
13:17
Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: db21821bb9 user: jan.nijtmans tags: mistake-20110314a
09:47
re-import ltm-0.39, with original RCS-ID's check-in: 18317dde13 user: jan.nijtmans tags: mistake-20110314a
2011-03-11
23:09
merge-mark check-in: 5dc038c5af user: jan.nijtmans tags: core-8-5-branch
12:36
merge-mark check-in: 38c06ed49f user: jan.nijtmans tags: core-8-5-branch
11:25
merge-mark correct version of libtommath check-in: c2b3daa4f7 user: jan.nijtmans tags: core-8-5-branch
2011-03-10
21:32
[Bug 3205320]: stack space detection defeated by inlining check-in: 93c78ea3d6 user: jan.nijtmans tags: core-8-5-branch
2011-03-09
15:55
* generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name...
check-in: 88cba3ed97 user: dgp tags: core-8-5-branch
15:49
* doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
check-in: a0de7bf8eb user: patthoyts tags: core-8-5-branch
14:56
* generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/nam...
Closed-Leaf check-in: ac4c249ecf user: dgp tags: bug-3202171
2011-03-08
22:14
Fix gcc warnings: variable set but not used check-in: 8302182f6c user: jan.nijtmans tags: core-8-5-branch
19:24
* generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU...
check-in: 43662324d4 user: dgp tags: core-8-5-branch
15:14
* generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th...
check-in: 643749dcb4 user: dgp tags: core-8-5-branch
2011-03-07
22:23
Fix [Bug 3166410]: "out of stack space" on AIX check-in: bde224c265 user: jan.nijtmans tags: core-8-5-branch
21:28
Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: f53bd9ec91 user: jan.nijtmans tags: core-8-5-branch
14:55
merge trunk + partial improvements to comments check-in: f716a66d07 user: dgp tags: bug-3173086
2011-03-06
22:19
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC...
check-in: 7d1cc3f816 user: dgp tags: core-8-5-branch
19:58
* generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t...
check-in: c042cffb59 user: dgp tags: core-8-5-branch
05:19
merge check-in: 17ff82f99a user: dgp tags: bug-3173086
04:49
* generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse....
check-in: c65512452c user: dgp tags: core-8-5-branch
2011-03-03
21:13
Correct flaw in the rewrite handling [list \\\\\}]. check-in: c3168e2541 user: dgp tags: bug-3173086
21:07
Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions to the callers. Needs... check-in: a142b240b3 user: dgp tags: bug-3173086
21:02
Simplified the logic of the Scan/Convert pair of routines for generating string reps of lists to st... check-in: 2f5897ef59 user: dgp tags: bug-3173086
2011-03-02
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: 79367df0f0 user: dgp tags: core-8-5-branch