Tcl Source Code

Timeline
Login

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

46 check-ins using file changes version 33df1c8693

2017-10-29
22:52
Merge 8.5a6 check-in: 2e25747e99 user: dgp tags: tip-278
2007-05-16
21:18
* generic/tcl.decls: workaround 'make checkstubs' failures from tclStubLib.c MODULE_SCOPE revert. ...
check-in: 2aff400338 user: das tags: trunk
18:28
Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table pointers back to public visibili... check-in: dc2d870d7d user: jenglish tags: trunk
2007-05-15
16:12
* win/configure: autoconf-2.59 (FC6 fork)
* library/reg/pkgIndex.tcl: Bu...
check-in: de7229b032 user: dgp tags: trunk
2007-05-11
20:59
* generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc from tclInt.h now they are in the ...
check-in: 9792f5232e user: patthoyts tags: trunk
09:44
Minor whitespace cleanup check-in: 260d009cb0 user: dkf tags: trunk
09:43
Add a full stop to a comment check-in: 0c221ff47e user: dkf tags: trunk
09:41
Better const correctness check-in: 13b388f3c2 user: dkf tags: trunk
09:17
Minor comment improvements and code reordering for clarity check-in: 3bbf53d116 user: dkf tags: trunk
2007-05-09
19:13
* generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, so make sure it i...
check-in: 867f5c8b95 user: dgp tags: trunk
12:51
* macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & * macosx/Tcl.xcodeproj/default.pbx...
check-in: 7a4896c252 user: das tags: trunk
12:50
* generic/tclInt.h: fix warning when building threaded with -DPURIFY.
check-in: 16435d3d84 user: das tags: trunk
2007-05-07
19:45
[Tcl Bug 1706140]
* generic/tclLink.c (LinkTraceProc): Update Tcl_VarTraceProcs ...
check-in: 4fde67d501 user: dgp tags: trunk
2007-05-05
23:36
regen check-in: befbe7593a user: dkf tags: trunk
23:33
Changes to allow the tip257 code to work as an extension properly post-tip280 check-in: d4338f35dc user: dkf tags: trunk
07:23
More type-pun warning squelches check-in: 79c3d2e279 user: dkf tags: trunk
2007-05-04
18:04
Record the dll base addresses for some additional extensions check-in: 4969c0bcd3 user: patthoyts tags: trunk
18:04
Comment and open file as text check-in: 41fa21a8d3 user: patthoyts tags: trunk
14:59
* tests/encoding.test: Modified so that encoding tests happen in a private namespace, to avoid pollu... check-in: 9cc60b0ea4 user: kennykb tags: trunk
2007-05-03
19:55
Changelog clarification check-in: e307373d70 user: msofer tags: trunk
2007-05-02
21:30
* generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): Corrected several memory leaks tha... check-in: d9bda6ffc8 user: kennykb tags: trunk
21:28
Convert to using ANSI function definitions. check-in: 34518579e8 user: dkf tags: trunk
20:50
* generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount imbalance that affected the files... check-in: e528ff4aaa user: kennykb tags: trunk
01:37
* tests/utf.test (utf-25.1--utf-25.4): Modified tests to clean up after the 'testobj' extension to a... check-in: 896874db57 user: kennykb tags: trunk
00:31
* generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr had refCount 0 and was used for...
check-in: 439f5fceaf user: msofer tags: trunk
2007-05-01
22:43
* generic/tclIO.c (DeleteChannelTable): Made changes so that DeleteChannelTable tries to close all o... check-in: 41c23d142b user: kennykb tags: trunk
20:20
* generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict map, a missing Tcl...
check-in: 79c2325ebd user: dgp tags: trunk
2007-04-30
22:57
* unix/Makefile.in: add 'tclsh' dependency to install targets that rely on tclsh, fixes parallel '...
check-in: 2f0db8cbbc user: das tags: trunk
21:40
* generic/tclIO.c (FixLevelCode): Corrected reference count mismanagement of newlevel, newcode. C... check-in: a533a69b73 user: andreas_kupries tags: trunk
19:46
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected reference count mismanagement on t... check-in: ee5486c118 user: kennykb tags: trunk
2007-04-26
17:34
move 8.5a6 tag point check-in: 77e56660e3 user: hobbs tags: trunk, core-8-5-a6
2007-04-25
21:59
Fix [Bug 1705778, leak K15] check-in: 27381316c7 user: dkf tags: trunk
19:09
* generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management to that the path returned from Tc... check-in: e88d2dd4e8 user: kennykb tags: trunk
19:07
* generic/tclCompExpr.c (ParseExpr): Revised to be sure that an error return does...
check-in: 40067525f6 user: dgp tags: trunk
03:40
* unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits.
check-in: c81f4ccd99 user: das tags: trunk
02:49
* unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.
check-in: fdf2809771 user: das tags: trunk
2007-04-24
22:31
* generic/tclListObj.c: reverting [Patch 738900] (committed on 2007-04-20). Causes some Tk test br...
check-in: c7ba07f44b user: msofer tags: trunk
22:07
* generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new list under construction was leaked i... check-in: 6d2d73af96 user: kennykb tags: trunk
20:46
Fix [Bug 1705778, leak K05] check-in: 1c2db58959 user: dkf tags: trunk
20:19
Fix [Bug 1705778, leak K04] check-in: c6a123cbc8 user: dkf tags: trunk
17:50
* generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the flag marking s...
check-in: ca6be460b3 user: dgp tags: trunk
17:18
* generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' ... check-in: ade9d682c6 user: kennykb tags: trunk
16:26
* unix/Makefile.in (dist): add platform library package to src dist
check-in: e4e6f5add3 user: hobbs tags: trunk
16:03
corrected botched indents check-in: 665f40f1f9 user: dgp tags: trunk
15:36
* generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the literal Tcl_Obj ...
check-in: aa1a433312 user: dgp tags: trunk
05:06
revised phrasing a bit for clarity check-in: ea6aa7874b user: dgp tags: trunk