Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 25ecba7081a1dd5b.

2008-10-16
22:34
Add "const" to many internal const tables. No functional or API change. check-in: f03d2e2d83 user: nijtmans tags: trunk
17:04
* library/init.tcl: Revised [unknown] so that it carefully preserves the state o...
check-in: 91dbfe7baf user: dgp tags: trunk
16:58
silence Alex check-in: c36d69e47d user: dgp tags: core-8-5-branch
16:08
* library/init.tcl: Revised [unknown] so that it carefully preserves the state o...
check-in: a07bfdf2de user: dgp tags: trunk
16:07
* library/init.tcl: Revised [unknown] so that it carefully preserves the state o...
check-in: 90e78c239a user: dgp tags: core-8-5-branch
2008-10-15
10:43
Lots of very minor formatting fixes. check-in: 4eecde7be6 user: dkf tags: trunk
06:17
Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segmen... check-in: 8fcbc25d98 user: nijtmans tags: trunk
2008-10-14
22:43
* win/tclWinChan.c: Fix minor compiler warnings when * win/tclWinDde.c: compiling wit -...
check-in: ec7f443aa8 user: nijtmans tags: trunk
22:37
* generic/tclCmdAH.c: Fix minor compiler warnings when compiling * generic/tclCmdMZ.c: w...
check-in: 675e88f649 user: nijtmans tags: trunk
22:30
Fix a bit of formatting. check-in: c710941ccd user: dkf tags: trunk
22:28
Use the environment variable for program files to find the html help compiler check-in: 4a43f5ab31 user: patthoyts tags: trunk
20:10
merge updates from HEAD check-in: b58f473a75 user: dgp tags: dgp-refactor
20:08
* README: Bump version number to 8.6a4 * generic/tcl.h: * libr...
check-in: 3d9e72a73b user: dgp tags: trunk
19:26
* generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.
* generic/t...
check-in: 06c13fc98b user: dgp tags: trunk
18:49
Fix test flaws exposed by -singleproc 1 -debug 1 check-in: dd5b58f068 user: dgp tags: trunk
18:16
backport more reliable tests check-in: ccf31d9892 user: dgp tags: core-8-5-5, core-8-5-branch
17:17
Make safe-7.2 more robust to different environments check-in: 73af7029b1 user: dgp tags: trunk
16:48
oops check-in: a250bfc0d6 user: dgp tags: trunk
16:35
add missing constraints check-in: 28a3511d72 user: dgp tags: trunk
15:55
missing constraint check-in: 32df37b2b1 user: dgp tags: core-8-5-branch
14:02
Made documentation *even more* clear... check-in: 6f94816860 user: dkf tags: trunk
2008-10-13
22:51
We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field... check-in: 8f717ed738 user: patthoyts tags: trunk
22:05
set array of Tcl_Obj's to the right size. check-in: a8fe689a21 user: patthoyts tags: trunk
21:10
Handle error case [info class destructor]. check-in: c12e6d7da6 user: dkf tags: trunk
13:13
Added magic for Objective C. [Bug 2163447] check-in: 6bb3cf9fbf user: dkf tags: trunk
2008-10-12
19:53
* generic/tclCompile.c: fix bug in srcDelta encoding within ByteCodes. The bug can only be trigger...
check-in: 25ecba7081 user: msofer tags: trunk
2008-10-11
03:37
merge updates from HEAD check-in: 707fc4e9cf user: dgp tags: dgp-refactor
2008-10-10
21:45
typo check-in: 42af675fdd user: dgp tags: trunk, core-8-6-a3
21:12
*** 8.6a3 TAGGED FOR RELEASE ***
* changes: Updates for 8.6a3 release.
check-in: a97484e77c user: dgp tags: trunk
19:51
Fix version typo check-in: 945cc496f7 user: mistachkin tags: core-8-5-branch
19:29
tag 8.5.5 check-in: 1523499c33 user: dgp tags: core-8-5-branch
19:11
* changes: Update for 8.5.5 release.
check-in: 25aac84715 user: dgp tags: core-8-5-branch
18:16
* generic/tcl.h: Bump to 8.5.5 for release. * library/init.tcl: * too...
check-in: 755ea2c849 user: dgp tags: core-8-5-branch
13:04
Fix [Bug 2155658] check-in: e58e13e886 user: dkf tags: trunk
04:09
CONSTify char* DTrace probe arguments check-in: 42099d03d6 user: das tags: trunk
04:02
fix warning check-in: 9c2baab056 user: das tags: trunk
2008-10-08
21:35
* unix/tclUnixChan.c: fix minor compiler warning * unix/tcl.m4: fix for bug [2073255] ...
check-in: ac6cee85db user: nijtmans tags: trunk
15:10
* generic/tclBasic (TclInfoCoroutineCmd): * tests/unsupported.test: arrange for [info coroutine] t...
check-in: cfefafc12b user: msofer tags: trunk
14:52
* generic/tclTrace.c: Corrected handling of errors returned by variable traces so ...
check-in: 8560e0542f user: dgp tags: core-8-5-branch
14:50
* generic/tclTrace.c: Corrected handling of errors returned by variable traces so ...
check-in: 05c091d997 user: dgp tags: trunk
2008-10-07
22:58
Some cleaning up of the binary encode/decode engines check-in: 7763aab2c6 user: dkf tags: trunk
22:31
Added better docs of [binary encode] and [binary decode] check-in: dffabf5e85 user: dkf tags: trunk
21:24
undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but in stead modify two mac... check-in: 8ab8fd2e1e user: nijtmans tags: trunk
20:51
* tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: tclWinTest.c:706:...
check-in: 7c664fa363 user: nijtmans tags: core-8-5-branch
17:58
fix ChangeLof entry check-in: b045ddbf00 user: msofer tags: trunk
17:57
* generic/tclBasic.c: Move [tailcall], [coroutine] and * generic/tclCmdIL.c: [yield] out...
check-in: 368305a073 user: msofer tags: trunk
15:00
Corrected order of subcommands in a section to be alphabetic check-in: 9f4ca00277 user: dkf tags: trunk
14:10
Documented channel transformations. check-in: f37aa97888 user: dkf tags: trunk
01:15
fix warnings from 2008-10-05 constification check-in: a143c62934 user: das tags: trunk
2008-10-06
21:27
Fixed up some erroneous tests that are failing on Vista/Server2008 systems check-in: f96dc5db37 user: patthoyts tags: trunk