Timeline
Not logged in

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

234 check-ins using file win/.cvsignore version 6ef0fb4390

2011-03-11
19:14
The re-creation of this branch should have deleted a few NRE specific testsuites, and did not. Fixed... Closed-Leaf check-in: 020e924fe9 user: andreask tags: activestate-nre-excised-variant-2-subtracted
2011-03-06
22:33
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 6b0527ff33 user: dgp tags: trunk
20:07
* generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: 4dbf4963bd user: dgp tags: trunk
05:11
* generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: ffce86baaf user: dgp tags: trunk
2011-03-05
17:54
* generic/tclExecute.c (TclStackFree): insure that the execStack satisfies "at most one free stack a... check-in: 02580251b5 user: msofer tags: trunk
16:53
<verbatim> * generic/tclAssembly.c (new file): * generic/tclBasic.c (Tcl_CreateInterp): * generic/tc... check-in: c25aa35b3e user: kennykb tags: trunk
16:31
merge trunk Closed-Leaf check-in: 08b261adfb user: kennykb tags: dogeen-assembler-branch
15:09
* generic/tclExecute.c: cleaner mem management for TEBCdata check-in: 0798fea8d4 user: msofer tags: trunk
13:26
Renamed BottomData to TEBCdata, so that the name refers to what it is rather than to its storage loc... check-in: 9f40419fa6 user: msofer tags: trunk
12:29
Renamed struct TEOV_callback to the more descriptive NRE_callback. check-in: dbebe03821 user: msofer tags: trunk
05:13
One trunk to rule them all... check-in: 66081a3e1e user: dgp tags: trunk
01:25
Unbreak the build. check-in: 1f4297094c user: dkf tags: trunk
00:35
[Bug 3185009]: Keep references to resolved object variables so that an unset doesn't leave any dangl... check-in: 6005a9d1b7 user: dkf tags: trunk
2011-03-04
11:57
* generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in commented out non-optimised ... check-in: b1628c0c00 user: msofer tags: trunk
2011-03-03
21:31
date copy/paste error check-in: b46de1fb05 user: dgp tags: trunk
21:28
USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. check-in: d8df544b20 user: dgp tags: trunk
17:29
merge trunk check-in: 37d45c2698 user: dgp tags: dgp-refactor
17:14
merge trunk check-in: affd89e3ef user: dgp tags: dgp-refactor
2011-03-02
21:31
add missing comment terminator check-in: e3b87b44f3 user: mig tags: trunk
20:27
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: c64f310d38 user: dgp tags: trunk
03:59
merge trunk into dogeen-assembler-branch check-in: d7f33b3d72 user: kennykb tags: dogeen-assembler-branch
2011-03-01
20:02
fix leaks in throw and unset compilers check-in: 0e18b9441c user: mig tags: trunk
19:54
This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 check-in: 40089e043b user: mig tags: trunk
19:26
* generic/tclExecute.c (ExprObjCallback): fix object leak check-in: 41088210ac user: mig tags: trunk
18:24
* generic/tclExecute.c (TEBCresume): store local var array and constants in automatic vars to reduce... check-in: 9c6343aefd user: mig tags: trunk
18:21
merge trunk check-in: 14fef1ae97 user: kennykb tags: dogeen-assembler-branch
18:13
fix typo in dkf's last commit check-in: b4bf957f29 user: mig tags: trunk
18:05
remove unused variables check-in: 2b4579e047 user: mig tags: trunk
17:19
* generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for commands that do not have an ... check-in: b97b771b6d user: mig tags: trunk
15:07
Reorganization of call context reference count management so that code is (mostly) simpler. check-in: 25d2a66f4d user: dkf tags: trunk
04:16
merge trunk check-in: 1357375583 user: kennykb tags: dogeen-assembler-branch
2011-02-28
21:23
Mark merge point. check-in: ebe7b80052 user: dgp tags: dgp-refactor
21:21
Mark merge of 8.5 bugfixes into 8.6 development. check-in: d1e1021f8a user: dgp tags: trunk
20:58
merge check-in: 1b19fb4fb6 user: dgp tags: dgp-refactor
20:26
* doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: f6f4f8c5e7 user: dgp tags: trunk
2011-01-25
22:33
Fix various gcc-4.5.2 64-bit warning messages, e.g. by using full 64-bits for socket fd's check-in: 92caef797a user: nijtmans tags: trunk
19:23
merge check-in: fae129cbce user: dgp tags: dgp-refactor
19:02
Created branch dgp-refactor-merge-synthetic Closed-Leaf check-in: d2193dd943 user: cvs2fossil tags: dgp-refactor-merge, dgp-refactor-merge-synthetic
19:02
typo check-in: c116ce9d3c user: dgp tags: trunk
07:17
Don't miss 64-bit address bits in panic message. check-in: 8f2403f53e user: nijtmans tags: trunk
2011-01-19
23:34
Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Brad Harder (yukonbob). [B... check-in: 71a85031c7 user: ferrieux tags: trunk
14:44
merge check-in: 033d15e87a user: dgp tags: dgp-refactor
14:11
[Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. check-in: 028797ed80 user: nijtmans tags: trunk
14:04
Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 22f28b5c02 user: nijtmans tags: trunk
2011-01-18
19:26
Brought no-nre v2 up-to-date with 8.6 head as of Jan 18 11:30 PST. check-in: 5b2d91d5e3 user: andreask tags: activestate-nre-excised-variant-2-subtracted
16:34
merge check-in: a4ca4d6d4c user: dgp tags: dgp-refactor
15:44
Add missing comment check-in: a07004a06f user: dkf tags: trunk
13:50
* generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make sure that the cmdPtr field of t... check-in: f2221b7726 user: dkf tags: trunk
08:43
Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 964a1a5a57 user: nijtmans tags: trunk
2011-01-17
11:27
[Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: 49488fe933 user: nijtmans tags: trunk
2011-01-15
19:01
Removed code that suppressed zeroes in a context where zeroes cannot appear. check-in: 12e11949ff user: kennykb tags: trunk
18:10
* doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: 32e80e56c7 user: kennykb tags: trunk
2011-01-12
20:30
merge check-in: e66fd7b686 user: dgp tags: dgp-refactor
20:17
fall back to assembler for VC++ 32-bit check-in: 3aedd76d8f user: nijtmans tags: trunk
15:35
Missed from update, dropped test file, is now part of package.test check-in: 09c46cb1e8 user: andreask tags: activestate-nre-excised-variant-2-subtracted
15:34
Update to CVS head Wednesday Jan 11. check-in: 905d97c057 user: andreask tags: activestate-nre-excised-variant-2-subtracted
15:23
This commit is both no-NRE v2, implemented by subtracting the NRE pieces (*), and update to CVS trun... check-in: 2d93b1436c user: andreask tags: activestate-nre-excised-variant-2-subtracted
10:40
handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> check-in: 8942ef5184 user: nijtmans tags: trunk
07:48
VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 7a633418bf user: nijtmans tags: trunk
07:37
VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 5e2970599b user: nijtmans tags: trunk
07:32
Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. check-in: ae91cc7d31 user: nijtmans tags: trunk
2011-01-10
15:24
merge check-in: afbcd525de user: dgp tags: dgp-refactor
2011-01-07
02:26
* tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denorma... check-in: d49689d1c1 user: kennykb tags: trunk
2011-01-06
13:31
merge check-in: 072f29386d user: dgp tags: dgp-refactor
10:20
* tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with th... check-in: b3216c8061 user: dkf tags: trunk
2011-01-04
16:21
merge check-in: 74ff362eac user: dgp tags: dgp-refactor
2011-01-01
15:14
Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of t... check-in: 69575bf53b user: dkf tags: trunk
14:44
* tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unf... check-in: 11dc5975d5 user: dkf tags: trunk
10:49
* generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so tha... check-in: 945d846dfa user: dkf tags: trunk
2010-12-31
16:35
Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD check-in: ce79d0f88f user: nijtmans tags: trunk
2010-12-30
23:10
* generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ... check-in: 5dd1506af4 user: msofer tags: trunk
14:42
merge check-in: 45d5c91eaf user: dgp tags: dgp-refactor
2010-12-27
00:01
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplifie... check-in: 4ab51c3483 user: dkf tags: trunk
2010-12-21
10:04
[Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. check-in: 03a45b4b7a user: nijtmans tags: trunk
09:07
cannot use '['/']' in configure.in, or re-generation will go wrong check-in: 884ed2b61e user: nijtmans tags: trunk
2010-12-20
12:12
fix cpuid determination check-in: 7306f7672f user: nijtmans tags: trunk
10:28
Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. check-in: 8734d6c021 user: nijtmans tags: trunk
2010-12-19
18:16
[Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 7fd73b2ad4 user: nijtmans tags: trunk
18:14
[Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 1e77131c2b user: nijtmans tags: trunk
2010-12-17
23:49
Remove unwanted/obsolete 'ddd' target. check-in: 331d62bfee user: stwo tags: trunk
23:14
Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missi... check-in: c92f91f6ff user: stwo tags: trunk
21:58
[Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk
17:55
Created branch dogeen-assembler-merge-synthetic Closed-Leaf check-in: b984b3567a user: cvs2fossil tags: dogeen-assembler-merge, dogeen-assembler-merge-synthetic
17:55
Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: a79e3d6c8c user: stwo tags: trunk
2010-12-16
13:38
while 'info' is destroyed and becoms inaccessible after TclEvalObjEx. Closed-Leaf check-in: 577579ce4a user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:03
Ask for the version of http we actually provide. + 33 failures now, because httpd11.tcl uses coros. ... check-in: a832e5d0fa user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:33
Marking that the previous commit [d80aeef81f] was a result of merging the state of [2ab5f8bab0] into... check-in: fef6a80d4e user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:32
Updated remainder. Branch is now sync'd with head Dec 16, in the morning. 15 significant test failur... check-in: d80aeef81f user: andreask tags: activestate-nre-excised-variant-1-roll-forward
09:47
Windows specific files, updated to head. check-in: 5fe6c2f5f2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
08:52
[Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. check-in: 2ab5f8bab0 user: nijtmans tags: trunk
01:42
merge check-in: c6b9d34dfd user: kennykb tags: dogeen-assembler-branch
01:40
* tclAssembly.c: * assemble.test: Reworked beginCatch/endCatch handling to enforce the more severe ... check-in: fb5e59d2ee user: kennykb tags: dogeen-assembler-branch
2010-12-15
16:21
Unix updates. check-in: 7314dafe57 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:58
Oops. Forgotten interp changes. check-in: 4681a75b2d user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:58
Continued comparison of no-nre against head, and updating the latest changes, and/or pieces forgotte... check-in: 26fcf437a2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:03
Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wis... check-in: aca7d3274f user: nijtmans tags: trunk
2010-12-14
21:51
[Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 check-in: 1ae430c7db user: nijtmans tags: trunk
17:22
* win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c ... check-in: beb3b2f8a3 user: rmax tags: trunk
16:31
small updates. check-in: 04411163ee user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:14
Updates in proc handling. check-in: 11757bbc0a user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:48
Updated expected test results for history. We moved into 'tcl' namespace, but do not have the tailca... check-in: 5194d1e234 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:45
Whitespace corrections to reduce noise in file comparisons. check-in: 5575a2b368 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:44
This file was not up to date after the patches. Guessing that a number of NRE patches we skipped wer... check-in: 5d7c6ba434 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:42
Heavy re-alignment of this tclExecute with head, in terms of the local variables used by the various... check-in: e8e7a3b75b user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-12-13
22:33
[Bug 3135271] Link error due to hidden symbols (CentOS 4.2) check-in: c2a840f99b user: nijtmans tags: trunk
13:57
Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented featur... check-in: 9084edc9f0 user: nijtmans tags: trunk
2010-12-12
11:51
Better building on OpenBSD. check-in: 348121ed58 user: stwo tags: trunk
2010-12-11
18:39
merge check-in: c291154f2c user: kennykb tags: dogeen-assembler-branch
2010-12-10
21:59
[Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 check-in: e6ddd08613 user: nijtmans tags: trunk
17:00
Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zer... check-in: c65a69cfa4 user: ferrieux tags: trunk
15:44
Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get|Set)SockOpt to SOCKET,... check-in: 5d5c5e198a user: nijtmans tags: trunk
13:08
Fix gcc -Wextra warning: missing initializer check-in: 38357311b7 user: nijtmans tags: trunk
2010-12-09
15:39
merge check-in: 1ff2cdf21a user: dgp tags: dgp-refactor
15:31
* tests/fCmd.test: Improve sanity of constraints now that we don't support anything before Windows... check-in: 4449e133f1 user: dkf tags: trunk
15:09
* generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): Break up [file] into an ensemb... check-in: 264ccb78f6 user: dkf tags: trunk
10:47
* tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the ... check-in: cfb644be15 user: dkf tags: trunk
2010-12-08
16:26
1402, dkf's goto reorganization to reduce the number of machine instructions this compiles to. check-in: cbd17ba44b user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:07
Code cleanup. Most warnings are now gone. check-in: 90d463b3e7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:07
Build file cleanup. check-in: 6079f497cf user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:07
1577 merge (INST_STR_N(EQ) with INST_STR_CMP). check-in: b47956be3b user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-12-07
16:32
* tests/fCmd.test, tests/safe.test, tests/uplevel.test, * tests/upvar.test, tests/var.test: Conver... check-in: 0ca22e73da user: dkf tags: trunk
16:27
* generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the fi... check-in: 5f6ea0588c user: dkf tags: trunk
16:26
@1648, minus the things I mentioned in the previous commit. 32 testsuite failures left over, and 5 c... check-in: 246c64263a user: andreask tags: activestate-nre-excised-variant-1-roll-forward
16:01
@1629 (excluding 1577 (INSTR_STR_EQ/NE/CMP merge skipped for today)). I also skipped DKF's math inst... check-in: ecb2476c6c user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:39
@1576 check-in: ef82386ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:45
@1511 check-in: cde12364d3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:15
@1451 check-in: 1ea47b059c user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-12-06
15:03
merge check-in: 1d1c73e85a user: dgp tags: dgp-refactor
14:52
@1400, undo of 177 (TclpThreadGetStacksize). check-in: 861c844a13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:20
@1330 + jump interp, indexobj check-in: c08c831172 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:33
@1300 check-in: 3f09e6a910 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
09:01
[Bug 3129448]: possible over-allocation on 64-bit platforms check-in: ea6a3428d6 user: nijtmans tags: trunk
2010-12-05
08:55
[Patch #3116490] cross-compile support for unix check-in: ce7a104a2c user: nijtmans tags: trunk
08:52
[Patch #3116490] cross-compile support for unix check-in: f814ae9762 user: nijtmans tags: trunk
2010-12-03
22:30
* generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: 76870b1f3a user: hobbs tags: trunk
14:50
merge check-in: d6d7259b6f user: dgp tags: dgp-refactor
14:42
merge check-in: a3d4bcb6b1 user: dgp tags: dgp-refactor
09:19
silence gcc warning when using -Wwrite-strings silence gcc warning for non-IEEE platforms [Patch #31... check-in: d1cc649556 user: nijtmans tags: trunk
2010-12-02
15:49
@1260 check-in: e3ce920ce7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:17
@1200 check-in: 772aad65cb user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:58
@1090 check-in: 64d3140aa1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-12-01
16:42
merge check-in: 0af397c644 user: kennykb tags: dogeen-assembler-branch
16:28
* generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: e856bbc067 user: kennykb tags: trunk
15:41
@999 check-in: 1ad7b941e2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:27
merge check-in: 066450d73b user: dgp tags: dgp-refactor
15:06
@940 check-in: fbf7360824 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:48
@921 check-in: 61b08bf693 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:50
@893 check-in: 83f1d1c03c user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:39
@864 + jumps check-in: 0dbcc4b3c6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:27
Forward jumps, mostly tests, some code. Plus 1428, 1118. check-in: 7c305a2ec0 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:43
Allow Tcl_Panic() to enter the debugger on win32 check-in: 042cb661f1 user: nijtmans tags: trunk
09:58
fix gcc 64-bit warnings: cast from pointer to integer of different size fix gcc(-4.5.2) warning: 'st... check-in: 10b83db14e user: nijtmans tags: trunk
2010-11-30
21:29
merge check-in: 113e810716 user: dgp tags: dgp-refactor
18:17
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: f43e9a82a7 user: hobbs tags: trunk
16:27
More tests jumping. check-in: 0748568581 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
16:16
Jump tommath changes. check-in: 4144b8d30c user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:50
@830 + jumps (tests) + 1428 (tommath const). check-in: 4f51eb70e4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:58
@820 check-in: c7d2796ef4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:42
@800 check-in: 32871f3ed6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:22
@777 check-in: b82b3cdf0c user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:33
merge check-in: c60793fdf6 user: dgp tags: dgp-refactor
12:08
@728 check-in: 8e03c33dfd user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-11-29
22:22
ChangeLog typo. check-in: bc39db13b0 user: ferrieux tags: trunk
22:16
Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends ("in... check-in: 988bbef5f1 user: ferrieux tags: trunk
14:36
@701b check-in: 4b239bf4cd user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:30
@701 check-in: 91df6842c3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:51
@670 check-in: 2435a4366f user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:32
merge check-in: 800763ec73 user: dgp tags: dgp-refactor
02:27
added missing casts that MSVC complained about and deleted unused variable check-in: 7c3fff6000 user: kennykb tags: trunk
2010-11-28
23:20
2010-11-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: * generic/tclInt.h: * gene... check-in: 5986a2c421 user: kennykb tags: trunk
2010-11-24
15:27
merge check-in: 40a5b0a53f user: dgp tags: dgp-refactor
11:56
* tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more tests to tcltest2 and facto... check-in: 411fe1ce4d user: dkf tags: trunk
2010-11-23
16:28
@619 check-in: 1a1c301601 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:23
Next @611, and jumping tclGetDate.yyacc grammar. check-in: b277d95385 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:27
Jumps of win/ files. Fixed missing patches to configure. Jumped configure.in and tcl.m4. Also @578 check-in: 1c930c462b user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:11
Jump. check-in: f8ff91db3f user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:02
merge check-in: 06e3ec78e1 user: dgp tags: dgp-refactor
11:39
@500, missing pieces. check-in: fc6fda4711 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:38
Next @500. check-in: 5365d7ae02 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:24
Next @411 check-in: 769955448f user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-11-22
16:46
Jumping forward the files we can. check-in: 6e8bb472bd user: andreask tags: activestate-nre-excised-variant-1-roll-forward
16:07
Next @380. OO Stacktraces broken. check-in: 1713113dd4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:14
Next @251. check-in: 6e5d8c41eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:46
Next @175 check-in: 8cd8dc3fc1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
2010-11-21
12:12
More conversion of tcltest1 tests to tcltest2 check-in: 0e2f5a7990 user: dkf tags: trunk
2010-11-20
18:10
* tests/chanio.test: Converted many tests to tcltest2 by marking the setup and cleanup parts as su... check-in: 839e019f62 user: dkf tags: trunk
2010-11-19
20:47
fix gcc warnings: unused variable 'registration' check-in: 862a46901a user: nijtmans tags: trunk
15:36
merge check-in: 04aaac44e0 user: dgp tags: dgp-refactor
10:17
Tcl_Panic already writes a newline at the end, so the caller doesn't have to do that check-in: 2894303074 user: nijtmans tags: trunk
2010-11-18
23:15
Set NO_VIZ=1 when zlib is compiled in libtcl, this resolves compiler warnings in 64-bit and static b... check-in: e580353eb9 user: nijtmans tags: trunk
17:15
Next, @134 check-in: 7fc03e57d1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
16:17
Next, @81. check-in: 269075aa4d user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:50
[FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for cygwin and mingw32 t... check-in: 078f74fc6d user: nijtmans tags: trunk
15:43
merge check-in: 0314b26092 user: dgp tags: dgp-refactor
15:08
Next. check-in: 3120107af3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
14:20
Onward. check-in: fcf1f73ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:39
Ok, we are hopefully now be over the worst of the NRE core, dropping its code and coping with change... check-in: 43ea814b84 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:50
The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: 52c9d27395 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:50
The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: c9ed486229 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
11:25
* doc/file.n: [Bug 3111298]: Typofix. check-in: 88108dee92 user: dkf tags: trunk
10:51
Update tests for clock changes. check-in: b035b85a34 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:43
Next slice. check-in: 095fc2f85f user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:11
Next slice. check-in: 16246c5c13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:10
* tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this issue. check-in: 9c0e4f52d8 user: dkf tags: trunk
00:44
* generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] (Correct fix this tim... check-in: 1bc1cdfe72 user: msofer tags: trunk
00:35
* generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] check-in: ff0d552461 user: msofer tags: trunk
2010-11-17
21:06
[FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for mingw-w64 check-in: 8451fba99a user: nijtmans tags: trunk
18:09
merge check-in: 0e5ac61917 user: dgp tags: dgp-refactor
16:32
Next slice, big chunk of the generic IO layer plus a few miscellanea. check-in: 40a5fd2632 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
16:11
Next slice. check-in: e83816154d user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:41
Bringing the regex core forward. check-in: a425415487 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
15:31
Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:58
Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:38
A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward
10:37
Bring compilation under mingw-w64 a bit closer to reality (but don't break mingw32 build!) check-in: 87efc54866 user: nijtmans tags: trunk
2010-11-16
17:39
merge check-in: fc5e3d1942 user: dgp tags: dgp-refactor
14:57
[Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 54cb3a0c1d user: nijtmans tags: trunk
14:03
Bring compilation under mingw-w64 a bit closer to reality check-in: bef6da697c user: nijtmans tags: trunk
2010-11-15
21:34
* doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 61ddf0cf16 user: andreas_kupries tags: trunk
10:12
reverted previous commit: it has effect on the Windows console check-in: 6c8f8523b9 user: nijtmans tags: trunk
09:21
Eliminate use of the function Tcl_WinTCharToUtf in generic code check-in: 047cb5bdcf user: nijtmans tags: trunk
2010-11-12
14:56
merge check-in: 30d309fe83 user: dgp tags: dgp-refactor
2010-11-10
17:43
* changes: Updates for 8.6b2 release. check-in: b6b51e0cdc user: andreas_kupries tags: trunk
2010-11-09
21:05
merge check-in: 4750f42bbd user: dgp tags: dgp-refactor
16:26
Fix [Bug 3105999]; deallocate temporary structure. check-in: db70277c1a user: dkf tags: trunk
14:41
Clarify the tests so that what is being tested is in the body... :-) check-in: 754284b8be user: dkf tags: trunk
14:38
* tests/oo.test: Various tests for memory leaks. check-in: 7ac1d58520 user: dkf tags: trunk
14:20
Revert previous commit at request of KBK. check-in: 1695a5f14d user: dkf tags: trunk
13:41
Added test case for [Bug #3105247] -NaN? check-in: 6803fb1fbc user: nijtmans tags: trunk
2010-11-08
09:02
Add missing 'objs' verb in error message. check-in: 38fe3826bf user: ferrieux tags: trunk
2010-11-05
16:40
merge check-in: b68283928e user: dgp tags: dgp-refactor
08:16
fix TCL_ASCII_MAIN usage, as the name suggests check-in: ddecce42f0 user: nijtmans tags: trunk
2010-11-04
23:56
* generic/tclMain.c: Added missing conditional on _WIN32 around code that messes around with the def... check-in: 4bff967054 user: kennykb tags: trunk
21:48
[FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for Tcl on MSVC++ check-in: 6bbdcbed5f user: nijtmans tags: trunk