Tcl Source Code

Timeline
Login

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

118 check-ins using file changes version b31fd96203

2008-10-10
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: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
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
21:00
fixed constness of last commit for msvc check-in: 2d35bb9a0e user: patthoyts tags: trunk
18:38
Fix for [Bug 1934200] check-in: 1108f5efb5 user: mistachkin tags: trunk
04:25
missed commit of lset.n in TIP #331 changes. check-in: be5e869c9b user: kennykb tags: trunk
2008-10-05
22:25
* doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc * generic/tclFCmd.c: and tclpFileA...
check-in: 40d0887361 user: nijtmans tags: trunk, potential incompatibility
22:12
TIP #331 IMPLEMENTATION * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset]... check-in: 41ad4c4b67 user: kennykb tags: trunk
21:27
* libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: 5c9087286d user: kennykb tags: trunk
20:47
* generic/tclInt.decls: CONSTified the AuxDataType argument * generic/tclCompCmds.c: of TclCreate...
check-in: 20d2689bb9 user: nijtmans tags: trunk
19:22
Fix [Bug 2144595] check-in: a484fe5df5 user: dkf tags: trunk
2008-10-04
18:06
More result hygiene. check-in: 5de0a3380d user: dkf tags: trunk
12:54
* generic/tclLoad.c: Make sure that any library which doesn't have an unloadproc is only really un...
check-in: 535ff978c5 user: nijtmans tags: trunk
12:33
* doc/ChnlStack.3: CONSTified the typePtr argument * doc/CrtChannel.3: of Tcl_CreateChannel an...
check-in: 1fb6ccc45a user: nijtmans tags: trunk
12:00
Clean up result handling, factor out some duplicated code, share objects. check-in: 3258456452 user: dkf tags: trunk
11:51
* doc/Hash.3: CONSTified the typePtr argument * generic/tcl.decls: of Tcl_InitCustomHashTable....
check-in: fcc2624fe4 user: nijtmans tags: trunk
11:34
* doc/RegConfig.3: CONSTified the configuration argument * generic/tcl.decls: of Tcl_RegisterCo...
check-in: 3aa5a6de7f user: nijtmans tags: trunk
11:04
* doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj....
check-in: 4d465df046 user: nijtmans tags: trunk
2008-10-03
19:20
* tests/stack.test: * unix/tclUnixTest.c: removed test command teststacklimit and the correspondi...
check-in: c8d29ae885 user: msofer tags: trunk
13:24
minor corrections check-in: f8dbf0312e user: dkf tags: trunk
08:13
Tidying up formatting check-in: 754b252ed3 user: dkf tags: trunk
00:09
regen again check-in: eb585aa4b8 user: dkf tags: trunk
00:07
typofix check-in: 098e39bd8b user: dkf tags: trunk
00:05
typo check-in: e9013079c4 user: dkf tags: trunk
00:01
Implemented TIP#195 - tcl::prefix command. [Patch 1040206] check-in: b99e7f3d7a user: dkf tags: trunk
2008-10-02
23:55
Regen check-in: 85794e5b8f user: dkf tags: trunk
23:36
Reduce the number of (pointless) type-casts. check-in: 1412dede80 user: dkf tags: trunk
23:32
Implement TIP #265. [FRQ 1446696] check-in: 020acd659d user: dkf tags: trunk
23:20
* tests/info.test (info-23.3): See [SF Bug 2017632]. Updated output of the test to handle the N... check-in: 69e6f84143 user: andreas_kupries tags: trunk
23:03
* doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation of 'info frame' for positive ... check-in: 4c82407928 user: andreas_kupries tags: trunk
22:55
* tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made pattern for file containing tcltest... check-in: 1962be163c user: andreas_kupries tags: trunk
20:59
TIP #330 IMPLEMENTATION
* generic/tcl.h: Remove the "result" and "freeProc" ...
check-in: df44cd3e16 user: dgp tags: trunk, potential incompatibility
19:18
forgot one missing unmatched font change check-in: c1dd492734 user: mistachkin tags: trunk
19:01
Fixes for [Bug 1934272, 2072891] check-in: c2fdf161b8 user: mistachkin tags: trunk
2008-09-30
16:29
remove outdated comment check-in: 4b84986114 user: dgp tags: trunk
2008-09-29
16:03
TIP #323 IMPLEMENTATION (partial)
* doc/glob.n: Revise [glob] to accept z...
check-in: a7fdab8e2f user: dgp tags: trunk
15:38
TIP #323 IMPLEMENTATION (partial)
* doc/linsert.n: Revise [linsert] to accep...
check-in: f4124d16f9 user: dgp tags: trunk
13:32
TIP #326 IMPLEMENTATION check-in: e0ff4dac80 user: dkf tags: trunk
12:25
TIP #313 IMPLEMENTATION check-in: c8c203b12e user: dkf tags: trunk
08:19
Implement TIP 318. check-in: d30b262674 user: dkf tags: trunk
2008-09-28
22:18
regen check-in: 39716ddec7 user: dkf tags: trunk
22:17
Implement TIP 314. [Patch 1901783] check-in: 9834451d3a user: dkf tags: trunk
20:39
Added test for [Bug 2130726]. check-in: 297406d088 user: dkf tags: trunk
13:46
* generic/tclBasic.c: Fix the numLevels computations on * generic/tclInt.h: coroutine ...
check-in: c18213886c user: msofer tags: trunk
2008-09-27
19:48
Reduce the magic number count check-in: a0e8f66dae user: dkf tags: trunk
19:47
Fix [Bug 2130726]. check-in: d18c55b8a2 user: dkf tags: trunk
19:40
Stylistic improvements (consistent function separation standards, etc.) and some reduction in nestin... check-in: c90542955a user: dkf tags: trunk
19:34
Corrected sanity test in zero-element case check-in: f54b9cef25 user: dkf tags: trunk
14:16
Fix [Bug 2130992]. check-in: 14ace11843 user: dkf tags: trunk
2008-09-26
21:05
TIP #323 IMPLEMENTATION (partial)
* doc/lrepeat.n: Revise [lrepeat] to accept...
check-in: 5065563421 user: dgp tags: trunk
20:16
TIP #323 IMPLEMENTATION (partial)
* doc/object.n: Revise standard oo method...
check-in: 281da7a6fb user: dgp tags: trunk
19:54
TIP #323 IMPLEMENTATION (partial)
* doc/tm.n: Revise [tcl::tm::path add...
check-in: 898345772b user: dgp tags: trunk
19:36
TIP #323 IMPLEMENTATION (partial)
* doc/namespace.n: Revise [namespace upvar] ...
check-in: 00995907cb user: dgp tags: trunk
19:12
TIP #323 IMPLEMENTATION (partial)
* doc/lassign.n: Revise [lassign] to accep...
check-in: 242df9962b user: dgp tags: trunk
12:53
Bump the TclOO version. (Forgot when checking in TIP320 impl.) check-in: 2363bbd777 user: dkf tags: trunk
2008-09-25
19:51
TIP #323 IMPLEMENTATION (partial)
* doc/global.n: Revise [global] to accept...
check-in: 1fa1d8c3e7 user: dgp tags: trunk
19:26
TIP #323 IMPLEMENTATION (partial)
* doc/global.n: Revise [global] to accept...
check-in: 03e5f21d0d user: dgp tags: trunk
18:06
* tests/platform.test: Update tests to expect revised results * tests/safe.test: ...
check-in: 6c9eefd7f8 user: dgp tags: trunk
14:37
overlooked 85 -> 86 bump check-in: 2782fc85d1 user: dgp tags: trunk
14:30
Implement TIP #315. check-in: a9c586be0a user: dkf tags: trunk
10:17
correct bug number check-in: a05bee07cc user: dkf tags: trunk
10:15
slightly more efficient check-in: 7fac343845 user: dkf tags: trunk
10:13
Fix [Bug 2120903] check-in: c27a3bf717 user: dkf tags: trunk
2008-09-24
19:31
TIP #323 IMPLEMENTATION (partial)
* doc/file.n: Revise [file delete] and ...
check-in: 5351913241 user: dgp tags: trunk
09:51
Remove obsolete debugging macro. [Bug 2124814] check-in: 75b9647452 user: dkf tags: trunk
09:41
Implement TIP #316. check-in: 05e3bb92fd user: dkf tags: trunk
2008-09-23
14:27
Apply [Patch 2082450] check-in: 045d8a63c9 user: dkf tags: trunk
13:22
Fix [Bug 2118123] check-in: 9702f32993 user: dkf tags: trunk
05:05
Implementation of TIP #320.#320.#320. check-in: 9bc559dfec user: dkf tags: trunk
2008-09-22
21:02
Clean up paragraph order in chan.n [chan pipe] check-in: dd9b612925 user: ferrieux tags: trunk
2008-09-18
16:14
simplify TCL_CT_ASSERT check-in: d285545ac3 user: msofer tags: trunk
15:43
* generic/tclExecute.c (NEXT_INST_F): * generic/tclInt.h (TCL_CT_ASSERT): new compile-time asserti...
check-in: 5686b2eef0 user: msofer tags: trunk
2008-09-17
18:11
* generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI...
check-in: 148987ab5f user: dgp tags: trunk
12:38
* library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053]
check-in: 98d7ad77b5 user: msofer tags: trunk
02:15
* generic/tclParse.c: move TclResetCancellation to be called on returning to level 0...
check-in: f4786edb4c user: mistachkin tags: trunk
00:01
* generic/tclBasic.c: move TclResetCancellation to be called on returning to level 0, as opposed t...
check-in: 3e6a322ef8 user: msofer tags: trunk
2008-09-10
22:48
Incomplete docs for [binary encode] and [binary decode]. check-in: a0c0bd7c5a user: dkf tags: trunk
13:50
Use the powers of tcltest2 for good! Also add basic testing of disassmbler (though not of its output... check-in: 677f3de5be user: dkf tags: trunk
13:23
* tests/nre.test: add missing constraints; enable test of foreach recursion.
* generic/tclBasic....
check-in: abc61b5a22 user: msofer tags: trunk
13:03
Fix efficiency bug detected by Kieran Elby. check-in: b5547d4f7b user: dkf tags: trunk
2008-09-08
10:48
Simplify test bodies using tcltest2 check-in: 24fb39dd18 user: dkf tags: trunk
03:55
* generic/tclCompile.c (TclCompileTokens): * generic/tclExecute.c (CompileExprObj): fix a perf b...
check-in: b78ba52c9d user: msofer tags: trunk
2008-09-07
14:01
* doc/namespace.n: fix [Bug 2098441]
check-in: 181400daae user: msofer tags: trunk
2008-09-05
01:19
* generic/tclTrace.test (TraceVarProc): * generic/unsupported.test: insure that unset traces are r...
check-in: 2d32371557 user: msofer tags: trunk
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