Tcl Source Code

Timeline
Login

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

50 descendants and 50 ancestors of a8d83acd188df8a873518f5d731cf8cea8f0c668

2008-07-23
20:49
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: e34657a1ad user: andreas_kupries tags: trunk
13:38
* generic/tclBasic.c (GetCommandSource): added comment with explanation and warning for waintainer...
check-in: b02f76b28f user: msofer tags: trunk
2008-07-22
23:06
make genstubs check-in: 163adf45a3 user: das tags: trunk
23:05
fix TclNRInterpProc stub table declaration (broke 'make checkstubs') check-in: 5c86e9cf31 user: das tags: trunk
23:01
fix line-endings check-in: 7352e91360 user: das tags: trunk
22:46
Added missing function comments. check-in: 749377e420 user: andreas_kupries tags: trunk
22:26
fix warning; formatting check-in: b3d96b33cd user: das tags: trunk
22:24
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: a640735a9f user: andreas_kupries tags: trunk
21:50
* generic/tclBasic.c: Ansified the new functions. check-in: 79c49df1f0 user: andreas_kupries tags: trunk
21:41
* generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: 0052f52da7 user: andreas_kupries tags: trunk
21:02
* generic/tclBasic.c: Added numLevels field to CommandFrame, * generic/tclExecute.c: let GetCo...
check-in: c83cc0d79a user: msofer tags: trunk
2008-07-21
23:46
fix warning, formatting, whitespace check-in: 23e20b113d user: das tags: trunk
22:50
* generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: ffe14e5e73 user: andreas_kupries tags: trunk
22:22
fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: cfc8157c41 user: nijtmans tags: trunk
21:58
formatting, whitespace check-in: c7486e1b03 user: das tags: trunk
21:54
whitespace check-in: 89f7360321 user: das tags: trunk
21:52
stack-3.1 no longer fails when testsuite is run from Xcode check-in: 0ec5c3d4e5 user: das tags: trunk
21:51
Added test for file rename with inode collision on windows check-in: f0b9a2f7da user: patthoyts tags: trunk
21:46
fix warnings, formatting check-in: 0c0bc35d08 user: das tags: trunk
21:25
fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: 395eaa2623 user: nijtmans tags: trunk
21:12
Resync with recent ?arg ...? normalization check-in: b3191b84e8 user: ferrieux tags: trunk
21:02
TIP #304 implementation check-in: 6cf782df52 user: ferrieux tags: trunk
19:41
use TclEvalObjv instead of Tcl_EvalObjv at selected spots check-in: 005a5d9138 user: msofer tags: trunk
16:25
* generic/tcl.decls: Changed the implementation of * generic/tclBasic.c: [namespace impor...
check-in: 281b7ede58 user: msofer tags: trunk
14:42
Inode numbers on Windows are not unique so avoid the inode check on this platform [Bug 2015723] check-in: afa89c1865 user: patthoyts tags: trunk
04:12
ChangeLog fix check-in: a64bf16a74 user: msofer tags: trunk
03:49
fix uninited and unused var warnings check-in: 677135de80 user: msofer tags: trunk
03:43
* generic/tclBasic.c: NRE: enabled calling NR commands * generic/tclExecute.c: from the callba...
check-in: 7a0e9388a7 user: msofer tags: trunk
2008-07-20
23:57
add cleanup to fix subsequent test failures with -singleproc 1 check-in: 48d82216dd user: das tags: trunk
20:24
* tests/fileName.test: Repaired the failing test fileName-15.7 from dkf's commit earlier today. check-in: 030524884f user: kennykb tags: trunk
17:55
Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 2e6c76f67e user: dkf tags: trunk
11:33
Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 check-in: 7001f3578e user: dkf tags: trunk
06:40
Finish cleaning up this file (move cleanup actions out of test bodies, etc.) check-in: 23ebaae69a user: dkf tags: trunk
2008-07-19
22:50
fix [2021443] inconsistant "wrong # args" messages check-in: 1e5261316e user: nijtmans tags: trunk
22:16
Fix a gcc warning when compiling Tcl with mingw32 tclWinTest.c: In function `TestplatformChmod': tcl... check-in: c33e0b7cf5 user: nijtmans tags: trunk
21:47
Fix miguel's problem with env failures; need LANG to get [encoding system] right in subprocesses... check-in: 33796e0fff user: dkf tags: trunk
16:20
More test cleanup. check-in: aa3631fea9 user: dkf tags: trunk
09:57
Rewrite to use tcltest2 and not generate non-ascii chars in results. Part of fix of [Bug 1513659] check-in: f856a8134a user: dkf tags: trunk
2008-07-18
23:29
new TclNRAddCallback macro for internal use instead of the public Tcl_NRAddCallback check-in: 41bf7d9039 user: msofer tags: trunk
17:23
NRE-enable the TclOO constructor system. check-in: e092b4ac90 user: dkf tags: trunk
14:02
* tests/NRE.test: Added basic tests for deep TclOO calls
check-in: 74a6afc49f user: msofer tags: trunk
13:46
* generic/tcl.decls: Change the public api prefix from * generic/tcl.h: TclNR_foo ...
check-in: 028024f0d3 user: msofer tags: trunk
13:10
NRE-enable oo::object.eval check-in: b20aa20566 user: dkf tags: trunk
13:08
Minor fixes (clearer panic messages, formatting of comments) check-in: 1acdaa5797 user: dkf tags: trunk
04:23
* generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix refcounting bugs that caused crashes [Bug...
check-in: d36c5fb6d6 user: msofer tags: trunk
2008-07-17
23:48
Tinkering check-in: bf427c5224 user: dkf tags: trunk
21:57
stop crash in test suite! check-in: 0da5dcb0e8 user: dkf tags: trunk
20:43
NRE-ify the non-compiled version of [dict update]. check-in: 90f8772b53 user: dkf tags: trunk
15:43
Add NRE support to [dict with]. check-in: 6f1625197f user: dkf tags: trunk
2008-07-16
23:31
* win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that thread key creation is successf... check-in: fc0e0a02ad user: georgeps tags: trunk
22:08
NRE-aware TclOO. check-in: a8d83acd18 user: dkf tags: trunk, potential incompatibility
00:44
* tests/NRE.test: better constraint for testing the * tests/stack.test: existence of teststack...
check-in: 41e62e1505 user: msofer tags: trunk
2008-07-15
14:13
* generic/tclParse.c: fixing incomplete reversion of "fix" for [Bug 2017583], missing TclResetCanc...
check-in: 34b2654de3 user: msofer tags: trunk
13:50
Fix [Bug 2018603] check-in: a65d58e563 user: dkf tags: trunk
12:58
Fix error in example. [Bug 2016740] check-in: d174149bbd user: dkf tags: trunk
10:15
Factor the ensemble code a bit more. check-in: 77f9b57cf0 user: dkf tags: trunk
2008-07-14
20:29
* generic/tclParse.c: reverting the "fix" for [Bug 2017583], * tests/parse.test: numLevel manage...
check-in: 589a13cd5a user: msofer tags: trunk
14:15
Tidy up code for clarity. check-in: 39ca815347 user: dkf tags: trunk
08:22
Store ClientDatas in NRE callback storage as an array; that's how they are referred to in callback i... check-in: 26d39f7114 user: dkf tags: trunk
02:09
* generic/tclParse.c: Remove unneeded TclInterpReady call
check-in: f52ca120cd user: msofer tags: trunk
02:03
* generic/tclExecute.c: Remove unneeded TclInterpReady call
check-in: 08ab944551 user: msofer tags: trunk
01:38
* generic/tclBasic.c.: Embedded Tcl_Canceled() calls into * generic/tclExecute.c: TclInterpRead...
check-in: e494614ad5 user: msofer tags: trunk
01:27
* generic/tclVar.c: fix error message
check-in: d0fe4d4ec6 user: msofer tags: trunk
00:57
remove unused variable check-in: f6560eca1e user: msofer tags: trunk
00:39
ChangeLog fix check-in: 36cb847033 user: msofer tags: trunk
00:38
* generic/tclParse.c: remove unnecessary numLevel management [Bug 2017583]
check-in: f5e9b29a66 user: msofer tags: trunk
00:11
* generic/tclBasic.c.: NRE left too many calls to * generic/tclExecute.c: TclResetCancellation ...
check-in: 762ff2fe9f user: msofer tags: trunk
2008-07-13
23:15
more consistent wrong # arg messages: change all messages containing ?options? to the form ?-option ... check-in: 7dcec0e5e2 user: nijtmans tags: trunk
22:42
* generic/tclBasic.c: TclResetCancellation() calls were misplaced (merge mishap); stray //. Thanks...
check-in: 0b71c2e082 user: msofer tags: trunk
16:07
* generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree were badly defined under mem deb...
check-in: 4931a14a74 user: msofer tags: trunk
15:56
whitespace check-in: b689462c86 user: das tags: trunk
12:54
add new NRE files check-in: 1f95bf67fa user: das tags: trunk
12:54
autoheader-2.59 check-in: ae7205f383 user: das tags: trunk
12:54
remove leftover DTRACE macro causing buid failure check-in: f5270f6b50 user: das tags: trunk
09:29
silence compiler warnings about uninited variables (gcc can't follow the logic) check-in: e2f82b3946 user: msofer tags: trunk
09:04
added new files generic/tclNRE.h and tests/NRE.test check-in: efe90c32ce user: msofer tags: trunk
09:03
NRE implementation [Patch 2017110] check-in: a646e4c362 user: msofer tags: trunk
2008-07-11
14:41
Minor updates for better readability. check-in: 870874a4ee user: dkf tags: trunk
2008-07-09
14:41
add a vqtcl entry check-in: 1c90799316 user: patthoyts tags: trunk
2008-07-08
17:52
* generic/tclGet.c: Corrected out of date comments and removed * generic/tclInt....
check-in: 006f71d8fb user: dgp tags: trunk, potential incompatibility
12:34
Tighten up language. check-in: 8ee2474038 user: dkf tags: trunk
2008-07-07
21:40
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cb0fe6bf7c user: andreas_kupries tags: trunk
14:06
typo check-in: ed992275b3 user: dgp tags: trunk
08:29
Correct examples. [Bug 1982642] check-in: 0cc6b56d0d user: dkf tags: trunk
2008-07-06
09:42
Improve [lindex] examples. check-in: 9f091b0f8c user: dkf tags: trunk
2008-07-03
17:38
* generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 2a130e3959 user: andreas_kupries tags: trunk
17:28
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri...
check-in: 570fddae32 user: dgp tags: trunk
2008-07-01
14:29
Add focussed stack limiting to the RE compiler. Tuning might not yet be right but it passes everythi... check-in: 1ab85d8c7d user: dkf tags: trunk
13:24
Fix [2006884] check-in: a8de9c95aa user: dkf tags: trunk
2008-06-30
15:58
typo check-in: 57d6f5548c user: dgp tags: trunk
15:24
Clean up typedef formatting check-in: 36fe95e2c4 user: dkf tags: trunk
14:01
* doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp...
check-in: 031847e56d user: dgp tags: trunk
01:10
formatting, whitespace check-in: e09456245c user: das tags: trunk
2008-06-29
23:12
Lrange cleanup and in-place optimization [Patch 1890831] check-in: 37618d97d9 user: ferrieux tags: trunk
23:05
Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. check-in: fd074bcd24 user: ferrieux tags: trunk
22:28
Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix typedefs, add a few missing ... check-in: 29df58df24 user: dkf tags: trunk
19:09
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks to Rolf Ade f...
check-in: 47846b80dd user: dgp tags: trunk
13:50
Fix [Bug 2004256] check-in: 2b42d73487 user: dkf tags: trunk
2008-06-28
23:43
Fix [Bug 2004480] check-in: 13f2955f1c user: dkf tags: trunk
04:22
* generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for...
check-in: f30a13da50 user: dgp tags: trunk
2008-06-27
21:46
Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Also... check-in: 325a6ffd56 user: dgp tags: trunk