Tcl Source Code

Timeline
Login

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

50 descendants of 246dcb287a9d0701

2008-08-08
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
11:27
small modif of last commit check-in: acc1ffd677 user: msofer tags: trunk
04:13
* generic/tclBasic.c: Fix tailcalls falling out of tebc into * generic/tclExecute.c: Tcl_EvalEx ...
check-in: 46bf23d87d user: msofer tags: trunk
2008-08-06
21:23
* generic/tclOO.c: Revised TclOO's check for an interp being deleted during han...
check-in: dc2c6d9a11 user: dgp tags: trunk
21:02
credit dgp for that bug :} check-in: fab82200af user: msofer tags: trunk
20:58
* generic/tclVar.c (TclLookupSimpleVar): fix bug that the core could not trigger before TclOO: the...
check-in: 85d2692b6e user: msofer tags: trunk
19:46
missed some nukeable comments re [namespace inscope] check-in: 62b41b608a user: msofer tags: trunk
19:23
* library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl ...
check-in: 53ee04101a user: msofer tags: trunk, potential incompatibility
2008-08-05
23:47
Streamline async connect logic [Patch 1994512].

Consolidate error reporting paths in CreateSocket()... check-in: 27101ab8a1 user: jenglish tags: trunk

22:52
missing ChangeLof entry check-in: 23631232a7 user: msofer tags: trunk
15:52
* generic/tclExecute.c: Fix for [Bug 2038069] by dgp. * tests/execute.test:
check-in: c1ff7f20d1 user: msofer tags: trunk
2008-08-04
18:32
fix "bad stack top" bug in last commit check-in: 05bc3e14e1 user: msofer tags: trunk
15:32
* tests/nre.test: added tests for [if], [while] and [for]. A test for [foreach] has been added and...
check-in: 97a07cfc1f user: msofer tags: trunk
14:59
missing commit to tests/unsupported.test check-in: c0b7ddbb03 user: msofer tags: trunk
14:09
duh ... committed only the ChangeLog entry, not the rest check-in: 4fee944e9f user: msofer tags: trunk
13:43
* generic/tclBasic.c: made atProcExit commands run * generic/tclCompile.h: inconditionally...
check-in: 3ec5568989 user: msofer tags: trunk
04:49
* generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t...
check-in: 9f82f568c0 user: dgp tags: trunk
2008-08-03
18:00
made function static check-in: d643a1a461 user: msofer tags: trunk
17:49
remove unneeded declaration check-in: 76b729dcd7 user: msofer tags: trunk
17:33
ChangeLog entry check-in: fa08074664 user: msofer tags: trunk
17:33
* generic/tclBasic.c: new unsupported command atProcExit * generic/tclCompile.h: that shar...
check-in: 95e85cbce2 user: msofer tags: trunk
10:19
remove NRE.test & add new test files to Tcl.xcodeproj check-in: bd9680fcd3 user: das tags: trunk
2008-08-02
14:12
* tests/NRE.test: made empty, waiting for removal until das does his thing in macosx/Tcl.xcodeproj...
check-in: 603dca99c0 user: msofer tags: trunk
2008-08-01
18:22
* doc/Exit.3: do not call Tcl_Finalize implicitly * generic/tclEvent.c: ...
check-in: 5f526d80a6 user: hobbs tags: trunk
17:07
* generic/tclBasic.c: Revised timing of the CmdFrame stack management * tests/info...
check-in: b561aa9385 user: dgp tags: trunk
00:44
* tests/NRE.test: replaced all deep-recursing tests by shallower tests that actually measure the ...
check-in: 740ca5abc7 user: msofer tags: trunk
2008-07-31
22:12
tclNRE.h die die die check-in: 9e690fa22a user: das tags: trunk
20:01
nr-enabling [for]; [while] made to reuse [for]'s infrastructure. check-in: 1b9a54b876 user: msofer tags: trunk
18:29
nr-enabling [while] check-in: 091d0a6c54 user: msofer tags: trunk
17:37
missing ChangeLog entry check-in: b4ae85afc8 user: msofer tags: trunk
17:32
nr-enabling [if] check-in: 591a2cece4 user: msofer tags: trunk
15:42
* generic/tclBasic.c: NR-enabling [catch] * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NR...
check-in: fe6fa5b7a7 user: msofer tags: trunk
14:47
wrong date in Changelog check-in: b25f80bdf8 user: msofer tags: trunk
14:43
Dumped tclNRE.h's contents into tclInt.h. The file is now empty and unrefernced everywhere but in ma... check-in: 451dda69d6 user: msofer tags: trunk
03:42
restricting usage and avoiding panics in [tailcall] check-in: 5bce68bce8 user: msofer tags: trunk
00:55
fix macro that gcc swallows but msvc doesn't check-in: 948cd763ef user: msofer tags: trunk
00:43
* generic/tclBasic.c: Improved tailcalls and tests. * generic/tclCompile.h: * generic/tclExecu...
check-in: 5b619c2fb3 user: msofer tags: trunk
2008-07-30
17:54
* generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg to clarify what is happening.
check-in: 225f31d075 user: msofer tags: trunk
17:34
fixing last commit check-in: bc709993b9 user: msofer tags: trunk
17:30
* generic/tclBasic.c: guard against the value of iPtr->evalFlags changing between the times where ...
check-in: b3662912c2 user: msofer tags: trunk
2008-07-29
23:18
* tests/NRE.test: new tests that went MIA in the NRE revamping
check-in: b090ac39c4 user: msofer tags: trunk
20:53
a timid start at cleaning up check-in: 303d8d03a9 user: msofer tags: trunk
18:19
* generic/tclBasic.c: Made use of the thread's alloc cache * generic/tclInt.h: stored in the e...
check-in: 1a3aa54ccf user: msofer tags: trunk
13:45
* generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case...
check-in: 63fdc405dd user: msofer tags: trunk
05:52
fix macro check-in: 266312a39b user: msofer tags: trunk
05:31
changelog entry check-in: 1519ed1a82 user: msofer tags: trunk
05:30
Completely revamped NRE implementation, with (almost) unchanged API. check-in: 4c5c243ec3 user: msofer tags: trunk
2008-07-28
22:09
it's tip #27, not #24 check-in: ea2042b8d4 user: nijtmans tags: trunk
21:31
* doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem * generic/tcl.decls: ...
check-in: 246dcb287a user: nijtmans tags: trunk, potential incompatibility