Tcl Source Code

Timeline
Login

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

38 check-ins using file changes version a5b65f220b

2008-08-07
01:44
* generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of locals in the local...
check-in: f3fa95bc62 user: dgp tags: core-8-5-branch
2008-08-04
04:48
* generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t...
check-in: 8963606b64 user: dgp tags: core-8-5-branch
2008-07-30
20:59
* generic/tclBasic.c: Corrected the timing of when the flag TCL_ALLOW_EXCEPTIONS i...
check-in: 49eb26a8a2 user: dgp tags: core-8-5-branch
2008-07-29
13:51
* generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case...
check-in: c547a0a022 user: msofer tags: core-8-5-branch
2008-07-28
20:45
* generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: bb92304711 user: andreas_kupries tags: core-8-5-branch
14:44
backport casting fix from HEAD check-in: 51a0104215 user: dgp tags: core-8-5-branch
2008-07-25
21:24
* tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to...
check-in: c9bb25ad3b user: das tags: core-8-5-branch
20:30
* tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 8102aefa68 user: andreas_kupries tags: core-8-5-branch
2008-07-23
21:42
* tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: fb6b0a22ee user: andreas_kupries tags: core-8-5-branch
21:07
Rename new test to avoid duplicate test name. check-in: 428e649b75 user: andreas_kupries tags: core-8-5-branch
20:47
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: 222f1067e0 user: andreas_kupries tags: core-8-5-branch
2008-07-22
22:46
* generic/tclBasic.c: Added missing function comments. check-in: 3a081f6fc1 user: andreas_kupries tags: core-8-5-branch
22:26
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: 306ccd50a1 user: andreas_kupries tags: core-8-5-branch
21:41
* generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: a214d452fc user: andreas_kupries tags: core-8-5-branch
20:49
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 3614b8fd64 user: nijtmans tags: core-8-5-branch
03:34
* tests/encoding.test: Make failing tests pass again. [Bug 1972867]
check-in: 16a7c21ef0 user: dgp tags: core-8-5-branch
2008-07-21
19:44
Undo local changes which did not belong in the last commit. check-in: 118be23b5a user: andreas_kupries tags: core-8-5-branch
19:38
* generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: 40f723e2c0 user: andreas_kupries tags: core-8-5-branch
14:56
Backported fix for bug #2015723 check-in: 295579a555 user: patthoyts tags: core-8-5-branch
2008-07-20
22:02
Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 256c78f19e user: dkf tags: core-8-5-branch
2008-07-15
13:01
Fix error in example. [Bug 2016740] check-in: e7de769231 user: dkf tags: core-8-5-branch
2008-07-08
17:53
* generic/tclGet.c: Corrected out of date comments.
check-in: e4ee9a0659 user: dgp tags: core-8-5-branch
2008-07-07
21:39
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cc05a96e76 user: andreas_kupries tags: core-8-5-branch
08:36
Correct examples. [Bug 1982642] check-in: dd20cf4add user: dkf tags: core-8-5-branch
2008-07-04
19:22
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 190... check-in: e9e8be6fe0 user: jenglish tags: core-8-5-branch
2008-07-03
17:38
* generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 3455b4671c user: andreas_kupries tags: core-8-5-branch
17:22
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri...
check-in: 1ac299248c user: dgp tags: core-8-5-branch
2008-06-30
15:58
Created branch core-stabilizer-merge-synthetic Closed-Leaf check-in: fa8130bb59 user: cvs2fossil tags: core-stabilizer-merge-synthetic
15:58
typo check-in: 927d3b1474 user: dgp tags: core-8-5-branch
03:18
* generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * too...
check-in: cea2851afb user: dgp tags: core-8-5-3, core-8-5-branch
02:34
* doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp...
check-in: 0d7de5aa18 user: dgp tags: core-8-5-branch
2008-06-29
19:08
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks Rolf Ade for...
check-in: d6b206b3e6 user: dgp tags: core-8-5-branch
2008-06-28
04:22
* generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for...
check-in: b905ddb5c2 user: dgp tags: core-8-5-branch
2008-06-27
21:44
Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Als... check-in: c9a0be897b user: dgp tags: core-8-5-branch
19:55
typos check-in: 5159aee85d user: dgp tags: core-8-5-branch
2008-06-26
22:10
* unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 70ac26f232 user: andreas_kupries tags: core-8-5-branch
2008-06-25
18:16
remove stray .RE check-in: 66dc64f9cf user: dgp tags: core-8-5-branch
17:16
Add test suite changes for 1999119 bug fix commit. check-in: a7c4f42610 user: dgp tags: core-8-5-branch