Timeline
Not logged in

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

6201 check-ins using file win/tcl.rc version 5fb5f7d673

2017-10-30
00:43
merge 8.5b3 check-in: b845ab425d user: dgp tags: tip-278
2017-10-29
23:09
merge var reform check-in: e21a86d7fe user: dgp tags: tip-278
22:52
Merge 8.5a6 check-in: 2e25747e99 user: dgp tags: tip-278
2016-06-16
14:23
[16828b3744] Prototype fix for merging forward. check-in: a39b2cd748 user: dgp tags: bug-16828b3744
2013-09-27
16:54
Patch to the original line continuation commit to fix up TclCompileTokens. Closed-Leaf check-in: 8af75fedaa user: dgp tags: adjust-fix
2012-11-26
16:44
Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels
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-02
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:21
Mark merge of 8.5 bugfixes into 8.6 development. check-in: d1e1021f8a user: dgp tags: trunk
21:19
Mark merge of 8.4 bugfixes into 8.5 development. check-in: d13d8d8f0a user: dgp tags: core-8-5-branch
20:26
* doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: f6f4f8c5e7 user: dgp tags: trunk
20:14
* doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: c1b432aee2 user: dgp tags: core-8-5-branch
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: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
15:55
[Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, backported strcpy->memcpy chang... check-in: d69078d96b user: nijtmans tags: core-8-5-branch
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: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
14:02
Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 5c3a90bdc4 user: nijtmans tags: core-8-5-branch
08:14
Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be up... check-in: 94a9222220 user: ferrieux tags: core-8-5-branch
08:04
Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 1b43842ad6 user: nijtmans tags: core-8-5-branch
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
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
10:02
Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 6dd03122dc user: nijtmans tags: core-8-5-branch
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
12:34
[Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: e128e8f455 user: nijtmans tags: core-8-5-branch
11:27
[Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: 49488fe933 user: nijtmans tags: trunk
08:43
handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 check-in: 6e410a115b user: nijtmans tags: core-8-5-branch
2011-01-15
19:07
* doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: d27c6004c8 user: kennykb tags: core-8-5-branch
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-13
11:30
* generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ... check-in: 78dccf16b8 user: msofer tags: core-8-5-branch
2011-01-12
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-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
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-03
10:08
Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. check-in: 28e98e3407 user: nijtmans tags: core-8-5-branch
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
17:15
[Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: e75735ef76 user: nijtmans tags: core-8-5-branch
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
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:51
Remove unwanted/obsolete 'ddd' target. check-in: e8c32de6aa user: stwo tags: core-8-5-branch
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:59
[Bug 2446711]: Remove 'allpatch' target. check-in: ff2a86c952 user: stwo tags: core-8-5-branch
21:58
[Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk
17:56
Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: d1d97d178e user: stwo tags: core-8-5-branch
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
21:18
Cross-compile support for Win and UNIX (backported) check-in: cfe5c44774 user: nijtmans tags: core-8-5-branch
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
12:04
Better building on OpenBSD. check-in: 5d16188d35 user: stwo tags: core-8-5-branch
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:16
[backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even f... check-in: f1c09901d7 user: ferrieux tags: core-8-5-branch
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: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
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
22:27
* generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: c7ad6de620 user: hobbs tags: core-8-5-branch
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
18:57
Whitespace, and fix broken backport of ilimi* initialization. check-in: 0b092682c7 user: andreas_kupries tags: core-8-5-branch
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: 338734e990 user: kennykb tags: core-8-5-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: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
20:59
* generic/tclInt.decls: Backport of Kevin B. Kenny's work on * generic/tclInt.h: the Tcl Head, wi... check-in: 769801ace1 user: andreas_kupries tags: core-8-5-branch
18:17
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: f43e9a82a7 user: hobbs tags: trunk
18:16
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: 2a8fac784c user: hobbs tags: core-8-5-branch
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
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
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
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
20:01
* generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete patch for AIX defining this macro... check-in: b279d6f571 user: andreas_kupries tags: core-8-5-branch
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
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
21:37
Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) check-in: f2157e3e11 user: nijtmans tags: core-8-5-branch
20:47
fix gcc warnings: unused variable 'registration' check-in: 862a46901a user: nijtmans tags: trunk
20:34
fix gcc warnings: unused variable 'registration' check-in: 0f2da3bcd9 user: nijtmans tags: core-8-5-branch
20:12
fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules check-in: c1de9c54ef user: nijtmans tags: core-8-5-branch
19:45
fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target... check-in: 2cd6a7b788 user: nijtmans tags: core-8-5-branch
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: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:27
* doc/file.n: [Bug 3111298]: Typofix. check-in: a57d36cd77 user: dkf tags: core-8-5-branch
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
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
13:20
Added the zlib sources under compat/, pulled from 8.6 head. check-in: 2c6567c88a user: andreask tags: activestate-nre-excised-variant-1-roll-forward
13:06
Moved the compat/ files forward using 8.6 trunk changes, except for zlib. That one will be separate. check-in: ac67ff778b user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:47
Moving tools in non-NRE branch forward, replaying the changes in 8.6 trunk. check-in: 45a42439b4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:30
Moving the timezone changes of 8.6 trunk into the non-NRE branches. No changes. check-in: 6c21910d18 user: andreask tags: activestate-nre-excised-variant-1-roll-forward
12:24
Move the documentation changes of the 8.6 trunk forward on the no-NRE branch. Except for info.n and ... check-in: 383e0386ae 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
14:57
[Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 702f2ec1eb user: nijtmans tags: core-8-5-branch
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
21:32
* doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 8902c8bc82 user: andreas_kupries tags: core-8-5-branch
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-10
17:43
* changes: Updates for 8.6b2 release. check-in: b6b51e0cdc user: andreas_kupries tags: trunk
2010-11-09
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
08:16
fix TCL_ASCII_MAIN usage, as the name suggests check-in: ddecce42f0 user: nijtmans tags: trunk
00:06
Backport dgp's fixes to comments and ChangeLog entry check-in: cad6896003 user: kennykb tags: core-8-5-branch
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
21:38
some more speedups to socket.test check-in: f37b754d86 user: rmax tags: trunk
21:08
avoid having to wait for some child processes to time out after all tests have been run check-in: 1c63c22e4d user: rmax tags: trunk
18:39
Rework some of the tests to speed them up by avoiding (supposedly) unneeded [after]s... check-in: ebe9d97179 user: rmax tags: trunk
15:59
reorder the constraint list per test for clearer make test output of skipped tests check-in: 2af48b523e user: rmax tags: trunk
15:55
Minor change: Added missing .PHONY marker for install-headers check-in: ce79474a8b user: dkf tags: trunk
15:40
* tests/socket.test: Run the socket tests three times with the address family set to any, inet, and ... check-in: 8b13af389e user: rmax tags: trunk
15:36
[Patch 3101127]: Installer Improvements. check-in: 226a993973 user: stwo tags: trunk
15:00
* tests/error.test (error-19.13): Another variation on testing for issues in [try] compilation. check-in: cf1c9a7dfe user: dkf tags: trunk
13:51
* doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity of explanation of what charac... check-in: 49927d0d75 user: dkf tags: trunk
13:19
* changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) check-in: f4d59e39cd user: dgp tags: trunk
12:22
Correct typo and mistaken comment. check-in: 3c23ea3a5e user: dgp tags: trunk
2010-11-03
12:09
[FRQ 2965056]: Windows build with -DUNICODE (more clean-ups for pre-win2000 stuff) check-in: 95f431bdb6 user: nijtmans tags: trunk
11:08
* generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting * tests/error.test (error-19.... check-in: 24c6bb8619 user: dkf tags: trunk
00:59
* generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 97b99f9b41 user: kennykb tags: trunk
00:58
* generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 41849e1538 user: kennykb tags: core-8-5-branch
00:18
merge check-in: ba3f35980c user: kennykb tags: dogeen-assembler-branch
2010-11-02
21:57
Improved handling of non-standard module path lists, empty path lists in particular. check-in: 15d3eaf640 user: stwo tags: core-8-5-branch
21:42
Improved handling of non-standard module path lists, empty path lists in particular. check-in: 2704d47a48 user: stwo tags: trunk
2010-11-01
19:39
* library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4150f5bace user: kennykb tags: core-8-5-branch
19:36
* library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4bb04ed7a2 user: kennykb tags: trunk
2010-10-30
15:20
merge check-in: c4331a6f6a user: kennykb tags: dogeen-assembler-branch
2010-10-29
16:42
Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. check-in: 7bdf4e3a7a user: ferrieux tags: trunk
2010-10-28
19:42
merge check-in: e30f206d70 user: kennykb tags: dogeen-assembler-branch
19:40
* generic/tclAssembly.c: * tests/assembly.test (assemble-31.*): Added jump tables. check-in: 54012f03a2 user: kennykb tags: dogeen-assembler-branch
16:38
* tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] check-in: 045ee183cb user: dgp tags: trunk
16:22
* unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can crash some system... check-in: cd9adaa46d user: dgp tags: trunk
2010-10-26
19:56
Split from ChangeLog check-in: 183b97080e user: rmax tags: trunk
16:14
* Changelog.2008: Split off from Changelog. * generic/tclIOSock.c (TclCreateSocketAddress): The inte... check-in: dc75730925 user: rmax tags: trunk
15:05
Coverage test for portion of ExprSqrtFunc() check-in: c5543f40c3 user: dgp tags: trunk
13:59
* unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is * win/tclWinSock.c (TcpGetOpti... check-in: 6ecb99bd0f user: dkf tags: trunk
13:14
Add support for ::tcl::unsupported::noReverseDNS check-in: 714ff5371e user: rmax tags: trunk
2010-10-24
01:46
* tclAssembly.c: * assembly.test (assemble-17.15): Reworked branch handling so that forward branches... check-in: 590db18cde user: kennykb tags: dogeen-assembler-branch
2010-10-23
21:28
Update for VS10 check-in: c6457efd24 user: nijtmans tags: core-8-5-branch
16:14
removed useless separation between tclAssembly.h and tclAssembly.c check-in: ef10316ff7 user: kennykb tags: dogeen-assembler-branch
15:49
merge check-in: e0bbf06869 user: kennykb tags: dogeen-assembler-branch
07:32
[Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters ... check-in: 62a84670be user: nijtmans tags: core-8-5-branch
2010-10-20
20:52
[Patch 2995655] Report inner contexts in [info errorstack] check-in: 14d357357c user: ferrieux tags: trunk
13:34
* generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation * generic/tclCompile.c (tcl... check-in: 12807417a7 user: dkf tags: trunk
01:50
merge check-in: 6c4e1f869f user: kennykb tags: dogeen-assembler-branch
2010-10-19
22:50
* generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that when a bytearray gets its inte... check-in: 885ee93472 user: dkf tags: trunk
21:23
* generic/tclZlib.c: Purge code that wrote to the object returned by Tcl_GetObjResult, as we don't... check-in: e451f7d810 user: dkf tags: trunk
2010-10-18
21:47
[Bug 3085863]: tclUniData 9 years old Added testcases for Unicode 6.0 check-in: 66a4ae270f user: nijtmans tags: trunk
2010-10-17
20:20
Document [info errorstack] faithfully. check-in: 9de23601f8 user: ferrieux tags: trunk
20:16
Document [info errostack] faithfully. check-in: 997462044d user: ferrieux tags: trunk
2010-10-16
20:27
* generic/tclExecute.c (ReleaseDictIterator): Factored out the release of the bytecode-level dicti... check-in: ed00f69eaf user: dkf tags: trunk
2010-10-15
15:25
[Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest UnicodeData.txt, correspondin... check-in: 6ba009f19d user: nijtmans tags: trunk
2010-10-13
17:10
remove outdated comment check-in: 9afc385ea0 user: dgp tags: trunk
16:41
* generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where * generic/tcl... check-in: 92a9cb47fb user: dgp tags: trunk
15:32
tclWinThrd.h: (removed) because it is just empty en used nowhere check-in: 78864676d1 user: nijtmans tags: trunk
2010-10-12
15:19
Generate proper const qualifiers for tclUniData.c check-in: d7580c2bee user: nijtmans tags: trunk
14:55
Spacing and comments: let uniClass.tcl generation match better the current (hand-modified) regc_loca... check-in: f147bc4296 user: nijtmans tags: trunk
11:37
* unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and refactor the calls to freeaddrinfo() [B... check-in: 01072bc4cf user: rmax tags: trunk
10:21
Eliminate many tclWinProcs-> indirect calls, which are no longer needed. Fix some MSVC 6.0 warnings check-in: 006b71eced user: nijtmans tags: trunk
2010-10-11
21:33
Update for VS10 check-in: a8d0935cf3 user: nijtmans tags: trunk
12:11
[FRQ 2965056]: Windows build with -DUNICODE Add netapi32 to the windows link line, so we no longer h... check-in: ad9ffc933e user: nijtmans tags: trunk
2010-10-09
17:53
merge check-in: a4dbca26be user: kennykb tags: dogeen-assembler-branch
16:31
* generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: bd5aaebeea user: msofer tags: core-8-5-branch
16:17
fix wrong date in Changelog entry check-in: a5a4aacb45 user: msofer tags: trunk
15:56
* generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: 0c036854c0 user: msofer tags: trunk
2010-10-07
23:36
On Windows, use gai_strerrorA check-in: 6492fa0408 user: nijtmans tags: trunk
2010-10-06
20:21
* tests/winPipe.test: Test hygiene with makeFile and removeFile. check-in: b907eff7df user: dgp tags: trunk
18:38
* generic/tclCompile.c: Prevent writing to the intrep fields of a * tests/subst.test... check-in: fdaf2207d9 user: dgp tags: trunk
16:47
Added catches. Still needs a lot of testing. check-in: f242f0858c user: kennykb tags: dogeen-assembler-branch
2010-10-04
05:23
correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj check-in: af480328d1 user: hobbs tags: core-8-5-branch
2010-10-02
16:51
nop and regexp check-in: 0817064f8e user: kennykb tags: dogeen-assembler-branch
16:22
added missing tests: nsupvar, variable, upvar check-in: 39f1a3bc90 user: kennykb tags: dogeen-assembler-branch
16:04
* generic/tclAssembly.c: * generic/tclAssembly.h: * tests/assemble.test: Added dictAppend, dictIncrI... check-in: fb57a61071 user: kennykb tags: dogeen-assembler-branch
12:38
* generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation of string representations o... check-in: c764ea06ea user: dkf tags: trunk
11:37
Add function-header comments. check-in: df6fed8608 user: dkf tags: trunk
01:38
merge check-in: e07a7270af user: kennykb tags: dogeen-assembler-branch
00:29
* generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 5726fcf08b user: hobbs tags: core-8-5-branch
00:23
* generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 4a9ba46064 user: hobbs tags: trunk
2010-10-01
13:34
merge check-in: 662fc0e6b4 user: kennykb tags: dogeen-assembler-branch
13:20
Added listIn, listNotIn, and dictGet. check-in: 78d6e8ada7 user: kennykb tags: dogeen-assembler-branch
12:52
* generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, * generic/tclEnv.c, generic/tclLo... check-in: 50bdab4682 user: dkf tags: trunk
2010-09-30
02:48
Merge check-in: 95b8d68eb4 user: kennykb tags: dogeen-assembler-branch
02:42
* tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: 82e6bb3476 user: kennykb tags: dogeen-assembler-branch
02:41
* tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: bd63098c35 user: kennykb tags: dogeen-assembler-branch
2010-09-29
20:04
tclMain.c: make compilable with -DUNICODE as well check-in: d67024d00d user: nijtmans tags: trunk
19:19
re-generate configure with autoconf-2.59 check-in: 5520ee2832 user: nijtmans tags: trunk
03:10
* tests/assemble.test: Completed conversion of tests to a * generic/tclAssemble.c: "white box" str... check-in: aed11a76bf user: kennykb tags: dogeen-assembler-branch
2010-09-28
15:43
merge check-in: 8b2c02cf9f user: kennykb tags: dogeen-assembler-branch
15:22
reverting faulty commit check-in: 145f305da9 user: msofer tags: trunk
15:20
* generic/tclExecute.c: remove TEBCreturn() callback, the job can be accomplished by TEBCresume() check-in: 50ee8291b2 user: msofer tags: trunk
15:14
Created branch rmax-ipv6-merge-synthetic Closed-Leaf check-in: 202680a12a user: cvs2fossil tags: rmax-ipv6-merge, rmax-ipv6-merge-synthetic
15:14
Implement TIP#162 check-in: bf99e9f86d user: rmax tags: trunk
15:13
* doc/socket.n: Document the changes to the [socket] and [fconfi... check-in: 3f8b48b6b6 user: rmax tags: trunk
02:11
* tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Added the error checki... check-in: 43125b50d9 user: kennykb tags: dogeen-assembler-branch
2010-09-27
20:33
Merged from HEAD. Also replaced a funky NRCallTEBC with the new call TclNRExecuteByteCode. check-in: f757862662 user: kennykb tags: dogeen-assembler-branch
20:16
fix error with --enable-symbols=compile check-in: ec71acf2ad user: msofer tags: trunk
19:57
missed ChangeLog entry check-in: 9b7113e2c8 user: msofer tags: trunk
19:42
* generic/tclBasic.c: [Patch 3072080] (minus the itcl * generic/tclCmdIL.c: update): a saner... check-in: 56c0f34285 user: msofer tags: trunk
19:22
Require at least Windows XP, for IPv6 support Closed-Leaf check-in: 396e1e9936 user: rmax tags: rmax-ipv6-branch
17:36
* generic/tclVar.c: use the macro HasLocalVars everywhere check-in: e2ecd81658 user: msofer tags: trunk
16:50
Cleanup the previous HEAD merge check-in: aa25938ab0 user: rmax tags: rmax-ipv6-branch
11:00
Merge from HEAD check-in: d1f5c51f30 user: rmax tags: rmax-ipv6-branch
03:08
* tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Fixed bugs exposed by ... check-in: c416d3f6a6 user: kennykb tags: dogeen-assembler-branch
2010-09-26
14:16
* generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code duplication, let the runtime var ... check-in: 2f076e63b2 user: msofer tags: trunk
05:37
* tests/assemble.test: Added many new tests moving toward a more comprehensive test suite for the as... check-in: c571b679a7 user: kennykb tags: dogeen-assembler-branch
2010-09-25
17:10
added more tests; fixed a bug in initialization of BasicBlock obj check-in: d2b05ebb0f user: kennykb tags: dogeen-assembler-branch
14:51
* tclAssembly.c: Massive refactoring of the assembler * tclAssembly.h: to use a Tcl-like syntax (a... check-in: 8fa55c35f1 user: kennykb tags: dogeen-assembler-branch
02:25
* tests/stringComp.test: improved string test coverage * generic/tclExecute.c (TclExecuteByteCode)... check-in: f1d4c3f43e user: hobbs tags: trunk
2010-09-24
17:53
* tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: 99a1ee3675 user: andreas_kupries tags: trunk
17:53
* tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: d9701e49d0 user: andreas_kupries tags: core-8-5-branch
2010-09-23
21:40
Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just as Tcl_SetVar. check-in: f696973491 user: nijtmans tags: trunk
18:08
* generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: b83a3519f5 user: dgp tags: trunk
17:59
* generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: 5139ef090c user: dgp tags: core-8-5-branch
09:18
Make compilable with -DUNICODE (not actived yet) Many clean-ups in comments. check-in: 87eb553ce4 user: nijtmans tags: trunk
2010-09-22
18:37
* generic/tclExecute: one more DECACHE_STACK_INFO() missing; this fixes [Bug 3072640] check-in: 1a61d9c34d user: msofer tags: trunk
17:28
Added a HISTORY section check-in: 43930424d5 user: rmax tags: rmax-ipv6-branch
17:21
* tests/execute.test: added execute-10.3 for [Bug 3072640]. The test causes a mem failure. check-in: 9637ffa98b user: msofer tags: trunk
16:38
s/fconfigure/chan configure/ and note 8.6 nature of IPv6 support check-in: db8ae95e52 user: hobbs tags: rmax-ipv6-branch
15:49
* generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK... check-in: cad1977f01 user: msofer tags: trunk
13:35
Improved readability of tcl+pkgs builds and tests check-in: 0435fd69e4 user: dgp tags: trunk
06:48
Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++ check-in: f4eb1c2f19 user: nijtmans tags: trunk
01:08
merge changes from HEAD check-in: 4312778f87 user: kennykb tags: dogeen-assembler-branch
00:57
* generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): * generic/tclVar.c (TclLookupSimpleVa... check-in: 9dc86adce7 user: hobbs tags: trunk
2010-09-21
21:50
[Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix check-in: cd35f6dc9e user: nijtmans tags: trunk
20:22
Fix declaration after statement. Add -Wdeclaration-after-statement, so this mistake cannot happen ag... check-in: 057c64e70b user: nijtmans tags: trunk
19:32
initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl bytecode language check-in: ddc9909aaa user: kennykb tags: dogeen-assembler-branch
2010-09-20
14:28
Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on platforms >win95 check-in: 078f98cdb5 user: nijtmans tags: trunk, dogeen-assembler-split
2010-09-18
23:14
* doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: e57507e2c6 user: dkf tags: core-8-5-branch
23:14
* doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: c634721862 user: dkf tags: trunk
05:56
Oops, didn't mean to check in this file. check-in: 3360f6e2a5 user: nijtmans tags: trunk
05:40
[Bug 3069278]: breakage on head Windows triggered by install-tzdata. Temporary don't compile this w... check-in: 5fc0bc6b95 user: nijtmans tags: trunk
2010-09-17
16:21
Add support for ::tcl::unsupported::socketAF to enforce the address family check-in: 440f849a9c user: rmax tags: rmax-ipv6-branch
14:56
Document IPv6 support check-in: 87c7c2d857 user: rmax tags: rmax-ipv6-branch
12:55
Merge from HEAD to rmax-ipv6-branch check-in: 70c6ac9692 user: rmax tags: rmax-ipv6-branch
2010-09-16
18:53
* win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all supported versions of compilers sho... check-in: 31663a3d48 user: hobbs tags: trunk
17:49
* unix/Makefile.in: do not pass current build env vars when using NATIVE_TCLSH in targets. check-in: b0fa6637ec user: hobbs tags: trunk
14:49
Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII. Needed for [FRQ ... check-in: ec07a95ae4 user: nijtmans tags: trunk
2010-09-15
22:11
* generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make sure we never try to double... check-in: 6d28eb4724 user: dkf tags: trunk
17:04
Allow cross-compilation by default check-in: e43c6514cf user: rmax tags: rmax-ipv6-branch
16:55
* unix/Makefile.in: Revise `make dist` target to tolerate the case of zero bundl... check-in: 58c285a5e4 user: dgp tags: trunk
15:49
update file generated by 'make dist' check-in: a1686bf31b user: dgp tags: trunk
15:43
update file generated by 'make dist' check-in: 262cde830e user: dgp tags: core-8-5-branch
07:33
[Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl. Make the "generic" argument in th... check-in: 460fd8df0f user: nijtmans tags: trunk
2010-09-14
08:53
Allow all Win2000+ API entries in Tcl Eliminate dynamical loading of advapi23 and kernal32 symbols. check-in: 48bcb44884 user: nijtmans tags: trunk
2010-09-13
21:17
Add scspec feature from ttkGenStubs.tcl (no change in output for *Decls.h files) check-in: 4be7f3d2c5 user: nijtmans tags: trunk
14:20
Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx (no change in functionality) check-in: 18a516cee2 user: nijtmans tags: trunk
2010-09-10
20:56
Partly revert yesterday's change, to make it work on VC++ 6.0 again. check-in: 56f47fed71 user: nijtmans tags: trunk
13:02
* doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 1d67108b33 user: dkf tags: core-8-5-branch
12:59
* doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 02ea8ed280 user: dkf tags: trunk
2010-09-09
14:30
mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer ne... check-in: 0d850f32ad user: nijtmans tags: trunk
2010-09-08
21:02
* win/tclWinChan.c: #ifdef protections to permit builds with * win/tclWinFCmd.c: ... check-in: 5788a6307f user: dgp tags: trunk
17:38
* changes: Update for 8.5.9 release. check-in: 7f1e1062ab user: dgp tags: core-8-5-9, core-8-5-branch
16:53
* doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 6786ad523b user: andreas_kupries tags: core-8-5-branch
16:53
* doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 70f58d0c67 user: andreas_kupries tags: trunk
15:42
* win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c:... check-in: 48191d3979 user: dgp tags: core-8-5-branch
2010-09-06
12:57
Backport blkcnt_t detection/usage. check-in: 9f550ab4d6 user: stwo tags: core-8-5-branch
2010-09-03
09:38
Start producing HTML out for Thread package. Consequent bugfixes: * tools/tcltk-man2html.tcl (plus... check-in: c4a101b562 user: dkf tags: trunk
2010-09-02
20:01
Tag for RC4 release (again) check-in: 299bcc8b69 user: dgp tags: core-8-5-branch
19:50
* doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 5836ca98cb user: andreas_kupries tags: trunk
19:50
* doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 33010d3b4d user: andreas_kupries tags: core-8-5-branch
18:31
* library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: ca86a378fa user: andreas_kupries tags: trunk
18:30
* library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: 64be15e1e0 user: andreas_kupries tags: core-8-5-branch
18:03
Tag for RC4 release check-in: 160be86ba4 user: dgp tags: core-8-5-branch
04:53
* library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 887af403c7 user: andreas_kupries tags: trunk
04:52
* library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 114a940280 user: andreas_kupries tags: core-8-5-branch
2010-09-01
20:35
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: 405a405dc7 user: andreas_kupries tags: trunk
20:07
* changes: Update for 8.5.9 release. check-in: 97a0d7c7dd user: dgp tags: core-8-5-branch
19:42
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: e6f97d1e4a user: andreas_kupries tags: core-8-5-branch
15:45
Tag for R2 release check-in: 552822d3bb user: dgp tags: core-8-5-branch
15:41
* tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. check-in: 09a3a34e63 user: dkf tags: core-8-5-branch
15:06
* doc/Tcl.n: Avoid nroff hazards when generating documentation. check-in: 4b388593e9 user: dkf tags: core-8-5-branch
14:25
Tag for RC2 release check-in: f859cb8157 user: dgp tags: core-8-5-branch
2010-08-31
20:53
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part, doc. check-in: 22e264883a user: nijtmans tags: trunk
20:48
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. Typo in rules.vc check-in: ea7f85f078 user: nijtmans tags: trunk
20:46
* win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 2ce1308995 user: andreas_kupries tags: trunk
20:46
* win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 3bc99598f5 user: andreas_kupries tags: core-8-5-branch
2010-08-30
14:14
Tag for RC1 release check-in: aca284e37a user: dgp tags: core-8-5-branch
14:02
* generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedu... check-in: c263c556ad user: msofer tags: trunk
13:56
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 5cab717c7c user: nijtmans tags: trunk
13:49
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 108cf5bef2 user: nijtmans tags: trunk
09:19
[Freq 2965056]: Windows build with -DUNICODE check-in: f5f9877d12 user: nijtmans tags: trunk
2010-08-29
15:40
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: 1695352703 user: dkf tags: core-8-5-branch
15:37
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: aa8d4c6db6 user: dkf tags: trunk
2010-08-27
00:53
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 1055eb001d user: hobbs tags: trunk
00:50
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: 25e4e9160b user: hobbs tags: trunk
00:16
note unix/configure change check-in: 73a189669d user: hobbs tags: core-8-5-branch
00:15
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 264726aabf user: hobbs tags: core-8-5-branch
00:09
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: e10d217c9e user: hobbs tags: core-8-5-branch
2010-08-25
01:00
[Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up: move stub ent... check-in: 64c52eb8b5 user: nijtmans tags: trunk
2010-08-24
18:30
* changes: Update for 8.5.9 release. check-in: c84d150ccd user: dgp tags: core-8-5-branch
06:17
[Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. check-in: 616c58cab2 user: nijtmans tags: trunk
2010-08-23
20:00
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: a5ed7f585a user: kennykb tags: trunk
19:59
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 6f255d05cd user: kennykb tags: core-8-5-branch
19:57
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 60c4fb3055 user: kennykb tags: core-8-5-branch
2010-08-22
18:53
Remove many type casts which are no longernecessary as a result of [Patch 3009403]: Signature of Tcl... check-in: 0ca694ea65 user: nijtmans tags: trunk
2010-08-21
16:58
* doc/linsert.n: [Bug 3045123]: Make description of what is actually happening more accurate. check-in: aef0e83c95 user: dkf tags: trunk
16:30
[Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: Use void (*reserved$i)(v... check-in: f2adcb5684 user: nijtmans tags: trunk
2010-08-20
23:01
Fix definition of Tcl_MethodType check-in: cc296bd9ea user: nijtmans tags: trunk
2010-08-19
10:07
* generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: 8bc231bd37 user: dkf tags: trunk
10:04
* generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: b7f158dc0f user: dkf tags: core-8-5-branch
04:26
[Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: remove unneeded ifdeffery... check-in: 6f6d53c30a user: nijtmans tags: trunk
2010-08-18
22:33
* generic/tclBasic.c: New redesign of [tailcall]: find * generic/tclExecute.c: errors early on, ... check-in: c73d12f03c user: msofer tags: trunk
15:54
* generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of the body of a non-bc'ed [try], #30... check-in: 5ec520bacc user: msofer tags: trunk
15:44
* generic/tclBasic.c: Redesign of [tailcall] to * generic/tclCmdAH.c: (a) fix #3047235 * ge... check-in: beb3af88b5 user: msofer tags: trunk
13:31
* library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to working condition. check-in: 77440fdac3 user: dkf tags: trunk
2010-08-16
08:41
regen check-in: 70aa8f85ce user: das tags: core-8-5-branch
08:37
regen check-in: 87d2837303 user: das tags: core-8-5-branch
2010-08-15
16:16
* generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: aab32b0944 user: dkf tags: core-8-5-branch
16:12
* generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: 21917a8b91 user: dkf tags: trunk
2010-08-14
20:58
[Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry check-in: 038e8afe83 user: nijtmans tags: trunk
17:13
[Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile check-in: 24edb97f5a user: nijtmans tags: trunk
16:53
Remove mslu completely, see Feature Req #2819611 check-in: 86f59a32d8 user: nijtmans tags: trunk
2010-08-12
08:55
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make... check-in: bc4ad84fe0 user: dkf tags: core-8-5-branch
00:40
* unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: a466998bba user: hobbs tags: trunk
00:11
* unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: fffa256274 user: hobbs tags: core-8-5-branch
2010-08-11
23:38
added test for yieldTo check-in: 8305e33b3d user: msofer tags: trunk
23:13
* generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta snafu. Thanks to Andy Goth for find... check-in: 0b27a4ca4e user: msofer tags: trunk
2010-08-10
20:48
* generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: d4f4ee41c5 user: hobbs tags: trunk
20:48
* generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: 6955f9dc51 user: hobbs tags: core-8-5-branch
20:36
tidy up check-in: 6b4673e42f user: dgp tags: trunk
2010-08-09
17:48
* changes: Updates for 8.6b2 release. check-in: 472665f7b0 user: dgp tags: trunk
2010-08-05
17:12
* changes: Update for 8.5.9 release. check-in: cb4a497d66 user: uid37551 tags: core-8-5-branch
2010-08-04
21:37
* win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * win/tclWinPipe.c... check-in: e51e08a342 user: hobbs tags: trunk
21:28
* win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform... check-in: 77395d89cc user: hobbs tags: trunk
19:45
* unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 7d28ce9f5f user: hobbs tags: core-8-5-branch
19:44
* unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 4900a8b73f user: hobbs tags: trunk
19:37
fix DFARs note for number-adjusted rights clause check-in: 3ddc9ecf9e user: hobbs tags: trunk
19:37
fix DFARs note for number-adjusted rights clause check-in: 661c9f0ba2 user: hobbs tags: core-8-5-branch
19:35
* win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: 6b14ef3555 user: hobbs tags: trunk
19:23
* win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b277aed541 user: hobbs tags: trunk
19:17
* win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: c33c6a7479 user: hobbs tags: core-8-5-branch
19:14
* win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b3dce4ee33 user: hobbs tags: core-8-5-branch
17:02
* generic/tcl.h: Bump to 8.5.9 for release. * library/init.tcl: * too... check-in: d2331867f4 user: dgp tags: core-8-5-branch
16:49
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * generic/tclIORTrans.c: in Invok... check-in: 8ae4ea3006 user: andreas_kupries tags: trunk
16:47
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclM... check-in: a34aac33af user: andreas_kupries tags: core-8-5-branch
2010-08-03
20:15
Fix OBOE error in the forward ported info-39.1 check-in: f31da49a96 user: andreas_kupries tags: trunk
20:06
Test iocmd-32.2 tests for Bug 3034840 check-in: 01ca2bd36f user: dgp tags: trunk
20:06
Test iocmd-32.2 tests for Bug 3034840 check-in: 83eca62d8d user: dgp tags: core-8-5-branch
17:25
* tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: 50ebd6a8c3 user: andreas_kupries tags: trunk
17:16
* tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: fddfdf84f5 user: andreas_kupries tags: core-8-5-branch
16:58
* tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Shou... check-in: a013847a01 user: andreas_kupries tags: trunk
16:50
* tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to h... check-in: 3afaa5e1ff user: andreas_kupries tags: core-8-5-branch
13:19
* changes: Update for 8.5.9 release. check-in: 1b40741101 user: dgp tags: core-8-5-branch
2010-08-02
19:13
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 3a4087bc80 user: kennykb tags: trunk
19:12
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 9808871b8d user: kennykb tags: core-8-5-branch
11:08
* generic/tclVar.c: correcting bad port of [Bug 3037525] fix check-in: 380bec0d42 user: msofer tags: trunk
2010-07-31
20:28
* generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: e6d5551c1c user: msofer tags: trunk
18:10
* generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: 7db93adfa3 user: msofer tags: core-8-5-branch
2010-07-29
00:46
Official build of zlib1.dll 1.2.5 is finally available, so put it in check-in: 6b99a1c2bf user: nijtmans tags: trunk
2010-07-25
16:08
* doc/http.n: Corrected description of location of one of the entries in the state array. check-in: cf000bb3d6 user: dkf tags: trunk
10:13
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: revert tclInt.h to what it was before, a... check-in: 7d3080be8b user: nijtmans tags: core-8-5-branch
2010-07-24
06:45
From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the relation between Tcl_Call... check-in: 4f9c4da675 user: nijtmans tags: trunk
06:39
[Bug 3029891] Functions that don't belong in the stub table. check-in: ddfa77fa40 user: nijtmans tags: trunk
2010-07-19
14:10
silence compiler warnings check-in: f4d99878ba user: dgp tags: trunk
2010-07-17
07:42
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 check-in: 2abdbdef38 user: nijtmans tags: core-8-5-branch
2010-07-16
15:29
* generic/tclBasic.c: Added more errorCode setting. check-in: 9c9702d4cb user: dkf tags: trunk
2010-07-15
21:00
* generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] * generic/tclDictObj.c (DictGe... check-in: d0a04e5db7 user: dkf tags: trunk
2010-07-11
16:12
Use SC_PROG_TCLSH to set a native tclsh in the Makefile. When installing the libraries a native tcl ... check-in: 16b5a30bf0 user: patthoyts tags: trunk
2010-07-05
09:50
Tidying up and taking better advantage of tcltest2 to make the tests more robust and (apparently) si... check-in: 11e51b4a9c user: dkf tags: trunk
08:03
D'oh! check-in: 8a6919bd05 user: dkf tags: trunk
2010-07-04
23:44
Add a little emacs magic check-in: 728058012d user: dkf tags: trunk
2010-07-02
22:31
* generic/tclInt.decs: Reverted to the original TIP 337 implementation on what to d... check-in: ab93077c3d user: dgp tags: trunk
20:58
* generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: e5bab5e8b8 user: dkf tags: core-8-5-branch
20:49
[Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 70f70c32ff user: nijtmans tags: core-8-5-branch
20:48
[Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 093bc6f84a user: nijtmans tags: trunk
20:37
* generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: 3e4f0698cf user: dkf tags: trunk
08:43
tidy up check-in: cfb637552a user: dkf tags: trunk
2010-07-01
21:28
[Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables check-in: cc4ffb1da9 user: nijtmans tags: trunk
15:50
make fake-rfc2553 thread-safe check-in: 160fe7da64 user: rmax tags: rmax-ipv6-branch
15:47
Improve the RFC2553 tests check-in: 797ecc537f user: rmax tags: rmax-ipv6-branch
2010-06-30
23:31
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 0a9422ffb9 user: dkf tags: core-8-5-branch
23:29
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 7792ad53a1 user: dkf tags: trunk
2010-06-28
08:50
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 07b6683dea user: nijtmans tags: trunk
08:24
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 267afb1dbc user: nijtmans tags: core-8-5-branch
2010-06-25
17:20
- Use random port numbers for almost all of the tests. - Make the protocol between tests and remote ... check-in: 6c60258dc8 user: rmax tags: rmax-ipv6-branch
16:45
check for strlcpy check-in: f5b99efced user: rmax tags: rmax-ipv6-branch
15:20
prevent a race condition when shutting down the remote test server check-in: ff37c169a8 user: rmax tags: trunk
2010-06-24
14:22
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 0fd50a9685 user: nijtmans tags: core-8-5-branch
14:21
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 6890a4a02e user: nijtmans tags: core-8-5-branch
13:36
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 8434abd2ba user: nijtmans tags: trunk
13:26
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 807684ffaf user: nijtmans tags: trunk, potential incompatibility
2010-06-22
12:25
* generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 58d3c6b6a5 user: dkf tags: trunk
12:12
* generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 628405d346 user: dkf tags: core-8-5-branch
2010-06-21
11:25
Remove hack needed for zlib 1.2.3 on win32 check-in: eb83f762ef user: nijtmans tags: trunk
11:23
Eliminate various unnecessary type casts, use function typedefs whenever possible check-in: 8086293cfc user: nijtmans tags: trunk
2010-06-18
12:43
* library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: e923972936 user: dkf tags: core-8-5-branch
12:41
* library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: 220dbbb777 user: dkf tags: trunk
2010-06-16
14:49
Simplify Tcl_AppInit and *_Init definitions. Change TclpThreadCreate and Tcl_CreateThread signature,... check-in: 8567ee888a user: nijtmans tags: trunk
13:13
Add .so to .cvsignore check-in: 6d0300730b user: nijtmans tags: core-8-5-branch
10:40
[Bug 3016135] traceback using clock format with locale of he_IL check-in: 76caa253b1 user: nijtmans tags: core-8-5-branch
10:31
[Bug 3016135] traceback using clock format with locale of he_IL check-in: 029176d2a2 user: nijtmans tags: trunk
2010-06-14
14:56
Spacing and style fixes check-in: 0d59653739 user: nijtmans tags: trunk
13:48
Spacing and style fixes check-in: 9a6d7991c6 user: nijtmans tags: trunk
13:40
Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: c1d15843d4 user: nijtmans tags: trunk
12:58
Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: d08c226d05 user: nijtmans tags: trunk
2010-06-13
22:19
* tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the title of a manual page be sto... check-in: cfa0770167 user: dkf tags: trunk
10:24
* tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C docs from interfering with Tcl ... check-in: a33ed75aad user: dkf tags: trunk
2010-06-10
22:56
change notes check-in: cd6e8a85d3 user: hobbs tags: rmax-ipv6-branch
22:56
* generic/tclIOSock.c (TclCreateSocketAddress): don't use AI_ADDRCONFIG on AIX, as it causes compl... check-in: 400159d41a user: hobbs tags: rmax-ipv6-branch
22:56
* unix/tclUnixSock.c (CreateClientSocket): protect AF_INET6 pieces with ifndef NEED_FAKE_RFC2553. ... check-in: 196be22462 user: hobbs tags: rmax-ipv6-branch
22:55
* unix/tclUnixPort.h: correct include path of fake-rfc2553.h check-in: e7125f850a user: hobbs tags: rmax-ipv6-branch
22:53
* unix/configure, unix/tcl.m4: s/==/=/ syntax error fix check-in: a5c8305324 user: hobbs tags: rmax-ipv6-branch
22:53
* compat/fake-rfc2553.h: define EAI_SERVICE if not already. s/u_/u/g for types. check-in: ac3a2a26ef user: hobbs tags: rmax-ipv6-branch
15:04
Add emulation code from openssh for getaddrinfo() and friends check-in: 49f53b27bd user: rmax tags: rmax-ipv6-branch
2010-06-09
20:11
* library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 153f64a24c user: andreas_kupries tags: trunk
20:11
* library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 2206e62275 user: andreas_kupries tags: core-8-5-branch
13:51
tsdPerf.c: Fix export of symbol Tsdperf_Init, when using -fvisibility=hidden. Make two functions sta... check-in: c0b552db02 user: nijtmans tags: trunk
2010-06-08
20:45
add missing headers to the getaddrinfo check check-in: 47b9d75058 user: rmax tags: rmax-ipv6-branch
16:03
Fix async client sockets check-in: 71ba8c2755 user: rmax tags: rmax-ipv6-branch
12:54
whitespace check-in: 017f16cad5 user: dgp tags: trunk
2010-06-07
21:24
Ensure proper reset of [info errorstack] even when compiling constant expr's with errors. check-in: 638f255931 user: ferrieux tags: trunk
17:36
rebranch from HEAD check-in: f3af08f468 user: rmax tags: rmax-ipv6-branch
2010-06-05
16:24
* generic/tclBasic.c: Fix for #3008307: make callerPtr chains * generic/tclExecute.c: be travers... check-in: 1d3c73fdbb user: msofer tags: trunk
2010-06-02
23:36
Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offsets no longer overestim... check-in: 5c19ed1d60 user: ferrieux tags: trunk
08:22
remove some "BUILD_tcloo" leftovers check-in: f631e48722 user: nijtmans tags: trunk
08:22
remove some "BUILD_tcloo" leftovers check-in: 592b0d4648 user: nijtmans tags: trunk
2010-05-31
23:00
ChangeLog typo check-in: 6ed417957d user: ferrieux tags: trunk
22:58
Fix computation of [uplevel] offsets in TIP 341. Only depend on callerPtr chaining now. Needed for u... check-in: 7bf546d171 user: ferrieux tags: trunk
09:12
Fix filesystem-5.1 test failure on CYGWIN check-in: 500e9cc4ee user: nijtmans tags: trunk
08:54
Eliminate some casts to (Tcl_HashTable *) check-in: ff384d03a7 user: nijtmans tags: trunk
2010-05-28
13:52
[tcl-Patches-3008541] order of TIP #348 fields in Interp structure check-in: 0949629399 user: nijtmans tags: trunk
09:11
* generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: Corrected error in handling of... check-in: 02d7474963 user: dkf tags: trunk
08:30
* generic/tclExecute.c (TclExecuteByteCode): Restore correct operation of instruction-level execut... check-in: b490411ccc user: dkf tags: trunk
2010-05-27
09:18
optParse.tcl: eliminate ';' at line end, bump to v0.4.6 check-in: 426aabe409 user: nijtmans tags: trunk
08:38
uniParse.tcl: Don't generate spaces at the end of a line. check-in: 297435b345 user: nijtmans tags: trunk
08:32
optParse.tcl: Don't generate spaces at the end of a line. check-in: 15e1c57545 user: nijtmans tags: trunk
2010-05-26
21:56
* doc/socket.n: [Bug 3007442]: Server sockets never took a host argument, so the list of options m... check-in: 2b63642e45 user: dkf tags: core-8-5-branch
2010-05-25
10:37
[Bug 2991415]: tclport.h #included before limits.h check-in: 8a1fe782a4 user: nijtmans tags: core-8-5-branch
2010-05-21
12:51
[Bug #3005233] fix for build on OpenBSD vax check-in: e0957d3c69 user: nijtmans tags: core-8-5-branch
12:43
[Bug #3005233] fix for build on OpenBSD vax check-in: 00d3292dea user: nijtmans tags: trunk
12:18
installData.tcl: Make sure that copyDir only receives normalized paths. tclPlatDecls.h: Fix <tchar.h... check-in: 624625fe98 user: nijtmans tags: core-8-5-branch
12:11
Make sure that copyDir only receives normalized paths, otherwise it might result in a crash on CYGW... check-in: e38d62573a user: nijtmans tags: trunk
2010-05-20
08:55
[Backport] Also check the reverse path of dict->list EIAS violation. check-in: b34b2f2db9 user: ferrieux tags: core-8-5-branch
08:37
Also check the reverse path of dict->list EIAS violation. check-in: 22814f544a user: ferrieux tags: trunk
2010-05-19
22:04
Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 716909f303 user: ferrieux tags: core-8-5-branch
21:54
Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf): EIAS violation in lis... check-in: c054dd492a user: ferrieux tags: trunk
21:47
Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 506c349610 user: ferrieux tags: core-8-5-branch
08:23
Don't use arrays of length 1, just use a single element then, it makes code more readable. check-in: d3074821cb user: nijtmans tags: trunk
2010-05-17
21:51
Fix [Bug 2996549]: Failure in expr.test on Win32 check-in: 0958a5f61a user: nijtmans tags: trunk
09:46
* generic/tclCmdIL.c (TclInfoFrame): Change this code to use Tcl_GetCommandFullName rather than ro... check-in: a2a6f59b99 user: dkf tags: trunk
2010-05-14
08:22
Correct some comments (Jos Decoster found...) check-in: 6266b667b3 user: dkf tags: trunk
2010-05-12
13:41
oops, no unicode characters in ChangeLog ... check-in: 2b80b7fe45 user: nijtmans tags: trunk
2010-05-11
14:49
Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: e846defae2 user: nijtmans tags: trunk
14:47
Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: b231748527 user: nijtmans tags: trunk
2010-05-07
20:16
* library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: 8bca6e05e0 user: andreas_kupries tags: trunk
20:16
* library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: e595e97051 user: andreas_kupries tags: core-8-5-branch
2010-05-05
22:43
Unnecessary type casts, See Tcl [Patch #2997087] check-in: 7f0a7f532c user: nijtmans tags: trunk
2010-05-04
11:05
TCHAR-related fixes, making those files compile fine when TCHAR != char Please see comments in [Freq... check-in: 2f92eaadea user: nijtmans tags: trunk
2010-05-03
14:36
CONSTify various useful internal functions (TclBignumToDouble, TclCeil, TclFloor), and related tomma... check-in: 729ffb738f user: nijtmans tags: trunk
13:21
Add pkg, *.dll to the ignore list check-in: 111b07cc53 user: nijtmans tags: trunk
13:20
For MINGW/CYGWIN, use GetCommandLineA explicitely check-in: b64ef5b170 user: nijtmans tags: trunk
11:37
Use "tclIO.h" and "tclTomMathDecls.h" everywhere check-in: 06ef5ace06 user: nijtmans tags: trunk
2010-04-30
21:15
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl... check-in: a30f8d7cf3 user: dgp tags: trunk
20:59
* generic/tclBinary.c (UpdateStringOfByteArray): Add panic when the generated... check-in: 60f3c2eb36 user: dgp tags: core-8-5-branch
20:52
* generic/tclBinary.c (TclAppendBytesToByteArray): Add comments * generic/tclIn... check-in: 32f022466a user: dgp tags: trunk
14:06
* generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour against buffer overflows. check-in: 07af3814a9 user: dkf tags: trunk
12:38
Fix the problems I introduced inadvertently: * generic/tclBasic.c (NRInterpCoroutine): Corrected ha... check-in: a822ad9b51 user: dkf tags: trunk
12:30
* tests/coroutine.test: testing coroutine arguments after [yield]: check that only 0/1 allowed check-in: 6772c1330f user: msofer tags: trunk
09:25
* unix/Makefile.in (gdb-test): Remove quotes so that library paths are constructed correctly. check-in: d162dd5825 user: dkf tags: trunk
09:23
* generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. check-in: 6497264574 user: dkf tags: trunk
08:29
* generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_... check-in: 40a1507909 user: dkf tags: trunk
07:56
* generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic valu... check-in: 7222a46970 user: dkf tags: trunk
07:07
Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkV... check-in: 79f098fef8 user: nijtmans tags: trunk
2010-04-29
23:43
forgot the Changelog entry check-in: 77e5c0bba9 user: msofer tags: trunk
23:39
* generic/tclCompExpr.c: Slight change in the literal sharing * generic/tclCompile.c: mechanism t... check-in: 7ff9813649 user: msofer tags: trunk
21:24
Typo check-in: 80d1e76e88 user: andreas_kupries tags: core-8-5-branch
21:24
Typo check-in: e4ffaa22ac user: andreas_kupries tags: trunk
21:19
* library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: ac1de9bded user: andreas_kupries tags: core-8-5-branch
21:19
* library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: fe8af4524f user: andreas_kupries tags: trunk
15:55
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 366f666db6 user: kennykb tags: core-8-5-branch
15:49
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 2fa0d393d8 user: kennykb tags: trunk
15:14
fix MSVC warning C4018: '>' : signed/unsigned mismatch check-in: 6e0b151b67 user: nijtmans tags: trunk
15:08
typo check-in: 149e58786c user: dkf tags: trunk
15:08
* generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make * generic/tclStringObj.c (T... check-in: 45422b0ec4 user: dkf tags: trunk
11:05
credit Lars_H for [yieldm]'s idea check-in: c37ff9fc81 user: msofer tags: trunk
09:23
Include "tcl.h", not <tcl.h>, like everywhere else, to insure that the version in the Tcl distribut... check-in: 38aced1306 user: nijtmans tags: trunk
2010-04-28
11:50
Remove unused @MAN2TCLFLAGS@ Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate un... check-in: a8f2c2ec69 user: nijtmans tags: trunk
10:50
* generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that deletion of traces is not o... check-in: b533ea6b87 user: dkf tags: trunk
2010-04-27
14:58
Code reordering to slightly shorten generated object code. check-in: db0caf99b6 user: dkf tags: trunk
12:36
If tclInt.h or tclPort.h is already included, don't include <limits.h> again. Follow-up to [Bug 2991... check-in: b7c55dd4bf user: nijtmans tags: trunk
08:20
[Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warning check-in: bacf1b059e user: nijtmans tags: trunk
2010-04-26
22:30
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic so that the casts added in Do... check-in: 4822edc7ce user: kennykb tags: trunk
13:49
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast because auto-casting betwee... check-in: 5dc374b21c user: dkf tags: trunk
13:34
typofix check-in: f7812fbb27 user: dkf tags: trunk
13:32
* generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef * generic/tclOOStubInit.c: ... check-in: 724ca31ab6 user: dkf tags: trunk
2010-04-25
13:39
* generic/tclBasic.c: add unsupported [yieldm] command. * generic/tclInt.h: check-in: 0d7e0c6722 user: msofer tags: trunk
2010-04-24
17:07
* generic/tclBasic.test: modify api of TclSpliceTailcall() * generic/tclExecute.c: to fix yieldTo... check-in: e70f57dc66 user: msofer tags: trunk
2010-04-23
15:45
Fix [Bug #2991415] tclport.h #included before limits.h check-in: b89ceebb49 user: nijtmans tags: trunk
2010-04-22
11:40
Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) Eliminate various unn... check-in: 77d22c7b43 user: nijtmans tags: trunk
2010-04-20
14:50
Upgrade to zlib 1.2.5 check-in: 47f60cf757 user: nijtmans tags: trunk
14:24
Use function prototypes from the FS API. check-in: 586991963c user: nijtmans tags: trunk
2010-04-19
15:43
* generic/tclExecute.c (TclExecuteByteCode): Improve commenting and reduce indentation for the Inv... check-in: 2cde16e618 user: dkf tags: trunk
07:40
Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp check-in: 322a3e1315 user: nijtmans tags: core-8-5-branch
2010-04-18
20:08
* doc/unset.n: [Bug 2988940]: Fix typo. check-in: 3714ef6ae4 user: dkf tags: core-8-5-branch
11:51
* doc/unset.n: [Bug 2988940]: Fix typo. check-in: 02fe026b3e user: dkf tags: trunk
2010-04-15
14:56
Added comment check-in: 1791ed0caa user: nijtmans tags: trunk
13:58
Move inclusion of <tchar.h> from tclPlatDecls.h to tclWinPort.h, where it belongs. Add fallback in t... check-in: 4967cf572a user: nijtmans tags: trunk
08:52
* doc/try.n: [Bug 2987551]: Fix typo. check-in: 4768780b45 user: dkf tags: trunk
2010-04-14
22:58
Fixed missing update of platform package index, and Makefiles. check-in: 002244c6c6 user: andreas_kupries tags: trunk
22:58
Fixed missing update of platform package index, and Makefiles. check-in: d808269c3e user: andreas_kupries tags: core-8-5-branch
19:43
* library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: 3dd57d60df user: andreas_kupries tags: trunk
19:42
* library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: bc9df58910 user: andreas_kupries tags: core-8-5-branch
2010-04-13
13:37
Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp Fix gcc warning: comparison of un... check-in: 5426e082dc user: nijtmans tags: trunk
2010-04-08
13:26
* generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does not result in a *guaranteed* ... check-in: 79caf5084b user: dkf tags: trunk
2010-04-07
09:51
Formatting improvements for error stack docs check-in: 92aed87404 user: dkf tags: trunk
2010-04-06
19:59
Repair missing bits in ChangeLog check-in: 304410e619 user: kennykb tags: trunk
12:51
* doc/Load.3: Minor corrections of formatting and cross links. check-in: 929a216ffb user: dkf tags: trunk
12:35
Fix signature of Tcl_LoadFile in documentation check-in: 8d125f4c10 user: nijtmans tags: trunk
09:17
regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 01324f0ef5 user: nijtmans tags: trunk
09:05
regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 401c0108e1 user: nijtmans tags: trunk
08:34
Undo check-in: a322ec99b4 user: dkf tags: trunk
08:26
Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented) jnterface implicitly decrem... check-in: 470f531183 user: vasiljevic tags: core-8-5-branch
07:50
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when setting a variable fails. check-in: e3b1fcdc88 user: dkf tags: trunk
07:43
Fixed object leak check-in: 087fcb4964 user: vasiljevic tags: core-8-5-branch
2010-04-05
19:44
TIP #348 IMPLEMENTATION - Substituted error stack check-in: 43fe304839 user: ferrieux tags: trunk
13:54
Regen with autoconf 2.61 (what I have) check-in: ef3fae2e21 user: dkf tags: trunk
12:45
Flip the defaults for whether to build threaded. Part of TIP #364. check-in: cdc00c6f74 user: dkf tags: trunk
07:38
Fix two failing tests by matching the can't-lookup-symbol error message. check-in: 74f9cd4b4f user: dkf tags: trunk
2010-04-04
15:11
Minor changes to enforce Engineering Manual style rules. check-in: e0779f4c92 user: dkf tags: trunk
15:03
Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. check-in: 3d4b2b893a user: dkf tags: trunk
11:59
* macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only define this function when HAVE_C... check-in: 73ff3de36b user: dkf tags: trunk
2010-04-03
09:38
Added VALGRIND define so we can silence helgrind race-report at places we know we cheated on in orde... check-in: 78f741e1b3 user: vasiljevic tags: core-8-5-branch
2010-04-02
23:11
Add missing "const" in signature, and some formatting fixes check-in: 0400a6f222 user: nijtmans tags: trunk
22:52
* generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit * unix/tclLoadDyld.c (TclpDlo... check-in: 72fb2df278 user: dkf tags: trunk
21:21
* generic/tcl.decls: [TIP #357]: First round of changes * generic/tclDecls.h: to export Tcl_LoadFi... check-in: 80aa157f45 user: kennykb tags: trunk
19:27
* library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bug... check-in: dd10b0cf0b user: kennykb tags: trunk
19:23
* generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest floating point number until it ... check-in: 0ff9783605 user: kennykb tags: trunk
15:53
* generic/tclThreadStorage.c (ThreadStorageGetHashTable): avoid accessing shared table index w/o mut... check-in: 5675442706 user: vasiljevic tags: core-8-5-branch
14:30
* generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as i... check-in: 59bf516261 user: vasiljevic tags: core-8-5-branch
2010-04-01
13:31
Small changes to make code fit Engineering Manual and compile on C89. check-in: 0c034c15c5 user: dkf tags: rmax-ipv6-branch
2010-03-31
22:12
Added missing doc. Oops! check-in: a9f31bb325 user: dkf tags: trunk
20:55
* doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: f350503aa0 user: dkf tags: trunk
20:53
* doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: d4270ccd06 user: dkf tags: core-8-5-branch
14:14
Improve the documentation of how to make and use a thread. check-in: c08ea9d1e0 user: dkf tags: trunk
10:29
[FRQ 2974744]: share exception codes (ObjType?): Revised test cases, making sure that abbreviated co... check-in: 8a5a22ad19 user: nijtmans tags: trunk
2010-03-30
21:18
Use TclWinConvertWSAError() at the right places inside CreateSocket() check-in: 176cfa12e7 user: rmax tags: rmax-ipv6-branch
21:17
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 54e2be80b0 user: andreas_kupries tags: core-8-5-branch
21:17
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 420bcd3d39 user: andreas_kupries tags: trunk
18:52
Fix the logic of connecting client sockets under Windows check-in: 8973c3f502 user: rmax tags: rmax-ipv6-branch
16:31
* generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: f73bde5491 user: dgp tags: trunk
16:30
* generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: c6ee8e3ce6 user: dgp tags: core-8-5-branch
16:26
First shot at porting the IPv6 changes to Windows check-in: ba424136ad user: rmax tags: rmax-ipv6-branch
14:16
[Bug 2979399] uninitialized value troubles check-in: a7f4609167 user: nijtmans tags: trunk
14:05
Finish bump to registry 1.3.0 check-in: 2268733bd3 user: dgp tags: trunk
13:17
[FRQ 2974744]: share exception codes (ObjType?): further optimization, making use of indexType. check-in: 416a8249cd user: nijtmans tags: trunk
12:38
Bump version of registry package to 1.3. check-in: 977c9f9ba6 user: dkf tags: trunk
12:33
TIP #362 IMPLEMENTATION * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * ... check-in: 3606e1e39c user: dkf tags: trunk
08:45
Merge from HEAD to rmax-ipv6-branch check-in: 54b695423d user: rmax tags: rmax-ipv6-branch
2010-03-29
22:31
Only test for -visibility=hidden with gcc (Second remark in [Bug 2976508]) check-in: 397c8a8733 user: nijtmans tags: trunk
21:58
* generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 091499cda4 user: dgp tags: trunk
21:57
* generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 8775fff1dc user: dgp tags: core-8-5-branch
20:16
Add a compat-define for AF_INET6 check-in: f4a0700510 user: rmax tags: rmax-ipv6-branch
09:31
Minor formatting corrections check-in: 2de30c6817 user: dkf tags: trunk
2010-03-28
03:17
Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() calls of the pkg*.c t... check-in: fe807045e6 user: dgp tags: trunk
2010-03-27
22:47
Provide "lowest supported Tcl version" to the Tcl_InitStubs functions in unix/dltest, in stead of "c... check-in: 2a8d873d37 user: nijtmans tags: trunk
22:40
[Freq 2974744] share exception codes (ObjType?) check-in: a7d613dfe6 user: nijtmans tags: trunk
15:14
Comment the ifdefery around AI_ADDRCONFIG and IPV6_V6ONLY check-in: aede3689f0 user: rmax tags: rmax-ipv6-branch
13:25
Conditionalize the use of IPV6_V6ONLY check-in: 5938be08e9 user: rmax tags: rmax-ipv6-branch
2010-03-26
09:43
[Bug 2976508] tcl HEAD fails on HP-UX check-in: 6833cb0282 user: nijtmans tags: trunk
2010-03-25
19:34
Fix the address logic when opening client sockets check-in: 4e29b86545 user: rmax tags: rmax-ipv6-branch
14:53
* unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: fed3232b19 user: dkf tags: trunk
14:52
* unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: 55bfd2afcc user: dkf tags: core-8-5-branch
14:02
* macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: * macosx/tclMacOSXNotify.c: Reduce the level o... check-in: 59d080706b user: dkf tags: trunk
2010-03-24
16:53
oops check-in: ce5fad172e user: dgp tags: trunk
15:33
* generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: 7cdddeb282 user: dgp tags: trunk
15:31
* generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: dbac86a6e8 user: dgp tags: core-8-5-branch
13:21
* generic/tclOOInfo.c (InfoObjectMethodTypeCmd) (InfoClassMethodTypeCmd): Added introspection of m... check-in: 2b08d45000 user: dkf tags: trunk
10:35
* tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code fo... check-in: 4edcf391c7 user: dkf tags: trunk
10:25
* generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the [try] command does not trap... check-in: 19993c384d user: dkf tags: trunk
2010-03-23
23:25
* generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing indices of script ar... check-in: 6bc6b87821 user: dgp tags: trunk
14:14
Conditionalize the use of AI_ADDRCONFIG check-in: d7c7735f38 user: rmax tags: rmax-ipv6-branch
13:08
Make error message in "try" implementation exactly the same as the one in "return" check-in: 624d3b1b3c user: nijtmans tags: trunk
12:58
Make error message in "try" implementation exactly the same as the one in "return" check-in: bd5b3c5b09 user: nijtmans tags: trunk
2010-03-22
22:47
* generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer values to identif... check-in: 3bbde5159a user: dgp tags: trunk
2010-03-20
21:26
Clarify the use of '&' for backgrounding a pipeline. check-in: 008ec6eae4 user: dkf tags: trunk
17:53
* generic/tclIO.c (CopyData): Allow the total number of bytes copied by [fcopy] to exceed 2GB. Can... check-in: c6cdb88f0b user: dkf tags: core-8-5-branch
17:49
Missed a spot. check-in: eb14061610 user: dkf tags: trunk
15:40
regen check-in: bba3e3d384 user: dkf tags: trunk
15:39
Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. check-in: a2e969549f user: dkf tags: trunk
12:00
stub16.c Don't hide that we use the ASCII API here. tclWinPipe.c 2 unnecessary type c... check-in: f5209189f6 user: nijtmans tags: trunk
2010-03-19
15:29
constification backport to silence warning check-in: 702c70c913 user: dgp tags: core-8-5-branch
11:54
Compile the [throw] command. check-in: 7f27b697b7 user: dkf tags: trunk
2010-03-18
20:54
*** empty log message *** check-in: 1ada05cc36 user: dgp tags: core-8-5-branch
20:54
commit msg error check-in: 8e0fe48844 user: dgp tags: trunk
20:38
* generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: a12aaa827f user: dgp tags: core-8-5-branch
20:34
* generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: d368f28135 user: dgp tags: trunk
14:35
Fix silly error in bytecode generation for [try]. check-in: b4a8de2746 user: dkf tags: trunk
10:59
[Bug 2971921]: Corrected jump so that it doesn't skip into the middle of an instruction! Tightened... check-in: 77164c4ac7 user: dkf tags: trunk
2010-03-17
19:27
First attempt on IPv6 support with the goal of maximum transparency and backwards compatibility. check-in: eee9f47c0a user: rmax tags: rmax-ipv6-branch
16:35
* generic/tclIORTrans.c (ReflectInput, ReflectOutput, ReflectSeekWide): [Bug 2921116]: Added miss... check-in: 366cd619ab user: andreas_kupries tags: trunk
2010-03-16
16:18
don't cast away "const" without reason. check-in: 8373402a4b user: nijtmans tags: trunk
09:01
Upgrade zlib to version 1.2.4 check-in: 62fd020af8 user: nijtmans tags: trunk
2010-03-14
14:59
Squelch unnecessary parens, shorten overlong comment lines. check-in: 6b7147d1ee user: dkf tags: trunk
2010-03-12
15:32
Fix [Bug 2967340]: Static build failure check-in: ee9a7e68a0 user: nijtmans tags: core-8-5-branch
15:18
Fix [Bug 2967340]: Static build failure check-in: d1616c6af7 user: nijtmans tags: trunk
2010-03-11
15:02
Revert a few files from the previous commit, preventing conflicts with Kevin's TIP #357 work check-in: 6e701eee65 user: nijtmans tags: trunk
13:35
Remove unnecessary '&' decoration for function pointers. Fix double declaration of TclNativeDupInter... check-in: bb4a12448b user: nijtmans tags: trunk
2010-03-09
21:15
* generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 294dac0871 user: andreas_kupries tags: trunk
21:13
* generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 6ab240c913 user: andreas_kupries tags: core-8-5-branch
18:29
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: 4b283489d7 user: dgp tags: core-8-5-branch
18:23
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: c9785f1583 user: dgp tags: trunk
2010-03-07
14:39
test that tclOO stubs are present in stub library Applied missing part of [Patch 2961556] Change all... check-in: 0ccb7b21a9 user: nijtmans tags: trunk
2010-03-06
06:29
remove presence of tclTomMathStubsPtr in tclStubLib.c test that tommath stubs are present in stub li... check-in: 04bac2f347 user: nijtmans tags: trunk
2010-03-05
23:23
Updated changelog with message relating to code audit from earlier check-in: d95c9e8212 user: dkf tags: trunk
23:12
Quell a warning in Kevin Kenny's build environment check-in: 74d4ded15e user: dkf tags: trunk
22:50
Fix [Bug 2964425]. check-in: c25ea55b7c user: dkf tags: trunk
15:32
[Patch 2961556]: Change TclOO to use the same style of function typedefs as Tcl, as this is about th... check-in: 6723a5d58c user: dkf tags: trunk, potential incompatibility
14:34
Code Audit results: * use do { ... } while (0) in macros * avoid shadowing one local variable with... check-in: 4d8a4f639d user: dkf tags: trunk
11:36
Remove unused variable check-in: 782cd0109d user: dkf tags: trunk
2010-03-04
23:55
ignore shared libraries from checking in check-in: 6994240f68 user: nijtmans tags: trunk
23:52
Minor correction to log entry. check-in: 69222d3fd5 user: dkf tags: trunk
23:42
Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. check-in: b1e964413e user: dkf tags: trunk
23:16
3 unnecessary MODULE_SCOPE symbols check-in: 638890c82c user: nijtmans tags: trunk
22:29
Split tommath stub lib source file in separate file. Don't use -fvisibility=hidden for cygwin check-in: c8722c8b57 user: nijtmans tags: trunk
2010-03-03
18:30
* doc/refchan.n: Followup to ChangeLog entry 2009-10-07 (generic/tclIORChan.c). Fixed the documen... check-in: 92ecdcd7c3 user: andreas_kupries tags: trunk
2010-03-02
23:39
[Enh 2959069] Support for -fvisibility=hidden check-in: 5215b8740c user: nijtmans tags: trunk
08:47
Use a less hacky way of using a char as a hash key check-in: 5898a30975 user: dkf tags: trunk
2010-03-01
23:25
Added test case for empty table in ::prefix check-in: ec977bbd3b user: ferrieux tags: trunk
23:19
Improve error message for corner case in ::prefix check-in: 7f54d07f0a user: ferrieux tags: trunk
22:20
fix [AT 86258]: special-casing of empty tables when generating error messages for [::tcl::prefix mat... check-in: 6f9f9e629d user: ferrieux tags: trunk
15:25
Prettify and fix filename in ChangeLog. check-in: 14d110b342 user: ferrieux tags: core-8-5-branch
15:14
[Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure ... check-in: 2cefbf28c6 user: ferrieux tags: core-8-5-branch
15:00
Make the code prettier check-in: 6628dc8c04 user: dkf tags: trunk
14:57
Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure -sockname] on... check-in: f9242444be user: ferrieux tags: trunk
2010-02-28
21:15
Oops! [Bug 2960852] check-in: 7131f40fa3 user: dkf tags: trunk
20:12
More additions of {TCL LOOKUP} error-code generation to various subcommands of [info] as part of lon... check-in: 7fb81ffe82 user: dkf tags: trunk
09:05
Fix Bug #2959713: Link error with gcc 4.1 check-in: 229f34c59f user: nijtmans tags: trunk
2010-02-27
21:25
Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: 6defdf15ca user: dkf tags: core-8-5-branch
19:02
Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: d1aa4b3296 user: dkf tags: trunk
12:07
* generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the client-installed main lo... check-in: 9dc4acda9c user: dkf tags: trunk, potential incompatibility
11:51
Corrections to make things work in the non-cross-compiling case check-in: 5c38ca40c2 user: dkf tags: trunk
2010-02-26
14:38
Split tclCompCmds.c into two pieces to improve developer sanity. check-in: 63fb4017d5 user: dkf tags: trunk
11:05
* unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for better control of what tclsh t... check-in: 824cd1843c user: dkf tags: trunk
10:32
Cleanup doc/safe.n check-in: 52450b646f user: rmax tags: trunk
10:25
Remap non-alphanumeric sequences in manpage filenames to single underscores. check-in: 30c728c4dd user: dkf tags: trunk
00:39
[Bug 2818131] further tests added to cover use of mismatched zlib algorithms Using zlib gzip to wri... check-in: dd2bad0212 user: patthoyts tags: trunk
2010-02-25
23:39
Squelch some warnings check-in: d14f7e694e user: dkf tags: trunk
22:20
[ tcl-Feature Requests-2958832 ] Further speed-up of ouster-hash function. Eliminate various unneces... check-in: b28fef8499 user: nijtmans tags: trunk
14:49
Convert many multi-line macros to use the best-practice do-while(0) form check-in: 8b62304af5 user: dkf tags: trunk
10:56
Correct silly error with missing semicolons check-in: b6f587edd7 user: dkf tags: trunk
2010-02-24
14:30
Fix some nasties with handling duplicate keys in list->dict->list conversions. check-in: 72dc5b9bbc user: dkf tags: trunk
10:49
Reduce ifdef-fery and size of activation record. More variables shared across instructions than befo... check-in: 20d9e2d514 user: dkf tags: trunk
10:45
More tidying up (whitespace, spelling, useless parentheses, useless casts) check-in: 511d94dd87 user: dkf tags: trunk
10:32
Pure whitespace changes, changing to follow Engineering Manual style. check-in: c81eddebbb user: dkf tags: trunk
10:11
[Bug 2957688]: clarified [socket -server] docs check-in: d1bfb71ebb user: dkf tags: trunk
2010-02-23
00:03
correct date check-in: a2118d92b0 user: nijtmans tags: trunk
2010-02-22
23:55
Fix typos in ChangeLog. check-in: 6d7d8b22c5 user: andreas_kupries tags: trunk
23:54
* generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a hack to work around the general ... check-in: e438b413a8 user: andreas_kupries tags: trunk
23:31
Remove unnecessary EXTERN's, which already are in the global stub table. Use @EXEEXT@ in stead of @E... check-in: ede6fe7b20 user: nijtmans tags: trunk
13:09
Added missing quoting check-in: ff159c821a user: dkf tags: core-8-5-branch
13:07
Added missing quoting check-in: 9fd327fe0d user: dkf tags: trunk
10:27
Convert literal tabs in strings into \t sequences. check-in: fce0023cae user: dkf tags: trunk
2010-02-21
20:27
Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 016d6a7393 user: nijtmans tags: core-8-5-branch
20:09
Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 Some more tests, showing that the LONG implemen... check-in: 4a0630650d user: nijtmans tags: trunk
18:55
* tests/regexp.test: Add test cases back ported from Jacl regexp work. check-in: fdacdda252 user: mdejong tags: trunk
08:56
Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 67fb2f3118 user: nijtmans tags: trunk
2010-02-20
15:38
Make [string length] compiler handle more trivial cases. check-in: e7133caaca user: dkf tags: trunk
2010-02-19
14:22
Small changes to align code style with Tcl Engineering Manual check-in: 06e96addfd user: dkf tags: trunk
13:36
Correct compiler/linker flags for threaded builds on OpenBSD. check-in: 5f0ed97439 user: stwo tags: trunk
13:25
Correct compiler/linker flags for threaded builds on OpenBSD. check-in: f5182a5aaf user: stwo tags: core-8-5-branch
09:56
[Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 4fee00b1dd user: dkf tags: core-8-5-branch
09:54
[Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 8c92f22576 user: dkf tags: trunk
2010-02-17
21:58
Return to using the classic hash function. Now with *extensive* notes in the comments about why this... check-in: 851ca213dc user: dkf tags: trunk
15:59
Fix error in stack depth calculation for [dict update], correct misleading comment in description of... check-in: 852f2c93e6 user: dkf tags: trunk
15:40
missing comma check-in: d8c2f8b54c user: dgp tags: trunk
2010-02-16
21:34
Change order of various struct members, restoring potential binary incompatibility with Tcl 8.5 check-in: be952a0158 user: nijtmans tags: trunk
16:30
Small fixes, namely: Move some related pieces (e.g., for encoding handling) closer together Upda... check-in: 4223b70b26 user: dkf tags: trunk
16:02
regen check-in: 688e377016 user: dkf tags: trunk
16:01
Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD apparently does not.... check-in: 1ed3cbbadc user: dkf tags: trunk
14:09
Update literal table to use FNV hash function. check-in: 8ec38235bc user: dkf tags: trunk
2010-02-15
23:10
Eliminate all internal Tcl_WinUtfToTChar and Tcl_WinTCharToUtf calls, needed for mslu support. check-in: 89d7bf3904 user: nijtmans tags: trunk
22:56
reverted earlier rename from tcl*Stubs to tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: ... check-in: 0d29245dd5 user: nijtmans tags: trunk
11:53
Fix [Bug 2950259] so that deleting an object by killing its namespace will reliably call the object'... check-in: bc959e87fb user: dkf tags: trunk
2010-02-14
13:37
Reduce code nesting in [namespace ensemble] implementation. check-in: f7436e0a2c user: dkf tags: trunk
13:23
Corrected a comment. check-in: e4f2d1e010 user: dkf tags: trunk
2010-02-13
18:11
Hive off the ensemble code into its own file. Split the [switch] compiler for sanity's sake. check-in: 4fbc57ea60 user: dkf tags: trunk
13:33
Add .lib, .exp and .res to .cvsignore check-in: ca9903c7d8 user: nijtmans tags: trunk
13:31
use -pipe for gcc on win32 (mingw/cygwin) check-in: 9548ade90f user: nijtmans tags: trunk
2010-02-12
03:21
add tests for explicit backslash zero as argument to list command check-in: 0f7125b8b7 user: mdejong tags: trunk
2010-02-11
15:25
[Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 2692fb9c43 user: dkf tags: core-8-5-branch
15:21
Correct date check-in: ceb8e2ae70 user: dkf tags: trunk
15:20
[Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 9f72b0493b user: dkf tags: trunk
11:14
Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines check-in: 2a54ee5bde user: dkf tags: trunk
09:00
[Bug 2949397]: Prevent destructors from running on the two core class objects when the whole interpr... check-in: ed48aba1da user: dkf tags: trunk
2010-02-10
23:28
Two more hash-iteration-order assumptions bite the dust check-in: c93663dc53 user: dkf tags: trunk
23:24
Remove assumption of ordered results from [info procs] check-in: 6bfa8a0a39 user: dkf tags: trunk
23:17
More zlib documentation improvements. check-in: d016050a8c user: dkf tags: trunk
16:29
Forgot the magic bias values. FNV is wildly magical... check-in: 5ba97c097d user: dkf tags: trunk
16:12
Improvements to zlib documentation (and formatting of it). check-in: a705209b99 user: dkf tags: trunk
2010-02-09
22:39
Minor corrections as recommended by Joe English. check-in: 7173a0a307 user: dkf tags: trunk
22:27
Corrected case of trap pattern check-in: 6deccb969e user: dkf tags: trunk
22:20
Small cleanups of formatting issues check-in: bdaa6f380a user: dkf tags: trunk
20:51
Compilation of [try] now enabled! check-in: f2617b69aa user: dkf tags: trunk
14:08
Get the inequality right check-in: 76f159362c user: ferrieux tags: trunk
14:05
remove dependency on 8.5+ idiom "in" in expressions check-in: 65b672a467 user: ferrieux tags: trunk
2010-02-08
13:21
[Bug 2947783]: Ensure that result is an unshared object before appending to it. check-in: 98913ba9aa user: dkf tags: trunk
2010-02-07
22:16
Backport various formatting (spacing) changes from HEAD, so diffing between 8.5.x and 8.6 shows the ... check-in: abe54e99af user: nijtmans tags: core-8-5-branch
09:10
Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally faster and gives a bit b... check-in: 24fe1de120 user: dkf tags: trunk
08:03
Fix tests with known dependencies on hash iteration order. check-in: 6df1a049cd user: dkf tags: trunk
2010-02-05
22:39
Added basic compilation of [error] (the most common case only). check-in: d3fc864505 user: dkf tags: trunk
20:53
Follow-up to earlier commit today: Eliminate the need for an extra Stubs Pointer for adressing a sta... check-in: b809fb2cbc user: nijtmans tags: trunk
14:33
More consistency in errorcode generation. check-in: 1dc360a107 user: dkf tags: trunk
13:41
NRE-enabled destructors! Also more generation of errorcodes. check-in: 3d92d332fd user: dkf tags: trunk
11:47
Use 'const' more often for pointers to read-only structures. check-in: f80600cbf2 user: dkf tags: trunk
10:03
Follow-up to [2010-01-29] commit: prevent space within stub table function parameters if the paramet... check-in: 98e1b94811 user: nijtmans tags: trunk
2010-02-04
14:56
Use the object RE interface for faster matching in [array names -regexp]. check-in: 71270e9141 user: dkf tags: trunk
13:49
minor maintenance check-in: 46d3dc6474 user: dkf tags: trunk
13:46
Make [array get] work again with a trivial pattern. check-in: 28cd675ef6 user: dkf tags: trunk
10:53
Minor updates: more errorcodes, less C stack levels for old APIs check-in: d91c86d0da user: dkf tags: trunk
2010-02-03
13:28
More corrections to the [array unset] command. check-in: 7888bac5b1 user: dkf tags: core-8-5-branch
13:26
More corrections to the [array unset] command. check-in: d617577cc4 user: dkf tags: trunk
2010-02-02
20:51
* generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with * generic/tclCompile.h: 'in... check-in: ffce3e0a77 user: andreas_kupries tags: core-8-5-branch
16:13
Ensure that decrements never assume that they can't do (actual) deletion. check-in: edff9e93e5 user: dkf tags: core-8-5-branch
16:12
Turned the [array] command into a true ensemble. Test changes indicate some alteration to error mess... check-in: dfb143ff5e user: dkf tags: trunk
09:51
Chisel away at reducing the cost of recent changes. check-in: 876d72038d user: dkf tags: trunk
09:13
[Bug 2944404] Be careful in case an object deletes itself in its destructor. check-in: e4e7bef93e user: dkf tags: trunk
00:42
Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: 2a9a28a485 user: dkf tags: core-8-5-branch
00:29
Switch to using the new faster var-ref internal API inside [array unset] when it makes sense. check-in: 8c7a10ac02 user: dkf tags: trunk
00:11
Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: bf4311a2b0 user: dkf tags: trunk
2010-02-01
11:45
Reduce obscurity of function names. Do a little recursion unrolling. check-in: d11c7a78b9 user: dkf tags: trunk
11:12
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 05ea9ca3eb user: dkf tags: core-8-5-branch
10:32
Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failure check-in: 6141987196 user: dkf tags: trunk
00:27
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 2fa3db5b91 user: dkf tags: trunk
00:07
better panic message check-in: 06225631a6 user: nijtmans tags: core-8-5-branch
2010-01-31
23:51
Various CYGWIN-related fixes backported from HEAD. Still configure script not modified, so CYGWIN bu... check-in: ad7cfb6ee3 user: nijtmans tags: core-8-5-branch
22:33
One more function that needs the LVT index passing into it now. check-in: 04cf166fd2 user: dkf tags: trunk
22:25
Unbreak the build check-in: 596b2d209c user: dkf tags: trunk
2010-01-30
16:33
Make the [unset] command be bytecode compiled. check-in: 211541cc9e user: dkf tags: trunk
2010-01-29
19:30
Reverted Tcl_ThreadDataKey type change, see Bug #2942081 Changed some Tcl_CallFrame fields from "cha... check-in: 347767151a user: nijtmans tags: trunk
16:17
- genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the... check-in: 9292490135 user: nijtmans tags: trunk
09:46
Fix macro conflict on CYGWIN: don't use "small". check-in: 68e5104e39 user: nijtmans tags: core-8-5-branch
09:38
Use correct TCL_LL_MODIFIER for CYGWIN. Formatting (all backported from HEAD) Fix gcc 4.4 warning: i... check-in: 998a628472 user: nijtmans tags: core-8-5-branch
2010-01-28
13:57
Make things compile... D'oh! check-in: b6675927c4 user: dkf tags: trunk
10:25
Improvements to destructor handling. Stop crashes from odd destruction routes. check-in: ca70f094be user: dkf tags: trunk
2010-01-25
20:26
Remove double includes (which causes a warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore... check-in: 40cecbbc4f user: nijtmans tags: trunk
2010-01-22
23:38
[Bug 1970629]: Define a bit better what the current namespace of a procedure is check-in: d3dfd02410 user: dkf tags: trunk
13:05
Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 73e5d1067b user: nijtmans tags: trunk
13:02
Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 835f8e1e9d user: nijtmans tags: trunk
10:22
Improve error code generation from some of the tailcall-related bits of TEBC. check-in: bb30ffa43f user: dkf tags: trunk
2010-01-21
17:23
* generic/tclCompile.h: NRE-enable direct eval on BC spoilage * generic/tclExecute.c: [Bug 2910748... check-in: a9ed587eec user: msofer tags: trunk
2010-01-20
13:42
Use a consistent indentation of 4 for code examples. check-in: e2e171f334 user: dkf tags: trunk
13:40
Split up and extended the examples for more clarity check-in: 8b68e73528 user: dkf tags: trunk
09:41
Document that [tailcall] doesn't work inside [catch] check-in: 554072789f user: dkf tags: trunk
2010-01-19
09:57
[bug 2929546]: Improve the dict documentation. check-in: 46c5807480 user: dkf tags: core-8-5-branch
09:48
[Bug 2929546]: Improve the dict documentation. check-in: b2cfd8b076 user: dkf tags: trunk
2010-01-18
22:20
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: f1ca567e92 user: andreas_kupries tags: core-8-5-branch
22:19
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: 1d91b69bab user: andreas_kupries tags: trunk
09:50
[Bug 2932421]: Make [format] less likely to smash intreps. check-in: 0cdd44b844 user: dkf tags: core-8-5-branch
09:49
Ensure that objects are released in all cases (hard to test this particular one without a very large... check-in: f225aaa526 user: dkf tags: trunk
09:31
[Bug 2932421]: Make [format] less likely to smash intreps. check-in: d9c0ca8b37 user: dkf tags: trunk
2010-01-14
18:43
Yet another exclusion check-in: ef8ae9090b user: dkf tags: trunk
18:23
Another link suppression check-in: 63fd3bb0cb user: dkf tags: trunk
18:13
Stop breaking of highlightable over a line for ease of scraping check-in: 23f8005029 user: dkf tags: trunk
14:52
Improve keyword lists. check-in: 123e864f6d user: dkf tags: trunk
13:59
More tinkering with the conversion special cases. check-in: 8002784202 user: dkf tags: trunk
11:47
Improve linking between pages, put Tk variables in Tk docs. check-in: e951b5841c user: dkf tags: trunk
11:45
Add link remapping capability. check-in: 199ad24664 user: dkf tags: trunk
2010-01-13
17:09
Add copyrights/version trackers. check-in: 11a0cd151b user: dkf tags: trunk
16:55
Add to exclusions, remove list-syntax problem check-in: 858053ee75 user: dkf tags: trunk
15:40
Adjust the link suppression check-in: 5284d6b708 user: dkf tags: trunk
12:08
Improve choice of keywords check-in: f07a6ecd28 user: dkf tags: trunk
09:58
Another useless special case removed check-in: a21529b086 user: dkf tags: trunk
09:50
No need for regexp(n) to get special treatment check-in: 33fbfa59e0 user: dkf tags: trunk
09:48
Some small formatting tweaks check-in: 0ed2274afe user: dkf tags: trunk
09:47
No need for return(n) to get special treatment check-in: fb648baad8 user: dkf tags: trunk
09:42
Formatting check-in: f1031c8514 user: dkf tags: trunk
09:41
Tweak to generate better links check-in: 6ebfc3459b user: dkf tags: trunk
09:32
More factoring out of special cases in the nroff->HTML code. check-in: 490d91be44 user: dkf tags: trunk
09:13
Improve NAME for better HTML generation check-in: 3e5db4de05 user: dkf tags: trunk
09:10
Don't break a command reference over a line check-in: bc624fbbeb user: dkf tags: trunk
06:46
Fix TCL_LL_MODIFIER for Cygwin and various other minor CYGWIN compilation problems check-in: 2be0f4173b user: nijtmans tags: trunk
2010-01-12
14:38
Simplification/refactoring of nroff->HTML. check-in: 87d7c3c997 user: dkf tags: trunk
10:55
Fix parameter name confusion for server sockets. check-in: 1d869e473a user: ferrieux tags: trunk
2010-01-10
22:58
* win/tclWinDde.c: VC++ 6.0 doesn't have * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd... check-in: ab99980096 user: nijtmans tags: trunk
20:36
Small cleanups to improve HTML generation. check-in: ed6535d2ab user: dkf tags: trunk
16:51
Record that [Bug 2898722] is lurking. check-in: c259a08953 user: dkf tags: trunk
13:19
Split man2html converter up for ease of maintenance. check-in: 79ae04b489 user: dkf tags: trunk
12:32
Added documentation for argument. check-in: 600020ad12 user: dkf tags: trunk
00:56
Add more troff macros to ignore check-in: 44e825a295 user: dkf tags: trunk
2010-01-09
19:32
Small tweaks to improve reporting and quell some unimportant messages check-in: a8cf5a937f user: dkf tags: trunk
18:42
Added the contributed packages to the code to build HTML docs. check-in: 55a99d7dbb user: dkf tags: trunk
2010-01-06
22:02
Fix environment tests under CYGWIN check-in: fdde6ad861 user: nijtmans tags: core-8-5-branch
21:35
Various trivial fixes, discovered during CYGWIN porting attempt. All backported from trunk. check-in: 100e5d2f12 user: nijtmans tags: core-8-5-branch
2010-01-05
18:58
* generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: 07892416f4 user: dgp tags: trunk
18:58
* generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: dc8d903cb7 user: dgp tags: core-8-5-branch
2010-01-03
21:36
Fix quoting problem check-in: 079e38ed08 user: dkf tags: core-8-5-branch
21:35
regen check-in: 3da97f4f4c user: dkf tags: trunk
21:35
Fix quoting problem check-in: b5b4a04dc4 user: dkf tags: trunk
21:21
regen check-in: 13bb4e345f user: dkf tags: trunk
21:20
Missed a bit check-in: f718c762af user: dkf tags: trunk
21:17
[Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 7553958875 user: dkf tags: core-8-5-branch
21:06
[Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 70df56df91 user: dkf tags: trunk
20:52
fix Changelog typo and c/p error check-in: 2e21ef51bb user: msofer tags: trunk
20:29
* generic/tclBasic.c: Fix lerak of coroutines on namespace * generic/tclCompile.h: deletion, [... check-in: 213483b4eb user: msofer tags: trunk
2009-12-31
19:22
Minor stylistic improvements. check-in: f140b14dba user: dkf tags: trunk
2009-12-30
22:26
[Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 52080bfb5d user: dkf tags: trunk
22:20
[Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 90f0e832c3 user: dkf tags: core-8-5-branch
13:47
* library/init.tcl (unknown): fix infinite recursion of ::unknown when [set] is undefined [Bug 282... check-in: 0c8502aa1f user: msofer tags: trunk
2009-12-29
16:58
Minor optimization for Tcl_RecordAndEvalObj check-in: a8d1162870 user: dkf tags: trunk
16:54
Simplify the logic in Tcl_GetCommandFromObj check-in: 62ebd8167b user: dkf tags: trunk
14:55
[Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: 40561c3f87 user: dkf tags: trunk
13:13
[Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: e6c8bcd32e user: dkf tags: core-8-5-branch
01:43
Handle completely invalid input to the decode methods [Bug 2922555] check-in: 7cac795579 user: patthoyts tags: trunk
2009-12-28
14:15
[FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations check-in: 221192a523 user: dkf tags: trunk
13:55
regen with autconf 2.61 check-in: 03062c4fa2 user: dkf tags: core-8-5-branch
13:53
[Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: 29ecdb9e47 user: dkf tags: core-8-5-branch
13:48
Correct failing test check-in: f3ee066c3b user: dkf tags: core-8-5-branch
12:58
regen with autconf 2.61 check-in: 02500afadc user: dkf tags: trunk
12:55
[Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: ce4adf55c7 user: dkf tags: trunk
12:50
Correct failing test check-in: b19b199761 user: dkf tags: trunk
10:05
[Bug 2891362]: Make time limits work better with the event loop. check-in: ad043aa96c user: dkf tags: core-8-5-branch
10:01
Slight improvement of test so it shouldn't block forever if it fails check-in: f43124e2e9 user: dkf tags: trunk
09:58
[Bug 2891362]: Make time limits work better with the event loop. check-in: 0bdf5e931a user: dkf tags: trunk
09:53
Minor formatting issues check-in: 5c4d0c6d70 user: dkf tags: trunk
2009-12-27
22:09
[Bug 2921538]: Updated example to not be quite so ancient. check-in: da04079ef3 user: dkf tags: core-8-5-branch
22:06
[Bug 2921538]: Updated example to not be quite so ancient. check-in: e79f388bdd user: dkf tags: trunk
2009-12-25
22:45
CONST -> const check-in: 26cee50b52 user: nijtmans tags: trunk
2009-12-24
06:58
Tweak exclusions check-in: 6ad10e1733 user: dkf tags: trunk
06:55
Move declarations to the top of the file, add boilerplate comments to some functions check-in: 07da01e054 user: dkf tags: trunk
2009-12-23
20:12
Fix up a few stray spaces. check-in: fa2452348c user: dkf tags: trunk
11:17
[Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 41ff8cabc7 user: dkf tags: trunk
11:13
[Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 75352cd289 user: dkf tags: core-8-5-branch
07:10
Cygwin: Install libtcl8.6.dll in bin directory check-in: 157c10506a user: nijtmans tags: trunk
2009-12-22
19:49
[Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. check-in: b246bea842 user: dkf tags: trunk
2009-12-21
23:25
Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at... check-in: dca4a9980e user: nijtmans tags: trunk
2009-12-19
14:21
* generic/tclBasic.c: Fix for bad cmd resolution by coroutines * tests/coroutine.test: [Bug #29176... check-in: 28c837c3c8 user: msofer tags: trunk
2009-12-17
16:30
bump to msgcat 1.4.3 to account for commits check-in: 222dc4ed0f user: dgp tags: core-8-5-branch
16:28
bump to msgcat 1.4.3 to account for commits check-in: 6d48bf9c9d user: dgp tags: trunk
00:06
Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result check-in: 295ac3225d user: nijtmans tags: trunk
2009-12-16
23:44
Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: 1fb17d6662 user: dkf tags: trunk
23:31
Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: b350c509d7 user: dkf tags: core-8-5-branch
23:25
Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result CO... check-in: e52afe7fa4 user: nijtmans tags: trunk
14:04
[Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: e1ae666a88 user: dkf tags: core-8-5-branch
14:01
[Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: 4a6caccf13 user: dkf tags: trunk
13:53
Force this file to be interpreted as a Tcl script by Emacs check-in: 73f8d9eb42 user: dkf tags: trunk
09:31
[Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 6f7f5feb1e user: dkf tags: core-8-5-branch
09:27
Silence a bunch of unimportant messages from cvs check-in: 7a4a1ee758 user: dkf tags: core-8-5-branch
09:26
[Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 327dfaa07c user: dkf tags: trunk
2009-12-14
10:03
Document that [file tempfile] always works on the native filesystem by design. [Bug 2388866] check-in: 9c9592b53e user: dkf tags: trunk
2009-12-13
17:54
fix comment check-in: c07dfe3d13 user: msofer tags: trunk
17:27
remove accidentally committed c++ style temp comments check-in: 3960ba39cf user: msofer tags: trunk
17:11
* generic/tclBasic.c: Release TclPopCallFrame() from its * generic/tclExecute.c: tailcall-manage... check-in: 20752ce195 user: msofer tags: trunk
16:41
* generic/tclBasic.c: Moving TclBCArgumentRelease call * generic/tclExecute.c: from TclNRTailcal... check-in: d4a353ca17 user: msofer tags: trunk
2009-12-12
19:57
Plug testing memleak. [Bug 2895367] check-in: d1d07b5a23 user: dkf tags: trunk
19:46
Plug testing memleak. [Bug 2895367] check-in: f1b36a4349 user: dkf tags: core-8-5-branch
2009-12-11
23:42
Fix gcc warning: signed and unsigned type in conditional expression check-in: 81f2a75d2f user: nijtmans tags: trunk
23:17
Add tcl.pc and tclsh.exe to .cvsignore check-in: 3b35eb4221 user: nijtmans tags: trunk
23:10
Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 574533920e user: nijtmans tags: trunk
22:52
Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 78b6d8b10a user: nijtmans tags: trunk
14:08
[FRQ 2897296]: Cross-links to sections within a manpage when in HTML. check-in: b823bbf8aa user: dkf tags: trunk
14:01
Change to braces in example to avoid bug in HTML creator script check-in: 6d32390fef user: dkf tags: trunk
14:01
fix comment check-in: 72629e543a user: msofer tags: trunk
05:49
code comments check-in: 5591a2f0d1 user: msofer tags: trunk
05:38
code comments check-in: 097379b159 user: msofer tags: trunk
05:32
code comments check-in: 2aea4baa97 user: msofer tags: trunk
04:47
simplify the coroutine BP-chain monkey-patching; tclBasic does not need to know about bottomPtr, teb... check-in: 76cabdcc5c user: msofer tags: trunk
2009-12-10
23:52
* generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] check-in: 9995f661be user: msofer tags: trunk
22:38
* generic/tclBasic.c: small cleanup check-in: d2ad5bb002 user: msofer tags: trunk
22:01
* generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine mana... check-in: 057cb7f89c user: msofer tags: trunk
19:13
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 9f793e75c3 user: andreas_kupries tags: trunk
19:13
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 60381f421b user: andreas_kupries tags: core-8-5-branch
18:23
reorganization and better comments in TclNRCoroutineObjCmd() check-in: c363632e17 user: msofer tags: trunk
17:48
* generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by d... check-in: fd0eaa36ea user: msofer tags: trunk
16:54
* generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines check-in: a00ff915ee user: msofer tags: trunk
09:21
Minor whitespace cleanup... nothing to see here check-in: 7be18c8355 user: dkf tags: trunk
2009-12-09
23:26
Killed c99/c++ comments left in by the IO patch. check-in: b8d9093b8d user: andreas_kupries tags: trunk
23:03
* generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buff... check-in: 5af0d249de user: andreas_kupries tags: trunk
22:34
* library/safe.tcl: Backport of the streamlined safe base from * tests/safe.test: head to the 8.5... check-in: 516de93f78 user: andreas_kupries tags: core-8-5-branch
18:40
Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. check-in: 5b277e5b35 user: dgp tags: trunk
17:57
remove accidentally committed C++ style comments check-in: badb19da85 user: msofer tags: trunk
17:55
* generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * gener... check-in: dc303ea50b user: msofer tags: trunk
16:41
Add missing Tcl_SetErrorCode calls. check-in: 5016f7451b user: dkf tags: trunk
12:16
* generic/tclExecute.c (TclStackFree): Improved panic msg check-in: 1bbd795bef user: msofer tags: trunk
2009-12-08
23:04
added comment confessing my puzzlement check-in: 0c446f44c3 user: msofer tags: trunk
22:58
minor cleanup check-in: 2f6acb6df9 user: msofer tags: trunk
21:44
baby steps towards nre-enabling coroutine first run check-in: f5462f26a9 user: msofer tags: trunk
20:56
* generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial ca... check-in: 3bf4f4aa02 user: msofer tags: trunk
19:00
* generic/tclExecute.c (TEBC): silence warning about pcAdjustment check-in: 5e6ea3e1b9 user: msofer tags: trunk
14:18
Small corrections (enforcing ANSI style declarations, etc.) check-in: 139608bd78 user: dkf tags: trunk
13:58
Reduce size of TEBC activation record a bit. check-in: de13c3c8c4 user: dkf tags: trunk
04:20
* generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure... check-in: 61f37dbba0 user: msofer tags: trunk
01:34
* generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: check-in: be429aa62f user: msofer tags: trunk
2009-12-07
20:49
* generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: check-in: 787fb64567 user: msofer tags: trunk
19:03
* generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being crea... check-in: 90e69c9120 user: msofer tags: trunk
17:15
* generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: a453455af3 user: dgp tags: trunk
17:14
* generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: 6bc1abafff user: dgp tags: core-8-5-branch
16:33
* generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] check-in: ccf1454f1d user: msofer tags: trunk
15:08
Plug memory leak. [Bug 2910044] check-in: 1eff7fbab5 user: dkf tags: trunk
14:04
missing declaration check-in: 96b97eb9c7 user: msofer tags: trunk
2009-12-06
20:35
factoring TclSpliceTailcall out of TclPopStackFrame check-in: 8b0b539704 user: msofer tags: trunk
19:37
oops - test error due to deletion of now not-created namespace check-in: cc4f8c3218 user: msofer tags: trunk
18:29
clear old junk in tests/coroutine.test: check-in: a4591dcf8e user: msofer tags: trunk
18:12
* generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutin... check-in: 0d9536212f user: msofer tags: trunk
12:19
missing changelog entry check-in: fdc1864a9f user: msofer tags: trunk
2009-12-05
22:05
* tests/tailcall.test: remove some old unused crud; improved the stack depth tests. check-in: e1304c9018 user: msofer tags: trunk
21:30
* generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out o... check-in: 1ebac3d262 user: msofer tags: trunk
2009-12-03
15:49
Fix [Bug 2906841] and a few other smaller issues. check-in: 58f7495c10 user: dkf tags: trunk
2009-12-02
22:01
Add support for win32 CALLBACK functions in genStubs.tcl (needed for Tk bugfix) check-in: ede910714b user: nijtmans tags: core-8-5-branch
20:45
tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "... check-in: 0aabcd0ba1 user: nijtmans tags: trunk
2009-11-30
23:10
tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static... check-in: d63090dfb8 user: nijtmans tags: trunk
15:44
[Bug 2901433]: Improved description of {*} syntax. check-in: 39fc448dc2 user: dkf tags: core-8-5-branch
15:39
[Bug 2901433]: Improved description of {*} syntax. check-in: 8122761dee user: dkf tags: trunk
2009-11-29
09:00
revert 2902965 tclAppInit.c change check-in: 9e1924b178 user: das tags: trunk
08:46
reverted 2902965 changes that broke static builds on OSX check-in: edecf0165f user: das tags: trunk
2009-11-27
21:44
* win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added a call to Tcl_InitStubs. 'tclsh'... check-in: f83af53218 user: kennykb tags: trunk
14:53
[Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: d5a9d37f2b user: dkf tags: core-8-5-branch
14:35
[Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: c04520abab user: dkf tags: trunk
07:27
Match the version-bump of TclOO. check-in: 5e375e282f user: dkf tags: trunk
06:33
[Bug 2903811]: Remove unneeded restrictions on usefully calling the oo::object->variable method. Lea... check-in: 8666033e45 user: dkf tags: trunk
2009-11-26
17:37
autoheader-2.59 check-in: 24632c2ec6 user: das tags: trunk
17:37
fix warning on LP64 check-in: ee769e1c33 user: das tags: trunk
09:40
Add .PHONY rules and documentation to preemptively stop trouble that plagued Tk from hitting Tcl too... check-in: 2e2fb9b16b user: dkf tags: trunk
07:02
Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 5c9a3057c9 user: nijtmans tags: trunk
07:01
Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 4bf7a171b2 user: nijtmans tags: trunk
2009-11-25
21:02
* win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go sp... check-in: 7c72e91ac9 user: kennykb tags: trunk
14:31
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 4a1666f4ce user: stwo tags: core-8-5-branch
14:25
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 39ef38578c user: stwo tags: trunk
2009-11-24
20:15
* library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This p... check-in: 5ee77c502a user: andreas_kupries tags: trunk
19:23
Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakage of auto-loading in sl... check-in: e0da5a9a1f user: dgp tags: trunk
12:00
Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] check-in: 56012b12ec user: dkf tags: trunk
00:08
[Bug 2893771] Teach [file stat] to handle locked files. This stops [file exists] from returning fals... check-in: 02224b9ef6 user: patthoyts tags: trunk
2009-11-23
23:06
library/tclIndex (regenerated) to reflect various changes in safe.tcl and other library files. check-in: 11ccf25491 user: nijtmans tags: trunk
22:14
* tests/fCmd.test (fCmd-30.1): Changed registry location of the 'My Documents' folder to the one tha... check-in: ca44a588ed user: kennykb tags: trunk
21:26
makefile.vc: Add stub library to necessary link lines check-in: dd77ba2cb5 user: nijtmans tags: trunk
20:36
Test constraint 2000orNewer should only be true on Windows platform check-in: 51d8486e2e user: dgp tags: trunk
20:17
#undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make sure that Xxxxx_Init is always exported ... check-in: 0f53c33f63 user: nijtmans tags: trunk
19:00
* generic/tclThreadTest.c (NewTestThread): [Bug 2901803] Further machinations to get NewTestThread a... check-in: 61219b1dbe user: kennykb tags: trunk
00:02
[Bug 2901803]: Fix silly error. check-in: 5d8705006e user: dkf tags: trunk
2009-11-22
00:17
Added some OSX-specific things check-in: 710b545979 user: dkf tags: trunk
2009-11-21
21:58
Cast required when setting result using a const string. String is copied by TCL_VOLATILE. check-in: a74abc57ce user: patthoyts tags: trunk
2009-11-20
00:19
a bit of cleanup check-in: 907c4296b6 user: dgp tags: trunk
2009-11-19
22:06
[Tcl Patch #2883533] tcl.m4 support for Haiku OS check-in: f339c1acc8 user: nijtmans tags: trunk
21:56
Updated freeIntRepProc routines so that they set the typePtr field to NULL so that the Tcl_Obj is no... check-in: 803df07822 user: nijtmans tags: trunk
21:23
Create tcltest86.dll as dynamic Tcltest package check-in: fcdfc71cd5 user: nijtmans tags: trunk
21:17
Test-case for fixed [Bug 2849797] Fix safe-10.1 and safe-10.4 test cases, making the wrong assumptio... check-in: a1f1098660 user: nijtmans tags: trunk
16:31
* unix/tclAppInit.c: Repair broken build of the tcltest executable. * win/tclAppI... check-in: 9fdef42bec user: dgp tags: trunk
11:59
Undo Jan's needless vandalism. check-in: 8028e692aa user: dkf tags: trunk
2009-11-18
23:56
Add files to .cvsignore check-in: 7d02933036 user: nijtmans tags: trunk
23:46
Fix [Bug 2883850]: pkgIndex.tcl doesn't get created with static Tcl build check-in: 39268397d9 user: nijtmans tags: trunk
22:41
Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF minor *** POTENTIAL INCOMPATIBIL... check-in: c0b94338ed user: nijtmans tags: trunk, potential incompatibility
22:21
Eliminate unneccessary spaces check-in: 9ee875bb1f user: nijtmans tags: trunk
22:02
Eliminate various gcc warnings (in -Wextra mode) check-in: 7dca608b0f user: nijtmans tags: trunk
21:59
Eliminate various gcc warnings (in -Wextra mode) check-in: 8780faf488 user: nijtmans tags: trunk
21:45
Eliminate unneccessary spaces check-in: e4348fa147 user: nijtmans tags: trunk
21:23
Eliminate "then" keyword check-in: 739793ad4a user: nijtmans tags: trunk
21:04
Fix [Bug 2891171]: URL checking too strict when using multiple question marks (added test case) check-in: 2e8541a6bb user: nijtmans tags: trunk
2009-11-17
19:51
format check-in: fcd21b0ffc user: dgp tags: trunk
17:27
* unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- up from a few days ago (2009-1... check-in: 027f112e04 user: andreas_kupries tags: trunk
2009-11-16
18:01
Use proper command creation routine. check-in: cd0fd01cd2 user: dgp tags: trunk
18:00
Revert mistaken commit check-in: f90f573d18 user: dgp tags: trunk
17:38
(forward port) Fix [Bug 2891556] and improve test to detect similar manifestations in the future. Ad... check-in: 8fa4d0a5b9 user: ferrieux tags: trunk
12:14
Fix [Bug 2891556] and improve test to detect similar manifestations in the future. check-in: 68033c16fa user: ferrieux tags: core-8-5-branch
06:29
* win/tclWinDde.c: Avoid gcc compiler warning by explicitly casting DdeCreateStringH... check-in: 3d793e20b3 user: mdejong tags: trunk
2009-11-12
17:34
retag check-in: 8c5e95aa66 user: dgp tags: core-8-5-8, core-8-5-branch
17:25
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity * tests/io.test: which used the num... check-in: bee5fce253 user: andreas_kupries tags: trunk
17:03
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity which used the number of _written_ ... check-in: baab8a7a17 user: andreas_kupries tags: core-8-5-branch
16:55
* changes: Update for 8.5.8 release. check-in: 42d15ddc0a user: dgp tags: core-8-5-branch
16:31
* generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: b33ef2e156 user: dgp tags: trunk
16:31
* generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: 3d9d716a03 user: dgp tags: core-8-5-branch
15:47
* tests/io.test: New test io-53.11 to test for [Bug 2895565]. check-in: c7e003efd4 user: dgp tags: core-8-5-branch
2009-11-11
23:46
Fixed a number of test issues for Vista and Win7. These test failures are due to the more restrictiv... check-in: 01efc55dbd user: patthoyts tags: core-8-5-branch
16:14
* library/http/http.tcl: Update the URL syntax check to RFC 3986 compliance o... check-in: c135514043 user: dgp tags: core-8-5-branch
06:49
Fix [Bug 2891171]: URL checking too strict when using multiple question marks check-in: 81e45883f4 user: nijtmans tags: trunk
00:04
Backported fix for [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of... check-in: ee83aeb170 user: ferrieux tags: core-8-5-branch
2009-11-10
23:50
Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of two FlushChann... check-in: c4da5b0446 user: ferrieux tags: trunk
20:53
* generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. Forward port from Tcl 8.5 ... check-in: 6e51787631 user: andreas_kupries tags: trunk
20:40
Cleanup directories that have been set chmod 000. On Windows7 and Vista we really have no access and... check-in: cc111e01e9 user: patthoyts tags: trunk
20:19
* generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. check-in: 6b6e463f6b user: dgp tags: core-8-5-branch
17:57
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323]. Forward port from... check-in: c4d00afb1a user: andreas_kupries tags: trunk
16:46
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323] check-in: d250faf92f user: dgp tags: core-8-5-branch
2009-11-09
23:38
Removed outdated Msys + Mingw info, fix for [Bug 2459744]. check-in: 32ac0f142d user: stwo tags: core-8-5-branch
23:14
Removed outdated Msys + Mingw info. check-in: b0872a6dee user: stwo tags: trunk
22:59
* tests/info.test: Resolve ambiguous resolution of variable "res". Forward port from 8.5 check-in: c490168fd6 user: andreas_kupries tags: trunk
22:36
* generic/tclBasic.c (TclEvalObjEx): Plug memory leak in TCL_EVAL_DIRECT evaluati... check-in: 3e4ff11855 user: dgp tags: core-8-5-branch
22:36
* generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of refCount for the file path out o... check-in: aac1c7cb46 user: andreas_kupries tags: trunk
13:47
Some small bits of tidying up. check-in: 35e9bea66e user: dkf tags: trunk
2009-11-08
20:18
Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: e72854500f user: dkf tags: trunk
20:01
Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: 402366065a user: dkf tags: trunk
19:56
Formatting correction check-in: bf0a8fbe58 user: dkf tags: trunk
2009-11-07
09:24
[Bug 2891026] add addtional contraints for vista+ for non-readable directories check-in: 9c8e4ef2b8 user: patthoyts tags: trunk
2009-11-06
18:16
* library/safe.tcl (::safe::Setup): Added documentation of the contents of the state array. Also ... check-in: f40f4a017b user: andreas_kupries tags: trunk
2009-11-05
20:51
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 10d116161c user: andreas_kupries tags: trunk
20:41
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 91f347f7f4 user: andreas_kupries tags: trunk
20:26
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: e50809b309 user: andreas_kupries tags: trunk
20:15
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 47e286b0fd user: andreas_kupries tags: trunk
20:04
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ac652ea4ff user: andreas_kupries tags: trunk
19:55
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 69f483876e user: andreas_kupries tags: trunk
19:47
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 4ffeb7c38b user: andreas_kupries tags: trunk
19:35
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: a8e38fb6e5 user: andreas_kupries tags: trunk
19:22
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ee28a197ac user: andreas_kupries tags: trunk
19:18
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: c9f749c0ec user: andreas_kupries tags: trunk
19:07
* library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 60a435aa1d user: andreas_kupries tags: trunk
17:56
Clarification check-in: 0d8c9af174 user: dkf tags: trunk
17:49
Clarified [namespace import] and NAME RESOLUTION check-in: 50323a39ef user: dkf tags: trunk
2009-11-04
04:47
2009-11-03 Andreas Kupries <andreask@activestate.com> * library/safe.tcl (::safe::InterpS... check-in: e2c5600f10 user: dgp tags: core-8-5-branch
00:39
* library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: 4a164f5a0b user: kennykb tags: core-8-5-branch
00:35
* library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: ccd2f2e426 user: kennykb tags: trunk
2009-11-03
23:20
Backported permissions fix for Windows 7 to cleanup test directory. check-in: d655795c20 user: patthoyts tags: core-8-5-branch
19:22
*** 8.5.8 TAGGED FOR RELEASE *** check-in: 33559eaf2e user: dgp tags: core-8-5-branch
19:21
* generic/tcl.h: Bump to 8.5.8 for release. * library/init.tcl: * too... check-in: 75775311ab user: dgp tags: core-8-5-branch
19:16
* changes: Update for 8.5.8 release. check-in: ebbfc19434 user: dgp tags: core-8-5-branch
2009-11-02
10:03
Minor correction check-in: a651b65303 user: dkf tags: trunk
09:54
Improve the general description. check-in: b55cebdb02 user: dkf tags: trunk
00:04
fixes for htmlhelp target check-in: eb8333ffb9 user: mistachkin tags: trunk
2009-11-01
18:15
Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. check-in: 5fb688f52c user: jenglish tags: trunk
13:00
Apply a bit more polish check-in: 6e31c75c9a user: dkf tags: trunk
12:10
Apply a bit more polish check-in: 90b47f083f user: dkf tags: trunk
00:27
Minor formatting fix. check-in: 4661c48cad user: dkf tags: trunk
00:26
Improve with more explanation of what's going on. check-in: b319b96def user: dkf tags: trunk
2009-10-31
20:25
[Bug 2889593]: Make [expr round()] give the right error. check-in: ba802af1b7 user: dkf tags: core-8-5-branch
20:18
[Bug 2889593]: Make [expr round()] give the right error. check-in: 598e4e4e48 user: dkf tags: trunk
2009-10-30
16:28
More variable hygiene. check-in: 23954d5b6b user: dkf tags: trunk
11:13
Cleanup non-writable test directory on Windows. When creating the notwritabledir we deny the current... check-in: c9d28e15b1 user: patthoyts tags: trunk
2009-10-29
22:20
More variable cleansing check-in: df9c4cb142 user: dkf tags: trunk
18:38
* generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: c8fd5c657b user: dgp tags: trunk, potential incompatibility
18:34
* generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: 554b1b107c user: dgp tags: core-8-5-branch, potential incompatibility
17:21
test hygiene for the ::tmp variable check-in: 1647c5548e user: dgp tags: trunk
17:21
Test hygiene for the ::tmp variable check-in: eced552367 user: dgp tags: core-8-5-branch
15:51
More variable cleansing check-in: ea56dd66e0 user: dkf tags: trunk
11:49
General cleanliness improvements. check-in: ed2df7fe53 user: dkf tags: trunk
08:08
Remove accidental C99-ism which reportedly makes the AIX native compiler choke. check-in: a39af4be39 user: dkf tags: trunk
01:17
* library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 8540896694 user: kennykb tags: trunk
01:17
* library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 6494be37d1 user: kennykb tags: core-8-5-branch
2009-10-28
21:10
* generic/tclLiteral.c: Backport fix for [Bug 2888044]. check-in: c853fcb266 user: dgp tags: core-8-5-branch
21:03
* generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044]. * tests/info.test: ... check-in: 857c040860 user: dgp tags: trunk
16:46
* tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: 2e4e794fc8 user: kennykb tags: trunk
16:45
* tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: ec33223598 user: kennykb tags: core-8-5-branch
2009-10-27
20:31
* generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: 07717b8954 user: dgp tags: trunk
20:30
* generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: a60df8980e user: dgp tags: core-8-5-branch
03:35
* library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: a078520c48 user: kennykb tags: trunk
03:35
* library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: 0eed3557a4 user: kennykb tags: core-8-5-branch
03:24
* library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 8748693449 user: kennykb tags: core-8-5-branch
03:23
* library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 1042002083 user: kennykb tags: trunk
2009-10-26
16:56
* unix/Makefile.in: Remove $(PACKAGE).* and prototype from the `make distclean` ... check-in: 0cfe105118 user: dgp tags: trunk
2009-10-24
22:20
* library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 87e633db8e user: kennykb tags: core-8-5-branch
22:20
* library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 9b2e848348 user: kennykb tags: trunk
2009-10-23
19:09
* generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: 6a13560e76 user: andreas_kupries tags: trunk
19:09
* generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: a63650e781 user: andreas_kupries tags: core-8-5-branch
2009-10-22
15:39
Let [$obj varname x(y)] work. [Bug 2883857] check-in: 745467a2bf user: dkf tags: trunk
2009-10-21
15:13
Typo check-in: 8689bd148a user: dkf tags: trunk
13:54
Fix [Bug 2882561]. check-in: dcf1be2659 user: dkf tags: core-8-5-branch
13:53
Fix [Bug 2882561]. check-in: 2f58fcf25a user: dkf tags: trunk
13:36
Fix [Bug 2881259]. check-in: e687e18dae user: dkf tags: trunk
2009-10-20
21:45
describe backported fixes check-in: cb2104a015 user: ferrieux tags: core-8-5-branch
17:21
* unix/Makefile.in: Removed the long outdated and broken targets package-* that ... check-in: 72bdd80c30 user: dgp tags: trunk
2009-10-19
22:00
* generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: 8e6e2b93ab user: dgp tags: trunk
21:59
* generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: cdf0022092 user: dgp tags: core-8-5-branch
2009-10-18
11:21
Fix for [Bug 988703, 1565466] check-in: 3a43f003a8 user: mistachkin tags: core-8-5-branch
10:39
Fix for [Bug 2871908] check-in: d8a89a64f8 user: mistachkin tags: trunk
08:00
Fix for [Bug 1565466] check-in: ff40104ffa user: mistachkin tags: trunk
2009-10-17
22:35
Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 3164b694cd user: dkf tags: core-8-5-branch
22:24
Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 092a1af5b4 user: dkf tags: trunk
2009-10-15
20:33
Fix the icon to have 48x48 size (mistakenly made a 46px icon) check-in: cd373de52f user: patthoyts tags: trunk
2009-10-14
15:59
Added missing text. Noticed by Emiliano Gavilan. check-in: e825ba598c user: dkf tags: trunk
2009-10-08
14:42
[Bug 2874678]: Don't leak bignums in [dict incr]... check-in: cdd77ebec4 user: dkf tags: core-8-5-branch
14:37
[Bug 2874678]: Don't leak bignums in [dict incr]... check-in: fa32677770 user: dkf tags: trunk
2009-10-07
23:10
* generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 3407f29edf user: andreas_kupries tags: core-8-5-branch
23:09
* generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 95b0865e88 user: andreas_kupries tags: trunk
17:11
* generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 11147c4905 user: andreas_kupries tags: core-8-5-branch
17:07
* generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 5e5eae4bd8 user: andreas_kupries tags: trunk
2009-10-06
16:55
* generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps was added as ... check-in: ffe3e3baba user: dgp tags: trunk
16:31
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 4a1c8a2c75 user: dgp tags: trunk
16:30
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 6e9ea43f97 user: dgp tags: core-8-5-branch
2009-10-05
20:02
* library/safe.tcl (AliasGlob): Fixed conversion of catch to try/finally, it had an 'on ok msg'... check-in: 5f009d7cf2 user: andreas_kupries tags: trunk
15:20
* changes: Update for 8.5.8 release. check-in: d0be4425c2 user: dgp tags: core-8-5-branch
02:41
* macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: 3e06f9c8e8 user: das tags: core-8-5-branch
02:41
* macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: a83c2eebce user: das tags: trunk
02:40
fix tclooConfig.sh install check-in: 707453d800 user: das tags: trunk
2009-10-02
17:59
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: b0ffb24bc2 user: kennykb tags: trunk
17:54
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: cd363609df user: kennykb tags: core-8-5-branch
2009-09-30
03:11
* generic/tclDictObj.c: Updated freeIntRepProc routines so * generic/tclExec... check-in: c712d7d7bb user: dgp tags: trunk
2009-09-29
05:03
* generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: f10095b9f9 user: dgp tags: trunk
04:43
* generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: e6b0f11e96 user: dgp tags: core-8-5-branch
04:29
http bump fix check-in: ae0e27059b user: dgp tags: core-8-5-branch
2009-09-28
18:02
* generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with * tests/error.test: ... check-in: b806f70a69 user: dgp tags: trunk
16:34
* tests/error.test (error-15.9.*): More coverage tests for [try]. Test error-15... check-in: e6fa68b0fe user: dgp tags: trunk
03:22
* tests/error.test (error-15.8.*): Coverage tests illustrating flaws in the pro... check-in: d9ab5de7ca user: dgp tags: trunk
2009-09-26
21:42
Added dummy tclooConfig.sh files for easier cross-version building. [2026844] check-in: 6475123e8f user: dkf tags: trunk
2009-09-24
17:19
TIP #356 IMPLEMENTATION * generic/tcl.decls: Promote internal routine TclNRSubst... check-in: 2b4e9763d9 user: dgp tags: trunk
2009-09-23
23:36
* doc/namespace.n: the description of [namespace unknown] failed to mention [namespace path]: fixe... check-in: 56c0814129 user: msofer tags: trunk
2009-09-22
01:14
edit check-in: d97f09264c user: dgp tags: trunk
2009-09-21
21:30
* tests/regexp.test: Added check for error message from unbalanced [] in regexp. Added addi... check-in: e0b2e1cb89 user: mdejong tags: trunk
16:16
* generic/tclCompile.c: Correct botch in the conversion of Tcl_SubstObj(). Thanks t... check-in: d1d94a1297 user: dgp tags: trunk
2009-09-17
17:58
* generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple * generic/tclParse.c... check-in: 8b27ea0197 user: dgp tags: trunk
08:39
need to remember to save before commit... check-in: 5dea5b4c4e user: das tags: trunk
08:37
typo check-in: f3fbf5e44b user: das tags: trunk
08:37
fix string buffer sizes for pointer printing fix whitespace, formatting & style to match codebase co... check-in: f248b39c3e user: das tags: trunk
2009-09-16
21:17
Extended ::tcl::unsupported::representation. check-in: 33e7e2f36f user: ferrieux tags: trunk
2009-09-12
06:43
fix warning check-in: 21342c54c7 user: das tags: trunk
2009-09-11
20:13
* generic/tclBasic.c: Completed the NR-enabling of [subst]. * generic/tclCmdMZ.c: ... check-in: 7748dccef5 user: dgp tags: trunk
15:45
Clean up http tokens properly. check-in: 887b017598 user: dkf tags: trunk
15:08
* library/http/http.tcl: Bump to http 2.7.4 to account for * library/http/pkg... check-in: 96087f0be7 user: dgp tags: core-8-5-branch
2009-09-10
21:31
Correct handling of quoted charset names. [Bug 2849860] check-in: 933d031f42 user: dkf tags: core-8-5-branch
21:20
Correct handling of quoted charset names. [Bug 2849860] check-in: 5acb804b5c user: dkf tags: trunk
2009-09-07
19:59
* generic/tclParse.c Corrected line counting error in multi-command * tests/into.... check-in: 26367d8d40 user: dgp tags: trunk
14:47
Added another test case, "known bug" because of [Bug 2314561] incompleteness check-in: ca0cb1821d user: dkf tags: trunk
09:43
Basic test of yielding inside a subst check-in: 12bf5d7d36 user: dkf tags: trunk
07:28
* generic/tclExecute.c: fix potential uninitialized variable use and * generic/tclFCmd.c: null der... check-in: e93f957325 user: das tags: trunk
06:20
make support for clang static analyzer safer & cleaner check-in: 32d1a61713 user: das tags: trunk
2009-09-04
23:14
Fixed up error in stack requirement estimation that made debug builds panic during execution of [sub... check-in: 8143a62037 user: dgp tags: trunk
21:07
Patched up flaw in option syntax checking check-in: d650611a9e user: dgp tags: trunk
17:33
* generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode * generic/tclBasic.... check-in: ef0c2ac861 user: dgp tags: trunk
09:38
Improve consistency of formatting of comments and function decls check-in: f5891eb377 user: dkf tags: trunk
2009-09-03
08:07
Added suggestions for how to handle the multithreaded case. [Bug 2844962] check-in: c3ee268713 user: dkf tags: trunk
08:01
Add xref to script-level documentation check-in: 2f951807a3 user: dkf tags: trunk
2009-09-01
17:31
* generic/tclIORTrans.c (ReflectInput): Remove error response to 0-result from method 'limit?' of... check-in: 1e180c2bd1 user: andreas_kupries tags: trunk
14:13
* library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 51e53d35db user: dgp tags: trunk
14:13
* library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 3528e2f04c user: dgp tags: core-8-5-branch
2009-08-30
19:18
add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 40361f2a32 user: das tags: core-8-5-branch
19:18
add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 952b641948 user: das tags: trunk
2009-08-28
23:04
workaround llvm LTO bug on ppc check-in: 540943d8c7 user: das tags: trunk
2009-08-27
19:34
* generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 5fbae24aa1 user: dgp tags: trunk
19:33
* generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 7a7b843587 user: dgp tags: core-8-5-branch
2009-08-26
02:26
silence compiler warnings check-in: d7d129a6b6 user: dgp tags: core-8-5-branch
2009-08-25
23:49
guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBS check-in: ec1134fc9d user: das tags: trunk
23:20
fix warnings check-in: f84de2f80a user: das tags: trunk
21:03
* generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, Tcl_EvalEx, TclEvalEx, TclAdvance... check-in: 9d8e49c947 user: andreas_kupries tags: trunk
21:01
* generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, EvalTokensStandard, Tcl_EvalEx, E... check-in: c838caae31 user: andreas_kupries tags: core-8-5-branch
2009-08-24
09:32
Better formatting check-in: 5a2d13e16c user: dkf tags: trunk
03:18
* generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static analyzer in PURIFY builds, rep... check-in: 83c4134739 user: das tags: trunk
00:27
* macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 3c8d3403f3 user: das tags: core-8-5-branch
00:27
* macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 57c29b5009 user: das tags: trunk
2009-08-22
11:29
Typo found by Andreas Kupries check-in: abede28257 user: dkf tags: trunk
2009-08-21
19:06
* generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: c60ddf28cb user: dgp tags: trunk
19:03
* generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: 06b3699815 user: dgp tags: core-8-5-branch
18:32
regression tests check-in: 9e2d7a5950 user: dgp tags: trunk
18:31
regression tests check-in: 2ca1d82694 user: dgp tags: core-8-5-branch
2009-08-20
22:09
* generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: da162d3fda user: dgp tags: trunk
22:08
* generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: 2dded56920 user: dgp tags: core-8-5-branch
15:17
* generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 981d2d61d7 user: dgp tags: trunk
14:59
* generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 93b3686378 user: dgp tags: core-8-5-branch
14:29
Backport of memory leak plug. check-in: c3b11be0dc user: dkf tags: core-8-5-branch
10:56
Use the Tcl value stack more, simplify exit paths in [lsearch] check-in: af40c6fb69 user: dkf tags: trunk
10:55
Small tweaks check-in: a13cf3ba7a user: dkf tags: trunk
08:31
Close off memory leak in [lsort]. check-in: 63cf4eb317 user: dkf tags: trunk
2009-08-19
23:23
Interpreted [if] is now fully NRE-enabled. [Bug 2823276] check-in: 7c7e6bcf33 user: dkf tags: trunk
17:30
another test check-in: 9f3daf8393 user: dgp tags: trunk
17:29
another test check-in: f9d24d4bde user: dgp tags: core-8-5-branch
14:32
Make interpreted [for] and [while] NRE-safe. [Bug 2823276] check-in: 415a9b6fa0 user: dkf tags: trunk
14:25
Formatting corrections check-in: 890f330c87 user: dkf tags: trunk
2009-08-18
17:42
test for 2806250 check-in: f35c75ca90 user: dgp tags: trunk
17:42
test for 2806250 check-in: fef7f8b5ca user: dgp tags: core-8-5-branch
16:27
nicer test failure mode check-in: 6859061cba user: dgp tags: core-8-5-branch
16:27
nicer test failure mode check-in: 80c3b7b1c1 user: dgp tags: trunk
14:44
* generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 3432a10a27 user: dgp tags: trunk
14:43
* generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 6b2ad80bbe user: dgp tags: core-8-5-branch
2009-08-16
12:25
Change ForIterData, make it const-safe. check-in: 9a9f088f2c user: nijtmans tags: trunk
10:21
const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 3c9da826aa user: nijtmans tags: trunk
10:20
const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 4c68b5bfd2 user: nijtmans tags: trunk
2009-08-12
16:06
TIP #353 IMPLEMENTATION * doc/NRE.3: New public routine Tcl_NRExprObj() ... check-in: c2ac0ecc04 user: dgp tags: trunk
2009-08-06
22:28
* doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 018a2f428f user: andreas_kupries tags: core-8-5-branch
22:28
* doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 21c29e509b user: andreas_kupries tags: trunk
2009-08-02
14:26
* tests/coroutine.test: fix testfile cleanup check-in: c66cba960a user: msofer tags: trunk
13:03
Added *unsupported* command to report an object's representation. check-in: 0c062dff17 user: dkf tags: trunk
12:15
Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: f405ee1956 user: dkf tags: core-8-5-branch
12:08
Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: 2272f042f2 user: dkf tags: trunk
10:41
eliminate TclWinResetInterfaceEncodings, because it does exactly the same as TclWinEncodingsCleanup,... check-in: 182c7a48f3 user: nijtmans tags: trunk
2009-07-31
16:56
* generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: 462283219e user: dgp tags: core-8-5-branch
16:55
* generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: a3c590a7b5 user: dgp tags: trunk
2009-07-26
21:48
Simplify a bit further following more testing check-in: f1b2eb0982 user: dkf tags: trunk
11:40
Use [try] to replace obscurer uses of [catch]. check-in: 85f6cc0b99 user: dkf tags: trunk
11:26
Forced LF translation when generating .h's to avoid spurious diffs when regenerating on a Windows bo... check-in: c03ef296ee user: ferrieux tags: trunk
07:57
[Bug 2827066] msys build --enable-symbols broken And modified the same for unicows.dll, as a prepara... check-in: 01f7acb263 user: nijtmans tags: trunk
2009-07-25
22:00
Correct "incidental" test failure; exact error message generated by ::tcl::HistAdd changed check-in: d14797dd9c user: dkf tags: trunk
21:51
Make [history] (well, [::tcl::history]) be a real ensemble. check-in: 9ffcefd67c user: dkf tags: trunk
2009-07-24
20:45
minor cleanups check-in: 99c5bc6515 user: dgp tags: trunk
16:51
* generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash * generic/tclPipe.c (FileFo... check-in: 62c8e5320a user: andreas_kupries tags: core-8-5-branch
10:53
Clarify code by using [try] instead of [catch] in a few places check-in: fe6c5300e4 user: dkf tags: trunk
09:27
Removed mention of auto_mkindex_old from indexed locations; we really don't want people finding out ... check-in: 6aaf8dfacf user: dkf tags: trunk
08:23
Made it clearer what most people want instead of [self class]. check-in: 4bcf58698c user: dkf tags: trunk
2009-07-23
23:01
Revert series of local changes not relevant to the last commit. check-in: 00dea79ba9 user: andreas_kupries tags: trunk
22:49
* generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for * generic/tclPipe.c (FileForRedirect):... check-in: 9039eeb584 user: andreas_kupries tags: trunk
15:23
fix SunCC warning check-in: 61e383a4cf user: das tags: core-8-5-branch
15:23
fix SunCC warning check-in: edb6119052 user: das tags: trunk
10:17
Fix for [Bug 2820349] check-in: 4b7c178d54 user: mistachkin tags: core-8-5-branch
10:07
Fix for [Bug 2820349] check-in: 00e1c4070f user: mistachkin tags: trunk
2009-07-22
19:54
Feature Request 2814786: remove TclpPanic check-in: 72d40d56d3 user: nijtmans tags: trunk
12:00
* macosx/tclMacOSXFCmd.c: CONST -> const * generic/tclGetDate.y: * generic/tclDate.c: * generic/... check-in: 86068bf4d3 user: nijtmans tags: trunk
08:41
Refined the 20090617 patch on [exit] streamlining, so that it now correctly calls thread exit handle... check-in: 4f519b267a user: ferrieux tags: trunk
2009-07-21
21:20
2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 1e447f3123 user: kennykb tags: core-8-5-branch
19:03
2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 2f2c125a0c user: kennykb tags: trunk
2009-07-20
09:26
Performance boost for [string is]. check-in: 6fb871d204 user: dkf tags: core-8-5-branch
09:13
Performance boost for [string is]. check-in: b4bad673e4 user: dkf tags: trunk
2009-07-19
11:46
Expose function to efficiently return current name of an object. check-in: 0a8cf0ea4b user: dkf tags: trunk
2009-07-18
08:16
* unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to disable NRE assert()s and th... check-in: c95a3e0ce5 user: das tags: trunk
2009-07-16
21:24
* generic/tclBinary.c: Removed unused variables. * generic/tclCmdIL.c: * ge... check-in: b0e94fe52c user: dgp tags: trunk
20:50
* generic/tclCmdIL.c: Removed unused variables. * generic/tclCompile.c: * ... check-in: 936f6911bd user: dgp tags: core-8-5-branch
2009-07-15
22:27
fix 64bit int <-> ptr cast warnings check-in: e30aeb4cb6 user: das tags: core-8-5-branch
13:17
Added code to save space in namespaces. Currently #ifdef'ed out for compat. Also added code from itc... check-in: 518b8a92e0 user: dkf tags: trunk
2009-07-14
21:47
fix 64bit int <-> ptr cast warnings check-in: 97a92c47a0 user: das tags: trunk
16:52
* generic/tclInt.h (TclNRSwitchObjCmd): * generic/tclBasic.c (builtInCmds): * generic/tclCmdMZ.c (Tc... check-in: 40b8273384 user: kennykb tags: trunk
16:34
* generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, TclCleanupByteCode, TclCompileScrip... check-in: 7c71134801 user: andreas_kupries tags: trunk
16:33
* generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, TclArgumentBCRelease, TclArgumentGet):... check-in: 7022410d0d user: andreas_kupries tags: core-8-5-branch
2009-07-12
18:04
Fix [Bug 2637173] by consolidating bytearray purity check. check-in: f796a220ae user: dkf tags: trunk
14:57
Updated documentation to provide better description of this advanced feature. check-in: ad343b310d user: dkf tags: trunk
14:51
Reorganize method cache handling a bit to better support itcl nasty cases. [Bug 1895546] check-in: 18d45c03cd user: dkf tags: trunk
2009-07-11
17:11
Substantially increased the discussion of issues and work-arounds relating to nested vwaits, followi... check-in: 4baeeee54e user: dkf tags: trunk
13:34
tweaks check-in: 3c847a4e10 user: dkf tags: trunk
11:26
Extended the warning about vwait gotchas check-in: aecb399dfe user: dkf tags: trunk
11:23
General improvement of the documentation check-in: 2f5e1108bd user: dkf tags: trunk
08:57
Added optional script option to runtest and a runshell target. Silence output from html help compile... check-in: d48dbcb8ca user: patthoyts tags: trunk
08:32
backslash quoting check-in: 0d6f344439 user: patthoyts tags: trunk
2009-07-10
17:37
ZlibTransformClose may be called with a NULL interpreter during finalization and Tcl_SetChannelError... check-in: 13321da7b2 user: patthoyts tags: trunk
10:06
Slight improvement of wording check-in: b8d1788932 user: dkf tags: trunk
2009-07-09
22:48
[Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate format. check-in: af721af1ed user: patthoyts tags: trunk
22:28
Fix [Bug 2819227] by using a function from C89 rather than POSIX. check-in: ab6aecb071 user: dkf tags: trunk
2009-07-06
21:38
Silence a signed/unsigned warning that annoys msvc check-in: 73b2dd28f2 user: patthoyts tags: trunk
2009-07-05
21:46
Additional tests for zlib stacked channel with fcopy in various modes. check-in: 4689653b3b user: patthoyts tags: trunk
16:05
Make [zlib push] work with [fcopy]. check-in: 03d972d6d9 user: dkf tags: trunk
2009-07-01
15:29
Cast wide integer to int conversion and some signed/unsigned conversions. (silence msvc6 warnings) check-in: a36d676c25 user: patthoyts tags: core-8-5-branch
15:06
Cast wide integer to int conversion (silence msvc6 warning) check-in: c5133b9b13 user: patthoyts tags: trunk
14:38
Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 62ff377237 user: patthoyts tags: trunk
14:05
Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 2d7deaad2f user: patthoyts tags: core-8-5-branch
2009-06-30
14:21
s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology check-in: 9897a370c4 user: das tags: trunk
00:56
* generic/tclInt.h: add assert macros for clang static * generic/tclPanic.c: analyzer and redefi... check-in: 76473fc9e2 user: das tags: trunk
2009-06-26
18:14
* macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, * macosx/Tcl.xcode/*: standa... check-in: 8dde9fbdba user: das tags: trunk
2009-06-25
22:53
Handle cleanup when all tests skipped [Bug 2812355] check-in: bb9b739b6b user: patthoyts tags: trunk
19:24
Made namespace scope corrections to some of the testing machinery surrounding [testnrelevels]. Fixe... check-in: 1adb4b5600 user: dgp tags: trunk
2009-06-24
15:29
Fix [Bug 2811598]. check-in: 6c44849ecb user: dkf tags: trunk
15:17
More test suite cleanup for "-singleproc 1 -debug 1" testing. check-in: cb05dda8cc user: dgp tags: trunk
13:51
Correct failures during -singleproc 1 test suite run. Correct duplicate test names. check-in: fe2e3409ae user: dgp tags: trunk
13:13
Clean up procs after testing to avoid problems with -singleproc testing [Bug 2811492] check-in: 8b30365796 user: patthoyts tags: trunk
2009-06-18
09:42
regen check-in: 9157d43299 user: dkf tags: trunk
09:41
Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. check-in: ab1f2ddc32 user: dkf tags: trunk
2009-06-17
19:24
Applied a patch by George Peter Staplin drastically reducing the ambition of [exit] wrt finalization... check-in: c2300ea2ce user: ferrieux tags: trunk
2009-06-15
18:52
* generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: 76ca69989e user: dgp tags: core-8-5-branch
18:51
* generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: e3a58fe6f2 user: dgp tags: trunk
16:24
* unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c * unix/tclUnixChan.c: to tclUn... check-in: f5db47944a user: rmax tags: trunk
09:41
Apply last useful bit of [Patch 557486]. check-in: 5433349fc6 user: dkf tags: trunk
2009-06-13
14:31
* generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: cd62c79f0e user: dgp tags: trunk
14:27
test name conflict check-in: 46f440d1ff user: dgp tags: core-8-5-branch
14:25
* generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: 00a700e694 user: dgp tags: core-8-5-branch
2009-06-10
21:39
* generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 603364c9eb user: dgp tags: trunk
21:38
* generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 7bd82b7393 user: dgp tags: core-8-5-branch
14:44
* generic/tclStringObj.c: Corrected failures to deal with the "pure unicode" r... check-in: dfc23bce03 user: dgp tags: trunk
2009-06-09
13:52
* generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 7ad94faea7 user: kennykb tags: core-8-5-branch
13:52
* generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 507327cfc1 user: kennykb tags: trunk
2009-06-08
16:37
New DST rule for Bangladesh (Olson's tzdata2009i) check-in: e15ae49aa2 user: kennykb tags: core-8-5-branch
16:28
New DST rule for Bangladesh (Olson's tzdata2009i) check-in: 29b9a65477 user: kennykb tags: trunk
2009-06-07
23:33
Fix docbug. check-in: d0eba32fc2 user: dkf tags: trunk
2009-06-03
23:12
fix signed vs unsigned comparison warnings check-in: fdc9d759a3 user: das tags: trunk
2009-06-02
19:11
* generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 6b00189f62 user: dgp tags: trunk
19:10
* generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 4c0cff3a38 user: dgp tags: core-8-5-branch
17:56
* generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: 16158f3fa3 user: dgp tags: trunk
17:55
* generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: ed6b2d69c8 user: dgp tags: core-8-5-branch
2009-06-01
21:34
* tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: 89c130ac99 user: dgp tags: trunk
21:32
* tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: e5c0e52520 user: dgp tags: core-8-5-branch
2009-05-30
03:51
Applied Olson's tzdata2009h check-in: 470a900f71 user: kennykb tags: core-8-5-branch
03:32
Applied Olson's tzdata2009h check-in: 2b04043115 user: kennykb tags: trunk
2009-05-29
16:28
* library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: a534adff26 user: andreas_kupries tags: trunk
16:28
* library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: 02ed733d89 user: andreas_kupries tags: core-8-5-branch
2009-05-26
09:26
Ascribe due credit in ChangeLog. check-in: 213269e9a8 user: ferrieux tags: trunk
09:08
Fixed documentation of the right-associativity of the ** operator. check-in: aa662ce03d user: ferrieux tags: trunk
2009-05-16
03:43
fix TCL_COMPILE_DEBUG 64bit warnings check-in: 3736ae28d2 user: das tags: trunk
2009-05-15
10:08
Added more introspection: ability to look up namespace of an object. check-in: 07dfc8d118 user: dkf tags: trunk
09:14
a little minor emacs niceness check-in: eddaf95d56 user: dkf tags: trunk
2009-05-12
22:53
(With apologies to Ghostbusters...) check-in: d9d7e57840 user: dkf tags: trunk
22:48
"There's something very important I forgot to tell you." "What?" "Don't nest the vwaits." "Why?" "It... check-in: fa2339d30b user: dkf tags: trunk
20:26
Make our mkstemp() replacement build on IRIX 6.5. check-in: ac97ad0a2a user: dkf tags: trunk
2009-05-08
09:56
Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858]. check-in: 8591698c5a user: dkf tags: trunk
08:48
Fix [Bug 2414858]. check-in: f08e13c9de user: dkf tags: trunk
08:13
Fix [Bug 2788468]. check-in: 98ccca352a user: dkf tags: trunk
02:23
* generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 45a890d2e3 user: msofer tags: core-8-5-branch
02:21
* generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 851249078c user: msofer tags: trunk
01:02
* generic/tclBasic.c: Let coroutines start with a much smaller * generic/tclCompile.h: stack: ... check-in: 50329efcfd user: msofer tags: trunk
2009-05-07
10:34
Fix [Bug 1513659]. check-in: 386a1659b5 user: dkf tags: trunk
2009-05-06
20:16
* generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 9c4fb8f94e user: dgp tags: core-8-5-branch
20:16
* generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 2316cd35a7 user: dgp tags: trunk
15:50
* tests/interp.test: interp-20.50 test for Bug 2486550. check-in: 0e8478bf11 user: dgp tags: trunk
2009-05-05
15:51
Corrected changelog entry check-in: 433219d909 user: dkf tags: trunk
15:47
Missed a spot. check-in: 42f5ad1fbc user: dkf tags: trunk
2009-05-04
17:39
Stop deletion of support namespaces leading to a potential crash. check-in: dd2f122042 user: dkf tags: trunk
2009-05-03
18:05
Fix [Bug 2538432] through clarification. check-in: 079570408e user: dkf tags: trunk
2009-05-01
20:18
Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An... check-in: e30d6f8118 user: patthoyts tags: trunk
2009-04-30
23:25
* generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc is not used, use Tcl_NRCallObjP... check-in: 1c2d2f66c2 user: msofer tags: trunk
22:37
Fix 64-bit detection for zlib on Win64 check-in: 414f4feafa user: nijtmans tags: trunk
2009-04-29
15:47
Revert last commit which fails to build with msvc2005 and msvc6 check-in: 6507675fdb user: patthoyts tags: core-8-5-branch
15:24
Revert last commit which fails to build with msvc2005 and msvc6 check-in: 2123c41cdc user: patthoyts tags: trunk
14:59
Fix [Bug 2651823]. check-in: a44c3f403b user: dkf tags: core-8-5-branch
14:56
Fix [Bug 2651823]. check-in: ee20628496 user: dkf tags: trunk
2009-04-28
16:46
comment with last tcl.m4 change check-in: e1132fd656 user: hobbs tags: core-8-5-branch
16:46
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 830f834cae user: hobbs tags: trunk
16:44
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: c28d009df6 user: hobbs tags: core-8-5-branch
2009-04-27
21:45
Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for... check-in: d28ef3bfc1 user: ferrieux tags: core-8-5-branch
21:36
Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: efa00a3dcf user: ferrieux tags: core-8-5-branch
12:35
Fix examples. [Bug 2780680] check-in: 9fe6e5d675 user: dkf tags: core-8-5-branch
12:31
Fix examples. [Bug 2780680] check-in: 14b71c7f4e user: dkf tags: trunk
09:41
Reset internal INTERP_ALTERNATE_WRONG_ARGS flag inside the Tcl_WrongNumArgs function, so the caller ... check-in: e1dc328773 user: nijtmans tags: trunk
2009-04-24
15:15
Don't chmod/exec installManPage. [Patch 2769530] check-in: 18ed5a745a user: stwo tags: core-8-5-branch
15:07
Don't chmod/exec installManPage. [Patch 2769530] check-in: 1776b4186b user: stwo tags: trunk
2009-04-19
18:27
Removed newline appended to POST data. Added tests to check that the data provided by a POST is as s... check-in: dfd6051afd user: patthoyts tags: trunk
2009-04-15
19:07
* generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 48925f56c8 user: dgp tags: core-8-5-7, core-8-5-branch
13:42
* changes: Update for 8.5.7 release. check-in: cb0d65dd5f user: dgp tags: core-8-5-branch
12:31
Doc improvements. check-in: a2213bf663 user: dkf tags: trunk
2009-04-14
20:43
Removed -Wno-implicit-int from CFLAGS_WARNING. Regen unix/configure. check-in: bf3c8c5560 user: stwo tags: core-8-5-branch
20:01
* library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: d751f50776 user: kennykb tags: core-8-5-branch
19:57
* library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: 4468f7bd90 user: kennykb tags: trunk
00:55
update Apple copyright notice for 2009-04-10 changes check-in: 957877ba48 user: das tags: core-8-5-branch
00:55
update Apple copyright notice for 2009-04-10 changes check-in: 2c504309bd user: das tags: trunk
2009-04-13
16:20
typos check-in: 33c5aab61c user: dgp tags: core-8-5-branch
2009-04-11
11:18
Clarify the rules for resolution of what forwarded methods forward to. check-in: 1c0fc91aa2 user: dkf tags: trunk
00:22
D'oh check-in: 73f615d3ff user: das tags: core-8-5-branch
00:22
D'oh check-in: d02b912ad7 user: das tags: trunk
2009-04-10
22:53
fix warning check-in: e42f84ee0c user: das tags: core-8-5-branch
22:53
fix warning check-in: 51a4b704be user: das tags: trunk
22:14
silence warning preventing symbols build with msvc6 (signed/unsigned comparison) check-in: 3352598241 user: patthoyts tags: core-8-5-branch
21:50
Forgot to add changelog for http commit check-in: 8c8d7c542c user: patthoyts tags: trunk
21:40
Remove unused variable (compiler warning) check-in: 199cda2257 user: dgp tags: trunk
21:31
*** 8.5.7 TAGGED FOR RELEASE *** check-in: bb5e36d20b user: dgp tags: core-8-5-branch
21:27
* generic/tclStringObj.c (UpdateStringOfString): Fix bug detected by compiler warni... check-in: 3ed35b9bbb user: dgp tags: core-8-5-branch
21:22
Darwin additions check-in: 7d0546ca00 user: das tags: core-8-5-branch
20:46
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: e496f9ef50 user: das tags: core-8-5-branch
20:46
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: 2001faff8c user: das tags: trunk
20:33
typos check-in: fb20e43a05 user: dgp tags: core-8-5-branch
18:10
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: edb8ccb8b2 user: das tags: core-8-5-branch
18:10
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: bb4fb805eb user: das tags: trunk
18:04
typo check-in: b9226e1fb4 user: das tags: trunk
18:04
typo check-in: eaa11b5ac5 user: das tags: core-8-5-branch
18:02
* macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: 7a6749806a user: das tags: core-8-5-branch
18:02
* macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: ec1a5f8686 user: das tags: trunk
18:01
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 03bf436bb5 user: das tags: core-8-5-branch
18:01
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 4f6862e546 user: das tags: trunk
17:40
* changes: Update for 8.5.7 release. check-in: 70f3c2e7e5 user: dgp tags: core-8-5-branch
16:59
* macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 7a25e2c08d user: das tags: core-8-5-branch
16:59
* macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 5933ea7d81 user: das tags: trunk
16:54
* generic/tcl.h: Bump to 8.5.7 for release. * library/init.tcl: * too... check-in: ca1b890ff6 user: dgp tags: core-8-5-branch
14:19
Improved HTTP/1.1 support and added specific HTTP/1.1 testing. This patch makes use of the 8.6 zl... check-in: e861cc28b0 user: patthoyts tags: trunk
13:15
* tests/httpd: Backport new tests for http 2.7.3. * tests/http.tcl: check-in: 1ea016c0bd user: dgp tags: core-8-5-branch
13:14
Fix for immediate problem in [Bug 2089279]. check-in: c3f65b131e user: dkf tags: trunk
09:37
Specific check for [Bug 26245326] This bug is caused by receiving a partial HTTP response line whi... check-in: cb97cbffd0 user: patthoyts tags: trunk
2009-04-09
20:11
Fix tzdata line terminators check-in: 4b5a1c7124 user: kennykb tags: core-8-5-branch
20:07
Olson's tzdata2009e check-in: 112f6af617 user: kennykb tags: trunk
19:55
Olson's tzdata2009e check-in: 7d54191ff1 user: kennykb tags: core-8-5-branch
17:05
* library/http/http.tcl: Backport http 2.7.3 from HEAD for * library/http/pkg... check-in: 3e5776d3dd user: dgp tags: core-8-5-branch
17:01
* library/http/http.tcl: Handle incomplete lines in the "connecting" state. ... check-in: 7e2b73c3e1 user: dgp tags: trunk
2009-04-08
19:17
* library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: 0aca619525 user: andreas_kupries tags: trunk
19:11
* library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: e18670efde user: andreas_kupries tags: core-8-5-branch
16:05
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: f054da9f0c user: dgp tags: trunk
16:04
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: 96648562c3 user: dgp tags: core-8-5-branch
2009-04-07
18:45
* generic/tclStringObj.c: Correction so that value of TCL_GROWTH_MIN_ALLOC is ... check-in: 24eea28193 user: dgp tags: trunk
18:37
* generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [... check-in: b72d2c661c user: dgp tags: core-8-5-branch
2009-04-04
17:31
Fix [Bug 1910136]. check-in: d99c0d9aba user: dkf tags: trunk
2009-03-30
18:49
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: 730ead76b9 user: dgp tags: trunk
18:48
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: ef3ce5cbff user: dgp tags: core-8-5-branch
17:47
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: f0785bb73d user: dgp tags: core-8-5-branch
2009-03-27
19:17
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 5771cd9994 user: dgp tags: trunk
19:16
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 6f05a3d648 user: dgp tags: core-8-5-branch
2009-03-26
19:58
typo check-in: 4639b76c8b user: dgp tags: core-8-5-branch
19:58
typo check-in: 210ea34e35 user: dgp tags: trunk
10:43
Some small improvements to the last example check-in: a2a666124d user: dkf tags: trunk
2009-03-25
23:24
bring doc and tools in line with http://wiki.tcl.tk/812 check-in: e35ad2ae2d user: nijtmans tags: trunk
23:22
bring doc and tools in line with http://wiki.tcl.tk/812 check-in: 1a4d23cb9e user: nijtmans tags: trunk
10:26
Documented [coroutine] and [yield]. [Bug 2152285] check-in: db491127c0 user: dkf tags: trunk
2009-03-24
10:46
Fix [Bug 2704302] check-in: 477196cdad user: dkf tags: trunk
09:30
Fix [Bug 2673163] check-in: 1c6d19544d user: dkf tags: trunk
2009-03-22
14:46
* generic/tclBasic.c: NR-enable the handling of unknown commands [Bug 2502037]. check-in: f45dcb7151 user: msofer tags: trunk
2009-03-21
12:56
removed extra cleanupTests call check-in: 582d42dfed user: msofer tags: trunk
12:26
forgot one file :} check-in: 723c5799ca user: msofer tags: trunk
12:24
* generic/tclBasic.c: fixed "leaks" in aliases, imports and * generic/tclInt.h: ensembles. O... check-in: 5da5e7593d user: msofer tags: trunk
11:46
* tclInt.h: comments * tests/tailcall.test: added tests to show that [tailcall] does not current... check-in: 0dece95289 user: msofer tags: trunk
10:20
* tests/nre.test: [foreach] has been NR-enabled for a while, the test was marked 'knownBug': unmar... check-in: ab4bd3df9b user: msofer tags: trunk
09:42
* generic/tclBasic.c: Fix for (among others) [Bug 2699087] * generic/tclCmdAH.c: Tailcalls now... check-in: 8145ecc0e6 user: msofer tags: trunk
06:55
* generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled * tests/nre.test: the failin... check-in: 5682bc5adb user: msofer tags: trunk
03:43
* generic/tclExecute.c: fix both test and code for tailcall * tests/tailcall.test: from within ... check-in: c8742315d4 user: msofer tags: trunk
02:55
* tests/stringObj.test: Test stringObj-6.9 checks that Tcl_AppendStringsToOb... check-in: 289c2e97cd user: dgp tags: trunk
02:54
* generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 2ad13d8bb6 user: dgp tags: core-8-5-branch
01:23
* tests/tailcall.test: slightly improved tests check-in: 30cc07ecb7 user: msofer tags: trunk
2009-03-20
14:43
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0f56647140 user: dgp tags: trunk
14:35
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0344586f37 user: dgp tags: core-8-5-branch
2009-03-19
23:31
* generic/tcl.h: * generic/tclInt.h: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tc... check-in: 588ba19772 user: msofer tags: trunk
16:14
Added documentation for tailcall. check-in: 187f1bee39 user: dkf tags: trunk
2009-03-18
17:13
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: de4d16a450 user: dgp tags: core-8-5-branch
17:08
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: 5f1bd5c647 user: dgp tags: trunk
16:52
* generic/tclVar.c (TclLookupSimpleVar): Shift all calls to Tcl_SetErrorCode(... check-in: 0d2e7ec808 user: dgp tags: trunk
2009-03-16
10:21
Fix [Bug 2688063] check-in: c4abf357d6 user: dkf tags: trunk
00:43
revise fix for [Bug 2687952] check-in: f409096899 user: mistachkin tags: trunk
2009-03-15
22:34
Fix [Bug 2687952] check-in: 520dda1d96 user: dkf tags: trunk
15:38
Added support for SIGINFO. [Patch 1513655] check-in: b60628dc1d user: dkf tags: core-8-5-branch
15:35
Added support for SIGINFO. [Patch 1513655] check-in: 064364a737 user: dkf tags: trunk
2009-03-14
17:41
regen check-in: 8aa9ce14ff user: dkf tags: trunk
17:20
Added support for reporting TEA-like info via pkg-config. check-in: c54059aaad user: dkf tags: trunk
2009-03-11
10:44
* generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. Diagnose and fix thx to GPS. check-in: 2f85b847a1 user: msofer tags: trunk
2009-03-09
09:12
Move the implementation of [try] from Tcl to C. Not yet bytecoded. check-in: 7b446f39b0 user: dkf tags: trunk
2009-03-04
17:52
Related corrections check-in: 2693844b2e user: dkf tags: trunk
17:26
Fix bug 2662434 check-in: 9b6e8a380e user: dkf tags: trunk
2009-02-27
23:03
[Bug 218977] Tcl_DbCkfree needs a return value don't use CONST84/CONST86 in internal header files check-in: 23ff81a854 user: nijtmans tags: trunk
2009-02-25
19:59
* generic/tclUtil.c (TclStringMatchObj): Revised the branching on the strObj-... check-in: b1137fbe41 user: dgp tags: trunk
14:55
* generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own * generic/tclExecute.c... check-in: b7bc652fdf user: dgp tags: trunk
2009-02-24
21:04
General minor documentation improvements. check-in: e68a3507e0 user: dkf tags: trunk
14:42
Update to installed module version number check-in: 8b2ebb5ed0 user: dkf tags: trunk
14:39
Added support for 8.6's zlib integration. check-in: 282f1151e4 user: dkf tags: trunk
2009-02-22
17:45
Revert commits of 20080723. Those were speed tests, that are inherently brittle. check-in: 1ee78aeeae user: ferrieux tags: trunk
04:38
* generic/tclStringObj.c: Several revisions to the shimmering patterns between... check-in: 76f96f2a4c user: dgp tags: trunk
2009-02-20
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: 703b79a976 user: dgp tags: core-8-5-branch
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: c8c2551b94 user: dgp tags: trunk
2009-02-19
14:55
alternative solution to the signed/unsigned warnings check-in: a6265b9b52 user: dgp tags: trunk
06:35
fix signed/unsigned comparison warnings check-in: a5b3726442 user: das tags: trunk
2009-02-18
20:10
* generic/tclStringObj.c: Simplify the logic of the Tcl_*SetObjLength() routin... check-in: b2511db171 user: dgp tags: trunk
19:47
another TODO check-in: e8f8bf65a5 user: dgp tags: trunk
18:31
* generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it has parallel s... check-in: 3f462e6880 user: dgp tags: trunk
17:45
* generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: e352a00e67 user: dgp tags: trunk
06:26
* generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: 61fb6cf251 user: dgp tags: trunk
2009-02-17
21:40
* generic/tclStringObj.c: Pare back the length of the unicode array in a non-e... check-in: 8754f4357d user: dgp tags: trunk
21:05
* generic/tclStringObj.c: Factor out common GrowUnicodeBuffer() and solve over... check-in: cfe9911057 user: dgp tags: trunk
18:10
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: e587ee7ca9 user: hobbs tags: trunk
18:06
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: 3bcaf7209e user: hobbs tags: core-8-5-branch
17:17
* generic/tclStringObj.c: Factor out common GrowStringBuffer(). * generic/tcl... check-in: 820ba0e29a user: dgp tags: trunk, potential incompatibility
06:52
* generic/tclStringObj.c: Revise buffer growth implementation in ExtendStringR... check-in: e188de7032 user: dgp tags: trunk
2009-02-16
23:03
fix [Feature Request 2605263] use official zlib build. check-in: 77fa325ce4 user: nijtmans tags: trunk
22:56
fix [Feature Request 2605263] use official zlib build. check-in: 8f34b18e0c user: nijtmans tags: trunk
21:41
fix [Bug 2605232] tdbc doesn't build when Tcl is compiled with --disable-shared. check-in: b12ff1f84a user: nijtmans tags: trunk
04:33
* generic/tclTestObj.c: Replace the [teststringobj ualloc] testing * tests/stringObj... check-in: e0e22cfc3b user: dgp tags: trunk
04:06
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: 1c3c3be74a user: dgp tags: trunk
2009-02-15
23:13
* generic/tclStringObj.c: Factor out duplicate code from Tcl_AppendObjToObj. check-in: dac012d276 user: dgp tags: trunk
22:32
* generic/tclStringObj.c: Replace the 'size_t uallocated' field of the String ... check-in: 14abdb946c user: dgp tags: trunk
16:49
* generic/tclStringObj.c: Removed limitation in Tcl_AppendObjToObj where the c... check-in: 24a9c9e7b5 user: dgp tags: trunk
2009-02-14
23:07
* generic/tclStringObj.c: Revisions so that we avoid creating the strange repr... check-in: 59f23bd2a8 user: dgp tags: trunk
22:54
* generic/tclTestObj.c: Revise updates to [teststringobj] so we don't get blocked by... check-in: 701671c72e user: dgp tags: trunk
20:30
Const correctness fixes in the debug build. check-in: 5f4a54eded user: dgp tags: trunk
2009-02-13
14:45
Remove all "register" keywords. check-in: 8676898b20 user: dgp tags: trunk
04:01
New utility routine UnicodeLength(), to compute the length of unicode buffer argumen... check-in: 42a8e6fdf2 user: dgp tags: trunk
03:22
* generic/tclStringObj.c: Rewrites of the routines Tcl_GetCharLength, Tcl_GetU... check-in: d2191985b4 user: dgp tags: trunk
2009-02-12
17:08
* generic/tclStringObj.c: Simplified Tcl_GetCharLength by * generic/tclTestObj... check-in: 215d13fc4c user: dgp tags: trunk
14:45
* generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep so that we no l... check-in: 7d98b7fffc user: dgp tags: trunk
09:27
Fix tricky point that meant it was next to impossible to extend [oo::define]. check-in: ac61ee3958 user: dkf tags: trunk
04:35
Revise latest commit to better maintain stringPtr->numChars. check-in: f9db57a39e user: dgp tags: trunk
03:46
* generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep so that we no l... check-in: ed8007db13 user: dgp tags: trunk
2009-02-11
19:33
Removed casts now unnecessary after type of stringPtr->allocated changed. check-in: 0bc9529c8f user: dgp tags: trunk
18:07
* generic/tclStringObj.c: Changed type of the 'allocated' field * generic/tclT... check-in: d0225f51c9 user: dgp tags: trunk
15:28
* generic/tclStringObj.c: Changed type of the 'allocated' field of the String struct... check-in: 93efedde3f user: dgp tags: trunk
2009-02-10
23:08
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: a45c7b126b user: nijtmans tags: trunk
22:49
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 160bcb1152 user: nijtmans tags: trunk
21:57
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. check-in: 3023b7c8ff user: nijtmans tags: trunk
21:04
Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, which is only... check-in: 1f05ccc310 user: dgp tags: trunk
17:37
Simplify Tcl_SetObjLength by removing unreachable code. check-in: 927c8dae6c user: dgp tags: trunk
17:28
Simplify SetStringFromAny() by removing unreachable and duplicate code. check-in: f811987143 user: dgp tags: trunk
17:09
* generic/tclObj.c (Tcl_GetString): Added comments and validity checks following... check-in: 78d89e677c user: dgp tags: trunk
15:37
Convert all Tcl_InvalidateStringRep() calls into macros. check-in: e1cda5d2cf user: dgp tags: trunk
14:59
* generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict Appen... check-in: 84a1bb328a user: dgp tags: trunk
14:38
* generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. check-in: 0fb18eb9e7 user: dgp tags: trunk
03:55
formatting check-in: 03085a5401 user: dgp tags: trunk
2009-02-09
22:55
fix [Bug 2555129] const compiler warning (as error) in tclCompile.c check-in: a844523f95 user: nijtmans tags: trunk
2009-02-07
22:42
Improve error messages. [Bug 2573172] check-in: 6397952565 user: dkf tags: trunk
2009-02-06
00:59
Fix for [Bug 2544618] check-in: bdd187e3de user: mistachkin tags: trunk
2009-02-05
22:12
Simplify the implementation of some commands now that the underlying string API knows more about byt... check-in: ee4709ceaf user: dkf tags: trunk
21:27
Add missing cast check-in: 9cef9aac53 user: dkf tags: trunk
14:21
Fix [Bug 2568434] check-in: f783e3b9ff user: dkf tags: trunk
13:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 9d19b12984 user: dgp tags: core-8-5-branch
11:57
More/better/cleaner handling of the bytearray special casing for string ops. check-in: 174db4e4cd user: dkf tags: trunk
01:21
Improve efficiency of Tcl_AppendObjToObj's bytearray handling. check-in: 94be40db3a user: dkf tags: trunk
2009-02-04
21:45
comment typo check-in: 0a9d076582 user: dgp tags: trunk
21:43
comment typo check-in: f22e328814 user: dgp tags: core-8-5-branch
20:21
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: d7975f5bcd user: dgp tags: core-8-5-branch
19:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 50800297d9 user: dgp tags: trunk
18:57
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: dd591b8fbb user: dgp tags: core-8-5-branch
18:15
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: cf87a8291e user: dgp tags: trunk
2009-02-03
23:34
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4e6ad69d53 user: nijtmans tags: trunk
23:10
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4ad5e07e8e user: nijtmans tags: trunk
18:48
Added missing declaration of tclCmdNameType check-in: f72414bcb8 user: dkf tags: trunk
18:16
Fix for [Bug 2558422] though this area is still a mess. check-in: 3e5eb95379 user: dkf tags: trunk
18:10
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: b0fc858575 user: dgp tags: trunk
17:15
* generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. check-in: 237d9f22c5 user: dgp tags: trunk
2009-02-02
06:02
* generic/tclInterp.c: Reverted the conversion of [interp] into an * tests/interp.t... check-in: 419a8c1538 user: dgp tags: trunk
05:54
* generic/tclStringObj.c (STRING_NOMEM): Add missing cast of NULL to (char *) that ... check-in: 75bf4b19b7 user: dgp tags: trunk
05:47
* generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added protections against ca... check-in: 2a6367e1b9 user: dgp tags: trunk
05:44
Revert unreleased improvements to pkgs/itcl . check-in: 75729d9a20 user: dgp tags: trunk
2009-02-01
19:36
no message check-in: f8d96d4bb1 user: davygrvy tags: trunk
19:35
* win/makefile.vc: Allow nmake flags such as -a (rebuild all) to pass down to the pkgs targets, to... check-in: 84588b5ce4 user: davygrvy tags: trunk
17:57
no message check-in: ccfe88b393 user: davygrvy tags: trunk
2009-01-31
15:11
remove accidental typo check-in: e6bc97edbd user: dkf tags: trunk
2009-01-30
16:01
improved test fixes check-in: 80965d4042 user: dgp tags: trunk
11:34
Added another example. [Bug 1216074] check-in: 162596d230 user: dkf tags: trunk
11:18
Added example. check-in: c0f0334598 user: dkf tags: trunk
2009-01-29
22:14
Fix [Bug 2006888] check-in: 259603c6a0 user: dkf tags: trunk
17:13
* generic/tclInterp.c: Convert the [interp] command into a * tests/interp.test: ... check-in: ab2e541228 user: dgp tags: trunk
16:08
Backport fix for [Bug 2519474] check-in: a14bcc8666 user: dkf tags: core-8-5-branch
15:57
Fix [Bug 2519474] check-in: a1b195f5d2 user: dkf tags: trunk
14:53
Fix [Bug 2537839] check-in: 0140eb5ef5 user: dkf tags: trunk
14:45
* generic/tclInterp.c: Convert the [interp] command into a [namespace ensemble]. W... check-in: e0463ea7f5 user: dgp tags: trunk
11:28
Fix [Bug 2529117] check-in: ead5164915 user: dkf tags: trunk
2009-01-28
16:28
Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where only the objProc case w... check-in: 2694a37e98 user: dkf tags: trunk
2009-01-27
11:11
Fix [Bug 2531577] check-in: ff97a151d3 user: dkf tags: trunk
00:01
Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late... check-in: 12792e6ea9 user: ferrieux tags: trunk
2009-01-26
22:57
Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 3022658c78 user: ferrieux tags: trunk
16:42
minor formatting improvements check-in: 96c5ce1f39 user: dkf tags: trunk
16:25
Fix [Bug 2536400] check-in: 45b68fba26 user: dkf tags: trunk
2009-01-24
00:03
Added a note that 'zlib push' is reversed by 'chan pop'. check-in: 0641f0dfe8 user: dkf tags: trunk
2009-01-22
06:42
CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) {unix win} in *.decls is equivalent to... check-in: b4d9520da5 user: nijtmans tags: trunk
05:07
typo check-in: 15291e35f5 user: dgp tags: trunk
05:06
typo check-in: dbcb28419b user: dgp tags: core-8-5-branch
02:16
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 8f5e46e66c user: kennykb tags: core-8-5-branch
02:11
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 7c74da2b81 user: kennykb tags: trunk
00:11
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. * generic/tclIORTrans.c (ReflectClo... check-in: e96c03080e user: andreas_kupries tags: trunk
00:05
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. Closing a channel may supply NULL f... check-in: 68c5f6b579 user: andreas_kupries tags: core-8-5-branch
2009-01-21
21:29
* generic/tclStringObj.c: New fix for [Bug 2494093] replaces the flawed attempt comm... check-in: 17135c11fc user: dgp tags: trunk
2009-01-20
03:54
Backport of Patch 907924 check-in: 678a111c20 user: kennykb tags: core-8-5-branch
03:38
Patch 907924 check-in: c905b776df user: kennykb tags: trunk
2009-01-19
22:13
no message check-in: 8f48c4d13a user: davygrvy tags: trunk
22:10
Addressed the over-building nature of the htmlhelp target by moving from a pseudo target to a real t... check-in: 7b6199f027 user: davygrvy tags: trunk
19:55
no message check-in: 35a94fbf85 user: davygrvy tags: trunk
19:54
* win/build.vc.bat: Improved tools detection and error message. * win/makefile.vc: Reorganized the... check-in: 8898dfcee4 user: davygrvy tags: trunk
2009-01-18
00:07
The converter author should not be assigned copyright for transformed documents check-in: 53d907e750 user: patthoyts tags: trunk
2009-01-16
20:49
correct the commit message check-in: bcc4a2e0a5 user: dgp tags: trunk
20:44
* generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl... check-in: c8cfc118c3 user: dgp tags: trunk
09:20
[Bug 2512659] patch for typo applied check-in: 3bbaf4de79 user: patthoyts tags: trunk
2009-01-14
14:14
typo check-in: b0777357cf user: dgp tags: trunk
14:13
typo check-in: d2c1426979 user: dgp tags: core-8-5-branch
06:10
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted most of the substan... check-in: e0ace167c0 user: dgp tags: trunk
2009-01-13
22:35
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC check-in: e7b65e5e4c user: nijtmans tags: trunk
20:30
Move [throw] implementation into C. check-in: edad258731 user: dkf tags: trunk
2009-01-12
16:50
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence of the NRE rewrit... check-in: 860d062f15 user: dgp tags: trunk
2009-01-09
15:34
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 3b1f4e78cd user: dgp tags: trunk
15:12
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 5d56bba354 user: dgp tags: core-8-5-branch
15:00
Fix [Bug 1558654] check-in: e8ce6096bc user: dkf tags: trunk
11:21
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.) check-in: cd3c38f00a user: dkf tags: trunk
2009-01-08
17:58
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 2663be2b32 user: dgp tags: trunk
17:55
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 026b245cf3 user: dgp tags: core-8-5-branch
16:41
Generate errorcodes for more cases. check-in: a12728cbb9 user: dkf tags: trunk
2009-01-07
13:50
Added more examples. [Tk Bug 2491235] check-in: f8b07d0ed8 user: dkf tags: trunk
11:58
Narrow the focus of a failing test so that it succeeds (by only testing that which is supposed to be... check-in: f94c80a9d6 user: dkf tags: trunk
2009-01-06
22:17
read() errors or EOF shall not prevent write(). This allows for proper graceful closing. Prevent t... Closed-Leaf check-in: acab51185e user: davygrvy tags: tip-162-branch
17:20
* tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType in certain value... check-in: 79358a4faf user: dgp tags: trunk
16:07
Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 1dbc152ce3 user: dkf tags: core-8-5-branch
16:03
Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 37ceba02a0 user: dkf tags: trunk
15:24
Fix [Bug 2006879] check-in: 0a57255dbc user: dkf tags: trunk
15:23
Fix [Bug 2006879] check-in: 4009a11fc2 user: dkf tags: core-8-5-branch
15:12
Backport fix for [Bug 2006884] check-in: ba5e364c89 user: dkf tags: core-8-5-branch
14:30
Fix [Bug 2489836] check-in: ee4e4fe8d0 user: dkf tags: trunk
10:20
Fix [Bug 2481109] check-in: dc504e5b79 user: dkf tags: trunk
10:08
Formatting improvements (comments, whitespace) check-in: 3fa95308b4 user: dkf tags: trunk
09:49
Comment formatting improvements. check-in: 04b750c442 user: dkf tags: trunk
2009-01-05
14:04
Convert tabs to spaces for reliable display with nroff check-in: 1bbc94799a user: dkf tags: trunk
11:27
Added a test, correct a dumb blunder. check-in: 42090a4d62 user: dkf tags: trunk
09:48
Make [source] NRE-aware to enable [yield]. [Bug 2412068] check-in: 4242c5e4c4 user: dkf tags: trunk
2009-01-04
22:57
More coding style improvements. check-in: d95dc006c7 user: dkf tags: trunk
22:55
Generalize mysterious comment about causes for ::env misses check-in: 5e1cadd4f2 user: ferrieux tags: trunk
2009-01-03
14:20
autoconf-2.59 check-in: 81aa5041a6 user: das tags: trunk
13:55
autoheader-2.59 check-in: 7990c98984 user: das tags: trunk
13:55
autoconf-2.59 check-in: d99c6aab8d user: das tags: trunk
13:55
use correct autconf magic to pass configure args & environment to pkg sub-configures (in particular ... check-in: 888d28167f user: das tags: trunk
04:38
make test case work, correct date of commit in ChangeLog check-in: a6720f400d user: kennykb tags: trunk
04:36
* library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 0be5ec88b7 user: kennykb tags: core-8-5-branch
04:26
* library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 338849bf17 user: kennykb tags: trunk
2009-01-02
16:45
regen check-in: 30a2e9c34a user: dkf tags: trunk
16:43
Fix various mkstemp()-related issues. [Bugs 741967,878333] check-in: b7a0a9fa28 user: dkf tags: trunk
2008-12-31
18:22
* unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets like `make shell... check-in: ccf1ebd7bd user: dgp tags: trunk
2008-12-28
17:37
Plug memory leak. check-in: a666bdae88 user: dkf tags: trunk
2008-12-27
10:07
Fix my silly blunders. [Bug 2470237] check-in: 5ddf0f02bb user: dkf tags: trunk
00:04
Assorted minor corrections to the Zlib C API to make it work with the PNG implementation better. check-in: 723a16de60 user: dkf tags: trunk, potential incompatibility
2008-12-26
09:51
Updated comments in tcl.decls based on code archaeology. check-in: 64cea92e63 user: dkf tags: trunk
2008-12-23
16:46
fix build of zlib objects with msvc check-in: aa4031f7f1 user: nijtmans tags: trunk
08:55
Fix [Bug 2459725] check-in: 553bc7d052 user: dkf tags: trunk
2008-12-22
16:57
advance tag check-in: f02cdbbdc2 user: dgp tags: trunk, core-8-6-b1
15:45
Drop lone @ line from test: target check-in: b5dc4e2c82 user: dgp tags: trunk
14:49
[Bug 2458395] Ensure pkgs directories are suitable and quote the paths. check-in: 8061d208d3 user: patthoyts tags: trunk
13:20
- add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 1da4d0c96f user: nijtmans tags: trunk
13:04
Fix for [Bug 2330040] check-in: e0bfcc2fb2 user: mistachkin tags: trunk
12:50
- add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 3325d742fb user: nijtmans tags: trunk
01:40
Support the pkgs tree check-in: a983ca9a1f user: patthoyts tags: trunk
01:39
Silence signed unsigned warning check-in: 36e1f380bc user: patthoyts tags: trunk
2008-12-21
22:05
MINOR CHANGE: Tidy up changelog formatting. check-in: d7fa62e091 user: dkf tags: trunk
21:19
Fixed Stuart Cassoff's name in ChangeLog check-in: 05903d73ec user: kennykb tags: trunk
21:17
fix 64bit test failures check-in: 437f8a7cb6 user: das tags: trunk
20:59
* generic/tcl.h: Bump to 8.5.6 for release. * library/init.tcl: * too... check-in: 1c19753e16 user: dgp tags: core-8-5-6, core-8-5-branch
20:55
* unix/Makefile.in: Fix broken build of bundled packages when path to build dir contains spaces... check-in: c6476a9ec5 user: das tags: trunk
20:55
* unix/configure: autoconf-2.59 check-in: d6cf62736f user: das tags: trunk
20:55
* unix/configure.in: Preserve configure environment variables for sub-configures of bundled pac... check-in: f6f76c1e37 user: das tags: trunk
20:22
advance tag check-in: 8c0e8c6a97 user: dgp tags: core-8-5-branch
20:13
* changes: Update for 8.5.6 release. * library/tclIndex: Removed reference to ... check-in: b37bbeae84 user: dgp tags: core-8-5-branch
16:22
advance tag check-in: cd5c522069 user: dgp tags: trunk
08:17
Fix minor typo. [Bug 2455165] check-in: 8bf6100e5e user: dkf tags: trunk
05:12
advance tag check-in: 97a621c865 user: dgp tags: trunk
2008-12-20
22:06
Revised the zlib objects so that they are built directly into the build dir, without building an i... check-in: 4a665e7ca6 user: kennykb tags: trunk
21:40
* win/Makefile.in: * win/configure.in: Renamed the static library libtcl86s.a to have a name di... check-in: a8f12a587b user: kennykb tags: trunk, potential incompatibility
17:29
advance tag check-in: f3ebaf3e7c user: dgp tags: trunk
16:32
Minor updates to make building work better with msys on Windows. (Apparently the gcc used doesn't li... check-in: 55ab56983a user: dkf tags: trunk
11:49
Assign a base address for tdbc check-in: 64a879f05e user: patthoyts tags: trunk
05:30
* changes: Updates for 8.6b1 release. check-in: b21fc9248d user: dgp tags: trunk
02:27
test packages after testing tcl check-in: c30816e3dc user: das tags: trunk
02:02
sync file additions/removals with Tcl.xcodeproj check-in: 27f7094398 user: das tags: trunk
01:56
add new files check-in: 5df8cf0560 user: das tags: trunk
01:21
fix warnings check-in: 2b3316aba9 user: das tags: trunk
01:11
* unix/Makefile.in: make package install directory of bundled * unix/configure.in packages configu... check-in: 73610625e4 user: das tags: trunk
01:03
fix warning check-in: 0bd8dfb117 user: das tags: trunk
2008-12-19
18:23
* doc/NRE.3: Formatting errors found by `make html` * doc/Tcl_Main.3: ... check-in: 8f43cdead8 user: dgp tags: trunk
17:54
tag for 8.6b1 release check-in: 25dde48d55 user: dgp tags: trunk
17:07
* tests/io.test: Add missing [close $f] to io-73.2. check-in: 07a4414fd2 user: dgp tags: trunk
16:20
Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog check-in: ee9ee7b8e8 user: dgp tags: trunk
16:19
regen with autoconf-2.59 (why dkf just did another regen I don't understand) check-in: 900eabacab user: dgp tags: trunk
16:01
* tests/chanio.test: Add missing [removeFile] cleanups. check-in: 6c62c0ca9c user: dgp tags: trunk
15:39
fix odbc build on mingw32 TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could... check-in: fd54878fab user: nijtmans tags: trunk
14:44
Add previously omitted files so we have a complete zlib 1.2.3 distro... check-in: 8b8d3f1e88 user: dkf tags: trunk
14:10
whitespace check-in: 53a41d2fb8 user: dgp tags: trunk
11:20
regen (with autoconf 2.61, since that's what I've got...) check-in: 444fe5f732 user: dkf tags: trunk
10:55
More autoconf hacking; now seems to be working fully on Unix... check-in: 49013bf97f user: dkf tags: trunk
09:33
CONSTify TclGetLoadedPackages second param check-in: fa03a357a1 user: nijtmans tags: trunk
09:14
add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def Modify ChangeLog, README and zl... check-in: a46a709191 user: nijtmans tags: trunk
07:01
* unix/Makefile.in: Update `make dist` target to include the files from the comp... check-in: 97fede5250 user: dgp tags: trunk
03:54
* README: Bump version number to 8.6b1 * generic/tcl.h: * libr... check-in: 448b87b688 user: dgp tags: trunk
03:31
* tests/chanio.test: Replaced [chan event] handlers that returned TCL_RETURN retu... check-in: ecb6fb9204 user: dgp tags: trunk
02:46
* win/configure.in: * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/confi... check-in: 489cccf8a0 user: kennykb tags: trunk
01:34
nmake build file support for zlib check-in: 136cc996d7 user: patthoyts tags: trunk
2008-12-18
23:48
* generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): Rewrite the half-close... check-in: 2cb6ab45d5 user: andreas_kupries tags: trunk
23:00
* generic/tclExecute.c: Disabled apparently faulty assertion. [Bug 2415422]. check-in: 8216d1eb5c user: dgp tags: trunk
22:47
Corrections to make things work with msys check-in: bafa2fddd9 user: dkf tags: trunk
22:21
regen check-in: 3fb80cc319 user: dkf tags: trunk
22:20
Wizzardry need more backslash! check-in: 8c24a98150 user: dkf tags: trunk
21:23
Formatting cleanup. check-in: d95fd6c805 user: dkf tags: trunk
16:52
Add missing flush for half-close of the write side check-in: 9abef88cd5 user: ferrieux tags: trunk
15:36
Try to do the wizardry again... check-in: b12e0de95a user: dkf tags: trunk
15:25
regen check-in: 2d2f7bb606 user: dkf tags: trunk
15:24
Autoconf wizardry! check-in: 6d317a1915 user: dkf tags: trunk
14:16
Slight improvement of changelog message check-in: edd8bad4e7 user: dkf tags: trunk
14:14
Import of zlib 1.2.3 check-in: 0f222b0fe8 user: dkf tags: trunk
11:48
Converted 'if 0' into 'knownBug' constraints check-in: d68e23fd09 user: dkf tags: trunk
10:37
Compressing and decompressing channel transformation support. Note that there may be "quality-of-imp... check-in: 9e962b0a8f user: dkf tags: trunk
09:43
Temporarily disable half-close test because of issue in tcltest cleanup check-in: 2df3f7408e user: ferrieux tags: trunk
07:50
Remove obsolete PipeCloseProc check-in: 933a8b9b1e user: ferrieux tags: trunk
06:40
VOID -> void check-in: 1b2f480abf user: nijtmans tags: trunk
04:38
fix line endings check-in: e4c8071b18 user: dgp tags: trunk
01:14
TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels check-in: d4d9fb3168 user: ferrieux tags: trunk
00:22
Now with *nearly* working gzipping channels... check-in: 70cc20e8e5 user: dkf tags: trunk
2008-12-17
22:07
don't use ckfree((void *)...) but ckfree((char *)...) check-in: 47b3095d6b user: nijtmans tags: trunk
21:05
General improvements. check-in: 425adb3236 user: dkf tags: trunk
17:54
typos in comments check-in: 338141c76a user: dgp tags: trunk
17:23
* unix/Makefile.in: Modify the distclean-packages target so that empty build dir... check-in: e349f3f236 user: dgp tags: trunk
16:47
move variable "length" inside if() don't use ckfree((void *)...) but ckfree((char *).... check-in: 0a08bcb02d user: nijtmans tags: trunk
15:39
Fix [Bug 2433936] check-in: 22c3f68452 user: dkf tags: trunk
15:36
* unix/Makefile.in: Add build support for collections of TEA * unix/configure.in... check-in: 03cb345b6c user: dgp tags: trunk
14:33
Removed unused flag. check-in: 0dd4a2524d user: dkf tags: trunk
14:15
Start "pkgs" module in CVS to support source distributions of Tcl with bundled packages. check-in: 49eebfdf0a user: dgp tags: trunk
2008-12-16
23:24
eliminate -Wwrite-strings warnings in enable-threads build. use TclNewLiteralStringObj() check-in: 8b27ea6ef2 user: nijtmans tags: trunk
22:07
Added tests for [throw] and [try]. check-in: 0fe743bda3 user: dkf tags: trunk
22:04
Backport re-fix of [2431847] check-in: 93b6cd83b3 user: ferrieux tags: core-8-5-branch
22:03
Fix bug in 'trap' handlers (introduced by DKF's editing originally) check-in: 4f5029e8f9 user: dkf tags: trunk
21:29
Docs for TIP 329. check-in: faad09ea5b user: dkf tags: trunk
16:36
First implementation of TIP#329 check-in: 01878a9589 user: dkf tags: trunk
15:50
Re-fix [2431847] check-in: 3de918d602 user: ferrieux tags: trunk
14:34
* generic/tcl.h: Add TIP 338 routines to stub table. * generic/tcl.decls: ... check-in: 41252e08cd user: dgp tags: trunk
2008-12-15
23:42
Fix line endings damaged by last commit check-in: 99aa249de9 user: patthoyts tags: trunk
23:26
Fix [Bug 2431847] check-in: d54c5ed1a6 user: dkf tags: core-8-5-branch
23:09
Fi [Bug 2431847] check-in: 56583d3400 user: dkf tags: trunk
22:07
Working towards zlib-based channel transforms check-in: 0eb0bc66c4 user: dkf tags: trunk
18:33
* doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). * doc/CrtComman... check-in: a861410ea2 user: dgp tags: trunk
17:28
fix 'make checkstubs' failure: make TclGetIndexFromObjList static check-in: d173571652 user: das tags: trunk
17:11
Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. check-in: 1d99671194 user: ferrieux tags: trunk
15:48
TIP #338 IMPLEMENTATION * doc/AppInit.c: Made routines Tcl_SetStartupScript ... check-in: e52c9bd3ce user: dgp tags: trunk, potential incompatibility
15:43
optional argument format correction check-in: e1b3253334 user: dgp tags: core-8-5-branch
2008-12-14
15:10
add new zlib files check-in: aa236f24f4 user: das tags: trunk
15:10
autoheader-2.59 check-in: e573ccc14c user: das tags: trunk
15:10
fix warnings check-in: 230b6aa75f user: das tags: trunk
13:51
Added constraints check-in: 412bc86355 user: dkf tags: trunk
13:44
regen check-in: a0ad030a31 user: dkf tags: trunk
13:42
tidy up check-in: 395b235250 user: dkf tags: trunk
13:32
Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win check-in: 21345422c5 user: dkf tags: trunk
2008-12-13
21:30
Tcl_MakeSocketClientChannel() can now support any address family handed to it, depending on whether ... check-in: c9157f9317 user: davygrvy tags: tip-162-branch
17:36
Improve docs, start working towards implementing [zlib push] check-in: 30744092cf user: dkf tags: trunk
09:29
Added missing bug numbe check-in: 9b2e359de8 user: dkf tags: trunk
09:19
Many improvements to docs check-in: e71a39bcd4 user: dkf tags: trunk
2008-12-12
21:44
refined the new windows error message code and removed the specialty socket types from the build for... check-in: 06c388b356 user: davygrvy tags: tip-162-branch
21:43
change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) check-in: ec83cf1a32 user: nijtmans tags: trunk
20:28
needed to add tip281 support as the error message problem was giving me neck pains check-in: 90f47ccebd user: davygrvy tags: tip-162-branch
17:46
Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] check-in: 148de9595c user: nijtmans tags: core-8-5-branch
17:42
Document new DST fallback rules. Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [B... check-in: 15a0291926 user: nijtmans tags: trunk
16:34
Added some more docs check-in: 032419ee99 user: dkf tags: trunk
16:22
regen/fix blunders check-in: 566f259941 user: dkf tags: trunk
16:18
Make a bad zlib install less fatal to rest of Tcl for now. check-in: 727529ef0e user: dkf tags: trunk
16:07
Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. check-in: 5a5e87fae7 user: ferrieux tags: trunk
15:06
Let code extract gzip headers check-in: b0c7b90bc3 user: dkf tags: trunk
15:00
Added test for gzip header access check-in: 259509498f user: dkf tags: trunk
11:59
Fix [Bug 2419061] check-in: aa16bed9aa user: dkf tags: trunk
05:25
some edits on the unix socket stuff, still a mess (all mine) check-in: 833f6b9947 user: davygrvy tags: tip-162-branch
04:38
TIP #322 IMPLEMENTATION * doc/NRE.3 (new file): Added documentation of the published API for Non-Rec... check-in: 85e4432562 user: kennykb tags: trunk
2008-12-11
22:30
Eliminate warning: different 'const' qualifiers with msvc compiler. A few more 'const' optimizations... check-in: 2c2dca1f77 user: nijtmans tags: trunk
17:30
* generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: 4698543527 user: andreas_kupries tags: trunk
17:27
* generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: cfad9b09d7 user: andreas_kupries tags: core-8-5-branch
16:57
Factor out the code to turn zlib errors into Tcl errors. check-in: 76dfa9d80d user: dkf tags: trunk
16:50
Document the zlib command. Not yet complete! check-in: 8d13d21226 user: dkf tags: trunk
14:45
start of zlib support for windows check-in: 0f2bbb10a9 user: dkf tags: trunk
14:43
regen check-in: a2944700f3 user: dkf tags: trunk
14:42
Slightly less lame configure detection for zlib; still not really right check-in: f361f4a935 user: dkf tags: trunk
14:32
*** empty log message *** check-in: 1bf48a1ce5 user: nijtmans tags: trunk
14:24
Fixed prototypes check-in: aa4617ad55 user: dkf tags: trunk
14:17
regen check-in: cf6b5e350c user: dkf tags: trunk
14:16
Corrections check-in: 3cf5ccb192 user: dkf tags: trunk
14:13
Added basic test suite for zlib check-in: f9323517b4 user: dkf tags: trunk
14:05
Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: 51c9709271 user: nijtmans tags: core-8-5-branch
14:01
Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: e48908f30f user: nijtmans tags: trunk
05:21
add TIP #234 files check-in: 465a045ad6 user: das tags: trunk
01:21
First hack at TIP#234 check-in: b84ee14c8c user: dkf tags: trunk
01:20
[Bug 1929403] specify the translation mode when counting bytes check-in: e718b6bacb user: patthoyts tags: core-8-5-branch
01:02
added SO_REUSEADDR so I could test with uTorrent running and intercept packets check-in: 7b872c4457 user: davygrvy tags: tip-162-branch
2008-12-10
21:20
added ATM and RM to the dream list check-in: 4da0c6778c user: davygrvy tags: tip-162-branch
19:03
library/tzdata/*: Update from Olson's tzdata2008i. check-in: e23bcfbd54 user: kennykb tags: core-8-5-branch
19:00
library/tzdata/*: Update from Olson's tzdata2008i. check-in: c57d3ee9f4 user: kennykb tags: trunk
18:21
TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] check-in: 197d47d29d user: ferrieux tags: trunk
11:15
Implement TIP#341. check-in: 133e87a095 user: dkf tags: trunk
10:39
more WSAE errors translated (that actually have translations!). UDP sockets can now be created, but... check-in: 6f3c5c7293 user: davygrvy tags: tip-162-branch
02:20
some wsae errors were skipped over check-in: 6fe03a0e4a user: davygrvy tags: tip-162-branch
02:12
Can almost open UDP sockets.. WSARecv bails with 10014 (WSAEFAULT), researching.. check-in: ac2e115da0 user: davygrvy tags: tip-162-branch
2008-12-09
22:55
some kind of bug in the PlatSDK v6.0A dissallowed me to use bluetooth unless I set version as WinSrv... check-in: 245c6ada83 user: davygrvy tags: tip-162-branch
22:38
Set the file channel to binary for size comparison on windows check-in: e9b5fdb875 user: patthoyts tags: trunk
21:47
restore source and binary compatibility for TIP #337 implementation. (when it's _that_ simple, there... check-in: 10911e26ab user: nijtmans tags: trunk
20:16
TIP #337 IMPLEMENTATION * doc/BackgdErr.3: Converted internal routine ... check-in: 2c2b2f27f3 user: dgp tags: trunk, potential incompatibility
19:52
fixed small bug in IocpAcceptOne() that caused the DecodeSockAddr() func to produce a useless revers... check-in: 358802c7bc user: davygrvy tags: tip-162-branch
14:09
A bit more readability refactoring. check-in: 579d74d29f user: dkf tags: trunk
2008-12-08
16:17
Network protocol dream list completed. Total is 47 possibles. check-in: a9cef48d73 user: davygrvy tags: tip-162-branch
2008-12-07
16:39
Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: aeae3e7517 user: das tags: core-8-5-branch
16:28
Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: b4396fa982 user: das tags: trunk
16:28
Fix warnings with assertions enabled check-in: 0a4a880ba1 user: das tags: trunk
07:06
default receive mode changed to flow-controlled from zero-byte. I would think performance outweighs... check-in: 0ceb7388ae user: davygrvy tags: tip-162-branch
06:40
works! check-in: 1b2e66d397 user: davygrvy tags: tip-162-branch
01:23
compiles again.. doesn't link yet check-in: a99e54d582 user: davygrvy tags: tip-162-branch
2008-12-06
20:42
oops check-in: 5765ccbe83 user: dkf tags: trunk
20:12
Partial fix for [Bug 2388866] check-in: 5977c47239 user: dkf tags: trunk
03:39
what a swamp check-in: 5d39943b4e user: davygrvy tags: tip-162-branch
02:30
still getting ready for the weekend code sparing match, me versus make check-in: 33827156b2 user: davygrvy tags: tip-162-branch
00:48
weekend work prepared.. back to donuts check-in: ff239a7752 user: davygrvy tags: tip-162-branch
00:29
initial content added, does not compile at this time check-in: ee6f9c3fad user: davygrvy tags: tip-162-branch
00:19
a big mess, but some structure is forming check-in: a383b0d3fb user: davygrvy tags: tip-162-branch
2008-12-05
21:40
regen check-in: 8357992d08 user: dkf tags: trunk
21:38
Implement TIP#335 check-in: 27a3956c2c user: dkf tags: trunk
16:01
fix Tcl_AppendElement documentation: signature in doc did not match with real signature in header fi... check-in: 0d2ab70b08 user: nijtmans tags: trunk
15:21
minor improvements derived from [Patch 1723738] check-in: 0235d61b38 user: dkf tags: trunk
14:28
regen check-in: 8ffe08936b user: dkf tags: trunk
14:27
Implement TIP#307. check-in: 78cbddf838 user: dkf tags: trunk
02:17
1/2 of the generic code modified for IPv6 (and more protocols) support. check-in: 55b030a95f user: davygrvy tags: tip-162-branch
2008-12-04
17:45
* generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 936137456c user: dgp tags: trunk
17:45
* generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 1b223784cd user: dgp tags: core-8-5-branch
2008-12-03
09:51
Fix [Bug 2380318] check-in: d181db5335 user: dkf tags: trunk
07:08
* generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 25f2f78225 user: dgp tags: trunk
07:03
* generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 12a697308f user: dgp tags: core-8-5-branch
2008-12-02
19:45
note incompa check-in: fd75928630 user: dgp tags: trunk
19:40
TIP #336 IMPLEMENTATION * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine... check-in: e01657bdcf user: dgp tags: trunk, potential incompatibility
18:23
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 485f324427 user: andreas_kupries tags: core-8-5-branch
18:23
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 0510216fea user: andreas_kupries tags: trunk
2008-12-01
22:39
* generic/tclParse.c: Backport fix for [Bug 2251175]. check-in: 0fe1dac073 user: dgp tags: core-8-5-branch
22:29
* generic/tclParse.c: Coding standards fixups. check-in: 06db62d609 user: dgp tags: trunk
15:22
Fix [Bug 2371623] with a constraint. check-in: 157967a1e1 user: dkf tags: trunk
09:55
autoconf-2.59 check-in: 09d0c634f7 user: das tags: trunk
09:54
autoheader-2.59 check-in: e193d00717 user: das tags: trunk
2008-11-30
19:25
* library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: 544e7d8b85 user: kennykb tags: core-8-5-branch
19:24
* library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: f50581ec54 user: kennykb tags: trunk
2008-11-29
18:18
regen check-in: d1bb07f2c0 user: dkf tags: trunk
18:17
Implementation of TIP #210. check-in: 9f965bfa57 user: dkf tags: trunk
14:44
Moved a number of tests to the newer style. check-in: 0a4b8585b4 user: patthoyts tags: trunk
12:18
Code now simple enough that we can improve its performance by applying the double-checked locking pa... check-in: 3f0a0fe4bc user: dkf tags: trunk
12:15
Improvements to the general readability of the TSD implementation. check-in: 0df4a7b29c user: dkf tags: trunk
2008-11-27
08:23
Alternate fix for[Bug 2251175]: missing backslash substitution on expanded literals. check-in: dc5280ff20 user: ferrieux tags: trunk
2008-11-26
23:44
A few more (harmless) Tcl_SetResult eliminations check-in: 2adf7a3416 user: nijtmans tags: trunk
23:09
Eliminate warning: unused variable check-in: 80eddfdb43 user: nijtmans tags: trunk
19:19
* library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'.... check-in: cefa3cef60 user: kennykb tags: trunk
2008-11-25
23:19
Eliminate 3 calls to Tcl_SetResult, as examples how it should have been done. purpose: contribute in... check-in: 8956424338 user: nijtmans tags: trunk
22:16
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 5b28ad3f61 user: andreas_kupries tags: core-8-5-branch
22:13
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 9fa4a72d8a user: andreas_kupries tags: trunk
06:48
don't assume that Tcl_SetResult sets interp->result, especially not in a dstring test check-in: 55f77779aa user: nijtmans tags: trunk
2008-11-24
10:02
Converter script improvements. [Bug 2330040] check-in: 4cc290da5f user: dkf tags: trunk
2008-11-23
19:29
* generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: 845be4dce9 user: andreas_kupries tags: core-8-5-branch
18:05
Fix IsChannelExisting name comparison [Bug 2333466] check-in: 23d8e42096 user: ferrieux tags: trunk
2008-11-19
00:04
Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation fo... check-in: a75210e18b user: nijtmans tags: trunk
00:00
Simplification of expanded-literals handling after analysis of dead branches check-in: 634598c6b7 user: ferrieux tags: trunk
2008-11-18
07:02
fix [Bug 2308236] signature of Tcl_HashStats() wrong check-in: bf29d13c08 user: nijtmans tags: core-8-5-branch
06:35
Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: ea4436773c user: nijtmans tags: trunk
2008-11-17
22:39
Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 8c125cb7e1 user: ferrieux tags: trunk
22:37
Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on expanded literals. check-in: 660d564a9d user: ferrieux tags: trunk
22:26
Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 92bf0067c9 user: ferrieux tags: trunk
22:15
Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: 2b7fc9b444 user: nijtmans tags: trunk
08:11
Check for uncompiled-for-continue [Bug 2186888] fixed earlier. check-in: af5cdb41e0 user: ferrieux tags: trunk
2008-11-16
22:22
change two Tcl_SetResult calls to Tcl_SetObjResult, as simplification for the TIP #340 patch. check-in: d58e03ce1a user: nijtmans tags: trunk
17:17
Tidy up formatting. check-in: 720d076b4b user: dkf tags: trunk
2008-11-14
13:00
remove -Wno-implicit-int check-in: dc988d50fd user: das tags: trunk
00:22
Fixed [Bug 2269431]: load of shared objects leaves emporary files on windows check-in: c651428b00 user: nijtmans tags: core-8-5-branch
2008-11-13
22:34
rename static function FSUnloadTempFile to TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 22694... check-in: 9ed8aa8799 user: nijtmans tags: trunk
2008-11-12
13:32
Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to HKCR requires administra... check-in: f1163306de user: patthoyts tags: trunk
00:31
Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for... check-in: e70541f4de user: nijtmans tags: trunk
2008-11-11
21:55
Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: dcb26387d5 user: nijtmans tags: trunk
21:54
Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: c4b867d651 user: nijtmans tags: trunk
2008-11-10
17:57
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 5f16738b09 user: andreas_kupries tags: trunk
17:57
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 3fa0548ccc user: andreas_kupries tags: core-8-5-branch
2008-11-07
20:10
patch #2215022: clean up the binary ensemble initialization code Applied a patch from Duoas which e... check-in: ce65d5a8de user: patthoyts tags: trunk
2008-11-06
21:47
add "-Wno-implicit-int" for gcc, as on UNIX eliminate an 'array index out of bounds' warning on HP-U... check-in: 918ba31cc4 user: nijtmans tags: trunk
2008-11-04
23:57
* generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: c98c342725 user: hobbs tags: trunk
23:56
* generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: 096a632f45 user: hobbs tags: core-8-5-branch
2008-11-01
15:03
fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: adb2964c4d user: das tags: core-8-5-branch
15:03
fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: b61a23bf62 user: das tags: trunk
08:05
Version bump of TclOO check-in: 4c209e9ff3 user: dkf tags: trunk
00:04
remove unused variable check-in: 194e700059 user: dkf tags: trunk
2008-10-31
22:08
Fix [Bug 2200824] and make class constructor error handling much more robust. check-in: c8dd022f7e user: dkf tags: trunk
2008-10-28
23:30
CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: 4a0a87f279 user: nijtmans tags: trunk
23:29
CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: f5c4b2c4b3 user: nijtmans tags: trunk
2008-10-27
19:08
* generic/tclEncoding.c: Use "iso8859-1" and not "identity" as the default an... check-in: 557645d373 user: dgp tags: trunk, potential incompatibility
2008-10-26
18:50
Style improvements - invoking callbacks without visual junk. check-in: 4a9936c5ad user: dkf tags: trunk
18:34
Style improvements - invoking callbacks without visual junk. check-in: a1a8afc25d user: dkf tags: trunk
12:45
Style improvements - invoking callbacks without visual junk. check-in: de3bfd137a user: dkf tags: trunk
2008-10-24
00:46
Removed a rogue ^M from the end of a line check-in: f442984efd user: patthoyts tags: core-8-5-branch
00:40
Removed a rogue ^M from the end of a line check-in: 67dbd05fb4 user: patthoyts tags: trunk
2008-10-23
23:34
Backported a fix for reading HTTP-like protocols that used to work and were broken with http 2.7. No... check-in: 317d88eb76 user: patthoyts tags: core-8-5-branch
23:17
Fixed a failure to read SHOUTcast streams with the new 2.7 package. Introduced a new intial state as... check-in: 943b6dd8ce user: patthoyts tags: trunk
16:27
* generic/tcl.h: Bump version number to 8.5.6b1 to distinguish * library/init... check-in: ec374ebf84 user: dgp tags: core-8-5-branch
12:19
only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 072035086a user: das tags: core-8-5-branch
12:18
only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 7dff6665ff user: das tags: trunk
03:28
* generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for body [Bug 2186888]. check-in: 9cb9b8e5ed user: msofer tags: trunk
2008-10-22
20:23
Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complain... check-in: dc58eb7219 user: nijtmans tags: trunk
2008-10-19
19:55
* generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: a85f2f72a4 user: dgp tags: trunk
19:54
* generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: c2b0a6b40d user: dgp tags: core-8-5-branch
16:52
Check syntax of [info coroutine] args, i.e. there are none. check-in: 33628306b8 user: dkf tags: trunk
16:27
Document [info coroutine]. check-in: 492d56fd9b user: dkf tags: trunk
16:22
Improve documentation of [tcl::prefix]. check-in: 721748dd51 user: dkf tags: trunk
2008-10-17
20:14
fix missing "-Wl," prefix in HP-UX build check-in: f5b4b4305c user: nijtmans tags: trunk
20:08
fix missing "-Wl," prefix in HP-UX build check-in: e59ea6fb6a user: nijtmans tags: trunk
18:42
CONST -> const check-in: 5f963f698b user: nijtmans tags: trunk
18:06
* generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug output in C++ comment. check-in: 429cbd6df6 user: andreas_kupries tags: trunk
16:32
* generic/tclCompile.h: Declare the internal tclInstructionTable * generic/tclExecut... check-in: c9106a2d20 user: dgp tags: trunk
10:22
Improve clarity of formatting. check-in: 71edbde46a user: dkf tags: trunk
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: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-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
21:00
fixed constness of last commit for msvc check-in: 2d35bb9a0e user: patthoyts tags: trunk
18:42
Fix for [Bug 1934200] check-in: 54c9e2ed21 user: mistachkin tags: core-8-5-branch
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
21:25
* libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: ae1bd61335 user: kennykb tags: core-8-5-branch
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
18:56
Fixes for [Bug 1934200, 1934272] check-in: eb83b75b02 user: mistachkin tags: core-8-5-branch
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:20
Missed a (minor) change. check-in: fcfd1ea4e6 user: dkf tags: core-8-5-branch
14:19
Fix [Bug 2130992]. check-in: 518c0f94c9 user: dkf tags: core-8-5-branch
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
19:20
* doc/global.n: Correct false claim about [info locals]. check-in: 4fac33221d user: dgp tags: core-8-5-branch
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
15:00
remove outdated commentary check-in: 7d2320780e user: dgp tags: core-8-5-branch
2008-09-17
18:14
* generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: a217a0d239 user: dgp tags: core-8-5-branch
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
12:37
* library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: edd3d89e69 user: msofer tags: core-8-5-branch
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:17
Fix efficiency bug detected by Kieran Elby. check-in: 3487dba2a4 user: dkf tags: core-8-5-branch
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
14:00
* doc/namespace.n: fix [Bug 2098441] check-in: 57d884253e user: msofer tags: core-8-5-branch
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
16:08
* generic/tcl.h: Bump version number to 8.5.5b1 to distinguish * library/init... check-in: 7d41d713d4 user: dgp tags: core-8-5-branch
2008-08-27
20:29
typo check-in: 3af0f46a9e user: dgp tags: core-8-5-branch
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
18:27
speling ficks check-in: 3fb55502a3 user: dgp tags: trunk
18:16
* generic/tcl.h: Drop use of USE_COMPAT85_CONST. That added indirection with... check-in: 4581b11cbe user: dgp tags: trunk
18:00
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: fe9f78b0a6 user: dgp tags: trunk
18:00
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 1c6b67a996 user: dgp tags: core-8-5-branch
17:26
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 9832ad37bc user: dgp tags: trunk
17:20
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 78969ab775 user: dgp tags: core-8-5-branch
2008-08-21
23:57
* generic/tclBasic.c: Previous fix, now done right. * generic/tclCmdIL.c: * generic/tclInt.h:... check-in: 9a8105fe32 user: msofer tags: trunk
23:42
really fix translation to escape glob-sensitive chars check-in: cedd903aec user: hobbs tags: core-8-5-branch
23:42
really fix translation to escape glob-sensitive chars check-in: 2954833c4a user: hobbs tags: trunk
23:19
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: 6e9764c87c user: hobbs tags: trunk
23:19
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: fc9a8bdb44 user: hobbs tags: core-8-5-branch
21:35
* generic/tcl.h: Reduced the use of CONST86 and eliminated * generic/tcl.decl... check-in: b3e31c71c2 user: dgp tags: trunk, potential incompatibility
21:24
parts of last commit were not saved :} check-in: b73a168de3 user: msofer tags: trunk
21:01
* generic/tclBasic.c: Fix the cmdFrame level count in * generic/tclCmdIL.c: coroutines. Fix sm... check-in: dc107da7f4 user: msofer tags: trunk
14:02
Added disassembly of TclOO methods. check-in: 271c1169b9 user: dkf tags: trunk
10:36
Align variable naming and typing a bit better with tclNamesp.c. check-in: b23fa711a9 user: dkf tags: trunk
2008-08-20
23:48
Added casts to make MSVC happy and re-enable the debug build. check-in: f78dfdd7d5 user: patthoyts tags: trunk
15:41
Fix performance bug introduced by fix of [Bug 2037727] check-in: fbf4a7e36a user: dkf tags: trunk
15:31
General whitespace/style policing check-in: c184a1d25e user: dkf tags: trunk
15:02
Squelch warning check-in: 2a74b3f885 user: dkf tags: trunk
13:14
Remove pointless casts check-in: bf97b95821 user: dkf tags: trunk
12:18
Minor cleanup check-in: 71f957ca12 user: dkf tags: trunk
11:45
* generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 9034e25f9f user: das tags: core-8-5-branch
11:45
* generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 569ea2e888 user: das tags: trunk
2008-08-17
19:37
* generic/tclBasic.c: Implementation of [coroutine] and [yield] * generic/tclCmdAH.c: co... check-in: bd5b25a1ec user: msofer tags: trunk
14:15
* generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 06993be2a4 user: msofer tags: trunk
14:12
* generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 01147b1a84 user: msofer tags: core-8-5-branch
2008-08-16
14:27
fix last commit check-in: 3546c22a60 user: msofer tags: trunk
13:59
* generic/tclExecute.c: better cmdFrame management check-in: f1f99b8c5c user: msofer tags: trunk
2008-08-14
17:20
move tag check-in: b495297d14 user: dgp tags: core-8-5-4, core-8-5-branch
13:09
* tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: 341ed145a9 user: dgp tags: trunk
13:08
* tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: efe5ced468 user: dgp tags: core-8-5-branch
10:49
remove overlooked old TCL_DTRACE_PROC_ENTRY check-in: 4be2d39aa9 user: das tags: trunk
10:49
fix unused variable warnings when USE_DTRACE is not defined check-in: 435d4b4c40 user: das tags: trunk
10:32
#define DTraceCmdReturn when USE_DTRACE is not defined check-in: d9e22693a7 user: das tags: trunk
02:22
typo check-in: f0a92dbffd user: das tags: core-8-5-branch
02:16
typo check-in: b5df40bcd4 user: das tags: trunk
02:12
* generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'c... check-in: 6bfd1752b4 user: das tags: core-8-5-branch
02:11
* generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes * generic/tclProc.c (TclNR... check-in: c21fbf3f17 user: das tags: trunk
02:09
* generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: fc22f806f1 user: das tags: core-8-5-branch
02:09
* generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: 8aedfc1b91 user: das tags: trunk
00:11
* tests/msgcat.test: fix for ::tcl::mac::locale with @modifier (HEAD backport 2008-06-01). check-in: 80edfde26c user: das tags: core-8-5-branch
00:08
* tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 6528fff0f4 user: das tags: core-8-5-branch
00:08
* tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 59c3f93246 user: das tags: trunk
2008-08-13
23:14
autoheader-2.59 check-in: 57b8049a58 user: das tags: trunk
23:13
autoconf-2.59 check-in: abc6b2ff43 user: das tags: core-8-5-branch
23:13
autoconf-2.59 check-in: 6b73205484 user: das tags: trunk
23:08
* unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() * generic/tclInt.h: and related ifd... check-in: 626938b63a user: das tags: trunk
23:07
* unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 0379cc4b17 user: das tags: core-8-5-branch
23:07
* unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 97358f39f0 user: das tags: trunk
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 785bcf8b5c user: das tags: core-8-5-branch
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 60930ca354 user: das tags: trunk
22:02
* tests/nre.test: added test for large {*}-expansion effects check-in: 871c9025a5 user: msofer tags: trunk
18:14
* generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: d391632bf3 user: dgp tags: trunk
18:12
* generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: 2e92ce0921 user: dgp tags: core-8-5-branch
2008-08-12
23:19
* generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): fix # args displayed. [Bug 2048676... check-in: 7237db2f3e user: hobbs tags: trunk
17:51
* generic/tclOOMethod.c (PushMethodCallFrame): Added missing check for bytecode val... check-in: ccb470815e user: dgp tags: trunk
17:45
* generic/tclProc.c (TclProcCompileProc): On recompile of a proc, clear away a... check-in: 47649f8b79 user: dgp tags: trunk
15:10
* README: Bump version number to 8.6a2 * generic/tcl.h: * libr... check-in: ff4d6323a8 user: dgp tags: trunk
15:00
* changes: Updates for 8.6a2 release. check-in: 96183d9f3e user: dgp tags: trunk
14:43
* changes: Update for 8.5.4 release. check-in: f05b8a83fa user: dgp tags: core-8-5-branch
2008-08-11
21:58
* library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 8b417ebe57 user: dgp tags: trunk
21:57
* library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 79d0e712f5 user: dgp tags: core-8-5-branch
21:31
Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 4bb451ccf0 user: patthoyts tags: core-8-5-branch
21:29
Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 57e81cc526 user: patthoyts tags: trunk
21:04
* library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f3cd8f5886 user: andreas_kupries tags: trunk
21:03
* library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f64e5d3389 user: andreas_kupries tags: core-8-5-branch
20:40
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 6ea9a5e52e user: andreas_kupries tags: trunk
19:01
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 7746b0d872 user: andreas_kupries tags: core-8-5-branch
17:32
&#(*& typo! check-in: 6424b909fc user: dgp tags: core-8-5-branch
17:32
&#(*& typo! check-in: 2f88360993 user: dgp tags: trunk
15:59
* library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: 6e510ffad0 user: dgp tags: trunk
15:49
* library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: e654fbe098 user: dgp tags: core-8-5-branch
14:39
crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: ef5481bca1 user: patthoyts tags: trunk
14:36
crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: d2eb4f1092 user: patthoyts tags: core-8-5-branch
2008-08-10
23:06
made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const. This variable is only... check-in: b300e8ceeb user: nijtmans tags: trunk
15:58
remove unused vars check-in: 08501ee705 user: msofer tags: trunk
15:35
* generic/tclProc.c: completely removed ProcCompileProc, which was a fix for [Bug 1482718]. This i... check-in: d97c9b7593 user: msofer tags: trunk
2008-08-09
22:20
* generic/tclBasic.c: slight cleanup * generic/tclCompile.h: * generic/tclExecute.c: check-in: 62fd40602c user: msofer tags: trunk
00:20
* generic/tclExecute.c: fix warnings. * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitia... check-in: 306f85215c user: das tags: trunk
00:16
(lrange-1.17): add test cleanup; whitespace check-in: 1c9b083956 user: das tags: trunk
00:15
(PushMethodCallFrame): fix uninitialized efi name field check-in: d6b7e73887 user: das tags: trunk
00:13
fix warnings check-in: ed57ce2e84 user: das tags: trunk
2008-08-08
20:56
removed INCOMPAT flag check-in: 650bd711ca user: dgp tags: trunk
20:43
* changes: Updates for 8.6a2 release. check-in: fe932c6048 user: dgp tags: trunk
20:42
typos check-in: 6687b3f02e user: dgp tags: core-8-5-branch
18:30
8.5.4 tag check-in: 53d4825d3d user: dgp tags: core-8-5-branch
15:53
reorder check-in: d74271354b user: dgp tags: core-8-5-branch
15:43
Olson's tzdata2008e check-in: e388275039 user: kennykb tags: trunk
15:42
Olson's tzdata2008e check-in: 78048f8bdb user: kennykb tags: core-8-5-branch
15:41
Olson's tzdata2008e check-in: 84d3f04e72 user: kennykb tags: core-8-5-branch
15:30
Olson's tzdata2008e check-in: 121b0de920 user: kennykb tags: trunk
15:22
* generic/tcl.h: Bump to 8.5.4 for release. * library/init.tcl: * too... check-in: d61c4fe923 user: dgp tags: core-8-5-branch
15:12
* changes: Update for 8.5.4 release. check-in: 1573f8a19e user: dgp tags: core-8-5-branch
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
01:44
* generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of locals in the local... check-in: f3fa95bc62 user: dgp tags: core-8-5-branch
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
04:48
* generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t... check-in: 8963606b64 user: dgp tags: core-8-5-branch
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
20:59
* generic/tclBasic.c: Corrected the timing of when the flag TCL_ALLOW_EXCEPTIONS i... check-in: 49eb26a8a2 user: dgp tags: core-8-5-branch
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:51
* generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case... check-in: c547a0a022 user: msofer tags: core-8-5-branch
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
21:06
* generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: 076818a1d9 user: andreas_kupries tags: trunk
20:45
* generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: bb92304711 user: andreas_kupries tags: core-8-5-branch
14:44
backport casting fix from HEAD check-in: 51a0104215 user: dgp tags: core-8-5-branch
2008-07-27
22:50
general tidy up check-in: 26bc9ff861 user: dkf tags: trunk
22:40
formatting only check-in: b72d55df84 user: nijtmans tags: trunk
22:28
Remove unnecessary hack. check-in: 697475bbe2 user: dkf tags: trunk
22:18
* doc/Object.3 CONSTified 3 functions using * doc/ObjectType.3 Tcl_ObjType which all... check-in: 4f99dac9fd user: nijtmans tags: trunk, potential incompatibility
2008-07-25
23:06
* test/info.test: More work on singleTestInterp usability. This fixes bug [1605269]. check-in: b3b434585c user: andreas_kupries tags: trunk
22:11
* tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 5317fc0855 user: andreas_kupries tags: trunk
21:24
* tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: c9bb25ad3b user: das tags: core-8-5-branch
21:23
* tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: ecb4a10c7d user: das tags: trunk
20:30
* tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 8102aefa68 user: andreas_kupries tags: core-8-5-branch
2008-07-24
22:57
just a few const -> CONST (in header files and .decls files) and CONST -> const (.c files and intern... check-in: a3ec1868d0 user: nijtmans tags: trunk
21:56
Oops, wrong date check-in: 6956cbec66 user: nijtmans tags: trunk
21:54
CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is supposed to be a co... check-in: 7ade6e690e user: nijtmans tags: trunk, potential incompatibility
2008-07-23
23:19
Added relative speed test for pure byte array concats. check-in: 00a4e94abd user: ferrieux tags: trunk
22:50
Added relative speed test for lrange, checking fro in-place optimization. check-in: c9f53feac9 user: ferrieux tags: trunk
21:43
* tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: ea9e096338 user: andreas_kupries tags: trunk
21:42
* tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: fb6b0a22ee user: andreas_kupries tags: core-8-5-branch
21:07
Rename new test to avoid duplicate test name. check-in: a66b179b51 user: andreas_kupries tags: trunk
21:07
Rename new test to avoid duplicate test name. check-in: 428e649b75 user: andreas_kupries tags: core-8-5-branch
20:49
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: e34657a1ad user: andreas_kupries tags: trunk
20:47
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: 222f1067e0 user: andreas_kupries tags: core-8-5-branch
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:46
* generic/tclBasic.c: Added missing function comments. check-in: 3a081f6fc1 user: andreas_kupries tags: core-8-5-branch
22:26
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: 306ccd50a1 user: andreas_kupries tags: core-8-5-branch
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:41
* generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: a214d452fc user: andreas_kupries tags: core-8-5-branch
21:02
* generic/tclBasic.c: Added numLevels field to CommandFrame, * generic/tclExecute.c: let GetCo... check-in: c83cc0d79a user: msofer tags: trunk
20:49
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 3614b8fd64 user: nijtmans tags: core-8-5-branch
03:34
* tests/encoding.test: Make failing tests pass again. [Bug 1972867] check-in: 16a7c21ef0 user: dgp tags: core-8-5-branch
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:44
Undo local changes which did not belong in the last commit. check-in: 118be23b5a user: andreas_kupries tags: core-8-5-branch
19:41
use TclEvalObjv instead of Tcl_EvalObjv at selected spots check-in: 005a5d9138 user: msofer tags: trunk
19:38
* generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: 40f723e2c0 user: andreas_kupries tags: core-8-5-branch
16:25
* generic/tcl.decls: Changed the implementation of * generic/tclBasic.c: [namespace impor... check-in: 281b7ede58 user: msofer tags: trunk
14:56
Backported fix for bug #2015723 check-in: 295579a555 user: patthoyts tags: core-8-5-branch
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
22:02
Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 256c78f19e user: dkf tags: core-8-5-branch
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
13:01
Fix error in example. [Bug 2016740] check-in: e7de769231 user: dkf tags: core-8-5-branch
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:53
* generic/tclGet.c: Corrected out of date comments. check-in: e4ee9a0659 user: dgp tags: core-8-5-branch
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
21:39
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cc05a96e76 user: andreas_kupries tags: core-8-5-branch
14:06
typo check-in: ed992275b3 user: dgp tags: trunk
08:36
Correct examples. [Bug 1982642] check-in: dd20cf4add user: dkf tags: core-8-5-branch
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-04
19:22
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 190... check-in: e9e8be6fe0 user: jenglish tags: core-8-5-branch
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:38
* generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 3455b4671c user: andreas_kupries tags: core-8-5-branch
17:28
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 570fddae32 user: dgp tags: trunk
17:22
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 1ac299248c user: dgp tags: core-8-5-branch
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:58
Created branch core-stabilizer-merge-synthetic Closed-Leaf check-in: fa8130bb59 user: cvs2fossil tags: core-stabilizer-merge-synthetic
15:58
typo check-in: 927d3b1474 user: dgp tags: core-8-5-branch
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
03:18
* generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * too... check-in: cea2851afb user: dgp tags: core-8-5-3, core-8-5-branch
02:55
merge updates from 8.5 branch Closed-Leaf check-in: 96784a8ea3 user: dgp tags: core-stabilizer-branch
02:34
* doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp... check-in: 0d7de5aa18 user: dgp tags: core-8-5-branch
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
19:08
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks Rolf Ade for... check-in: d6b206b3e6 user: dgp tags: core-8-5-branch
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
04:22
* generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: b905ddb5c2 user: dgp tags: core-8-5-branch
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
21:44
Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Als... check-in: c9a0be897b user: dgp tags: core-8-5-branch
19:55
typos check-in: 2482d2f0e5 user: dgp tags: trunk
19:55
typos check-in: 5159aee85d user: dgp tags: core-8-5-branch
2008-06-26
22:12
* unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 670e250491 user: andreas_kupries tags: trunk
22:10
* unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 70ac26f232 user: andreas_kupries tags: core-8-5-branch
2008-06-25
18:18
remove stray .RE check-in: c9b6198267 user: dgp tags: trunk, core-8-6-a1
18:17
merge update from 8.5 branch check-in: e4883ccb1c user: dgp tags: core-stabilizer-branch
18:16
remove stray .RE check-in: 66dc64f9cf user: dgp tags: core-8-5-branch
17:44
Advance 8.6a1 release tag check-in: 4ed60d1e21 user: dgp tags: trunk
17:40
* library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: d5216b1efd user: andreas_kupries tags: trunk
17:18
* generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * tool... check-in: eb9c3a1dde user: dgp tags: core-stabilizer-branch
17:16
Add test suite changes for 1999119 bug fix commit. check-in: a7c4f42610 user: dgp tags: core-8-5-branch
16:42
* library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: 7f54ff3bbe user: andreas_kupries tags: core-8-5-branch
16:05
merge update from 8.5 branch check-in: 1acf3dd85f user: dgp tags: core-stabilizer-branch
16:05
* changes: Update for 8.5.3 release. check-in: 9a61367faa user: dgp tags: core-8-5-branch
15:56
merge updates from 8.5 branch check-in: affd52009d user: dgp tags: core-stabilizer-branch
14:35
* changes: Updates for 8.6a1 release. * generic/tclOO.h: Bump to TclOO 0.... check-in: d25bfca8b8 user: dgp tags: trunk
10:57
Backported fix for dde/registry versions and the staticpkg build option check-in: 902642081c user: patthoyts tags: core-8-5-branch
10:25
fix versions of dde and registry dlls fix problem building with staticpkg option check-in: 9e6da61fc3 user: patthoyts tags: trunk
2008-06-24
20:05
* generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 7caf3c5fd2 user: dgp tags: core-8-5-branch
20:02
* generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 88f07bcd32 user: dgp tags: trunk
14:42
bug #1995063 fix examples and comment on eof use. check-in: 1e13a3a6e9 user: patthoyts tags: trunk
2008-06-23
15:48
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: c8958d4e9e user: dgp tags: core-8-5-branch
15:34
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: 8ab9adb4fe user: dgp tags: trunk
04:18
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "S... check-in: 8fbbf20d52 user: dgp tags: trunk
2008-06-20
20:48
* changes: Updates for 8.6a1 release. * generic/tclInterp.c: Fixed completely... check-in: 8e76f85849 user: dgp tags: trunk
19:27
another update for 8.5.3 check-in: 30ef03aa5c user: dgp tags: core-8-5-branch
19:23
* generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test... check-in: c979776fb2 user: dgp tags: core-8-5-branch
16:18
* tests/encoding.test: Make failing tests pass again. check-in: 06e3a8cd73 user: dgp tags: trunk
13:57
Solaris changes for 8.5.3 check-in: 5245cc0fd3 user: das tags: core-8-5-branch
13:51
Solaris, stubs changes for 8.6a1 check-in: 4686f80be7 user: das tags: trunk
2008-06-19
21:29
Make [next] work as described in TIP. [Bug 1998244] check-in: 3f569d031d user: dkf tags: trunk
21:03
Forgot the bug number check-in: 602c96fc44 user: dkf tags: trunk
20:57
Fix [Bug 1998221] check-in: 3b2afa4b8d user: dkf tags: trunk
19:29
* changes: Updates for 8.5.3 release. check-in: c4bffa1975 user: dgp tags: core-8-5-branch
19:27
* changes: Updates for 8.6a1 release. check-in: b63c18a546 user: dgp tags: trunk
15:36
* README: Bump version number to 8.6a1 * generic/tcl.h: * libr... check-in: 764de4e88b user: dgp tags: trunk
2008-06-17
17:22
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 358cc29f46 user: andreas_kupries tags: trunk
17:21
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 50a1e45eca user: andreas_kupries tags: core-8-5-branch
16:45
* doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: 6e54b86bb3 user: andreas_kupries tags: core-8-5-branch
16:44
* doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: deb59c513b user: andreas_kupries tags: trunk
02:22
2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: 73e4856277 user: kennykb tags: core-8-5-branch
02:16
2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: b108b4c3a8 user: kennykb tags: trunk
2008-06-16
20:44
* generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the * tests/info.test: head branch :... check-in: c0fbf6b417 user: andreas_kupries tags: core-8-5-branch
19:59
* generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the * tests/info.test: information... check-in: af7eafb38d user: andreas_kupries tags: trunk
18:38
* tests/ioTrans.test (iortrans-11.*): Fixed same issue as for iortrans.tf-11.*, cleanup of temp f... check-in: 97e8db2004 user: andreas_kupries tags: trunk
2008-06-14
02:25
no message check-in: 9bf2713544 user: davygrvy tags: trunk
02:07
The Stubs source files (tclStubLib.c and tclOOStubLib.c) should not be compiled with the -GL flag. check-in: 3df591bc85 user: davygrvy tags: trunk
2008-06-13
19:59
2008-06-13 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: SYMBOLS macro now being set to z... check-in: 25b826cd5a user: davygrvy tags: trunk
19:58
no message check-in: c635c729fc user: davygrvy tags: trunk
12:14
fix warning check-in: 51662c877f user: das tags: trunk
05:45
TIP 285 Implementation check-in: 505c316922 user: mistachkin tags: trunk
2008-06-12
20:09
* unix/Makefile.in: add complete deps on tclDTrace.h. check-in: 1bc4fbf46d user: das tags: core-8-5-branch
20:08
* unix/Makefile.in: add complete deps on tclDTrace.h. check-in: fbe3190a72 user: das tags: trunk
09:46
sync with 2008-05-26 io-53.9 change check-in: 78c5f73eb5 user: das tags: trunk
06:49
s/target/config/ check-in: 6c34233665 user: das tags: core-8-5-branch
06:49
s/target/config/ check-in: 7f492b6e59 user: das tags: trunk
06:34
* unix/Makefile.in: clean generated tclDTrace.h file. check-in: bd22afd873 user: das tags: core-8-5-branch
06:34
* unix/configure: autoconf-2.59 check-in: 7d4a20fa44 user: das tags: core-8-5-branch
06:33
* unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 8b60fb4143 user: das tags: core-8-5-branch
06:33
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: 0c8ef155f9 user: das tags: core-8-5-branch
06:33
* macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov, and with corefoundation disab... check-in: dbc92079cc user: das tags: core-8-5-branch
06:29
* generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs ... check-in: 7e4d255b66 user: das tags: trunk
06:28
* generic/tclIORTrans.c: fix signed <-> unsigned cast warnings. check-in: f9bd5af393 user: das tags: trunk
06:28
* unix/configure: autoconf-2.59 check-in: 8c90b75124 user: das tags: trunk
06:27
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: c942686054 user: das tags: trunk
06:27
* unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 6e2a97abfa user: das tags: trunk
06:27
* unix/Makefile.in: clean generated tclDTrace.h file. check-in: d81dd08fd4 user: das tags: trunk
06:26
* macosx/Tcl.xcodeproj/project.pbxproj: add tclIORTrans.c; updates and cleanup for Xcode 3.1/... check-in: 1fe18f5b63 user: das tags: trunk
2008-06-11
01:30
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 19... check-in: 0fc4d3a006 user: jenglish tags: trunk
2008-06-10
18:06
* tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552], reported by Kevin. Have to clo... check-in: 3e145aec5b user: andreas_kupries tags: trunk
03:35
* generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered by Pat Thoyts <patthoyts@users.sour... check-in: a9634b2343 user: andreas_kupries tags: trunk
2008-06-08
23:13
Plug leak. [Bug 1987817] check-in: a3fd190cc6 user: dkf tags: trunk
03:21
* generic/tclBasic.c: Compilation of uplevel scripts, allow * generic/tclCompCmds.c: non-bo... check-in: 302b0120aa user: msofer tags: trunk
2008-06-06
19:46
TIP #230 IMPLEMENTATION * generic/tclIOCmd.c: Integration of transform commands into 'chan' ense... check-in: 057ba9eab5 user: andreas_kupries tags: trunk
2008-06-05
00:02
fix warnings, remove unused debug code that causes build failure check-in: d4062110a3 user: das tags: trunk
2008-06-03
23:52
TIP #317 implementation check-in: 8a9c01c0ca user: patthoyts tags: trunk
2008-06-02
02:19
* generic/tclOO.c (ReleaseClassContents): Fix the one remaining valgrind complaint about oo.test, ca... check-in: 9188c64990 user: kennykb tags: trunk
2008-06-01
08:11
Complete fix of [Bug 1981001] check-in: 205a10dec2 user: dkf tags: trunk
05:09
* generic/tclOOMethod.c: Fix a bug where the refcount of a method was r... check-in: d14255cc75 user: kennykb tags: trunk
02:44
Add tclOO genstubs to Windows makefiles check-in: ef222bfbfa user: mistachkin tags: trunk
02:42
* generic/tclDictObj.c: Added missing initializers to the ensemble map... check-in: fbb81c8921 user: kennykb tags: trunk
02:02
* generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT... check-in: 882dc41185 user: kennykb tags: trunk
00:33
More patches to make stub generation work. check-in: 687b9da09e user: dkf tags: trunk
00:29
typo, skip crashing http.test for gcov check-in: bd144937a4 user: das tags: trunk
00:02
Fix generation of stubs for the OO API. check-in: 4c3441444d user: dkf tags: trunk
2008-05-31
23:35
* generic/tclOOStubLib.c: ensure use of tcl stubs; include in * unix/Makefile.in: stub lib; disab... check-in: 7efe478a95 user: das tags: trunk
23:34
* tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. check-in: 5b3a020ceb user: das tags: trunk
23:34
* tools/tsdPerf.tcl: use [info sharedlibextension] check-in: f8c0850da0 user: das tags: trunk
23:34
* unix/tclConfig.h.in: autoheader-2.59 check-in: ec72ed5874 user: das tags: trunk
23:33
* macosx/Tcl.xcodeproj/project.pbxproj: add new tclOO files; add debug * macosx/README: targets ... check-in: ddfeb80290 user: das tags: trunk
22:29
Plug method-related memory leaks pointed out by Miguel. check-in: ce09fe3526 user: dkf tags: trunk
19:56
Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] check-in: 428c548d5f user: dkf tags: trunk
11:41
Implementation of TIP #257. Incomplete due to missing Win build support. check-in: e46e1575d3 user: dkf tags: trunk
2008-05-30
22:54
Small clarifications that code a bit nicer to read. check-in: 0979177469 user: dkf tags: trunk
2008-05-27
23:13
Fixed line endings check-in: 92f3208d85 user: patthoyts tags: trunk
2008-05-26
18:28
(io-53.9): need to close chan before removing file check-in: b4d73a84f1 user: hobbs tags: trunk
18:27
(io-53.9): need to close chan before removing file check-in: 4cc770d79f user: hobbs tags: core-8-5-branch
10:04
Missed one! check-in: 49f148ad86 user: dkf tags: trunk
10:02
Remove obsolete winhelp targets. They weren't supported and didn't work. check-in: 2b7ac345d5 user: dkf tags: trunk
2008-05-23
21:10
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: ade419178b user: andreas_kupries tags: core-8-5-branch
21:05
Oops. Undo commit of the local tweaks. check-in: 886a0a8186 user: andreas_kupries tags: trunk
21:00
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: f337d855cc user: andreas_kupries tags: trunk
2008-05-22
15:25
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: 02b0ef8de2 user: dgp tags: core-8-5-branch
15:22
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk
2008-05-21
20:38
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 07e1b8c1f9 user: dgp tags: core-8-5-branch
20:28
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk
13:26
Backport of fixes to Tcl_SetNamespaceUnknownHandler check-in: 15a8ca3a6c user: dkf tags: core-8-5-branch
2008-05-20
22:22
Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk
2008-05-16
14:27
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: fa11d81b14 user: msofer tags: core-8-5-branch
14:13
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk
2008-05-15
00:04
We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk
2008-05-09
05:07
* tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk
04:58
* generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk
03:51
* tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk
03:44
* Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk
2008-05-07
13:17
Cleaning up check-in: 5fbe89447c user: dkf tags: trunk
10:42
Simplify test check-in: 21108a2594 user: dkf tags: trunk
10:39
Fix off-by-one error that caused crashes. Backport from HEAD. check-in: 1e0b442be5 user: dkf tags: core-8-5-branch
10:25
Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk
09:23
Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk
09:07
Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk
2008-05-06
16:33
fix Makefile dependency check-in: a687f2e844 user: das tags: core-8-5-branch
16:33
fix Makefile dependency check-in: c0210bf746 user: das tags: trunk
2008-05-04
07:28
CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk
2008-05-03
21:06
fix warning check-in: 81216d74f3 user: das tags: core-8-5-branch
19:31
use Tcl_Panic() instead of panic() check-in: 2d576d5da2 user: das tags: core-8-5-branch
19:31
use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk
2008-05-02
20:08
Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk
20:02
Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk
19:32
Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk
10:27
More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk
2008-04-27
22:41
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk
22:21
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk
10:59
Added a htmlhelp target to replace winhelp check-in: b34e388939 user: patthoyts tags: trunk
08:36
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c9ef4f4064 user: vasiljevic tags: trunk
08:26
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c26ff3625b user: vasiljevic tags: core-8-5-branch
08:05
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 1734fc35da user: vasiljevic tags: core-8-5-branch
2008-04-26
11:53
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 18f18938cc user: vasiljevic tags: trunk
2008-04-25
21:28
remove ioUtil.test, llvm-gcc fix check-in: 122e92c110 user: das tags: trunk
21:27
fix warning check-in: 5aabb84406 user: das tags: trunk
2008-04-24
21:11
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 316009b1f4 user: nijtmans tags: trunk
18:51
* tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: e7879de942 user: andreas_kupries tags: trunk
18:50
* tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: 31abe8b470 user: andreas_kupries tags: core-8-5-branch
2008-04-23
15:44
Assorted improvements to make better use of tcltest2 check-in: b0326f6536 user: dkf tags: trunk
2008-04-21
16:26
* generic/tclIOUtil.c: Removed all code delimited by * generic/tclTest.c: ... check-in: f078f71675 user: dgp tags: trunk
2008-04-20
02:52
doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. check-in: b0d378f11b user: georgeps tags: trunk
2008-04-19
02:04
note that cygwin is not supported check-in: d4b3460444 user: mdejong tags: trunk
2008-04-18
14:30
Fix typo spotted by Steve Havelka check-in: 2ae623354c user: dkf tags: core-8-5-branch
14:21
Fix typo spotted by Steve Havelka check-in: 9f7147230f user: dkf tags: trunk
2008-04-16
14:49
* generic/tclInt.h: make stubs tables 'static const' and * generic/tclStubInit.c: export only mod... check-in: 50b59ad915 user: das tags: trunk
14:29
* generic/tclInt.h: revise Tcl_SetNotifier() to use a * generic/tclNotify.c: module-scope hooks ... check-in: 79cb766dcc user: das tags: trunk
2008-04-15
18:34
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: f8664c0638 user: andreas_kupries tags: trunk
18:32
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: 25f469ce77 user: andreas_kupries tags: core-8-5-branch
10:55
sync with Tcl.xcodeproj check-in: 260dad3fa0 user: das tags: core-8-5-branch
10:55
sync with Tcl.xcodeproj check-in: ad35d2b5b5 user: das tags: trunk
10:10
* unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. ... check-in: 872c709f10 user: das tags: trunk
2008-04-14
18:04
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: 5286f0f684 user: kennykb tags: core-8-5-branch
18:00
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: bbe1acd0f5 user: kennykb tags: trunk
17:54
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: b5d4ae05ac user: kennykb tags: trunk
17:49
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: ec37817fc4 user: kennykb tags: core-8-5-branch
2008-04-11
18:12
* generic/tcl.h: Bump version number to 8.5.3b1 to distinguish * library/init.... check-in: 0d53d81632 user: dgp tags: core-8-5-branch
14:55
fix one broken test, and restore unix line endings check-in: 1872093ca0 user: dgp tags: trunk
2008-04-10
20:58
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 8c082b4a25 user: andreas_kupries tags: trunk
20:55
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: c5a22ce66b user: andreas_kupries tags: core-8-5-branch
00:21
Test improvements (tcltest2, clarify) check-in: a00b4ae217 user: dkf tags: trunk
2008-04-09
21:44
Added 'make html' support for people on Windows, inspired by Pat Thoyts. check-in: cb1fcbdbd6 user: dkf tags: trunk
19:51
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 2a4a1d8b0c user: andreas_kupries tags: core-8-5-branch
19:49
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 5694946238 user: andreas_kupries tags: trunk
18:37
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: 6509d79368 user: andreas_kupries tags: trunk
18:36
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: bd84e3f99e user: andreas_kupries tags: core-8-5-branch
2008-04-08
23:41
* tests/io.test (io-53.8): Fixed ordering of vwait and after cancel. cancel has to be done after ... check-in: 14bef5d39a user: andreas_kupries tags: core-8-5-branch
23:16
* tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: e3c4378ec5 user: das tags: core-8-5-branch
23:15
* tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: 786bc32e7b user: das tags: trunk
16:12
backport enhanced comments check-in: 5f8288240f user: dgp tags: core-8-5-branch
15:11
* generic/tclExecute.c: added comments to the alignment macros used in GrowEvaluationStack() and f... check-in: e1c152b91e user: msofer tags: trunk
14:54
* generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 2841879955 user: das tags: trunk
14:52
* tools/genStubs.tcl: revert erroneous 2008-04-02 change marking *StubsPtr as EXTERN instead of... check-in: a442a6378b user: das tags: trunk
2008-04-07
22:53
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: 8b118596fb user: andreas_kupries tags: trunk
22:49
Corrected test name. check-in: e31cd02247 user: andreas_kupries tags: core-8-5-branch
22:33
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: a9e6f2b7cb user: andreas_kupries tags: core-8-5-branch
19:53
Added forgotten reference to [Bug 1350564] in last entry. check-in: 34e610ab8c user: andreas_kupries tags: core-8-5-branch
19:53
Added forgotten reference to [Bug 1350564] in last entry. check-in: 3626fadc48 user: andreas_kupries tags: trunk
19:42
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 4bc02d762e user: andreas_kupries tags: trunk
19:41
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 27fdbe7ec3 user: andreas_kupries tags: core-8-5-branch
16:06
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it beha... check-in: ba04dc8f19 user: dgp tags: core-8-5-branch
15:54
autoconf-2.59 check-in: 1768221086 user: dgp tags: trunk
15:23
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it behaves the same way... check-in: 0b371e1c32 user: rmax tags: trunk
2008-04-06
00:52
* tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 8d5cc700eb user: kennykb tags: core-8-5-branch
00:37
* tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 68b47f3256 user: kennykb tags: trunk
2008-04-05
23:25
* win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 9031a8a194 user: kennykb tags: trunk
23:22
* win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 1b5290fc67 user: kennykb tags: core-8-5-branch
2008-04-04
20:14
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 2dcb8b9dd4 user: andreas_kupries tags: trunk
20:13
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 6eeb845ac9 user: andreas_kupries tags: core-8-5-branch
17:19
* generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: 70314cc1b4 user: andreas_kupries tags: core-8-5-branch
17:18
* generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: d7bb323e16 user: andreas_kupries tags: trunk
16:46
* generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 5ab15fcd29 user: andreas_kupries tags: trunk
16:45
* generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 8886154e04 user: andreas_kupries tags: core-8-5-branch
2008-04-03
18:06
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: b9d8285147 user: andreas_kupries tags: core-8-5-branch
18:05
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: d72429b721 user: andreas_kupries tags: trunk
2008-04-02
21:30
* generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 489dbbd13d user: das tags: trunk
21:29
* generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to * tools/genStubs.tcl: avoid e... check-in: 505f4107a4 user: das tags: trunk
21:27
* generic/tcl.decls: remove 'export' declarations of symbols now only in libtclstub and no long... check-in: 073baf717d user: das tags: trunk
20:27
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: 89bcb90b51 user: andreas_kupries tags: core-8-5-branch
20:26
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: d2651aebcd user: andreas_kupries tags: trunk
04:27
* generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: b4acdce3bf user: dgp tags: trunk
04:25
* generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: e97605fc97 user: dgp tags: trunk
03:37
* generic/tclStubLib.c: Removed needless #ifdef complexity. check-in: cce2a421a7 user: dgp tags: trunk
2008-04-01
21:42
autoheader-2.59 check-in: f0adc8281a user: das tags: core-8-5-branch
21:41
autoheader-2.59 check-in: af7f44435b user: das tags: trunk
21:41
autoconf-2.59 check-in: f89a58bf82 user: das tags: core-8-5-branch
21:41
autoconf-2.59 check-in: e25f05e141 user: das tags: trunk
21:40
(SunOS-5.1x): quote CC var to allow make-time override sync with tk/unix/tcl.m4 changes check-in: 3e590e79b6 user: das tags: core-8-5-branch
21:40
(SunOS-5.1x): quote CC var to allow make-time override sync with tcl/unix/tcl.m4 changes check-in: 06b8bf1781 user: das tags: trunk
20:12
Regen'd check-in: d3c8c4f63f user: andreas_kupries tags: trunk
20:11
* generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8e0d9c1c66 user: andreas_kupries tags: core-8-5-branch
20:08
* generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8f2f6765e3 user: andreas_kupries tags: trunk
19:31
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 114062b0f3 user: dgp tags: core-8-5-branch
19:26
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 80180a983e user: dgp tags: trunk
19:22
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: ef849b1eed user: dgp tags: trunk
19:20
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: 23fac7f09b user: dgp tags: core-8-5-branch
16:23
* README: Bump version number to 8.6a0 * generic/tcl.h: * libr... check-in: b76be03521 user: dgp tags: trunk
2008-03-31
17:21
merge updates from HEAD check-in: aaab5d4d67 user: dgp tags: core-8-5-branch
2008-03-30
08:36
autoheader-2.59 check-in: d2a6de8cdc user: das tags: trunk
08:36
autoconf-2.59 check-in: 4d3266225c user: das tags: trunk
04:36
* generic/tclObj.c: Added missing #include <math.h> needed to locate isnan() after the above c... check-in: e7ea210fb9 user: kennykb tags: trunk
04:26
* generic/tclInt.h (TclIsNaN): * unix/configure.in: Added code to the configurator to check for ... check-in: 1c8454d937 user: kennykb tags: trunk
03:23
* tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests to deal with (slightly buggy) math l... check-in: 0d24faa3ce user: kennykb tags: trunk
2008-03-28
17:31
* generic/tcl.h: Bump to 8.5.2 for release. * library/init.tcl: * too... check-in: 514a7e674e user: dgp tags: trunk, core-8-5-2
16:48
merge updates from HEAD check-in: 8539f5e372 user: dgp tags: core-stabilizer-branch
16:45
* changes: Updated for 8.5.2 release. check-in: 459673efba user: dgp tags: trunk
14:35
disable codesign on tests target check-in: 0871ba27bd user: das tags: trunk
11:18
Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. check-in: 9fbc08b2f6 user: dkf tags: trunk
2008-03-27
20:52
merge updates from HEAD check-in: 480e439f8e user: dgp tags: core-stabilizer-branch
20:36
Changes up to and including Olson's tzdata2008b check-in: 79c4daab88 user: kennykb tags: trunk
20:23
merge updates from HEAD check-in: 45c31117a0 user: dgp tags: core-stabilizer-branch
13:40
* unix/configure: autoconf-2.59 check-in: 902dff7f0e user: das tags: trunk
13:39
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] check-in: 322be13390 user: das tags: trunk
2008-03-26
20:08
merge updates from HEAD check-in: d4dafab14a user: dgp tags: core-stabilizer-branch
19:35
formatting check-in: 93f6ccd040 user: dgp tags: trunk
16:28
* changes: Updated for 8.5.2 release. check-in: 7605509334 user: dgp tags: trunk
14:51
Minor improvements/fixes check-in: a13f7f626c user: dkf tags: trunk
09:59
Minor fixes to copyright declarations (spelling, consistency) check-in: c7641a4ced user: dkf tags: trunk
2008-03-24
03:10
Removed duplicated tests check-in: 492afc7d35 user: patthoyts tags: trunk
03:10
improved fix keeping short-circuit check-in: b0d0fbefe0 user: patthoyts tags: trunk
02:50
bug #1923966 - crash in binary format. Added tests for the above crash condition. check-in: 7774371e84 user: patthoyts tags: trunk
2008-03-21
19:22
Clarified docs. [Bug 1899962] check-in: 579ac005a8 user: dkf tags: trunk
19:09
Added more tests of regexp-mode compilation of the [switch] command. [Bug 1854435] check-in: bc1b844f2b user: dkf tags: trunk
2008-03-20
09:53
Oops, typo. check-in: 1fcfaf731d user: dkf tags: trunk
09:49
Final clean up of the Tcl_GetMemoryInfo mess. check-in: f3b6299f91 user: dkf tags: trunk
2008-03-19
16:56
fix typos check-in: 409d3ae206 user: das tags: trunk
16:19
Added exported non-stub function Tcl_GetMemoryInfo check-in: 242d4ea37b user: dkf tags: trunk
16:02
Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] check-in: 95fb422443 user: dkf tags: trunk
13:39
Added workaround for [Bug 1905562] check-in: 5ec8810cae user: dkf tags: trunk
2008-03-18
18:52
fix and simplify the OFFSET computation for TclStackAlloc check-in: dfb1d90bd7 user: msofer tags: trunk
18:14
* library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to 'source -encoding utf-8'. Thi... check-in: 24a32ceeee user: andreas_kupries tags: trunk
18:02
Fix oops. Use ::list, not list, prevent use of the namespace local command. check-in: bf1856b94a user: andreas_kupries tags: trunk
17:58
* generic/tclExecute.c: Patch from Miguel Sofer to correct the alignment of memory a... check-in: f5ce84af0c user: dgp tags: trunk
17:41
* library/tm.tcl (::tcl::tm::Defaults): Modified handling of environment variables. See [Bug 19... check-in: 87f6d0ef1f user: andreas_kupries tags: trunk
2008-03-16
17:00
Correct the handling of stack space calculation (the jump pattern used was confusing the simple-mind... check-in: f311b220cd user: dkf tags: trunk
12:39
removed erroneous whitespace check-in: 2299a5e042 user: dkf tags: trunk
12:38
Clarified documentation of what happens with negative indices. [Bug 1905809] Added example, tidied u... check-in: dd29fda1f6 user: dkf tags: trunk
2008-03-14
19:53
* generic/tclBasic.c (OldMathFuncProc): Same workaround protection from bad TclStack... check-in: fabbee2722 user: dgp tags: trunk
19:46
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate SortElement arrays... check-in: 3b92a0e0a4 user: dgp tags: trunk
17:43
Update test for corrected error message check-in: 17f3515c65 user: dgp tags: trunk
16:32
* generic/tclTest.c: Ignore the return value of write() when * unix/tclUnixPipe.c: we are about to ... check-in: fc856d5e52 user: rmax tags: trunk
16:07
missing char in error message check-in: 53475f84f7 user: dgp tags: trunk
2008-03-13
20:29
merge updates from HEAD check-in: 2b85738331 user: dgp tags: core-stabilizer-branch
17:46
d'oh! s/backspace/backslash/ check-in: 877093622d user: das tags: trunk
17:44
* unix/configure.in: use backspace-quoting instead of double-quoting * unix/tcl.m4: for lib paths... check-in: 26016dfcd7 user: das tags: trunk
17:14
* generic/tclStrToD.c: Resolve identifier conflict over "pow10" with libm in Cygwin... check-in: 26011d35f1 user: dgp tags: trunk
14:52
* changes: Updated for 8.5.2 release. check-in: 94c0b53f2d user: dgp tags: trunk
14:47
merge updates from HEAD check-in: 6aa4ae8390 user: dgp tags: core-stabilizer-branch
2008-03-12
23:06
add ref to [Bug 1893053] check-in: aff3590817 user: das tags: trunk
22:17
* macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 * macosx/Tcl.xcodeproj/default.p... check-in: d886202f1d user: das tags: trunk
20:16
* doc/info.n: Replaced {expand} with {8}. check-in: e2ac6af9a9 user: andreas_kupries tags: trunk
10:01
change http::geturl -keepalive default to 0 as it has poor true pipeline support check-in: 8574782988 user: hobbs tags: trunk
09:51
* unix/Makefile.in (install-libraries): Bump http to 2.7 * win/Makefile.in (install-libraries): A... check-in: 6e51258400 user: hobbs tags: trunk
05:57
* library/http/http.tcl (http::geturl): add -method option to support * tests/http.test (http-3.1)... check-in: 33649f231d user: hobbs tags: trunk
05:39
* library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without ov... check-in: 4d66243235 user: hobbs tags: trunk
01:25
improve darwin9 constraint check-in: 6daa92a04c user: das tags: trunk
2008-03-11
22:29
* unix/configure: autoconf-2.59 check-in: 4703620c55 user: das tags: trunk
22:28
* macosx/GNUmakefile: fix quoting to allow paths to * macosx/Tcl-Common.xcconfig: ${builddir} a... check-in: 82d286110d user: das tags: trunk
22:26
* macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and * macosx/Tcl.xcodeproj/defau... check-in: ad66da0f7f user: das tags: trunk
22:25
* generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape sub-encodings, fixes encoding-1... check-in: c689d9cd87 user: das tags: trunk
22:24
* macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCrea... check-in: bec5e4d2db user: das tags: trunk
22:23
* unix/tclUnixNotfy.c: fix warning check-in: f1ac417c0c user: das tags: trunk
22:23
* tests/exec.test (exec-9.7): reduce timing sensitivity * tests/socket.test (socket-2.11): (esp. ... check-in: 2834a01435 user: das tags: trunk
22:22
* tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). check-in: 24df368431 user: das tags: trunk
17:23
* generic/tclVar.c (TclDeleteNamespaceVars): * tests/var.test (var-8.2): unset traces on vars shou... check-in: 0083565512 user: msofer tags: trunk
2008-03-10
19:33
merge updates from HEAD check-in: 51236039d1 user: dgp tags: core-stabilizer-branch
19:06
* changes: Updated for 8.5.2 release. check-in: 2c88fd3f6c user: dgp tags: trunk
18:49
* doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to g... check-in: 7cf97fef06 user: dgp tags: trunk
17:54
* generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.te... check-in: b8c4561fb4 user: dgp tags: trunk
16:18
* generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test:... check-in: e211f090b3 user: dgp tags: trunk
14:34
typo check-in: d8b5811378 user: dgp tags: trunk
2008-03-07
22:42
* generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys... check-in: e3e2980503 user: andreas_kupries tags: trunk
22:05
merge updates from HEAD check-in: 3b6959be94 user: dgp tags: core-stabilizer-branch
21:07
commentary cleanup check-in: 2a77ff2ce0 user: dgp tags: trunk
19:26
* generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha... check-in: d8bf40a6f9 user: dgp tags: trunk
19:15
* generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [... check-in: beca0b3f8e user: dgp tags: trunk
19:04
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: 487ecf6dc6 user: dgp tags: trunk
15:28
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: ebf28f0213 user: dgp tags: trunk
09:27
regen check-in: 5295e88e33 user: dkf tags: trunk
09:27
Add AC_HEADER_STDC to support msys/win64. check-in: c3acd88cd6 user: dkf tags: trunk
2008-03-06
22:08
Minor tidying up. [Bug 1909019] check-in: fca3d95f5c user: dkf tags: trunk
2008-03-04
18:50
* tests/execute.test (6.3,4): Added tests for Bug 1899164]. check-in: 8b8aff2dde user: dgp tags: trunk
2008-03-03
14:54
* unix/tclUnixChan.c: Fix mark and space parity on Linux, which uses CMSPAR instead of PAREXT. check-in: 701e7babf4 user: rmax tags: trunk
2008-03-02
19:12
test added (did not fail previously, just to make sure it never does) check-in: 7d5f32e0a6 user: msofer tags: trunk
18:46
* generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of an nsNameType obj when the refere... check-in: 2cd4278581 user: msofer tags: trunk
2008-02-29
21:02
date fix check-in: 0923c75b80 user: dgp tags: trunk
21:02
* generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount management of T... check-in: 1ef5d374d7 user: dgp tags: trunk
19:59
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the refcount managem... check-in: 9bd1c3e045 user: dgp tags: trunk
2008-02-28
22:36
* generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when an enter trace... check-in: fbd5ed0f6c user: dgp tags: trunk
20:40
* generic/tclCompExpr.c (ParseExpr): Plug memory leak in error message generation... check-in: da89d12071 user: dgp tags: trunk
20:39
Oops! Forgot to record patch number [#1903339] for last commit. check-in: 41f9a3a297 user: jenglish tags: trunk
20:14
Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. check-in: 7eb313d9d8 user: jenglish tags: trunk
20:12
Consolidate all code conditionalized on -DUSE_FIONBIO into one place. New routine TclUnixSetBlocking... check-in: f166136c31 user: jenglish tags: trunk
17:36
* generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] leaked an mp_in... check-in: 120da645b7 user: dgp tags: trunk
15:59
* generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit to optimize co... check-in: 8399eb8f5d user: dgp tags: trunk
2008-02-27
23:49
bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor. check-in: 8a680814d7 user: patthoyts tags: trunk
11:20
autoheader-2.59 check-in: b28d6f128b user: das tags: trunk
03:35
Remove dead/unused portability-related #defines and unused conditional code. See SF#1901828 for disc... check-in: b29cb95ed3 user: jenglish tags: trunk
02:08
* doc/clock.n: Corrected minor indentation gaffe in the penultimate paragraph. [Bug 1898025] * gener... check-in: bc94636f47 user: kennykb tags: trunk
00:12
fix warning check-in: db1385187c user: das tags: trunk
2008-02-26
21:50
More stray trailing ","s. check-in: 0a1324c741 user: jenglish tags: trunk
21:19
Define socklen_t as "int" if missing, not "unsigned". (accept(2) et. al. traditionally took "int *" ... check-in: 5efdba63af user: jenglish tags: trunk
20:28
Remove stray trailing "," from enum InstOperandType definition (C99ism). check-in: 65872659c0 user: jenglish tags: trunk
20:18
* generic/tclUtil.c (TclReToGlob): fix the handling of the last * tests/regexpComp.test: star p... check-in: 13aea450a4 user: hobbs tags: trunk
19:52
Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the so... check-in: 9773380ea5 user: patthoyts tags: trunk
2008-02-22
11:50
Add a linker hint for msvc to include ws2_32.lib check-in: 1dbfc6476e user: patthoyts tags: trunk
10:56
Fix for bug #1818565. Always check that the state array exists in the http::status command. Set vers... check-in: ad7511df0f user: patthoyts tags: trunk
2008-02-13
20:35
add missing constraint check-in: c85e6e712e user: dgp tags: trunk
19:41
eliminate duplicate test names check-in: cfc3f859c7 user: dgp tags: trunk
18:00
* generic/tcl.h: Bump version number to 8.5.2b1 to distinguish * library/init... check-in: 8cd7e62e9a user: dgp tags: trunk
2008-02-12
10:27
Fix [Bug 1891827] check-in: d77bd2f9f5 user: dkf tags: trunk
10:07
Documented missing configure flags. [Bug 1799011] check-in: 73ae2a8277 user: dkf tags: trunk
2008-02-06
02:53
doc/clock.n - minor documentation fix in %N format group check-in: d1b3414158 user: kennykb tags: trunk
01:13
* generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tes... check-in: fa22a0f73a user: kennykb tags: trunk
2008-02-04
21:43
bump release date check-in: 68d8465118 user: dgp tags: trunk, core-8-5-1
20:24
fix comments in INST_CONCAT check-in: b62a20626b user: msofer tags: trunk
19:54
* generic/tclExecute.c (INST_CONCAT1): fix optimisation for in-place concatenation (was going over... check-in: a4502c95c3 user: msofer tags: trunk
17:29
*** 8.5.1 TAGGED FOR RELEASE *** * generic/tcl.h: Bump to 8.5.1 for release.... check-in: 9673130446 user: dgp tags: trunk
16:05
merge udpates from HEAD check-in: 10ad9c31cf user: dgp tags: core-stabilizer-branch
2008-02-02
23:58
* unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. ... check-in: bc0aee463e user: das tags: trunk
2008-02-01
19:05
merge updates from HEAD check-in: e167b724ec user: dgp tags: core-stabilizer-branch
19:04
set release tag check-in: ac100c3a39 user: dgp tags: trunk
2008-01-31
02:57
merge updates from HEAD check-in: 73c523403e user: dgp tags: core-stabilizer-branch
2008-01-30
14:57
credit contributor an00na check-in: 9560ef018c user: msofer tags: trunk
10:45
* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] check-in: 19185673bd user: msofer tags: trunk
09:54
Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493] check-in: 15f57337ff user: dkf tags: trunk
2008-01-29
17:35
merge updates from HEAD check-in: d28b6451e9 user: dgp tags: core-stabilizer-branch
15:32
Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493] check-in: 0177a031ac user: dkf tags: trunk
2008-01-25
21:39
merge updates from HEAD check-in: 7194d3743c user: dgp tags: core-stabilizer-branch
17:34
* changes: Updated for 8.5.1 release. check-in: de301877c9 user: dgp tags: trunk
16:43
merge updates from HEAD check-in: 5cbaf690e0 user: dgp tags: core-stabilizer-branch
2008-01-23
21:58
Reconcile coding style issues between branches check-in: cfb6fa3b16 user: dgp tags: trunk
21:32
Reconcile coding style issues between branches check-in: bdecfd3b00 user: dgp tags: trunk
21:21
Reconcile coding style issues between branches check-in: dd5e7712f3 user: dgp tags: trunk
19:41
* generic/tclInt.h: New macro TclGrowParseTokenArray() to * generic/tclC... check-in: 9406bde55c user: dgp tags: trunk
17:31
* generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to * generic/tcl... check-in: ae04371917 user: dgp tags: trunk
16:49
Bump stabilizer branch to 8.5.1. check-in: 94ce968568 user: dgp tags: core-stabilizer-branch
16:42
merge updates from HEAD check-in: 013cce9562 user: dgp tags: core-stabilizer-branch
2008-01-22
20:52
* generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with Tcl_EvalObjEx() to... check-in: bfc294566c user: dgp tags: trunk
11:38
* generic/tclCmdIl.c (Tcl_LreverseObjCmd): * tests/cmdIL.test (cmdIL-7.7): fix crash on reversing ... check-in: 5202be705d user: msofer tags: trunk
2008-01-20
21:19
* unix/README: minor typo fixes [Bug 1853072] check-in: db1ea1047e user: hobbs tags: trunk
21:16
* generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. [Bug 1869405] (Ficicchia) check-in: ac70196d3c user: hobbs tags: trunk
2008-01-18
15:59
Minor fixes for indented paragraph handling check-in: e29ebb528e user: dkf tags: trunk
15:51
Corrected formatting of manual check-in: eb1e292c0a user: dkf tags: trunk
2008-01-17
17:45
* generic/tclCompExpr.c: Revision to preserve parsed intreps of numeric and b... check-in: 11aeaf7b0a user: dgp tags: trunk
00:56
better wording for arg handling in proc.n (tclguy) check-in: c992833adf user: msofer tags: trunk
2008-01-16
21:54
test for memory leak check-in: 39610720d8 user: dgp tags: trunk
21:05
* generic/tclCompExpr.c: add an 'optimize' argument to * generic/tclCompile.c: TclCompileExpr() t... check-in: 30b91ac574 user: msofer tags: trunk
19:44
* generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] * generic/tclExecute.c: (dgp) check-in: c7b9b21afa user: msofer tags: trunk
14:27
* doc/proc.n: changed wording for access to non-local variables; added mention to [namespace upvar... check-in: 1eca400175 user: msofer tags: trunk
2008-01-15
11:59
* generic/tclBasic.c: Replacing 'operator' by 'op' in the def * generic/tclCompExpr.c: of struc... check-in: 5f67dc9efa user: msofer tags: trunk
2008-01-14
00:11
* win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): use critical section for read & w... check-in: f6d9be4358 user: hobbs tags: trunk
2008-01-11
11:53
* unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack checking functionality in freebsd [Bu... check-in: 9d23069943 user: msofer tags: trunk
10:54
* unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in freebsd [Bug 1860425]. check-in: d0b63bd24a user: msofer tags: trunk
2008-01-10
16:09
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to * tests/format... check-in: 8af00ef2f0 user: dgp tags: trunk
2008-01-09
08:09
Add a missing be to fix a typo. check-in: 3b9b2abdeb user: georgeps tags: trunk
2008-01-05
00:27
* tools/tcltk-man2html.tcl (make-man-pages): make man page title use more specific info on lhs to ... check-in: e1659edfbc user: hobbs tags: trunk
2008-01-02
21:21
Fixed documentation bug reported on tcl-core, and reordered documentation to discourage people from ... check-in: aa625aff94 user: dkf tags: trunk
19:03
* generic/tcl.h: Bump version number to 8.5.1b1 to distinguish * library/init... check-in: 0c0959c51d user: dgp tags: trunk
2007-12-31
00:17
Clarified meaning of dictionary values following discussion on comp.lang.tcl. check-in: 702d77591e user: dkf tags: trunk
2007-12-26
19:28
missing Changelog entry check-in: f2b28e4a47 user: msofer tags: trunk
19:26
* generic/tclCmdIL.c: more [lsort] data handling streamlines. The function MergeSort is gone, esse... check-in: 7a103c35ac user: msofer tags: trunk
2007-12-25
15:55
* generic/tclCmdIL.c: more [lsort] data handling streamlines. Extra mem reqs of latest patches rem... check-in: b0d7aea1b6 user: msofer tags: trunk
2007-12-23
21:29
* generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot * tests/regexp.test (regexp-2... check-in: 3abe8cff97 user: hobbs tags: trunk
17:52
* generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. check-in: 7a28facee1 user: msofer tags: trunk
2007-12-22
21:50
* generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid calling SelectObjFromSublist when... check-in: db2d93d726 user: msofer tags: trunk
01:59
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 11152fded9 user: msofer tags: trunk
00:58
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 0d1a7a9b9f user: msofer tags: trunk
2007-12-19
21:32
Revise release date; move release tag check-in: 39e99a2de4 user: dgp tags: trunk, core-8-5-0
21:09
* generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp * tests/switch.test-14.*: c... check-in: b6d2386bd1 user: hobbs tags: trunk
2007-12-18
19:33
avoid exposing emails of contributors where possible check-in: 72d01790ef user: hobbs tags: trunk
15:45
* changes: Updated for 8.5.0 release. check-in: e81a2adf90 user: dgp tags: trunk
10:53
Fixes for problems created when processing regular expressions that generate very large automata. An... check-in: 8c98744456 user: dkf tags: trunk
2007-12-17
17:34
* changes: Updated for 8.5.0 release. check-in: 689394aa06 user: dgp tags: trunk
15:28
* generic/tclAlloc.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fi... check-in: 2c86995901 user: msofer tags: trunk
2007-12-14
23:36
* generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 16025... check-in: 23f6de3af4 user: hobbs tags: trunk
21:02
remove note about gcc compiler warnings check-in: 70e432b525 user: hobbs tags: trunk
20:56
fix typo check-in: 697dba736f user: hobbs tags: trunk
20:54
updated notes check-in: 5ef8884f6d user: hobbs tags: trunk
13:52
Fix for broken test on win2k with long machine name check-in: 7fa158bd4c user: patthoyts tags: trunk
02:27
Support compilation with MSVC9 on AMD64 check-in: b5499dbd75 user: patthoyts tags: trunk
2007-12-13
15:22
merge stable branch onto HEAD check-in: d1f7550cd9 user: dgp tags: trunk
14:13
merge updates from HEAD check-in: 2f890da4d3 user: dgp tags: core-stabilizer-branch
11:36
More clarifications, trying to make the trace docs overload the word 'command' less. [Bug 1755984] check-in: e8f4555f3b user: dkf tags: trunk
11:21
More clarification. [Bug 614282] check-in: f760bdf67c user: dkf tags: trunk
11:10
Clarified documentation of enterstep and leavestep traces. [Bug 1701540] check-in: e588ec220f user: dkf tags: trunk
06:24
merge updates from HEAD check-in: d6f5fd8df8 user: dgp tags: core-stabilizer-branch
2007-12-12
16:53
* doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 1b12a11154 user: dgp tags: trunk
16:34
* doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 8b699375ea user: dgp tags: trunk
15:35
* changes: Updated for 8.5.0 release. check-in: d322f3a73c user: dgp tags: trunk
2007-12-11
16:19
merge updates from HEAD check-in: f2333519ef user: dgp tags: core-stabilizer-branch
03:17
* generic/tclUtil.c (TclReToGlob): reduce escapes in conversion when not necessary check-in: a239670b07 user: hobbs tags: trunk
02:57
* generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob * generic/tclIntDecls.h: to tclInt... check-in: ae5e18deba user: hobbs tags: trunk
2007-12-10
21:23
typo check-in: 0815651535 user: dgp tags: trunk
19:13
merge update from HEAD check-in: d52f213350 user: dgp tags: core-stabilizer-branch
19:11
formatting error check-in: d0f0ed3fb6 user: dgp tags: trunk
18:32
merge updates from HEAD check-in: efd7dcda90 user: dgp tags: core-stabilizer-branch
16:23
Visual Studio 2008/MSVC 9 support check-in: 5c7c5896ff user: patthoyts tags: trunk
16:20
Fix markup errors. Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". check-in: 05c939be22 user: jenglish tags: trunk
15:51
* generic/tclDecls.h: regen with new genStubs.tcl. * generic/tclIntDecls.h: [Bug 1834288] * gene... check-in: 903771a2c0 user: das tags: trunk
15:51
* generic/tcl.decls: use new genstubs 'export' command to * generic/tclInt.decls: mark exported ... check-in: 8a67b3c764 user: das tags: trunk
15:50
* tools/genStubs.tcl: fix numerous issues handling 'macosx', 'aqua' or 'x11' entries interlea... check-in: 68bd9c106b user: das tags: trunk
15:16
make tclChannelType static (fix 'make checkstubs') check-in: 69c392c373 user: das tags: trunk
2007-12-09
22:24
* tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate * generic/tclIO.c (SetChanne... check-in: 0404d916bd user: hobbs tags: trunk
2007-12-08
21:15
Forgot to adjust tests to take into account safeness of [unload] check-in: 81150649ce user: dkf tags: trunk
20:25
Improved the documentation of the operators. [Bug 1823622] check-in: 770cbcf2d4 user: dkf tags: trunk
18:13
Match docs and reality. [Bug 1662436] check-in: 80143d5796 user: dkf tags: trunk
2007-12-07
21:24
* generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): * generic/tclCompCmds.c (TclCompileRegexp... check-in: 28682fa314 user: hobbs tags: trunk
21:08
* generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use TCL_REG_NOSUB as we come here without... check-in: f09094b1c8 user: hobbs tags: trunk
21:05
* generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache stdout channel object for [puts $st... check-in: b33091fe58 user: hobbs tags: trunk
20:34
* README: Remove mention of dead comp.lang.tcl.announce newsgroup. [Bug 18464... check-in: a6368d59b2 user: dgp tags: trunk
20:27
* unix/README: Mention the stub library created by `make` and warn about the effect... check-in: 2f4d6ed06a user: dgp tags: trunk
19:15
* doc/AddErrInfo.3: Documentation for the new routines in TIP 270. * doc/Interp.... check-in: c6954ec042 user: dgp tags: trunk
2007-12-06
21:58
* doc/namespace.n: Documentation for zero-argument form of [namespace import] (... check-in: 0a76cacb5d user: dgp tags: trunk
19:34
(TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check check-in: f6850b8d88 user: hobbs tags: trunk
19:23
add TclGetChannelFromObj decl check-in: 5444883d4b user: hobbs tags: trunk
17:05
merge updates from HEAD check-in: f224ecbfce user: dgp tags: core-stabilizer-branch
16:36
Oops! check-in: b8ddb19de7 user: dkf tags: trunk
16:27
merge updates from HEAD check-in: f77b7e0f0d user: dgp tags: core-stabilizer-branch
16:14
Simplify code for setting up the [chan] ensemble now that we can leverage TclMakeEnsemble to do most... check-in: e37ce3e407 user: dkf tags: trunk
10:25
Fix [Bug 1845320] and [Bug 1845397] check-in: d9d2c48e5f user: dkf tags: trunk
07:08
merge updates from HEAD check-in: 7b24711edb user: dgp tags: core-stabilizer-branch
2007-12-05
21:47
* generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce * generic/tclIO.c: overhead in ... check-in: b780154df6 user: hobbs tags: trunk
20:24
merge updates from HEAD check-in: 0862b48d88 user: dgp tags: core-stabilizer-branch
19:25
* tests/stack.test: made the tests for stack overflow not care about which mechanism caused the er... check-in: cc75b975ed user: msofer tags: trunk
18:40
* win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32 but not msvc for Tk's [send... check-in: 64e3983c30 user: hobbs tags: trunk
18:09
merge updates from HEAD check-in: e478c3ad6b user: dgp tags: core-stabilizer-branch
13:42
Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. [Bug 1844789] check-in: 22fae00c0c user: dkf tags: trunk
2007-12-04
16:55
merge updates from HEAD check-in: bf07d188e5 user: dgp tags: core-stabilizer-branch
2007-12-03
21:39
Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again] check-in: a497527c2c user: dkf tags: trunk
21:26
* library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that * library/tclt... check-in: edc02dc415 user: dgp tags: trunk
20:02
* win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib check-in: c40661b7af user: hobbs tags: trunk
13:51
Minor corrections check-in: 354b5dc02c user: dkf tags: trunk
13:46
Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] check-in: ad449619e4 user: dkf tags: trunk
2007-12-01
23:11
Silence syntax warning by Sun C compiler. [Bug 1840211] check-in: 9177f99661 user: dkf tags: trunk
21:05
Improved list of files to ignore check-in: baa7896ede user: dkf tags: trunk
2007-11-30
01:10
win/makefile.vc: add ws2_32.lib to baselibs check-in: 2b107cbde9 user: hobbs tags: trunk
01:09
* win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build. * win/tclWinSock.c: remove dyn lo... check-in: ec9c0b54e6 user: hobbs tags: trunk
2007-11-29
18:00
* generic/tclWinSock.c (InitializeHostName): Correct error in buffer length track... check-in: 3ddc76ed22 user: dgp tags: trunk
2007-11-28
20:30
merge updates from HEAD check-in: b82595df55 user: dgp tags: core-stabilizer-branch
19:22
* generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig] command to clean... check-in: 247f50eb47 user: dgp tags: trunk
16:50
* generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks that the dict v... check-in: a8bbda18a6 user: dgp tags: trunk
16:04
* generic/tclIO.c: Simplify test and improve accuracy of error message in lates... check-in: afbe8ffbca user: dgp tags: trunk
02:25
Extra channel tests to check for no -eofchar check-in: 18424174d2 user: patthoyts tags: trunk
01:11
-eofchar must support no eofchar. check-in: 3e6026e637 user: patthoyts tags: trunk
00:26
* generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, add comments check-in: a81d271c69 user: msofer tags: trunk
2007-11-27
20:38
* win/tclWinSock.c: Add mising encoding conversion of the [info hostname] value ... check-in: 19d75ff5d4 user: dgp tags: trunk
19:48
* doc/chan.n: "Fix" the limitation on channel -eofchar * doc/fconfigure.n:... check-in: 847f162f29 user: dgp tags: trunk
2007-11-26
19:43
merge updates from HEAD check-in: 6bce9b807c user: dgp tags: core-stabilizer-branch
19:11
* generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixThrd.c: Fix stack ... check-in: 58c6af7834 user: msofer tags: trunk
2007-11-25
06:45
merge updates from HEAD check-in: a49cedfd01 user: dgp tags: core-stabilizer-branch
2007-11-24
13:45
Added bug number check-in: e27d4797c8 user: dkf tags: trunk
12:57
Fix stack corruption in [dict append] compiler check-in: 9a9a946951 user: dkf tags: trunk
00:08
* generic/tclIORChan.c: Fixed a problem with reflected channels. 'chan postevent' is defined to... check-in: 887972b492 user: andreas_kupries tags: trunk
2007-11-23
22:11
Remove #ifdef out accidentally left in check-in: 4cb72318f7 user: dkf tags: trunk
21:19
* generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for * tests/var.test (var-14.2): ... check-in: 62f2de328c user: hobbs tags: trunk
15:00
Turn the [string] command into a real compiled ensemble. check-in: 6d7ebe09d9 user: dkf tags: trunk
2007-11-22
22:16
Rebuild [dict] as a full compiled ensemble. check-in: 375088d62c user: dkf tags: trunk
16:39
Rewrote the [string] and [dict] implementations to be ready for conversion to ensembles. check-in: 747f8c21cd user: dkf tags: trunk
16:32
Flag shimmering bug found in [string range]. check-in: 9622265599 user: dkf tags: trunk
2007-11-21
23:30
Generalize the ensemble compiler further. Still doesn't precopile rewrites, but now handles many ot... check-in: 94a062edbc user: dkf tags: trunk
16:26
merge updates from HEAD check-in: 01396090bb user: dgp tags: core-stabilizer-branch
14:30
Factor out the core compiled-ensemble builder for simplicity. check-in: 73ef2e59dc user: dkf tags: trunk
11:22
A little more errorCode goodness check-in: b987412226 user: dkf tags: trunk
10:07
Trim the fat from the source check-in: e7ed0089c3 user: dkf tags: trunk
06:44
merge updates from HEAD check-in: 247673fdca user: dgp tags: core-stabilizer-branch
06:30
Merge updates from 8.5b3 release check-in: c60ad186f4 user: dgp tags: core-stabilizer-branch
2007-11-20
20:44
Added "Potential Incompat" warning. check-in: 6f500391e0 user: dkf tags: trunk
20:43
* generic/tclDictObj.c: Changed the underlying implementation of the hash table used in dictionari... check-in: 946f57278c user: dkf tags: trunk
20:38
Typo check-in: 0adaecf22b user: dkf tags: trunk
11:01
Minor fix check-in: 0523fdd499 user: dkf tags: trunk
10:59
Correct usage of Tcl_WrongNumArgs check-in: 12d2983254 user: dkf tags: trunk
2007-11-19
19:39
tag bump check-in: 0c46d7320f user: dgp tags: trunk, core-8-5-b3
19:33
Olson's tzdata2007i imported check-in: 1dccbd66c8 user: kennykb tags: trunk
18:49
missing contributor names, minor additions for 8.5b3 check-in: 5d75b6086c user: das tags: trunk
18:14
* README: Bump version number to 8.5b3. * generic/tcl.h: * lib... check-in: 48093f99b4 user: dgp tags: trunk
18:10
* changes: Updated for 8.5b3 release. check-in: c9de19891b user: dgp tags: trunk
17:25
INST_EXIST_*: simplify result setting check-in: f4d2750a8b user: das tags: trunk
14:55
improvements to comments check-in: fe25ae4843 user: dkf tags: trunk
14:50
Reduce cast count. check-in: 2dc7d0e7d8 user: dkf tags: trunk
14:25
Reduce cast count. check-in: f968d80835 user: dkf tags: trunk
14:23
formatting check-in: 5673b58bd6 user: das tags: trunk
14:22
Fix accidentally damaged tests check-in: 09adafe205 user: dkf tags: trunk
14:04
Simplifications (fewer casts, less manual bit twiddling) check-in: 703d0677c7 user: dkf tags: trunk
11:35
Reduce cast count. check-in: 780eeb1841 user: dkf tags: trunk
11:31
Spelling mistake in comment! check-in: dc6465ff09 user: dkf tags: trunk
11:29
Reduce cast count. check-in: a7238ebe0b user: dkf tags: trunk
11:13
improvements to comments check-in: d95f68a873 user: dkf tags: trunk
11:11
eschew superfluous whitespace check-in: 58439ed67f user: dkf tags: trunk
11:02
Reduce cast count. check-in: a350e972df user: dkf tags: trunk
10:18
Reduce cast count. check-in: 3d39bbcc34 user: dkf tags: trunk
2007-11-18
22:30
More minor cleanup check-in: 2746b844ca user: dkf tags: trunk
22:00
Avoid using 'new' as an identifier. check-in: a2416568db user: dkf tags: trunk
21:59
More minor cleanup check-in: 9f013a3b1a user: dkf tags: trunk
21:22
Simplification+comments for ensemble dispatch engine check-in: cb27213b0c user: dkf tags: trunk
18:29
General cleanliness improvements (reduced usage of casts, assume C89) check-in: d8c0638b81 user: dkf tags: trunk
17:48
Minor fixes (e.g. comment readability) check-in: 33fd885f00 user: dkf tags: trunk
07:15
autoconf-2.59 check-in: 1b812e75f2 user: das tags: trunk
07:14
whitespace & order (sync with tclconfig/tcl.m4) check-in: 01ddd49662 user: das tags: trunk
2007-11-17
15:12
* generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read traces not firing on non-existe... check-in: b37c972f54 user: das tags: trunk
2007-11-16
15:26
Improvements after review by Arjen Markus. check-in: 858c0ca7c2 user: dkf tags: trunk
14:11
Greatly improved ensemble compiler. This one now can handle any ensemble. It is usually not enabled ... check-in: e9c9f68390 user: dkf tags: trunk
11:17
Silence some warnings. check-in: 0f280af2bd user: dkf tags: trunk
07:20
merge updates from HEAD check-in: be7502a53e user: dgp tags: core-stabilizer-branch
05:32
autoheader-2.59 check-in: d6b5fc3090 user: das tags: trunk
05:32
move TCL_DTRACE_INST_NEXT after async handlers check check-in: da1d41570d user: das tags: trunk
2007-11-15
21:47
better line breaks in debug output check-in: 7928b5f866 user: dgp tags: trunk
21:38
* generic/regc_nfa.c: Fixed infinite loop in the regexp compiler. [Bug 1810038]. check-in: b20eee044b user: dgp tags: trunk
17:07
* generic/regc_nfa.c: Corrected looping logic in fixempties() to avoid wasting tim... check-in: 86d79e6cb2 user: dgp tags: trunk
16:22
More tweaks check-in: a5c27bb71f user: dkf tags: trunk
16:21
Must pass non-NULL interp to Tcl_SetEnsemble* functions. check-in: f22df4b21f user: dkf tags: trunk
12:02
Readability improvements check-in: ba1666ad83 user: dkf tags: trunk
11:00
regen w. autoconf 2.59 check-in: 068f2a805f user: dkf tags: trunk
10:57
Let people disable use of -rpath in their linking step. [Patch 1231022] check-in: 7c96e8782c user: dkf tags: trunk
09:40
Add comments for clarity. check-in: cf2ed4f8e4 user: dkf tags: trunk
09:21
Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for greater portability (bug #18... check-in: beee16b764 user: patthoyts tags: trunk
04:16
autoconf-2.59 check-in: 83d54a4c2d user: das tags: trunk
04:16
fix 'stack grows upwards' AC_CACHE_CHECK message check-in: 2f0ee16509 user: das tags: trunk
03:46
* macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test. * macosx/Tcl.xcode/project.pbxproj: check-in: 97b073a759 user: das tags: trunk
2007-11-14
23:53
typo check-in: 5018f2884e user: dkf tags: trunk
23:05
Compile [info exists] into bytecode. Includes new instructions to support it. check-in: 37ce040dfc user: dkf tags: trunk
19:53
* tests/chanio.test: New file. This is essentially a duplicate of 'io.test', with all channel c... check-in: 5292b7a133 user: andreas_kupries tags: trunk
11:13
Strengthened the text about Tcl not supporting MCCEs check-in: 88393daa46 user: dkf tags: trunk
11:04
Eliminate multi-char collating element code completely. Simplifies the code quite a bit. If people s... check-in: c3a6a6c85d user: dkf tags: trunk
10:54
Strip an _ANSI_ARGS_ usage. check-in: 818b6047da user: dkf tags: trunk
03:51
autoheader-2.59 check-in: 16c1b4749d user: das tags: trunk
03:50
autoconf-2.59 check-in: 3734b0282c user: das tags: trunk
03:50
clarify message of second getaddrinfo check check-in: 8378f8ceab user: das tags: trunk
00:56
(TclCompileSwitchCmd): simplify TclReToGlob usage. check-in: e384914b4b user: hobbs tags: trunk
00:50
* generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, only free dstring on OK from Tcl... check-in: 7a5a20d13d user: hobbs tags: trunk
00:07
Comment/#ifdef out the multi-char collating element support code. We never used or supported it. [Bu... check-in: ca5f3f73b0 user: dkf tags: trunk
2007-11-13
22:44
Extend [switch] compiler to handle regular expressions as long as things are not too complex. Fix [r... check-in: 49402e0f40 user: dkf tags: trunk
21:42
Minor fixes (remove double blank lines, etc.) check-in: bb4d91f8fa user: dkf tags: trunk
21:22
Fix a bug in disassembly of INST_START_CMD instructions check-in: ff009caa49 user: dkf tags: trunk
20:41
Clarify. check-in: 7684218a05 user: dkf tags: trunk
17:13
* unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly undefined here; this should be ... check-in: 3bda630c6a user: msofer tags: trunk
16:10
Added autoconf goo to detect availability of getaddrinfo check-in: 85199b9944 user: patthoyts tags: trunk
15:50
Oops! check-in: 30a24cfd2c user: dkf tags: trunk
14:59
Forgot to transform to native encoding for getaddrinfo() check-in: 61f48194b3 user: dkf tags: trunk
14:52
fix Tcl_DStringFree buglet check-in: c796d774d3 user: das tags: trunk
14:36
The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup... check-in: 2ba6b2aac2 user: dkf tags: trunk
14:30
* generic/regcomp.c: Convert optst() from expensive no-op to a cheap no-op. check-in: c3453d7b63 user: dgp tags: trunk
14:21
Make some tests clearer on failure by using tcltest2 features check-in: 142ca82616 user: dkf tags: trunk
14:06
Rewrote to use the thread-safe version of gethostbyname() by forward-porting the code used in 8.4, a... check-in: 5c436e300a user: dkf tags: trunk
13:07
merge updates from HEAD check-in: cfa59af20c user: dgp tags: core-stabilizer-branch
00:53
(TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursion check-in: 05e315b906 user: hobbs tags: trunk
2007-11-12
22:12
RE: [Patch 1830184] TclResetResult THIS PATCH WAS REVERTED: initial (mis)measurements overstated t... check-in: 5ff0531ab6 user: msofer tags: trunk
22:05
* generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet* macros due to compiler warning. T... check-in: 22bc9d9f9a user: hobbs tags: trunk
22:01
* generic/tclUtil.c (TclReToGlob): add more comments, set interp result if specified on error. check-in: 463f36cc26 user: hobbs tags: trunk
19:18
merge updates from HEAD check-in: 72c5ac9502 user: dgp tags: core-stabilizer-branch
03:38
* generic/tclBasic.c: New macro TclResetResult, new iPtr flag * generic/tclExecute.c: bit IN... check-in: f9acfbe863 user: msofer tags: trunk
02:07
* generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: * generic/tclExecute.c, gener... check-in: fcf44fdfdf user: hobbs tags: trunk
2007-11-11
19:53
* generic/tclResult.c (ResetObjResult): clarify the logic. check-in: b0ed568d6d user: msofer tags: trunk
19:32
[Patch 1830038]: Increased usage of macros to detect and take advantage of objTypes. check-in: 11e8f31512 user: msofer tags: trunk
10:21
Formatting/readability check-in: fff8065cf3 user: dkf tags: trunk
06:32
* generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: aa7eb1326f user: das tags: trunk
05:24
* unix/tclUnixInit.c: simplify non-crosscompiled case. check-in: 5434651fe1 user: das tags: trunk
05:23
* generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: 63c60c3714 user: das tags: trunk
05:23
autoheader-2.59 check-in: 4c0441d339 user: das tags: trunk
05:22
autoconf-2.59 check-in: db4512891b user: das tags: trunk
2007-11-10
23:37
changelog entry check-in: 2f263939f6 user: msofer tags: trunk
23:36
* generic/tclExecute.c: fast path for INST_LIST_INDEX when the index is not a list. check-in: 56f9da1a31 user: msofer tags: trunk
22:26
* unix/configure: autoconf 2.61 check-in: bcba86ce29 user: msofer tags: trunk
22:24
* generic/tclBasic.c: * unix/configure.in: * unix/tclUnixInit.c: detect stack grwoth direction at... check-in: 289a5eb6a1 user: msofer tags: trunk
20:49
* unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with * generic/tclInt.h: int... check-in: 1d05f14a23 user: das tags: trunk
20:49
fix typos check-in: 4281fb8e8c user: das tags: trunk
20:05
Improved failure comments for stack checks (mistachkin). check-in: f7b6e83c82 user: msofer tags: trunk
19:01
* generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * win/tclWin32Dll.c: restore sim... check-in: 00f0c2974d user: msofer tags: trunk
17:40
minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD into the activation re... check-in: 40cc92d53f user: kennykb tags: trunk
17:24
2007-11-10 Kevin Kenny <kennykb@acm.org> * win/tclWin32Dll.c: Rewrote the Windows stack checking... check-in: bf656a0123 user: kennykb tags: trunk
16:08
* generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixPort.h: * win/tcl... check-in: a3b6a2d871 user: msofer tags: trunk
03:41
fix formatting check-in: 932a0524ab user: das tags: trunk
03:41
fix formatting and inverted test in TclpCheckStackSpace() check-in: 1dea94a51d user: das tags: trunk
03:40
fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown) check-in: 9685d88d5d user: das tags: trunk
01:33
* generic/tclResult.c (ResetObjResult): new shortcut. check-in: a9ae49ef27 user: msofer tags: trunk
2007-11-09
23:04
fixed stupid bug in last commit that made it not work in threaded builds check-in: 3367f59cb6 user: msofer tags: trunk
21:35
* generic/tclAsync.c: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * gener... check-in: 41cb112a37 user: msofer tags: trunk
18:55
* generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for * generic/tclExecute.c, gener... check-in: c7e4e2f87a user: hobbs tags: trunk
18:50
* generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before func jump check-in: 18e8159958 user: hobbs tags: trunk
2007-11-08
15:02
formatting check-in: a76a0fe8b9 user: das tags: trunk
07:10
fix (unsigned char*) vs. (char*) warnings check-in: c264c409d6 user: das tags: trunk
00:50
* generic/tclStubInit.c: * generic/tclInt.decls, generic/tclIntDecls.h: added TclByteArrayMatch *... check-in: d6f120464e user: hobbs tags: trunk
2007-11-07
23:52
(DoWriteChars): special case for 1-byte channel write. check-in: 260c9d8931 user: hobbs tags: trunk
19:18
* generic/tclIO.c (TclGetsObjBinary): add an efficient binary path for [gets]. check-in: d85436e72b user: hobbs tags: trunk
2007-11-06
15:23
* generic/tclEncoding.c: Version of the embedded iso8859-1 encoding handler that is faster (functi... check-in: 14fb4a7947 user: msofer tags: trunk
2007-11-05
21:26
* generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend the config database if the e... check-in: 20ea42ff07 user: andreas_kupries tags: trunk
19:58
* generic/tclConfig.c (Tcl_RegisterConfig): Modified to use iso8859-1 as a fallback if the user... check-in: 8bb1725584 user: andreas_kupries tags: trunk
19:37
* unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch 1823576] provided by Stuart Cas... check-in: f6fd27f2a5 user: andreas_kupries tags: trunk
14:20
merge updates from HEAD check-in: 5af08bcdde user: dgp tags: core-stabilizer-branch
2007-11-03
01:47
* generic/tclTest.c (TestSetCmd2): * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-... check-in: 8ad40a7b72 user: msofer tags: trunk
2007-11-02
14:49
merge updates from HEAD check-in: 2409fb88d1 user: dgp tags: core-stabilizer-branch
2007-11-01
23:36
Minor documentation improvements check-in: 2af34c50ef user: dkf tags: trunk
23:06
Reorder paragraphs for better readability. check-in: 6671e695d1 user: dkf tags: trunk
23:03
Fix .DS/.DE to work better when transformed to a table check-in: 43a2d233bc user: dkf tags: trunk
22:33
Convert .DS/.DE sequences to tables, as that's now what they're used for. check-in: 4121e6dd83 user: dkf tags: trunk
16:25
merge updates from HEAD check-in: cd5e32c829 user: dgp tags: core-stabilizer-branch
15:48
Clarified documentation of RE flags. [Bug 1167840] check-in: 2b5b4d322e user: dkf tags: trunk
13:43
change 'reflectedchan' to 'refchan' for reduced confusion. check-in: 8713906878 user: dkf tags: trunk
11:11
\u0000 is ASCII! [Bug 1808258] check-in: 97b11542bd user: dkf tags: trunk
10:08
Clarified [file nativename] usage. [Bug 1185154] check-in: 986aa44db7 user: dkf tags: trunk
2007-10-31
00:08
Sync to Tk: use -fp:strict always check-in: 817cb81ac5 user: patthoyts tags: trunk
2007-10-30
23:50
Spread the idiom, make the rendering to HTML reliable! check-in: 38c78df4f6 user: dkf tags: trunk
21:46
Eliminate misuse of .br check-in: 15c8c11ca9 user: dkf tags: trunk
21:38
typos check-in: 5003fe74dd user: dkf tags: trunk
19:03
* generic/tcl.h: Bump version number to 8.5b2.1 to distinguish * library/init... check-in: 8dc4b6f34f user: dgp tags: trunk
14:49
Forgot some SEE ALSOs check-in: 309ed16fc1 user: dkf tags: trunk
14:23
Typo [Bug 1811621] check-in: b5a9812658 user: dkf tags: trunk
14:21
Clear up what's going on a bit more. [Bug 1811803] check-in: 91ff082f8b user: dkf tags: trunk
14:06
Fix [Bug 1822268] check-in: 1e24a1ab45 user: dkf tags: trunk
00:14
Enhance the HTML generator so that it can produce multi-line option descriptions. check-in: bac767841d user: dkf tags: trunk
2007-10-29
17:17
line endings check-in: 00992a0194 user: dgp tags: trunk
16:00
Minor fixes check-in: bc8918584c user: dkf tags: trunk
11:28
GOOBE the docs some more. check-in: 6bfb5e99dd user: dkf tags: trunk
10:07
Missed this file last night check-in: 2df42d83cc user: dkf tags: trunk
01:42
Next stage of doing GOOBE improvements to documentation now that the html generation works check-in: 5d2457660f user: dkf tags: trunk
2007-10-28
14:17
First stage of doing GOOBE improvements to documentation now that the html generation works check-in: 273847833c user: dkf tags: trunk
03:16
* generic/tclUtil.c (Tcl_ConcatObj): optimise for some of the concatenees being empty objs [Bug 14... check-in: 13f627e2f3 user: msofer tags: trunk
00:40
Embed the definition of the iso8859-1 encoding directly in Tcl. check-in: a9ff6c820e user: dkf tags: trunk
2007-10-27
18:03
* generic/tclNamesp.c (Tcl_FindCommand): insure that FQ command names are searched from the global... check-in: d3e0104398 user: msofer tags: trunk
14:01
* doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219] check-in: fd1e67e502 user: msofer tags: trunk
13:58
Part of fix for [Bug 1810264] check-in: 0f9890ca2b user: dkf tags: trunk
13:52
* doc/apply.n: fixed example [Bug 1811791] * doc/namespace.n: improved example [Bug 1788984] * do... check-in: 30cc2b0104 user: msofer tags: trunk
13:15
* generic/tclCompile.h: * generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile... check-in: 1e238e0735 user: msofer tags: trunk
04:11
merge updates from HEAD check-in: c9e32858ad user: dgp tags: core-stabilizer-branch
00:24
* generic/tclVar.c: try to preserve Tcl_Objs when doing variable lookups by name, partially addres... check-in: 08d4bec42d user: msofer tags: trunk
2007-10-26
23:52
Make the man->HTML scraper work better. check-in: 84dfc4343b user: dkf tags: trunk
20:11
* changes: Updated for 8.5b2 release. * doc/*.1: Revert d... check-in: b67e3f215e user: dgp tags: trunk, core-8-5-b2
16:54
tag: 8.5b2 check-in: 3b4a8c5724 user: dgp tags: trunk
15:53
* changes: Updated for 8.5b2 release. check-in: f45049f9cf user: dgp tags: trunk
15:21
fix date check-in: b67b1e6233 user: dgp tags: trunk
15:17
* README: Bump version number to 8.5b2. * generic/tcl.h: * lib... check-in: 7fb70f130d user: dgp tags: trunk
14:32
Working towards better nroff scraping... check-in: a21259361a user: dkf tags: trunk
12:25
Fix minor faults. check-in: 7af21d28a5 user: dkf tags: trunk
2007-10-25
20:02
whitespace check-in: 1b6d48c258 user: das tags: trunk
18:44
Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garbling internal list for tracking sync ob... check-in: 386694e12b user: vasiljevic tags: trunk
18:40
Added TclpMasterLock/Unlock arround calls to ForgetSyncObject in Tcl_MutexFinalize and Tcl_Condition... check-in: 4daa3e5a3d user: vasiljevic tags: trunk
14:07
More GOOBE quoting check-in: a27e69c062 user: dkf tags: trunk
10:28
Improvements for clarity check-in: 18a7d88317 user: dkf tags: trunk
10:25
Fix macro bug check-in: d620e10cfd user: dkf tags: trunk
10:09
GOOBE check-in: e724058344 user: dkf tags: trunk
10:03
Ensure that the exemplar output indicates that it can be fractional check-in: ff8a01e559 user: dkf tags: trunk
10:02
GOOBE check-in: f8f434410b user: dkf tags: trunk
09:58
GOOBE for command results in examples check-in: 80b387dbe4 user: dkf tags: trunk
09:49
GOOBE applied check-in: 1a9b668373 user: dkf tags: trunk
09:38
GOOBE for command results in examples check-in: 4cf2fbc324 user: dkf tags: trunk
09:25
GOOBE for command results in examples check-in: 8e13f07dcd user: dkf tags: trunk
2007-10-24
16:20
autoheader-2.59 check-in: 54566d6ea4 user: das tags: trunk
14:56
Deal with a nasty special case. check-in: 073f32332f user: dkf tags: trunk
14:44
Allow new options to be rendered as HTML. check-in: 7578ef5866 user: dkf tags: trunk
14:29
Lots of improvements to look and feel of manual pages check-in: bf4174f4b1 user: dkf tags: trunk
12:52
merge updates from HEAD check-in: 59774f5601 user: dgp tags: core-stabilizer-branch
2007-10-20
02:16
(forgotten Changelog entry) check-in: e84ef7e00f user: msofer tags: trunk
02:15
* generic/tclCompile.c: Fix comments. * generic/tclExecute.c: check-in: 5b4437e1a2 user: msofer tags: trunk
2007-10-19
14:29
merge updates from HEAD check-in: 1aa9f2abf6 user: dgp tags: core-stabilizer-branch
2007-10-18
21:16
* generic/tclResult.c (TclMergeReturnOptions): Make sure any -code values get pulle... check-in: 51022e44ad user: dgp tags: trunk
19:11
no message check-in: b9b7469c90 user: davygrvy tags: trunk
19:07
* tools/mkdepend.tcl: sort the dep list for a more humanly readable output. check-in: 14381995f8 user: davygrvy tags: trunk
17:52
* compat/tmpnam.c (removed): The routine tmpnam() is no longer * unix/Makefile.in... check-in: e09597661a user: dgp tags: trunk
17:38
* generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837] check-in: 047db43d35 user: dgp tags: trunk
2007-10-17
20:57
no message check-in: 3a8f2fb06c user: davygrvy tags: trunk
20:56
* tools/mkdepend.tcl: Improved defense from malformed object list infile. check-in: 9c9d186715 user: davygrvy tags: trunk
17:33
Convert .DS/.DE into HTML tables, not preformatted text. check-in: 516d4f0213 user: dkf tags: trunk
17:31
Improve nroff macro usage check-in: 4b79bd087c user: dkf tags: trunk
14:38
merge updates from HEAD check-in: 19e81175a0 user: dgp tags: core-stabilizer-branch
04:35
* generic/tclCompExpr.c: Moved a misplaced declaration that blocked compila... check-in: 0852a34f13 user: kennykb tags: trunk
2007-10-16
20:50
no message check-in: 54fecb5fcd user: davygrvy tags: trunk
20:49
* win/makefile.vc: removed old dependency cruft that is no longer needed. check-in: ccb6c2d6b9 user: davygrvy tags: trunk
03:50
merge updates from HEAD check-in: fde4b3b9a7 user: dgp tags: core-stabilizer-branch
2007-10-15
21:27
* generic/tclIOCmd.c: Revise [open] so that it interprets leading zero strings pas... check-in: 985f1d240a user: dgp tags: trunk
20:04
no message check-in: 180a16828a user: davygrvy tags: trunk
20:01
* tools/mkdepend.tcl: include path problem fixed. Never fight city hall when comes to levels of quo... check-in: 3e035a8398 user: davygrvy tags: trunk
19:59
* win/makefile.vc: include path problem fixed for 'depend' target. Never fight city hall when comes... check-in: 75a44a1ab2 user: davygrvy tags: trunk
18:38
no message check-in: 6f924b0d70 user: davygrvy tags: trunk
18:38
* tools/mkdepend.tcl: Produces usable output, but has an include path problem I haven't sloved yet.... check-in: a9eae607f0 user: davygrvy tags: trunk
18:38
merge updates from HEAD check-in: 0c7f954ed1 user: dgp tags: core-stabilizer-branch
13:22
* generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 181352... check-in: d9c791bfcf user: msofer tags: trunk
2007-10-14
07:07
no message check-in: 9be162c035 user: davygrvy tags: trunk
07:05
no message check-in: be61604a81 user: davygrvy tags: trunk
07:04
* tools/mkdepends.tcl (new): Initial stab at generating automatic * win/makefile.vc: dep... check-in: dee9c18a8a user: davygrvy tags: trunk
2007-10-12
19:15
sync with tk fixing tk install fault check-in: a057543321 user: patthoyts tags: trunk
14:09
Mine all version information from headers. Sync tcl and tk and bring extension versions closer toge... check-in: 65d8780f53 user: patthoyts tags: trunk
02:27
no message check-in: ad4b5dda08 user: davygrvy tags: trunk
02:26
* win/makefile.vc: Fixed my bad spelling mistakes from years back. Dedependency, duh! Rather funny... check-in: 892b2e54f9 user: davygrvy tags: trunk
00:54
autoheader-2.59 check-in: ac84c94ca6 user: das tags: trunk
00:54
comment typo check-in: 6bd9a0c7f4 user: das tags: trunk
2007-10-11
21:34
* generic/tclCmdMZ.c: Correct [string is (wide)integer] failure * tests/string.tes... check-in: 9ed4da643a user: dgp tags: trunk
16:01
merge updates from HEAD check-in: b847f63668 user: dgp tags: core-stabilizer-branch
13:35
* generic/tclObj.c: remove superfluous #include of tclCompile.h check-in: 58eae67dd3 user: msofer tags: trunk
12:28
Tidying up, adding names to log entries, etc. check-in: e185293bea user: dkf tags: trunk
02:54
merge updates from HEAD check-in: c6a84af958 user: dgp tags: core-stabilizer-branch
2007-10-09
22:16
Fix my silly blunder with an undeclared variable. check-in: 2b10596c38 user: dkf tags: trunk
2007-10-08
19:55
Clarify a little more the previous correction for the Tcl_HashKeyType flags member. check-in: b0e3d4aff0 user: georgeps tags: trunk
19:49
Correct the usage of flags. check-in: 9bd0b81448 user: georgeps tags: trunk
2007-10-05
17:15
merge updates from HEAD check-in: ee5f85a94e user: dgp tags: core-stabilizer-branch
2007-10-02
21:54
* generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robus... check-in: 1a86f9334d user: hobbs tags: trunk
20:11
Merge updates from HEAD, then [core-stabilizer-branch] * README: Bum... check-in: 49e28c842d user: dgp tags: core-stabilizer-branch
18:27
* generic/tcl.h: Bump version number to 8.5b1.1 to distinguish * library/init... check-in: f75bd88333 user: dgp tags: trunk
16:31
* library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This fixes [SF Bug 1806422] reported... check-in: 0cffd8d27e user: andreas_kupries tags: trunk
2007-09-25
20:27
Add a new command, ::tcl::unsupported::disassemble check-in: 2dc70640e6 user: dkf tags: trunk
2007-09-20
18:43
fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheck check-in: 7cd407e74c user: das tags: trunk, core-8-5-b1
18:29
fix order, typo, contributor names check-in: a7d73efbd7 user: das tags: trunk
18:00
* changes: updates for 8.5b1 release. check-in: 438500540f user: dgp tags: trunk
17:55
document --enable-dtrace configure option check-in: 6ba81856dd user: das tags: trunk
16:26
revised example check-in: c7adb2c2fb user: dgp tags: trunk
2007-09-19
17:42
* README: Bump version number to 8.5b1 * generic/tcl.h: Merge f... check-in: dd2ca92517 user: dgp tags: trunk
17:28
merge updates from HEAD check-in: 6acb43ad42 user: dgp tags: core-stabilizer-branch
15:29
formatting check-in: b9346cfaaf user: dgp tags: trunk
10:53
Replace isdigit call with an internal implementation to avoid libc linkage on windows check-in: be4a3534b4 user: patthoyts tags: trunk
2007-09-18
19:39
Darwin changes for 8.5b1 check-in: a10c2c2013 user: das tags: trunk
16:07
* generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() * win/makefile.v... check-in: ba30ef92c4 user: dgp tags: trunk
12:47
autoconf-2.59 check-in: 7060d92e0f user: das tags: trunk
12:46
fix quoting of new FreeBSD SHLIB_LD check-in: d07509fa9d user: das tags: trunk
2007-09-17
22:34
Add crt flags for tclStubLib now it makes use of C-library functions check-in: aee2fc1d39 user: patthoyts tags: trunk
20:55
Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs [#17492... check-in: cc14fbb071 user: jenglish tags: trunk
16:26
merge updates from HEAD check-in: c87900aaba user: dgp tags: core-stabilizer-branch
16:24
* unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the so... check-in: bcd4aae430 user: dgp tags: trunk
15:03
merge updates from HEAD check-in: f5355cd31e user: dgp tags: core-stabilizer-branch
14:50
* generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 * generic/tclPkg.... check-in: 99a55f90cc user: dgp tags: trunk
12:07
(CopyData): avoid leaking msg and errObj (if interp == NULL) check-in: ef19734d0e user: das tags: trunk
11:38
coverity id 102 check-in: 1df1261457 user: das tags: trunk
11:37
coverity id 100 check-in: b396c27797 user: das tags: trunk
10:43
Generate literal values more efficiently using TclNewLiteralStringObj macro. check-in: 9c077526f1 user: dkf tags: trunk
10:40
Minor cleanup of NULL usage check-in: 39c0206cbb user: dkf tags: trunk
09:46
Cleaned up formatting so that lines don't wrap on standard width terminals check-in: e21b0eff60 user: dkf tags: trunk
08:46
Do not error on warnings for amd64 symbols build. check-in: aa2e6fba93 user: patthoyts tags: trunk
08:41
Default for 8.5 is threaded build check-in: 5fc40f762c user: patthoyts tags: trunk
2007-09-15
06:00
* unix/tcl.m4: replace all direct references to compiler by ${CC} to enable CC overriding at con... check-in: 7c64b38c55 user: das tags: trunk
2007-09-14
16:28
merge updates from HEAD check-in: 6e82e21c91 user: dgp tags: core-stabilizer-branch
14:58
Only invalidate the namespace path once on command creation. [1519940] check-in: a06f517fb7 user: dkf tags: trunk
02:31
typo check-in: be13d0619b user: das tags: trunk
2007-09-13
15:27
typo check-in: 958046d3bd user: das tags: trunk
15:27
* generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows * generic/tclCompile.h: t... check-in: 4ab9e1dde2 user: das tags: trunk
15:25
* generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internal TclInfoFrame() for use by... check-in: 8810173129 user: das tags: trunk
2007-09-12
16:43
* unix/Makefile.in: Perform missing updates of the tcltest Tcl * win/Makefile.in... check-in: 6fca98ef1f user: dgp tags: trunk
14:23
Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling). check-in: 9b1361ab3d user: patthoyts tags: trunk
2007-09-11
21:33
merge updates from HEAD check-in: b33cc4078f user: dgp tags: core-stabilizer-branch
21:26
* library/tcltest/tcltest.tcl: Accept underscores and colons in * library/tcltest/p... check-in: 104f46469c user: dgp tags: trunk
17:58
merge updates from HEAD check-in: f345738126 user: dgp tags: core-stabilizer-branch
17:46
* doc/package.n: Restored the functioning of * generic/tclPkg.c: [package... check-in: cdec5768d2 user: dgp tags: trunk
15:01
Changelog incompat warning for precompiled scripts check-in: d5685668f0 user: msofer tags: trunk
14:47
* generic/tclCompCmds.c (TclCompileDictCmd-update): * generic/tclCompile.c (tclInstructionTable): ... check-in: 589c793c6c user: msofer tags: trunk
02:39
* generic/tclExecute.c: Corrected an off-by-one error in the setting of MaxBaseWide for certain powe... check-in: ab2fb9c8bb user: kennykb tags: trunk
2007-09-10
23:05
* generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being unlinked. [Bug 1740631] (maros)... check-in: f8c52b5205 user: hobbs tags: trunk
21:47
* generic/tclCompile.c: fix tclInstructionTable entry for dictUpdateEnd * generic/tclExecute.c: ... check-in: f1713e89ea user: msofer tags: trunk
14:59
* doc/package.n: Restored the document parallel syntax of the * generic/tclPk... check-in: 0cb66c55ea user: dgp tags: trunk
03:06
merge updates from HEAD check-in: 46fa086ee2 user: dgp tags: core-stabilizer-branch
00:42
Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish. check-in: c0796474b5 user: dkf tags: trunk
2007-09-09
19:28
* generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the * generic/tclNames... check-in: 821098a818 user: dgp tags: trunk
17:26
merge updates from HEAD check-in: 283490f170 user: dgp tags: core-stabilizer-branch
17:02
Correct stack effect value in table. check-in: 5b7a60454b user: dgp tags: trunk
16:51
* generic/tclCompCmds.c: Use the new INST_REVERSE instruction * tests/mathop.... check-in: d3f7597cfa user: dgp tags: trunk
14:34
* generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate routine to compile *... check-in: 740e36cfaf user: dgp tags: trunk
04:14
merge updates from HEAD check-in: 9015323aea user: dgp tags: core-stabilizer-branch
2007-09-08
23:36
* generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] fixed correctly, reverted fix of 200... check-in: c13eb6ffae user: msofer tags: trunk
22:36
Fix [Bug 1786481] check-in: 2a50a66b78 user: dkf tags: trunk
2007-09-07
20:20
merge updates from HEAD check-in: a38122f5fa user: dgp tags: core-stabilizer-branch
18:11
* generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's * tests/event.t... check-in: cf178ab0f4 user: dgp tags: trunk
18:01
* generic/tclProc.c (TclInitCompiledLocals): the refCount of resolved variables was being managed ... check-in: e7a972850c user: msofer tags: trunk
15:51
* generic/tclResult.c (Tcl_GetReturnOptions): Take care that a * tests/init.test: ... check-in: f4e64b0c79 user: dgp tags: trunk
01:23
merge updates from HEAD check-in: b9ddcd2e17 user: dgp tags: core-stabilizer-branch
00:34
header cleanup check-in: c31699d2f1 user: dgp tags: trunk
2007-09-06
19:23
* generic/tclInterp.c (Tcl_Init): Removed constraint on ability to define a cu... check-in: 2289e361d8 user: dgp tags: trunk
18:20
merge updates from HEAD check-in: e581a62da3 user: dgp tags: core-stabilizer-branch
18:13
* generic/tclInt.decls: New internal routine TclBackgroundException() * generic/tclE... check-in: d487b6177f user: dgp tags: trunk
09:36
typo check-in: da504fa0ec user: das tags: trunk
08:07
* macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained support * macosx/Tcl.xcode/default.pb... check-in: e80aeb3e3c user: das tags: trunk
07:26
discontinue support for Xcode 1.5 (project was no longer being maintained); make identical to curren... check-in: a3a2884ba3 user: das tags: trunk
05:02
replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXTRA_CFLAGS var check-in: 4e3c58ee19 user: das tags: trunk
2007-09-05
21:31
* generic/tclBasic.c: Removed support for the unmaintained * generic/tclExecute.c:... check-in: 52d95eb911 user: dgp tags: trunk
01:39
correct autoconf/autoheader dependencies check-in: 85f240368a user: das tags: trunk
01:38
fix building on Panther check-in: b08f8c2418 user: das tags: trunk
2007-09-04
19:21
merge updates from HEAD check-in: fefe134c13 user: dgp tags: core-stabilizer-branch
19:17
* unix/Makefile.in: It's unreliable to count on the release manager to remember ... check-in: 162b8bc485 user: dgp tags: trunk
18:48
merge updates from HEAD check-in: 13b6ba3eb6 user: dgp tags: core-stabilizer-branch
18:45
* unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: 7dd4382253 user: dgp tags: trunk
18:36
merge updates from HEAD check-in: 3dd1e96fca user: dgp tags: core-stabilizer-branch
18:35
* unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: cefd8aaaf1 user: dgp tags: trunk
17:43
merge updates from HEAD check-in: 93ee5fafc4 user: dgp tags: core-stabilizer-branch
2007-09-03
21:27
* tests/lindex.test (lindex-17.[01]): Added code to detect the error when a script does [lindex {}... check-in: 540ed3dbdd user: kennykb tags: trunk
20:17
Olson's tzdata2007g check-in: 820ffba5ee user: kennykb tags: trunk
01:36
* generic/tclObj.c (TclInitObjSubsystem): restore registration of the "wideInt" Tcl_ObjType ... check-in: 3aeabd1082 user: das tags: trunk
01:36
make tclVarHashKeyType definition static check-in: c90f339469 user: das tags: trunk
01:28
fix warnings about 64bit signed vs unsigned comparison check-in: 87372de9f4 user: das tags: trunk
2007-09-02
22:37
Doc clarification. check-in: 8f3ffe661e user: dkf tags: trunk
2007-08-30
19:24
* generic/tclCompile.c: Added fflush() calls following all callers of * generic/tclE... check-in: 2387f90c46 user: dgp tags: trunk
2007-08-28
17:43
* generic/tclCompExpr.c: Use a table lookup in ParseLexeme() to determine lex... check-in: a042911ac1 user: dgp tags: trunk
16:24
* generic/tclBasic.c: Used unions to better clarify overloading of * generic/tclCo... check-in: 011da3090c user: dgp tags: trunk
2007-08-27
23:30
typo check-in: 717c1de5a4 user: das tags: trunk
19:56
* generic/tclCompExpr.c: Call TclCompileSyntaxError() when expression syntax ... check-in: 2eb1879aac user: dgp tags: trunk
15:12
* generic/tclCompile.c: Move the deallocation of local LiteralTable * generic/tclCom... check-in: 27a33626be user: dgp tags: trunk
14:56
* generic/tclCompExpr.c: Force numeric and boolean literals in expressions to... check-in: d4d9e06b8a user: dgp tags: trunk
06:46
fix warnings about signed vs unsigned comparison (type of sizeof() is size_t i.e. unsigned!) check-in: 70e3badcc6 user: das tags: trunk
2007-08-25
16:53
* library/clock.tcl (ParseClockScanFormat): Modified code to allow * tests/clock.test (clock-60.*): ... check-in: ef5625c545 user: kennykb tags: trunk
03:23
* generic/tclExecute.c (TclExecuteByteCode): Added code to handle * tests/expr.test (expr-23.48-53) ... check-in: 579b6a0cc0 user: kennykb tags: trunk
2007-08-24
21:34
* generic/tclCompExpr.c: Register literals found in expressions * tests/compE... check-in: 5d79ae73c5 user: dgp tags: trunk
11:22
* generic/tclCompile.c: replaced copy loop that tripped some compilers with memmove [Bug 1780870] check-in: 507783b0c7 user: msofer tags: trunk
2007-08-23
20:00
* library/init.tcl ([auto_load_index]): Delete stray "]" that created an expr syntax... check-in: e0f8f0d180 user: dgp tags: trunk
19:35
* generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection to handle cal... check-in: 22360ee017 user: dgp tags: trunk
17:20
* generic/tclCompExpr.c: Suppress the attempt to convert to numeric when pre-... check-in: e488b4a8cd user: dgp tags: trunk
00:27
ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition check-in: b7550ae4dc user: das tags: trunk
2007-08-22
14:31
* generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. REVERT... check-in: 0d5e1f847d user: msofer tags: trunk
14:04
Missing init in ParseExpr(). Label needs debug build exposure in TEBC. check-in: 78a7370993 user: dgp tags: trunk
13:30
* generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. check-in: a9a5981e6e user: msofer tags: trunk
2007-08-21
20:41
* generic/tclMain.c: Corrected the logic of dropping the last * tests/main.test: ... check-in: 8b6639f41a user: dgp tags: trunk
20:16
thread-4.4: clear ::errorInfo in the thread as a message is left here from init.tcl on windows due t... check-in: 6461c7599a user: patthoyts tags: trunk
2007-08-20
16:52
* generic/tclExecute.c (INST_SUB): fix usage of the new macro for overflow detection in sums, adap... check-in: ab1fc614af user: msofer tags: trunk
2007-08-19
22:50
Swapped the order in the Overflowing macro (created in the last commit by Donal): check first the co... check-in: 07dc5d3581 user: msofer tags: trunk
22:27
Make Miguel's overflow-detection more mnemonic with a macro. check-in: 8af33a69a7 user: dkf tags: trunk
18:59
* generic/tclExecute.c: changed the check for overflow in sums, reducing objsize, number of branch... check-in: 00c98cb96b user: msofer tags: trunk
10:25
Resolve [Bug 1752148] check-in: 2415771aae user: dkf tags: trunk
2007-08-17
01:11
* generic/tclVar.c: improved localVarNameType caching to leverage the new availability of Tcl_Obj ... check-in: ba286ec0a7 user: msofer tags: trunk
2007-08-16
20:39
* generic/tclExecute.c: check the two most frequent instructions before the switch. Reduces both r... check-in: 1236955f45 user: msofer tags: trunk
19:19
* generic/tclCompExpr.c: Added a "constant" field to the OpNode struct (again... check-in: 109752ebaf user: dgp tags: trunk
2007-08-15
17:43
Fix [Bug 1773127] check-in: ae9094be9c user: dkf tags: trunk
2007-08-14
21:04
* generic/tclExecute.c (INST_INVOKE*): peephole opt, do not get the interp's result if it will be ... check-in: cbfe055d8c user: msofer tags: trunk
17:18
comment corrections check-in: 50d889f79b user: dgp tags: trunk
15:17
* generic/tclBasic.c: Use fully qualified variable names for * tests/thread.test: ... check-in: c2aa87efde user: dgp tags: trunk
06:33
* unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix issues with loading from memor... check-in: 58634f8ad3 user: das tags: trunk
06:32
* unix/dltest/pkga.c: whitespace & comment cleanup, remove * unix/dltest/pkgb.c: unused pkgf.c. ... check-in: 9c5c352689 user: das tags: trunk
2007-08-13
23:07
* generic/tclExecute.c: Provide DECACHE/CACHE protection to the * tests/trace.test: ... check-in: a27ab3e86d user: dgp tags: trunk
2007-08-12
21:58
* generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macro instead of calling the function.... check-in: 2f9503ea2a user: msofer tags: trunk
14:40
* generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneeded memset to 0 of all allocated objects... check-in: e542780787 user: msofer tags: trunk
2007-08-11
21:48
* generic/tclInt.h: remove redundant ops in TclNewStringObj macro check-in: 5a7a3d348f user: msofer tags: trunk
03:12
fix missing preprocessor \ line continuation check-in: c3ab19362f user: das tags: trunk
2007-08-10
18:40
* generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was causing a leak. check-in: 55d3cb8db5 user: msofer tags: trunk
16:00
Then reorder code to eliminate duplication. check-in: 5615a73eee user: dgp tags: trunk
14:02
* generic/tclCompExpr.c: Revise CompileExprTree() to use the OpNode mark fiel... check-in: 3c5022e036 user: dgp tags: trunk
00:43
* generic/tclProc.c (TclCreateProc): better comments on the required varflag values when loading p... check-in: 0430f3472e user: msofer tags: trunk
2007-08-09
12:20
* generic/tclExecute.c (INST_STORE_ARRAY): * tests/trace.test (trace-2.6): whole array write trace... check-in: f9ac70f020 user: msofer tags: trunk
2007-08-08
22:57
* generic/tclProc.c (InitLocalCache): reference firstLocalPtr via procPtr. codePtr->procPtr == NU... check-in: 50b1b431cf user: hobbs tags: trunk
20:52
* generic/tclExecute.c: Corrected failure to compile/link in the -DNO_WIDE_TYPE conf... check-in: 900c479aa1 user: dgp tags: trunk
20:25
* generic/tclExecute.c: Corrected improper use of bignum arguments * tests/expr.test... check-in: a7035d0542 user: dgp tags: trunk
18:39
renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it is not called in the nor... check-in: 75cb03998c user: msofer tags: trunk
18:34
* generic/tclInt.h: remove comments refering to VAR_SCALAR, as that flag bit does not exist any lo... check-in: b9cc3486dd user: msofer tags: trunk
2007-08-07
17:28
* generic/tclInt.decls: Exporting via stubs to help * generic/tclInt.h: xotcl adapt to Var... check-in: 714bebf300 user: msofer tags: trunk
05:06
* unix/Makefile.in: add support for compile flags specific to object files linked directly into... check-in: 29c6a0cf54 user: das tags: trunk
05:04
* generic/tclEnv.c: improve environ handling on Mac OS X (adapted * unix/tclUnixPort.h: from Apple... check-in: 3bd24ce9b5 user: das tags: trunk
2007-08-06
20:20
* tests/parseExpr.test: Update source file name of expr parser code. * generic/tclC... check-in: e07d15d52d user: dgp tags: trunk
17:25
* generic/tclGetDate.y: Added a cast to the definition of YYFREE to silence compi... check-in: 7f6eeb56bd user: kennykb tags: trunk
2007-08-05
02:46
fix breakage in TCL_COMPILE_DEBUG build check-in: 596d49fa5c user: das tags: trunk
2007-08-04
18:54
missing Changelog entry check-in: fa49dcedcf user: msofer tags: trunk
18:32
modifs to help itcl adapt to VarReform check-in: c49c117219 user: msofer tags: trunk
2007-08-03
13:51
Tidying up. check-in: 6951cb3f0c user: dkf tags: trunk
2007-08-02
07:32
autoheader-2.59 check-in: 77384e4e9f user: das tags: trunk
2007-08-01
19:33
Regenerated configure using autoconf 2.59. Autoconf 2.61 changed the location of the installed manpa... check-in: 56ccef71bd user: andreas_kupries tags: trunk
15:17
Rewrote word.tcl for greater efficiency. [Bug 1764318] check-in: 69bafc52fe user: dkf tags: trunk
13:27
Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit compilation with MSVC6 and... check-in: b38a5b0e23 user: patthoyts tags: trunk
12:09
* generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry Virden. check-in: c8bc140a94 user: msofer tags: trunk
2007-07-31
17:03
VarReform [Patch 1750051] *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) check-in: 2fbb344601 user: msofer tags: trunk
14:05
Regen with autoconf 2.61 check-in: 460d2e3732 user: msofer tags: trunk
14:03
* unix/configure.in: allow use of 'inline' in Tcl sources * win/configure.in: [Patch 1754128] * ... check-in: d59e42acd5 user: msofer tags: trunk
13:57
Whitespace/format cleanup check-in: 445a5387bb user: dkf tags: trunk
10:14
Added missing bug number. ;-) check-in: d9a3609ca1 user: dkf tags: trunk
10:04
* unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid replacement to... check-in: 1e89da1930 user: dkf tags: trunk
09:30
Simplify the #ifdef logic. check-in: 5ed616355a user: dkf tags: trunk
08:23
One more bad change spotted by AKu check-in: 0920c940d7 user: dkf tags: trunk
08:19
Fix test failures. check-in: 04a60bc497 user: dkf tags: trunk
2007-07-30
13:42
Added macros to make bit chopping clearer check-in: 7c9c662916 user: dkf tags: trunk
2007-07-24
11:40
fix wrong TIP # in Changelog check-in: a0775c3edb user: msofer tags: trunk
03:14
comment fix check-in: 4852e811e8 user: msofer tags: trunk
03:11
changelog completion check-in: 60c93f1668 user: msofer tags: trunk
03:05
* generic/tclBasic.c (TEOvI, GetCommandSource): * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd)... check-in: 7d05132ec3 user: msofer tags: trunk
2007-07-20
16:49
* library/platform/platform.tcl: Fixed bug in 'platform::patterns' * library/platform/pkgIndex.tc... check-in: 6dda18cb69 user: andreas_kupries tags: trunk
2007-07-19
22:52
merge updates from HEAD check-in: dccc73c7a3 user: dgp tags: core-stabilizer-branch
13:57
* generic/tclParse.c: In contexts where interp and parsePtr->interp might be diffe... check-in: a3376f36f3 user: dgp tags: trunk
2007-07-18
21:10
* generic/tclCompExpr.c: Removed unused arguments and variables. check-in: 8ee2a50da3 user: dgp tags: trunk
2007-07-17
20:51
typo check-in: d985f7937a user: dgp tags: trunk
19:18
* generic/tclCompExpr.c (ParseExpr): While adding comments to explain the operatio... check-in: bc22e9e5f3 user: dgp tags: trunk
2007-07-16
19:50
* generic/tclCompExpr.c: More commentary. * tests/parseExpr.test: Sev... check-in: 2939551e55 user: dgp tags: trunk
2007-07-12
22:13
additional commentary check-in: 8f4d9f2af8 user: dgp tags: trunk
18:48
* generic/tclCompExpr.c: Factored out, corrected, and commented common code f... check-in: ce868b8b44 user: dgp tags: trunk
14:29
merge updates from HEAD check-in: c7f2802afe user: dgp tags: core-stabilizer-branch
2007-07-11
21:27
2007-07-11 Miguel Sofer <msofer@users.sf.net> * generic/tclCompCmds.c (TclCompileWhileCmd): * g... check-in: c7bb9fa5b4 user: msofer tags: trunk
14:43
* generic/tclCompExpr.c: Added a "parseOnly" flag argument to ParseExpr() to ... check-in: 67ae611ad6 user: dgp tags: trunk
2007-07-10
21:42
merge updates from HEAD check-in: 61a5713e42 user: dgp tags: core-stabilizer-branch
21:37
Renamed some variables for clarity and replaced some cryptic logic with more readable macros... check-in: 7b139de96e user: dgp tags: trunk
17:07
Removed some unused counter variables. check-in: 063426b6eb user: dgp tags: trunk
16:57
* generic/tclCompExpr.c: Added a field for operator precedence to be stored d... check-in: c40afb4ece user: dgp tags: trunk
2007-07-09
21:11
More extended commentary about the data structures of the expr parser. check-in: 567e8728ca user: dgp tags: trunk
17:34
* generic/tclCompExpr.c: Revision so that the END lexeme never gets inserted ... check-in: ff8b1f0bdf user: dgp tags: trunk
14:51
* generic/tclCompExpr.c: Added missing creation and return of the Tcl_Parse f... check-in: 32e57fe3bc user: dgp tags: trunk
12:52
merge updates from HEAD check-in: 7df004cf16 user: dgp tags: core-stabilizer-branch
2007-07-05
22:21
More work in progress commenting the expr parser check-in: e04b1a81c3 user: dgp tags: trunk
18:31
Start of work adding more useful comments to the expr parser. check-in: 6db899357a user: dgp tags: trunk
18:02
* library/init.tcl (unknown): Corrected inconsistent error message in interactive ... check-in: c05e2d8a1f user: dgp tags: trunk
14:12
merge updates from HEAD check-in: df8bca6346 user: dgp tags: core-stabilizer-branch
12:03
clarify comments for last commit check-in: 679c982356 user: msofer tags: trunk
11:49
* generic/tclNamesp.c (SetNsNameFromAny): * generic/tclObj.c (SetCmdNameFromAny): Avoid unnecess... check-in: c05ecd439b user: msofer tags: trunk
2007-07-04
23:56
* generic/tclNamesp.c: Fix case where a FQ cmd or ns was being * generic/tclObj.c: cached i... check-in: d9dba1777c user: msofer tags: trunk
15:24
Remove over-wide lines from nroff output. check-in: 92080b4098 user: dkf tags: trunk
15:13
merge updates from HEAD check-in: ce967214dc user: dgp tags: core-stabilizer-branch
14:45
Remove over-wide lines from nroff output. check-in: 49c8d67446 user: dkf tags: trunk
13:51
Fixing some minor nroff misuses check-in: 0910ed8ce6 user: dkf tags: trunk
13:25
Minor formatting fixes and additional notes on portability of [file] check-in: 17fa8257c8 user: dkf tags: trunk
12:33
Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDS check-in: 167312664b user: dkf tags: trunk
2007-07-03
20:25
merge updates from HEAD check-in: ef4e01456d user: dgp tags: core-stabilizer-branch
18:36
* generic/tclCompExpr.c: Revised #define values so that there is now more exp... check-in: 365d567aa1 user: dgp tags: trunk
09:36
Minor *roff usage fixes check-in: 7e2452d1a6 user: dkf tags: trunk
02:28
merge updates from HEAD check-in: ee65fc56de user: dgp tags: core-stabilizer-branch
2007-07-02
21:10
* generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and * generic/tclH... check-in: 2ee96de43c user: dgp tags: trunk
20:30
Simplify string hashing a little. [FRQ 951168] check-in: bf5e28ec4a user: dkf tags: trunk
19:18
* generic/tclIO.c: Removed dead code. * unix/tclUnixChan.c: check-in: f1679dd963 user: dgp tags: trunk
17:32
* generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 3957220b51 user: dgp tags: trunk
17:13
* generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 80ae569cd1 user: dgp tags: trunk
2007-07-01
17:31
merge updates from HEAD check-in: 25efbdbb22 user: dgp tags: core-stabilizer-branch
14:49
fix typo ... donal broke the build check-in: baa1a769b0 user: msofer tags: trunk
2007-06-30
14:07
Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bug 1717186] check-in: b9ed04cf0c user: dkf tags: trunk
09:59
Prevent RemeberSyncObj() from growing the sync object lists by reusing already free'd slots, if poss... check-in: 41d4c04c24 user: vasiljevic tags: trunk
2007-06-29
22:37
Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [Bug 1710795] check-in: fb02dc713d user: dkf tags: trunk
03:17
* generic/tclAlloc.c: on Darwin, ensure memory allocated by * generic/tclThreadAlloc.c: the custo... check-in: 28e130888f user: das tags: trunk
03:16
* generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. * generic/tclDate.c: bison 1.87... check-in: 11c00e6d4f user: das tags: trunk
03:16
* generic/tclBasic.c (TclEvalEx): fix warnings. check-in: 07d5634292 user: das tags: trunk
03:15
* macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcl * macosx/Tcl.xcodeproj/def... check-in: b36e47fa57 user: das tags: trunk
2007-06-28
21:28
unsigned int type matching check-in: fbc4a8da87 user: dgp tags: trunk
21:24
* generic/tclBasic.c: Removed dead code, including the * generic/tclExecut... check-in: 151eab9347 user: dgp tags: trunk
21:10
Silence constness warnings for TclStackFree when building with msvc. check-in: e7805530ef user: patthoyts tags: trunk
18:09
merge updates from HEAD check-in: 186e4fc5e5 user: dgp tags: core-stabilizer-branch
13:56
* generic/tclVar.c (UnsetVarStruct): fix possible segfault with recent streamlining. check-in: a179e59a3f user: msofer tags: trunk
2007-06-27
22:44
merge updates from HEAD check-in: dd41e5f086 user: dgp tags: core-stabilizer-branch
18:21
* generic/tclTrace.c: Corrected broken trace reversal logic in * generic/tclTest.c... check-in: 73868a81de user: dgp tags: trunk
01:37
merge updates from HEAD check-in: 090749ed16 user: dgp tags: core-stabilizer-branch
2007-06-26
22:12
* generic/tclBasic.c (TclEvalEx): Moved some arrays from the C stack to the Tc... check-in: c114ba528e user: dgp tags: trunk
13:34
* generic/tclVar.c (UnsetVarStruct): more streamlining. check-in: 642e4d43f0 user: msofer tags: trunk
03:12
* generic/tclExecute.c: Safety checks to avoid crashes in the TclStack* routines whe... check-in: b606177a4b user: dgp tags: trunk
2007-06-25
18:53
merge updates from HEAD check-in: 436f99c1ba user: dgp tags: core-stabilizer-branch
17:46
* generic/tclVar.c (UnsetVarStruct): fixing incomplete change, more streamlining. check-in: f08623444e user: msofer tags: trunk
13:19
* generic/tclVar.c (UnsetVarStruct): fixing incomplete change check-in: a0f1c28e39 user: msofer tags: trunk
2007-06-24
18:18
* generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining that ended up not really optimis... check-in: b67ced1825 user: msofer tags: trunk
16:05
* generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in last commit. check-in: 5c27e20683 user: msofer tags: trunk
2007-06-23
23:20
fix warnings check-in: 32f6ca9bf0 user: das tags: trunk
18:13
* generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic slightly clearer, eliminated so... check-in: 2eeffb408a user: msofer tags: trunk
00:23
* macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems w... check-in: 36af5226c8 user: das tags: trunk
2007-06-22
20:42
* generic/tclCmdIL.c: More conversions to use TclStackAlloc. * generic/tclScan.c: check-in: ebf25c463a user: dgp tags: trunk
17:09
* generic/tclExecute.c: Revised TclStackRealloc() signature to better * generic/tclI... check-in: 81b13808a3 user: dgp tags: trunk
2007-06-21
18:41
* generic/tclBasic.c: Move most instances of the Tcl_Parse struct * generic/tclCom... check-in: 707a2f7cf1 user: dgp tags: trunk
17:45
* generic/tclBasic.c (TEOvI): Made sure that leave * generic/tclExecute.c (INST_INVOKE): ... check-in: 58ab24b640 user: msofer tags: trunk
16:04
merge updates from HEAD check-in: 9b4cd8d23b user: dgp tags: core-stabilizer-branch
12:43
Fix comments referring to {expand}. [Bug 1600859] check-in: 44134272e1 user: dkf tags: trunk
2007-06-20
22:36
* generic/tclVar.c: streamline namespace vars deletion: only compute the variable's full name if t... check-in: 0d558d3ffe user: msofer tags: trunk
19:27
correct pointer type mismatch in latest commit check-in: c4e7a02eeb user: dgp tags: trunk
18:46
* generic/tclInt.decls: Revised the interfaces of the routines * generic/tclExecute.... check-in: 4ea644b0de user: dgp tags: trunk
18:01
* tools/tcltk-man2html.tcl: revamp of html doc output to use CSS, standardized headers, subheaders... check-in: 5f447112cf user: hobbs tags: trunk
2007-06-19
20:21
improve comments on Tcl stack management check-in: ccfdd31d0d user: msofer tags: trunk
19:50
adding comments to GrowEvaluationStack check-in: 0158b2562d user: msofer tags: trunk
02:48
merge updates from HEAD check-in: 20f7bae489 user: dgp tags: core-stabilizer-branch
01:13
* tools/tcltk-man2html.tcl: clean up copyright merging and output. clean up coding constructs. check-in: 8567816881 user: hobbs tags: trunk
2007-06-18
22:51
* generic/tclCmdIL.c (InfoFrameCmd): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): * generic/tclCompil... check-in: af31ea6648 user: msofer tags: trunk
21:58
* generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack and onto the Tcl stack, between ... check-in: 34cba706d3 user: msofer tags: trunk
21:27
* generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off the C stack a... check-in: d09092b4b7 user: dgp tags: trunk
21:05
* generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C stack and onto ... check-in: dc94bda93b user: dgp tags: trunk
2007-06-17
21:54
merge updates from HEAD check-in: 9739ba91a5 user: dgp tags: core-stabilizer-branch
21:29
Fix [Bug 1738542] check-in: d46aa631cf user: dkf tags: trunk
19:14
merge updates from HEAD check-in: cd982ab6bd user: dgp tags: core-stabilizer-branch
2007-06-16
13:48
* generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a chain of if's for a modest per... check-in: fcf2f06dbf user: dkf tags: trunk
06:13
merge updates from HEAD check-in: 042ad7f2ce user: dgp tags: core-stabilizer-branch
2007-06-15
22:58
* generic/tclCompCmds.c: Simplified [variable] compiler and * generic/tclExecute.c: executor. M... check-in: 212358ac5d user: msofer tags: trunk
20:30
merge updates from HEAD check-in: b01fff0a34 user: dgp tags: core-stabilizer-branch
19:58
* generic/tclCompile.c: reverted TclEvalObjvInternal and * generic/tclExecute.c: INST_INVOKE to es... check-in: f72ba09644 user: msofer tags: trunk
19:50
merge updates from HEAD check-in: 577459321a user: dgp tags: core-stabilizer-branch
18:14
* generic/trace.test: added tests 36.* for dynamic trace creation and addition. These tests expose... check-in: ba5776d952 user: msofer tags: trunk
16:37
merge updates from HEAD check-in: 9367036736 user: dgp tags: core-stabilizer-branch
14:38
Tidy up a bit check-in: cf9867ea37 user: dkf tags: trunk
2007-06-14
21:10
Changelog fix check-in: 825f01bc0e user: msofer tags: trunk
21:02
* generic/tclInt.decls: Modif to the internals of * generic/tclInt.h: TclObjInterpProc to ... check-in: 53346aab25 user: msofer tags: trunk
17:29
* generic/tclProc.c (TclObjInterpProcCore): simplified obj management in wrongNumArgs calls. check-in: 7ec2a73a63 user: msofer tags: trunk
17:17
merge updates from HEAD check-in: 8058e9c4d9 user: dgp tags: core-stabilizer-branch
17:09
remove C99 var declaration check-in: be8a1daee9 user: hobbs tags: trunk
17:03
merge updates from HEAD check-in: 93fc0b74de user: dgp tags: core-stabilizer-branch
15:56
* generic/tclCompile.c: SetByteCodeFromAny() can no longer return * generic/tclExecu... check-in: 1658ba8231 user: dgp tags: trunk
02:43
* generic/tclExecute.c (TclCompEvalObj): missed update to "there is always a valid frame". * gen... check-in: d77121bc23 user: msofer tags: trunk
2007-06-12
20:06
added Changelog comment wrt the TEOvI and TEBC changes: ***POTENTIAL INCOMPAT*** There is a subtle... check-in: 59256a4647 user: msofer tags: trunk
15:56
merge updates from HEAD check-in: f0fa4d3a7d user: dgp tags: core-stabilizer-branch
12:36
Silence a 'const'ness warning. check-in: a5edb8803f user: dkf tags: trunk
12:33
Convert [info] into an ensemble command. check-in: 825feb050e user: dkf tags: trunk
12:29
Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with ensemble and interp-... check-in: 5acd0e47b4 user: dkf tags: trunk
2007-06-11
23:00
* generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: e35a22553c user: msofer tags: trunk
21:32
* generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: fb6049861d user: msofer tags: trunk
15:12
* generic/tclExecute.c: comments added to explain iPtr->numLevels management. check-in: 3d366c581d user: msofer tags: trunk
2007-06-10
23:15
* generic/tclBasic.c: Further TEOvI split, creating a new * generic/tclCompile.h: TclEvalObjvK... check-in: 8a9d81466c user: msofer tags: trunk
21:14
fix Tcl_Panic error message typo [Bug 1712602] check-in: 48f139459a user: hobbs tags: trunk
21:11
* README: updated links. [Bug 1715081] check-in: ac81e8b2c0 user: hobbs tags: trunk
20:39
* generic/tclExecute.c (TclExecuteByteCode): restore support for INST_CALL_BUILTIN_FUNC1 and INST_... check-in: d47df52505 user: hobbs tags: trunk
20:25
* generic/tclInt.h: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclvar.c: new macros Tc... check-in: fc570b6e1a user: msofer tags: trunk
00:08
fix for ne TclCleanupCommandMacro (doh!) check-in: 2717891e95 user: msofer tags: trunk
2007-06-09
21:58
* generic/tclExecute.c (INST_INVOKE): isolated two vars to the small block where they are actually... check-in: d8447a9ea9 user: msofer tags: trunk
21:07
* generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the logic clearer; slightly faster t... check-in: 30e56fed6a user: msofer tags: trunk
20:22
added incompat warning in Changelog check-in: 80e5667e11 user: msofer tags: trunk
20:12
* generic/tclBasic.c: Split TEOv in two, by separating a processor for non-TCL_OK returns. Also ... check-in: 93a0a2cc35 user: msofer tags: trunk
17:08
* macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. check-in: 8e19e10814 user: das tags: trunk
2007-06-08
20:56
Forgot to fix the relevant tests check-in: a924166e8e user: dkf tags: trunk
20:41
Make [string first] and [string last] clearer check-in: 5f8a7ad48a user: dkf tags: trunk
2007-06-06
23:07
* generic/tclParse.c: fix for uninit read [Bug 1732414]. check-in: 886d682d63 user: msofer tags: trunk
09:53
* macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. * unix/configure.in (Darwi... check-in: 9f2720b972 user: das tags: trunk
2007-06-05
18:12
merge updates from HEAD check-in: 64d2ec39b3 user: dgp tags: core-stabilizer-branch
17:57
* generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to * generic/tclInt.... check-in: 00c4f9f27e user: dgp tags: trunk
17:50
* generic/tclInt.h: * generic/tclExecute.c: Tcl-stack reform, [Patch 1701202] check-in: 0175d567fe user: msofer tags: trunk
14:09
merge updates from HEAD check-in: 6984ae30de user: dgp tags: core-stabilizer-branch
2007-06-04
17:24
Add missing constraints check-in: 60bc4591f9 user: dgp tags: trunk
15:08
merge updates from HEAD check-in: 992585aff3 user: dgp tags: core-stabilizer-branch
2007-06-03
13:43
* unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. check-in: 290001bbec user: das tags: trunk
2007-05-30
18:38
merge updates from HEAD check-in: 676fb80c75 user: dgp tags: core-stabilizer-branch
18:12
* generic/tclBasic.c: Removed code that dealt with * generic/tclCompile.c: TCL_TOK... check-in: 1d20b5bc02 user: dgp tags: trunk
03:31
merge updates from HEAD check-in: 3084f08b53 user: dgp tags: core-stabilizer-branch
2007-05-29
23:35
* unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code st... check-in: 39de7aa164 user: hobbs tags: trunk
14:05
restore line endings check-in: 10eb881f00 user: dgp tags: trunk
2007-05-22
20:34
[core-stabilizer-branch] * unix/configure: autoconf-2.59 (FC6 fork) ... check-in: a7a04404f0 user: dgp tags: core-stabilizer-branch
2007-05-18
18:39
* unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README:... check-in: c798353ded user: dgp tags: trunk
2007-05-17
13:45
suppress compiler warnings about values computed and not used check-in: 24cd789916 user: dgp tags: trunk
12:05
Added macro version of Tcl_LimitReady. check-in: 59fb47b470 user: dkf tags: trunk
2007-05-16
22:14
sync with core-8-4-branch tcl/changes check-in: 606501fa35 user: das tags: trunk
21:18
* generic/tcl.decls: workaround 'make checkstubs' failures from tclStubLib.c MODULE_SCOPE revert. ... check-in: 2aff400338 user: das tags: trunk
18:28
Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table pointers back to public visibili... check-in: dc2d870d7d user: jenglish tags: trunk
2007-05-15
16:12
* win/configure: autoconf-2.59 (FC6 fork) * library/reg/pkgIndex.tcl: Bu... check-in: de7229b032 user: dgp tags: trunk
2007-05-11
20:59
* generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc from tclInt.h now they are in the ... check-in: 9792f5232e user: patthoyts tags: trunk
09:44
Minor whitespace cleanup check-in: 260d009cb0 user: dkf tags: trunk
09:43
Add a full stop to a comment check-in: 0c221ff47e user: dkf tags: trunk
09:41
Better const correctness check-in: 13b388f3c2 user: dkf tags: trunk
09:17
Minor comment improvements and code reordering for clarity check-in: 3bbf53d116 user: dkf tags: trunk
2007-05-09
19:13
* generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, so make sure it i... check-in: 867f5c8b95 user: dgp tags: trunk
12:51
* macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & * macosx/Tcl.xcodeproj/default.pbx... check-in: 7a4896c252 user: das tags: trunk
12:50
* generic/tclInt.h: fix warning when building threaded with -DPURIFY. check-in: 16435d3d84 user: das tags: trunk
2007-05-07
19:45
[Tcl Bug 1706140] * generic/tclLink.c (LinkTraceProc): Update Tcl_VarTraceProcs ... check-in: 4fde67d501 user: dgp tags: trunk
2007-05-05
23:36
regen check-in: befbe7593a user: dkf tags: trunk
23:33
Changes to allow the tip257 code to work as an extension properly post-tip280 check-in: d4338f35dc user: dkf tags: trunk
07:23
More type-pun warning squelches check-in: 79c3d2e279 user: dkf tags: trunk
2007-05-04
18:04
Record the dll base addresses for some additional extensions check-in: 4969c0bcd3 user: patthoyts tags: trunk
18:04
Comment and open file as text check-in: 41fa21a8d3 user: patthoyts tags: trunk
14:59
* tests/encoding.test: Modified so that encoding tests happen in a private namespace, to avoid pollu... check-in: 9cc60b0ea4 user: kennykb tags: trunk
2007-05-03
19:55
Changelog clarification check-in: e307373d70 user: msofer tags: trunk
2007-05-02
21:30
* generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): Corrected several memory leaks tha... check-in: d9bda6ffc8 user: kennykb tags: trunk
21:28
Convert to using ANSI function definitions. check-in: 34518579e8 user: dkf tags: trunk
20:50
* generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount imbalance that affected the files... check-in: e528ff4aaa user: kennykb tags: trunk
01:37
* tests/utf.test (utf-25.1--utf-25.4): Modified tests to clean up after the 'testobj' extension to a... check-in: 896874db57 user: kennykb tags: trunk
00:31
* generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr had refCount 0 and was used for... check-in: 439f5fceaf user: msofer tags: trunk
2007-05-01
22:43
* generic/tclIO.c (DeleteChannelTable): Made changes so that DeleteChannelTable tries to close all o... check-in: 41c23d142b user: kennykb tags: trunk
20:20
* generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict map, a missing Tcl... check-in: 79c2325ebd user: dgp tags: trunk
2007-04-30
22:57
* unix/Makefile.in: add 'tclsh' dependency to install targets that rely on tclsh, fixes parallel '... check-in: 2f0db8cbbc user: das tags: trunk
21:40
* generic/tclIO.c (FixLevelCode): Corrected reference count mismanagement of newlevel, newcode. C... check-in: a533a69b73 user: andreas_kupries tags: trunk
19:46
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected reference count mismanagement on t... check-in: ee5486c118 user: kennykb tags: trunk
2007-04-26
17:34
move 8.5a6 tag point check-in: 77e56660e3 user: hobbs tags: trunk, core-8-5-a6
2007-04-25
21:59
Fix [Bug 1705778, leak K15] check-in: 27381316c7 user: dkf tags: trunk
19:09
* generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management to that the path returned from Tc... check-in: e88d2dd4e8 user: kennykb tags: trunk
19:07
* generic/tclCompExpr.c (ParseExpr): Revised to be sure that an error return does... check-in: 40067525f6 user: dgp tags: trunk
03:40
* unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits. check-in: c81f4ccd99 user: das tags: trunk
02:49
* unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. check-in: fdf2809771 user: das tags: trunk
2007-04-24
22:31
* generic/tclListObj.c: reverting [Patch 738900] (committed on 2007-04-20). Causes some Tk test br... check-in: c7ba07f44b user: msofer tags: trunk
22:07
* generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new list under construction was leaked i... check-in: 6d2d73af96 user: kennykb tags: trunk
20:46
Fix [Bug 1705778, leak K05] check-in: 1c2db58959 user: dkf tags: trunk
20:19
Fix [Bug 1705778, leak K04] check-in: c6a123cbc8 user: dkf tags: trunk
17:50
* generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the flag marking s... check-in: ca6be460b3 user: dgp tags: trunk
17:18
* generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' ... check-in: ade9d682c6 user: kennykb tags: trunk
16:26
* unix/Makefile.in (dist): add platform library package to src dist check-in: e4e6f5add3 user: hobbs tags: trunk
16:03
corrected botched indents check-in: 665f40f1f9 user: dgp tags: trunk
15:36
* generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the literal Tcl_Obj ... check-in: aa1a433312 user: dgp tags: trunk
05:06
revised phrasing a bit for clarity check-in: ea6aa7874b user: dgp tags: trunk
04:35
typo check-in: 8d90fe07ed user: dgp tags: trunk
03:14
* generic/tclExecute.c (TclExecuteByteCode): Plugged six memory leaks in bignum arithmetic. check-in: 7f507722db user: kennykb tags: trunk
02:46
fix typo in ChangeLog message check-in: ab96d9b883 user: kennykb tags: trunk
02:42
* generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the buffer object if the physocal read retu... check-in: be13ff40ae user: kennykb tags: trunk
2007-04-23
23:07
Plugged two memory leaks check-in: 03a9502394 user: kennykb tags: trunk
20:57
typo check-in: 28c88549af user: das tags: trunk
20:46
* macosx/Tcl-Common.xcconfig: enable more warnings. * macosx/Tcl.xcodeproj/project.pbxproj: add '... check-in: fc195aae9d user: das tags: trunk
20:38
* unix/configure.in: install license.terms into Tcl.framework. * unix/configure: autoconf-2.59 check-in: 4e1cc5ce58 user: das tags: trunk
20:37
* unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. check-in: 2ade037b66 user: das tags: trunk
20:35
* unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() * unix/tclUnixInit.c: without ... check-in: d88ee3f371 user: das tags: trunk
20:33
* generic/tclCkalloc.c: fix warnings from gcc build configured with * generic/tclCompile.c: --enab... check-in: d021f527a3 user: das tags: trunk
20:11
* generic/tclVar.c (UnsetVarStruct): Make sure the TCL_INTERP_DESTROYED flags get... check-in: ae1e9ecfa3 user: dgp tags: trunk
19:04
* generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory leak in 'upvar' when compiling (a) up... check-in: 40ce0c6047 user: kennykb tags: trunk
18:01
* generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new field extCmdMapPtr was not being freed [... check-in: 2c071d41e4 user: msofer tags: trunk
17:56
* generic/tclTest.c (Testregexpobjcmd): Removed an invalid access beyond the end of 'objv' in 'testr... check-in: 05157982a3 user: kennykb tags: trunk
17:34
* generic/tclEnv.c (ReplaceString): Clear memory correctly when growing the cache to avoid reads of ... check-in: 10fb68199e user: kennykb tags: trunk
00:50
* generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freed memory detected by valgrind. check-in: f4f57a0034 user: msofer tags: trunk
2007-04-22
07:04
correct 8.5a6 release year check-in: b0e5615c9e user: hobbs tags: trunk
06:20
updated changes check-in: d52a09d850 user: hobbs tags: trunk
06:17
nroff typo fixes check-in: de8a224197 user: hobbs tags: trunk
05:46
updated for 8.5a6 changes check-in: 29750ecb96 user: hobbs tags: trunk
2007-04-20
21:39
* generic/tclListObj.c (SetListFromAny): avoid discarding internal reps of objects converted to si... check-in: bd9ce4da5f user: msofer tags: trunk
18:35
Olson's tzdata2007e. check-in: 7420c6c384 user: kennykb tags: trunk
13:39
Test constraints are automatically "and"ed together check-in: cd914dc4b1 user: dkf tags: trunk
06:10
Replaced commas in varargs with string concatenation where possible [Patch 1515234] check-in: d0d3c30f1a user: kennykb tags: trunk
05:51
Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an overs... check-in: d6ee490b6b user: kennykb tags: trunk
04:44
* doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgme... check-in: 75a9bc42bc user: kennykb tags: trunk
04:11
Fixed a buglet in recognizing time zone SIERRA check-in: 0c6676638d user: kennykb tags: trunk
03:50
* tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [B... check-in: 94e184fbee user: kennykb tags: trunk
03:07
* doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Dayli... check-in: b5adec3d2b user: kennykb tags: trunk
02:46
* tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" bei... check-in: 27ffeedd75 user: kennykb tags: trunk
02:23
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: d2cd76b378 user: kennykb tags: trunk
2007-04-19
23:37
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: ef21ab2387 user: kennykb tags: trunk
09:00
Improve const-correctness of RE compiler check-in: cf122e81f8 user: dkf tags: trunk
01:39
* generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='... check-in: dba372573c user: msofer tags: trunk
2007-04-18
22:49
* generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to h... check-in: 0227587b4d user: msofer tags: trunk
21:00
* generic/tclExecute.c: slight changes in Tcl_Obj management. check-in: ee87a690f4 user: msofer tags: trunk
2007-04-17
20:33
* library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in ... check-in: db337175e8 user: kennykb tags: trunk
20:06
* generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] check-in: 894b75caaa user: msofer tags: trunk
14:49
Eliminate use of (VOID*) casts when calling memset or memcpy. check-in: 45b4948945 user: dkf tags: trunk
14:40
Always cast arg to ckfree to char*, not VOID* check-in: 10759c83a7 user: dkf tags: trunk
2007-04-16
13:36
Complete the purge of K&R function definitions from manually-written code. check-in: 645aed2fcd user: dkf tags: trunk
2007-04-15
19:37
* doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. check-in: 3f7f9a1939 user: kennykb tags: trunk
18:59
* generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Re... check-in: 83ba629c74 user: kennykb tags: trunk
2007-04-14
17:35
* generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality alread... check-in: 9b6169c048 user: msofer tags: trunk
2007-04-13
09:06
Added keyword check-in: 626e17b371 user: dkf tags: trunk
2007-04-11
17:55
removed stray '//' check-in: 5dbb913fdc user: msofer tags: trunk
17:35
* generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, OBJ_AT_DEPTH(n) and CURR_DEPTH that ... check-in: dad16a6871 user: msofer tags: trunk
03:18
fixing comments check-in: f155d8df63 user: msofer tags: trunk
03:01
* generic/tclCompCmds.c: moved all exceptDepth management to the macros - the decreasing half was ... check-in: a17178cd6d user: msofer tags: trunk
2007-04-10
22:16
assorted minor cleanup check-in: 033ee817fd user: dkf tags: trunk
22:14
Don't use C++ keywords check-in: f786756b85 user: dkf tags: trunk
22:13
Reformat to standard function definition form check-in: a57ea2b891 user: dkf tags: trunk
22:06
Complete conversion to ANSI function definitions check-in: a940eff372 user: dkf tags: trunk
22:04
Reformat to standard function definition form; don't use C++ keywords check-in: c8b562b1fa user: dkf tags: trunk
22:02
Complete conversion to ANSI function definitions check-in: 4b027b34d3 user: dkf tags: trunk
22:01
Reformat to standard function definition form check-in: 23afa345cb user: dkf tags: trunk
22:01
Complete conversion to ANSI function definitions check-in: 636dd28419 user: dkf tags: trunk
14:47
Handle creation of Tcl_Objs from constant strings better (easier to use, more efficient). After [Pat... check-in: 4d69119aad user: dkf tags: trunk
08:14
minor tidy check-in: 62d7ad0b06 user: dkf tags: trunk
2007-04-08
02:19
* generic/tclCompile (tclInstructionTable): fixed bugs in description of dict instructions check-in: d1aa131359 user: msofer tags: trunk
2007-04-07
22:50
* generic/tclCompile (tclInstructionTable): fixed bug in description of INST_START_COMMAND. check-in: 7c73b68563 user: msofer tags: trunk
05:34
* generic/tclExecute.c (TEBC): small code reduction. check-in: 98872dcbd9 user: msofer tags: trunk
2007-04-06
22:36
* generic/tclExecute.c (TEBC): * generic/tclNamespace.c (NsEnsembleImplementationCmd): * generic/... check-in: 69050e3b30 user: msofer tags: trunk
2007-04-05
14:08
Extend/sort the "SEE ALSO" section check-in: 5673499569 user: dkf tags: trunk
14:07
Whitespace/formatting check-in: bbb0d77efe user: dkf tags: trunk
13:31
Simplification of some argument processing through introduction of a helper macro. check-in: 4864e8a741 user: dkf tags: trunk
13:20
Tighten up a comment check-in: af4028b1a0 user: dkf tags: trunk
2007-04-04
13:29
added comments check-in: 68dbccd9fe user: msofer tags: trunk
2007-04-03
22:55
* generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802] check-in: 152fc51f78 user: msofer tags: trunk
15:58
restore line endings check-in: 385c9a4840 user: dgp tags: trunk
15:13
missing entry check-in: 6364bd55c3 user: dgp tags: trunk
15:08
* generic/tclInt.decls: Moved TclGetNamespaceFromObj() to * generic/tclInt.h: the internal s... check-in: bc679cc2b8 user: msofer tags: trunk
15:03
* generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoRead trace routines so th... check-in: d0d132d497 user: dgp tags: trunk
01:34
* generic/tclBasic.c: Added bytecode compilers for the * generic/tclCompCmds.c: variable link... check-in: 8fe01ff441 user: msofer tags: trunk
2007-04-02
18:48
* generic/tclBasic.c: Replace arrays on the C stack and ckalloc * generic/tclExecu... check-in: fbe8c8af9f user: dgp tags: trunk
2007-04-01
00:32
Ensure that the count of commands commenced by bytecode is correct at all times even though INST_STA... check-in: 66d379a865 user: dkf tags: trunk
00:10
Minor simplification. check-in: e8b2e8dbb4 user: dkf tags: trunk
2007-03-30
18:24
* generic/tclCompile.c: * generic/tclCompExpr.c: * generic/tclCompCmds.c: ... check-in: c35cf54d2f user: dgp tags: trunk
17:39
* generic/tclCompExpr.c: * generic/tclCompCmds.c: Replace arrays on the C sta... check-in: 65c8c29143 user: dgp tags: trunk
16:38
* generic/tclCompCmds.c: Replace arrays on the C stack and ckalloc calls with... check-in: ae18c37fd5 user: dgp tags: trunk
15:54
* generic/tclCmdMZ.c: Revised [string to* $s $first $last] implementation to reduc... check-in: 75950809bf user: dgp tags: trunk
15:31
* tests/string.test: More [string reverse] tests. check-in: 1446cb10a8 user: dgp tags: trunk
14:22
* generic/tclExecute.c: optimise the lookup of elements of indexed arrays. check-in: 5f31d0abc1 user: msofer tags: trunk
2007-03-29
19:22
* generic/tclProc.c (Tcl_ApplyObjCmd): * tests/apply.test (9.3): Fixed Tcl_Obj leak on error retur... check-in: bf436ec4a5 user: msofer tags: trunk
2007-03-28
19:03
* generic/tclCmdMZ.c (STR_REVERSE): Implement the actual [string reverse] comman... check-in: 5373afa733 user: dgp tags: trunk
2007-03-27
16:44
* generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with TclStackAlloc calls. check-in: 3f20d29a16 user: dgp tags: trunk
2007-03-24
09:33
Thread exit handler marks the current thread as un-initialized. This allows exit handlers that are r... check-in: e92e02a7fa user: vasiljevic tags: trunk
2007-03-23
19:59
* generic/tclBasic.c (DeleteInterpProc): pop the root frame pointer before deleting the global nam... check-in: 57fb35adaa user: msofer tags: trunk
18:45
* win/Makefile.in: Added code to keep a Cygwin path name from leaking into LIBRARY_DIR when doing 'm... check-in: 26163778b0 user: kennykb tags: trunk
03:07
Reduce number of StackAlloc and StackFree calls. check-in: a0f311e25d user: dgp tags: trunk
2007-03-22
20:53
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays on the C stack and c... check-in: dd65b91f8e user: dgp tags: trunk
18:19
* generic/tclExecute.c: Revised GrowEvaluationStack to take an argument specifying t... check-in: 80f5f93ab2 user: dgp tags: trunk
2007-03-21
18:02
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: aa6b9bf6a4 user: dgp tags: trunk
16:25
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: 4a5a34e344 user: dgp tags: trunk
14:16
Minor comment formatting change check-in: 301cdc4ca3 user: dkf tags: trunk
2007-03-20
21:20
* generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. * generic/tclLi... check-in: 8437385056 user: dgp tags: trunk
19:47
2007-03-20 Kevin B. Kenny <kennykb@acm.org> * generic/tclDate.c: Rebuilt, despite Donal Fellows'... check-in: ee77f4e978 user: kennykb tags: trunk
16:19
Introduce modern formatting standards; no need for rebuild of tclDate.c check-in: 9c98167af5 user: dkf tags: trunk
15:23
Fix trivial error in comment. check-in: ee819e72aa user: dkf tags: trunk
03:16
* generic/tclCompile.c: Revise the various expansion routines for CompileEnv fields ... check-in: 760575aa5e user: dgp tags: trunk
2007-03-19
21:00
* generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / memcpy() sequen... check-in: 3dee205cdd user: dgp tags: trunk
16:59
* generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some * generic/tclEvent.c (... check-in: 65a357c8fc user: dgp tags: trunk
11:50
Fixed bug in regsub example. check-in: a74334ff7e user: dkf tags: trunk
2007-03-17
22:31
* win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key names correctly, so that Unicod... check-in: c83dde5ee6 user: kennykb tags: trunk
05:04
added missing panic check-in: 2620c319d0 user: dgp tags: trunk
2007-03-16
02:05
fix warnings check-in: 71ba415c39 user: das tags: trunk
00:57
* generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround to avoid gcc warning by using loca... check-in: 8ba7bf14b8 user: mdejong tags: trunk
2007-03-15
22:54
* win/Makefile.in: Fully qualify LIBRARY_DIR so that `make test` does not depend on working dir. check-in: b5ad60ea32 user: mdejong tags: trunk
22:05
* tests/parse.test: Add two backslash newline parse tests. check-in: 9b94a40c9b user: mdejong tags: trunk
2007-03-13
17:34
Added test for [Bug 1675044]. check-in: b13b57ba58 user: dgp tags: trunk
2007-03-12
22:08
Fix documentation typos check-in: 60a943394a user: patthoyts tags: trunk
20:45
* generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy * tests/foreach.te... check-in: 8d36d55259 user: dgp tags: trunk
19:28
* generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.te... check-in: 23501456a8 user: dgp tags: trunk
19:10
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/names... check-in: b632f11ec5 user: dgp tags: trunk
18:06
* generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.t... check-in: 77885f50c4 user: dgp tags: trunk
16:26
Fix [Bug 1679072] check-in: f4b4e501a8 user: dkf tags: trunk
10:49
Plug a leak of encodings check-in: 92ffd0c4a7 user: dkf tags: trunk
10:22
Tightening up declaration scopes, improving some comments with xrefs to bugDB check-in: 15bf9e7141 user: dkf tags: trunk
2007-03-11
16:54
Fix [Bug 1675044] check-in: 358f71c84b user: dkf tags: trunk
2007-03-10
15:39
Move 'return' in TclListObjSetElement into correct place! check-in: c5ab2b41d1 user: dkf tags: trunk
15:24
* generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to use the cheaper TclListObjCo... check-in: 3a29348d65 user: msofer tags: trunk
2007-03-09
20:04
* library/platform/shell.tcl: Made more robust if an older platform * library/platform/pkgIndex.t... check-in: d1dbbb07c2 user: andreas_kupries tags: trunk
16:40
Fix [Bug 1675116] check-in: 2130325c40 user: dkf tags: trunk
02:26
Modified test initialisation to use the 'loadTestedCommands' function of tcltest to bring in the cor... check-in: f0694e56be user: kennykb tags: trunk
01:08
* library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' ... check-in: 2fff6c3a5f user: kennykb tags: trunk
2007-03-08
22:26
* generic/tclListObj.c (TclLsetList): Rewrite so that the routine itself does not ... check-in: 9022a3bb41 user: dgp tags: trunk
11:19
Moved [lindex] guts to tclListObj.c, same as [lset] guts. check-in: 08146987c9 user: dkf tags: trunk
11:01
Tidy up formatting check-in: eabb5273a2 user: dkf tags: trunk
02:53
* library/clock.tcl: Further tweaks to the Windows time zone table (restoring missing Mexican time z... check-in: bde346f8b3 user: kennykb tags: trunk
00:27
various "const" additions in implementation check-in: 362e05018a user: nijtmans tags: trunk
2007-03-07
23:43
* macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * macosx/Tcl.xcodeproj/proj... check-in: ddc29ff523 user: das tags: trunk
22:34
* generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient private copies of... check-in: dea8fceaf6 user: dgp tags: trunk
22:03
various "const" additions in implementation check-in: 20578ee2a1 user: nijtmans tags: trunk
19:16
Add missing constraints check-in: 22cc7fe505 user: dgp tags: trunk
16:37
* generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simpler list validity t... check-in: 159342b76f user: dgp tags: trunk
09:35
Make [regexp -about] produce its result using Tcl_Objs instead of strings. check-in: dc7c0845a6 user: dkf tags: trunk
09:10
Minor comment cleaning up check-in: 261b762a78 user: dkf tags: trunk
00:28
New US DST rules on Windows; Olson's tzdata2007c check-in: f6e91e1904 user: kennykb tags: trunk
2007-03-05
23:28
* library/platform/shell.tcl (::platform::shell::RUN): In the case * library/platform/pkgIndex.tc... check-in: bdef4b3ff2 user: andreas_kupries tags: trunk
2007-03-03
10:07
Split the ChangeLog to separate out the (static) 2005 entries check-in: 751469edab user: dkf tags: trunk
10:04
Added macro to conceal at least some of the pointer hackery. check-in: b75ce52a19 user: dkf tags: trunk
2007-03-02
17:56
* generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing TclInvalidateStringRep... check-in: bd0656f21a user: dgp tags: trunk
16:06
Added comments warning against certain optimizations check-in: 8616cfc840 user: dgp tags: trunk
15:11
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation to append Tcl_... check-in: b3e04e3fef user: dgp tags: trunk
14:54
* generic/tclCmdIL.c (Info*Cmd): Code simplifications and optimizations. check-in: f9fd7cf37e user: dgp tags: trunk
10:35
D'uh! Forgot to save the ChangeLog... check-in: b8fc2b924e user: dkf tags: trunk
10:32
Added a scheme to allow aux-data to be printed out for debugging. For this to work, immediate operan... check-in: a2a40e3cff user: dkf tags: trunk
2007-03-01
22:45
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications and optimizatio... check-in: 01330c3688 user: dgp tags: trunk
22:14
* generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications and optimizatio... check-in: d4315c2ea8 user: dgp tags: trunk
21:03
Remove line with no effect check-in: 2ca9c89129 user: dgp tags: trunk
19:29
* generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same spirit; avoid sh... check-in: 109556a0e2 user: dgp tags: trunk
17:55
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away * tests/foreach.t... check-in: 7c1b6bc682 user: dgp tags: trunk
17:30
* generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an efficient private... check-in: e849cb2976 user: dgp tags: trunk
16:16
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make efficient private co... check-in: d771ff69dc user: dgp tags: trunk
10:07
Fix [Bug 1671138] check-in: ce0b420af3 user: dkf tags: trunk
2007-02-28
20:01
typo check-in: 4732710004 user: dgp tags: trunk
2007-02-27
21:44
A few more very minor changes check-in: ab5a20e630 user: dkf tags: trunk
21:28
Assorted cleanup, mostly of comments. check-in: 283f1a8e50 user: dkf tags: trunk
20:34
Stop using C++ keywords... check-in: 1a05fe2bc7 user: dkf tags: trunk
2007-02-26
23:27
* generic/tclIORChan.c (FreeReflectedChannel): Added the missing refcount release between NewRC... check-in: 0f345a2f87 user: andreas_kupries tags: trunk
19:10
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying of the objv ... check-in: ffefff36e6 user: dgp tags: trunk
2007-02-24
18:55
* generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that the recounting log... check-in: a69b4832a1 user: dgp tags: trunk
18:29
correct bogus change check-in: 2a6893c8ad user: dgp tags: trunk
2007-02-23
23:02
various "const" additions, in line with TIP #27 check-in: e3ada46179 user: nijtmans tags: trunk
2007-02-22
20:25
Typo, more. check-in: 4684903313 user: andreas_kupries tags: trunk
20:11
Typo. check-in: 9882751265 user: andreas_kupries tags: trunk
19:49
* tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the reg... check-in: 167e738af8 user: andreas_kupries tags: trunk
2007-02-20
23:24
various "const" additions, in line with TIP #27 check-in: 81ea4e1335 user: nijtmans tags: trunk
17:54
* doc/tcltest.n: Typo fix. [Bug 1663539] check-in: b7516151dc user: dgp tags: trunk
15:36
Bug #1479814. Handle extended paths on Windows NT and above. check-in: 05001e9ac2 user: patthoyts tags: trunk
2007-02-19
23:51
* unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.59 check-in: 1b4cca871f user: hobbs tags: trunk
23:50
(Tcl_FSEvalFileEx): safe incr of objPtr ref check-in: a36ab3feb7 user: hobbs tags: trunk
2007-02-18
18:42
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. check-in: 346988542b user: dkf tags: trunk
01:06
Partial fix of [Bug 1662436] check-in: 1258b6537a user: dkf tags: trunk
2007-02-14
17:59
2007-02-13 Kevin Kenny <kennykb@acm.org> * tools/fix_tommath_h.tcl: Further tweaking for the x86... check-in: 3c35edbcc6 user: kennykb tags: trunk
2007-02-13
14:48
Fix [Bug 1614687] check-in: 8cb4a6ee87 user: dkf tags: trunk
05:03
rebuilt from Olson's tzdata2007b check-in: eb57473537 user: kennykb tags: trunk
04:44
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c86f86ecf2 user: kennykb tags: trunk
03:43
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c1809b8105 user: kennykb tags: trunk
2007-02-09
06:42
Windows build fixes check-in: be08278413 user: mistachkin tags: trunk
2007-02-08
23:11
* unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with unsigned size_t to correctly... check-in: 36261c08ee user: hobbs tags: trunk
18:43
* generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/name... check-in: 10b8242e8a user: dgp tags: trunk
2007-02-06
23:43
Minor syntax/efficiency stuff check-in: 7911df6198 user: dkf tags: trunk
22:20
Silence a trivial warning check-in: a60ae97a1b user: dkf tags: trunk
21:15
Function header/whitespace police/general format fixes check-in: ae7364fd49 user: dkf tags: trunk
21:08
* generic/tclNamesp.c: Corrected broken implementation of the * tests/namespace.tes... check-in: 4e0ac63047 user: dgp tags: trunk
2007-02-04
02:51
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if available to define MODULE_... check-in: f5ff3722a3 user: das tags: trunk
00:01
Windows build fix check-in: a596bca35f user: mistachkin tags: trunk
2007-01-29
18:55
* generic/tclResult.c: Added optimization case to TclTransferResult to cover common... check-in: c8324c7bed user: dgp tags: trunk
17:16
* generic/tclLink.c: Broken linked float logic corrected. Thanks to Andy Goth [B... check-in: 74c8f71e22 user: dgp tags: trunk
16:51
* doc/fcopy.n: Typo fix. [Bug 1630627] check-in: 958b354acd user: dgp tags: trunk
2007-01-28
01:42
* macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that * macosx/Tcl.xcodeproj/defau... check-in: 3e0d0f89fd user: das tags: trunk
2007-01-25
02:06
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and move (rather than duplicate)... check-in: 1ffc63cb35 user: das tags: trunk
2007-01-22
09:15
Fix [Bug 1631017] check-in: 5e8c416d24 user: dkf tags: trunk
2007-01-19
14:06
More efficient issuing of INST_START_CMD instructions. See ChangeLog for discussion check-in: dc4b774eb4 user: dkf tags: trunk
08:45
Build fix for man2tcl.c with MSVC8 check-in: 1e0300cf47 user: mistachkin tags: trunk
08:17
Windows build fixes check-in: c09a38633c user: mistachkin tags: trunk
01:03
* macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions of Mac OS X, truncate() fai... check-in: 54a154124b user: das tags: trunk
2007-01-18
23:17
Code style improvements check-in: 8fd6e7367b user: dkf tags: trunk
22:43
Fix minor fault (made by aku, caught by aku) check-in: f2f37791f4 user: dkf tags: trunk
22:09
Small fixes to quell tests that fail on some kinds of Win systems check-in: 6df3f2eb20 user: dkf tags: trunk
11:37
Whitespace policing, and adding comments so that it is clearer what TclMarkList was doing... check-in: 1c156954e7 user: dkf tags: trunk
11:18
Minor fix to make bytecodes print out properly check-in: 38febb09a5 user: dkf tags: trunk
11:12
Fix [Bug 1638414] and make bytecode of expansion better check-in: 3c4a0d5973 user: dkf tags: trunk
11:05
Detect [Bug 1638414] check-in: 2ed27650c6 user: dkf tags: trunk
2007-01-17
10:20
Missed a spot; thanks to Andreas Kupries for spotting this one. check-in: c47afa6c2d user: dkf tags: trunk
00:42
Added macros to make usage of ChannelBuffers clearer. check-in: 9b58a9089b user: dkf tags: trunk
2007-01-11
18:30
* win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 bu... check-in: d53e6aca6c user: jenglish tags: trunk
13:17
Fixes to work better on Win98. Read version numbers from package index file to avoid keeping numbers... check-in: 3c3cfc75b2 user: patthoyts tags: trunk
2007-01-10
15:30
Arrange for RE engine workspace to be held in TSD. This is safe, less C-stack-hungry than before, an... check-in: d29fdf3177 user: dkf tags: trunk
2007-01-09
11:32
Fix [lindex] argument ordering. [bug 1631364] check-in: 3410c78f04 user: dkf tags: trunk
2007-01-03
15:22
Regenerated tclDate.c check-in: 488b4d7b3a user: kennykb tags: trunk
2007-01-02
18:43
Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) check-in: 056e3a97b7 user: dkf tags: trunk
2006-12-28
23:29
Whitespace/line-width police check-in: cda04cb218 user: dkf tags: trunk
2006-12-27
03:04
* generic/tclIO.c (Tcl_GetsObj): Avoid checking for for the LF in a possible CRLF s... check-in: d801cae602 user: mdejong tags: trunk
01:25
* generic/tclEncoding.c (EscapeFromUtfProc): Clear the TCL_ENCODING_END flag when end bytes are w... check-in: 72947ffa57 user: mdejong tags: trunk
2006-12-19
16:25
supply missing RCS line check-in: ea6501a730 user: dgp tags: trunk
16:14
Fix [Bug 1618838] check-in: 4cba13e336 user: dkf tags: trunk
14:22
Rewrote for more clarity check-in: 19140032df user: dkf tags: trunk
10:25
Replace with comment style recommended as "best practice" check-in: 0c29266f11 user: dkf tags: trunk
09:16
Wrote the commenting wrongly; used proper troff construct as recommended in CSTR#54 (The Troff User... check-in: cbce958cae user: dkf tags: trunk
08:56
Fix minor fault found by Joe Mistachkin check-in: f097dba4d4 user: dkf tags: trunk
04:35
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 4dd5a218c1 user: das tags: trunk
04:33
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 537f5091a7 user: das tags: trunk
04:13
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 06c6e79841 user: das tags: trunk
01:19
* unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch flag succeeds before enabl... check-in: 7484999a19 user: das tags: trunk
2006-12-17
03:47
* tests/macOSXLoad.test (new file): add testing of .bundle loading and * tests/load.test: unl... check-in: da1fb6e37f user: das tags: trunk
03:44
* tests/append.test: fix cleanup failure when all tests are skipped. check-in: f97a6a4fdd user: das tags: trunk
03:44
* tests/chan.test (chan-16.9): cleanup chan event handler to avoid causing error in event.test whe... check-in: 56142e1b1b user: das tags: trunk
03:43
* tests/info.test: add !singleTestInterp constraint to tests that fail when running testsuite with... check-in: 891377bfd6 user: das tags: trunk
2006-12-14
16:08
Reapplied the Engineering Manual-ification, but this time without the (small) changes that caused c... check-in: f7195fc2c8 user: dkf tags: trunk
10:22
Fix example. [Bug 1615277] check-in: a05964b839 user: dkf tags: trunk
2006-12-13
16:54
Revert the commits that broke the HEAD. I'm not searching through >300 lines of changes to find the ... check-in: 0201b51ecd user: dgp tags: trunk
16:33
Silly mistake corrected check-in: 4192b1c57c user: dkf tags: trunk
16:28
Cleanup to follow engineering manual guidelines check-in: aa153fd763 user: dkf tags: trunk
2006-12-12
21:45
* generic/tclCompExpr.c: Now that the new internal structs are in use to supp... check-in: 1bee6a6484 user: dgp tags: trunk
17:21
* generic/tclBasic.c: Final step routing all direct evaluation forms * generic/tcl... check-in: cd1c7e69e3 user: dgp tags: trunk
2006-12-11
18:54
* generic/tclBasic.c: Another step with all sorting operator commands * generic/tc... check-in: a43041a8fb user: dgp tags: trunk
2006-12-10
05:17
adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last tcltest.tcl commit. check-in: 82c25b0617 user: das tags: trunk
2006-12-08
20:48
* generic/tclBasic.c: Another step down the path of re-using * generic/tclCompExp... check-in: 552b601823 user: dgp tags: trunk
18:08
* generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd * generic/tclMathO... check-in: cac128331f user: dgp tags: trunk
16:14
* generic/tclMathOp.c: More revisions to make tests pass. * tests/mathop.test: check-in: d2478055f0 user: dgp tags: trunk
13:50
Fix [Bug 1571056] and silence a GCC warning check-in: 5ffd5c25c7 user: dkf tags: trunk
11:02
Minor formatting check-in: 2da1ef88c4 user: dkf tags: trunk
10:59
More tests for bitops check-in: 6c8ff7a4f2 user: dkf tags: trunk
05:23
typo check-in: ecad788680 user: das tags: trunk
03:37
* library/tcltest/tcltest.tcl: use [info frame] for "-verbose line". check-in: dac0c90d2c user: das tags: trunk
2006-12-07
23:35
* generic/tclCompCmds.c: Additional commits correct most * generic/tclExecute... check-in: 35351bcbd0 user: dgp tags: trunk
16:29
Handle the export of the commands from tcl::mathop more efficiently check-in: 519237f994 user: dkf tags: trunk
16:18
* generic/tclBasic.c: Biggest source of TIP 174 failures was that the commands wer... check-in: 323b31db36 user: dgp tags: trunk
16:12
* tests/mathop.test: Commmitted several new tests from Peter Spjuth found in [Pat... check-in: c2a103c2f9 user: dgp tags: trunk
15:08
Remove erroneous line check-in: 118b7710f1 user: dkf tags: trunk
15:02
More #174 bits and pieces check-in: b77dba5a97 user: dkf tags: trunk
10:35
Fixed line endings broken by a previous checking that caused test failures on windows. check-in: 0b5abdab16 user: patthoyts tags: trunk
2006-12-06
21:25
More TIP 174 compilation bug fixes, consolidations, and improvements. check-in: a99daacf4a user: dgp tags: trunk
18:05
* generic/tclCompCmds.c: Revised and consolidated into utility * tests/mathop... check-in: 00f77fba3f user: dgp tags: trunk
16:36
Improved error reporting in test expr-47.12 check-in: 565141544f user: kennykb tags: trunk
01:43
add new platform package files and earlier new test files check-in: 3670d70c41 user: das tags: trunk
01:42
fix errors flagged by make/html check-in: 5604f7dec6 user: das tags: trunk
00:01
Whitespace/style cop check-in: 604cb14664 user: dkf tags: trunk
2006-12-05
18:46
Documentation for platform package. check-in: e78d6d2a65 user: andreas_kupries tags: trunk
18:45
* generic/tclBasic.c: TIP #291. Define tcl_platform element for * doc/tclvars.n: pointerSize... check-in: 3cc462fc46 user: andreas_kupries tags: trunk
15:36
* generic/tclPkg.c: When no requirements are supplied to a * tests/pkg.test: ... check-in: d0d079458e user: dgp tags: trunk
2006-12-04
23:26
Fix leaking-stderr test breakage check-in: 020010ebfe user: dkf tags: trunk
23:13
Implement TIP#267 check-in: 66c58950fb user: dkf tags: trunk
22:33
* generic/tclCompExpr.c: Added implementation for the CompileExprTree() routi... check-in: 3ee9b62174 user: dgp tags: trunk
2006-12-03
16:31
* generic/tclCompExpr.c: Added expr parsing routines that produce a different... check-in: 93adebdbf2 user: dgp tags: trunk
2006-12-02
16:14
Bug 1606454 fixed check-in: 51e7a7fb39 user: dkf tags: trunk
01:23
fix warning check-in: 4acd037868 user: das tags: trunk
01:22
removed BZ_DIV_CUTOFF declaration now that it's gone from libtommath check-in: 76fbccbc8e user: das tags: trunk
2006-12-01
19:59
TIP#299 IMPLEMENTATION check-in: a096fe1fb7 user: kennykb tags: trunk
19:45
Fixed results of bollixed commit of libtommath 0.39 check-in: 0e9759bb80 user: kennykb tags: trunk
19:13
* tests/chan.test: Correct timing sensitivity in new test [Bug 1606860] check-in: 694d4af189 user: dgp tags: trunk
15:55
TIP#287 IMPLEMENTATION * doc/chan.n: New subcommand [chan pending]. ... check-in: 12ab5edc29 user: dgp tags: trunk
14:31
TIP#298 IMPLEMENTATION * generic/tcl.decls: Tcl_GetBignumAndClearObj -> Tcl_TakeBig... check-in: 99fc64f278 user: dgp tags: trunk
07:54
declare new BZ_DIV_CUTOFF global as MODULE_SCOPE check-in: 713c9a7525 user: das tags: trunk
06:06
typo check-in: 3fddb95ed7 user: das tags: trunk
06:06
fix warnings check-in: e94f62e776 user: das tags: trunk
05:48
fix typo: 0,0 -> 0.0 check-in: 1b5418df02 user: das tags: trunk
05:47
fix gcc warning: "suggest parentheses around comparison in operand of &" check-in: ef404165ab user: das tags: trunk
00:31
Upgrade to tommath 0.39 plus patches from Tom check-in: ddfba6e771 user: kennykb tags: trunk
00:08
Import of libtommath 0.39+ check-in: e5fc0556e8 user: kennykb tags: trunk
2006-11-30
23:33
fixed bug in floating point initial approximation that caused convergence failure check-in: 8fa0b1a363 user: kennykb tags: trunk
23:32
Olson's tzdata2006p check-in: b2237c8c13 user: kennykb tags: trunk
2006-11-29
15:01
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Added Tcl_DecrRefCount() on the ob... check-in: f1fffd4955 user: dgp tags: trunk
13:59
Correct typos that produced duplicate test names check-in: 04638e42fa user: dgp tags: trunk
2006-11-28
22:20
* generic/tclBasic.c: TIP #280 implementation. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * ge... check-in: d95fba8a1f user: andreas_kupries tags: trunk
14:50
Add missing cast that makes the fix effective. check-in: 7a043e7b4e user: dgp tags: trunk
2006-11-27
20:16
* unix/tclUnixChan.c (TclUnixWaitForFile): * tests/event.test (event-14.*): Corrected a bug where Tc... check-in: d3c62c08bd user: kennykb tags: trunk
15:10
* generic/tclExecute.c (TclIncrObj): Correct failure to detect floating-point inc... check-in: d75036f8bb user: dgp tags: trunk
2006-11-26
12:52
More bits and pieces of the TIP#174 implementation check-in: 834da63c8d user: dkf tags: trunk
06:05
* tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] * configure: autoconf-2.5... check-in: 5a29c4e837 user: das tags: trunk
05:32
add tclMathOp.c check-in: 96dbeb13c1 user: das tags: trunk
2006-11-25
17:18
Finished coding part of TIP#174. Still have tests and docs to do. check-in: b33c94ebdb user: dkf tags: trunk
2006-11-24
15:34
Added some more implementations check-in: c57bc81393 user: dkf tags: trunk
15:06
Supply missing #ifdef check-in: 2d2ab42d25 user: dgp tags: trunk
2006-11-23
23:48
Added Mod implementation check-in: 40b930c0ae user: dkf tags: trunk
22:38
Added implementations of the interpreted comparison operators check-in: 53524817d1 user: dkf tags: trunk
16:34
Added some interpreted operator implementations check-in: f8c892dd2a user: dkf tags: trunk
15:35
Silence complaints caused by [namespace import] returning current imports check-in: 83d6e7f7a2 user: dkf tags: trunk
15:24
*Partial* implementation of TIP#174. Still needs non-compiled versions of most operators, plus docs ... check-in: 32748eda99 user: dkf tags: trunk
13:13
Date fix check-in: 33919c1707 user: dkf tags: trunk
03:18
removed tools/genWinImage.tcl and win/README.binary check-in: c8c386946c user: das tags: trunk
03:18
whitespace check-in: c0069a5547 user: das tags: trunk
2006-11-22
23:25
[string is list] tests: fixed mixed up test name, added test of unicode handling check-in: 5d00b286c5 user: dkf tags: trunk
23:22
TIP#269 implementation check-in: 2cfaf6e022 user: dkf tags: trunk
20:30
* generic/tcl.h: Remove mention of win/README.binary in comment. check-in: ef00cf120e user: dgp tags: trunk
20:29
* tools/genWinImage.tcl (removed): Removed two files used in * win/README.binar... check-in: f09825fcbb user: dgp tags: trunk
19:43
* generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to * generic/tclInt... check-in: 8f4a0955bd user: dgp tags: trunk
2006-11-20
14:28
Make the guts of [chan] more robust. check-in: 8e3712c9bb user: dkf tags: trunk
10:14
Added a missing bold highlight check-in: a01da63432 user: dkf tags: trunk
2006-11-17
21:22
* generic/tclExecute.c (INST_EXPON): Corrected crash on [expr 2**(1<<63)]. Was o... check-in: 40237e4871 user: dgp tags: trunk
2006-11-16
09:34
Added more examples check-in: ff5f76b35f user: dkf tags: trunk
2006-11-15
20:08
TIP#270 IMPLEMENTATION * generic/tcl.decls: New public routines Tcl_ObjP... check-in: c06db721dd user: dgp tags: trunk
14:58
* tools/genStubs.tcl: Updated script to no longer produce the _ANSI_ARGS_ wrapper ... check-in: 40a5f13181 user: dgp tags: trunk
09:23
Convert \fP to \fR for easier manual page scraping check-in: 6ac86620d0 user: dkf tags: trunk
2006-11-14
16:30
TIP#261 IMPLEMENTATION * generic/tclNamesp.c: [namespace import] with 0 arguments ... check-in: 6f739ec61d user: dgp tags: trunk
2006-11-13
22:39
Silence a compiler warining about presenting a volatile pointer to 'memset' check-in: 5c38f9e884 user: kennykb tags: trunk
17:51
* generic/tclIO.c: When [gets] on a binary channel needs to use the "iso8859-1"... check-in: 412bdf69f2 user: dgp tags: trunk
08:23
* generic/tclCompExpr.c: fix gcc warnings about 'cast to/from * generic/tclEncoding.c: pointer fro... check-in: 8562d10e43 user: das tags: trunk
2006-11-12
23:23
Regen check-in: 7f3127eac2 user: dkf tags: trunk
23:15
Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. check-in: ebaa4e90fc user: dkf tags: trunk
2006-11-10
04:10
suppress linker arch warnings when building universal check-in: d33ba03a52 user: das tags: trunk
01:55
* tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains symlinks. * macosx/Tcl.x... check-in: 22b6ae1be7 user: das tags: trunk
2006-11-09
16:52
* generic/tclParseExpr.c (removed): Moved all the code of * generic/tclCompExpr.... check-in: 503e4857a2 user: dgp tags: trunk
16:11
Optimize for the unshared case. check-in: 81b71d3d1d user: dkf tags: trunk
15:37
Implemented [string reverse]. Finalizes basic TIP#272 implementation. check-in: 82bd93862e user: dkf tags: trunk
15:19
Implemented [lreverse] from TIP#272 check-in: adc8734872 user: dkf tags: trunk
2006-11-08
14:20
Fix spot where bug number formating was inconsistent check-in: 80c60162f3 user: dkf tags: trunk
13:47
Minor simplification of memcpy usage check-in: daa47e737a user: dkf tags: trunk
11:41
Rewrite for style and clarity (esp. tclPkg.c) check-in: 36e6a4022c user: dkf tags: trunk
2006-11-07
17:29
* unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code to fall back to a hardwired d... check-in: 621b8961cc user: andreas_kupries tags: trunk
14:26
Minor updates (whitespace police, etc.) check-in: e4a8fe7285 user: dkf tags: trunk
14:10
Minor changes (whitespace police, etc.) check-in: 34d587382d user: dkf tags: trunk
2006-11-05
04:16
* generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to an invalid forma... check-in: a83e3b5958 user: dgp tags: trunk
03:33
TIP#274 IMPLEMENTATION * generic/tclParseExpr.c: Exponentiation operator is n... check-in: a792c55b9b user: dgp tags: trunk
2006-11-04
00:09
* generic/tclBasic.c (TEOVI): fix por possible leak of a Command in the presence of execution trac... check-in: 52b6cda372 user: msofer tags: trunk
2006-11-03
23:24
* generic/tclBasic.c (TEOVI): * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution ... check-in: fcb738aaf0 user: msofer tags: trunk
15:31
Rename constraint to look more conventional check-in: 72eac4f15c user: dkf tags: trunk
11:45
Keep most tests from making sockets that are reachable off the machine. check-in: b80578eec2 user: dkf tags: trunk
11:36
Minor syntactic changes check-in: ddebbb5fdd user: dkf tags: trunk
03:04
* macosx/Tcl.xcodeproj/project.pbxproj: check autoconf/autoheader exit status and stop build if th... check-in: 01fee8451b user: das tags: trunk
00:34
* doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: * doc/fconfigure.n, doc/interp.n, doc/unknown... check-in: 5a5306b6b8 user: hobbs tags: trunk
2006-11-02
16:57
* generic/tclCmdAH.c: Further revisions to produce the routines * generic/tclInt.h... check-in: e66b307b7d user: dgp tags: trunk
16:39
Silence compiler grumbles. check-in: 0c12676c6c user: dkf tags: trunk
16:33
Fixed non-robustness error when opening subshell pipes when the current directory has a space in the... check-in: 2a36bb8f7f user: dkf tags: trunk
16:14
Fix some comments, make selected if/while bodies clearer by inserting comments. check-in: 3f411d68f0 user: dkf tags: trunk
15:58
* generic/tclBasic.c: Further revised TclAppendPrintToObj() and * generic/tclCkall... check-in: 6ed730551a user: dgp tags: trunk
15:43
Reverted tclEncoding.c commits that caused crashes and failures all over the place. check-in: 7e8a141043 user: dgp tags: trunk
15:07
Make better use of the core's internal macros. check-in: 6139d12b45 user: dkf tags: trunk
14:37
Removed unnecessary casts and reworked some loops for more clarity. check-in: c3e9524dfd user: dkf tags: trunk
14:04
Clean up uses of cast NULLs. check-in: bbb9c8f94c user: dkf tags: trunk
13:54
Added explanations, cleaned up whitespace. check-in: 02b16d976b user: dkf tags: trunk
13:44
Indentation policing check-in: 845de10adc user: dkf tags: trunk
13:24
More trivial formatting stuff check-in: 286fd53f73 user: dkf tags: trunk
11:32
Remove confusing line break check-in: b1739b2daa user: dkf tags: trunk
10:03
Whitespace policing check-in: 5ac1f9f57e user: dkf tags: trunk
09:42
Rewrote comments in TEOVI for clarity and usefulness. Switched to using TclStackAlloc for unknown ha... check-in: f263791b37 user: dkf tags: trunk
2006-10-31
22:41
fix warning check-in: c5ad92a82e user: das tags: trunk
22:24
* unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so that tclPort.h can once again ... check-in: 4502d2d7c1 user: das tags: trunk
21:47
Updated version of http package check-in: da57bfcb34 user: patthoyts tags: trunk
20:19
* generic/tclBasic.c: Refactored and renamed the routines * generic/tclCkalloc.c: ... check-in: 65113c21ec user: dgp tags: trunk
15:23
* generic/tclBasic.c: * generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing th... check-in: 44d5b56a80 user: msofer tags: trunk
14:19
Fix for bug #1582769 - options conflict with VC2003. check-in: 44a0816d89 user: patthoyts tags: trunk
13:46
Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp structure. check-in: 8d951d1cee user: dkf tags: trunk
09:20
Renamed functions to reduce confusion and added to header file. Closed-Leaf check-in: 29c0ed87e2 user: dkf tags: tip-257-implementation-branch
09:14
Added more API as requested by Arnulf Wiedermann <arnulf@wiedermann-pri.de> Also added more comment... check-in: 4a234b23e9 user: dkf tags: tip-257-implementation-branch
01:05
* tools/tcltk-man2html.tcl (option-toc): handle any kind of options defined toc section (needed fo... check-in: 34237547c9 user: hobbs tags: trunk
00:15
boo - last commit did not compile :( check-in: 5036f372e4 user: msofer tags: trunk
00:09
* generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v fields are restored after trace... check-in: a816f6daa2 user: msofer tags: trunk
2006-10-30
16:30
* generic/tclExecute.c (INST_MOD): Corrected improper testing of * tests/expr.t... check-in: bd19f966cc user: dgp tags: trunk
14:27
D'oh! Updated the wrong thing. check-in: f9e29c98f4 user: dkf tags: trunk
13:08
Add missing initialization. check-in: ea5e172b20 user: dkf tags: trunk
11:57
Formatting police check-in: 84bef81402 user: dkf tags: trunk
2006-10-29
21:40
* generic/tclNamesp.c (EnsembleImplementationCmd): * tests/namespace.test (47.7-8): reverted a wro... check-in: 30a04c0a8f user: msofer tags: trunk
2006-10-28
23:36
Minor style consistency cleanup check-in: 071aa37c84 user: dkf tags: trunk
23:26
Added some explanatory comments. check-in: 2948b6c0de user: dkf tags: trunk
23:07
Added note about test update check-in: 4b2b1f0e12 user: dkf tags: trunk
22:49
Regen check-in: ed4dcb69e3 user: dkf tags: trunk
22:48
Insert of calling point in middle of procedure code. Also cleaned up how [apply] terms generate stac... check-in: 16094d0b1d user: dkf tags: trunk
21:56
Improved Changelog entry for commit dated 2006-10-23 check-in: 3da239dbd1 user: msofer tags: trunk
18:09
Make a comment look nicer. :-) check-in: 33dc298496 user: dkf tags: trunk
2006-10-27
13:31
Added missing type to declaration check-in: 0aa0ca437b user: dkf tags: trunk
13:20
Cleaning up of various bits in tclVar.c to make code clearer to understand. check-in: e3186f0cc5 user: dkf tags: trunk
12:54
Regen check-in: 23870a11e5 user: dkf tags: trunk
12:53
Allow extensions that use the internal stubs to set a namespace path. check-in: ee02667591 user: dkf tags: trunk
12:44
Add field to CallFrame for holding object call frame data. check-in: 53a5967e57 user: dkf tags: trunk
12:33
Regen check-in: 71c319fc13 user: dkf tags: trunk
12:33
Fixed a spot where CONSTness had been forgotten. check-in: 2ce47a75ce user: dkf tags: trunk
00:39
* generic/tclProc.c (SetLambdaFromAny): minor change, eliminate redundant call to Tcl_GetString (t... check-in: ed42169a4f user: msofer tags: trunk
2006-10-26
17:23
doh, missing ChangeLog entry check-in: 1024ab0580 user: msofer tags: trunk
17:22
* generic/tclInterp.c (ApplyObjCmd):a * generic/tclNamesp.c (EnsembleImplementationCmd): replaced ... check-in: 27d546bdcc user: msofer tags: trunk
2006-10-24
23:13
* tests/info.test (info-9.11-12): tests for [Bug 1577492] * tests/apply.test (apply-4.3-5): tests ... check-in: 686eb8ab47 user: msofer tags: trunk
22:31
* generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for calls from ApplyObjCmd (islambda==1)... check-in: df82353029 user: msofer tags: trunk
00:29
* generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by using the ensemble rewrite engine, ... check-in: 830a25bde6 user: msofer tags: trunk
2006-10-23
23:04
* generic/tclBasic.c (TclEvalObjvInternal): removed redundant check for ensembles [Bug 1577628]. check-in: faa5560c40 user: msofer tags: trunk
22:49
* library/clock.tcl (format, scan): corrected wrong # args * tests/clock.test (3.1, 34.1): mes... check-in: db2a3f31b3 user: msofer tags: trunk
21:41
added warning to ChangeLog: ***POTENTIAL INCOMPATIBILITY*** Any user that includes tclInt.h and n... check-in: 5b0f20200a user: msofer tags: trunk
21:36
* generic/tcl.h: Modified the Tcl call stack so * generic/tclBasic.c: there is alwa... check-in: 7ce1f60ab1 user: msofer tags: trunk
21:20
Rewritten to not pass function pointers through ClientData directly; some compilers/architectures do... check-in: 83b9e972cf user: dkf tags: tip-257-implementation-branch
20:26
* README: Bump version number to 8.5a6 * generic/tcl.h: * libr... check-in: 0838b58d9c user: dgp tags: trunk
19:42
* README: Bump version number to 8.5a6 * generic/tcl.h: * tool... check-in: bed5192ec7 user: dgp tags: trunk
13:20
Use internal TclListObjGetElements macro where appropriate. check-in: b9384d847c user: dkf tags: tip-257-implementation-branch
13:17
back to development check-in: 07511ea3f8 user: dgp tags: trunk
13:16
Version of ChangeLog for 8.5a5 release check-in: eabc4b8aad user: dgp tags: trunk
2006-10-22
23:01
Add some hacks for Itcl support check-in: 43311a0a2f user: dkf tags: tip-257-implementation-branch
00:26
Fixed the remaining TODO, made the call chains more efficient, reworked the introspectors to be ense... check-in: ff88c2efab user: dkf tags: tip-257-implementation-branch
00:13
* generic/tcl.h: * generic/tclHash.c: Tcl_FindHashEntry() now calls Tcl_CreateHashEntry() with a ... check-in: 82dae2c070 user: msofer tags: trunk
2006-10-21
01:11
Fix problems identified by AKu, and finish moving [oo::copy] to where it belongs check-in: 32f0377fc1 user: dkf tags: tip-257-implementation-branch
2006-10-20
16:49
add tclOO* files Closed-Leaf check-in: ea79ea1f89 user: das tags: tip-257-merge1-branch-20061020T1300
16:48
fix warning check-in: 73a70c337a user: das tags: tip-257-merge1-branch-20061020T1300
16:47
fix configurations of 'tests' target check-in: 635dff9ad6 user: das tags: trunk
15:16
Undo mistaken commit to wrong branch caused by CVS fumble... :-} check-in: c97ddfca3f user: dkf tags: trunk
15:10
Branch for building TIP#257 for proper testing check-in: 80af129ceb user: dkf tags: tip-257-merge1-branch-20061020T1300
14:04
Consolidated TIP#257 patch applied to HEAD to allow for experimentation by other developers check-in: a99bded51f user: dkf tags: trunk
03:58
Created branch core-8-5-a5-synthetic Closed-Leaf check-in: ea7afed5b5 user: cvs2fossil tags: core-8-5-a5, core-8-5-a5-synthetic
03:58
* tools/tcltk-man2html.tcl: add support for alpha & beta versions to useversion glob pattern. [Bug... check-in: ac2d26080f user: das tags: trunk
2006-10-19
22:36
* unix/configure.in: Added autodetection for OS-supplied timezone * unix/Makefile.in: files and con... check-in: 0830e64aef user: rmax tags: trunk
21:09
Clarify; metadata applies special interpretation to NULL so don't call clientData check-in: f3924943c5 user: dkf tags: tip-257-implementation-branch-patchpoint-20061020T1300, tip-257-implementation-branch
21:06
Add a metadata mechanism (C API only; scripts can use variables) that allows code to attach arbitrar... check-in: 3fa7882bc7 user: dkf tags: tip-257-implementation-branch
21:04
Strip bits that I'm never planning to enable. check-in: e633cd4b0d user: dkf tags: tip-257-implementation-branch
2006-10-18
19:03
* changes: 8.5a5 release date set check-in: d5b1d8449c user: dgp tags: trunk
18:46
* doc/Encoding.3: Missing doc updates (mostly Table of * doc/Ensemble.3: ... check-in: 6daee4f0e4 user: dgp tags: trunk
17:42
advance tag for 8.5a5 check-in: 5b3a773019 user: dgp tags: trunk
2006-10-17
15:39
* generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12 commit: interp released too ear... check-in: 6e06002b40 user: msofer tags: trunk
2006-10-16
20:36
* tclProc.c (SetLambdaFromAny): * tests/apply.test (9.1-9.2): plugged intrep leak [Bug 1578454], ... check-in: c87a0bf2fd user: msofer tags: trunk
18:41
* unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main thread, where pthread_get_stac... check-in: 8ff3943783 user: das tags: trunk
17:43
* generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also changed Tcl_Alloc... check-in: ac929e49a1 user: dgp tags: trunk
16:52
* generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc. check-in: 4c13ce2a5a user: andreas_kupries tags: trunk
15:33
* changes: updates for 8.5a5 release. check-in: 83f8628543 user: das tags: trunk
15:22
* library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. * library/tcltest/pkgI... check-in: 22f4bf1645 user: dgp tags: trunk
2006-10-15
23:14
Move the copy-object operation to a place where it fits better and expose it as a part of the public... check-in: 1677233b18 user: dkf tags: tip-257-implementation-branch
2006-10-13
12:57
win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 check-in: 1a01ea2dde user: coldstore tags: trunk
05:11
win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: d01fa87110 user: coldstore tags: trunk
04:54
* unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use * unix/tcl.m4: pthread_get_stacksize... check-in: 49aee9c202 user: das tags: trunk
04:53
win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: 22fefe9114 user: coldstore tags: trunk
2006-10-12
16:24
* generic/tclInterp.c (ApplyObjCmd): * tests/interp.test (interp-14.5-10): made [interp alias] use... check-in: 1a54c20534 user: msofer tags: trunk
07:21
no message check-in: 8329586285 user: davygrvy tags: trunk
07:18
nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was not in my shwlapi header ... check-in: 0951243ff5 user: davygrvy tags: trunk
2006-10-11
20:41
* generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crash when argument versio... check-in: 8da4fb126f user: dgp tags: trunk
03:47
* changes: Updates for 8.5a5 release. check-in: d67439e00b user: dgp tags: trunk
02:01
fix line endings check-in: e1a830772b user: dgp tags: tip-257-implementation-branch
01:59
tclOOCall.c build targets check-in: 2441cc887d user: dgp tags: tip-257-implementation-branch
2006-10-10
20:25
* tests/namespace-old.test (5.4 6.12,14,15): * tests/namespace.test (14.3,12 17.7,10 34.7): adapt... Closed-Leaf check-in: adc5e09acd user: msofer tags: tip-278-branch
18:23
* tests/namespace.test (namespace-51.16): Added test. check-in: e08ee720fe user: dgp tags: trunk
18:07
* generic/tclNamesp.c (Tcl_FindNamespaceVar): second change needed, new test failure in namespace-... check-in: 5909d8e4ea user: msofer tags: tip-278-branch
16:45
* generic/tclNamespace.c (TclTeardownNamespace): After the commandPathSourceList of... check-in: c78121bce9 user: dgp tags: trunk
16:15
Silence GCC (cast is always safe; value is known to fit with wiggle room) check-in: ae8ab7ca23 user: dkf tags: trunk
2006-10-09
23:41
Changelog edit. check-in: 22e8b25f11 user: msofer tags: trunk
23:38
* doc/UpVar.3: brough the docs in accordance to the code. Ever since 8.0, Tcl_UpVar(2)? accepts TC... check-in: 1eebdd2adf user: msofer tags: trunk
22:33
* tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what was being tested). Mis... check-in: 147bfeab16 user: msofer tags: tip-278-branch
19:41
* tests/parse.test: fixing some incomplete references to global variables - missed in the big *.te... check-in: 1d7545f168 user: msofer tags: tip-278-branch
19:35
* generic/tclVar.c: minimal change, provides behaviour of TIP 278 but without any optimisation yet... check-in: 860ed519fa user: msofer tags: tip-278-branch
19:31
== == updated to tag tip-278-20061009 == 2006-10-09 Miguel Sofer <msofer@users.sf.net> * ... check-in: 873ef4830e user: msofer tags: tip-278-branch
19:15
* tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::error... check-in: a8fcd798f4 user: msofer tags: trunk, tip-278-20061009
2006-10-08
17:14
Makefile updates for new file check-in: 2cb6b556f8 user: dkf tags: tip-257-implementation-branch
17:13
Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 853ef8835f user: dkf tags: tip-257-implementation-branch
15:39
Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 6c491a698c user: dkf tags: tip-257-implementation-branch
2006-10-06
14:14
bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root
13:37
TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk
05:57
* library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::... check-in: 83351aed02 user: hobbs tags: trunk
04:55
(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk
00:22
* library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. check-in: c9c25ea2ac user: andreas_kupries tags: trunk
2006-10-05
21:24
* generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod... check-in: fd98919337 user: hobbs tags: trunk
11:38
* generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15... check-in: d33a29a762 user: msofer tags: trunk
05:13
nroff typo check-in: df648327d1 user: hobbs tags: trunk
2006-10-04
22:17
Many improvements to introspection; all features should now be introspectable. check-in: 9ee3a8c373 user: dkf tags: tip-257-implementation-branch
21:03
Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk
18:05
dup test name check-in: 632c9bda77 user: dgp tags: trunk
14:12
Add some memory tests check-in: 5bf32d9fda user: dkf tags: tip-257-implementation-branch
14:05
Tidy up long lines check-in: b91db59a19 user: dkf tags: tip-257-implementation-branch
2006-10-03
23:32
Fixed jenglish's nasty filter recursion case. Filters can't be recursively entered *unless* they're ... check-in: cdb4d99073 user: dkf tags: tip-257-implementation-branch
00:21
fix line endings check-in: 424bd35527 user: dgp tags: tip-257-implementation-branch
2006-10-02
22:52
Following discussion on c.l.t, remove oo::definer and oo::struct completely. check-in: bd7abb6f29 user: dkf tags: tip-257-implementation-branch
22:28
Remove oo::definer and oo::struct from the global state; they're not important enough. check-in: 6bed76212b user: dkf tags: tip-257-implementation-branch
03:18
fix line endings check-in: 45adb3bd94 user: dgp tags: tip-257-implementation-branch
2006-10-01
21:30
Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk
21:27
The C API is now just about there Done the cross-consistency check with the TIP Uncovered more bugs ... check-in: f8284dc741 user: dkf tags: tip-257-implementation-branch
20:59
Bug 1567956 check-in: cbf66e067c user: kennykb tags: trunk
13:33
* doc/Eval.3 (TclEvalObjv): added note on refCount management for the elements of objv, [Bug #7302... check-in: a155caa74d user: msofer tags: trunk
13:03
bug #1420432 - file mtime fails for directories on windows check-in: 66720c51df user: patthoyts tags: trunk
09:51
bug 1567956: handle Msys environment a little differently in getuser function check-in: a81126a719 user: patthoyts tags: trunk
2006-09-30
22:41
Reorganize to make traces neater Bug fix in object->unknown when handling zero-method objects More t... check-in: b91a7fa28a user: dkf tags: tip-257-implementation-branch
19:15
* generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. check-in: 83165e6b81 user: msofer tags: trunk
19:00
* generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * gene... check-in: 4097c3e214 user: msofer tags: trunk
17:56
* generic/tclCompile.c: * generic/tclHistory.c: * generic/tclInt.h: * generic/tclProc.c: made Tc... check-in: 639783a61c user: msofer tags: trunk
2006-09-29
15:46
Tidying up, and starting to build a C API ready for exposure. check-in: 484185eef9 user: dkf tags: tip-257-implementation-branch
2006-09-28
20:54
* generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths * tests/pkg.test: before compa... check-in: 84ce5a0a35 user: andreas_kupries tags: trunk
20:06
* generic/tclExecute.c: Corrected error in INST_LSHIFT in the * tests/expr.test: ... check-in: 1b8e91a167 user: dgp tags: trunk
19:24
* generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for possible NULL derefs, [Bug 1566... check-in: 22f85bac32 user: msofer tags: trunk
15:10
* generic/tclPkg.c (CompareVersion): Flatten strcmp() results to {-1, 0, 1} to ma... check-in: 7f4a2f2310 user: dgp tags: trunk
00:29
Convert confusing 'cPtr' to clearer 'clsPtr' check-in: b649e64df5 user: dkf tags: tip-257-implementation-branch
2006-09-27
23:35
* generic/regc_color.c (uncolorchain): * generic/regc_nfa.c (freearc): changed tests and asserts t... check-in: 43314a2e1d user: msofer tags: trunk
22:39
changed last commit - ifdef'ing out unused mcce (multi char collation elements) code. check-in: aa894cbc17 user: msofer tags: trunk
20:37
* generic/regc_cvec.c (addmcce): * generic/regcomp.c (compile): the static function addmcce does ... check-in: fa0a132f0e user: msofer tags: trunk
20:22
* tests/pkg.test: Added test for version comparison at the 32bit boundary. [SF Tcl Bug 1563836]... check-in: d0cad63004 user: andreas_kupries tags: trunk
13:49
* generic/tclFileName.c (TclGlob): added a panic for a call with TCL_GLOBMODE_TAILS and pathPrefix... check-in: 668bd0bb04 user: msofer tags: trunk
13:25
Stop people from creating objects with empty names; it doesn't work. check-in: 252c65ffba user: dkf tags: tip-257-implementation-branch
13:24
Regen check-in: 603cf325c6 user: dkf tags: tip-257-implementation-branch
13:23
TclRenameCommand should take const arguments check-in: e3b0530098 user: dkf tags: tip-257-implementation-branch
2006-09-26
23:01
TIP 27 changes for Tcl_CreateEncoding check-in: 36d41f9c70 user: kennykb tags: trunk
20:47
Additional compiler flags and amd64 support. check-in: 3c9c0b85ca user: patthoyts tags: trunk
14:08
* generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#d... check-in: 4a83de2e5b user: dgp tags: trunk
00:11
Fixing msvc8 and stat modifications check-in: 4fda92ef0d user: patthoyts tags: trunk
00:05
More fixing which struct stat to refer to. Some casts from time_t to int required. Tcl_Time structur... check-in: 514c0c6683 user: patthoyts tags: trunk
2006-09-25
22:46
Finished off [self] and fixed up the mess that was class mixins to no longer have odd lurking nasti... check-in: f8e2b9db45 user: dkf tags: tip-257-implementation-branch
22:30
Remove parameters; I'm not going to implement them (for now) Add class filters, as I understand how ... check-in: 852966c1b5 user: dkf tags: tip-257-implementation-branch
21:55
* generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended lo... check-in: a406cad4cf user: andreas_kupries tags: trunk
17:30
another nit check-in: 6a6c3b0fa4 user: dgp tags: trunk
15:58
* doc/package.n: Fixed nits reported by Daniel Steffen in the TIP#268 changes. check-in: d28fa7fe7a user: andreas_kupries tags: trunk
15:02
Minor change: Improved code style check-in: bf0b0d3463 user: dkf tags: trunk
14:59
yet another stab at 1564777 check-in: c093f50364 user: kennykb tags: trunk
14:58
yet another stab at 1564777 check-in: d781364709 user: kennykb tags: trunk
13:35
fix line endings check-in: 58f7ee791d user: dgp tags: trunk
00:09
Fix [Bug 1564677] check-in: a44b4eb923 user: dkf tags: trunk
2006-09-24
20:46
* generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bu... check-in: e31741c85d user: msofer tags: trunk
19:13
* generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This ... check-in: 11e24ed21c user: msofer tags: trunk
2006-09-22
22:32
* generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for bett... check-in: 7c38f09206 user: andreas_kupries tags: trunk
21:55
Oops, wrong length in comparison produces random results in qsort() when one value is a prefix of a... check-in: f499b8b5cf user: dkf tags: tip-257-implementation-branch
18:13
TIP#268 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubIn... check-in: 055195c6bc user: andreas_kupries tags: trunk
14:45
Fix [Bug 1562528] check-in: 9a6f412e81 user: dkf tags: trunk
00:18
Filled out more [self] subcommands check-in: 80df17542c user: dkf tags: tip-257-implementation-branch
2006-09-21
21:11
* generic/tclUtil.c: Dropped ParseInteger() routine. TclParseNumber covers the ta... check-in: b4a525c481 user: dgp tags: trunk
14:56
correct registry version number check-in: 917fa982f8 user: vincentdarley tags: trunk
2006-09-20
23:01
Added many comments; code should be more readable now. check-in: 113453d6f1 user: dkf tags: tip-257-implementation-branch
14:25
fix line endings check-in: cef06a381e user: dgp tags: tip-257-implementation-branch
13:37
fix line endings check-in: 0498863461 user: dgp tags: trunk
00:12
More extensive (complete?) testing of the oo::struct class Working and tested 'variable' method of o... check-in: 3284871232 user: dkf tags: tip-257-implementation-branch
00:07
Use the FOREACH macro check-in: 9739dc3b0f user: dkf tags: tip-257-implementation-branch
2006-09-19
23:52
Move FOREACH declaration to more useful place check-in: 958da8ec45 user: dkf tags: tip-257-implementation-branch
22:07
Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... check-in: 751b0d8690 user: dkf tags: trunk
16:31
* generic/tclExecute.c (INST_EXPON): Native type overflow detection * tests/expr.... check-in: adcaa18a0d user: dgp tags: trunk
2006-09-18
23:02
oo::struct now seems to be working, but more tests needed. Also arranged for all (public) ::oo comma... check-in: 552ec6711a user: dkf tags: tip-257-implementation-branch
2006-09-17
22:08
Remove a useless epoch field Add (most) of the 'struct' class definition; still needs tests check-in: 24d8b5b1d3 user: dkf tags: tip-257-implementation-branch
22:03
Add some dependency info for convenience check-in: 4ab93e9ed3 user: dkf tags: tip-257-implementation-branch
2006-09-16
01:22
* tests/http.test (http-5.1): bump http to 2.5.3 * unix/Makefile.in: * win/M... check-in: a65faed6b6 user: dgp tags: trunk
00:19
* library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: ... check-in: ebf8d82ec5 user: hobbs tags: trunk
2006-09-12
22:51
* unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as hav... check-in: 33c4ca5ff1 user: andreas_kupries tags: trunk
21:59
* unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align t... check-in: ee4af82066 user: andreas_kupries tags: trunk
2006-09-11
22:34
Added tommath_(super)class headers to include install check-in: 3fb30f937b user: patthoyts tags: trunk
22:10
Fixed error launching win98 test check-in: 615a313ba6 user: patthoyts tags: trunk
21:24
Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). check-in: 2ccd7b051a user: patthoyts tags: trunk
19:23
* unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. check-in: c7941aa39e user: andreas_kupries tags: trunk
16:07
* unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; ... check-in: a9e57afcba user: das tags: trunk
15:57
* tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: check-in: f3fded6fa4 user: andreas_kupries tags: trunk
14:50
bump msgcat version to 1.4.2 check-in: ee79686dba user: kennykb tags: trunk
14:38
* library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. check-in: e4a3ba7ad1 user: dgp tags: trunk
04:54
* generic/tclExecute.c: Corrected INST_EXPON flaw that treated * tests/expr.... check-in: 953271d93a user: dgp tags: trunk
03:54
* doc/tcltest.n: Bump to version tcltest 2.3.0 to account * library/t... check-in: 0bd317c5fb user: dgp tags: trunk
2006-09-10
19:00
* library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/ms... check-in: dde7149a15 user: dgp tags: trunk
17:04
* library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: ... check-in: dc96f873b9 user: das tags: trunk
2006-09-08
20:57
Added special handling for Darwin where gethostbyname/addr are actually MT-safe per-se. check-in: f5a5e872b5 user: vasiljevic tags: trunk
19:24
* unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed ... check-in: 7b52f8e051 user: andreas_kupries tags: trunk
2006-09-07
18:53
unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed... check-in: a9af958fdc user: vasiljevic tags: trunk
09:17
Rewritten MT-safe wrappers to return ptrs to TSD storage. check-in: 660533ed64 user: vasiljevic tags: trunk
2006-09-06
16:12
Use MODULE_SCOPE declaration where appropriate check-in: da92de1da7 user: vasiljevic tags: trunk
13:25
Added for fixing Tcl Bug 999544 check-in: 93d85c302a user: vasiljevic tags: trunk
13:23
Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). check-in: cb01fe41cb user: vasiljevic tags: trunk
2006-09-05
16:11
typo check-in: 93865cc615 user: dgp tags: trunk
02:44
* generic/tclCompExpr.c: Removed much complexity that is no longer needed. check-in: d0b8c00ca5 user: dgp tags: trunk
2006-09-04
21:34
* tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to... check-in: 3a84db5632 user: dgp tags: trunk
19:36
correct package example check-in: 2a0477562e user: hobbs tags: trunk
2006-09-02
21:04
Some tidying, and fix remaining known call context generation and trace generation bugs. check-in: 1bd62544ef user: dkf tags: tip-257-implementation-branch
2006-09-01
15:29
More functionality, more tests, more bugs uncovered... check-in: e809410864 user: dkf tags: tip-257-implementation-branch
13:11
fix line endings check-in: 86ac1725e0 user: dgp tags: tip-257-implementation-branch
12:11
Improvements in error trace handling check-in: 66cd120136 user: dkf tags: tip-257-implementation-branch
10:40
More tests (all passing), and got rid of the knownBug from all tests. check-in: 055c4e35e6 user: dkf tags: tip-257-implementation-branch
2006-08-31
23:27
More introspection and starting to assemble the [oo::definer] metaclass check-in: bcee6d2234 user: dkf tags: tip-257-implementation-branch
20:41
* generic/tclCompExpr.c: Corrected flawed logic for disabling the INST_TRY_CV... check-in: 03486d986a user: dgp tags: trunk
20:09
* tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: ... check-in: 28c78c11e8 user: dgp tags: trunk
15:43
Fix bloopers check-in: 3af609789f user: dkf tags: tip-257-implementation-branch
15:41
Add more introspection Change line endings to LF check-in: a76bef062d user: dkf tags: tip-257-implementation-branch
15:41
Change to using LF line endings check-in: cdff92950a user: dkf tags: tip-257-implementation-branch
2006-08-30
23:49
Reorganization to support more types of methods and method cloning. Now can clone non-class objects.... check-in: 634064f6b6 user: dkf tags: tip-257-implementation-branch
20:46
* generic/tclParseExpr.c: Dropped the old expr parser. check-in: 877cacc543 user: dgp tags: trunk
19:33
* generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId check-in: b772b79e17 user: hobbs tags: trunk
19:30
* win/tclWinChan.c [Bug 819667] Improve logic for identifying COM ports. check-in: 5058a5afa8 user: hobbs tags: trunk
17:59
see changes check-in: bd2355b263 user: hobbs tags: trunk
17:59
* generic/tclIOGT.c (ExecuteCallback): * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEv... check-in: adcd7cfba2 user: hobbs tags: trunk
17:58
* unix/Makefile.in (valgrindshell): add valgrindshell target and update default VALGRINDARGS. Use... check-in: 546e375b54 user: hobbs tags: trunk
17:56
* generic/tclFileName.c (DoGlob): match incrs with decrs. check-in: 8c6496902e user: hobbs tags: trunk
15:35
Test updates to start checking introspection facilities check-in: d366834cac user: dkf tags: tip-257-implementation-branch
14:53
Implementations of many of the simpler introspective actions. check-in: 8662f03c75 user: dkf tags: tip-257-implementation-branch
14:23
Outline of the additions to [info] command. No changes to test suite yet, nor any functional impleme... check-in: fdf32fc3ba user: dkf tags: tip-257-implementation-branch
2006-08-29
23:13
small error message changes check-in: f3386b1f83 user: dkf tags: tip-257-implementation-branch
19:11
silence compiler warn check-in: ec051dd43e user: dgp tags: trunk
19:09
undo mistaken commit check-in: 977c1e50e8 user: dgp tags: trunk
19:04
* generic/tclParseExpr.c: Use the "parent" field of orphan ExprNodes to store ... check-in: 36db802e78 user: dgp tags: trunk
15:21
Squelching another nasty edge case that causes crashes check-in: 20015fde33 user: dkf tags: tip-257-implementation-branch
14:47
Squelch crash when destroying the root of the object tree. The root is special. check-in: 0d19c7d89d user: dkf tags: tip-257-implementation-branch
13:09
More use of ensemble tricks to improve error messages check-in: d0c7ac00b8 user: dkf tags: tip-257-implementation-branch
11:01
Better handling of method arguments, added (currently failing) test to check check-in: 65d94ddd66 user: dkf tags: tip-257-implementation-branch
09:06
Do not run destructors in deleted interpreters; it makes bad things happen on some platforms (esp. L... check-in: 25819362e2 user: dkf tags: tip-257-implementation-branch
06:28
add casts to make gcc2 happy with previous commit [Bug 1548330] check-in: 6e49a4e1e7 user: das tags: trunk
05:33
Fix for stack.test failures on FreeBSD check-in: cad4b8fc35 user: mistachkin tags: trunk
00:36
fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv check-in: 349a10088f user: coldstore tags: trunk
2006-08-28
23:37
Partial implementation of object cloning check-in: 17381ed8e0 user: dkf tags: tip-257-implementation-branch
18:22
ftp://elsie.nci.nih.gov/pub/tzdata2006k check-in: 22134e5558 user: kennykb tags: trunk
16:05
* generic/tclStringObj.c: Revised ObjPrintfVA to take care * generic/tclParseE... check-in: 915a693050 user: dgp tags: trunk
15:53
Added support for mixins and changing an object's class dynamically. check-in: f5ea786b6e user: dkf tags: tip-257-implementation-branch
14:13
* generic/tclStringObj.c: Corrected TclFormatObj's failure to count up the num... check-in: 366bf07353 user: dgp tags: trunk
13:13
undo last commit. check-in: 30c4386336 user: dgp tags: trunk
08:48
simplification of previous commit, whitespace cleanup check-in: b205841d65 user: das tags: trunk
08:47
fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defined check-in: d990dffed8 user: das tags: trunk
04:13
Fixes for [Bug 1547662] and [Bug 1547681] check-in: f0365ca347 user: mistachkin tags: trunk
2006-08-27
14:33
Memory now handled mostly right throughout. Filters now supported. check-in: 71661452ad user: dkf tags: tip-257-implementation-branch
2006-08-26
22:15
Tidying up and most of object/class teardown now implemented. check-in: 0c23e1fdea user: dkf tags: tip-257-implementation-branch
13:00
bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] check-in: 69ffdd8acb user: msofer tags: trunk
2006-08-24
23:56
Multiple inheritance (no filters, no mixins) and more of [self] check-in: 0b75ce7945 user: dkf tags: tip-257-implementation-branch
21:47
* library/tzdata: Regenerated, including several new files, from Olson's tzdata2006j. * library/c... check-in: d3ace100bf user: kennykb tags: trunk
07:12
removed now no longer needed '-constraints newExprParser' arg to tcltest check-in: 925a757acb user: das tags: trunk
02:54
fix line endings check-in: c3adf41ddc user: dgp tags: tip-257-implementation-branch
2006-08-23
23:43
Add another test check-in: 7ab5acf1a3 user: dkf tags: tip-257-implementation-branch
23:37
Some simple changes to make [global] (and related) work properly in methods. check-in: 9128289062 user: dkf tags: tip-257-implementation-branch
23:35
Remove dead (and previously commented-out) code check-in: 77fb73e48a user: dkf tags: tip-257-implementation-branch
21:31
* generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.te... check-in: 5cda08a159 user: dgp tags: trunk
15:42
Tweaking the init sequence; not yet important check-in: 118748827c user: dkf tags: tip-257-implementation-branch
14:38
Partial implementation of the [self] command. check-in: 8d612b3ee0 user: dkf tags: tip-257-implementation-branch
09:29
Make single inheritance and the [next] command work properly. check-in: 14b71b4b3a user: dkf tags: tip-257-implementation-branch
2006-08-22
23:36
Some support for defining simple class hierarchies; incomplete and buggy though check-in: c9a7010d1d user: dkf tags: tip-257-implementation-branch
18:10
More test flexibility check-in: f839e7b1dc user: dgp tags: trunk
15:01
Test method forwarding check-in: d548cb619f user: dkf tags: tip-257-implementation-branch
14:42
Improved test check-in: 6c71dee38e user: dkf tags: tip-257-implementation-branch
14:37
Another test, this time of self.method check-in: dc23c6dc3e user: dkf tags: tip-257-implementation-branch
10:50
Add more tests. Working towards being able to do object cleanup properly check-in: e78d6b4fed user: dkf tags: tip-257-implementation-branch
04:03
* tests/compExpr-old.test: Update existing tests to not fail * tests/compExpr.t... check-in: 27c27c8d91 user: dgp tags: trunk
2006-08-21
21:34
Add support for export/unexport of commands (not yet properly inheritance-aware), and make method fo... check-in: 0e237eec29 user: dkf tags: tip-257-implementation-branch
17:15
* generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both... check-in: 153b8a7ae0 user: dgp tags: trunk
15:55
Nearly working destructor code. check-in: cc4b6e0a7c user: dkf tags: tip-257-implementation-branch
14:56
* generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPath... check-in: 9272fb766d user: dgp tags: trunk
09:02
Fix the 'gdb' target. check-in: 40c875a767 user: dkf tags: trunk
06:09
typo: s/Xcode 2.3/Xcode 2.4/ check-in: d76fe61104 user: das tags: trunk
05:37
* unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availabi... check-in: d0aba3dd78 user: das tags: trunk
03:50
add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLOYMENT_TARGET unset. [Bu... check-in: d5ab9428b4 user: das tags: trunk
02:36
sync with relevant core-8-4-branch additions check-in: b619007e54 user: das tags: trunk
01:08
* generic/tclClock.c (ClockClicksObjCmd): add support for Darwin * generic/tclCmdMZ.c (Tcl_TimeObj... check-in: 26f9667ec2 user: das tags: trunk
01:08
* macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_Wai... check-in: 7221913ebc user: das tags: trunk
2006-08-20
18:11
fix line endings (again) check-in: e1c3dace5e user: dgp tags: tip-257-implementation-branch
12:20
Constructors now work, but still no (real) inheritance so they're not very useful yet check-in: ae0495000a user: dkf tags: tip-257-implementation-branch
2006-08-19
17:22
Stop spurious errors from the guts of AllocObject that prevented the test from passing check-in: d06f048ae0 user: dkf tags: tip-257-implementation-branch
16:58
A version that can actually execute methods, and a test file to demonstrate it. check-in: 4fdd28be48 user: dkf tags: tip-257-implementation-branch
16:57
Make 'make gdb' work correctly on Windows/msys. check-in: a1da9bc87f user: dkf tags: tip-257-implementation-branch
2006-08-18
22:28
Assemble enough pieces together that at least some method dispatch is now working! check-in: bb7c24b12d user: dkf tags: tip-257-implementation-branch
11:23
* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due t... check-in: a837931e2d user: das tags: trunk
07:45
* unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x... check-in: 8e0081af99 user: das tags: trunk
2006-08-17
17:43
* generic/tclCompile.c: Revised the new set of expression * generic/tclParse... check-in: a8c91610e6 user: dgp tags: trunk
2006-08-16
20:51
Added [oo::define ? forward] check-in: 0f0c660b96 user: dkf tags: tip-257-implementation-branch
17:56
* generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static a... check-in: 14f358e107 user: dgp tags: trunk
2006-08-14
19:29
Stop CallFrame != Tcl_CallFrame panic check-in: a32e1b8340 user: dgp tags: tip-257-implementation-branch
10:01
Added missing braces to validation code check-in: 8e8dd6e652 user: dkf tags: trunk
2006-08-13
21:35
Bits and pieces of [oo::define]. Should now be able to define constructors, destructors and (simple)... check-in: c527a998a1 user: dkf tags: tip-257-implementation-branch
2006-08-11
15:16
It seems that the original submitter of the patch didn't test it. Add a critical buffer reset so th... check-in: 5506a882f7 user: dkf tags: trunk
13:50
Applied [Patch 1352382] check-in: 58c8f54cd0 user: dkf tags: trunk
2006-08-10
13:07
D'oh! Fix silly mistakes. check-in: b5307d6e55 user: dkf tags: trunk
12:15
Various minor object file size efficiency fixes. [Bug 1530474] check-in: a09967381c user: dkf tags: trunk
2006-08-09
18:12
* generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(... check-in: 6ff5bab321 user: dgp tags: trunk
14:16
Error message consistency improvements. [Bug 1534628] check-in: 086978a2d5 user: dkf tags: trunk
13:51
Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] check-in: cd03ff96a0 user: dkf tags: trunk
10:06
Make [expr] use in examples more idiomatic [Bug 1526581] check-in: 04c72ee62f user: dkf tags: trunk
2006-08-03
22:46
fix indenting with spaces i.s.o tabs check-in: b59c3a1ce7 user: nijtmans tags: trunk
22:41
two minor doc fixes check-in: f658dc1c80 user: nijtmans tags: trunk
2006-08-02
20:04
* unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initia... check-in: 262c4d08c2 user: das tags: trunk
20:03
* tests/compExpr-old.test: add 'oldExprParser' constraint to all tests * tests/compExpr.test... check-in: 1c2d45d58d user: das tags: trunk
20:01
typo check-in: f15716a5a0 user: das tags: trunk
2006-07-31
15:44
Bug 1531530 check-in: a07567fdd5 user: kennykb tags: trunk
03:27
Bug 1426279 check-in: 5fce0df2f9 user: kennykb tags: trunk
2006-07-30
19:15
Fixed Bug 1494664 check-in: 8fbc85f8ff user: kennykb tags: trunk
18:58
Fixed Bug 1505383 check-in: b700efc33b user: kennykb tags: trunk
16:18
Fix typo [Bug 1496886] check-in: 0bc42fa7c8 user: jenglish tags: trunk
2006-07-28
10:38
fix errors from 'make html' check-in: 6381bece46 user: das tags: trunk
2006-07-26
21:56
* generic/tclExecute.c: Corrected flawed overflow detection in * tests/expr.test: ... check-in: dc337b42a1 user: dgp tags: trunk
2006-07-24
13:43
* win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks to afredd. [Bug ... check-in: 7a410e481f user: dgp tags: trunk
2006-07-21
14:56
undo mistaken commit check-in: 4e1c9e6425 user: dgp tags: trunk
10:47
* generic/tclExecute.c: * tests/execute.test (execute-9.1): dgp's fix for [Bug 1522803]. check-in: 76e3738cf2 user: msofer tags: trunk
06:02
typos check-in: eace2ae02f user: das tags: trunk
2006-07-20
07:39
cleanup quoting and whitespace check-in: af1d21a5e1 user: das tags: trunk
06:18
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create notifier thread lazily upo... check-in: 95ec292536 user: das tags: trunk
06:17
* generic/regc_locale.c (cclass): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOCmd... check-in: 25ff7e8b0a user: das tags: trunk
2006-07-14
16:28
* unix/tclUnixPort.h: Added the inclusion of <AvailabilityMacros.h>. The missing header caused ... check-in: e172aac034 user: andreas_kupries tags: trunk
2006-07-13
00:23
Fix blunder check-in: 955b22c283 user: dkf tags: tip-257-implementation-branch
2006-07-12
15:32
First go at doing procedure-like method dispatch. Probably somewhat wrong. :-) check-in: ea6c474c9f user: dkf tags: tip-257-implementation-branch
00:21
Added implementation of the [next] command check-in: 67d1fe8b7c user: dkf tags: tip-257-implementation-branch
2006-07-11
14:29
Made Tcl_AsyncDelete() more tolerant when called after all thread TSD has been garbage-collected. check-in: d4201e4c4e user: vasiljevic tags: trunk
10:00
Fix line endings :-( check-in: 8341f10f3f user: dkf tags: tip-257-implementation-branch
2006-07-10
23:24
Split out the (likely to get rather large) support for the oo::define command Update all relevant ma... check-in: ce2a3efdc6 user: dkf tags: tip-257-implementation-branch
01:17
Created branch tip-257-implementation-branch-root-synthetic Closed-Leaf check-in: 0d609a1995 user: cvs2fossil tags: tip-257-implementation-branch-root, tip-257-implementation-branch-root-synthetic
01:17
Dispatch is mostly working now; just got to get dispatch to "procedure-like" methods done now; trick... check-in: 53ccb752fa user: dkf tags: tip-257-implementation-branch
2006-07-05
20:42
Improvements to error context messages check-in: 3e3cf8d323 user: dgp tags: trunk
05:34
* generic/tclParseExpr.c: Completely new expression parser that builds a parse... check-in: 27c7cf27cb user: dgp tags: trunk
2006-06-21
20:44
fix warnings check-in: 8ee445667e user: das tags: trunk
03:10
* generic/tclIOUtil.c: Changed default configuration to * generic/tclInt.decls: #un... check-in: 0bde9c44bb user: dgp tags: trunk
2006-06-20
15:00
One stray CONST that escaped the CONST->const conversion. check-in: a10709e1ae user: dgp tags: trunk
13:22
* generic/tclCmdAH.c: Removed dead code that was old implementation of [format]. check-in: d896ffc8bd user: dgp tags: trunk
2006-06-16
18:35
typo check-in: c30a92e536 user: dgp tags: trunk
2006-06-14
21:11
* unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED define from AvailabilityMa... check-in: a4aa374b9b user: das tags: trunk
14:59
Added examples after prompting on the Tcler's chat. check-in: f24478aad6 user: dkf tags: trunk
2006-06-13
22:10
Workaround for silly compiler bug. [Bug 1503729] check-in: a946650648 user: dkf tags: trunk
2006-06-06
20:06
* doc/GetStdChan.3: Added recommendation that each call to Tcl_SetStdChannel() b... check-in: 97f256fe07 user: dgp tags: trunk
2006-06-05
10:04
Documentation improvements (including Tcl_Realloc(NULL,x) behaviour) check-in: 580ec2c125 user: dkf tags: trunk
08:34
Minor formatting fixes check-in: a69480e0f4 user: dkf tags: trunk
2006-05-30
00:30
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/... check-in: ce66481412 user: hobbs tags: trunk
2006-05-27
05:22
* macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): ... check-in: b5827f9228 user: das tags: trunk
2006-05-26
19:13
autoconf-2.59 check-in: be5f67af4f user: das tags: trunk
19:12
updates for Xcode 2.3 check-in: 5a0445f00f user: das tags: trunk
2006-05-24
10:37
Fix [Bug 1494160] check-in: e940c8059d user: dkf tags: trunk
10:31
Typo. [Bug 1494160] check-in: 355a97f133 user: dkf tags: trunk
2006-05-23
15:35
Minor doc improvements check-in: 2a2c224706 user: dkf tags: trunk
2006-05-15
16:07
Silence compiler warning. check-in: 62f90c522c user: dgp tags: trunk
2006-05-13
17:14
* generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the ... check-in: befd37911b user: dgp tags: trunk
2006-05-12
18:12
* generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] check-in: 39f2094997 user: das tags: trunk
2006-05-05
18:09
* generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.te... check-in: aedf5e48e9 user: dgp tags: trunk
2006-05-04
14:01
* README: Bump version number to 8.5a5 * generic/tcl.h: * tool... check-in: 19f3665cc0 user: dgp tags: trunk
12:55
* generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/big * doc/mathfunc.... check-in: b208d2c3b2 user: dgp tags: trunk
2006-04-26
13:50
* changes: Updates for another RC. check-in: 335990c346 user: dgp tags: trunk, core-8-5-a4
13:42
* generic/tclBinary.c: Revised the handling of the Q and q format * generic/tclInt.... check-in: faef39639a user: dgp tags: trunk
04:41
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/expr.n: * doc/fo... check-in: 981b2d519d user: dgp tags: trunk
2006-04-25
18:30
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/format.n: * doc/... check-in: 3adabf22b8 user: dgp tags: trunk
17:15
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/scan.n: * gener... check-in: d0317c20ba user: dgp tags: trunk
2006-04-24
15:37
correct ChangeLog to reflect 2006-04-19 commit of generic/tclStrToD.c check-in: e43ce2437e user: kennykb tags: trunk
2006-04-23
23:08
Object creation might work now. Deletion is definitely wrong, and method dispatch is sorely wanting.... check-in: d3c3528d46 user: dkf tags: tip-257-implementation-branch
2006-04-20
22:12
Starting to put some of the bits together check-in: 98123fdb43 user: dkf tags: tip-257-implementation-branch
2006-04-19
16:43
fix for Martin Lemburg's DST conversion bug. http://groups.google.com/group/comp.lang.tcl/browse_thr... check-in: 48bbbafac1 user: kennykb tags: trunk
2006-04-18
18:06
more fine-tuning of the revised docs check-in: 42933eedc8 user: dgp tags: trunk
18:05
formatting fixes and note change that ::tcl_precision is now per-thread instead of per-process. check-in: e80c168dc6 user: dgp tags: trunk
15:13
Minor fixes post-review. check-in: f5738df36e user: dkf tags: trunk
2006-04-17
23:24
Baby steps towards doing the initialization right check-in: 8d3b3cd5bb user: dkf tags: tip-257-implementation-branch
21:00
* doc/IntObj.3: Documentation changes to account for TIP 237 changes. * doc/Object.3... check-in: b6ce175d73 user: dgp tags: trunk
2006-04-16
21:24
Fix most of the things that stop the code from compiling (but not all). Add some Windows build suppo... check-in: b9921fd163 user: dkf tags: tip-257-implementation-branch
2006-04-13
21:17
typo check-in: 281f8c5904 user: dgp tags: trunk
2006-04-12
14:13
Fix [1376892] check-in: fac5a1c711 user: dkf tags: trunk
02:35
fix make html errors check-in: 216b26a54d user: das tags: trunk
00:58
cosmetic fix to 'install' targets check-in: e8ce97c351 user: das tags: trunk
2006-04-11
14:37
* generic/tclTrace.c: Stop some interference between enter traces * tests/trace.te... check-in: d0cbd4c696 user: dgp tags: trunk
12:14
typos check-in: 84a4c5b189 user: das tags: trunk
2006-04-07
16:16
move tag check-in: 885a3a849d user: dgp tags: trunk
14:05
* generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] * tests/fileSystem.test: ... check-in: a2851d66c7 user: dgp tags: trunk
01:11
* generic/tclRegexp.c (FinalizeRegexp): full reset data to indicate that readiness for reinitializ... check-in: 46bd396879 user: hobbs tags: trunk
2006-04-06
18:57
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems * tests/indexObj.te... check-in: 0652206ff0 user: dgp tags: trunk
18:19
* tests/compExpr-old.test: Updated testmathfunctions constraint * tests/compExp... check-in: 3773c45020 user: dgp tags: trunk
16:42
* generic/tclPathObj.c: Revised fix for the [Bug 1379287] family of path normalizati... check-in: 1d1480d7f8 user: dgp tags: trunk
09:25
* unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Bug 1457515... check-in: 07365336ba user: das tags: trunk
2006-04-05
17:25
fix to compile problems check-in: 57b6413f89 user: vincentdarley tags: trunk
16:52
* library/reg/pkgIndex.tcl: Bump to registry 1.2 because * win/tclWinReg.c: ... check-in: 2d91517735 user: dgp tags: trunk
16:32
* win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() * win/tclWinSoc... check-in: 59be467042 user: dgp tags: trunk
15:17
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty strings to be match... check-in: d86bf5b78a user: dgp tags: trunk
13:18
Ooops check-in: 5d885c8f52 user: dkf tags: trunk
12:48
Nail [Bug 1464039] by allowing the empty string to be exactly matched by Tcl_GetIndexFromObj. Also a... check-in: 2ec45a041b user: dkf tags: trunk
02:02
typos check-in: fc09efd8ad user: das tags: trunk
00:18
* generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which re... check-in: 3f9727b64f user: andreas_kupries tags: trunk
2006-03-30
01:03
* generic/tclExecute.c: remove unused var and silence gcc warning check-in: d467470b46 user: msofer tags: trunk
2006-03-29
23:02
* win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. check-in: 468b193c8a user: hobbs tags: trunk
22:19
* generic/tclPathObj.c: More fixes for path normalization when /../ * tests/fileSys... check-in: ceff9afb98 user: dgp tags: trunk
16:34
* changes: Updates for another RC. check-in: 9aee39c9cd user: dgp tags: trunk
16:04
* generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much... check-in: 997fe2e5f9 user: dgp tags: trunk
15:09
Added comment about potential improvement to Tcl_GetBignumAndClearObj. check-in: a4d30ff81e user: dgp tags: trunk
01:22
* win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl errors and do proper refcounting of n... check-in: 79a703d1e5 user: hobbs tags: trunk
2006-03-28
21:25
* unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. check-in: f2d6b88f13 user: hobbs tags: trunk
10:54
* macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to * macosx/Tcl.xcodeproj/defa... check-in: 29d4b4d456 user: das tags: trunk
10:45
* unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin realpath() converting relative ... check-in: 3ac0e983d4 user: das tags: trunk
10:28
typo in comment check-in: 5be48eb504 user: das tags: trunk
09:41
nativeFilesystemRecord comparisons check-in: b8ef0f05a3 user: vincentdarley tags: trunk
2006-03-27
23:28
Fixes for bug #1456373 (mingw-gcc issue). check-in: 42198c1aa6 user: patthoyts tags: trunk
23:12
* generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: 2bbd058f89 user: dgp tags: trunk
22:50
* generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: d2c3bdebb9 user: dgp tags: trunk
18:56
Change the "pc" constraint to synonym "win" for consistency with the rest of the Tcl test suite. check-in: bc8d40111e user: dgp tags: trunk
18:08
* doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it * generic/tcl.h: the version wh... check-in: 5fab17f21d user: andreas_kupries tags: trunk
16:48
typo check-in: 6e924222d6 user: dgp tags: trunk
16:13
* changes: Updates for another RC. check-in: 782236e357 user: dgp tags: trunk
2006-03-25
16:58
* generic/tclExecute.c: Corrections to INST_EXPON detection of overflow to use mp_in... check-in: 74e0e1ebcd user: dgp tags: trunk
03:18
backing out last change, Tcl_Panic will be declared to never return check-in: 805ff30eeb user: das tags: trunk
01:58
handle Tcl_Panic potentially returning. coverity bug 46 check-in: defbd05914 user: das tags: trunk
01:47
added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 check-in: 826f64eb33 user: das tags: trunk
01:32
added casts to silence coverity bug 38 check-in: d08830011e user: das tags: trunk
2006-03-24
21:26
* generic/tclEncoding.c: Reverted latest change [Bug 506653] since it reportedly kil... check-in: 9b8c244384 user: dgp tags: trunk
21:11
revert most recent tclEncoding.c commit. It is suspected to have produced a huge slowdown in encodi... check-in: 62466e950b user: dgp tags: trunk
19:05
add missing casts to int that were making VC6 complain check-in: 9ec7daab05 user: kennykb tags: trunk
18:20
* generic/tclExecute.c: Revised INST_EXPON implementation to do calculations in nati... check-in: cde770a73f user: dgp tags: trunk
00:52
avoid unused var compiler warning check-in: f3e69d3d93 user: das tags: trunk
2006-03-23
22:28
* generic/tclExecute.c: Merged INST_EXPON handling in with the other binary operator... check-in: d43bf734c2 user: dgp tags: trunk
18:58
* tests/env.test: With case preserved (see 2006-03-21 commit) be sure to do ca... check-in: 35fb1929e3 user: dgp tags: trunk
16:39
* unix/tcl.spec: Cleaned up and completed the spec file. An RPM can now be built from the tcl sou... check-in: 3de138e750 user: rmax tags: trunk
14:24
comment adjustment check-in: 23f223b411 user: dgp tags: trunk
2006-03-22
18:32
* tests/stack.test: Run the stack tests in subshells, so that they are reported as failed tests rath... check-in: d5ea9dfbe3 user: rmax tags: trunk
14:03
tag move check-in: 7c226c079c user: dgp tags: trunk
2006-03-21
21:05
* changes: Updates for another RC. check-in: d2f3f012a8 user: dgp tags: trunk
20:03
* generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit * tests/parseE... check-in: ac158a0c4f user: dgp tags: trunk
18:51
typo check-in: 6765a99042 user: dgp tags: trunk
18:39
Committed test cases for Bug 1451233 check-in: a770ecedac user: dgp tags: trunk
18:30
Added knownBug constraints. check-in: 0940c81e3a user: dgp tags: trunk
15:32
* tests/env.test: Preserve case of saved env vars. [Bug 1409272] check-in: 53ff271dba user: dgp tags: trunk
14:34
typo check-in: 5aea6195e6 user: dgp tags: trunk
14:33
revert broken commit check-in: 4caab46e4a user: dgp tags: trunk
11:12
Use test constraints properly instead of looking in tcl_platform Consistent method of calling test c... check-in: 36829d55d6 user: dkf tags: trunk
11:06
* generic/tclInt.decls: implement globbing for HFS creator & type * macosx/tclMacOSXFCmd.c: code... check-in: c72a1b963b user: das tags: trunk
09:46
fix to permissions setting check-in: de9033fbac user: vincentdarley tags: trunk
2006-03-20
19:12
* win/Makefile.in (install-libraries): Generate tcl8/8.4 directory under Windows as well (cygwi... check-in: d664769de8 user: andreas_kupries tags: trunk
17:10
* unix/installManPage: There is always one even more broken "sed". Moved the # comment starting c... check-in: 55c3523539 user: andreas_kupries tags: trunk
15:44
Clean up constraint handling check-in: b3adfbfcd8 user: dkf tags: trunk
15:41
Clean up the constraint handling check-in: 7a849781cb user: dkf tags: trunk
14:24
correct [makeFile] syntax check-in: a9809cf384 user: dgp tags: trunk
11:39
Clean up tests (mostly constraints relating to testchmod) Also make the format of the ChangeLog a bi... check-in: a800d382ef user: dkf tags: trunk
2006-03-19
23:04
fix to two filesystem issues check-in: 8da0e23fe6 user: vincentdarley tags: trunk
22:44
ensure test suite works on non-English systems check-in: eb5ba9ae10 user: vincentdarley tags: trunk
2006-03-18
18:15
fix to file writeable on windows check-in: 7ffc528a76 user: vincentdarley tags: trunk
2006-03-17
17:24
* doc/chan.n: Updated with documentation for the commands 'chan create' and 'chan postevent' (T... check-in: 5512a020aa user: andreas_kupries tags: trunk
10:17
Fix for [Bug 1444692] check-in: 91c1ac0ca0 user: mistachkin tags: trunk
09:59
Fix compilation error. check-in: de0c3dba32 user: mistachkin tags: trunk
2006-03-16
21:12
* doc/open.n: Documented the changed behaviour of 'a'ppend mode. check-in: 1a9fa0b78b user: andreas_kupries tags: trunk
19:12
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and... check-in: 4a26e5afd9 user: andreas_kupries tags: trunk
18:22
* generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used... check-in: 3e9b599307 user: andreas_kupries tags: trunk
09:56
missing statics revealed by 'make checkexports' check-in: c872685489 user: das tags: trunk
09:15
typo in TclpLoadMemory() error msg check-in: 122664d907 user: das tags: trunk
00:38
* tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for re... check-in: 99ff6f81ba user: andreas_kupries tags: trunk
2006-03-15
23:10
add proper test constraints check-in: 4ab9c137b0 user: vincentdarley tags: trunk
2006-03-14
22:52
* doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, becau... check-in: 2db86be2c6 user: andreas_kupries tags: trunk
20:15
* doc/clock.n: Removed double-quotes around section title NAME. not needed. * unix/installManpage... check-in: 94094047eb user: andreas_kupries tags: trunk
20:11
* library/tm.tcl (::tcl::tm::Defaults): Fixed handling of environment variable TCLX.y_TM_PATH, ... check-in: 251c83ca84 user: andreas_kupries tags: trunk
19:34
90% fix of file writable issues on Windows check-in: 3b1ed6c0d6 user: vincentdarley tags: trunk
2006-03-13
20:57
* generic/tclEncoding.c: Report error when an escape encoding is missing one ... check-in: 845b07b1ce user: dgp tags: trunk
20:42
* unix/configure.in: Revert change from 2005-07-26 that sometimes * unix/configur... check-in: a12342b550 user: dgp tags: trunk
17:02
silence a strict aliasing warning from gcc check-in: 99d8e3347d user: rmax tags: trunk
2006-03-10
19:49
* generic/tclProc.c (ObjInterpProcEx): * tests/apply.test (apply-5.1): fix [apply] error messages ... check-in: 9778204690 user: msofer tags: trunk
17:39
Added notes about fixing Tcl Bug #1437595 check-in: 884ec3c31e user: vasiljevic tags: trunk
17:34
Finalization of the sockets/pipes is now solely done in TclpFinalizeSockets() and TclpFinalizePipes(... check-in: 1df4f411cd user: vasiljevic tags: trunk
17:33
Added no-op TclpFinalizeSockets(). check-in: c4698f27de user: vasiljevic tags: trunk
17:32
Calls TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() check-in: e58d58ce10 user: vasiljevic tags: trunk
17:32
Added TclpFinalizeSockets() call. check-in: 9f44076f52 user: vasiljevic tags: trunk
17:31
Cosmetic touch. check-in: 137f17a5b7 user: vasiljevic tags: trunk
17:05
missing static check-in: 56c7f4d8f0 user: dgp tags: trunk
14:50
When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirs so that 8.4 rather than ... check-in: 26e15bbc8a user: dgp tags: trunk
10:33
remove previous patch for 'file writable' check-in: b5b6e4f7ca user: vincentdarley tags: trunk
2006-03-09
23:13
Undo latest commit due to controversy about whether some use case might exist for a Tcl_Panic that r... check-in: e91ab52bce user: dgp tags: trunk
22:00
* generic/tclPanic.c (Tcl_PanicVA): added an unconditional abort at the end, to insure that a pani... check-in: 8785ffcaec user: msofer tags: trunk
11:30
fix to file writable in certain XP directories check-in: 3110f0308a user: vincentdarley tags: trunk
2006-03-08
16:07
* generic/tclExecute.c: Complete missing bit of TIP 215 implementation * tests/incr.... check-in: 7c5695a6dd user: dgp tags: trunk
07:09
Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants [Bug 1334613]. Regenerate co... check-in: 8a18c5abc8 user: jenglish tags: trunk
2006-03-07
20:58
* changes: Update in prep. for 8.5a4 release. check-in: 6037c4becc user: dgp tags: trunk
19:32
* unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, so * win/Makefile.in: ... check-in: b6719acec1 user: dgp tags: trunk
19:07
* library/http/http.tcl: Bump to version 2.5.3 to cover bug fix * library/htt... check-in: d44c644871 user: dgp tags: trunk
2006-03-06
21:56
* generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to * tests/parse.test: ... check-in: 4cbb7ce02d user: dgp tags: trunk
2006-03-04
02:33
another stab at fixing 1379287 check-in: 700e9c0925 user: dgp tags: trunk
2006-03-03
20:10
* generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287] to work on Windows... check-in: 7ff6ad7556 user: dgp tags: trunk
06:53
* generic/tclObj.c: Compatibility support for existing code that calls Tcl_GetOb... check-in: fe71a47094 user: dgp tags: trunk
04:32
* generic/tclPathObj.c: Fix for failed normalization of * tests/fileSystem.t... check-in: 347171af34 user: dgp tags: trunk
2006-03-01
19:48
* unix/installManPage: Fix the script for manpages that have quotes around the .SH arguments, as doc... check-in: f05551607a user: rmax tags: trunk
2006-02-28
15:47
* generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL * tests/namespac... check-in: 4d72c00808 user: dgp tags: trunk
2006-02-27
19:43
added missing constraint check-in: 175f08ac96 user: dgp tags: trunk
2006-02-22
17:42
* generic/tclBasic.c: Corrected a few bugs in how [namespace unknown] * tests/name... check-in: 40f4e352a5 user: dgp tags: trunk
2006-02-17
16:16
* generic/tclIORChan.c: Revised error message generation and handling * tests/ioCmd.... check-in: 0c9b1f41af user: dgp tags: trunk
2006-02-16
20:25
* generic/tclIndexObj.c: Disallow the "ambiguous" error message * tests/index... check-in: 9d1bf7f856 user: dgp tags: trunk
2006-02-15
15:43
* generic/tclIO.c: Made several routines tolerant of * generic/tclIORChan.c: in... check-in: bd31f0fa9a user: dgp tags: trunk
2006-02-09
17:34
TIP#215 IMPLEMENTATION * doc/incr.n: Revised [incr] to auto-initialize wh... check-in: fa2760e774 user: dgp tags: trunk
16:53
dup test name check-in: 47bb7d71de user: dgp tags: trunk
16:42
dup test name check-in: 2cf58c3776 user: dgp tags: trunk
15:22
* tests/main.test (Tcl_Main-6.7): Improved robustness of command auto-completi... check-in: b473228f0e user: dgp tags: trunk
2006-02-08
22:37
typo check-in: 64ead18760 user: dgp tags: trunk
22:27
Updates post-review check-in: a7f57f3411 user: dkf tags: trunk
21:41
TIP#258 IMPLEMENTATION * doc/Encoding.3: New subcommand [encoding dirs]. ... check-in: aea60299f7 user: dgp tags: trunk
2006-02-02
23:14
Added tclOO.c to build (which isn't to say that it works though ;-)) check-in: a305f5307f user: dkf tags: tip-257-implementation-branch
10:58
Minor simplification of forward declarations check-in: 4775905fd4 user: dkf tags: trunk
10:55
Minor style fixes check-in: 711f59c8d6 user: dkf tags: trunk
10:45
Style/comment fixes check-in: 1b9997ef3f user: dkf tags: trunk
09:54
Space/style improvements check-in: 48e0d2a0b6 user: dkf tags: trunk
2006-02-01
23:57
Check in the working version of the OO code. This is *definitely* still broken and incomplete, but ... check-in: 9966504530 user: dkf tags: tip-257-implementation-branch
23:34
Restore formatting goodness check-in: 254dc62eaa user: dkf tags: trunk
20:17
* generic/tclProc.c: minor improvements to [apply] * tests/apply.test: new tests; apply-5.1 curren... check-in: 0ddc34dbb9 user: msofer tags: trunk
19:26
TIP#194 IMPLEMENTATION * doc/apply.n: (New file) New command [apply]. [Patch... check-in: 506538b735 user: dgp tags: trunk
18:27
TIP#181 IMPLEMENTATION * doc/Namespace.3: New command [namespace unknown]. Ne... check-in: 893c7025de user: dgp tags: trunk
17:48
TIP#250 IMPLEMENTATION * doc/namespace.n: New command [namespace upvar]. [Pat... check-in: 2e379b4a6f user: dgp tags: trunk
2006-01-26
23:21
Fix [Bug 1415725] check-in: 635dbca271 user: dkf tags: trunk
09:30
Improved commenting of a tricky bit of TclpOpenFileChannel check-in: d415f266cd user: dkf tags: trunk
2006-01-25
22:57
Adapted version of FreeBSD port to reduce the amount of stuff they have to do to build Tcl... check-in: dffca00fe9 user: dkf tags: trunk
2006-01-23
12:15
added ref to [Bug 1410553] in new test string-12.21 check-in: 04c3b011d0 user: msofer tags: trunk
11:42
Added test for [Bug 1410553] check-in: a39aff195e user: dkf tags: trunk
11:18
* generic/tclStringObj.c: fixed incorrect handling of internal rep in Tcl_GetRange [Bug 1410553]. ... check-in: be0a450d63 user: msofer tags: trunk
11:01
* generic/tclProc.c: fixed args handling for precompiled bodies [Bug 1412695]; thanks to Uwe Traum... check-in: 361cab1f20 user: msofer tags: trunk
2006-01-18
19:48
Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test file needs to avoid stomping o... check-in: 18f74f6548 user: dgp tags: trunk
2006-01-16
19:38
* generic/tclPipe.c (FileForRedirect): Prevent nameString from being freed without having been initi... check-in: 989ec0249a user: rmax tags: trunk
2006-01-12
18:35
Fixed potential overwriting of already freed memory which caused all kinds of (rare but reproducible... check-in: ce83845631 user: vasiljevic tags: trunk
16:19
fix to sharing violation check-in: 32c1f99cc6 user: vincentdarley tags: trunk
2006-01-11
17:34
* generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to * generic/tclNam... check-in: 4436b38816 user: dgp tags: trunk
2006-01-10
05:36
* unix/configure: add caching, use AC_CACHE_CHECK instead of * unix/configure.in: AC_CACHE_VAL ... check-in: 7c85b7d6c4 user: das tags: trunk
2006-01-09
18:35
* generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] * tests/namespac... check-in: f75caabe12 user: dgp tags: trunk
09:31
Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] check-in: b15e0df1c9 user: dkf tags: trunk
2006-01-05
09:47
Small improvement to the factoring of tcl.m4 Regeneration of configure is *not* urgent check-in: 4fcf4c831b user: dkf tags: trunk
04:50
no message check-in: fa7cc3dd7d user: davygrvy tags: trunk
04:50
* win/tclAppInit.c: WIN32 native console signal handler removed. This was found to be interfering wi... check-in: 60ffd276c9 user: davygrvy tags: trunk
2005-12-31
02:58
Fix typo in missing stub table pointer check-in: 5ae3bd993d user: kennykb tags: trunk
2005-12-27
20:14
Export Tcl_InitBignumFromDouble check-in: 8b3c81ab37 user: kennykb tags: trunk
18:21
changelog for libtommath 0.37 merge check-in: abbc63ba26 user: kennykb tags: trunk
18:10
Merge changes check-in: 5e76d58f50 user: kennykb tags: trunk
17:59
Import of libtommath 0.37 check-in: ff26105d8d user: kennykb tags: trunk
17:47
Olson's tzdata2005r check-in: 6c0b5e97a5 user: kennykb tags: trunk
17:39
Corrected bugs in tommath installation, improved tommath square root performance, patched around a [... check-in: 7d3492d3c1 user: kennykb tags: trunk
2005-12-20
22:16
Use %ld instead of %d in Tcl_GetMemoryInfo check-in: 7458ff197d user: dkf tags: trunk
2005-12-19
19:03
2005-12-19 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c: Modified [strin... check-in: 7245b18069 user: dgp tags: trunk
10:05
Clarify doc of variable substitution check-in: c343545281 user: dkf tags: trunk
2005-12-18
22:42
Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. check-in: 8219f88dc6 user: dkf tags: trunk
22:41
A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster). check-in: 314d24866e user: dkf tags: trunk
2005-12-16
11:12
Minor clarification check-in: b35e095b6a user: dkf tags: trunk
2005-12-15
04:08
* generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false d... check-in: 1e9a2ab78a user: das tags: trunk
2005-12-14
02:09
* macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: a... check-in: 7decb8b713 user: das tags: trunk
2005-12-13
22:43
Export stubs for libtommath; fix mingw compiler warnings check-in: 3842b9c468 user: kennykb tags: trunk
13:46
Fix [Bug 1379349] check-in: dfa06203de user: dkf tags: trunk
2005-12-12
23:00
change "procedure" to "function" for (slightly) greater clarity check-in: a01f710eed user: dkf tags: trunk
20:58
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) check-in: 54b062cc34 user: hobbs tags: trunk
16:06
Bug 1378818 check-in: bcaf855b1e user: kennykb tags: trunk
2005-12-10
01:36
* win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack ... check-in: 1afe68500b user: mdejong tags: trunk
2005-12-09
14:13
Fix [Bug 1374778] check-in: 8019bf6cc8 user: dkf tags: trunk
2005-12-08
20:20
* win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support * win/tcl.m4, win/configure: ... check-in: 3f1e9c05f1 user: hobbs tags: trunk
20:20
* generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= 1400 (i.e. latest Platform SDK).... check-in: 491a59bd93 user: hobbs tags: trunk
2005-12-07
09:30
Improved documentation on topic of asynch sockets in response to queries on the Tcler's Chat. check-in: a340b2de04 user: dkf tags: trunk
2005-12-06
08:59
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: bb5c64816d user: das tags: trunk
08:06
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: 64f99dada9 user: das tags: trunk
2005-12-05
20:40
adapt tclZIC.tcl to new C API and update to tzdata2005p check-in: faa71c24a6 user: kennykb tags: trunk
13:03
* unix/configure.in: move check for fts API to configure.in and run it * unix/tcl.m4: on all... check-in: e3315f4c91 user: das tags: trunk
08:19
* unix/configure: Use FTS file APIs on Darwin if available. * unix/tcl.m4: Addresses fi... check-in: e4d3a903de user: hobbs tags: trunk
2005-12-03
00:41
documented macosx-only configure options. check-in: 2aadbb9d65 user: das tags: trunk
2005-12-02
22:13
another puny speedup - no error thrown from ::tcl::clock::getenv check-in: ba6ea25287 user: kennykb tags: trunk
19:47
another little speedup to [clock format] check-in: f1a609c650 user: kennykb tags: trunk
17:34
eliminate test name duplication check-in: 1af4ae2e53 user: dgp tags: trunk
16:58
Bug 1371446 plus buildability on ancient Solaris check-in: 14aa84dc76 user: kennykb tags: trunk
2005-12-01
22:38
another [clock format] performance boost - precompile formats check-in: ad49b96a7f user: kennykb tags: trunk
20:50
remove redundant [mc] calls in [clock] check-in: a7946973e6 user: kennykb tags: trunk
20:39
remove redundant [mc] calls in [clock] check-in: c35414db69 user: kennykb tags: trunk
11:05
Add remaining dependency info for UNIX check-in: 6138c2b5f4 user: dkf tags: trunk
11:03
Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of VOID) check-in: 05c132085c user: dkf tags: trunk
06:11
* generic/tclClock.c: fix warning. check-in: 6fc4170dca user: das tags: trunk
02:14
* unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen. check-in: 15881ff100 user: das tags: trunk
2005-11-30
19:34
code rationalization - eliminate some duplication between Tcl and C check-in: 8dc957ccf9 user: kennykb tags: trunk
15:39
fix [clock format -timezone :localtime] for times before the Posix Epoch check-in: 5a36246969 user: kennykb tags: trunk
15:09
silenced compiler warning about big constant check-in: e1ba3a0b4d user: kennykb tags: trunk
15:04
Add compiler-related dependency information to prevent problems when developing the bytecode compile... check-in: 90ce111a80 user: dkf tags: trunk
14:59
New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of [switch] into a jump... check-in: fea467c20f user: dkf tags: trunk
14:48
fixed bad refcount that corrupted heap check-in: 5bf471f4fc user: kennykb tags: trunk
2005-11-29
22:50
make [clock format] go faster check-in: 4b6069a13f user: kennykb tags: trunk
10:32
Fix [Bug 1366683] check-in: 9af9c93220 user: dkf tags: trunk
2005-11-28
16:45
Olson's tzdata2005o check-in: 1f4262eeb6 user: kennykb tags: trunk
16:28
Updated tclZIC.tcl to be bignum-safe check-in: 78b7ffde1c user: kennykb tags: trunk
15:37
Corrected bug in DST transition times for locales that specify transition in local Standard Time check-in: cf37a1787c user: kennykb tags: trunk
2005-11-27
10:14
fix settings order check-in: a213e5ba4e user: das tags: trunk
06:09
add #include <libkern/OSByteOrder.h> for OSX 10.2 check-in: 40e61670c7 user: das tags: trunk
02:33
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to s... check-in: eac3630f72 user: das tags: trunk
2005-11-22
20:22
Renamed Makefile to GNUmakefile check-in: 10ea5289f3 user: das tags: trunk
2005-11-21
17:19
* unix/Makefile.in (install-libraries): Updated Makefile to new * win/Makefile.in (install-librar... check-in: 489b3696da user: andreas_kupries tags: trunk
2005-11-20
18:33
Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails [Fix for #1091431 "Tcl_InitStubs failure cr... check-in: 281147cb60 user: jenglish tags: trunk
2005-11-18
23:42
* tests/trace.test (trace-34.5): [Bug 1047286], added a second test illustrating the role of "ns i... check-in: e045b8ee50 user: msofer tags: trunk
19:40
Bug 1359183 check-in: 55d1f5ce04 user: kennykb tags: trunk
19:38
* generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr until we netrieve next statePtr from... check-in: 6869f44f49 user: hobbs tags: trunk
19:13
more tests check-in: 7411a1b72c user: dgp tags: trunk
17:23
* generic/tclObj.c (GetBignumFromObj): replace NULL with tclEmptyStringRep to stop memcpy from com... check-in: 50506277d5 user: msofer tags: trunk
17:15
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' patch for [SF Tcl Bug 1359094].... check-in: 6d056d3802 user: andreas_kupries tags: trunk
15:58
* generic/tclListObj.c: Restored the SetListFromAny routine to * generic/tclObj.c: ... check-in: c53b8d27e3 user: dgp tags: trunk
14:51
Fix silly errors in REs, in variables, and in tests that were working with invalid URLs. check-in: 7f6638b994 user: dkf tags: trunk
13:57
Improved URL validation that better describes why validation failed. [Bug 1358369] check-in: 7adf0d5af0 user: dkf tags: trunk
2005-11-17
23:33
Whitespace/formatting fixes check-in: cbffdea11e user: dkf tags: trunk
15:29
* tests/namespace.test: fix comment check-in: 292d58c691 user: msofer tags: trunk
2005-11-15
22:58
Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373] check-in: ba3940f25f user: dgp tags: trunk
2005-11-14
17:43
* generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic to aid debugging. check-in: bb4bc0accf user: dgp tags: trunk
16:45
* generic/tclBasic.c (CallCommandTraces): Save/restore the interp result durin... check-in: f91146020b user: dgp tags: trunk
00:48
added comments to tests/namespace.test check-in: 4338d44660 user: msofer tags: trunk
00:41
* generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #135... check-in: 13ae37d83f user: msofer tags: trunk
2005-11-13
01:38
fixing last commit, no Changelog entry check-in: 6e70152b8a user: msofer tags: trunk
01:21
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): mor... check-in: e2a964d1b4 user: msofer tags: trunk
2005-11-12
23:39
Use correct bug number :-} check-in: b168f09f07 user: dkf tags: trunk
23:15
Partial fix for [Bug 1355342] Also ANSIfy the rest of the file check-in: 483bac6c37 user: dkf tags: trunk
04:08
* generic/tclInt.h: Revised TclParseNumber interface to enable * generic/tclScan... check-in: 5b3d7732b5 user: dgp tags: trunk
02:01
typo check-in: 380f6bdacb user: das tags: trunk
2005-11-11
23:50
More bits of ANSIfying Also start moving to use the new code for doing formatted prints to objects check-in: eb18e39b9d user: dkf tags: trunk
23:46
More bits of ANSIfying check-in: 884b0bcef2 user: dkf tags: trunk
22:20
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): bum... check-in: fcb9ab1df3 user: msofer tags: trunk
2005-11-10
15:00
Finish applying the style guide to the RE engine (except for variable and function names, which are ... check-in: 8d6df41218 user: dkf tags: trunk
13:35
Deleted unwanted extra space at end of some lines check-in: e3e9035b6a user: dkf tags: trunk
2005-11-09
21:28
bugs 1350291 and 1350293 check-in: d965c32f64 user: kennykb tags: trunk
21:26
doc changes with 1162286 fix check-in: a8c31872ed user: dgp tags: trunk
20:24
* tests/compile.test: Updated tests with changed behavior * tests/execute.test: ... check-in: 806ab12661 user: dgp tags: trunk
16:36
ANSIfy the RE compiler. check-in: afc463b61c user: dkf tags: trunk
13:52
More ANSIfying check-in: b7189a0fba user: dkf tags: trunk
00:53
* unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10... check-in: 7eb9313805 user: hobbs tags: trunk
00:11
Added target to make it easier to debug crashing tests. check-in: ee9c5d8bab user: dkf tags: trunk
2005-11-08
22:09
* tests/compExpr-old.test: Updated tests with changed behavior due to addition ... check-in: 21e4b6fdef user: dgp tags: trunk
20:22
* tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] check-in: 1523bbef09 user: dgp tags: trunk
18:26
* generic/tclPkg.c: Corrected inconsistencies in the value returned * tests/pkg.... check-in: 2d05d9f40a user: dgp tags: trunk
14:24
Fix for [Bug 1348775] check-in: 9a120891dc user: dkf tags: trunk
2005-11-07
15:27
ANSIfy check-in: 205bce35bc user: dkf tags: trunk
15:23
Strip a few more pre-ANSI-isms check-in: 55f46a3066 user: dkf tags: trunk
15:12
ANSIfy check-in: 611d25e47c user: dkf tags: trunk
10:50
Tidy up check-in: 1a2d088ed3 user: dkf tags: trunk
10:17
* tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug 1348775]. The recently add... check-in: 4f9288e45d user: msofer tags: trunk
09:38
Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking is being pursued elsew... check-in: 10f8a97894 user: dkf tags: trunk
08:56
Silence a warning. check-in: 5d787006a2 user: dkf tags: trunk
2005-11-05
02:10
* tests/trace.test (trace-8.9): added test to detect leak, see [Bug 1348775]. check-in: 3f9024b95c user: msofer tags: trunk
2005-11-04
23:01
* win/tclWinPort.h: Applied patch #1267871 by Matt Newman for * win/tclWinPipe.c: extended error... check-in: e69a0476ef user: patthoyts tags: trunk
22:38
* generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * gene... check-in: 510663a99e user: msofer tags: trunk
21:18
RFE 1071992 check-in: d2c467e29a user: kennykb tags: trunk
21:18
RFE 1071992 check-in: 08fa9df221 user: kennykb tags: trunk
20:40
Bug 1163896 check-in: 361427b2ec user: kennykb tags: trunk
20:31
RFE 1333318 check-in: d92df5b420 user: kennykb tags: trunk
20:13
Bug 1298737 check-in: 6693b4f5af user: kennykb tags: trunk
19:37
Bug 1263012 check-in: d484d6dfe7 user: kennykb tags: trunk
02:13
* generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs... check-in: e8cc729fdc user: msofer tags: trunk
00:06
ANSIfy check-in: eeb132b4ae user: dkf tags: trunk
2005-11-03
01:16
* win/tclWin32Dll.c: Applied patch #1256872 to provide unicode * win/tclWinConsole.c: support in... check-in: 2cd9811bc4 user: patthoyts tags: trunk
00:17
Applied patch #1096916 to support building with MSVC 8. * generic/regerror.c: Avoid use of reserve... check-in: 58ba298c20 user: patthoyts tags: trunk
2005-11-02
23:26
ANSIfy check-in: 19a0a6a899 user: dkf tags: trunk
15:59
ANSIfy the test code (well, strip some of the worst offences!) check-in: d7327b2b33 user: dkf tags: trunk
14:51
ANSIfy; generic/*.c now all done except for test code check-in: 2ffae9b171 user: dkf tags: trunk
11:55
ANSIfy (though only partially - function decls only - for tclExecute.c) check-in: 127ec44748 user: dkf tags: trunk
00:59
Partial ANSIfy check-in: 2c7cf42253 user: dkf tags: trunk
00:55
ANSIfy check-in: c8e360304c user: dkf tags: trunk
2005-11-01
20:17
* generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken assumption that a... check-in: 409332adfd user: dgp tags: trunk
16:41
* tests/unixNotfy.test (1.1,2): Update error message whitespace to match changes in ... check-in: 2177fc6e4a user: dgp tags: trunk
15:58
Fix test that checked for non-standard case of error message (which was fixed by earlier check-in) check-in: 1bc26181db user: dkf tags: trunk
15:47
Think-o fixes check-in: 922079bc35 user: dkf tags: trunk
15:30
ANSIfy. Also converted some deeply nested code to a less nested form for easier reading. check-in: a3b0b6f1d9 user: dkf tags: trunk
15:18
* expr.test (expr-46.13): Added test that illustrates shortcoming of Patch 134... check-in: 75bfdef543 user: dgp tags: trunk
2005-10-31
19:54
* generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplica... check-in: 4a32720499 user: msofer tags: trunk
17:15
typo check-in: 08fbaa0411 user: dgp tags: trunk
15:59
Convert to using ANSI decls/definitions and using the (ANSI) assumption that NULL can be cast to any... check-in: 1e0170d2bf user: dkf tags: trunk
13:53
Cleanup and ANSIfy check-in: f917e68cd5 user: dkf tags: trunk
2005-10-30
22:01
Assorted syntactic cleanups check-in: 90ab7bfe5b user: dkf tags: trunk
2005-10-29
21:48
fix Changelog entry check-in: 8003f499b9 user: msofer tags: trunk
19:16
* generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TC... check-in: 8556859742 user: msofer tags: trunk
2005-10-23
19:03
fix date check-in: c6c95a3640 user: vincentdarley tags: trunk
18:51
fix to glob memory leak and file stat ino/nlink on windows check-in: 1daf31761f user: vincentdarley tags: trunk
2005-10-22
03:37
* tests/foreach.test (foreach-8.1): added test for [Bug 1189274] check-in: e2aecc5095 user: msofer tags: trunk
01:35
* generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj leak detection and patch by Eric Me... check-in: c57e03e1c9 user: msofer tags: trunk
2005-10-21
22:14
Bug 1334461 check-in: 36585dd60c user: kennykb tags: trunk
21:49
Marked some failing tests as knownBug until they can be updated. check-in: ccf23548b8 user: dgp tags: trunk
20:52
remove C++ comments check-in: 387b28ffcd user: kennykb tags: trunk
20:44
Marked several failing tests as "knownBug" until they can be updated. check-in: b203d2898f user: dgp tags: trunk
20:30
Bug 1334461 check-in: bc01fd42a3 user: kennykb tags: trunk
17:05
Revised code to build in situations where strchr(.,.) is a macro. check-in: 49783144b5 user: dgp tags: trunk
15:25
ANSI-fy declarations and NULL handling check-in: 3b7dc19d2a user: dkf tags: trunk
12:26
Formatting regularization check-in: 83ee4d5e21 user: dkf tags: trunk
10:27
Improve the documentation of [binary scan] a little. check-in: 1f0b354280 user: dkf tags: trunk
2005-10-20
12:28
whitespace cleanup check-in: c774c0effa user: dkf tags: trunk
12:27
Remove extra spaces so it's easier to see the tests as groups check-in: 8c05a4a509 user: dkf tags: trunk
12:21
* generic/tclListObj.c (TclLsetFlat): * tests/lset.test (lset-10.3): fixed handling of unshared li... check-in: 74298c8832 user: msofer tags: trunk
2005-10-19
21:35
See changelog entry check-in: 8f4ff8d98d user: dkf tags: trunk
21:26
Fix crash caused by passing -1 as the length to TclNewStringObj(). Only Tcl_NewStringObj (the funct... check-in: f0669d7cb9 user: dkf tags: trunk
18:39
* generic/tclClock.c: Removed some dead code. * generic/tclCmdIL.c: ... check-in: 3fd9c620f4 user: dgp tags: trunk
14:12
Silence a warning check-in: be0f755545 user: dkf tags: trunk
14:11
More typos obscured by typos fixed in previous checkin... check-in: ef38b5144b user: dkf tags: trunk
14:10
Fix silly typos check-in: f0df3e345e user: dkf tags: trunk
13:59
General cleanup of reflected channel code check-in: fec37cf152 user: dkf tags: trunk
13:15
* generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed faulty peephole optimisation t... check-in: a77e120bdc user: msofer tags: trunk
2005-10-18
15:01
ANSIfy function declarations and definitions check-in: ccb2054288 user: dkf tags: trunk
14:42
ANSI function definitions check-in: b0f93b363b user: dkf tags: trunk
14:34
Style update and ANSI function definitions. check-in: c34632246c user: dkf tags: trunk
13:47
Split off changelog entries for 2004 Fixed erroneous dates on some 2005 entries check-in: 2746a09ce7 user: dkf tags: trunk
13:19
* generic/tclExecute.c: Added optimization for I32L64 systems to avoid using bignums... check-in: 397ed5b857 user: dgp tags: trunk
2005-10-15
23:27
* generic/tclExecute.c: Restored some optimizations of the INST_INCR_SCALAR1_IMM opc... check-in: 2eb1bb43e9 user: dgp tags: trunk
2005-10-14
17:35
See file. check-in: 001edcbce4 user: vasiljevic tags: trunk
17:34
Fixed bad definition of CRTEXPORT which should have been CRTIMPORT rather. check-in: 5b4a7f1349 user: vasiljevic tags: trunk
17:33
Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 for more info). check-in: 7ffd02a4fa user: vasiljevic tags: trunk
15:57
more revisions to TclIncrObj check-in: 1761187d62 user: dgp tags: trunk
14:38
removed another do {} while(0) check-in: 9c12bba8ba user: kennykb tags: trunk
14:18
Tidied up do {...} while(0) check-in: bb89d90a14 user: kennykb tags: trunk
12:34
Updated target file id check-in: 573eb37059 user: patthoyts tags: trunk
12:31
Permit building al debug builds as well as release builds check-in: 2fdf890a62 user: patthoyts tags: trunk
11:14
* generic/tcl.h: Fix for bug #1256937 - correctly decorate * generic/tclMain.c: imported funct... check-in: ca7ab95d17 user: patthoyts tags: trunk
2005-10-13
21:49
Test updates from [Bug 1284178] check-in: b028187ae2 user: dkf tags: trunk
21:01
Added some more clarifying comments in Tcl_ClearChannelHandlers() check-in: e296d976e4 user: vasiljevic tags: trunk
20:51
Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is bei... check-in: f7a1a7a67b user: vasiljevic tags: trunk
20:15
Remove _ANSI_ARGS_ and clean up a few comments check-in: 2b1f602d05 user: dkf tags: trunk
18:30
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. * tools/man2tcl.c: ... check-in: d7079d3caa user: dgp tags: trunk
18:13
* compat/tclErrno.h: Removed obsolete file. check-in: a707e67c4d user: dgp tags: trunk
15:23
Formatting cleanup to more accurately match the coding standards of the rest of the core. check-in: edb51d497a user: dkf tags: trunk
15:15
* generic/tclStrToD.c (TclParseNumber): Missing goto caused crash when parsing "Na".... check-in: 5415c75194 user: dgp tags: trunk
00:56
formatting check-in: 0fdf63803f user: dkf tags: trunk
00:14
quick typo fix; testing check-in: ff7bf450e7 user: dgp tags: trunk
00:07
formatting and de-_ANSI_ARGS_-ification check-in: 9e0f6e3e5e user: dkf tags: trunk
2005-10-12
23:55
formatting check-in: a79ed7c2fe user: dkf tags: trunk
23:54
* generic/tclExecute.c (GetNumberFromObj): Restored some lost optimizations for... check-in: fb65658754 user: dgp tags: trunk
23:51
Formatting check-in: c8e230bf0d user: dkf tags: trunk
23:42
Scrap _ANSI_ARGS_ macro use, yay! check-in: 175ab7d9cb user: dkf tags: trunk
22:21
Formatting and pure ANSI function decls check-in: 5a3e776594 user: dkf tags: trunk
22:05
Fix for [Bug 1325099] check-in: 893d9541f9 user: dkf tags: trunk
18:31
performance improvements to [incr] check-in: f6eb3e07ae user: kennykb tags: trunk
2005-10-10
21:50
TIP#237 introduced a new function, entier, so add it to the list of functions. check-in: 3d619f4afe user: dkf tags: trunk
20:27
* generic/tclCompCmds.c: New convenience macro CompileTokens(). check-in: ff5bec97ad user: msofer tags: trunk
19:52
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also added missing "... check-in: c9c0401dc1 user: dgp tags: trunk
18:00
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. * generic/tclInt.h: ... check-in: dbe6cdbda6 user: dgp tags: trunk
17:59
* generic/tclExecute.c: fixing an error in INST_LNOT and INST_LYES. Interestingly, the error only... Closed-Leaf check-in: b0515a16ba user: msofer tags: msofer-wcodes-branch
17:33
Fix two bugs in limits, one a crash and the other a failed flag reset. check-in: 32dacaae68 user: dkf tags: trunk
16:09
removing wrong comment check-in: e5da6717f2 user: msofer tags: trunk
15:51
* generic/tclExecute.c: fixing errors in last commit. check-in: fa79084fee user: msofer tags: trunk
2005-10-09
20:05
* generic/tclBasic.c: * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: i... check-in: 6c384e90de user: msofer tags: trunk
13:56
* generic/tclCmdIL.c: * generic/tclInt.h: modified the TclNSVarHashTable definition to not requi... check-in: 8cc97172d4 user: msofer tags: msofer-wcodes-branch
2005-10-08
23:15
* unix/configure: * unix/configure.in: * win/configure.in: reverting last patch: pilot error. *... check-in: 17135bce7f user: msofer tags: msofer-wcodes-branch
22:12
* unix/configure: * unix/configure.in: * win/configure.in: changes that somehow got left out of t... check-in: 07ba7e1a6c user: msofer tags: msofer-wcodes-branch
14:42
TIP#237 IMPLEMENTATION [kennykb-numerics-branch] Resynchronized with the HEAD; at t... check-in: 83fdb360a9 user: dgp tags: trunk
13:44
merge updates from HEAD Closed-Leaf check-in: 1b902ae45a user: dgp tags: kennykb-numerics-branch
06:43
more WIDE support check-in: 936ff6a20a user: dgp tags: kennykb-numerics-branch
06:07
[kennykb-numerics-branch] * generic/tclExecute.c: More performance macros and speci... check-in: cd534dbb23 user: dgp tags: kennykb-numerics-branch
01:07
* generic/tclExecute.c: Macro GetNumberFromObj() is version of TclGetNumberFromObj()... check-in: 6da6e869af user: dgp tags: kennykb-numerics-branch
2005-10-07
22:35
* unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to * tests/fCmd.test (fCmd-20.2)... check-in: c5efc3eed0 user: hobbs tags: trunk, kennykb-numerics-branch-20051008, msofer-wcodes-branch-20051007
20:15
[kennykb-numerics-branch] * generic/tclInt.h: Made #undef NO_WIDE_TYPE the defa... check-in: c420c12ecc user: dgp tags: kennykb-numerics-branch
18:01
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 852981a34b user: dgp tags: kennykb-numerics-branch
15:51
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 7818e1ffac user: dgp tags: kennykb-numerics-branch
2005-10-06
22:04
store shift result as long, not int check-in: df31ba52d1 user: dgp tags: kennykb-numerics-branch
18:48
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 31b83841a8 user: dgp tags: kennykb-numerics-branch
16:14
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 7480ac5646 user: dgp tags: kennykb-numerics-branch
03:41
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: ac4d98012f user: dgp tags: kennykb-numerics-branch
02:51
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: 318d5967ce user: dgp tags: kennykb-numerics-branch
2005-10-05
22:09
* generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug 1109294]. Applied the patch provided... check-in: 9a439d406a user: andreas_kupries tags: trunk
20:36
* doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, ... check-in: e261298ba7 user: andreas_kupries tags: trunk
17:44
* generic/tclIORChan.c (RcClose): Removed unreachable panic/return statements. This fixes the r... check-in: d91e2f06c9 user: andreas_kupries tags: trunk
16:28
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance INST_MULT an... check-in: 4ab5ab7388 user: dgp tags: kennykb-numerics-branch
08:03
* tests/env.test (env-6.1): * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c ... check-in: 9ad1d56456 user: hobbs tags: trunk
06:34
win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] check-in: 3b9458c858 user: hobbs tags: trunk
05:03
* tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): t... check-in: 3bc3dd226c user: hobbs tags: trunk
04:23
* unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] check-in: b68aa6b177 user: hobbs tags: trunk
03:58
scan %[] requires "one or more chars" [Bug 1277503] check-in: 6164a639b1 user: hobbs tags: trunk
00:38
* tests/winFile.test (getuser): allow valid Windows usernames. [Bug 1311285] check-in: bbc78fc172 user: hobbs tags: trunk
2005-10-04
23:49
* generic/tclParse.c (Tcl_ParseCommand): add code that recognizes {} in addition to {expand} for w... check-in: f48f4bdd21 user: hobbs tags: trunk
21:02
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 8d4c5bb62b user: dgp tags: kennykb-numerics-branch
18:34
See file. check-in: ec5a717b8e user: vasiljevic tags: trunk
18:33
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 53add32158 user: dgp tags: kennykb-numerics-branch
18:33
Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. check-in: 5576a42ab1 user: vasiljevic tags: trunk
18:32
Tcl_ClearChannelHandlers(): now deletes any outstanding timer for the channel. Also, prevents events... check-in: b68b5918fb user: vasiljevic tags: trunk
16:00
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 0f923b5cc0 user: dgp tags: kennykb-numerics-branch
13:49
[kennykb-numerics-branch] * generic/tclBasic.c: Updated more callers to make use ... check-in: 215aa64c5c user: dgp tags: kennykb-numerics-branch
2005-10-03
19:32
* generic/tclBasic.c: Re-implemented ExprRoundFunc and ExprEntierFunc to use TclGe... check-in: 2435e3e70d user: dgp tags: kennykb-numerics-branch
18:25
Be more choosy about what doubles get converted to longs. check-in: 9fd8db27ff user: dgp tags: kennykb-numerics-branch
17:42
fixed test cases for new US DST rules. check-in: 99b4e7ffb5 user: kennykb tags: trunk
15:50
[kennykb-numerics-branch] * generic/tclBasic.c: Re-implemented ExprRoundFunc to u... check-in: c247119234 user: dgp tags: kennykb-numerics-branch
14:38
Rebuild tzdata from Olson's tzdata2005n.tar.gz check-in: 3417941510 user: kennykb tags: trunk
2005-10-01
09:28
Fixed a typo. check-in: 53ed00351b user: davidw tags: trunk
2005-09-30
19:31
* generic/tclMain.c: Separate encoding conversion of command line arguments from ... check-in: 3a8318341a user: dgp tags: trunk
18:53
fix comment typo check-in: e86060ea27 user: hobbs tags: trunk
17:02
[kennykb-numerics-branch] * generic/tclStringObj.c: Bug fix: Missing cast to ... check-in: 14a510d9c1 user: dgp tags: kennykb-numerics-branch
01:05
init value to (-)Inf for min/max expr functions to simplify code check-in: 78d70230d5 user: hobbs tags: trunk
2005-09-29
23:16
implementation for TIP #255, expr min/max check-in: 5e48c91234 user: hobbs tags: trunk
2005-09-28
00:23
formatting check-in: 255d501bf2 user: dgp tags: kennykb-numerics-branch
2005-09-27
18:42
[kennykb-numerics-branch] * generic/tcl.h: Changed name of the new Tcl_Obj i... check-in: 2d7e29783f user: dgp tags: kennykb-numerics-branch
15:35
Test for [Bug 1116542] check-in: d7a27184e4 user: dkf tags: trunk
15:20
Formatting fixes check-in: 205497dd3f user: dkf tags: trunk
2005-09-26
20:16
Merge changes from HEAD, including libtommath 0.36 check-in: 14146661ef user: kennykb tags: kennykb-numerics-branch
19:31
update tclTomMath.h for bug 1263012 check-in: a5f5e1b89e user: kennykb tags: trunk
18:44
Regen tommath.h from release 0.36 check-in: 39058779b3 user: kennykb tags: trunk
18:27
merge tommath 0.36 changes into HEAD check-in: ff86421106 user: kennykb tags: trunk
16:53
re-import of three damaged PDF's check-in: 770751cc4a user: kennykb tags: trunk
16:31
Import of libtommath 0.36 check-in: e024610976 user: kennykb tags: trunk
2005-09-23
16:47
[kennykb-numerics-branch] * unix/Makefile.in: Added -DMP_PREC=4 switch to all c... check-in: 29be091cd8 user: dgp tags: kennykb-numerics-branch
16:13
[kennykb-numerics-branch] * generic/tclStrToD.c: Fixed memory leak. [Bug 1299803]... check-in: 112ace53ab user: dgp tags: kennykb-numerics-branch
04:03
[kennykb-numerics-branch] * generic/tclStrToD.c: Memory leak. Comment in TclSetBi... check-in: 961337390c user: dgp tags: kennykb-numerics-branch
2005-09-20
14:11
[kennykb-numerics-branch] * generic/tclExecute.c: Revise TclIncrObj() to call ... check-in: dd93281cd4 user: dgp tags: kennykb-numerics-branch
2005-09-16
19:29
[kennykb-numerics-branch] * generic/tclInt.h: Added TclBNInitBigNumFrom... check-in: 6e1addf33e user: dgp tags: kennykb-numerics-branch
16:13
* libtommath/bn_mp_add_d.c: Bug fix. For mp_add_d(&a, d, &c), when &a has the v... check-in: dc9f2eaf23 user: dgp tags: kennykb-numerics-branch
15:35
[kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_cmp_d to routines from ... check-in: f5324453ec user: dgp tags: kennykb-numerics-branch
01:40
silence compiler warning check-in: a95dcb3914 user: dgp tags: trunk
2005-09-15
23:13
* doc/ParseCmd.3: copy/paste fix [Bug 1292427] check-in: 72ad6487a4 user: msofer tags: trunk
20:58
merge updates from HEAD check-in: 29cc0feeb2 user: dgp tags: kennykb-numerics-branch
16:58
* generic/tclStringObj.c (TclAppendFormattedObjs): Revision to eliminate one ro... check-in: 1a7995155b user: dgp tags: trunk, kennykb-numerics-branch-20050915
16:40
* generic/tclBasic.c: More callers of TclObjPrintf and * generic/tclCkalloc.c: Tcl... check-in: cf51f10457 user: dgp tags: trunk
15:30
More flags hacking, this time for open64 under RHEL3. [Bug 1287638] check-in: 1fd41a0f1d user: dkf tags: trunk
2005-09-14
21:32
* generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: fbec962a12 user: dgp tags: trunk
18:35
* generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFo... check-in: b4922798b8 user: dgp tags: trunk
17:13
* generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: 73c6dc5786 user: dgp tags: trunk
03:46
* generic/tclBasic.c: First caller of TclFormatToErrorInfo. * generic/tclInt.h: ... check-in: 267895cd36 user: dgp tags: trunk
2005-09-13
21:23
* generic/tcl.h: Explicitly standardized on the use of stdarg.h * generic/tcl... check-in: bdf9458b14 user: dgp tags: trunk
2005-09-12
19:39
uninitialized vars are bad, mm'kay? check-in: 948d18b8f7 user: dgp tags: kennykb-numerics-branch
19:12
* generic/tclCmdAH.c: Added support for the "ll" width * generic/tclString... check-in: a74d98295f user: dgp tags: kennykb-numerics-branch
14:47
[kennykb-numerics-branch] Merge updates from HEAD. check-in: 0b3ca397c7 user: dgp tags: kennykb-numerics-branch
14:31
2005-09-12 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (TclAppendForm... check-in: e034ea072e user: dgp tags: trunk
2005-09-09
19:27
silence compiler warnings check-in: d68f155509 user: dgp tags: kennykb-numerics-branch
19:24
silence compiler warnings check-in: 9e8ea0b8c1 user: dgp tags: trunk
19:09
* generic/tclIORChan.c (RcDecodeEventMask): Added missing type declaration for the parameter 'm... check-in: a44fd1ff0f user: andreas_kupries tags: trunk
18:48
[kennykb-numerics-branch] Merge updates from HEAD. check-in: 343239eeff user: dgp tags: kennykb-numerics-branch
17:54
typo check-in: ad7d4b5c94 user: dgp tags: trunk
17:47
* generic/tclInt.h: New internal routine TclObjPrintf() * generic/tclStr... check-in: 60ba4924b2 user: dgp tags: trunk
17:19
added missing casts in tclStringObj.c check-in: 93d1ebfd11 user: kennykb tags: trunk
15:44
* generic/tclInt.h: New internal routines TclFormatObj() * generic/tclSt... check-in: d61b665021 user: dgp tags: trunk
2005-09-08
14:14
D'oh, missed a spot check-in: fca360fba5 user: dkf tags: trunk
14:13
Final fixes check-in: 1ac1207579 user: dkf tags: trunk
14:10
Squelch warning check-in: c5c285935a user: dkf tags: trunk
14:09
Test suite about fixed up for TIP#254 check-in: c957ef5cb3 user: dkf tags: trunk
14:05
Closer to being right... check-in: 1db31ab2b0 user: dkf tags: trunk
13:50
More fixing check-in: 17cb3cd598 user: dkf tags: trunk
13:46
A bit more fixing... check-in: 1701251b0b user: dkf tags: trunk
13:42
First step to fixing test suite check-in: 88e192f51c user: dkf tags: trunk
13:40
Oops! check-in: 7ac67d7fe8 user: dkf tags: trunk
13:38
Added support machinery for TIP#254 tests check-in: 4a5309ec6e user: dkf tags: trunk
10:49
TIP #254 implementation Still missing additional tests. check-in: 62727c5bbe user: dkf tags: trunk
2005-09-07
15:31
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative * tests/utf.t... check-in: c76f2a1966 user: dgp tags: trunk
2005-09-06
14:40
Add flag to lists so that evaluating contexts can handle them efficiently much of the time even when... check-in: 3f8b25f1a3 user: dkf tags: trunk
2005-09-05
10:25
Make symbol static to stop it from being visible outside the Tcl library on traditional Unix platfor... check-in: e889426f5c user: dkf tags: trunk
2005-09-02
19:23
* unix/tclUnixSock.c (InitializeHostName): Synchronized use of static modifier in declaration a... check-in: 5b652caf77 user: andreas_kupries tags: trunk
17:42
[kennykb-numerics-branch] * generic/tclScan.c: Bug fix: The %o, %x, %i formats o... check-in: 7f0027be0c user: dgp tags: kennykb-numerics-branch
2005-09-01
16:27
* generic/tclObj.c: TclParseNumber calls meant to parse an integer value now pas... check-in: 6e311ccfa4 user: dgp tags: kennykb-numerics-branch
16:09
[kennykb-numerics-branch] * generic/tclScan.c: Extended [scan] to accept the %ll... check-in: fc4c109c84 user: dgp tags: kennykb-numerics-branch
2005-08-31
15:14
fix date check-in: b5831068b5 user: vincentdarley tags: trunk
15:12
allow NULL interp in Tcl_FSMatchInDirectory check-in: 5139fcec81 user: vincentdarley tags: trunk
2005-08-30
19:20
[kennykb-numerics-branch] * generic/tclObj.c: Extended bignum support to includ... check-in: 4ef199b1b3 user: dgp tags: kennykb-numerics-branch
15:54
[kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_sqrt to routines from ... check-in: 7e5e925b15 user: dgp tags: kennykb-numerics-branch
2005-08-29
21:55
* library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch for [Tcl SF Bug 1189657]. Sync... check-in: 0ef4ca3087 user: andreas_kupries tags: trunk
18:38
[kennykb-numerics-branch] Merge updates from HEAD. check-in: c74bd61cc0 user: dgp tags: kennykb-numerics-branch
17:54
renumber expr-39.* to expr-46.* check-in: 484771b620 user: kennykb tags: trunk
17:11
[kennykb-numerics-branch] * generic/tclBasic.c: Restored round(.) to the Tcl 8.4 ... check-in: 2088e4d384 user: dgp tags: kennykb-numerics-branch
16:41
fix test case bracing and numbering check-in: 7bbdf4ca4c user: kennykb tags: trunk
16:21
removed inappropriate swizzling of tcl_precision check-in: e593e8320e user: kennykb tags: trunk
16:18
Bug 1275043 check-in: 7e8177ac9d user: kennykb tags: trunk
2005-08-26
22:11
* generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to {Cut,Splice}Channel for internal use, and c... check-in: fd26ccea74 user: andreas_kupries tags: trunk
14:43
Style systematization and _ANSI_ARGS_ removal check-in: 043072b9bc user: dkf tags: trunk
13:41
Remove _ANSI_ARGS_ check-in: 63474c1c0a user: dkf tags: trunk
13:26
More whitespace cleansing and _ANSI_ARGS_ purging check-in: 94354fd3e6 user: dkf tags: trunk
11:00
Remove _ANSI_ARGS_ and tidy up comments check-in: 03e5c68cf3 user: dkf tags: trunk
08:39
Fix crashes when running Snit's test suite caused by traces forcing the interp result object to beco... check-in: 2de91b1d0b user: dkf tags: trunk
2005-08-25
21:48
Better to panic sanely than to crash with a bad memory access. [Bug 1267380] check-in: 687e384a0d user: dkf tags: trunk
21:21
[kennykb-numerics-branch] * generic/tclExecute.c: Bug fix. INST_RSHIFT: shift of n... check-in: 0e9fcc9b56 user: dgp tags: kennykb-numerics-branch
15:46
[kennykb-numerics-branch] Merge updates from HEAD * generic/tclExecute.c: Bug fix. ... check-in: 6d651867f9 user: dgp tags: kennykb-numerics-branch
14:58
[kennykb-numerics-branch] * generic/tclBasic.c: Extended the domain of round(.) t... check-in: 9bfc46124e user: dgp tags: kennykb-numerics-branch
10:40
Fix memory leak caused by throwing away a duplicated object check-in: b518cfe467 user: dkf tags: trunk
2005-08-24
23:36
Remove extra blank lines between tests so groups go together better. check-in: aecf511a59 user: dkf tags: trunk
21:49
[kennykb-numerics-branch] * generic/tclBasic.c: Revised implementation of the cei... check-in: 9cbb2232b7 user: dgp tags: kennykb-numerics-branch
18:56
corrected TRACE bugs, overflowed negative #s, and bad test constraints check-in: 57f3c9f065 user: kennykb tags: kennykb-numerics-branch
18:51
[kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: TclBignumToDouble return... check-in: ecd2f01ba8 user: dgp tags: kennykb-numerics-branch
18:03
Corrections in comparisons with +/-Inf. check-in: b303293aa3 user: dgp tags: kennykb-numerics-branch
17:56
TIP#219 IMPLEMENTATION * doc/SetChanErr.3: ** New File **. Documentation of the new channel A... check-in: d936ddccf8 user: andreas_kupries tags: trunk
17:25
[kennykb_numerics_branch] * generic/tclExecute.c: Revised the type promotion rules ... check-in: 39a77d2eea user: dgp tags: kennykb-numerics-branch
15:15
fix formatting of fp number with smallest significand check-in: 7c355ef822 user: kennykb tags: trunk
02:35
[kennykb_numerics_branch] * generic/tclStrToD.c: Bug fix: set shift magnitude prop... check-in: 56e7ee19b3 user: dgp tags: kennykb-numerics-branch
2005-08-23
22:14
[kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: ACCEPT_NAN under INST_UM... check-in: d1892b6d86 user: dgp tags: kennykb-numerics-branch
19:51
more test coverage - 0o and entier check-in: d25658eed7 user: kennykb tags: kennykb-numerics-branch
19:22
comment fix check-in: 31ce9bdf78 user: dgp tags: kennykb-numerics-branch
19:16
Removed TclStrToD and friends, and added '0b' test cases. check-in: d9ef2d3f94 user: kennykb tags: kennykb-numerics-branch
19:15
Removed TclStrToD and friends, and added '0b' test cases. check-in: 6abfff338f user: kennykb tags: kennykb-numerics-branch
18:28
TclParseNumber enhanced for [scan ... %f], plus better test coverage check-in: 43741d958a user: kennykb tags: kennykb-numerics-branch
18:13
* unix/configure.in: * win/configure: Regen. * win/configure.in: Update minimum autoconf version ... check-in: 5ba298340c user: mdejong tags: trunk
16:51
* generic/tclStrToD.c: New macros TIP_114_FORMATS and KILL_OCTAL to configure accep... check-in: cbf176439e user: dgp tags: kennykb-numerics-branch
12:52
see ChangeLog check-in: 25f32e0007 user: dgp tags: kennykb-numerics-branch
06:15
[kennykb_numerics_branch] * generic/tclBasic.c: Re-used the guts of int(.) and wi... check-in: 249580da47 user: dgp tags: kennykb-numerics-branch
2005-08-22
20:50
[kennykb_numerics_branch] * generic/tclInt.h: New ACCEPT_NAN macro to mark code... check-in: f38e5baab7 user: dgp tags: kennykb-numerics-branch
16:11
[kennykb_numerics_branch] * generic/tclTestObj.c: Disabled unused [testconvertobj] ... check-in: 42f35b9b3b user: dgp tags: kennykb-numerics-branch
15:48
[kennykb_numerics_branch] * generic/tclBasic: Added [expr {entier(.)}]. ... check-in: bff9b0d113 user: dgp tags: kennykb-numerics-branch
14:21
[kennykb_numerics_branch] * generic/tclInt.h: TCL_WIDE_INT_IS_LONG implies NO_W... check-in: 429b1e2684 user: dgp tags: kennykb-numerics-branch
13:55
[kennykb_numerics_branch] * generic/tclInt.h: New internal routine TclSetBignum... check-in: 3bdecb919c user: dgp tags: kennykb-numerics-branch
12:55
[kennykb_numerics_branch] * tests/expr.test: Corrected the wideIs64bit constra... check-in: 24dbc7d4fd user: dgp tags: kennykb-numerics-branch
11:53
* unix/tclConfig.h.in: autoheader-2.59. check-in: d3b5566cd9 user: das tags: trunk
04:25
see ChangeLog check-in: 4c5400e681 user: dgp tags: kennykb-numerics-branch
03:49
[kennykb_numerics_branch] * generic/tclInt.h: Moved TclParseInteger to ... check-in: 4348fa75d0 user: dgp tags: kennykb-numerics-branch
2005-08-19
21:55
[kennykb_numerics_branch] * generic/tclBasic.c: Updated OldMathFuncProc and ExprA... check-in: e5101a6820 user: dgp tags: kennykb-numerics-branch
05:17
[kennykb_numerics_branch] * generic/tclVar.c: Replaced TclPtrIncrVar and TclPtr... check-in: df3782bcce user: dgp tags: kennykb-numerics-branch
2005-08-18
21:19
[kennykb_numerics_branch] * generic/tclExecute.c: Fixed string rep invalida... check-in: c2d95f0d3f user: dgp tags: kennykb-numerics-branch
18:18
[kennykb_numerics_branch] * generic/tclDictObj.c: DictIncrCmd rewrite to use TclInc... check-in: 09790424d3 user: dgp tags: kennykb-numerics-branch
02:36
restore interp->result support in legacy routines check-in: 0d7638cc58 user: dgp tags: kennykb-numerics-branch
02:09
added some constraints to the new tests check-in: 2ed44afc2c user: dgp tags: kennykb-numerics-branch
2005-08-17
23:58
updated entry with another clash check-in: 391950cb59 user: georgeps tags: trunk
23:57
fix a namespace clash with pendingObjData. check-in: 01ee20315e user: georgeps tags: trunk
23:51
new entry. fixed the dates on KBK's entries. check-in: 3c0ad8e2bc user: georgeps tags: trunk
23:48
Added static to prevent a namespace clash with BuiltinFuncTable. check-in: d812e451ee user: georgeps tags: trunk
21:39
changed TclParseNumber to leave endPtrPtr on trailing whitespace check-in: d25c47e8df user: kennykb tags: kennykb-numerics-branch
21:27
fixed bad clock test, removed duplicated code in Tcl_Finalize check-in: 08b64cd451 user: kennykb tags: trunk
20:49
change expression parser to use TclParseNumber; fix comments in TclParseNumber; fix ExprUnaryFunc check-in: 453dcd4dab user: kennykb tags: kennykb-numerics-branch
20:12
revised test conditions to demand IEEE floating point for the tests that require it check-in: 885d44ebb6 user: kennykb tags: kennykb-numerics-branch
19:34
fancier casts in Tcl_ExprLongObj to avoid unwanted sign-extension check-in: b52a57497e user: kennykb tags: kennykb-numerics-branch
19:26
corrected error in test numbering check-in: c70fb8cc45 user: kennykb tags: kennykb-numerics-branch
19:22
fix ChangeLog message check-in: 43db39a13f user: kennykb tags: kennykb-numerics-branch
19:12
updated Tcl_Expr* to deal with bignums check-in: 0316f8a042 user: kennykb tags: kennykb-numerics-branch
18:24
Changed message catalog file names to lowercase check-in: b5ab97f9e1 user: kennykb tags: trunk
15:45
[kennykb_numerics_branch] * generic/tclExecute.c: New routine TclIncrObj to central... check-in: 82b51f0c5c user: dgp tags: kennykb-numerics-branch
04:57
[kennykb_numerics_branch] * generic/tclExecute.c: Made bit shifting opcodes and INS... check-in: c4747cae22 user: dgp tags: kennykb-numerics-branch
2005-08-16
16:55
[kennykb_numerics_branch] * generic/tclExecute.c: Made binary bitwise opcodes bignu... check-in: 2b68a3e774 user: dgp tags: kennykb-numerics-branch
04:26
* generic/tclExecute.c: More revisions to IllegalExprOperandType. Merged INST_BITNOT... check-in: df1d00d8c1 user: dgp tags: kennykb-numerics-branch
2005-08-15
20:46
* generic/tclInt.decls: Deleted TclLooksLikeInt() and all callers. * generic/tclUtil... check-in: 785947b9dc user: dgp tags: kennykb-numerics-branch
18:13
merge updates from HEAD check-in: b456e92317 user: dgp tags: kennykb-numerics-branch
16:56
[kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of comparison b... check-in: f99844c804 user: dgp tags: kennykb-numerics-branch
03:16
[kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of arithmetic b... check-in: bc36ed0987 user: dgp tags: kennykb-numerics-branch
2005-08-13
20:19
[kennykb_numerics_branch] * generic/tclObj.c: Extended Bignum auto-narrowing to... check-in: 4a117577d0 user: dgp tags: kennykb-numerics-branch
2005-08-12
23:59
added /usr/lib/zoneinfo for antique glibc check-in: 9ae2ab8c1f user: kennykb tags: trunk
23:55
bug 1257830 check-in: 5e29d06ce1 user: kennykb tags: trunk
18:29
[kennykb_numerics_branch] * generic/tclExecute.c: Simplify doCondJump. Use eePtr->... check-in: 9aa7f93430 user: dgp tags: kennykb-numerics-branch
2005-08-11
22:22
regen unix/configure check-in: 25d2e6dbfe user: kennykb tags: trunk
22:06
radical refactoring of thread storage to untangle dependencies check-in: be83fe62c8 user: kennykb tags: trunk
21:48
[kennykb_numerics_branch] * generic/tclExecute.c: Rewrite of INST_LAND/INST_LOR to ... check-in: fe1427b892 user: dgp tags: kennykb-numerics-branch
16:29
[kennykb_numerics_branch] * generic/tclStrToD.c: Restored conditional generation o... check-in: a2ca47af7c user: dgp tags: kennykb-numerics-branch
2005-08-10
18:21
[kennykb_numerics_branch] * generic/tclTomMath.h: Added mp_shrink, mp_to_unsigned_b... check-in: 57a68b7c98 user: dgp tags: kennykb-numerics-branch
16:28
further untangling of Tcl_Finalize, and test cleanup on Win32 threaded check-in: 2570ab9204 user: kennykb tags: trunk
2005-08-09
13:31
Squelch a message about an unused variable. check-in: 5a1163b410 user: dkf tags: trunk
11:02
More informative comment. check-in: 20881bdebd user: dkf tags: trunk
04:17
added nul-termination missing from earlier commit today check-in: 5ad0425206 user: dgp tags: trunk
2005-08-08
23:20
file rootname bug fix check-in: 039fc09fcf user: vincentdarley tags: trunk
19:21
* generic/tclObj.c: Replaced some goto's with loops and started use of BIGNUM_AU... check-in: ec4b776f0a user: dgp tags: kennykb-numerics-branch
14:08
remove obsolete comment check-in: 3bda2ae680 user: dgp tags: trunk
2005-08-05
23:57
regen check-in: e6625ce0bf user: dkf tags: trunk
23:56
Stop exposing the thread storage guts. Non-core code should never touch it. check-in: 4d67a86a0a user: dkf tags: trunk
23:00
Typo (spotted by George Staplin) check-in: c35f167f8a user: dkf tags: trunk
20:36
Solaris mis-names the cp1251 encoding. check-in: 5729270551 user: dkf tags: trunk
19:03
Further nonPortable [binary] test cleanup check-in: ae8648b5cb user: kennykb tags: trunk
18:50
Handle abs(-0x80000000) [Bug 1241572] check-in: e57db809fd user: kennykb tags: trunk
18:24
Cleaned up [binary scan] testing for NaN [Bug 1246264] check-in: a8f252687c user: kennykb tags: trunk
18:15
removed refs to ldAout.tcl [Bug 1244361] check-in: 5fd3b5f95d user: kennykb tags: trunk
14:04
Rewrote Tcl_GetDoubleFromObj check-in: f8b91179cf user: dgp tags: kennykb-numerics-branch
01:58
typo fixes check-in: 098279b9b2 user: dgp tags: trunk
2005-08-04
21:27
* generic/tclObj.c: Rewrote Tcl_GetBooleanFromObj() and supporting routines to m... check-in: 7f91b46a52 user: dgp tags: kennykb-numerics-branch
19:56
silence compiler warning check-in: 2d632fc787 user: dgp tags: trunk
17:28
* generic/tclIO.c (CloseChannel): Fixed comment nit, added apparently missing word to complete ... check-in: 561dff49b3 user: andreas_kupries tags: trunk
16:47
merge updates from HEAD check-in: 7f6257cfc2 user: dgp tags: kennykb-numerics-branch
16:32
Deleted the UpdateStringOfBoolean() routine, that can never be called. check-in: 74dbf03515 user: dgp tags: trunk
15:55
* generic/tclObj.c: Simplified routines that manage the typeTable. check-in: e8f3ca7497 user: dgp tags: trunk
2005-08-03
22:25
* generic/tclCompExpr.c: Untangled some dependencies in the * generic/tclEven... check-in: 66913381b4 user: dgp tags: trunk
2005-08-02
18:14
merge updates from HEAD check-in: 10feab7c07 user: dgp tags: kennykb-numerics-branch
2005-07-30
07:57
* unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds for bugs/changes in behaviour in Ma... check-in: 944ee67d7d user: das tags: trunk
2005-07-29
14:47
Take care with globals that have an entry in the var table but "don't exist" check-in: 7a08ba9e4b user: dkf tags: trunk
03:47
* win/README: Update link to msys_mingw8.zip check-in: fa54ee0c4e user: mdejong tags: trunk
2005-07-28
18:42
* tests/compExpr-old.test: Still more conversion of "nonPortable" * tests/error... check-in: ef95c5ebb7 user: dgp tags: trunk
10:55
* generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to * unix/tclUnixPipe.c (TclpOp... check-in: 6c8172e1e6 user: dkf tags: trunk
2005-07-27
18:23
* generic/tclUtil.c: Converted the $::tcl_precision value to be kept per-thread t... check-in: acdeee7ba6 user: dgp tags: trunk
18:12
* tests/expr.test: Consolidated equivalent constraints into * tests/fileName.te... check-in: ec63acc455 user: dgp tags: trunk
16:23
* library/init.tcl ([unknown]): Corrected return code handling in the portions of [u... check-in: d65db8782a user: dgp tags: trunk
2005-07-26
20:20
* unix/configure: Regen. * unix/configure.in: Check for a $prefix/share directory and add it the ... check-in: 8f2e61fad0 user: mdejong tags: trunk
17:06
* generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use per-thread counter,... check-in: 0c06029c78 user: dgp tags: trunk
16:24
typo check-in: 8bdfd9ce33 user: dgp tags: trunk
16:21
* generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that * tests/trace.te... check-in: 34289a2ca0 user: dgp tags: trunk
2005-07-25
20:48
Getting more systematic about style check-in: b09ad6a0a6 user: dkf tags: trunk
13:29
D'oh! [Bug 1244358] check-in: a18dc27e5e user: dkf tags: trunk
00:39
* unix/configure: Regen. * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. ... check-in: 65b63ba325 user: mdejong tags: trunk
2005-07-24
22:56
Getting more systematic about style check-in: 83d72c558c user: dkf tags: trunk
2005-07-23
04:12
* library/auto.tcl: Updates to the Tcl script library to make * library/history.... check-in: 58a2150746 user: dgp tags: trunk
02:59
* tests/string.test: Add string is tests for functionality that was not tested. * win/README: Upd... check-in: 91d8e75c82 user: mdejong tags: trunk
01:31
* generic/tclExecute.c (INST_DICT_*): stop 2 compiler warnings for uninitialised variables. check-in: 8fddec119a user: msofer tags: trunk
00:04
Getting more systematic about style check-in: 78a871bd80 user: dkf tags: trunk
2005-07-22
23:56
Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. check-in: c0b4cb6f89 user: dkf tags: trunk
2005-07-21
21:50
regen check-in: 0b575edc35 user: dkf tags: trunk
21:48
Compiler for [dict] and related changes. check-in: 9ef02c62c4 user: dkf tags: trunk
21:22
drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl check-in: 04c5a55f9f user: kennykb tags: trunk
16:58
fix compile error check-in: dbbcf9b7f6 user: dgp tags: trunk
14:38
Systematizing the formatting check-in: ac613e6b94 user: dkf tags: trunk
2005-07-20
23:16
Getting more systematic about style check-in: 0c5cea4d81 user: dkf tags: trunk
2005-07-19
22:45
Getting more systematic about style check-in: f9332bdd5d user: dkf tags: trunk
13:37
Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't sc... check-in: b174fe79d4 user: dkf tags: trunk
08:51
Formatting systematization. Also removed check of result of ckalloc() for NULL; it will never succe... check-in: ac17f9daa2 user: dkf tags: trunk
00:09
Getting more systematic about style check-in: 690576859a user: dkf tags: trunk
2005-07-17
22:25
socket wrong#args message now follows the general conventions check-in: 82a53c1796 user: dkf tags: trunk
22:06
Try again :-} check-in: 8df7db4799 user: dkf tags: trunk
22:04
Ugh; convert unfortunate tab back to a space check-in: 78a4e02f90 user: dkf tags: trunk
21:54
D'oh check-in: d331cb6616 user: dkf tags: trunk
21:46
oops; how did I reorder those fields? :-( check-in: 911066ce3f user: dkf tags: trunk
21:17
Getting more systematic about style check-in: 7591df07d6 user: dkf tags: trunk
2005-07-16
21:29
Tk Bug 1227781 check-in: 9a6ea91409 user: kennykb tags: trunk
2005-07-15
22:32
Bug 1237907 check-in: 96beb107b1 user: kennykb tags: trunk
15:53
Whitespace/comment tidying check-in: 3aa642dd43 user: dkf tags: trunk
15:09
More tidying up check-in: 09344621a7 user: dkf tags: trunk
2005-07-14
13:41
More minor tinkering with comments and code-layout check-in: 08ca5567ca user: dkf tags: trunk
12:17
Stop warning check-in: dad22a94ac user: dkf tags: trunk
12:12
Oops check-in: a0355a2506 user: dkf tags: trunk
10:50
Style improvements to tclCompile.c, plus bytecode printing enhancements. check-in: 330dac0c81 user: dkf tags: trunk
2005-07-13
20:33
copy/paste/fail-to-modify error in comment. check-in: 2ab7e4e48c user: dgp tags: trunk
20:00
* unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: ... check-in: 1fd12e8db7 user: dgp tags: trunk
2005-07-12
20:38
merged changes from HEAD check-in: adeb44b25c user: kennykb tags: kennykb-numerics-branch
20:35
merged changes from HEAD check-in: 5316ea45e0 user: kennykb tags: kennykb-numerics-branch
20:15
first round of TIP#249 changes check-in: a0804d1a4c user: kennykb tags: kennykb-numerics-branch
09:39
Doc clarification check-in: 9fdbe9d9e3 user: dkf tags: trunk
2005-07-11
15:03
Purely style-guide cleansing check-in: 4b3d278317 user: dkf tags: trunk
2005-07-09
00:27
* generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer divisio... check-in: 7acb2424cc user: mdejong tags: trunk
2005-07-06
15:17
* generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. check-in: 828cc933d5 user: dgp tags: trunk
2005-07-05
20:54
* unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. check-in: 874e6a52dd user: dgp tags: trunk
18:15
* generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decl... check-in: 3af2919289 user: dgp tags: trunk
17:33
* generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.... check-in: e4ef8384ac user: dgp tags: trunk
14:19
Style-guide reformat and get rid of gcc warning check-in: 594cf90263 user: dkf tags: trunk
11:37
Much whitespace/style tidying up check-in: 720eee7591 user: dkf tags: trunk
2005-07-04
22:26
Whitespace/fmt fixes check-in: c360150c2e user: dkf tags: trunk
21:19
Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in ... check-in: 15359b6f9c user: dkf tags: trunk
2005-07-01
10:29
Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: e5562a29ac user: vasiljevic tags: trunk
2005-06-29
03:28
* generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary ... check-in: 101dfd39ca user: mdejong tags: trunk
2005-06-27
18:00
increased warning about [auto_reset] bug fix. check-in: 6f625117c2 user: dgp tags: trunk
2005-06-26
22:10
Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk
2005-06-24
23:32
* library/auto.tcl: Make file safe to re-[source] without destroying registered ... check-in: d1e3417e82 user: dgp tags: trunk
20:07
cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk
15:06
* library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk... check-in: 2c82378f14 user: dgp tags: trunk
2005-06-23
19:48
bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk
17:01
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. check-in: 6efbd658a3 user: das tags: trunk
2005-06-22
21:39
bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk
21:24
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy... check-in: b165576fdb user: dgp tags: trunk
19:47
bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk
2005-06-21
19:49
* generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk
19:20
bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk
18:32
* generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc... check-in: aa95aa1c1e user: dgp tags: trunk
14:17
autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk
08:51
Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk
2005-06-20
23:10
typos check-in: 5e3832c359 user: dkf tags: trunk
22:55
typo check-in: abcd456abe user: dkf tags: trunk
21:27
Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk
10:01
Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk
07:48
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe... check-in: d616dbd68a user: mdejong tags: trunk
2005-06-18
21:45
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ... check-in: 02ddae4aec user: das tags: trunk
2005-06-17
23:41
Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk
14:26
Fix an odd [after]-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk
2005-06-14
13:45
Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk
2005-06-13
08:31
correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk
01:45
*** MERGE WITH HEAD *** (tag msofer-wcodes-20050611) check-in: d666b09ed5 user: msofer tags: msofer-wcodes-branch
2005-06-12
22:19
D'oh! check-in: 1f520360c7 user: dkf tags: trunk
22:13
Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk
2005-06-10
15:22
Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611
2005-06-09
16:24
fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk
14:23
Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk
2005-06-08
21:17
typo fix check-in: 03edf0eac5 user: dkf tags: trunk
14:12
D'oh. [Bug 1217017] check-in: 143c847915 user: dkf tags: trunk
2005-06-07
21:46
* generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndex... check-in: 9c1c8c3166 user: dgp tags: trunk
21:31
Added (untested!) implementation of truncation for Windows check-in: a43119ea8e user: dkf tags: trunk
21:14
* generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as requ... check-in: 26620cf722 user: dgp tags: trunk
20:52
Now for a real test of [chan truncate]... check-in: ffa6301002 user: dkf tags: trunk
20:37
Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! check-in: 4d740196df user: dkf tags: trunk
14:13
autoconf check-in: 2c02e2527f user: dgp tags: trunk
14:03
Bump patchlevel to a4 check-in: 0c38ae7bb8 user: dkf tags: trunk
10:04
Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read]... check-in: b3487bb8b8 user: dkf tags: trunk
09:18
Add missing return TCL_ERROR check-in: 194aedaa6e user: dkf tags: trunk
09:07
Another indentation fix check-in: 5ddb9adb32 user: dkf tags: trunk
09:06
Clean up indentation check-in: 65eb529bed user: dkf tags: trunk
09:04
Add missing return in wrong#args case check-in: 1816c38092 user: dkf tags: trunk
02:12
copy/paste/modify error check-in: 0b19608243 user: dgp tags: trunk
02:10
typo check-in: 8d33e93a6d user: dgp tags: trunk
02:07
make genstubs check-in: b683f2cde5 user: dgp tags: trunk
2005-06-06
23:45
TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no t... check-in: 3280056391 user: dkf tags: trunk
20:54
Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc check-in: 065f9ddc96 user: kennykb tags: trunk
2005-06-04
21:06
note tag date for 8.5a3 check-in: 426944cc6e user: hobbs tags: trunk, core-8-5-a3
21:06
add libtommath to dist target check-in: eef0f5a23f user: hobbs tags: trunk
2005-06-03
16:49
update changes for 8.5a3 release. check-in: cd6f82cc11 user: dgp tags: trunk
10:02
Remove blatant inefficiency in [parray] check-in: 602628a115 user: dkf tags: trunk
08:52
* macosx/Makefile: fixed 'embedded' target. check-in: ed94bc6122 user: das tags: trunk
2005-06-02
22:56
* unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var * tools/tcltk-man2html.tcl: add a --u... check-in: af56fb84a6 user: hobbs tags: trunk
09:48
regenerated after dkf's modifications to tcl.m4 check-in: aecf3a0fe9 user: rmax tags: trunk
09:19
Fix m4 quoting problems :} check-in: 122b06ca01 user: dkf tags: trunk
03:11
This close to a release, simple is better. check-in: b191ed7c37 user: dgp tags: trunk
2005-06-01
22:19
* generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, * generic/tclResult.... check-in: cc9274d22e user: dgp tags: trunk
21:45
d'oh! check-in: 49146570cd user: dgp tags: trunk
21:38
* generic/tclBasic.c: For compatibility with earlier Tcl releases, * generic/tclRe... check-in: ad959189c3 user: dgp tags: trunk
11:00
Implementation of TIP#241 from Joe Mistachkin Also compilation of [switch -glob -nocase] from Donal ... check-in: 1dd0879381 user: dkf tags: trunk
10:02
Increase efficiency of [lindex] compilation check-in: b3662bfb9f user: dkf tags: trunk
09:37
Make the threaded build compile again... check-in: 745f7e4cf0 user: dkf tags: trunk
2005-05-31
12:29
Standardize help messages for 'configure --help' using AC_HELP_STRING check-in: 4392cbd439 user: dkf tags: trunk
11:38
See file. check-in: f40644f675 user: vasiljevic tags: trunk
11:37
The notifier thread is now created as joinable and properly joined in the Tcl_FinalizeNotifier. check-in: 72d6038dca user: vasiljevic tags: trunk
2005-05-30
07:57
See file. check-in: a02f77bfd6 user: vasiljevic tags: trunk
07:56
Fixed Tcl Bug #1204064. check-in: b189cce3c3 user: vasiljevic tags: trunk
00:04
TIP#229 implementation check-in: f1050beab4 user: dkf tags: trunk
2005-05-26
11:18
* macosx/Makefile: moved & corrected EMBEDDED_BUILD check. * unix/configure.in: corrected framewo... check-in: 7028a4742a user: das tags: trunk
08:08
Tab characters are important in *roff tables... check-in: 00b02d06b9 user: dkf tags: trunk
2005-05-25
19:27
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast check-in: a1d08b0d48 user: hobbs tags: trunk
16:13
TIP#182 IMPLEMENTATION [Patch 1165062] * doc/mathfunc.n: New built-in math f... check-in: ba76483869 user: dgp tags: trunk
2005-05-24
19:13
* library/init.tcl: Updated [unknown] to be sure the [return] * tests/init.test:... check-in: f259162cb6 user: dgp tags: trunk
04:44
* tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ... check-in: 07573183ed user: das tags: trunk
2005-05-23
23:38
fixed typo in EXTRA_INSTALL_BINARIES check-in: 70025405a5 user: das tags: trunk
20:20
* macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ... check-in: 7c25639f1f user: das tags: trunk
20:19
* generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad... check-in: f1f3008c90 user: das tags: trunk
20:18
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi... check-in: 26e1c8d94c user: das tags: trunk
17:40
* doc/expr.n: * doc/string.n: fixed roff syntax complaints from 'make html'. check-in: 261e228a30 user: das tags: trunk
2005-05-22
01:30
Fixed a bug in expr round(x) function: returned an empty string if x was an integer check-in: 503afc89f6 user: chengyemao tags: trunk
2005-05-21
15:10
Resynchronized with HEAD check-in: 96be07d7c8 user: kennykb tags: kennykb-numerics-branch
2005-05-20
15:29
* generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a... check-in: ced7ccb24b user: dgp tags: trunk
02:50
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 6db5952245 user: das tags: trunk
2005-05-19
22:49
Quell a gcc warning check-in: ddf3146780 user: dkf tags: trunk
15:17
Scratch one bizarre while loop... :^) check-in: 87030df1be user: dkf tags: trunk
13:28
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 3a9463d7ae user: das tags: trunk
13:27
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: a8c0c897b7 user: das tags: trunk
2005-05-18
20:54
* generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around Tcl_ExprBooleanObj... check-in: c3e78c6b7d user: dgp tags: trunk
19:09
minor phrasing improvements. check-in: 1fe5c2c031 user: dgp tags: trunk
16:44
* doc/BoolObj.3: Rewrite of documentation dropping many details about the int... check-in: 95abe9b7f5 user: dgp tags: trunk
15:43
* generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so * generic/tclObj.c... check-in: 5a07f799a9 user: dgp tags: trunk
2005-05-17
21:28
* generic/tclObj.c (TclInitObjSubsystem): Removed the * tests/listObj.test: ... check-in: 2074e27c04 user: dgp tags: trunk
2005-05-16
15:35
restore MSVC buildability of tclWin32Dll.c check-in: c022adcc3b user: kennykb tags: trunk
08:41
And another silly mistake... check-in: 9136f67092 user: dkf tags: trunk
08:38
Fixed minor mistake in the example (not following best-practice as described in the Portability sec... check-in: c73418300c user: dkf tags: trunk
2005-05-14
23:15
whitespace/style policing check-in: 52d15b0b4d user: dkf tags: trunk
21:37
whitespace fix check-in: 43fd4654a7 user: dkf tags: trunk
20:46
* generic/tclInt.decls: * generic/tclTest.c: * generic/tclUtil.c: * win/tclWin32Dll.c: fixed lin... check-in: 7ff2693241 user: das tags: trunk
2005-05-13
21:20
further rework of SEH check-in: d1306f71a8 user: kennykb tags: trunk
17:11
* generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. * generic/tclBinary.c... check-in: c4a9664679 user: dgp tags: trunk
2005-05-12
22:48
Corrected duplication of test names check-in: b3032b4166 user: dgp tags: trunk
21:21
changed NAME to match the name of the page. check-in: 9092afcc5a user: kennykb tags: trunk
16:23
Corrected example that confused [namespace which] and [namespace origin] check-in: 2151523185 user: dgp tags: trunk
2005-05-11
17:18
repeat merge with HEAD check-in: 33802b0c8b user: kennykb tags: kennykb-numerics-branch
15:39
Added UCHAR's to ctype macros in tclStrToD.c check-in: b5d1ecb4f0 user: kennykb tags: trunk
15:00
Synchronized with HEAD check-in: 6ea4a2ae77 user: kennykb tags: kennykb-numerics-branch
00:53
* unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly compliant compilers that don't lik... check-in: 03b9a47d8d user: hobbs tags: trunk
00:51
* tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t... check-in: fab27ad2b8 user: hobbs tags: trunk
2005-05-10
20:17
Fixes for C++-style comment and bad NaN on PA-RISC check-in: a4754204f2 user: kennykb tags: trunk
19:11
fixed Changelog entry for [Bug 1198892] fix - forgot to mention new regression tests. check-in: 0b53eeb272 user: msofer tags: trunk
18:59
fix ChangeLog message for last commit check-in: 6fef346e5e user: kennykb tags: trunk
18:54
Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats check-in: 14211c3843 user: kennykb tags: trunk
18:33
Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 check-in: 1cc2336920 user: kennykb tags: trunk
17:20
committed local libtommath changes from kennykb-numerics-branch back to the Tcl HEAD check-in: edc85b6177 user: kennykb tags: trunk
16:57
Merged special handling of trivial patterns into Tcl_ListMathFuncs. check-in: 72a41f9405 user: dgp tags: kennykb-numerics-branch
16:11
Merged changes from HEAD check-in: bae9c0a530 user: kennykb tags: kennykb-numerics-branch
10:02
* generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] check-in: 4b97cfe954 user: msofer tags: trunk
2005-05-09
22:13
further fixes for structured event handling and frame pointer omission check-in: 9a65c5d521 user: kennykb tags: kennykb-numerics-branch
2005-05-08
20:41
portability hacks and eliminate bad CPUID code check-in: ed4639b2c7 user: kennykb tags: kennykb-numerics-branch
2005-05-07
21:09
fixed underflow bug in MSVC with -O3 check-in: 85f6025e11 user: kennykb tags: kennykb-numerics-branch
19:18
Revised initialization of tclStrToD.c check-in: d5f6456bdd user: kennykb tags: kennykb-numerics-branch
00:05
* unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 8f214f2854 user: hobbs tags: trunk
2005-05-05
18:37
* generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: ... check-in: 751ccc1989 user: dgp tags: trunk
17:55
Merged with HEAD check-in: b77c9a87c6 user: kennykb tags: kennykb-numerics-branch
17:52
Corrected a compilation error in the --enable-threads configuration check-in: db79d08c45 user: kennykb tags: trunk
17:20
* generic/tclCompCmds.c: Factored common efficiency trick into a macro named ... check-in: 4c8dcccfb3 user: dgp tags: trunk
15:32
* generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: ... check-in: 2f2f477a05 user: dgp tags: trunk
2005-05-03
18:07
* doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environ... check-in: 83aa957ebe user: dgp tags: trunk
2005-05-02
21:45
* generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprSt... check-in: 6c4cb20910 user: dgp tags: trunk
2005-04-30
11:47
* unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. check-in: 73b282ccef user: das tags: trunk
2005-04-29
21:47
Whitespace/formatting fixes check-in: 709b42df9d user: dkf tags: trunk
20:49
TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntF... check-in: d9e4591786 user: dgp tags: trunk
2005-04-28
14:24
* tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. check-in: 5dcc3507b3 user: dgp tags: trunk
05:31
* library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: 25b4da904a user: dgp tags: trunk
2005-04-27
18:48
TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): ... check-in: 6a178af03a user: dgp tags: trunk
2005-04-26
20:54
corrected an EDOM handling input overflow on Solaris check-in: a554dde816 user: kennykb tags: kennykb-numerics-branch
17:09
Corrected NaN handling in [binary format] check-in: dfb89408db user: kennykb tags: kennykb-numerics-branch
16:54
correct uninit mem ref in Tcl_GetDoubleFromObj check-in: a38967256a user: kennykb tags: kennykb-numerics-branch
16:32
Restored silent overflow/underflow to input conversions check-in: 1fa534af9f user: kennykb tags: kennykb-numerics-branch
00:44
* compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 20a693c229 user: das tags: trunk
2005-04-25
21:37
Merged with HEAD. check-in: fcce6158ac user: kennykb tags: kennykb-numerics-branch
20:15
Olson's tzdata2005i check-in: 908327be7a user: kennykb tags: trunk
19:59
Revised documentation for TIP 232 check-in: e6c2f423c4 user: kennykb tags: kennykb-numerics-branch
17:07
* library/init.tcl: Use "ni" and "in" operators. check-in: c386e86f4f user: dgp tags: trunk
10:05
fix comments check-in: 5b62507eda user: msofer tags: trunk
10:01
* generic/tclExecute.c: fix for [Bug 1189274]. check-in: 732199b541 user: msofer tags: trunk
02:08
silence compiler warnings check-in: 9cb000f783 user: dgp tags: trunk
2005-04-22
16:26
typo check-in: b4f40c1307 user: dgp tags: trunk
16:18
* tests/string.test: Test string-23.0 for Bug 1187123. check-in: 8dc78c8b55 user: dgp tags: trunk
15:46
The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring it into agreement... check-in: 9cc02e7123 user: dgp tags: trunk
2005-04-21
22:42
* generic/tclLiteral.c: Disabled the code that forces some literals into the "int" T... check-in: 3dd9e52203 user: dgp tags: trunk
21:29
* generic/tclDictObj.c: Updated callers to call new routine. check-in: 60d7ff04ee user: dgp tags: trunk
21:23
* generic/tclBasic.c: Updated callers to call new routine. * generic/tclCompCmds.c... check-in: b0a22119dc user: dgp tags: trunk
20:35
stifle compiler warning check-in: ace1bd5a92 user: dgp tags: trunk
20:24
* generic/tclGet.c: Radical code simplification. Converted Tcl_GetFoo() routine... check-in: c5a5c3f411 user: dgp tags: trunk
15:49
Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. check-in: 2ac5b9233d user: dgp tags: trunk
15:23
* generic/tclObj.c: Re-ordered error detection code so all values with trailing ... check-in: e2ac645480 user: dgp tags: trunk
14:23
* doc/GetInt.3: Convert argument "string" to "str" to agree with code. Also clarifie... check-in: c2065c79f6 user: dgp tags: trunk
2005-04-20
19:47
TIP 232 documentation check-in: a5f2bf4959 user: kennykb tags: kennykb-numerics-branch
16:04
* generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 4e2a92f900 user: dgp tags: trunk
15:13
silenced a compiler warning check-in: 6ccb622ed3 user: kennykb tags: trunk
2005-04-19
18:44
typo check-in: 301150ab87 user: dgp tags: trunk
16:32
* generic/tclBasic.c: Added unsupported command * generic/tclCmdAH.c: [::tcl::un... check-in: b200066b4e user: dgp tags: trunk
15:10
fixed Bug 1185933 check-in: 089af482d8 user: kennykb tags: trunk
2005-04-16
19:21
*** FROM HEAD *** * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111]... check-in: 019a8d1279 user: msofer tags: msofer-wcodes-branch
19:17
* generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111] check-in: b2d441f946 user: msofer tags: trunk
08:05
See file check-in: 4a518115ec user: vasiljevic tags: trunk
08:04
Force clenaup of the interp result in TclLoadFile(). Some implementations of TclpFindSymbol() will s... check-in: 1a0278d29d user: vasiljevic tags: trunk
08:03
Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: 5c9d9a78f1 user: vasiljevic tags: trunk
08:01
Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for ... check-in: 1ba74d7ab7 user: vasiljevic tags: trunk
08:00
Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 9b92b809a4 user: vasiljevic tags: trunk
07:58
Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). check-in: ecfd50088d user: vasiljevic tags: trunk
2005-04-15
22:41
* tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.te... check-in: 491363a334 user: dgp tags: trunk
15:50
* library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: ... check-in: 15c5551bac user: dgp tags: trunk
02:40
* generic/tclExecute.c: fix for bad stack management check-in: 0e96d57b08 user: msofer tags: msofer-wcodes-branch
02:38
* generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. check-in: 2ae9c6f494 user: msofer tags: trunk
2005-04-14
19:02
fix typo in last commit (would not compile) check-in: 12bbf2df32 user: msofer tags: msofer-wcodes-branch
18:38
* generic/tclCmdIL (AppendLocals): * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc... check-in: a8589ef20b user: msofer tags: msofer-wcodes-branch
04:43
* generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: ef164333ff user: davygrvy tags: trunk
04:43
no message check-in: 0367ea1606 user: davygrvy tags: trunk
02:41
* generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten by... check-in: 7b37444344 user: davygrvy tags: trunk
2005-04-13
21:26
* unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verify... check-in: 3d8bfa527e user: dgp tags: trunk
19:28
Performance improvement in [clock] - FR 1182459 check-in: e8d3b26242 user: kennykb tags: trunk
11:06
Also improved [fcopy] docs check-in: bc202c364b user: dkf tags: trunk
10:53
Improve documentation of -encoding binary option to [fconfigure]. check-in: 7ae24657a0 user: dkf tags: trunk
09:40
*** FROM HEAD *** * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPr... check-in: 8b5603c892 user: msofer tags: msofer-wcodes-branch
09:39
* generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and Tcl... check-in: 595299342a user: msofer tags: trunk
02:42
* generic/tclCompile.c: * generic/tclExecute.c: Commented out the code to store pointers to liter... check-in: b361868a6a user: msofer tags: msofer-wcodes-branch
2005-04-12
21:09
2005-04-12 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL (AppendLocals): * generic/tclCo... check-in: 87d6c65542 user: msofer tags: msofer-wcodes-branch
20:28
* generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil... check-in: 33d1032cba user: dgp tags: trunk
18:32
added definition of NULL to strstr.c for Bug 1175161 check-in: 43ddb35efd user: kennykb tags: trunk
18:23
* generic/tclCompile.c: * generic/tclExecute.c: * generic/tclProc.c: * generic/tclVar.c: fixing ... check-in: 0fb1506e17 user: msofer tags: msofer-wcodes-branch
2005-04-11
10:02
Revamp the zone-info compiler to make better use of the facilities available check-in: 396133da15 user: dkf tags: trunk
09:11
* generic/tclExecute.c: * generic/tclInt.h: * generic/tclTrace.c: * generic/tclVar.c: part 3 of ... check-in: 7927e0ab50 user: msofer tags: msofer-wcodes-branch
00:58
updated to libtommath 0.35 check-in: f076d87f76 user: kennykb tags: kennykb-numerics-branch
00:40
* generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.h: * ... check-in: eed9a6755a user: msofer tags: msofer-wcodes-branch
00:22
Updated to libtommath 0.35 check-in: f12cf81bea user: kennykb tags: kennykb-numerics-branch
2005-04-10
23:54
Import of tommath 0.35 check-in: 30c8e6bbc2 user: kennykb tags: trunk
23:32
Olson's tzdata2005h check-in: 08ade9a5ab user: kennykb tags: trunk
23:14
merged with HEAD and fixed 1180368 check-in: 7bc9ca0285 user: kennykb tags: kennykb-numerics-branch
23:07
* generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] check-in: 117cdb70c9 user: dgp tags: trunk
18:16
changelog entry check-in: c72c384197 user: msofer tags: msofer-wcodes-branch
18:13
* generic/tcl.h (comments): * generic/tclCmdIL.c: * generic/tclCompile.c: * generic/tclExecute.c... check-in: e6953ba3cf user: msofer tags: msofer-wcodes-branch
2005-04-09
21:17
* generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 10451207ee user: msofer tags: msofer-wcodes-branch
21:14
fix in last commit check-in: 7a54aa6af9 user: msofer tags: trunk
21:12
* generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 33cd3211b5 user: msofer tags: trunk
20:48
* generic/tclInt.h: change of order in macros * generic/tclListObj.c (Tcl_ListObjIndex): added mis... check-in: 4d75916501 user: msofer tags: msofer-wcodes-branch
15:38
* macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup... check-in: 1f95116fcf user: das tags: trunk
11:09
* generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return when getting index from an em... check-in: 83a809919f user: das tags: trunk
10:15
* unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX... check-in: 227076fc7c user: das tags: trunk
2005-04-08
21:38
Fix whitespace check-in: 8b722c33bd user: dkf tags: trunk
20:03
* generic/tclInt.h (TclGetEncodingFromObj): New function to * generic/tclEncodin... check-in: 3aae24d03c user: dgp tags: trunk
17:10
explanatory comment check-in: 53b1db0561 user: dgp tags: trunk
12:47
Test updates for new [switch] compiler check-in: f9a6809534 user: dkf tags: trunk
10:42
Improved [switch] compilation. check-in: 4cd9721bbc user: dkf tags: trunk
2005-04-06
20:55
Purge old and inaccurate .VS/.VE macros. check-in: b5dbb85db5 user: dkf tags: trunk
20:42
Ignore the msvc7/8 autogenerated project parts. check-in: 7dd802e392 user: patthoyts tags: trunk
09:51
Improvements to man2html script to handle .IP better check-in: f41a60bb6d user: dkf tags: trunk
09:34
Change some .TP macros to .IP to work around *roff formatter bugs. check-in: fc1c7df6f8 user: dkf tags: trunk
2005-04-05
17:03
replace obsolete "winOnly" constraint with preferred "win" check-in: a49c5566a1 user: dgp tags: trunk
16:56
* generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the * generic/tclUt... check-in: 4a7eaa5b15 user: dgp tags: trunk
16:18
* generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 8f5c1b4045 user: msofer tags: trunk
2005-04-04
22:16
* generic/tclExecute.c: small opts in obj handling check-in: 719bc256ab user: msofer tags: msofer-wcodes-branch
10:12
* generic/tclExecute.c: small opts in obj handling check-in: 14340221f8 user: msofer tags: trunk
2005-04-03
23:42
assorted stuff, including [Patch 1174551] and merge from HEAD check-in: 52f453e631 user: msofer tags: msofer-wcodes-branch
00:20
* generic/tclVar.c: converted a few function calls to macros. check-in: 3298b60c63 user: msofer tags: trunk
2005-04-02
21:45
* generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 7fe6642e48 user: msofer tags: msofer-wcodes-branch
21:07
Changelog fix check-in: b20a0bfe8f user: msofer tags: msofer-wcodes-branch
21:04
* generic/tclExecute.c: leak fix in INST_STORE_SCALAR check-in: e718df4738 user: msofer tags: msofer-wcodes-branch
13:35
Sync with HEAD - [Patch 1158008] check-in: 95433ade49 user: msofer tags: msofer-wcodes-branch
02:08
Changed the internal representation of lists to (a) reduce the malloc/free calls at list creation (f... check-in: 20cba22d42 user: msofer tags: trunk
2005-04-01
19:08
slight reduction in cost of INST_START_CMD check-in: 94ede88e2b user: msofer tags: trunk
18:48
opt in INST_*_SCALAR, sync with HEAD check-in: 7bf6052c01 user: msofer tags: msofer-wcodes-branch
16:18
* generic/tclExecute.c: * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to the const... check-in: b81968472f user: msofer tags: trunk
15:17
* generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: define... check-in: cbef3b55b1 user: msofer tags: trunk
2005-03-31
19:10
* generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced "test and branch" with "compute index into... check-in: 984a49e364 user: msofer tags: trunk
18:06
* generic/tclCompile.c: restoring lost line in TclPrintInstruction, fixing yet another sign-extens... check-in: 3b15145268 user: msofer tags: msofer-wcodes-branch
17:00
* generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: removing pointer-to-pc in... check-in: 488d56f367 user: msofer tags: msofer-wcodes-branch
2005-03-30
17:04
* generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: using pointer-to-pc inste... check-in: f630e825c8 user: msofer tags: msofer-wcodes-branch
13:25
Added doc for missing argument. [Bug 1172401] check-in: 8fa8d55de1 user: dkf tags: trunk
06:25
* win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternativ... check-in: bfaee23d82 user: hobbs tags: trunk
2005-03-28
22:21
A (very naive and inefficient) bytecode optimiser, version 0 check-in: 0de9eb3000 user: msofer tags: msofer-wcodes-branch
2005-03-25
00:35
* generic/tclCompile.h: Move the TclInterpReady() declaration from * generic/tclInt.... check-in: 81f6285c30 user: dgp tags: trunk
2005-03-24
17:16
incomplete merge corrected check-in: 28b8af2dfe user: dgp tags: msofer-wcodes-branch
2005-03-23
22:09
purge outdated comment check-in: 5efdcfd219 user: dgp tags: trunk
16:50
* generic/tclCompCmds.c: porting fix of [Bug 1165671] from HEAD * generic/tclCompile.c: small fixe... check-in: bbbfc90f0a user: msofer tags: msofer-wcodes-branch
06:51
* generic/tclCompile.c (OptCleanupByteCode): Operands are not ints; they are TclP... check-in: 19b1d15bfa user: dgp tags: msofer-wcodes-branch
00:44
* generic/tclCompile.h: fixing bad macro name under VM_USE_PACKED. check-in: 1c963aa762 user: msofer tags: msofer-wcodes-branch
2005-03-22
23:12
First (very timid) post-compile optimisations - testing the basic infrastructure. The only real op... check-in: 8d839cc491 user: msofer tags: msofer-wcodes-branch
2005-03-21
19:21
* generic/tclCompile.h (HP_STASH): Corrections for LP64 systems to avoid errors... check-in: c740d9fb10 user: dgp tags: msofer-wcodes-branch
2005-03-20
13:28
minor changes check-in: a1e9649c72 user: msofer tags: msofer-wcodes-branch
05:26
support for pre-C99 compilers. check-in: 0786fe9949 user: dgp tags: msofer-wcodes-branch
00:47
* generic/tclCompile.h: (VM_USE_PACKED) added a check that jump distances do not exceed the packin... check-in: 4962e67842 user: msofer tags: msofer-wcodes-branch
00:25
Changelog entry check-in: 01167c3e09 user: msofer tags: msofer-wcodes-branch
00:23
Instruction set cleanup: one instruction INST_YES (not-not) added, removal of unused instructions ... check-in: 31797aacb7 user: msofer tags: msofer-wcodes-branch
2005-03-19
18:26
Massive reduction of variable-related instructions: INST_LOAD, INST_STORE and INST_INCR perform th... check-in: 8a1bcbe1b6 user: msofer tags: msofer-wcodes-branch
2005-03-18
16:34
date typo check-in: 430338e0a6 user: dgp tags: trunk
15:50
* generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit * generic/tclParse.... check-in: 1f3f0b9578 user: dgp tags: trunk
15:31
* generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks for immediate opera... check-in: 8ac0b1e0e8 user: dgp tags: trunk
2005-03-17
01:35
changelog entry check-in: c026715d97 user: msofer tags: msofer-wcodes-branch
01:29
Fixing some stupidities in the bitwise ops and limits for the packed version - it was all wrong, b... check-in: 3797c699f8 user: msofer tags: msofer-wcodes-branch
2005-03-16
21:52
Changelog fix check-in: 3062b47581 user: msofer tags: msofer-wcodes-branch
21:29
Enabled new packed mode: (inst+opnd) are packed in 32 bits. To enable, set the env var CFLAGS_... check-in: 19a631a2bc user: msofer tags: msofer-wcodes-branch
10:07
Macro reorganisation, preparing to enable the 8+24 version. check-in: 11a8cb6002 user: msofer tags: msofer-wcodes-branch
2005-03-15
23:56
* generic/tclCompile.h: Corrected mistaken casts to (int) of TclPSizedInt values int... check-in: b970620dce user: dgp tags: msofer-wcodes-branch
22:10
more tests and a fix to bug 1158199 check-in: cc25322a6c user: vincentdarley tags: trunk
20:23
merged with HEAD check-in: 8ab4a0fc9d user: kennykb tags: kennykb-numerics-branch
19:48
missing cast in tclCompile.h check-in: 450d8905d3 user: msofer tags: msofer-wcodes-branch
19:41
TIP#232 initial implementation check-in: 3c9f384d3a user: kennykb tags: kennykb-numerics-branch
19:20
Attempt at fixing 64b issues; as a result, now getting plenty of warnings for formatting issues - ... check-in: be4f65be0d user: msofer tags: msofer-wcodes-branch
19:08
fix typos prior to tagging for TIP132 check-in: f5fe90ad77 user: kennykb tags: kennykb-numerics-branch
18:40
fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 5bd317f570 user: vincentdarley tags: trunk
18:39
fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 3171e96f91 user: vincentdarley tags: trunk
18:07
fix to file norm, file pathtype on windows reserved filenames check-in: ce26c887c6 user: vincentdarley tags: trunk
14:55
(1) new opt for the [return] compiler, can now emit INST_BREAK or INST_CONTINUE (2) changed logic... check-in: 1337f2b0ee user: msofer tags: msofer-wcodes-branch
02:00
* generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c:... check-in: 0012ce8e69 user: msofer tags: msofer-wcodes-branch
01:24
Updated the OpenBSD configuration and regenerated the configure script. check-in: 3f532eadd4 user: patthoyts tags: trunk
2005-03-14
23:13
* generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrong obj ref passed to TRACE_WITH_OBJ)... check-in: 6f5c8aaa2c user: msofer tags: trunk
17:51
* generic/tclCompile.c: - fixed INST_RETURN's stack effect (-1 instead of -2). - insured that the... check-in: 3b689f9b22 user: msofer tags: msofer-wcodes-branch
17:17
* generic/tclCompile.c: fixed INST_RETURN's stack effect in tclInstructionTable (-1 instead of -2)... check-in: 86ab20e210 user: msofer tags: trunk
2005-03-13
14:05
Changelog fix check-in: c1f9354e16 user: msofer tags: msofer-wcodes-branch
13:57
* Changed files are the usual suspects. Each (instruction+operands) takes two words; instructions ... check-in: d2cf6ff28a user: msofer tags: msofer-wcodes-branch
2005-03-11
19:53
First wordcode machine, instructions and operands are pointer-sized (no other changes or optimisat... check-in: eb9a315e3c user: msofer tags: msofer-wcodes-branch
2005-03-10
23:13
* generic/tclCompile.h: storing integers in native format; for the time being, only works in 32b p... check-in: dc906e6edd user: msofer tags: msofer-wcodes-branch
22:31
use only 4B-wide operands; simplify compiler; some instruction cleanup check-in: 5b6775e5e1 user: msofer tags: msofer-wcodes-branch
22:15
* generic/tclCompCmds.c: removed debugging line check-in: 865086d484 user: msofer tags: trunk
22:10
* generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken cast of ClientDat... check-in: 85a049e997 user: dgp tags: trunk
2005-03-09
16:34
documented new behaviour of tcl_precision check-in: 7b718ae900 user: kennykb tags: kennykb-numerics-branch
15:57
Merged with HEAD check-in: 07ab486bc3 user: kennykb tags: kennykb-numerics-branch
14:39
division by zero now legal if machine has Inf check-in: a14d9503f9 user: kennykb tags: kennykb-numerics-branch
10:20
Fix comment check-in: 24865d6dc9 user: dkf tags: trunk
01:19
msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: bfaf3421a6 user: msofer tags: msofer-wcodes-branch
01:16
reverting Changelog entry (sticky tags, doh ...) check-in: 3a3b2b18b0 user: msofer tags: trunk
01:10
msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: cdc0f9f850 user: msofer tags: trunk
2005-03-08
21:52
* win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK. check-in: e7976c13e8 user: hobbs tags: trunk
17:04
fixed bug in formatting #s in range 0.0001-1.0 check-in: b2d4af4927 user: kennykb tags: kennykb-numerics-branch
2005-03-07
21:38
Minor typo fix. [Bug 1158247] check-in: 2486712c21 user: dkf tags: trunk
20:32
missing Changelog entry check-in: 49e1862614 user: msofer tags: trunk
20:29
* generic/tclExecute.c: new peephole optimisation for INST_PUSH1; fixed the peephole opt in INST_P... check-in: a2b7afbe50 user: msofer tags: trunk
2005-03-04
20:43
made code permissive about infinities check-in: ab448d97fd user: kennykb tags: kennykb-numerics-branch
2005-03-03
21:54
added tagged NaN values check-in: 89429ffe01 user: kennykb tags: kennykb-numerics-branch
21:29
changed to allow NaN in binary format check-in: 7767d5e4d0 user: kennykb tags: kennykb-numerics-branch
18:59
updated handling of signed zeroes check-in: 8d75e4b8e4 user: kennykb tags: kennykb-numerics-branch
2005-03-02
23:30
further fixes for VC6 check-in: fa9796cec4 user: kennykb tags: kennykb-numerics-branch
23:10
made build work again on Linux check-in: bc08e3242d user: kennykb tags: kennykb-numerics-branch
22:36
fix two bad test cases in binary.test check-in: a20a189a54 user: kennykb tags: kennykb-numerics-branch
21:25
Developer's checkpoint, see ChangeLog for details check-in: f8f444ebda user: kennykb tags: kennykb-numerics-branch
2005-03-01
22:51
* doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page. check-in: 837ae87ee3 user: davidw tags: trunk
2005-02-24
22:12
speed up some tests check-in: e77b46515d user: dgp tags: trunk
21:02
More robust new test tcltest-9.5 check-in: be5bed5609 user: dgp tags: trunk
18:05
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid * tests/tcltest... check-in: 84d5cb440e user: dgp tags: trunk
2005-02-23
10:23
Formatting typo [Bug 1149605] check-in: 900b90d94c user: dkf tags: trunk
2005-02-22
21:16
deleted surplus ";" check-in: bb8475361d user: dgp tags: kennykb-numerics-branch
2005-02-17
18:34
* win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not Tcl_UniCharLen. check-in: 6e3988d86f user: hobbs tags: trunk
2005-02-16
18:51
* /doc/variable.n: fix for [Bug 1124160], variables are detected by [info vars] but not by [info l... check-in: fb6f6d5530 user: msofer tags: trunk
2005-02-11
18:30
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined * unix/tcl.m4: into SHLIB_LD... check-in: 4f071c20e2 user: hobbs tags: trunk
12:15
* tests/basic.test (basic-26.3): new test check-in: c69117aec3 user: msofer tags: trunk
2005-02-10
19:08
* generic/tclBasic.c (Tcl_EvalObjEx): * tests/basic.test (basic-26.2): preserve the arguments pass... check-in: 2ecc2466d1 user: msofer tags: trunk
17:09
fix to test suite failures check-in: 305f79ab63 user: vincentdarley tags: trunk
09:32
More consistency. [Bug 1117017] check-in: eec9c61e89 user: dkf tags: trunk
2005-02-08
11:42
* doc/CrtChannel.3: Typo: return->returns. check-in: ced36ea16b user: davidw tags: trunk
2005-02-06
22:14
* doc/Thread.3: One-word grammar fix. check-in: 26297cfe32 user: davidw tags: trunk
03:43
added fpu controls to workaround bug in gcc+ix86 check-in: 3bad92a52d user: kennykb tags: kennykb-numerics-branch
2005-02-05
09:15
* doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. * doc/FileSystem.3: Cleaned u... check-in: fd7b08dfdc user: davidw tags: trunk
2005-02-03
23:56
Fix for ldexp out of bounds when converting denormals check-in: 5a8e298077 user: kennykb tags: kennykb-numerics-branch
23:56
Fix for ldexp out of bounds when converting denormals check-in: 32b646303d user: kennykb tags: kennykb-numerics-branch
13:31
Whitespace fixes and add notes to #else/#endif so it is clearer what's happening check-in: 8ee881f322 user: dkf tags: trunk
2005-02-02
23:08
* generic/tclProc.c (TclInitCompiledLocals): Add check for type of the framePtr->procPtr->bodyPtr ... check-in: 82231ff21f user: mdejong tags: trunk
16:58
updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponents check-in: a976253da6 user: kennykb tags: kennykb-numerics-branch
15:53
sync with head, add TclStrToD (TIP #132) check-in: 82ce6a0c40 user: kennykb tags: kennykb-numerics-branch
2005-02-01
17:27
* generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prio... check-in: 55e101828a user: dgp tags: trunk
2005-01-31
16:26
* unix/configure: autoconf-2.57 check-in: 413b3fdc44 user: dgp tags: trunk
2005-01-30
18:38
Restored two double-evals that were removed in the DBGX purge. These are still needed on some platfo... check-in: ae6b86ef47 user: jenglish tags: trunk
2005-01-29
02:15
* unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] check-in: ee663ba0ed user: hobbs tags: trunk
2005-01-28
13:38
Added test for [1109484] check-in: 0f033a21f4 user: dkf tags: trunk
01:49
* generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideIn... check-in: c9775dfebc user: hobbs tags: trunk
2005-01-27
00:22
TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.... check-in: 0162fae7ad user: andreas_kupries tags: trunk
2005-01-25
17:04
Added safety checks check-in: 6547c5a739 user: dgp tags: trunk
16:39
* library/auto.tcl: Updated [auto_reset] to clear auto-loaded commands in namesp... check-in: 6eb15d6f3f user: dgp tags: trunk
06:53
* unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc ins... check-in: 7096d7eaec user: das tags: trunk
2005-01-21
22:24
* generic/tclStubInit.c: Regenerated the stubs support code from * generic/tclDecls.h: the mod... check-in: 8e9949daa2 user: andreas_kupries tags: trunk
19:20
bugFix check-in: 69f5d6e3cf user: dgp tags: kennykb-numerics-branch
18:38
Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: eb7ae0154d user: kennykb tags: kennykb-numerics-branch
18:35
Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: abcf59dc9a user: kennykb tags: kennykb-numerics-branch
17:42
* generic/tclThread.c: Typo police. Fixed some nits * generic/tclCmdAH.c: in header comments of ... check-in: d125e517a4 user: andreas_kupries tags: trunk
09:17
Add documentation for Tcl_FSLink args. [Bug 1106272] check-in: 6a0a979dba user: dkf tags: trunk
2005-01-20
21:19
local patches to make string conversions work check-in: e5cbb8c962 user: kennykb tags: kennykb-numerics-branch
19:11
Development checkpoint, see ChangeLog for details check-in: 14457d7982 user: kennykb tags: kennykb-numerics-branch
14:53
reverting to HEAD in preparation for changing from reworked 'mpexpr' to 'libtommath' check-in: 8f72684eeb user: kennykb tags: kennykb-numerics-branch
2005-01-19
23:16
regen check-in: f51b08ab7d user: dkf tags: trunk
23:15
TIP#235 implementation (rename functions, add to stubs table, document) Ensembles now have a C API. ... check-in: 64fc5d3a68 user: dkf tags: trunk
22:41
Import of libtommath 0.33 check-in: bd185c2b4e user: kennykb tags: trunk
22:07
* win/tclWinChan.c (FileCloseProc): Invoke TclpCutFileChannel() to remove a FileInfo from the thr... check-in: ae30429069 user: mdejong tags: trunk
2005-01-18
14:44
Routine update per Olson's tzdata2005c. Removed links to links (Greenwich in several aliases; Navaj... check-in: 31009e6872 user: kennykb tags: trunk
09:47
added documentation on not using -lazy check-in: 25c4b9974e user: vincentdarley tags: trunk
2005-01-17
10:40
fix to glob failure on Windows shares check-in: ff39ea39c3 user: vincentdarley tags: trunk
2005-01-14
18:56
With vfs permissions can exist on non-unix filesystems check-in: 307ccff159 user: vincentdarley tags: trunk
16:41
D'oh! check-in: da5234d835 user: dkf tags: trunk
15:27
Add another test demonstrating what *should* happen, and xref to FRQ that triggered this discussion check-in: 55666c7a15 user: dkf tags: trunk
15:18
Document deep magic in compiled [expr] check-in: 98af17ac27 user: dkf tags: trunk
14:16
Stop reliance on absolute attribute indexes with helper function [Bug 1100671] check-in: 7612557f3c user: dkf tags: trunk
2005-01-13
11:13
Reduce confusion (reported in c.l.t) over [string trim]'s chars argument check-in: 412c1302ae user: dkf tags: trunk
2005-01-12
16:03
* unix/configure: autoconf-2.57 check-in: ac6e4a0167 user: dgp tags: trunk
10:26
Make --with-tcl and --with-tk options more robust. [FRQ 951247] check-in: 7d3e5077ae user: dkf tags: trunk
2005-01-11
11:07
Comment typo fix check-in: ef51c33d5d user: dkf tags: trunk
2005-01-10
18:43
Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. check-in: 6762dd6159 user: jenglish tags: trunk
11:16
Convert u_int to unsigned to make clashes with types in standard C headers less of a problem. [Bug 1... check-in: 035d6489f8 user: dkf tags: trunk
2005-01-09
19:31
Remove readdir_r() and related #ifdeffery (see #1095909). Don't check for HAVE_READDIR_R. Regenerat... check-in: 7345fd05ed user: jenglish tags: trunk
2005-01-06
15:15
Horrible hack to keep the old error message. check-in: 1fe8ca8d3e user: dkf tags: trunk
11:15
Performance updates to http::mapReply [1020491] and fix version numbering. check-in: 78058a0d6f user: dkf tags: trunk
2005-01-05
16:38
Move emacs mode comment to end of file to stop problems with old man. check-in: d53a13aa4e user: dkf tags: trunk
10:34
* tests/winDde.test: Fixed broken test result. check-in: c18520e28b user: patthoyts tags: trunk
10:30
Move #include of tclConfig.h to right place. check-in: e0cafd9f33 user: dkf tags: trunk
2005-01-04
17:05
* tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. [Bug 456665] check-in: 414f369855 user: dgp tags: trunk
2004-12-30
02:01
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (... check-in: 6d8942c3c0 user: hobbs tags: trunk
2004-12-29
22:46
merge from HEAD check-in: 0a6d56f9eb user: kennykb tags: kennykb-numerics-branch
22:07
bugs 1090413, 1092789 fixed check-in: b110473621 user: kennykb tags: trunk
20:57
bugs 1090413, 1092789 fixed check-in: c237cdd9ec user: kennykb tags: trunk
2004-12-24
18:06
Avoid sharing cmdName literals accross namespaces, and generalise usage of the TclRegisterNewLiteral... check-in: faec68a625 user: msofer tags: trunk
2004-12-20
21:20
fix for last commit; thanks dgp and tclguy for catch/classify/throw check-in: 0749537da9 user: msofer tags: trunk
18:27
* generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c * generic/tclProc.c: new static I... check-in: 33e698fd89 user: msofer tags: trunk
2004-12-16
19:36
Upgrade the capabilities of time limits by allowing them to fire in the midst of the processing of t... check-in: 5ca9f3ce90 user: dkf tags: trunk
2004-12-15
20:44
* generic/tclTest.c: Added two new functions to allocate memory from the execution stack (TclStack... check-in: 2c38edb445 user: msofer tags: trunk
2004-12-14
21:12
bad date in Changelog check-in: 5667def00e user: msofer tags: trunk
21:11
changing the isProcCallFrame field of the CallFrame struct from a 0/1 field to flags. Should be perf... check-in: d1bccd9acc user: msofer tags: trunk
18:43
fixed zero-length array in BigInt struct; added conversion torture tests check-in: fbcbf748a5 user: kennykb tags: kennykb-numerics-branch
16:30
* unix/configure.in: Added special processing to remove "$U" from libraries in th... check-in: 21a1589a58 user: dgp tags: trunk
2004-12-13
22:17
* generic/tcl.h: Restored extern "C" guards so that C++ code sees function po... check-in: d7755cac97 user: dgp tags: trunk
22:11
* generic/tclEncoding.c: Plugged some memory leaks. Thanks to * generic/tclU... check-in: 87ae9e385a user: dgp tags: trunk
22:08
merge to kennykb-numerics-branch-20041213 check-in: 8e8fc006fd user: kennykb tags: kennykb-numerics-branch
22:02
synch with kennykb-numerics-branch-20041213 check-in: 34c9e99c86 user: kennykb tags: kennykb-numerics-branch
21:23
Added small-integer multiplication, bit shift check-in: 6dd74a9bae user: kennykb tags: kennykb-numerics-branch
15:51
Add note to clock.n disclaiming full ISO8601 support check-in: 6480f9d5c4 user: kennykb tags: trunk
01:50
* generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [Bug 1084111] - thanks to Rol... check-in: b8b1ae30a6 user: msofer tags: trunk
2004-12-12
23:16
* generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified command names (as in f... check-in: 8af4091719 user: msofer tags: trunk
2004-12-11
14:41
converting the static function GetNamespaceFromObj() to MODULE_SCOPE TclGetNamespaceFromObj(). check-in: 35cfaac461 user: msofer tags: trunk
06:07
ran autoconf-2.57 check-in: f37b5d7dcf user: dgp tags: trunk
2004-12-10
23:00
Bump to a3 to prevent confusion with a2 release. check-in: 6b8fe167d9 user: dkf tags: trunk
21:17
added compare, copy, add and subtract of bigints check-in: c2eb1a0d0f user: kennykb tags: kennykb-numerics-branch
13:09
optimised loops that initialise a proc's arguments and compiled local variables, removing tests from... check-in: 6f2a5f2a7f user: msofer tags: trunk
00:16
Make ensemble API available to rest of Tcl core. check-in: 92950b4cb4 user: dkf tags: trunk
2004-12-09
22:59
added some of the BigInt functions - may want to revise to caller-allocates? check-in: 86f853ea56 user: kennykb tags: kennykb-numerics-branch
16:21
Provide an internal API for manipulating ensembles. check-in: d1c0c9717f user: dkf tags: trunk
10:54
regen with autoconf 2.57 check-in: d63ce44136 user: das tags: trunk
09:19
Minor doc fixes check-in: 3c6331c9b8 user: dkf tags: trunk
2004-12-08
21:46
update unix/tcl.m4 to use AC_CHECK_SIZEOF, etc. check-in: 1af463935c user: kennykb tags: kennykb-numerics-branch
20:24
changed Win configurator to use SIZEOF macros for Tcl_WideInt check-in: 13f1e5021e user: kennykb tags: kennykb-numerics-branch
18:24
merged with kennykb-numerics-branch-20041208 check-in: ab2eb12a79 user: kennykb tags: kennykb-numerics-branch
02:33
* tests/unixInit.test (2.1-4): Added constraints so that when a value of TCL_LIBRAR... check-in: 31c23f7e14 user: dgp tags: trunk
2004-12-07
23:15
add library/tzdata,msgs to dist target check-in: 46f3d59e96 user: hobbs tags: trunk, core-8-5-a2
20:47
Some HTML converters prefer distances in inches to ems. [Bug 1078760] check-in: b2c45d7a0a user: dkf tags: trunk
00:02
see ChangeLog check-in: 5d873e4c6e user: hobbs tags: trunk
00:01
* unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] check-in: c5a7563049 user: hobbs tags: trunk
00:00
minor nroff typos check-in: e308d155a9 user: hobbs tags: trunk
2004-12-06
22:49
* tests/msgcat.test: makeFile/removeFile cleanup [1079117] check-in: 0a98e3c6cc user: dgp tags: trunk
22:41
* tests/safe.test: Trim auto_path to improve performance [1080039] check-in: 6a514d4d16 user: dgp tags: trunk
2004-12-04
21:19
* generic/tclEncoding.c: Different fix for [Bug 1077005]. * generic/tclEvent.... check-in: 288a92f486 user: dgp tags: trunk
00:57
updated changes for 8.5a2 release check-in: e07470137a user: hobbs tags: trunk
2004-12-02
23:24
* generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case where a ProcessGlob... check-in: f3df35d7df user: dgp tags: trunk
19:24
merge to kennykb-numerics-branch-20041202a check-in: ac3b922388 user: kennykb tags: kennykb-numerics-branch
18:49
filesystem, glob, tilde fix check-in: 979efdf14b user: vincentdarley tags: trunk
18:40
workaround for a bug in cygpath that made safe-8.5-8.7 fail check-in: 1f8af3a1ac user: kennykb tags: trunk
15:31
Remove a global mutex/state by using lists instead of hashtables to store the collection of aliases ... check-in: ad35750c6d user: dkf tags: trunk
11:10
Upgrade more of the file to tcltest2, and collect constraint definitions to the top. check-in: 067ebb1583 user: dkf tags: trunk
10:48
Convert mutex-protected global state into thread-local state. [FRQ 1077210] check-in: 56e4e88153 user: dkf tags: trunk
00:09
* generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope of mutex locks. check-in: 03a8df7249 user: dgp tags: trunk
2004-12-01
23:48
. check-in: b99313429d user: dgp tags: trunk
23:18
* generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to * generic/tclEn... check-in: 353036774e user: dgp tags: trunk
22:14
added comment about freewrap difficulties check-in: 30c87546ce user: dgp tags: trunk
21:58
* generic/tclEncoding.c: Moved TclpSetInitialEncodings() call from Tcl_FindEx... check-in: ac025ac01b user: dgp tags: trunk
14:02
Oops! <:^) check-in: 72a7b0b13f user: dkf tags: trunk
11:49
Fix reported problems with tests for dde error messages. Also use more tcltest2 features to reduce [... check-in: 74005c41eb user: dkf tags: trunk
2004-11-30
22:19
D'oh! Deal with missing ::errorCode or ::errorInfo. check-in: 81f2f82396 user: dgp tags: trunk
20:30
* library/init.tcl ([unknown]): Restored the save/restore of the variables ::errorCo... check-in: e254f91796 user: dgp tags: trunk
19:34
Patch 976520 reworks several of the details involved with startup/initialization of ... check-in: 5b205fd672 user: dgp tags: trunk
18:40
corrected a typo that caused a compilation failure on VC++ check-in: d45737011c user: kennykb tags: trunk
15:45
* library/clock.tcl: Corrected the regular expressions that match a time zone to allow for time zone... check-in: 25e02ac75c user: kennykb tags: trunk
09:28
Whitespace fixes check-in: 6e1c61d002 user: dkf tags: trunk
2004-11-29
22:41
* win/Makefile.in (install-libraries): Brought entry '2004-10-26 Don Porter (Tcl Modules)' into... check-in: a0d85d839f user: andreas_kupries tags: trunk
2004-11-26
20:02
* win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon found at the end of the header... check-in: d421ebab80 user: andreas_kupries tags: trunk
19:49
* library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ... check-in: 6771608575 user: dgp tags: trunk
14:00
Oops! Got the test sense wrong. check-in: 273673b40b user: dkf tags: trunk
11:17
Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] check-in: 7beb4f6748 user: dkf tags: trunk
10:02
Added simple foreach example. [FRQ 1073334] check-in: 5fa0ef6033 user: dkf tags: trunk
2004-11-25
16:37
Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ check-in: 457eb30a98 user: dkf tags: trunk
16:17
* tests/tcltest.test: The order in which [glob] returns the file names is undefined, so tests should... check-in: 301a880117 user: rmax tags: trunk
16:03
See file check-in: a97119e819 user: vasiljevic tags: trunk
16:01
Added changes from core-8-4-branch check-in: 22a6e2458a user: vasiljevic tags: trunk
13:26
Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler. check-in: 777c4c3bfe user: dkf tags: trunk
11:28
Assorted cleanup and doc-fixes for the dde package. check-in: 46a09eeaa0 user: dkf tags: trunk
00:57
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of... check-in: cae3b06249 user: dgp tags: trunk
2004-11-24
21:39
no message check-in: 5254bb6aed user: davygrvy tags: trunk
21:37
* generic/tclPort.h: Relative include of tclWinPort.h returned as it was requiring me set -I$(tcl_ro... check-in: dd01d87bbf user: davygrvy tags: trunk
21:12
Fixed compilation error in tclWinInit.c on VC++ --enable-symbols check-in: 0b8d3437af user: kennykb tags: trunk
20:12
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: aeeefc88e1 user: kennykb tags: trunk
19:28
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ... check-in: 14f9c14a23 user: dgp tags: trunk
11:24
Fix various problems with man2html converter reported by AKu Also updated to use [package require Tc... check-in: a2fcb23a54 user: dkf tags: trunk
00:10
Fix [Bug 1068171] though the fix is commented out for now. check-in: edfe4fc35f user: dkf tags: trunk
2004-11-23
00:12
Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] and other repeated c... check-in: 43d814b56e user: dkf tags: trunk
2004-11-22
23:28
Whitespace fixes check-in: bb1e05b2ad user: dkf tags: trunk
22:59
* unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o... check-in: 2d736f4133 user: mdejong tags: trunk
22:40
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea... check-in: de53d33e5e user: mdejong tags: trunk
22:13
* unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that * win/tclWinIn... check-in: 3a853080c2 user: dgp tags: trunk
21:24
* generic/tclInterp.c: Restored several directories to the search * tests/unixInit.... check-in: 622c5fa060 user: dgp tags: trunk
12:53
fix to windows file join bug check-in: 90d16bc7a6 user: vincentdarley tags: trunk
2004-11-21
23:17
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). * doc/interp.n: check-in: f898c4bdb4 user: dgp tags: trunk
2004-11-20
00:17
* doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] * doc/AddEr... check-in: 347e3ef551 user: dgp tags: trunk
2004-11-19
17:29
* tests/unixInit.test: Removed "knownBug" constraints to prompt bug fixing before 8... check-in: 345674e190 user: dgp tags: trunk
14:48
typo check-in: 33adf546e7 user: das tags: trunk
10:20
Classic sed doesn't support | in REs. check-in: 89ba81e830 user: rmax tags: trunk
06:28
* macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete... check-in: 6303b4f776 user: das tags: trunk
2004-11-18
22:04
* doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226). check-in: 560640de2a user: dgp tags: trunk
21:00
* tests/interp.test (interp-36.*): [interp bgerror] tests. * generic/tclInterp... check-in: 85987a85c4 user: dgp tags: trunk
20:15
* generic/tclEvent.c (HandleBgErrors): Simplified program flow. check-in: dbdbaa5cee user: dgp tags: trunk
19:22
* tests/basic.test: Updated functional (not testing) uses of * tests/io.test: ... check-in: db27a439b1 user: dgp tags: trunk
18:34
port changes updates from 8-4 branch check-in: a02aa29385 user: dgp tags: trunk
18:30
some seds don't support comments :( check-in: c3b4336b3f user: rmax tags: trunk
13:00
generated configure and fixed manpage installaton check-in: 062857618c user: rmax tags: trunk
00:45
2004-11-18 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved ve... check-in: 19909f1951 user: rmax tags: trunk
2004-11-17
17:52
* unix/configure.in: The change below reveals that the public data type Tcl_StatB... check-in: 657138b7b1 user: dgp tags: trunk
02:51
* unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 10... check-in: 3026fd5b76 user: hobbs tags: trunk
00:31
* generic/tclIOUtil.c (TclFSEpochOk): There were two code paths via which the thre... check-in: 5ce5994b49 user: dgp tags: trunk
2004-11-16
09:34
Stop architecture flags to 'ld' from going missing when [load] is disabled. check-in: 75cef1144b user: dkf tags: trunk
03:30
* generic/tcl.h: * unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H. * unix/configu... check-in: d9c3774188 user: das tags: trunk
2004-11-15
22:04
more changes for 8.5a2 check-in: d8d907872f user: dgp tags: trunk
21:47
* generic/tclInt.h: Added comment warning that the old ERR_IN_PROGRESS and ERROR... check-in: 888788f6f9 user: dgp tags: trunk
21:46
Added listing of shell-specific variables to general tclvars page [Patch 1065732] check-in: 2785500c6c user: dkf tags: trunk
2004-11-13
00:19
TIP #221 IMPLEMENTATION * generic/tclBasic.c: Define [::tcl::Bgerror] in new inter... check-in: 2475a460cd user: dgp tags: trunk
2004-11-12
23:42
* generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 10... check-in: 4480f283a8 user: hobbs tags: trunk
23:27
Documentation for TIP#221 check-in: 6a794021fc user: dkf tags: trunk
22:52
* unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h ... check-in: e02679800a user: dgp tags: trunk
21:07
ChangeLog reformat. Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should. check-in: 4e171ce6f9 user: dgp tags: trunk
20:27
* generic/tcl.h: * generic/tclInt.h: * unix/Makefile.in: include tclConfig.h from tcl.h and insta... check-in: c706d886d7 user: das tags: trunk
20:20
* unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that we #include the co... check-in: cbef34a2b0 user: dgp tags: trunk
19:16
* generic/tclInt.h: Moved verification of ptrdiff_t typedef from * generic/tclEx... check-in: 675ab6016e user: dgp tags: trunk
19:08
* unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define after #include "tclInt.h" to ensure tcl... check-in: 2e4cb21f12 user: das tags: trunk
19:03
UNIX_DIR, and SRC_DIR are always the same, so no need to -I them both. check-in: 2cac0c49b4 user: rmax tags: trunk
18:13
tclConfig.h.in also depends on tcl.m4. check-in: 3e4139affd user: rmax tags: trunk
18:09
*** empty log message *** check-in: cab43285d4 user: rmax tags: trunk
18:07
* unix/config.h.in: * unix/tclConfig.h.in: renamed * unix/Makefile.in: Completed support for config... check-in: 9e44908447 user: rmax tags: trunk
16:44
Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the command line. Third part... check-in: 17ad03f44f user: dkf tags: trunk
14:19
Regen check-in: 60f3873811 user: dkf tags: trunk
14:18
* unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np in <pthread.h> befo... check-in: 8b56fd0b64 user: dkf tags: trunk
11:03
More minor doc fixes for greater clarity check-in: 2826a692f4 user: dkf tags: trunk
09:01
* doc/CrtChannel.3: * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: ... check-in: 70b61d2ad8 user: das tags: trunk
2004-11-11
01:20
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: ccd14d9ae8 user: das tags: trunk
01:17
* generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift li... check-in: 30ac98366b user: das tags: trunk
01:16
* macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from buildi... check-in: 4b682e3ec1 user: das tags: trunk
01:16
* tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/t... check-in: e3d174f72e user: das tags: trunk
01:14
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 7349b80092 user: das tags: trunk
2004-11-10
19:33
* unix/tclUnixChan.c: [Bug 727786]. Exterminated the code marked DEPRECATED. This code has not ... check-in: 885b9e49d8 user: andreas_kupries tags: trunk
2004-11-09
15:47
Janitorial whitespace/style fixes. check-in: 95ac722b47 user: dkf tags: trunk
10:02
Minor formatting changes and clarifications check-in: 0aedba75d0 user: dkf tags: trunk
04:53
no message check-in: a200e04cba user: davygrvy tags: trunk
04:51
* doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented... check-in: 4cd5ba99ea user: davygrvy tags: trunk
04:10
no message check-in: bfe2b234e1 user: davygrvy tags: trunk
04:07
* win/tclWinPipe.c: The pipe channel driver now respects the -blocking option when closing is the sa... check-in: 00e4912fca user: davygrvy tags: trunk
2004-11-08
19:19
* tests/winFile.test: Attempted and untested fix for 1062491 check-in: 58c1ea03c7 user: davygrvy tags: trunk
2004-11-07
21:18
no message check-in: e7944d3592 user: davygrvy tags: trunk
20:56
* tests/winFile.test: added contraint to winFile-4.0 to prevent it being run on NT4 check-in: d54313d9d7 user: davygrvy tags: trunk
2004-11-05
15:15
Major simplification of reg.test to de-Spencer it somewhat. It's still cryptic, but perhaps not quit... check-in: 33836ef30c user: dkf tags: trunk
09:21
Add [file normalize] so expected paths come out right on Windows. [Bug 1053568] check-in: a428ffb800 user: dkf tags: trunk
2004-11-04
07:40
* changes: Updates toward an 8.5a2 release. check-in: 31ec2aeb8c user: dgp tags: trunk
00:23
niggly test suite fixes check-in: 196f30214c user: dgp tags: trunk
2004-11-03
23:00
remove knownBugs from clock tests by fixing them check-in: 2ddee576d4 user: kennykb tags: trunk
22:12
niggly test suite fixes check-in: 3417d7bc9f user: dgp tags: trunk
21:49
test cleanup correction check-in: 21dd997705 user: dgp tags: trunk
21:22
no message check-in: e2df8d61dd user: davygrvy tags: trunk
21:20
* generic/tclCompile.h: Removed extrainious reset of TCL_STORAGE_CLASS missed in last edit. check-in: c899ac6efb user: davygrvy tags: trunk
21:07
* generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: b7eb0a41da user: davygrvy tags: trunk
20:30
* library/init.tcl ([unknown]): Corrections to the 2004-10-25 mods to Aunt ??? in [u... check-in: bfb33ac10c user: dgp tags: trunk
19:13
* generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: 89bb140d4a user: davygrvy tags: trunk
19:12
no message check-in: 68e6343ea1 user: davygrvy tags: trunk
18:25
no message check-in: 25c2697d67 user: davygrvy tags: trunk
17:16
* generic/tclTrace.c (TclCallVarTraces): Improved ability to debug * tests/incr-old... check-in: ae1a4b3855 user: dgp tags: trunk
00:57
* generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary. check-in: 6e7d80fe4b user: davygrvy tags: trunk
00:53
no message check-in: ac8985c89d user: davygrvy tags: trunk
00:53
* generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos. check-in: f7258bdf3e user: davygrvy tags: trunk
00:27
no message check-in: 3e5c9416c9 user: davygrvy tags: trunk
00:26
* win/tclWinInt.h: * win/tclWinPort.h: exported internals dropped by a count of 14. check-in: db6ba42d9e user: davygrvy tags: trunk
00:13
no message check-in: 1d555ee241 user: davygrvy tags: trunk
00:11
* generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_SCOPE macro. Lowered ex... check-in: fa5776ef68 user: davygrvy tags: trunk
2004-11-02
21:30
no message check-in: 78ea86edc9 user: davygrvy tags: trunk
21:11
no message check-in: ddaf6f3927 user: davygrvy tags: trunk
21:08
* generic/tclInt.h: added a check for #ifdef __cplusplus around the #define of MODULE_SCOPE. About ... check-in: ed10d6a196 user: davygrvy tags: trunk
19:03
2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: ... check-in: 8dd03226ef user: dgp tags: trunk
15:32
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: fc3247cc03 user: dkf tags: trunk
15:16
updates to Havana and Cuiaba time zones check-in: 2a5075ede2 user: kennykb tags: trunk
12:13
TclpUTime simplification check-in: 6c005a1584 user: vincentdarley tags: trunk
10:11
Make core less eager to spew its guts all over the place; core symbols in tclInt.h are now no longer... check-in: dd41039533 user: dkf tags: trunk
09:23
Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 6e6f7aa4c8 user: dkf tags: trunk
2004-11-01
16:58
Second part of fix for Bug 926106 check-in: 824c70e9e5 user: kennykb tags: trunk
14:41
Remove unused label check-in: bb87df3526 user: dkf tags: trunk
14:38
Fix for [Bug 761471]; NaN is now *never* equal to NaN... check-in: f6393bd784 user: dkf tags: trunk
14:21
Cleaning up of the namespace guts. check-in: 6bcf8b0c20 user: dkf tags: trunk
11:58
Cleaning up; mostly whitespace and comment fixes. check-in: d4e3860340 user: dkf tags: trunk
09:24
Improved comments on selected flags in tcl.h check-in: 7bb1a3157b user: dkf tags: trunk
2004-10-31
23:59
command quoting fix check-in: 4cd6f8c661 user: dgp tags: trunk
21:24
typo fix check-in: 3994f820fa user: dgp tags: trunk
19:12
General cleanup check-in: 5b1d810ff2 user: dkf tags: trunk
18:46
Fix pseudo-constraint check-in: 150f42b48f user: dkf tags: trunk
18:44
Minor fixes for marginally more clarity check-in: 172b22ddbd user: dkf tags: trunk
18:38
Turn umask2 constraint into something more commonly satisfiable Also turn conditional tests into con... check-in: 713e9337d6 user: dkf tags: trunk
17:38
Added constraint to test that won't ever work on Unix (no drive letters!) check-in: e591345f87 user: dkf tags: trunk
17:36
General clean up check-in: ee022adb71 user: dkf tags: trunk
17:07
Remove broken test constraint. [bug 1053908] check-in: b6efd8b906 user: dkf tags: trunk
16:28
Make [info globals ::foo] work. [Bug 1057461] check-in: d4670e6381 user: dkf tags: trunk
16:01
Rework to be many lines shorter Also convert a few `ASCII's to `Unicode's Also do some formatting fi... check-in: 3f3f365d40 user: dkf tags: trunk
15:38
Fix typo check-in: 4a2bb784c9 user: dkf tags: trunk
2004-10-30
21:36
Fixed conversion between FILETIME and Tcl time -Bug 926106 check-in: f99264e927 user: kennykb tags: trunk
18:03
replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) check-in: bbd3b03bde user: kennykb tags: trunk
02:16
* library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm... check-in: b8cfda2859 user: dgp tags: trunk
2004-10-29
15:39
Allow ensembles to rewrite their subcommands' error messages to be more relevant to users. [Patch 10... check-in: 7162a54053 user: dkf tags: trunk
2004-10-28
17:21
fix for execution stack corruption [Bug 1055676]. Credit dgp for detective work and fix. check-in: f1a5745b04 user: msofer tags: trunk
04:57
no message check-in: 79f94beac4 user: davygrvy tags: trunk
04:54
D'oh! check-in: 6da1b272d9 user: dgp tags: trunk
04:52
* unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called * win/tclAppInit.c: ... check-in: 7bd534cd4f user: davygrvy tags: trunk
04:17
* tests/socket.test (socket-13.1): Balanced [makeFile] and [removeFile] command... check-in: 2aef95bfda user: dgp tags: trunk
00:04
* tests/clock.test: Correct duplicate test names. * tests/namespace.test: ... check-in: a891dd598a user: dgp tags: trunk
2004-10-27
23:21
no message check-in: b269ebbd96 user: davygrvy tags: trunk
23:20
* generic/tcl.h: Removed the file level 'extern "C" {' and the coresponding closing block as it serv... check-in: af45deaac3 user: davygrvy tags: trunk
21:00
more clarity added to my last entry check-in: 302f75bfad user: davygrvy tags: trunk
20:58
* win/tclWinThrd.c (TclFinalizeLock): release the critical section before deleting it. [Bug 731778] check-in: 100f4d4a60 user: davygrvy tags: trunk
20:53
* tests/registry.test: Fixed test files to load the correct * tests/winDde.test: registry and dde pa... check-in: b7e5a90f69 user: davygrvy tags: trunk
17:56
fixed format-19.1 for 64 bit machines check-in: a0c0a6d869 user: kennykb tags: trunk
17:15
no message check-in: d1b9a0adc5 user: davygrvy tags: trunk
17:13
* generic/tclInt.decls: The following 9 functions were moved from * generic/tclInt.h: tclInt.h t... check-in: 1cd7958f05 user: davygrvy tags: trunk
17:01
* tests/tm.test: Expanded on the testsuite entered by Donal. * library/tm.tcl: Even found bugs, ... check-in: 7523fae991 user: andreas_kupries tags: trunk
15:42
additional regression test for Bug 868489 check-in: 5bba2806a3 user: kennykb tags: trunk
14:43
Yet more small fixes check-in: bc5a431cb6 user: dkf tags: trunk
14:24
More minor doc fixes check-in: 83ab806184 user: dkf tags: trunk
12:53
More minor doc fixes check-in: d75edd0e24 user: dkf tags: trunk
09:36
Many minor doc fixes check-in: 77001dc18a user: dkf tags: trunk
2004-10-26
21:52
* generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. * tests/subs... check-in: 86cdd8b62d user: dgp tags: trunk
21:04
Reversed expected result from test subst-12.3. check-in: ae616be00c user: dgp tags: trunk
20:55
* tests/subst.test (subst-12.3,4): More tests for Bug 1036649. check-in: 9ec73095ae user: dgp tags: trunk
20:35
* unix/Makefile.in (install-libraries): Updated the installation of the http, msgcat... check-in: 02fd84be97 user: dgp tags: trunk
20:26
no message check-in: 6389f51a86 user: davygrvy tags: trunk
20:24
* generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid caused PIDs on win95 to go negativ... check-in: a299c8cf04 user: davygrvy tags: trunk
19:44
* library/tm.tcl (::tcl::tm::Defaults): Added a second [file dirname] around the location of th... check-in: daaaa9dea4 user: andreas_kupries tags: trunk
16:46
* tests/basic.test: Added missing constraints. * tests/compile.test: * t... check-in: b09796fafb user: dgp tags: trunk
16:19
removed more direct references to the VAR flags, replaced with access macros. check-in: a5dd1b4f7c user: msofer tags: trunk
10:24
Tighten up expr(n) wording. [Bug 1027849] check-in: 4228823a58 user: dkf tags: trunk
02:08
fixes for Bug 1054101 check-in: 5a8bf31af4 user: kennykb tags: trunk
2004-10-25
22:11
Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] check-in: 6395f0b667 user: dkf tags: trunk
22:03
Clarified meaning of pattern arg to [info procs] check-in: 32f634b99e user: dkf tags: trunk
21:52
Remove some of the contortions from cmdAH-8.45 check-in: b0dfd8b03c user: dkf tags: trunk
20:24
* generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): Removed several ... check-in: 8d245f4a56 user: dgp tags: trunk
17:24
* library/auto.tcl Purged Tcl's script library of all * library/clock.tcl r... check-in: 2869274367 user: dgp tags: trunk
15:36
Flesh out tests and transform the TM manager API into an ensemble check-in: 31d53a1a5d user: dkf tags: trunk
01:06
defined new macros to get/set the flags of variables. check-in: 40ad1ac016 user: msofer tags: trunk
2004-10-24
22:25
* generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): Shift the initializat... check-in: 7f607689c0 user: dgp tags: trunk
2004-10-22
22:33
Even more cleaning up check-in: 7e33e5c789 user: dkf tags: trunk
22:27
Further cleaning up of the docs check-in: 6f16fbfb6e user: dkf tags: trunk
22:08
Add *very* basic test suite for modules, and tighten up the doc style check-in: 144ca38be0 user: dkf tags: trunk
15:46
Make ensembles report shorter error traces that conceal more of how the ensemble implements itself. ... check-in: 322dfbd680 user: dkf tags: trunk
14:27
* library/clock.tcl: Fixed a typo where the fallback time zone became ::localtime instead of :localt... check-in: 40a0ea2e1e user: kennykb tags: trunk
14:01
Whitespace police check-in: de324da1c2 user: dkf tags: trunk
13:48
Standardize way of calling object freeIntRepProcs... check-in: 4ed6ee39b3 user: dkf tags: trunk
12:29
* generic/tclVar.c: fixed bug in commit of 2004-07-23, which was causing a leak of Proc structures... check-in: adf43cb90a user: msofer tags: trunk
2004-10-21
17:07
* generic/tclInt.h (Interp): * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp... check-in: 80f951767f user: dgp tags: trunk
15:19
* generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): Updated to call the new Tcl... check-in: 85c0a05f6f user: dgp tags: trunk
03:53
doubled speed of clock format check-in: 0edf6ae28d user: kennykb tags: trunk
2004-10-20
18:11
* win/Makefile.in (install-msgs): Fixed a problem with the * win/Makefile.in (install-tzdata): ... check-in: 1522733ce4 user: andreas_kupries tags: trunk
14:50
Whitespace police and other style fixes check-in: fe211d6d7c user: dkf tags: trunk
05:28
* generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from... check-in: c2f8e0ceb4 user: dgp tags: trunk
2004-10-19
22:20
Stop losing result codes in [dict with] in some circumstances check-in: 60d87ccbdc user: dkf tags: trunk
21:59
Added Itcl acknowledgment. check-in: 977c9d3ec3 user: dgp tags: trunk
21:53
* generic/tclInt.h (Tcl*InterpState): New internal routines * generic/tclR... check-in: 4073981ce3 user: dgp tags: trunk
2004-10-18
21:15
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): * generic/tclCmdAH.c (Tcl_... check-in: 02ff5ead50 user: dgp tags: trunk
2004-10-17
14:22
generic/tclResult.c: removed unused variable [Bug 1048588]. check-in: 72ca9d5c70 user: msofer tags: trunk
2004-10-15
21:02
* generic/tclCmdMZ.c (TclProcessReturn): Now that primary * generic/tclProc.c... check-in: 608104a1b8 user: dgp tags: trunk
15:42
Remove unused variable check-in: e15c8bb067 user: dgp tags: trunk
04:01
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, TclEvalObjvInternal... check-in: 264b4df978 user: dgp tags: trunk
2004-10-14
17:20
TIP#217 implementation check-in: 2f692ebdfa user: dkf tags: trunk
15:05
Speed up [info <thing> <simplePattern>] check-in: 1bb28d61d3 user: dkf tags: trunk
2004-10-12
19:31
synchronized to Olson's tzdata2004e check-in: 5818ca2c48 user: kennykb tags: trunk
2004-10-11
19:58
Fix comments... check-in: 6fb61799ba user: dkf tags: trunk
2004-10-08
22:44
Fix things so we can pass our own test suite for TIP#212... check-in: 3cfa3fcd2c user: dkf tags: trunk
21:39
Docs for TIP#201 and TIP#212; this allows these TIPs to become Final check-in: b022444f39 user: dkf tags: trunk
21:10
Basic tests for TIPs #201 and #212 check-in: 9dc24dab78 user: dkf tags: trunk
16:28
update test for TIP 212 check-in: 0b41aec13c user: dgp tags: trunk
15:39
Core of implementation of TIP#201 ('in' and 'ni' operators) check-in: fe8bdb2e90 user: dkf tags: trunk
15:05
Core of implementation of TIP#212 check-in: e431c8ef3b user: dkf tags: trunk
2004-10-07
22:01
* generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified. check-in: 00d54349a1 user: dgp tags: trunk
16:22
Add return type decls check-in: e11d4d0e98 user: dkf tags: trunk
16:05
Reduce the number of warnings given by nroff... check-in: f1d921f3d0 user: dkf tags: trunk
15:37
Fix the argument list widths properly... check-in: 21d0f484be user: dkf tags: trunk
15:15
Convert CONST to const, VOID to void so we document how we want the API used. check-in: 94bf67038b user: dkf tags: trunk
14:52
Convert (most) tabs to spaces because they're printed more reliably check-in: 9a6f35d2a8 user: dkf tags: trunk
14:50
filesystem generic/platform code splitting check-in: 60716a23e9 user: vincentdarley tags: trunk
14:44
Update the .AS macro definition and take advantage of it's new-found power. check-in: dcba7c799d user: dkf tags: trunk
09:02
Split off ChangeLog entries for 2003 check-in: fe19fa6703 user: dkf tags: trunk
08:49
Clarify filesystem docs check-in: e29f83db49 user: dkf tags: trunk
00:55
corrected botched logic in GetValueNames check-in: 8590dfa4eb user: dgp tags: trunk
00:24
remove unused var check-in: a4b1314d1c user: dgp tags: trunk
00:14
typo fix check-in: c3836ffc06 user: dgp tags: trunk
2004-10-06
23:44
Simplify the guts of [glob]; maybe mortals can comprehend it now? check-in: d90ba0c5c9 user: dkf tags: trunk
20:16
Simplify LoadTableEncoding check-in: 28d59eb3e1 user: dkf tags: trunk
20:09
Formatting fixes. check-in: 16ec5fa30d user: dkf tags: trunk
17:09
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: be0a51bf83 user: dgp tags: trunk
16:37
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 49653405fd user: dgp tags: trunk
16:08
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 015f30eb56 user: dgp tags: trunk
15:59
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 9883f6bfdb user: dgp tags: trunk
15:20
Silence compiler warning... check-in: 76b07a26d5 user: dkf tags: trunk
14:59
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: ee7c709e65 user: dgp tags: trunk
14:39
Style fixes check-in: 7389be9553 user: dkf tags: trunk
14:35
More formatting fixes... check-in: 8331fc4644 user: dkf tags: trunk
14:14
Style guide fixes (braces for if, etc.) check-in: 6abe9be6e8 user: dkf tags: trunk
14:10
Put braces round if bodies... check-in: 51b9106bd6 user: dkf tags: trunk
14:06
Add braces to if bodies Also simplify the SEH-code by reducing the number of #ifdef's... check-in: 79590951f3 user: dkf tags: trunk
13:55
Put braces round if bodies... check-in: 5baf20fb87 user: dkf tags: trunk
13:47
Braces round if bodies... check-in: e02e4d1ccb user: dkf tags: trunk
13:43
Style guide fixes check-in: 33bea7837f user: dkf tags: trunk
13:38
Style fixes (spaces, braces, etc.) check-in: 4f23da9f69 user: dkf tags: trunk
13:09
Add braces round if body... check-in: 3ec20e5c0e user: dkf tags: trunk
13:05
Minor style guide issues (e.g. making sure all 'if' bodies have braces around them) check-in: 08d1f2a4bd user: dkf tags: trunk
12:44
More mnemonic variable names, better brace usage. check-in: b9c00ba62e user: dkf tags: trunk
12:09
Style improvements and more macro use. check-in: d856bd6cb3 user: dkf tags: trunk
10:11
Remove useless panic-ing implementations of methods in tclProcBodyType (NULL implies that and produc... check-in: f7ee9d7517 user: dkf tags: trunk
09:56
Style fixes and Tcl_GetString -> TclGetString check-in: ce0b390fca user: dkf tags: trunk
09:48
Tcl_GetString -> TclGetString check-in: fea47e431e user: dkf tags: trunk
09:44
Convert Tcl_GetString to TclGetString for minor speed increase check-in: e5bdcff27d user: dkf tags: trunk
09:37
Convert to using the TclGetString macro; slightly faster... check-in: 877ed1640f user: dkf tags: trunk
09:31
Convert string to stringPtr check-in: 964c884f26 user: dkf tags: trunk
09:28
Simplify [switch] implementation. check-in: 920c8a341a user: dkf tags: trunk
09:07
Minor formatting fixes check-in: 58792bac28 user: dkf tags: trunk
05:52
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 6470fa7251 user: dgp tags: trunk
03:43
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: cd5499b524 user: dgp tags: trunk
00:24
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: I... check-in: 768fcfc909 user: dgp tags: trunk
2004-10-05
23:21
Make Tcl_AppendResult() non-deprecated again. [Patch 1041072] Also change string to stringPtr to avo... check-in: 79c1d5927d user: dkf tags: trunk
21:21
* generic/tclBasic.c (TclObjInvoke): More simplification of the TclObjInvoke routine... check-in: d2549ea563 user: dgp tags: trunk
18:14
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, TclEvalObjvInternal... check-in: 46e4edb86c user: dgp tags: trunk
16:26
oops check-in: 397b93fa34 user: dgp tags: trunk
15:45
* generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021 workaround. Tha... check-in: 41ece74288 user: dgp tags: trunk
2004-10-04
15:30
* tests/clock.test (clock-34.*): Removed an antibug that forced comparison of [clock scan] results... check-in: e040ecd522 user: kennykb tags: trunk
13:56
Stop words starting with 'eq' or 'ne' from being subdivided by the expression parser. [Bug 884830] check-in: 8dec782209 user: dkf tags: trunk
13:06
Clarify that dicts are unordered [Bug 1032243] and add another example. check-in: 3209dd17bc user: dkf tags: trunk
07:53
Added missing bug number check-in: 0de9e1c089 user: dkf tags: trunk
2004-10-02
17:12
Remove unneeded label check-in: b5b093d910 user: dkf tags: trunk
17:00
Modify the semantics of [dict set] to be what everyone expected them to be in a straw poll. Also mad... check-in: 0d9c0a63ab user: dkf tags: trunk
04:21
* tests/namespace.test (namespace-8.7): Another test for save/restore of ::errorInfo... check-in: 4ca7ebe36e user: dgp tags: trunk
2004-10-01
12:45
Speed up [upvar] and [uplevel] by not forcing level references to be parsed as strings every time th... check-in: 09f8c750f7 user: dkf tags: trunk
03:19
* generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value * generic/tclInt... check-in: 8dae678302 user: dgp tags: trunk
03:10
* generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value * generic/tclInt.... check-in: 70d5f804f9 user: dgp tags: trunk
00:10
Correction to 1038021 bug fix; should only save restore those bits that get cleared by Tcl_ResetRes... check-in: a6645f01ff user: dgp tags: trunk
2004-09-30
23:06
* generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization * generic/tclCmdAH.... check-in: 6dfe14b116 user: dgp tags: trunk
10:41
* tests/subst.test (12.1-2): added tests for [Bug 1036649] check-in: b08f163d2c user: msofer tags: trunk
2004-09-29
22:37
* tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL. check-in: c1f44b257b user: dgp tags: trunk
22:23
Remove unused variable check-in: aacd21295b user: dkf tags: trunk
22:22
Typo check-in: 36ee16f240 user: dkf tags: trunk
22:17
Factorize out the code for freeing an object's internal rep. check-in: 3890ad3c7c user: dkf tags: trunk
2004-09-28
21:44
Changelog typo check-in: 3e657ba472 user: msofer tags: trunk
2004-09-27
22:39
* generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning about uninitialised variable. check-in: 1810285e4e user: msofer tags: trunk
22:03
removed several unused vars in TclObjInvoke check-in: 0109c2c6b8 user: kennykb tags: trunk
21:57
Whitespace/formatting policing check-in: e73ae22ac6 user: dkf tags: trunk
19:59
removed some workarounds for Bug 868489 check-in: 20788cf565 user: kennykb tags: trunk
16:24
* generic/tclBasic.c: Removed internal routines TclInvoke, * generic/tclInt.decls:... check-in: 930404b026 user: dgp tags: trunk
15:07
added missing Tcl_GlobTypeData documentation check-in: b0fe08733f user: vincentdarley tags: trunk
15:00
fix to small filesystem bugs check-in: d6e4847a47 user: vincentdarley tags: trunk
14:31
many more TIP 173 changes check-in: e64761cd12 user: kennykb tags: trunk
09:00
small typo check-in: c3a0427de3 user: vincentdarley tags: trunk
2004-09-26
16:36
Report compilation errors at runtime, [Patch 103368] by dgp. check-in: aaebedbc1e user: msofer tags: trunk
2004-09-24
21:30
Fix spelling of test names... check-in: 3a86a9d12e user: dkf tags: trunk
01:14
* generic/tclBasic.c: Corrections to the 2004-09-21 commit * generic/tclExecute.c:... check-in: daeee3f99a user: dgp tags: trunk
2004-09-23
20:02
* unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when... check-in: 82ead6b56d user: mdejong tags: trunk
15:20
* generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProc of [expr] with ... check-in: 05ead00053 user: dgp tags: trunk
00:34
Corrected the base for the errorline calculation check-in: 43c4c7ee37 user: dgp tags: trunk
2004-09-22
22:23
* generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline * generic/tcl... check-in: b9d1ceb353 user: dgp tags: trunk
15:51
reverting unintentional change in unix/tclUnixInit.c check-in: a15750acb6 user: msofer tags: trunk
15:48
* generic/tclExecute.c (INST_START_CMD): * tests/proc.test (7.2-3): fix for [Bug 729692] was incor... check-in: 00f84eda0b user: msofer tags: trunk
14:15
Updated America/Montevideo check-in: 0a4e37f4c1 user: kennykb tags: trunk
03:19
* generic/tclCompCmds.c: Tolerate [append] syntax errors * tests/appendComp.t... check-in: 03e134c9ce user: dgp tags: trunk
2004-09-21
22:45
* generic/tclBasic.c: Reworked management of the interp * generic/tclCompile.c: fl... check-in: 0d93a42195 user: dgp tags: trunk
21:14
* generic/tclExecute.c (TclCompEvalObj): Simplified the TclCompEvalObj routin... check-in: b689c66e81 user: dgp tags: trunk
16:19
Tighten up wording on [interp eval] and stack frames. [Bug 926590] check-in: 5421b83c84 user: dkf tags: trunk
16:04
Highlight document-internal references check-in: 7002ec1735 user: dkf tags: trunk
2004-09-20
15:52
* tests/error.test (error-6.2,3): Added more tests to verify ::errorCode setti... check-in: e91f587f7e user: dgp tags: trunk
2004-09-19
15:03
Some tests were non-portable, alas. check-in: 4a8aaf2ed7 user: dkf tags: trunk
13:08
* generic/tclCmdAH.c: removed outdated comment [Bug 1029518]. check-in: 32c0ea8742 user: msofer tags: trunk
2004-09-18
22:03
no message check-in: 844a1097db user: davygrvy tags: trunk
22:01
Dde package can load into a safe interp. Claim this fact for the Tcl_StaticPackage() call when the ... check-in: 1ce80d39e0 user: davygrvy tags: trunk
19:24
Fix silly mistakes :} and make sure that the original bug is a test case. check-in: 100b844ba6 user: dkf tags: trunk
18:04
Make sure large shifts shift for real. [Bug 868467] check-in: e9db7518ad user: dkf tags: trunk
17:37
Fix "operand"/"operator" confusion check-in: 59ffee4ef8 user: dkf tags: trunk
17:17
more formatting police check-in: a543906177 user: dkf tags: trunk
17:01
More fixes from Mikhail Kolesnitchenko, and also standardize highlighting of symbols like TCL_OK, TC... check-in: 98776f7151 user: dkf tags: trunk
14:52
Whitespace police check-in: a3b760aaca user: dkf tags: trunk
2004-09-17
22:59
* generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): * generic/tclCmdAH.c... check-in: 919a686d01 user: dgp tags: trunk
22:06
more changes for bison support check-in: c556cf0609 user: kennykb tags: trunk
19:41
make tclGetDate.y use bison instead of yacc check-in: ba15c2a65d user: kennykb tags: trunk
2004-09-14
21:42
silence compiler warning in tclClock.c check-in: 81647620b2 user: kennykb tags: trunk
17:45
* doc/interp.n: * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17... check-in: de8c43016d user: msofer tags: trunk
2004-09-13
10:49
Fix [Bug 1026903] by storing what ensemble the ensemble is cached for. check-in: 2ff73a53f1 user: dkf tags: trunk
2004-09-11
18:57
* generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check for error return from 'mktime'. * gene... check-in: 7602ffab0a user: kennykb tags: trunk
13:45
* generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834]; avoid unnecessary string copies. check-in: 983c8f61f9 user: msofer tags: trunk
00:39
tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setup check-in: 0386eb5975 user: davygrvy tags: trunk
2004-09-10
22:43
Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 762142fd71 user: dgp tags: trunk
21:29
One less crazy long/wide aunt in the attic [Bug 868489] check-in: b68fc39b3e user: dkf tags: trunk
20:04
Fix [Bug 1025359]; make sure wide seeks don't lose errors check-in: f1b225581b user: dkf tags: trunk
19:54
* generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: 52cb3a381e user: andreas_kupries tags: trunk
18:19
comment typo check-in: 683f26f6c0 user: dgp tags: trunk
18:15
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons... check-in: 0c0ef95e3c user: dgp tags: trunk
17:50
fixed a bug where %z was always positive in :localtime check-in: fa72d13149 user: kennykb tags: trunk
12:48
* generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin... check-in: 20c21cbe11 user: msofer tags: trunk
01:52
Calls to WriteFile and WriteConsoleA changed to WriteConsole. check-in: 9eca8d271e user: davygrvy tags: trunk
2004-09-09
17:09
Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] check-in: 639db5a35d user: dgp tags: trunk
15:44
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t... check-in: 6957cd2467 user: dgp tags: trunk
2004-09-08
18:46
* compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 5b7d61b147 user: kennykb tags: trunk
17:03
* generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete field for storing t... check-in: bfbb057734 user: dgp tags: trunk
15:55
fixed clock-34.* to use same time zone on input and output check-in: 8b00dd4d07 user: kennykb tags: trunk
15:38
* generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where the month was scanned incorrectly in ... check-in: f602407b52 user: kennykb tags: trunk
14:27
Corrected a buglet in the header information. [Bug 1024058] check-in: 86d63dfa3c user: kennykb tags: trunk
00:08
no message check-in: ef967d594e user: davygrvy tags: trunk
00:05
some quoting needed to be removed as it was breaking with VC7. check-in: 5643b8dae9 user: davygrvy tags: trunk
2004-09-07
22:16
Fixed indentation check-in: 24bf1c16b9 user: kennykb tags: trunk
21:41
* doc/clock.n: Documented the default -format, and changed references to a (nonexistent) msgcat comm... check-in: ab2ea8a8fb user: kennykb tags: trunk
19:12
* tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!) be more resilient on an overloade... check-in: 3f6b63f2ab user: kennykb tags: trunk
18:24
removed unused cmdInfo variable check-in: 26226ddb0a user: kennykb tags: trunk
18:09
Converted to http://tip.tcl.tk URL. Should be more long term reliable. check-in: 9534b4d72b user: dgp tags: trunk
17:55
Changed incorrect references to the "msgcat command" to "msgcat package" check-in: 2f3e98a409 user: dgp tags: trunk
17:38
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: 58fb9afc44 user: kennykb tags: trunk
2004-09-06
09:48
Oops, missed one file from last commit check-in: bc674a1626 user: dkf tags: trunk
09:44
More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] check-in: 3e34564c9e user: dkf tags: trunk
2004-09-03
10:59
Stop NULL interp args from causing crashes. [Bug 1020538] check-in: 088b6e6a3c user: dkf tags: trunk
2004-09-02
13:55
Clarify meaning of [lsearch -dictionary]. check-in: fc5d177914 user: dkf tags: trunk
11:22
clock.tcl installation check-in: aec8605a7b user: vincentdarley tags: trunk
2004-09-01
17:41
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un... check-in: a8677f610a user: hobbs tags: trunk
17:40
WIN64 corrections check-in: 1e2c2edfd3 user: hobbs tags: trunk
09:50
Correct some abbreviation usage. check-in: 7ad2cc5de8 user: dkf tags: trunk
2004-08-31
16:25
Completed an incomplete undo of a mistaken commit that broke the HEAD. check-in: aa6427fbc4 user: dgp tags: trunk
15:24
Undo mistaken commit of code in sandbox. <:} D'oh! check-in: 760cf198b9 user: dkf tags: trunk
15:19
Grammar and spelling fixes. [Patch 1018486] check-in: 1b588c2346 user: dkf tags: trunk
09:20
two bugs fixed in filesystem docs and tests check-in: 3d70fb2105 user: vincentdarley tags: trunk
04:33
* unix/Makefile.in (install-libraries): portable sh fix. check-in: 2043e6f1e0 user: das tags: trunk
2004-08-30
18:06
Fix a crash caused by sharing in [string map]. [Bug 1018562] check-in: ee48b7f359 user: dkf tags: trunk
2004-08-27
14:39
Fix old tests to check [namespace which] sanely... check-in: 02562339b9 user: dkf tags: trunk
13:59
Make [namespace which] use newer option parsing code for more flexibility. check-in: 7513bca8c0 user: dkf tags: trunk
11:04
Minor fixes check-in: b7ff266582 user: dkf tags: trunk
09:18
Fix/improve tests check-in: c4db2e3ed6 user: dkf tags: trunk
09:07
Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. check-in: 75b7cd6b79 user: dkf tags: trunk
08:12
Fix patch-number reference. check-in: e88b6604f4 user: dkf tags: trunk
2004-08-26
17:36
* tests/env.test: macosx fixes. check-in: b4d16fcd42 user: das tags: trunk
16:01
* unix/Makefile.in: added customization of default module path roots via TCL_MODULE_PATH makefile ... check-in: 65c4340ea4 user: das tags: trunk
2004-08-25
22:21
* tests/timer.test (timer-10.1): Test for Bug 1016167. * generic/tclTimer.c: ... check-in: 756125248b user: dgp tags: trunk
21:37
D'oh! Put the correct value in... :^} check-in: a1ca45af5f user: dkf tags: trunk
21:35
Stop test from getting stomped by preceding tests... check-in: 2256af9fe0 user: dkf tags: trunk
21:28
Fixes to ensemble -unknown handler processing to stop [namespace import] from disrupting things horr... check-in: 95c97b2bef user: dkf tags: trunk
01:10
* generic/tclProc.c: The routine TclProcInterpProc was a specific * gener... check-in: d67b8edcbd user: dgp tags: trunk
2004-08-24
23:25
update out of date comment check-in: c3be36f9e4 user: dgp tags: trunk
08:59
Added clarifying note on [string map]'s behaviour. check-in: 7a99970647 user: dkf tags: trunk
2004-08-23
17:40
* library/auto.tcl: Updated [tcl_findLibrary] search path to include any [<pkg>:... check-in: 72c6efe0bd user: dgp tags: trunk
2004-08-21
18:03
Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. check-in: d2b5b523a3 user: kennykb tags: trunk
17:57
* tests/clock.test (clock-38.1): Changed TZ setting to specify CET in excruciating detail to deal wi... check-in: 7b85501acb user: kennykb tags: trunk
2004-08-19
20:58
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 142ba4167b user: dkf tags: trunk
18:55
* library/clock.tcl (format): Changed default timezone format from alphabetic to numeric to produce... check-in: 4cde370a99 user: kennykb tags: trunk
00:13
* doc/tm.n: New file, documentation for Tcl Modules, based on the TIP. * unix/mkLinks: Regene... check-in: 3de8eca68b user: andreas_kupries tags: trunk
2004-08-18
22:33
added note about times out of Posix range check-in: bb0ba0aee8 user: kennykb tags: trunk
22:13
Fixed httpd's abuse of the [clock] command check-in: 50364f0355 user: kennykb tags: trunk
22:03
* library/init.tcl: Integrated TIP #189. We source a separate file (see below), instead of inli... check-in: f6eaca8b8c user: andreas_kupries tags: trunk
21:29
silence compiler warning on systems without mktime check-in: 85982dc155 user: kennykb tags: trunk
20:59
unbreak Win build after TIP#173 and TIP#209 commit check-in: b01aea8524 user: kennykb tags: trunk
19:58
TIP #173 and #209 implementation - see ChangeLog for details check-in: 251b9c6eca user: kennykb tags: trunk
2004-08-16
14:29
date correction check-in: f66151c3bc user: dgp tags: trunk
14:11
fix for [Bug 1008314] check-in: 4d54cd3e57 user: msofer tags: trunk
2004-08-13
21:39
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 7bfc5a8b19 user: dgp tags: trunk
2004-08-10
19:40
Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: 942144282c user: vasiljevic tags: trunk
2004-08-04
09:00
Standardized constraint name check-in: 0d4698bdc4 user: dkf tags: trunk
2004-08-03
21:46
Plug leak and clarify code check-in: f276672de0 user: dkf tags: trunk
20:31
Add field initialization to fix [Bug 989298]. D'oh! check-in: b2f9e9415e user: dkf tags: trunk
2004-08-02
22:01
* library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to make use of [glob -... check-in: 3c765af2b5 user: dgp tags: trunk
20:55
TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace optio... check-in: 07142774f2 user: dgp tags: trunk
15:33
* generic/tclLiteral.c (TclCleanupLiteralTable): Corrected * tests/compile.te... check-in: 4a8caea634 user: dgp tags: trunk
15:12
Whitespace policing... check-in: 2cb4a42bdf user: dkf tags: trunk
2004-07-30
21:09
More explicit compatibility warning, regarding TIP 148 check-in: 7a2ab965af user: dgp tags: trunk
16:54
* tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] * library/aut... check-in: 2b1825b4bf user: dgp tags: trunk
15:16
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: 8973ec966c user: dgp tags: trunk
08:31
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: bf9884901c user: das tags: trunk
2004-07-29
15:55
* library/package.tcl: [::pkg::create] is now an alias. Test safe-2.1 will now fai... check-in: 7ecd70ea13 user: dgp tags: trunk
2004-07-28
18:00
* library/package.tcl: Moved private command * library/tclIndex: ... check-in: 4e908b7bad user: dgp tags: trunk
2004-07-25
22:06
* tests/io.test: Make io-61.1 create file as binary to pass on Win32 check-in: fc89b74eed user: patthoyts tags: trunk
2004-07-23
18:32
* generic/tclVar.c: simplify tclLocalVarNameType, removing the reference to the corresponding proc... check-in: 63de804c96 user: msofer tags: trunk
16:27
formatting check-in: de6666f396 user: dgp tags: trunk
15:58
* tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: c55655fe5c user: dgp tags: trunk
15:06
Tcl 8.4.7 changes ported forward. Other changes on HEAD also recorded. check-in: e63018391c user: dgp tags: trunk
14:18
typo check-in: 4a6391a197 user: dgp tags: trunk
2004-07-22
21:41
typo/format fixes check-in: 91ad80aadf user: dgp tags: trunk
2004-07-21
01:45
* generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 8a65a24648 user: hobbs tags: trunk
00:42
2004-07-21 Kevin Kenny <kennykb@acm.org> * generic/tclBasic.c (DeleteInterpProc): * generic/tcl... check-in: 460aa80311 user: kennykb tags: trunk
2004-07-20
10:23
* unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow o... check-in: 542b0bd9ec user: das tags: trunk
10:12
* unix/tclUnixFile.c (NativeMatchType): added support for readonly matching of user immutable file... check-in: efbebac211 user: das tags: trunk
05:40
* macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, ... check-in: c34d162c15 user: das tags: trunk
2004-07-19
19:19
Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the sake of Tcl API users never... check-in: 04bcb3edbe user: vasiljevic tags: trunk
2004-07-17
12:18
cd infinite loop bug fixed check-in: 78d046b47e user: vincentdarley tags: trunk
2004-07-16
23:31
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/config... check-in: 13ed0c4154 user: hobbs tags: trunk
22:37
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the generation of error messages an... check-in: 97beee6402 user: andreas_kupries tags: trunk
22:22
* doc/OpenFileChnl.3: Added description of the behaviour of Tcl_ReadChars when its 'charsToRead... check-in: 941ab20e13 user: andreas_kupries tags: trunk
20:46
* doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateComm... check-in: 1102a1fc59 user: andreas_kupries tags: trunk
20:11
* doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can... check-in: e5d49a5121 user: andreas_kupries tags: trunk
19:43
Typo fix. check-in: 2beab26c7f user: andreas_kupries tags: trunk
19:20
* tests/socket.test: Accepted two new testcases by Stuart Casoff <stwo@users.sourceforge.net> c... check-in: 068705083d user: andreas_kupries tags: trunk
17:38
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990... check-in: e3d114f623 user: andreas_kupries tags: trunk
2004-07-15
22:04
* unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe Mistachkin's patch for [Tcl SF Bug 99453... check-in: f4cc086246 user: andreas_kupries tags: trunk
21:17
Added new fix for the Tcl Bug #770053. Now we conditionaly perform the TclFinalizeNotifier in order ... check-in: 663e5a0f11 user: vasiljevic tags: trunk
20:46
* generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in * generic/tclIO.c (Tcl_UnregisterChan... check-in: ec89766307 user: andreas_kupries tags: trunk
20:19
* generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the old depreceated newline syntax... check-in: 571069b435 user: andreas_kupries tags: trunk
20:04
Stuffed memory leak incurred by re-initializing of TSD slots after the last call to TclFinalizeThrea... check-in: d91074b88a user: vasiljevic tags: trunk
18:31
* generic/tclLiteral.c (TclReleaseLiteral): Removed unused variable 'codePtr' to silence a message f... check-in: d437bc09c5 user: kennykb tags: trunk
17:42
* generic/tclCompile.c (TclCompileScript): * generic/tclLiteral.c (TclReleaseLiteral): fix for [Bu... check-in: 639bb865de user: msofer tags: trunk
10:00
Removed initialization of TSD for the new thread in NewThreadProc since this will result in TclInitN... check-in: 68afdac7e7 user: vasiljevic tags: trunk
09:50
See file... check-in: 91ba63a40a user: vasiljevic tags: trunk
09:50
Removed unused variable in NewThreadProc() check-in: ef7d631e71 user: vasiljevic tags: trunk
09:44
Backout of changes to fix the Tcl Bug #770053. See SF bugreport for more info. check-in: 73c0fd55ab user: vasiljevic tags: trunk
2004-07-12
01:56
* generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, release objv[objectsUsed] on error. check-in: 5709457dc7 user: msofer tags: trunk
01:09
* generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, release result on error. check-in: fe44c63747 user: msofer tags: trunk
2004-07-11
23:11
Another leak fix for [Bug 989093] check-in: dbd61bfe98 user: dkf tags: trunk
23:01
Stop [dict unset] from leaking objects. [Bug 989093 in part] check-in: 615865b512 user: dkf tags: trunk
21:56
* generic/tclExecute.c (TEBC): fixed leak of expandNestList objs when there is an error while an e... check-in: 3db46fa346 user: msofer tags: trunk
21:13
cd fix in vfs check-in: 5f75a341f3 user: vincentdarley tags: trunk
2004-07-10
21:26
Sanitized another couple of uses of the environment. check-in: d2538694e8 user: kennykb tags: trunk
21:02
Added code to restore env(LC_TIME) after the test completes, silencing a warning from 'make TESTFLAG... check-in: d73cd59f37 user: kennykb tags: trunk
20:38
clock.test: Changed clock-2.11 so that it isn't an infinite loop when run on a slow virtual machine.... check-in: e6489b7dbb user: kennykb tags: trunk
2004-07-08
18:46
Modified the logic of literal table cleanup at interp deletion time, insuring that the fix of [Bug 9... check-in: 1647401b73 user: msofer tags: trunk
16:53
Silenced a compiler warning about a type mismatch in AppendEnvironment check-in: 6d6ee42226 user: kennykb tags: trunk
15:43
make mkLinks check-in: 5b3546c22a user: dgp tags: trunk
08:06
Whitespace fixing check-in: 000f91b606 user: dkf tags: trunk
2004-07-07
22:05
* generic/tclCompile.c (TclCompileScript): fix for [Bug 458361]. Single-word scripts are compiled ... check-in: 046cee7227 user: msofer tags: trunk
14:00
* generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and removed potentia... check-in: 212ee836fd user: dgp tags: trunk
12:08
Oops, forgot a bit check-in: fb7a58d22d user: dkf tags: trunk
10:55
Generate RTF (for HLP files) correctly from manpages using advanced *roff formatting constructs. check-in: c23087c29a user: dkf tags: trunk
08:21
Add missing objTypes to catalog check-in: f89d3d0cc7 user: dkf tags: trunk
2004-07-06
21:08
* tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word containing backsla... check-in: 22941dd4e1 user: dgp tags: trunk
20:17
* tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): Added a test that a return code containing... check-in: 8e3628cad7 user: kennykb tags: trunk
09:27
More elegant fix for tab size handling check-in: 7b9e3511bb user: dkf tags: trunk
09:25
Encourage emacs to fontify the file correctly... check-in: 89488877da user: dkf tags: trunk
09:21
Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n check-in: d299710c58 user: dkf tags: trunk
2004-07-05
22:40
* generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], found by pspjuth. Tear down the glo... check-in: 040dd3ce17 user: msofer tags: trunk
2004-07-04
18:02
Added missing constraint definition... check-in: dde7a00ae2 user: dkf tags: trunk
2004-07-03
21:36
added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. check-in: 9f9931dd39 user: msofer tags: trunk
02:03
Moved declaration of TclCompEvalObj() from tclCompile.h to the internal stubs table, for compiler ex... check-in: b60704a848 user: msofer tags: trunk
2004-07-02
23:35
* generic/regcomp.c (stid): correct minor pointer size error check-in: 5e68b3a970 user: hobbs tags: trunk
23:31
* generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch * doc/exec.n, tests/exec.test: ... check-in: 28a61147a1 user: hobbs tags: trunk
18:46
tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to fail if the path name of the work... check-in: deda5ef522 user: kennykb tags: trunk
18:36
tests/io.test: Changed several tests to run the event loop rather than just calling [update] periodi... check-in: 74c189e67a user: kennykb tags: trunk
13:11
added test check-in: 857b54aa76 user: vincentdarley tags: trunk
2004-07-01
12:07
Fix warning check-in: 48d8c377f5 user: dkf tags: trunk
10:08
Fix missed references to 8.4, spotted by Theo Verelst. check-in: 152efc3ad3 user: dkf tags: trunk
07:59
Doc fixes. [Bug 983146] check-in: b204edf100 user: dkf tags: trunk
2004-06-30
20:53
* tests/fileSystem.test: Minor correction to new fileSystem-9.X tests so that they c... check-in: bee486dac1 user: dgp tags: trunk
14:46
fix to trailing slash documentation and to a filesystem 'file join' bug on windows check-in: 3753a9000e user: vincentdarley tags: trunk
12:34
TIP#188 implementation. Thanks to KBK! [Patch 940915] check-in: 93e9c318bd user: dkf tags: trunk
2004-06-29
14:03
* win/tclWinInit.c: Corrected reference counting flaw in recent changes. Thanks... check-in: 10db641414 user: dgp tags: trunk
10:07
fix to compilation error with VC++ 5.2 check-in: 47ebcf3c8a user: vincentdarley tags: trunk
09:34
Fix [Bug 981733]; bizarre resolver brokenness strikes again! check-in: 563ba4de34 user: dkf tags: trunk
2004-06-24
10:34
Fix constraints so can test with tclsh as well as tcltest [Bug 736431] check-in: dcdd52fc3d user: dkf tags: trunk
09:05
Oops! check-in: 928e22066f user: dkf tags: trunk
08:58
Style and whitespace fixes check-in: e7c7a606b8 user: dkf tags: trunk
04:13
* generic/tclThreadStorage.c: Corrected type casting errors that led to calculatio... check-in: 37c97c8ebf user: dgp tags: trunk
01:29
Version 5 of [Patch 976496] check-in: 6d178830b8 user: mistachkin tags: trunk
2004-06-23
22:45
Add update to let the async events work check-in: c1ebe3aba1 user: patthoyts tags: trunk
22:02
* tests/io.test: Added -force to 18.1 and 18.2. This was failing on WinXP. check-in: be2b7d29a4 user: patthoyts tags: trunk
21:32
* tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a failure in 16.12. check-in: 88a51c52e3 user: patthoyts tags: trunk
21:01
* tests/eofchar.data: Added -kb option to ensure a binary checkout to win32 systems. This fixes a fa... check-in: 5071106ca0 user: patthoyts tags: trunk
19:23
* win/makefile.vc: fix for bug #977369 about launching tclsh to generate a tclConfig.sh with the nma... check-in: 30a13c52a1 user: patthoyts tags: trunk
17:26
* tests/winDde.test (createChildProcess): Added a 200-ms delay (with the event loop live) when shutt... check-in: c612fd8217 user: kennykb tags: trunk
15:46
Simplify constraint by assuming Mac is Unix (which is true these days) check-in: 618540629e user: dkf tags: trunk
15:36
Standardize some use of test constraints onto names that are documented check-in: f6289216a6 user: dkf tags: trunk
15:10
Fixed constraint name and whitespace usage check-in: 05a86b8fb7 user: dkf tags: trunk
03:49
Corrected typo in latest patch that broke build on OS X. check-in: 4609b442b3 user: dgp tags: trunk
00:25
Regen check-in: abb867dc74 user: dkf tags: trunk
00:24
Version of [Patch 746578] that works with Linux and is likely to work elsewhere check-in: f7e8a16883 user: dkf tags: trunk
2004-06-22
22:08
own typo repaired check-in: 2246f7274a user: davygrvy tags: trunk
19:41
* generic/tclEvent.c (NewThreadProc): Fixed broken build on Windows caused by missing TCL_THREAD_CRE... check-in: efd9bd6b1f user: kennykb tags: trunk
13:11
See file... check-in: 9e460ac378 user: vasiljevic tags: trunk
13:08
Integrated fix for Tcl Bug #770053 from core-8-4-branch check-in: 9f739d40a1 user: vasiljevic tags: trunk
2004-06-21
22:05
* win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkst... check-in: c06e682eb3 user: mdejong tags: trunk
08:54
Make [Bug 975895] less likely to be hit check-in: a99c5f486a user: dkf tags: trunk
2004-06-19
00:42
* tests/load.test: Relaxed strictness of error message matching for test load-2... check-in: 5144d92f2d user: dgp tags: trunk
2004-06-18
20:38
* generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. * generic/tclInt.... check-in: 7cbe86f3c9 user: dgp tags: trunk
15:59
* tests/winFCmd.test (winFCmd-16.12): Changed test to compute the target directory, so as not to fai... check-in: ff098068c1 user: kennykb tags: trunk
15:29
* unix/tcl.m4: autoconf 2.5 fixes in Darwin section. * unix/configure: autoconf-2.57 check-in: d5a6b2ba3b user: das tags: trunk
15:26
Added various Chinese locale->encoding mappings check-in: 3d9fa085dc user: dkf tags: trunk
15:17
Added note about not touching bytes during freeIntRepProc running. check-in: bde5f9b532 user: dkf tags: trunk
15:12
Fixed [Bug 886231] properly this time rather than with a broken version that breaks the core complet... check-in: 3a145c918b user: dkf tags: trunk
15:06
Added tests for deep-object-freeing check-in: 102d5672a6 user: dkf tags: trunk
14:44
Remove extraneous space check-in: 932e145c76 user: dkf tags: trunk
13:42
Fix tclWinInit.c for KBK, adding comments as I go. :^) check-in: 74fa673878 user: dkf tags: trunk
2004-06-17
22:18
Updated comments to agree with recent revisions. check-in: a8f7f64044 user: dgp tags: trunk
22:13
Relaxed panic condition on overwrite of default library path to accept double right of the same valu... check-in: 5743d098fd user: dgp tags: trunk
21:44
* generic/tclObj.c: Added missing space in panic message. check-in: 34e708d23e user: dgp tags: trunk
21:43
Remove debugging panic check-in: b583fd72e7 user: dgp tags: trunk
21:40
Reverted temporary change check-in: 9638d4c875 user: dgp tags: trunk
21:39
* generic/tclObj.c: Added missing space in panic message. check-in: 27aed8f4eb user: dgp tags: trunk
21:33
Added missing incr ref count. D'oh! check-in: d422046c68 user: dgp tags: trunk
21:26
Better panic message for diagnosis. check-in: 1f6581253a user: dgp tags: trunk
20:18
temporarily removed unset of ::tclDefaultLibrary for sake of testing. check-in: e65acbacb9 user: dgp tags: trunk
20:17
silence compiler warning check-in: 32b8d9350e user: dgp tags: trunk
19:41
more compiler fixes check-in: da08cdfb3d user: dgp tags: trunk
19:37
correct compile errors check-in: d732290f82 user: dgp tags: trunk
19:28
* win/tclWinInit.c: Inform [tclInit] about the default library directory via the... check-in: c28ec08e9c user: dgp tags: trunk
2004-06-16
21:20
* doc/library.n: Moved variables ::auto_oldpath and * library/auto.tcl: :... check-in: 86b4f4513a user: dgp tags: trunk
2004-06-15
22:22
Added doc clarification in response to [RFE 768852] check-in: 590545ebfe user: dkf tags: trunk
20:28
* unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which is the configure-time CFLAGS. Ad... check-in: 235c2cad60 user: hobbs tags: trunk
2004-06-14
22:14
* win/Makefile.in: Corrected compilation flags for tclPkgConfig.c so that it doesn't require Stubs. ... check-in: 8049481eef user: kennykb tags: trunk
14:39
formatting check-in: 25d4361736 user: dgp tags: trunk
2004-06-11
22:39
* doc/Encoding.3: Removed bogus claims about tcl_libPath. * generic/tclInterp... check-in: 82f0fc8f01 user: dgp tags: trunk
21:55
* generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an absolute path... check-in: 4da119837c user: dgp tags: trunk
21:33
Restored Eng. Manual Style check-in: fdfc7460a0 user: dgp tags: trunk
21:30
* unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() * win/tclWinIn... check-in: 406f195e75 user: dgp tags: trunk
20:25
* unix/configure.in: Updated TCL_PACKAGE_PATH value to * win/configure.in: ha... check-in: 6d6bef09e7 user: dgp tags: trunk
19:41
* win/tclAppInit.c: Restored the 'setargv' procedure when compiling with mingw. Apparently, the co... check-in: f0cb3345b4 user: kennykb tags: trunk
2004-06-10
22:21
* unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of * win/tclWinIni... check-in: 7b183335bf user: dgp tags: trunk
17:15
Clarified that [pwd] really returns the absolute path of the current working directory. This fixes t... check-in: 7e5c36ba70 user: vasiljevic tags: trunk
17:10
Fixed Tcl_FSChdir not to forcefully update private cwd cached copy. This fixes the problem of [cwd] ... check-in: 3e1765974b user: vasiljevic tags: trunk
16:55
* generic/tclPathObj.c: Corrected [file tail] results when operating on a path produ... check-in: 5ff9844529 user: dgp tags: trunk
2004-06-09
16:15
Partially corrected [Bug 932314] check-in: 6d246837d7 user: vasiljevic tags: trunk
2004-06-08
19:27
* generic/tclCompile.c: * generic/tclExecute.c: handle warning [Bug 969066] check-in: b497ca1e0c user: msofer tags: trunk
19:18
Silence compiler warnings. check-in: 44e73905b2 user: dgp tags: trunk
18:52
Fix variable usage warning. [Bug 969068] check-in: a750bd2f86 user: dkf tags: trunk
2004-06-07
21:37
Fixed a minor lsearch example fault. [Bug 968219] check-in: 98e262003f user: dkf tags: trunk
16:48
Re-commit after a `make genstubs` on a unix system, to restore unix line endings check-in: 480d71ecd2 user: dgp tags: trunk
2004-06-05
17:31
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: ac070357cf user: kennykb tags: trunk
2004-06-04
20:17
* generic/tcl.h: Restored #include <stdio.h> to tcl.h, rejecting the "fix" fo... check-in: 32ee49f9f0 user: dgp tags: trunk
2004-06-02
23:29
* win/tclWinFile.c (TclpFindExecutable): when using GetModuleFileNameA (Win9x), convert from CP_AC... check-in: bb41e6ffe5 user: hobbs tags: trunk
22:16
no message check-in: 10f3b52885 user: davygrvy tags: trunk
22:12
* tests/winPipe.c (winpipe-6.1): blocking set to 1 before closing to ensure we get an exitcode. The... check-in: 5a776f41bb user: davygrvy tags: trunk
19:14
Removed language that encouraged abuse. [package] is for packages. check-in: 4194e2ae68 user: dgp tags: trunk
14:24
documentation bug check-in: e9663a5eb3 user: vincentdarley tags: trunk
2004-06-01
18:51
no message check-in: 1918e6eae6 user: davygrvy tags: trunk
18:44
* generic/tclIO.c (Tcl_SetChannelOption): Took out the range verification on -buffersize so origina... check-in: 1478f4055c user: davygrvy tags: trunk
18:36
reverted back to 1.8 check-in: d7c9e85dd3 user: davygrvy tags: trunk
18:36
reverted back to 1.53 check-in: 991f6a5fb7 user: davygrvy tags: trunk
18:10
no message check-in: 5a279cf282 user: davygrvy tags: trunk
18:08
* tests/io.test: * tests/iogt.test: Tests cases that set invalid -buffersize settings on channels ei... check-in: 7b06d8fa1a user: davygrvy tags: trunk
10:01
no message check-in: 9ab188dc1a user: davygrvy tags: trunk
10:00
* generic/tclIO.c (Tcl_SetChannelOption): Invalid settings for -buffersize weren't being reported a... check-in: cc6db8153e user: davygrvy tags: trunk
08:18
* win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in the environment, for VC7. [Bug 942... check-in: e7b0eec831 user: davygrvy tags: trunk
2004-05-30
21:57
no message check-in: 3d3bf5f4ee user: davygrvy tags: trunk
21:57
* win/tclWinPipe.c: * win/tclWinPort.h: Reworked the win implementation of Tcl_WaitPid to support e... check-in: b3a0f7ea3d user: davygrvy tags: trunk
15:07
Added examples check-in: 3862488af6 user: dkf tags: trunk
14:56
Shrank the spacing slightly check-in: 436bdfe837 user: dkf tags: trunk
14:52
Addex example check-in: cef2c640e0 user: dkf tags: trunk
14:25
Added example and cleaned up a few bits of documentation. check-in: 8c96696f78 user: dkf tags: trunk
14:13
Added example check-in: e085e375ab user: dkf tags: trunk
12:21
Regen check-in: f69210c105 user: dkf tags: trunk
12:18
Limits documentation and style improvements Added C docs, cleaned up C code, added note on behaviour... check-in: ed860fa489 user: dkf tags: trunk
2004-05-29
18:50
Fix minor markup errors. check-in: bd75e82e88 user: jenglish tags: trunk
2004-05-28
13:18
Added note to cover the ongoing example-adding activity check-in: ae6688ff89 user: dkf tags: trunk
12:56
Added example check-in: b65eddfdbf user: dkf tags: trunk
12:40
Added example check-in: 8682eda5b4 user: dkf tags: trunk
12:23
Added example check-in: cd187b49c5 user: dkf tags: trunk
12:09
Added examples check-in: a0dad786ef user: dkf tags: trunk
10:49
Added example inspired by TIP#65 check-in: e7ad0242d7 user: dkf tags: trunk
10:37
Added example, cross-references, and a note that {expand} is usually a better choice! check-in: b36b0d5ab0 user: dkf tags: trunk
00:05
Added examples check-in: afba689385 user: dkf tags: trunk
2004-05-27
23:53
Added example (based on TIP) check-in: fa3b0f10cd user: dkf tags: trunk
23:35
Added examples check-in: 55b7b75543 user: dkf tags: trunk
22:13
Added examples check-in: db1b6b39aa user: dkf tags: trunk
20:44
better (?) #ifdeferry for the last fix check-in: 307c751fc3 user: msofer tags: trunk
20:08
* generic/tclExecute.c: * generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to correct... check-in: 3dc72b756e user: msofer tags: trunk
18:50
Added example. check-in: b91b84bf12 user: dkf tags: trunk
18:45
* tests/clock.test: Commented clock-9.1 that the test will fail if strftime doesn't do %s. check-in: 758c7bbca1 user: kennykb tags: trunk
18:28
* tests/clock.test: Added a single test for the presence of %G in [clock format], and conditioned o... check-in: 7f85a5674b user: kennykb tags: trunk
15:40
Added example check-in: 3b3e32890d user: dkf tags: trunk
15:05
Test name was thoroughly misleading check-in: 2323996244 user: dkf tags: trunk
13:18
Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. Also added support for [F... check-in: 3c862df4ab user: dkf tags: trunk
2004-05-26
22:51
* unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS, * unix/tcl.m4: ENABLE_SHARE... check-in: ea4d3f60f8 user: hobbs tags: trunk
16:25
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: a513a0d696 user: dgp tags: trunk
15:18
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 4df7cb9e87 user: dgp tags: trunk
2004-05-25
22:56
* doc/http.n (http::config): add -urlencoding option (default utf-8) * library/http/http.tcl: ... check-in: 6165ec76fd user: hobbs tags: trunk
22:22
Prototype fix for [Bug 960410] that tries to move hash table cleanup somewhere more reliable. check-in: 21c00eb521 user: dkf tags: trunk
21:06
Added example check-in: 8f3597badb user: dkf tags: trunk
20:42
Added example check-in: bbcd44dae5 user: dkf tags: trunk
20:27
Added examples check-in: a2d7155d31 user: dkf tags: trunk
20:17
* docs/global.n: added details for qualified variable names [Bug 959831] check-in: 54af5fb8f6 user: msofer tags: trunk
19:45
* generic/tclNamesp.c (Tcl_FindNamespaceVar): * tests/namespace.test (namespace-17.10-12): reverte... check-in: 36483a21d3 user: msofer tags: trunk
19:38
* tests/winPipe.test: Protect against path being set * tests/unixInit.test: Unset... check-in: 2ec9fb613b user: dgp tags: trunk
18:58
* tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. * tests/stringCo... check-in: ba729ce049 user: dgp tags: trunk
18:46
* tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it do... check-in: 495f3aeac7 user: kennykb tags: trunk
18:14
io-61.1: initialize res check-in: a588587ad7 user: dgp tags: trunk
18:06
* tests/http.test: Clear away the custom [bgerror] when done. * tests/io.test: ... check-in: ee97b936fe user: dgp tags: trunk
17:44
* tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" that gets cleaned ... check-in: 60cd15fd68 user: dgp tags: trunk
17:17
* tests/execute.test (execute-8.1): Updated to remove the trace set on ::errorInfo ... check-in: 11f2366d39 user: dgp tags: trunk
15:33
error in test naming check-in: 49dd4a972c user: dkf tags: trunk
15:30
Add example check-in: 8fc77935f6 user: dkf tags: trunk
08:37
Finish fixing comments for [Bug 848440] check-in: 93048854e6 user: dkf tags: trunk
08:27
Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] check-in: 4f2386a9a4 user: dkf tags: trunk
07:48
More idiomatic example. [Bug 959602] check-in: c22cde3d67 user: dkf tags: trunk
00:07
* generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used f... check-in: a3e181ab90 user: hobbs tags: trunk
2004-05-24
23:31
Added examples check-in: 3f11ff04ef user: dkf tags: trunk
21:48
Fixed [Bug 959193] which is apparently a word-size issue. check-in: 5b777f0a26 user: dkf tags: trunk
19:18
* doc/set.n: accurate description of name resolution process, referring to namespace.n for details... check-in: 7311f32c2a user: msofer tags: trunk
13:00
Added example check-in: f48d42e129 user: dkf tags: trunk
12:47
Added examples and more cross-references check-in: 03c5bd3e48 user: dkf tags: trunk
12:24
Added example and cross-reference check-in: b03701d089 user: dkf tags: trunk
01:19
Adding potential incompatibility warning in Changelog check-in: 40f895d3ac user: msofer tags: trunk
2004-05-23
22:58
Fix in comments check-in: d2a45d6cae user: msofer tags: trunk
22:53
* generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, insuring that no "zombie" variab... check-in: f49ce0c192 user: msofer tags: trunk
2004-05-22
16:21
* generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new (in tcl8.4) exteriorisations of... check-in: a4a90f73d3 user: msofer tags: trunk
03:42
* generic/tclVar.c: fix for [Bug 735335]. The use of tclNsVarNameType objs is still disabled, pend... check-in: 8116f5d22b user: msofer tags: trunk
00:19
Reformulated so as to make clear what are examples. check-in: 8ea23b19c1 user: dkf tags: trunk
00:10
* tests/namespace.test (namespace-41.3): removed the {knownBug} constraint: [Bug 231259] is closed... check-in: cef73caa81 user: msofer tags: trunk
00:05
Minor syntactic fixes. Removed a clause that read very strangely and was effectively duplicated els... check-in: 231b10bcd8 user: dkf tags: trunk
2004-05-21
23:50
Use longer dashes (where available) check-in: 16bdd1eb23 user: dkf tags: trunk
23:49
Typo! check-in: 2a6eabd0ce user: dkf tags: trunk
23:47
Added examples. check-in: e582e7cb9b user: dkf tags: trunk
22:57
Added some more examples; there are actually examples scattered through the file anyway. check-in: 51734e1e55 user: dkf tags: trunk
22:03
One more fix; this time it really does let this file build... check-in: 7671937437 user: dkf tags: trunk
21:51
Make TCL_COMPILE_DEBUG path through TEBC work... check-in: e292385757 user: dkf tags: trunk
21:30
Variables should only ever be declarated at the start of a block... check-in: 72bd2f40a5 user: dkf tags: trunk
09:39
2004-05-21 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclExecuteByteCode): reorga... check-in: 74cc262044 user: msofer tags: trunk
2004-05-20
22:58
Added examples check-in: 934600342d user: dkf tags: trunk
21:18
Added examples. check-in: 8ef09d18b0 user: dkf tags: trunk
21:04
It seems all NaN handling is non-portable except where the platform is incredibly constrained. check-in: 652cb13c63 user: dkf tags: trunk
13:04
Delete limit callbacks properly when the interpreters involved are deleted. check-in: 712f5c453b user: dkf tags: trunk
2004-05-19
22:41
* win/tclWinFile.c (TclpMatchInDirectory): fix for an issue where there was a sneak path from Tcl_D... check-in: a23d7c7c13 user: kennykb tags: trunk
22:22
Added test based on suggestion by Miguel Sofer check-in: 5102d37e7b user: dkf tags: trunk
22:06
Oops! Duplicated a -constraints section, which confused tcltest check-in: 326edd6056 user: dkf tags: trunk
21:56
Enable a test of limiting tight loops. check-in: f625a38945 user: dkf tags: trunk
20:33
Silly error check-in: 910a287f4e user: dkf tags: trunk
20:29
Spelling whoops! Moved constraint declaration to near top of file check-in: 52ebc6eeab user: dkf tags: trunk
20:15
Massive test cleanup; all tests are run, and constraints are used where necessary. check-in: ae1ac5736f user: dkf tags: trunk
20:03
corrected test name duplication check-in: 66716f7cec user: dgp tags: trunk
19:41
* tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as * tclIO.h: [SF Tcl Bug 462317],... check-in: 30839ce2a7 user: andreas_kupries tags: trunk
16:56
fix to 'file dirname' and to fs refCount documentation check-in: a1a411fa97 user: vincentdarley tags: trunk
13:29
Fix whitespace check-in: a6ae725c88 user: dkf tags: trunk
13:02
Fix whitespace check-in: ba2565e0a2 user: dkf tags: trunk
13:00
Fix whitespace and add test for case when pwd can generate an error check-in: 02d8df5801 user: dkf tags: trunk
12:56
Remove trailing whitespace check-in: 9c88269f07 user: dkf tags: trunk
12:51
Use constraints instead of conditional tests check-in: 7821428dbe user: dkf tags: trunk
12:48
Fix whitespace check-in: 4f5dc677cb user: dkf tags: trunk
12:44
Removed trailing whitespace check-in: 9d5a74f6f7 user: dkf tags: trunk
12:43
Converted from conditional tests into constrained tests check-in: 8de91905bc user: dkf tags: trunk
12:23
Remove trailing whitespace check-in: fee6f7c466 user: dkf tags: trunk
12:22
Standardize whitespace handling check-in: 9239f75c40 user: dkf tags: trunk
12:15
Convert conditional tests into constrained tests check-in: 511112a75c user: dkf tags: trunk
12:11
Standardize various minor aspects of test style check-in: 4d180748d7 user: dkf tags: trunk
12:08
Convert conditional testing into constraints check-in: 426ddcb562 user: dkf tags: trunk
10:55
Remove trailing whitespace check-in: 1beda09dc2 user: dkf tags: trunk
10:54
Use constraints, not conditional tests check-in: 484d1a14f8 user: dkf tags: trunk
10:47
Remove trailing whitespace check-in: f1ee4c721b user: dkf tags: trunk
10:46
Use contraints, not conditional tests. check-in: f5f61ea0f3 user: dkf tags: trunk
10:42
Use constraints, not conditional invokation of test. check-in: 492e74696a user: dkf tags: trunk
10:38
Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. check-in: e7adb792f8 user: dkf tags: trunk
2004-05-18
21:45
* compat/strftime.c (_fmt, ISO8601Week): * doc/clock.n: * tests/clock.test: Major rework to the ha... check-in: d89c598ef2 user: kennykb tags: trunk
21:29
Added example check-in: 7428588e2d user: dkf tags: trunk
21:13
Added example check-in: e805bcd03d user: dkf tags: trunk
20:59
Whitespace fix. check-in: 5f7a972b66 user: dkf tags: trunk
20:47
Minor whitespace fix. check-in: 6eadbd0c06 user: dkf tags: trunk
20:05
no message check-in: 5ff4878786 user: davygrvy tags: trunk
20:02
* win/makefile.vc: now generates a tclConfig.sh from Pat Thoyts [Patch 909911] check-in: 285d80601d user: davygrvy tags: trunk
12:54
Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth! check-in: 20ee0b59f1 user: dkf tags: trunk
12:30
Ensure that single quotes don't come at the start of a line, even when quoted. check-in: 3797a336d5 user: dkf tags: trunk
12:28
More adaptations to understand .SS macros. check-in: 86d6a29be3 user: dkf tags: trunk
12:16
Added support .SS macros. check-in: 9787bb4896 user: dkf tags: trunk
10:52
Added documentation for TIP#143 limits and a few interesting examples. check-in: 9d5627e4ac user: dkf tags: trunk
10:13
Stop a compiler warning. check-in: 5ccb64246a user: dkf tags: trunk
09:29
Tests of limit-exceeded callbacks and make sure that those callbacks can remove the limits if they s... check-in: b996406579 user: dkf tags: trunk
02:01
* generic/tclExecute.c (TclExecuteByteCode): added comments to classify the variables according to... check-in: 0f986b08da user: msofer tags: trunk
2004-05-17
22:31
Added example check-in: bc2e40c928 user: dkf tags: trunk
22:23
Added example check-in: 66a8599fef user: dkf tags: trunk
21:42
Changed test back to what it used to be in 7.* now that [set] counts as a real command once again. :... check-in: ad85b9e03a user: dkf tags: trunk
21:30
Improved TIP#143 tests and now track the number of bytecoded commands better. check-in: 37a66100cf user: dkf tags: trunk
15:16
Example updates/additions. check-in: afd4235d63 user: dkf tags: trunk
10:38
fix to case sensitive 'file executable' on Windows check-in: f33a25c7f1 user: vincentdarley tags: trunk
09:19
Docbug. [Bug 953374] check-in: 2ce4a70a31 user: dkf tags: trunk
02:36
(FIXED PATCH) * generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for co... check-in: 1876b652ee user: msofer tags: trunk
02:16
oops ... reverting last (buggy) commit check-in: cd132c83f4 user: msofer tags: trunk
02:06
* generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for compiledLocals ad... check-in: affd3ce76c user: msofer tags: trunk
2004-05-16
22:26
* generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restored (DE)CACHE_STACK_INFO pair around the ca... check-in: cb076b3780 user: msofer tags: trunk
20:23
* generic/tclBasic.c (Tcl_DeleteInterp): * generic/tclExecute.c (INST_START_CMD): interp deletion ... check-in: 7463ae8f6c user: msofer tags: trunk
17:25
* generic/tclCompile.h: * generic/tclCompile.c: * generic/tclExecute.c: changed implementation of... check-in: 73b4cc9518 user: msofer tags: trunk
2004-05-14
21:43
2004-05-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: Promoted TclpLocaltim... check-in: 44753d7a62 user: kennykb tags: trunk
19:15
* generic/tclExecute.h: * generic/tclCompile.h: the math functions receive a pointer to top of th... check-in: 787f793f30 user: msofer tags: trunk
15:38
Expanding the tests avilable for TIP#143 features. Now check that basic syntax is verified. check-in: 5105e116f3 user: dkf tags: trunk
2004-05-13
20:31
Very minor updates to comments/whitespace check-in: c2971727f9 user: dkf tags: trunk
13:00
Regen check-in: 987621e4d3 user: dkf tags: trunk
12:59
TIP#143 implementation; still needs docs and more tests... check-in: 9736fa23ed user: dkf tags: trunk
10:12
TIP#129 implementation. Probably also much more breakage in the test suite too check-in: a353a77e5d user: dkf tags: trunk
2004-05-12
17:43
Optimisations for INST_START_CMD [Bug 926164]. * generic/tclCompile.c (TclCompileScript): avoid em... check-in: 5cb41c73c3 user: msofer tags: trunk
2004-05-11
21:31
Added examples check-in: 85e02c65c3 user: dkf tags: trunk
21:20
More and deeper examples. check-in: 78fbcf1f6f user: dkf tags: trunk
14:09
documentation for glob -types d with symbolic links check-in: f639a6109c user: vincentdarley tags: trunk
09:08
Another example and a bit more clarity. check-in: e181a7fb0f user: dkf tags: trunk
2004-05-10
22:10
Added examples. check-in: 4d228aad1e user: dkf tags: trunk
21:52
no message check-in: b49be47946 user: davygrvy tags: trunk
21:50
(BuildCommandLine): Use the existence of contents in the linePtr rather than the scratch DString pos... check-in: a61e2cbe44 user: davygrvy tags: trunk
20:52
no message check-in: b0d14299e3 user: davygrvy tags: trunk
20:51
(TclpCreateProcess): When under NT, with no console, and executing a DOS application, the path primi... check-in: 46bf8afe88 user: davygrvy tags: trunk
19:02
no message check-in: 9f9827d374 user: davygrvy tags: trunk
19:00
(BuildCommandLine): Moved non-obvious appending logic to outside the loop and added commentary for i... check-in: 27f73a8f9e user: davygrvy tags: trunk
18:50
had to raise the size of the tls extension due to it getting rather fat when built statically to Ope... check-in: c9927422f7 user: davygrvy tags: trunk
2004-05-08
15:51
fix to some compiler warnings check-in: d007991f55 user: vincentdarley tags: trunk
04:06
Refixed bug 789040 check-in: b1a423e026 user: chengyemao tags: trunk
03:48
Refix bug 789040 re-entered in rev 1.41 check-in: 2307b4865d user: chengyemao tags: trunk
2004-05-07
23:29
Added yet more examples. check-in: f4ee589069 user: dkf tags: trunk
22:29
correcting Changelog entry check-in: 49ec9e9ec8 user: msofer tags: trunk
22:26
* doc/unset.n: added upvar.n to the "see also" list check-in: c9f601b087 user: msofer tags: trunk
20:01
* generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded nul... check-in: 8f3d0b5efd user: rmax tags: trunk
07:44
vfs glob root volume fix check-in: 265c17a987 user: vincentdarley tags: trunk
2004-05-06
04:41
* generic/tclInt.h: * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObj... check-in: 2fd4458c65 user: msofer tags: trunk
2004-05-05
23:08
More examples. check-in: 9e584cedfe user: dkf tags: trunk
22:08
More examples. check-in: 2a48f5e012 user: dkf tags: trunk
21:35
* tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to cons... check-in: d693e3ddf2 user: dgp tags: trunk
20:52
Remove reference to totally non-existant API. [Bug 848440] check-in: e6b525f22a user: dkf tags: trunk
19:01
no message check-in: c3b4b384aa user: davygrvy tags: trunk
18:59
added the tls extension to the list of preferred load addresses. check-in: 4950ba6ff0 user: davygrvy tags: trunk
18:29
no message check-in: bd37c29f4b user: davygrvy tags: trunk
18:28
(TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved to before the hash table itereat... check-in: debd8d0a67 user: davygrvy tags: trunk
18:24
no message check-in: 0265e290e9 user: davygrvy tags: trunk
18:22
(SocketEventProc) : connect errors should fire both the readable and writable handlers because this ... check-in: 4e5d3d1807 user: davygrvy tags: trunk
2004-05-04
22:31
* tests/fileSystem.test (filesystem-1.39): replace 'file volumes' * tests/fileName.test (filename-... check-in: ed9c4624de user: hobbs tags: trunk
22:30
* tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME check-in: 92a57eee87 user: hobbs tags: trunk
20:09
* generic/tclAlloc.c: Make sure Tclp*Alloc* routines get * generic/tclInt.... check-in: fa36b89dd4 user: dgp tags: trunk
19:50
* tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauva... check-in: 663ebdf999 user: dgp tags: trunk
13:27
Remove accidental check-in of TIP#143 code. D'oh! check-in: 42837be8a8 user: dkf tags: trunk
12:36
Suppress a signed-ness warning. check-in: d169588cd0 user: dkf tags: trunk
03:52
* Applied [SF Tcl Patch 868853], fixing a mem leak in TtySetOptionProc. Report and Patch provid... check-in: c3c471c6f5 user: andreas_kupries tags: trunk
03:20
* generic/tclProc.c (TclCreateProc): comments corrected. check-in: 06127b2ec4 user: msofer tags: trunk
02:44
slight improvement to last commit check-in: eb4fd595f3 user: msofer tags: trunk
02:38
* generic/tclCompile.c (TclCompileScript): setting the compilation namespace outside of the loop. check-in: cfb70aec1f user: msofer tags: trunk
2004-05-03
19:59
* generic/tclCompile.c: * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, restorin... check-in: 6fb7967f71 user: msofer tags: trunk
17:04
* win/tclWin32Dll.c (TclpCheckStackSpace): * tests/stack.test (stack-3.1): Fix for undetected stack... check-in: 09e1a5fa63 user: kennykb tags: trunk
14:28
* library/init.tcl: Corrected unique prefix matching of interactive command comp... check-in: ce81789cb4 user: dgp tags: trunk
2004-05-02
21:04
cleaning up after new test in last commit check-in: 80d0b4a5bd user: msofer tags: trunk
20:49
* generic/tclProc.c (TclObjInvokeProc): * tests/proc.test (proc-3.6): fix for bad quoting of multi... check-in: 6cec340edc user: msofer tags: trunk
2004-04-30
22:45
More examples check-in: c3ad95d89b user: dkf tags: trunk
20:25
More examples check-in: 9acc202ce0 user: dkf tags: trunk
20:06
* generic/tclInt.h: Replaced Kevin Kenny's temporary * generic/tclThread... check-in: 6e87dc0c78 user: dgp tags: trunk
17:45
* generic/tclThreadAlloc.c: Added a temporary (or so I hope!) inclusion of "tclWinInt.h" to avoid p... check-in: 4b0c81f8a4 user: kennykb tags: trunk
15:28
More examples check-in: 2b96706439 user: dkf tags: trunk
2004-04-29
20:40
* tests/execute.test (execute-8.2): Avoid crashes when there is limited system s... check-in: 81cb859d65 user: dgp tags: trunk
2004-04-28
13:11
* doc/global.n: * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11... check-in: 5d0701ae85 user: msofer tags: trunk
10:27
Minor docfix [Bug 943448] check-in: 4241c2e366 user: dkf tags: trunk
2004-04-27
17:17
A little source clean-up with the allocOnce variable. check-in: b50ffc369b user: davygrvy tags: trunk
2004-04-26
15:51
* unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper positioning of retu... check-in: 85af5d904c user: dgp tags: trunk
14:38
Doc updates from David Welton [Patches 941377,941380] check-in: 89a905deda user: dkf tags: trunk
09:47
Stronger wording & example. [Bug 940843] check-in: 8fb1bd38c6 user: dkf tags: trunk
09:16
Reworked to remove references to testing interfaces and instead promote the use of the Thread packag... check-in: c1afb98822 user: dkf tags: trunk
2004-04-25
20:13
* generic/tcl.h: Removed obsolete declarations and #include's. * generic/tclI... check-in: dfc6ba9c70 user: dgp tags: trunk
2004-04-24
07:49
no message check-in: 61ca6eb5bd user: davygrvy tags: trunk
07:45
(DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH case. We're not interested ... check-in: e52275fb00 user: davygrvy tags: trunk
05:59
* generic/tclPort.h: * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922... check-in: 7b1e19cea3 user: das tags: trunk
2004-04-23
23:38
* generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug 930851]. When changing the eofchar ... check-in: 81e0f61614 user: andreas_kupries tags: trunk
14:05
Filling in names for email addresses in the "old days" Also cleaning up of extra whitespace check-in: ea28493186 user: dkf tags: trunk
12:09
fix to two filesystem bugs: more consistent file separator proc and correct Tcl_FSJoinPath return va... check-in: 3ff4ef9b0c user: vincentdarley tags: trunk
08:58
no message check-in: e1358102d6 user: davygrvy tags: trunk
08:57
(Tcl_MakeFileChannel) : Case for CloseHandle returning zero and not throwing a RaiseException(EXCEPT... check-in: 47c3ea8fa5 user: davygrvy tags: trunk
07:44
no message check-in: a108bd5607 user: davygrvy tags: trunk
07:41
Removed my mistake of adding an exit handler to TclWinInit. TclWinEncodingsCleanup called from TclFi... check-in: e17820f46c user: davygrvy tags: trunk
07:20
* generic/tclInt.h: * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWin... check-in: 4b5a57a7d3 user: davygrvy tags: trunk
07:12
* win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is called from the stack frame of DllMain... check-in: a611d2286e user: davygrvy tags: trunk
03:30
speling errors corrected check-in: cc5e667e18 user: davygrvy tags: trunk
02:06
no message check-in: 7113cecc83 user: davygrvy tags: trunk
02:04
TclSetLibraryPath's use of caching the stringrep of the pathPtr object to TclGetLibraryPath called f... check-in: a11dd04e99 user: davygrvy tags: trunk
2004-04-22
22:36
Improvements to examples by DKF check-in: 44c80620ce user: dkf tags: trunk
14:36
Documentation clarification from David Welton. check-in: bb1b20f6ec user: dkf tags: trunk
12:55
Spelling... :^/ check-in: 4462f1f80c user: dkf tags: trunk
12:48
More examples, this time from Arjen Markus and Donal Fellows. check-in: 4a3c53bd3b user: dkf tags: trunk
2004-04-21
21:31
Added note about a safe and useful mode of update to a hash being iterated over. check-in: 93b6b6965f user: dkf tags: trunk
19:31
Added example from David Welton. [Patch 939473] check-in: 18130b67a5 user: dkf tags: trunk
12:03
Added examples from David Welton. [Patch 938820] check-in: 45e98bcfce user: dkf tags: trunk
2004-04-20
02:17
no message check-in: 698eb2ad8f user: davygrvy tags: trunk
02:15
Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem because its ref count was increme... check-in: 1a96071212 user: davygrvy tags: trunk
02:11
no message check-in: 87d9c0eee4 user: davygrvy tags: trunk
02:10
Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freed for Tcl_Finalize. check-in: 720eaf6d1b user: davygrvy tags: trunk
2004-04-19
22:47
Added example from David Welton. [Patch 938056] check-in: ed861a9487 user: dkf tags: trunk
18:40
Corrected "short circuit" conversion of int to double. Reported by Jeff Hobbs on the Tcl'ers Chat. check-in: da1bb47e4b user: kennykb tags: trunk
2004-04-16
22:20
Add more examples to documentation along the lines of David Welton's project. check-in: ea6d0755de user: dkf tags: trunk
20:44
Corrected type error in synopsis. check-in: 54aab9286c user: dgp tags: trunk
17:33
fix to utime documentation check-in: 324ffb86f6 user: vincentdarley tags: trunk
12:58
Added example from [Patch 936245] from David Welton. Also some other minor bits of doc cleanup. check-in: 74859d7a2c user: dkf tags: trunk
10:28
Added example based on [Patch 935911] from David Welton. check-in: 2711d9fa66 user: dkf tags: trunk
2004-04-15
21:06
Fix minor fault in [clock clicks] error message. check-in: 2ddd40daa4 user: dkf tags: trunk
2004-04-07
22:04
* win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE is also a unicode platform. * ge... check-in: 3ba3231a5b user: hobbs tags: trunk
21:10
* win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, * win/configure.in: TCL_LIB_SPEC, TCL... check-in: a7ac48274b user: hobbs tags: trunk
15:54
fix to comment (bug 931148) check-in: 29dfb99e4e user: vincentdarley tags: trunk
2004-04-06
22:37
Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked the Tcl header fi... check-in: ea09659fdc user: dgp tags: trunk
22:25
Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked... check-in: 2e5b18c85c user: dgp tags: trunk
14:35
* tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8.... check-in: 8eebfd07af user: dgp tags: trunk
08:45
root interacts badly with access(...,X_OK) [Bug 929892] check-in: 4134751ce4 user: dkf tags: trunk
2004-04-02
21:11
add thanks check-in: 3ad41eca5c user: dgp tags: trunk
20:07
* generic/tclCompile.c: * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced... check-in: dca13b4dc1 user: msofer tags: trunk
18:54
* generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. check-in: dcd82a5757 user: msofer tags: trunk
17:39
* tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 9283... check-in: 6027154766 user: dgp tags: trunk
2004-04-01
15:07
* generic/tclInt.h: Removed obsolete tclBlockTime* declarations. [Bug 926454] check-in: f9118983f5 user: dgp tags: trunk
11:13
cross-filesystem boundary glob fix check-in: 5aa612eb19 user: vincentdarley tags: trunk
2004-03-31
18:51
date fix check-in: fcc88eb7e4 user: dgp tags: trunk
18:51
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msg... check-in: 55d1d19622 user: dgp tags: trunk
18:13
Add comment for TCL_TOKEN_EXPAND_WORD flag check-in: 82b2f2dd60 user: dgp tags: trunk
02:12
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] check-in: 84a1e2ed53 user: dgp tags: trunk
02:03
* library/msgcat/msgcat.tcl: Updated internals to make use of * library/msgcat/pk... check-in: 45053de92d user: dgp tags: trunk
2004-03-30
22:27
More hash function cleaning up. check-in: f32595c386 user: dkf tags: trunk
21:34
Fixed object hashing bozo-ness. The code as it stood looked like a cargo-cult hangover from the has... check-in: 9a948a8375 user: dkf tags: trunk
19:17
* generic/tclExecute.c (TEBC): reverting to the previous method for async tests in TEBC, as the ne... check-in: 41f93f469a user: msofer tags: trunk
16:22
* generic/tclCompile.c: New instruction code INST_START_CMD * generic/tclCompile.h: that a... check-in: f7f63d8e13 user: msofer tags: trunk
16:13
Corrected case: Filesystem.h -> FileSystem.h check-in: 95ac488c9c user: dgp tags: trunk
15:35
fix to glob with volume relative paths, bug 898238 check-in: 420ac4b311 user: vincentdarley tags: trunk
09:56
fix to Tcl bug 918320 check-in: 6693f94672 user: vincentdarley tags: trunk
2004-03-29
16:35
overlooked update to tests. check-in: 3e60c7abe4 user: dgp tags: trunk
15:47
* generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to incomplete scripts... check-in: 98d02c1264 user: dgp tags: trunk
02:18
Changelog fix check-in: 62378ec1ea user: msofer tags: trunk
02:09
* generic/tclCompile.c (TclCompileScript): corrected possible segfault when a compilation returns ... check-in: 6dd42cd8f5 user: msofer tags: trunk
2004-03-28
00:48
* doc/array.n: added documentation for trace-realted behaviour of 'array get' [Bug 449893] check-in: 6b87fc6495 user: msofer tags: trunk
2004-03-26
22:35
a bit more detail in the changes file about new package versions check-in: 102ee64a59 user: dgp tags: trunk
19:47
* README: Bumped version number to 8.5a2 to * tools/tcl.wse.in: di... check-in: 2894e72102 user: dgp tags: trunk
19:04
fixed another volume-relative file normalization problem check-in: 82c15c433d user: vincentdarley tags: trunk
18:45
fix to windows volume-relative path normalization check-in: 7e000dfba5 user: vincentdarley tags: trunk
2004-03-24
21:54
Silly bug found originally by Damon Courtney. [922752] check-in: fa1b9ceadb user: dkf tags: trunk
2004-03-23
09:00
Docfix. [Bug 921464] check-in: 2a45eac74c user: dkf tags: trunk
2004-03-19
18:43
Added CONST to TclpGetTime declaration and `make genstubs` check-in: c981f6dd1e user: dgp tags: trunk
18:34
Include tclInt.h instead of tclPort.h to fix building on Solaris. check-in: b18183a7f0 user: rmax tags: trunk
18:33
Made HEAD build on Windows VC++ again. check-in: 6610e1aa01 user: kennykb tags: trunk
16:15
Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. check-in: 01243a7c07 user: dkf tags: trunk
16:05
autoconf-2.57 check-in: e0539e53b3 user: dgp tags: trunk
2004-03-18
19:03
*** empty log message *** check-in: 2b1ba2f519 user: rmax tags: trunk
19:01
* unix/tcl.m4: Removed -Wno-strict-aliasing. check-in: fb21d8b68d user: rmax tags: trunk
18:55
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: dab531a337 user: rmax tags: trunk
18:54
* generic/tclNamesp.c: Added temporary pointer variables to work * generic/tclStubLib.c: around w... check-in: fd479acbdb user: rmax tags: trunk
18:50
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: c4cc68d13f user: rmax tags: trunk
2004-03-17
19:29
Reverted changes to tcltest so that it can still support Mac when copied to Mac systems (only requir... check-in: 990a5ef147 user: dgp tags: trunk
18:45
Removed support for Mac OS Classic platform [Patch 918142] check-in: 843d7d5bb5 user: das tags: trunk
18:14
Removed support for Mac OS Classic platform [Patch 918142] check-in: b6330dbac7 user: das tags: trunk
00:57
Slightly better docs for [lsearch]'s advanced capabilities check-in: da98392a5d user: dkf tags: trunk
2004-03-16
22:19
* doc/catch.n: Compiled [catch] no longer fails to catch syntax errors. Removed th... check-in: 4a8f2f7e68 user: dgp tags: trunk
19:54
* unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to suppress useless type puning wa... check-in: 152b2ad062 user: hobbs tags: trunk
10:48
Formatting fix. [Bug 917171] check-in: aa6ebc91ca user: dkf tags: trunk
03:40
no message check-in: d8fddcf655 user: davygrvy tags: trunk
03:40
* win/tclWinNotify.c: Fixed a mistake where the return value of MsgWaitForMultipleObjectsEx for "a m... check-in: 7d7363280b user: davygrvy tags: trunk
2004-03-12
23:21
Implementation of [dict merge] subcommand, based on [FRQ 745851] check-in: 1ce578a9ea user: dkf tags: trunk
2004-03-10
16:01
* generic/tclGetDate.y (TclGetDate): Fix so that [clock scan <timeOfDay> -gmt true] uses the GMT b... check-in: 3256bce743 user: kennykb tags: trunk
2004-03-09
13:34
Fixed incorrect reporting of OS version for DJGPP. This known misinterpretation of uts_name struct f... check-in: ad2ec2e5bb user: vbwagner tags: trunk
13:32
Removed undefining of extra error codes for DJGPP. It is not needed when Waterloo TCP 32 is properly... check-in: 84ea012850 user: vbwagner tags: trunk
12:59
fixed typos in documentation and comments check-in: 720c4fb879 user: vincentdarley tags: trunk
12:57
glob -path fix for near filesystem root check-in: 43b58eb623 user: vincentdarley tags: trunk
12:54
glob -path fix for near filesystem root check-in: cd921511a7 user: vincentdarley tags: trunk
2004-03-08
16:34
* generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c... check-in: ffd089be31 user: dgp tags: trunk
01:53
reformatted a comment I had once moved so it doesn't exceed 74 colums. check-in: c3199a26cf user: davygrvy tags: trunk
01:51
some silly reformatting changes to remove useless whitespace. check-in: 958f519d14 user: davygrvy tags: trunk
01:50
added a slot position for a project of my own. check-in: 0f0dfb3fa4 user: davygrvy tags: trunk
01:50
Checks MSDevDir, not MSVCDir envar. check-in: b5776c465d user: davygrvy tags: trunk
2004-03-05
21:27
* win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * w... check-in: 2dd40b62f0 user: mdejong tags: trunk
16:36
* generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for t... check-in: 6b18cc1df5 user: kennykb tags: trunk
15:48
* tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language ... check-in: 2c9ca622ea user: kennykb tags: trunk
14:06
hidden unix-specific implementations of file volumes and file attributes under #ifndef DJGPP. Added ... check-in: 8616737a8a user: vbwagner tags: trunk
2004-03-04
23:25
* generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse.... check-in: c12d51f5d1 user: dgp tags: trunk
23:02
Applied fix from #766159 for Win98 registry to skip unicode tests. check-in: a3e24a02e0 user: patthoyts tags: trunk
22:39
* generic/tclParse.c (InitParse): Factored the common code for initializing a ... check-in: e4a6a58133 user: dgp tags: trunk
15:10
Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the T... check-in: e9c5a80862 user: patthoyts tags: trunk
09:40
Fix minor syntax problems. [Bug 909288] check-in: 285f8155e0 user: dkf tags: trunk
2004-03-03
23:58
minor doc fixes for html conversion check-in: 19368459df user: hobbs tags: trunk, core-8-5-a1
23:26
whitespace mods check-in: c108dc0c63 user: hobbs tags: trunk
23:26
note TIP#124 changes check-in: d80a777066 user: hobbs tags: trunk
22:49
updated changes for 8.5a1 check-in: 5f997cc298 user: hobbs tags: trunk
10:47
no message check-in: 736b7a5a56 user: davygrvy tags: trunk
10:47
fixed some commentary. check-in: 61969488ef user: davygrvy tags: trunk
10:44
* win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to service "Asynchronous Procedu... check-in: cc0704a50f user: davygrvy tags: trunk
09:11
no message check-in: 6d1a4b90d2 user: davygrvy tags: trunk
09:10
default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. check-in: d5c1be6b3c user: davygrvy tags: trunk
2004-03-02
00:42
update patchlevel to 8.5a1 check-in: 28d3b065c8 user: hobbs tags: trunk
00:41
update HP-11 build libs setup check-in: a462c3aeae user: hobbs tags: trunk
2004-03-01
19:27
Update changes for 8.4.6 release. check-in: ff98c9801c user: dgp tags: trunk
18:01
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems... check-in: a2b66a2187 user: dgp tags: trunk
17:33
* generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (Test... check-in: fbc9a80268 user: dgp tags: trunk
2004-02-28
15:46
more robust tests check-in: afdde5e5e0 user: vincentdarley tags: trunk
15:45
removed 'the the' typos check-in: 6ba58f0303 user: vincentdarley tags: trunk
15:44
test and documentation fixes check-in: c98c5a8e85 user: vincentdarley tags: trunk
2004-02-26
09:10
* macosx/Makefile: fixed copyright year in Tcl.framework Info.plist check-in: 9ff2cb1d73 user: das tags: trunk
2004-02-25
23:56
* tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: ... check-in: 0fb8324d96 user: dgp tags: trunk
16:17
Missed a pointer dereference in check for NULL. D'oh! [904307] check-in: 53abe20838 user: dkf tags: trunk
14:50
Fix memleak with long hostnames. [Bug 888777] check-in: 0a8ace07ca user: dkf tags: trunk
14:12
* win/tclWinDde.c: Removed some gcc warnings - except for the -Wconversion warning for GetGlobalAt... check-in: ff97c10f82 user: patthoyts tags: trunk
2004-02-24
23:02
Regen check-in: 66634dd693 user: dkf tags: trunk
22:58
TIP#100 implementation largely based on work by Georgios Petasis. check-in: 4f599936a4 user: dkf tags: trunk
2004-02-23
10:43
Fix memleak. [Bug 902562] check-in: d3278367b9 user: dkf tags: trunk
2004-02-21
12:48
Fix memory leak on error path check-in: ccdf97e374 user: dkf tags: trunk
04:36
no message check-in: bc2376f3b3 user: davygrvy tags: trunk
02:17
(SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject returns a timeout. T... check-in: 5952fe710d user: davygrvy tags: trunk
2004-02-20
18:38
changes through 8.4.6 release check-in: 24cd087d17 user: dgp tags: trunk
2004-02-18
01:41
* doc/tcltest.n: * library/tcltest/tcltest.tcl: Changed -verbose default value to ... check-in: a6db62923b user: dgp tags: trunk
01:30
add constraints to unixInit-7.1 check-in: d30acaa0b8 user: hobbs tags: trunk
01:06
Whitespace police check-in: 10b901b784 user: dgp tags: trunk
2004-02-17
23:50
* tests/unixInit.test (unixInit-7.1): * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds ... check-in: 2f989b379a user: hobbs tags: trunk
20:55
Fix for my bozo-ness. [Bug 898910] check-in: 38a9d30743 user: dkf tags: trunk
04:56
* generic/tclTrace.c (TclTraceExecutionObjCmd) (TclTraceCommandObjCmd): fix possible mem leak in t... check-in: 9adbc9d47f user: hobbs tags: trunk
04:55
clarify info exists vs. variables return result check-in: dab52bb35a user: hobbs tags: trunk
2004-02-12
23:19
* win/tclWinInit.c (AppendEnvironment): Use the tail component of the passed in lib path instead ... check-in: dab9952df9 user: mdejong tags: trunk
2004-02-10
22:07
no message check-in: eaf3758d7d user: davygrvy tags: trunk
22:04
better macro grepping logic check-in: e404be82cc user: davygrvy tags: trunk
2004-02-08
01:44
speling check-in: 9902152912 user: davygrvy tags: trunk
01:38
minor bug fix for last commit. check-in: 35f211ff7b user: davygrvy tags: trunk
2004-02-07
21:47
no message check-in: 57e94ff38f user: davygrvy tags: trunk
21:47
* win/makefile.vc: * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the... check-in: cc4a3db7ed user: davygrvy tags: trunk