Timeline
Not logged in

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

85 check-ins using file generic/tclTrace.c version d20b055fb1

2008-09-04
16:34
* generic/tclExecute.c (CACHE_STACK_INFO): * tests/unsupported.test: restore the execEnv's bottom... check-in: 6c3b82e2ad user: msofer tags: trunk
2008-09-03
05:43
* generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro * compat/dirent2... check-in: bbd0f4b7ed user: dgp tags: trunk
2008-09-02
22:55
unbreak the build with TCL_NO_DEPRECATED defined check-in: 4480defc0a user: das tags: trunk
20:56
* generic/tcl.h: Removed the conditional #define of _ANSI_ARGS_ that would su... check-in: 02492030f5 user: dgp tags: trunk
15:49
Use tcltest2 better. check-in: aa30d823e8 user: dkf tags: trunk
2008-09-01
12:28
* generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now * generic/tclOOBasic.c: by... check-in: 22bb9ac0a9 user: msofer tags: trunk
00:35
Improve the semantics of C-implemented destructors slightly. check-in: 879ea220fd user: dkf tags: trunk
2008-08-29
12:37
Ensure that all TclOO headers get installed. [Bug 2082299] check-in: d8c81db9a2 user: dkf tags: trunk
2008-08-28
16:24
* README: Bump version number to 8.6a3 * generic/tcl.h: * libr... check-in: cb2385ff07 user: dgp tags: trunk
2008-08-27
20:29
typo check-in: 66806cbe6f user: dgp tags: trunk
12:47
Added cross references to manual pages that discuss specific variables created by Tcl. check-in: 154659f1bf user: dkf tags: trunk
2008-08-26
22:36
* generic/tclBasic.c (InfoCoroutine): * tests/unsupported.test: new command that returns the FQN ... check-in: 6e24ef6a03 user: msofer tags: trunk
2008-08-25
13:22
* generic/tclBasic.c (NRInterpCoroutine): store the caller's eePtr, stop assuming the coroutine is... check-in: 6cde51f2d1 user: msofer tags: trunk
2008-08-24
14:42
Split off the ChangeLog entries for 2006-2007 into their own file. check-in: e58b904c88 user: dkf tags: trunk
14:38
NRE-enable non-compiled [foreach]. [Bug 2017632] check-in: 8bee319fc2 user: dkf tags: trunk
2008-08-23
18:53
* generic/tclBasic.c: Removed unused var; fixed function * generic/tclOOInt.h: pointer dec... check-in: e7cb67cca4 user: msofer tags: trunk
11:35
NRE-enable the ensemble creator (add extra field!) Arrange for [dict for] to be NRE-enabled when not... check-in: 51c9ce366f user: dkf tags: trunk
10:54
Silence some warnings. check-in: 1a9a602400 user: dkf tags: trunk
01:55
fix ChangeLog entry check-in: 5b2121e277 user: msofer tags: trunk
01:48
* generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY, COROUTINE_CANT_YIELD, COROUTINE_ILLEG... check-in: 4c97f8aa43 user: msofer tags: trunk
01:42
* generic/tclBasic.c: Set a special COROUTINE_BUSY errorcode check-in: c6616a4aa0 user: msofer tags: trunk
2008-08-22
19:41
* changes: Updates for 8.6a2 release. check-in: 5b18c7b706 user: dgp tags: trunk, core-8-6-a2
18:27
speling ficks check-in: 3fb55502a3 user: dgp tags: trunk
18:16
* generic/tcl.h: Drop use of USE_COMPAT85_CONST. That added indirection with... check-in: 4581b11cbe user: dgp tags: trunk
18:00
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: fe9f78b0a6 user: dgp tags: trunk
17:26
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 9832ad37bc user: dgp tags: trunk
2008-08-21
23:57
* generic/tclBasic.c: Previous fix, now done right. * generic/tclCmdIL.c: * generic/tclInt.h:... check-in: 9a8105fe32 user: msofer tags: trunk
23:42
really fix translation to escape glob-sensitive chars check-in: 2954833c4a user: hobbs tags: trunk
23:19
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: 6e9764c87c user: hobbs tags: trunk
21:35
* generic/tcl.h: Reduced the use of CONST86 and eliminated * generic/tcl.decl... check-in: b3e31c71c2 user: dgp tags: trunk, potential incompatibility
21:24
parts of last commit were not saved :} check-in: b73a168de3 user: msofer tags: trunk
21:01
* generic/tclBasic.c: Fix the cmdFrame level count in * generic/tclCmdIL.c: coroutines. Fix sm... check-in: dc107da7f4 user: msofer tags: trunk
14:02
Added disassembly of TclOO methods. check-in: 271c1169b9 user: dkf tags: trunk
10:36
Align variable naming and typing a bit better with tclNamesp.c. check-in: b23fa711a9 user: dkf tags: trunk
2008-08-20
23:48
Added casts to make MSVC happy and re-enable the debug build. check-in: f78dfdd7d5 user: patthoyts tags: trunk
15:41
Fix performance bug introduced by fix of [Bug 2037727] check-in: fbf4a7e36a user: dkf tags: trunk
15:31
General whitespace/style policing check-in: c184a1d25e user: dkf tags: trunk
15:02
Squelch warning check-in: 2a74b3f885 user: dkf tags: trunk
13:14
Remove pointless casts check-in: bf97b95821 user: dkf tags: trunk
12:18
Minor cleanup check-in: 71f957ca12 user: dkf tags: trunk
11:45
* generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 569ea2e888 user: das tags: trunk
2008-08-17
19:37
* generic/tclBasic.c: Implementation of [coroutine] and [yield] * generic/tclCmdAH.c: co... check-in: bd5b25a1ec user: msofer tags: trunk
14:15
* generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 06993be2a4 user: msofer tags: trunk
2008-08-16
14:27
fix last commit check-in: 3546c22a60 user: msofer tags: trunk
13:59
* generic/tclExecute.c: better cmdFrame management check-in: f1f99b8c5c user: msofer tags: trunk
2008-08-14
13:09
* tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: 341ed145a9 user: dgp tags: trunk
10:49
remove overlooked old TCL_DTRACE_PROC_ENTRY check-in: 4be2d39aa9 user: das tags: trunk
10:49
fix unused variable warnings when USE_DTRACE is not defined check-in: 435d4b4c40 user: das tags: trunk
10:32
#define DTraceCmdReturn when USE_DTRACE is not defined check-in: d9e22693a7 user: das tags: trunk
02:16
typo check-in: b5df40bcd4 user: das tags: trunk
02:11
* generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes * generic/tclProc.c (TclNR... check-in: c21fbf3f17 user: das tags: trunk
02:09
* generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: 8aedfc1b91 user: das tags: trunk
00:08
* tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 59c3f93246 user: das tags: trunk
2008-08-13
23:14
autoheader-2.59 check-in: 57b8049a58 user: das tags: trunk
23:13
autoconf-2.59 check-in: 6b73205484 user: das tags: trunk
23:08
* unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() * generic/tclInt.h: and related ifd... check-in: 626938b63a user: das tags: trunk
23:07
* unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 97358f39f0 user: das tags: trunk
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 60930ca354 user: das tags: trunk
22:02
* tests/nre.test: added test for large {*}-expansion effects check-in: 871c9025a5 user: msofer tags: trunk
18:14
* generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: d391632bf3 user: dgp tags: trunk
2008-08-12
23:19
* generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): fix # args displayed. [Bug 2048676... check-in: 7237db2f3e user: hobbs tags: trunk
17:51
* generic/tclOOMethod.c (PushMethodCallFrame): Added missing check for bytecode val... check-in: ccb470815e user: dgp tags: trunk
17:45
* generic/tclProc.c (TclProcCompileProc): On recompile of a proc, clear away a... check-in: 47649f8b79 user: dgp tags: trunk
15:10
* README: Bump version number to 8.6a2 * generic/tcl.h: * libr... check-in: ff4d6323a8 user: dgp tags: trunk
15:00
* changes: Updates for 8.6a2 release. check-in: 96183d9f3e user: dgp tags: trunk
2008-08-11
21:58
* library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 8b417ebe57 user: dgp tags: trunk
21:29
Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 57e81cc526 user: patthoyts tags: trunk
21:04
* library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f3cd8f5886 user: andreas_kupries tags: trunk
20:40
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 6ea9a5e52e user: andreas_kupries tags: trunk
17:32
&#(*& typo! check-in: 2f88360993 user: dgp tags: trunk
15:59
* library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: 6e510ffad0 user: dgp tags: trunk
14:39
crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: ef5481bca1 user: patthoyts tags: trunk
2008-08-10
23:06
made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const. This variable is only... check-in: b300e8ceeb user: nijtmans tags: trunk
15:58
remove unused vars check-in: 08501ee705 user: msofer tags: trunk
15:35
* generic/tclProc.c: completely removed ProcCompileProc, which was a fix for [Bug 1482718]. This i... check-in: d97c9b7593 user: msofer tags: trunk
2008-08-09
22:20
* generic/tclBasic.c: slight cleanup * generic/tclCompile.h: * generic/tclExecute.c: check-in: 62fd40602c user: msofer tags: trunk
00:20
* generic/tclExecute.c: fix warnings. * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitia... check-in: 306f85215c user: das tags: trunk
00:16
(lrange-1.17): add test cleanup; whitespace check-in: 1c9b083956 user: das tags: trunk
00:15
(PushMethodCallFrame): fix uninitialized efi name field check-in: d6b7e73887 user: das tags: trunk
00:13
fix warnings check-in: ed57ce2e84 user: das tags: trunk
2008-08-08
20:56
removed INCOMPAT flag check-in: 650bd711ca user: dgp tags: trunk
20:43
* changes: Updates for 8.6a2 release. check-in: fe932c6048 user: dgp tags: trunk
15:43
Olson's tzdata2008e check-in: e388275039 user: kennykb tags: trunk
15:30
Olson's tzdata2008e check-in: 121b0de920 user: kennykb tags: trunk
2008-08-07
22:29
generic/tclExecute.c formatting only: remove spaces at the end of a every line generic/tclConfig... check-in: 697472b8f7 user: nijtmans tags: trunk