Tcl Source Code

Timeline
Login

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

8781 check-ins using file generic/tclGetDate.y version 7b3b76f504

2019-03-07
20:02
[39fed4dae5] Proposed test check-in: e130dc3db2 user: dgp tags: pkg-return-check
2019-01-25
13:58
Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: a82dbd61c9 user: dkf tags: core-8-6-branch
2019-01-22
16:52
Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't support this anymore check-in: 5f09219d79 user: jan.nijtmans tags: core-8-6-branch
2019-01-14
19:51
normalize package provide for tcltests 0.1 (declaration moved from pkgIndex.tcl to package source) check-in: d1a1d17e9c user: sebres tags: core-8-6-branch
17:04
mingw/win-autoconf build: provide tcltest-executable (for consistency reasons); normalizes loading p... check-in: b35d1cc2ea user: sebres tags: core-8-6-branch
10:00
win: allows testchmod to reset DELETE DACL-mask (repaired several tests winFCmd-6.*, winFCmd-9.3, th... check-in: eca78d8ebb user: sebres tags: core-8-6-branch
08:55
minor optimization: check length instead of content - don't touch other memory (so potentially fewer... check-in: 0d30c65682 user: sebres tags: core-8-6-branch
2019-01-13
15:37
Slightly simpler test for empty string, still covering all cases. Also prepare testpurebytesobj for ... check-in: e94a8f9c8f user: jan.nijtmans tags: core-8-6-branch
2019-01-11
16:29
provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as new test-facility "testpu... check-in: 1671ba2d5c user: sebres tags: core-8-6-branch
14:35
Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1817292d951f8c694b28c2b2... check-in: 58c46e74b9 user: jan.nijtmans tags: core-8-6-branch
2019-01-09
10:01
closes [cc1e91552c]: fixes lrange instruction on empty not canonical list (and acc. within expansion... check-in: 9d24a1b9db user: sebres tags: core-8-6-branch
2019-01-08
18:15
fixed missing dependency in test-cases "*io-60.1" (constraint-related) - missed load of tcltest-libr... check-in: 1688d8f73e user: sebres tags: core-8-6-branch
14:39
amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": variable isn't array} on nex... Closed-Leaf check-in: 098e8b701a user: sebres tags: bug-cc1e91552c
13:35
closes [cc1e91552c]: fixes lrange instruction on empty list, return original list only if it is cano... check-in: e364d7f9ff user: sebres tags: bug-cc1e91552c
13:29
bug [cc1e91552c]: added test cases showing the regression (expansion & lrange) check-in: a87460dbd4 user: sebres tags: bug-cc1e91552c
2019-01-07
01:15
merge back after cherry-picking (no functional changes) check-in: 6a6a71e5bf user: sebres tags: core-8-6-branch
2019-01-04
22:36
Merge 8.5 check-in: a0e74ab307 user: jan.nijtmans tags: core-8-6-branch
2019-01-03
20:48
Fix conflict with timezone() function in some MSVC versions check-in: 8ca7418824 user: jan.nijtmans tags: core-8-6-branch
2018-12-31
10:50
Update TZ info to tzdata2018i. check-in: 9b157ba760 user: jima tags: core-8-6-branch
2018-12-30
22:47
Fix [3cf3a939d3]: timezone deprecated in vc2017. Also remo... check-in: 60046a53c0 user: jan.nijtmans tags: core-8-6-branch
2018-12-29
23:15
Update TZ info to tzdata2018h. check-in: 9e7760bfc7 user: jima tags: core-8-6-branch
10:03
clock.test: resolve sporadic timing issues - "after 10" could cause pause >120ms on some platforms (... check-in: 850bca5d86 user: sebres tags: core-8-6-branch
2018-12-28
21:02
prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libtommath versions. check-in: 3e4d907d8e user: sebres tags: core-8-6-branch
19:54
resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-Warray-bounds] if compil... check-in: c012a9fd87 user: sebres tags: core-8-6-branch
2018-12-20
20:04
New test-cases (backported from 8.7) adapted for pre-TIP-502 behavior check-in: 86bec25d37 user: jan.nijtmans tags: core-8-6-branch
2018-12-18
19:52
Merge 8.5 check-in: 8fcba71408 user: jan.nijtmans tags: core-8-6-branch
2018-12-14
13:12
Why are we using rvm? Why? check-in: f79b38e8c7 user: dkf tags: core-8-6-branch
2018-12-03
20:32
Turn the trace command into an ensemble, removing the old obsolete forms of the command. This had c... Leaf check-in: 24937d8596 user: arjenmarkus tags: am-trace-ensemble
2018-11-29
21:06
relax the timings of 2 tests, which incidentally fail on Travis CI check-in: b493489463 user: jan.nijtmans tags: core-8-6-branch
2018-11-28
11:37
Make the type casting in TclSpellFix less horrific. It's still bad, but it is no longer ghastly. check-in: d8a8738329 user: dkf tags: core-8-6-branch
2018-11-22
14:44
fixed typo in prepro `#ifdef unix || __APPLE__` check-in: b68ecd2e5b user: sebres tags: core-8-6-branch
13:58
merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for pure relativ... check-in: 8e8688f048 user: sebres tags: core-8-6-branch
2018-11-20
13:51
More coverity issues check-in: 4bb243d127 user: dkf tags: core-8-6-branch
2018-11-16
20:26
merge release check-in: 7aa0a364d5 user: dgp tags: core-8-6-branch
18:45
[00d04c4f12] Repair broken edge cases in [binary encode base64]. Closed-Leaf check-in: 770e6649a4 user: dgp tags: release, core-8-6-9-rc, core-8-6-9
18:38
[00d04c4f12] Repair broken edge cases in [binary encode base64]. check-in: 4b91471ac4 user: dgp tags: core-8-6-branch
13:45
Clear up a bunch of small issues found by Coverity analysis. check-in: a7f216790f user: dkf tags: core-8-6-branch
2018-11-15
22:31
fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, etc). Closed-Leaf check-in: ea2419de23 user: sebres tags: bug-00d04c4f12
22:18
test cases for decode base64, bug [00d04c4f12], unfulfilled base64 (strict and non-strict mode, etc)... check-in: 60ba3af5db user: sebres tags: bug-00d04c4f12
16:55
merge release check-in: a05ae88980 user: dgp tags: core-8-6-branch
16:35
close fork check-in: 3cc27503c9 user: dgp tags: core-8-6-branch
16:34
merge 8.5 check-in: c6102118fb user: dgp tags: core-8-6-branch
08:05
Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No effect when TCL_UTF_MA... check-in: 504991e0b5 user: jan.nijtmans tags: core-8-6-branch
2018-11-14
23:47
conflict free merge check-in: 09e2ada97d user: dgp tags: dgp-refactor
23:40
merge forward more check-in: 84f0d67565 user: dgp tags: dgp-refactor
23:34
merge & resolve conflict check-in: 6162c8e671 user: dgp tags: dgp-refactor
03:31
Make socket tests less likely to hang on OSX check-in: a9645a9f4f user: dkf tags: core-8-6-branch
2018-11-12
09:51
Properly switch on running tests on Travis. CI builds now debugged. check-in: 0c54ff4afa user: dkf tags: core-8-6-branch
09:49
Cleaner way of writing environment variables Closed-Leaf check-in: 90f99deac2 user: dkf tags: travis-8.6
2018-11-11
15:07
Clean up Travis config now that it passes check-in: 84fd2da35c user: dkf tags: travis-8.6
2018-11-10
19:49
Merge updates from 8.6 branch. Leaf check-in: f7cfcb3c63 user: mistachkin tags: irontcl
10:22
merge 8.6 check-in: 3fad3dd263 user: dkf tags: travis-8.6
09:55
Build instructions tinkering check-in: ed1a132bde user: dkf tags: travis-8.6
09:39
Tracking down test failures check-in: fe96248270 user: dkf tags: travis-8.6
07:29
Make the macosx build able to succeed check-in: f9043c56b9 user: dkf tags: travis-8.6
2018-11-09
19:14
update changes check-in: 27603fe3a8 user: dgp tags: core-8-6-9-rc, rc4
16:42
[35a8f1c04a] Fix bad lengths when creating string rep of some lists. check-in: 0b52c3617e user: dgp tags: core-8-6-9-rc
16:03
merge 8.5 check-in: 9395c566ae user: dgp tags: core-8-6-branch
2018-11-08
17:32
typo check-in: 7c80fa0a4a user: dgp tags: core-8-6-9-rc
17:07
merge mark check-in: 8ce43103f1 user: dgp tags: core-8-6-branch
17:06
[86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure Repairs TIP 525 imple... check-in: 63b4305a16 user: dgp tags: core-8-6-9-rc
2018-11-07
19:22
Merge the Travis build rules more properly check-in: 707ed7291c user: dkf tags: travis-8.6
19:04
merge 8.6 branch check-in: 3f1bc7cd28 user: dkf tags: travis-8.6
18:56
[86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure check-in: c09518b7e2 user: dkf tags: core-8-6-branch
18:50
[86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure Closed-Leaf check-in: 604d3d2503 user: dkf tags: bug-86d249bcba
13:25
Rebase of travis config check-in: 039b93c56d user: dkf tags: travis-8.6
2018-11-02
17:18
Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and object/class mutation. check-in: 2b48a5d43c user: dgp tags: rc2, core-8-6-9-rc
2018-11-01
20:18
Start building this branch with Travis. See how far we get check-in: 30da84026a user: jan.nijtmans tags: core-8-6-branch
16:31
make dist check-in: cfb6cd8bde user: dgp tags: core-8-6-9-rc
15:26
update changes check-in: f737e06d9d user: dgp tags: core-8-6-9-rc
14:50
merge 8.6 check-in: 3cd8f26fb4 user: dgp tags: core-8-6-9-rc
14:46
Eliminate fallback attempts when broken strtod() routines are detected. This has long been creating ... check-in: 8bdef976bf user: dgp tags: core-8-6-branch
2018-10-30
20:41
Merge 8.5 check-in: c24ce3ea62 user: jan.nijtmans tags: core-8-6-branch
2018-10-29
19:55
merge-mark check-in: bf56d48b86 user: jan.nijtmans tags: core-8-6-branch
14:38
[TIP 525] Backport package tcltest 2.5 check-in: 09e38054c3 user: dgp tags: core-8-6-branch
14:10
merge mark check-in: 3e154a6355 user: dgp tags: core-8-6-branch
12:36
update changes check-in: aafe14c32e user: dgp tags: core-8-6-9-rc
12:28
merge 8.6 check-in: 36e9d2bfe1 user: dgp tags: core-8-6-9-rc
2018-10-28
10:07
merge-mark check-in: 005379c05d user: jan.nijtmans tags: core-8-6-branch
2018-10-27
19:43
merge-mark... well ... almost: Except for a missing <include> in tclWinDde.c check-in: db9d745b8d user: jan.nijtmans tags: core-8-6-branch
18:07
Update TZ info to tzdata2018g. check-in: 611723cfba user: jima tags: core-8-6-branch
2018-10-26
18:41
tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. tclWinDde.c: Backport improvements ... check-in: a82347c324 user: jan.nijtmans tags: core-8-6-branch
2018-10-23
23:34
update changes check-in: 9963208df5 user: dgp tags: core-8-6-9-rc
23:25
merge 8.6 check-in: d903344f9d user: dgp tags: core-8-6-9-rc
11:12
Expand the build matrix Closed-Leaf check-in: b1a7b72ac4 user: dkf tags: travis-8.6
2018-10-22
17:48
Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this! check-in: ceec01defd user: jan.nijtmans tags: core-8-6-branch
13:30
merge 8.6 check-in: 8361c27c69 user: dgp tags: core-8-6-9-rc
2018-10-21
10:17
Disable windows builds. Make test failures fatal. check-in: 051fd3862f user: dkf tags: travis-8.6
2018-10-20
21:00
Convert into a README for 8.6 check-in: fc607516e6 user: dkf tags: travis-8.6
20:57
Working on porting the travis config forward check-in: 7d9474c68f user: dkf tags: travis-8.6
2018-10-19
15:51
Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be used by Tk 8.7 when link... check-in: f727d78283 user: jan.nijtmans tags: core-8-6-branch
09:59
Added another test case. This one is OK. check-in: 6c7a814452 user: dkf tags: core-8-6-branch
2018-10-18
21:40
Make the object mutation operation as unrestricted as possible. check-in: e4919cf16c user: dkf tags: core-8-6-branch
21:38
Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. Closed-Leaf check-in: 41c3abeb41 user: dkf tags: fix-oo-mutation
18:23
Update TZ info to tzdata2018f. check-in: 9a10412e0d user: jima tags: core-8-6-branch
14:58
Tests for advanced object mutation issues. check-in: b28dbc24bf user: dkf tags: fix-oo-mutation
2018-10-17
19:55
Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the co... check-in: 5fbb107638 user: jan.nijtmans tags: core-8-6-branch
16:12
Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). Let the test file t... check-in: fb856c43eb user: dgp tags: core-8-6-branch
16:06
Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, ... check-in: 51f1b3295b user: dgp tags: core-8-6-branch
16:03
Backport test fix. check-in: e4a56ecb9a user: dgp tags: core-8-6-branch
2018-10-15
12:49
typo check-in: 649c8cfe26 user: dgp tags: rc1, core-8-6-9-rc
2018-10-11
17:47
Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). Let the test file t... check-in: 679d63e4f6 user: dgp tags: core-8-6-9-rc
17:17
More updates to changes file. check-in: e576118ae8 user: dgp tags: core-8-6-9-rc
11:48
Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, ... check-in: 9e48ee9cb3 user: dgp tags: core-8-6-9-rc
11:31
Update URLs. changes file WIP. check-in: 6019792c8f user: dgp tags: core-8-6-9-rc
2018-10-10
23:04
Backport test fix. check-in: a5f5207521 user: dgp tags: core-8-6-9-rc
2018-10-09
19:27
Fix test-case macOSXFCmd-4.1, by assuring the files are sorted alphabetically always. The file-sytem... check-in: ad4bdf3aa8 user: jan.nijtmans tags: core-8-branch
18:52
Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL check-in: 3c5f9fbcbc user: dkf tags: core-8-branch
18:27
merge 8.6 check-in: fae0174e02 user: dgp tags: rc0, core-8-6-9-rc
18:24
Use the 4 argument form of [makeFile]. check-in: 85248d5e90 user: dgp tags: core-8-6-branch
18:12
Merge 8.7 Add Unsigned functions to the implementation. TIP text is still far behind describing what... check-in: 9e83b1442d user: jan.nijtmans tags: tip-481
17:56
Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (conditional now, so avo... check-in: d25d034991 user: dkf tags: core-8-branch
17:55
Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (conditional now, so avo... check-in: 2c4e477519 user: dkf tags: core-8-6-branch
16:59
Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (conditional now, so avo... Closed-Leaf check-in: b01ec030e9 user: sebres tags: core-8-6-branch-split
13:51
merge 8.6 check-in: 6b5cda39f6 user: dgp tags: core-8-6-9-rc
08:21
Improve documentation of [tcl::process] check-in: 39c1d8084d user: dkf tags: core-8-branch
2018-10-08
22:32
Tcl_GetStringFromObj -> Tcl_GetString check-in: e6d2130f9e user: jan.nijtmans tags: core-8-branch
22:22
Re-base to 8.7 check-in: e007a2ab3c user: jan.nijtmans tags: tip-481
20:47
Fix MSVC warning: warning C4146: unary minus operator applied to unsigned type, result still unsign... check-in: e03ac1dc7c user: jan.nijtmans tags: core-8-branch
19:08
TIP #514 implementation: Platform differences in handling int/wide check-in: d0f4e9da90 user: jan.nijtmans tags: core-8-branch
18:50
Merge 8.7 check-in: 490cd4ad13 user: jan.nijtmans tags: trunk
18:34
Merge 8.6 Also fix startup problems on win32, when the encoding path contains invalid UTF-8 (report... check-in: 59a19cdee3 user: jan.nijtmans tags: core-8-branch
2018-10-07
20:26
Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString, and let it return NULL... check-in: 2d904bee38 user: jan.nijtmans tags: core-8-6-branch
19:34
Centralise the de-fanging of standard ensembles in safe interpreters. Doing it right once is easier ... check-in: 82111a0a9f user: dkf tags: core-8-branch
12:25
Add better error reporting to zipfs. check-in: 528125ba5e user: dkf tags: core-8-branch
2018-10-06
17:22
Merge 8.7 check-in: 4cb9548991 user: jan.nijtmans tags: trunk
17:12
protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return empty string in that c... check-in: 159c6f011e user: jan.nijtmans tags: core-8-branch
16:49
More regularizing of function names, field names and testing styles check-in: 81f25838fc user: dkf tags: core-8-branch
13:07
More cleaning up. check-in: af123454bf user: dkf tags: core-8-branch
06:41
Cleanup work on zipfs(n) check-in: f784f86470 user: dkf tags: core-8-branch
06:22
More tidying up of zipfs check-in: a44a7860c9 user: dkf tags: core-8-branch
2018-10-05
21:22
Merge 8.7 check-in: 89a34ee2d1 user: jan.nijtmans tags: trunk
21:22
Merge 8.6 check-in: 3565334f08 user: jan.nijtmans tags: core-8-branch
20:54
Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They don't make any assumptio... check-in: 2d625d3ed3 user: jan.nijtmans tags: core-8-6-branch
19:41
merge 8.7 check-in: be2efc687a user: dgp tags: trunk
19:41
merge 8.6 check-in: cf145fd0f0 user: dgp tags: core-8-branch
19:40
merge 8.6 check-in: 1e5098bd52 user: dgp tags: core-8-6-9-rc
19:37
Bump version numbers for 8.6.9 release. check-in: 2ea5110611 user: dgp tags: core-8-6-9-rc
19:37
Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be NULL, but actually it ca... check-in: d07b4b62a1 user: jan.nijtmans tags: core-8-6-branch
17:20
Post-TIP 505 editing of [lreplace] documentation. check-in: 5248aa423d user: dgp tags: core-8-6-branch
2018-10-04
19:27
Merge 8.7 check-in: fee1f31b36 user: jan.nijtmans tags: trunk
19:26
Merge 8.6 check-in: 76426fbce3 user: jan.nijtmans tags: core-8-branch
19:22
In registry, protect "keyName" from being NULL: This actually can lead to crashed (I experienced thi... check-in: e50f377785 user: jan.nijtmans tags: core-8-6-branch
10:42
Clean up zipfs implementation a bit. check-in: 68c4072e30 user: dkf tags: core-8-branch
08:06
merge 8.7 check-in: 2bd3f2f928 user: sebres tags: trunk
08:04
fixed TclGetWideBitsFromObj - minus applied to unsigned type check-in: b4b3517f31 user: sebres tags: core-8-branch
07:27
Added Emacs metadata to a bunch of nroff source files. check-in: a79c0d0951 user: dkf tags: core-8-branch
2018-10-03
20:19
Merge 8.7 check-in: 4ef14738db user: jan.nijtmans tags: trunk
20:02
Merge 8.6 check-in: 252cdd0247 user: jan.nijtmans tags: core-8-branch
19:24
Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. Tcl_UtfToUniCharDString: ... check-in: 8ba821d1fd user: jan.nijtmans tags: core-8-6-branch
2018-10-01
18:01
Eliminating whitespace changes introduced by the prior checkin check-in: c43138d622 user: hypnotoad tags: core-8-branch
17:05
Pulling back in changes to fix testing on cross compiled static builds check-in: bc9e76e07e user: hypnotoad tags: core-8-branch
16:41
Adjust when tcl consults zipfs until AFTER it has checked that env(TCL_LIBRARY) has not been set check-in: 3581eefbc3 user: hypnotoad tags: core-8-branch
2018-09-30
23:12
Fixed the arguments that zipfs mount was sending in auto.tcl.

Standardized on 8 spaces instead of t... Closed-Leaf check-in: 1cfb1382f1 user: hypnotoad tags: static-zipfs-fix

22:21
Adding Zipfile to the list of products produced for builds check-in: 4bbeb0e52a user: hypnotoad tags: static-zipfs-fix
10:17
Adding logic for static builds to load a properly named zipfile in the present working directory if ... check-in: 2f6452d73b user: hypnotoad tags: static-zipfs-fix
2018-09-29
20:52
Merge 8.7 check-in: b8b9111660 user: jan.nijtmans tags: trunk
20:39
Add support for wine. So windows test-cases can now be run on Linux/Mac/whatever. check-in: 6cedb89399 user: jan.nijtmans tags: core-8-branch
08:51
More readability improvements to unix makefile check-in: 3a0455ee94 user: dkf tags: core-8-branch
2018-09-28
19:59
\Merge 8.7 Closed-Leaf check-in: bcc54d1577 user: jan.nijtmans tags: tip-502
19:58
Merge 8.7 Closed-Leaf check-in: b4a19593fb user: jan.nijtmans tags: tip-514
18:57
Merge 8.7 check-in: d812be8851 user: jan.nijtmans tags: trunk
18:49
Merge 8.6 check-in: 2f164e9d41 user: jan.nijtmans tags: core-8-branch
18:45
Another patch contributed by Gustaf Neumann: shifting negative numbers is undefined behavior in the ... check-in: 165586b224 user: jan.nijtmans tags: core-8-6-branch
18:21
nmake build fixes for zipfs (ongoing, zip attachments not done yet) check-in: eedd24aae1 user: jan.nijtmans tags: core-8-branch
13:59
Small fixes to unix makefile check-in: 781fa100a4 user: dkf tags: core-8-branch
09:54
Better phrasing from TIP 509 check-in: 3f7395e049 user: dkf tags: core-8-branch
09:50
Implement TIP 509: reentrant mutexes on all platforms check-in: 27777c925a user: dkf tags: core-8-branch
09:49
Clean up code style and add key phrases to documentation. Closed-Leaf check-in: c35c3a7455 user: dkf tags: tip-509
09:18
merge core-8-branch check-in: b3d9254efa user: dkf tags: tip-509
07:24
Fix minor typo check-in: bfedd422d9 user: dkf tags: core-8-branch
2018-09-27
21:46
Merge 8.7 check-in: bf6b97a33d user: jan.nijtmans tags: tip-502
21:38
Merge 8.7 check-in: eaf86378bc user: jan.nijtmans tags: tip-514
18:48
Batch of TIP implementations. check-in: 70b75d9401 user: dkf tags: trunk
11:08
Implementation of TIP 426: Determining the "Type" of Commands check-in: 4dbf61778e user: dkf tags: core-8-branch
11:06
Restricted the information made available to safe interpreters a bit. Closed-Leaf check-in: c4a98255c6 user: dkf tags: dkf-command-type
08:24
merge core-8-branch check-in: 9a5a54a549 user: dkf tags: dkf-command-type
08:22
Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values check-in: 22057095fa user: dkf tags: core-8-branch
08:19
Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values check-in: 125e27afcc user: dkf tags: core-8-6-branch
07:44
Updated documentation Closed-Leaf check-in: 61f5b23d57 user: dkf tags: tip-505
07:25
Implementation of TIP 516: More OO Slot Operations and TIP 515: Level Value Reform check-in: dbb8769937 user: dkf tags: core-8-branch
2018-09-26
23:17
Implementation of TIP 508: [array default] check-in: f2890e3bd5 user: dkf tags: core-8-branch
19:38
Merge 8.7 check-in: 6fd830bce3 user: jan.nijtmans tags: trunk
19:38
Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows in UNICODE mode. Also, ... check-in: ca34f32cb7 user: jan.nijtmans tags: core-8-branch
13:09
Improved comment. Closed-Leaf check-in: f0dd67ee95 user: dkf tags: tip-508
13:08
Make defaults work even when [upvar]ed to just a non-existent element. check-in: 6faaafb401 user: dkf tags: tip-508
09:47
merge core-8-branch check-in: 4c46bf91dd user: dkf tags: tip-508
08:12
Fix semantics of [lappend] with defaults in a procedure. check-in: c00fd7645a user: dkf tags: tip-508
2018-09-25
21:18
Merge 8.7 check-in: 784c4133aa user: jan.nijtmans tags: trunk
21:18
merge 8.6 check-in: a5de190036 user: jan.nijtmans tags: core-8-branch
21:16
Contributed patch from Gustaf Neumann, preventing problems where "localCachePtr" can be NULL check-in: 4515cab12b user: jan.nijtmans tags: core-8-6-branch
13:31
merge 8.7 check-in: 6b93e85592 user: dgp tags: tip-502
10:18
Added test cases for errors check-in: dbc98a020a user: dkf tags: tip-508
07:36
Corrected the semantics of [append] with defaults check-in: b9bb5ca2c1 user: dkf tags: tip-508
07:27
More correct variable existence checks check-in: c8e28d5855 user: dkf tags: tip-508
07:24
Correct variable existence check in [array default exists] check-in: c1203c50fd user: dkf tags: tip-508
07:24
merge core-8-branch check-in: 2ba5f17a18 user: dkf tags: tip-508
2018-09-24
23:33
Merge 8.7 check-in: e66802d6a7 user: jan.nijtmans tags: trunk
23:24
More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-byte. check-in: 050b7ee0e1 user: jan.nijtmans tags: core-8-branch
16:35
merge 8.7 check-in: 4ea2a61b0c user: dgp tags: trunk
16:19
merge 8.6 check-in: dad7a5e5dc user: dgp tags: core-8-branch
16:15
Silence debugging message in test suite. check-in: 66ab2e7785 user: dgp tags: core-8-6-branch
08:21
Add tests. Exposes quite a few bugs in the implementation... check-in: 95ffc97dca user: dkf tags: tip-508
2018-09-23
17:29
Added docs check-in: b7c36daff3 user: dkf tags: tip-508
16:42
merge core-8-branch check-in: 2de5d168ef user: dkf tags: tip-508
13:44
Merge 8.7 Remark: Almost all "http-tip-452.test" test-cases fail, most likely due to the internal ch... Leaf check-in: 3deacfe7db user: jan.nijtmans tags: tip-452
13:30
Merge 8.7 check-in: 16a16279ab user: jan.nijtmans tags: trunk
13:29
Merge 8.6 check-in: 0f532e7ca6 user: jan.nijtmans tags: core-8-branch
13:27
Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code c... check-in: 81db707b5c user: jan.nijtmans tags: core-8-6-branch
2018-09-22
19:42
Fix odd consequence for tests; ::tcltest namespace is usually present. check-in: 17304407a0 user: dkf tags: tip-452
16:51
Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-allocation of the buffer check-in: 24aadadf9c user: jan.nijtmans tags: core-8-branch
16:33
merge core-8-branch check-in: 938e58b7ab user: jan.nijtmans tags: tip-452
13:37
merge tip-515 branch check-in: 686effa0af user: jan.nijtmans tags: tip-514
13:24
Merge 8.7 Closed-Leaf check-in: 3e22a9b9f9 user: jan.nijtmans tags: tip-515
13:19
Merge 8.7 check-in: 4abebf3c7c user: jan.nijtmans tags: trunk
13:18
Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_MIN everywhere, because ... check-in: 59d28e540e user: jan.nijtmans tags: core-8-branch
12:54
merge tip-515 (which is pre-requisite for this TIP now) check-in: 1515c3f5e3 user: jan.nijtmans tags: tip-514
12:45
merge 8.7 check-in: 7160931bed user: jan.nijtmans tags: tip-515
12:30
merge-mark check-in: 3607532be8 user: jan.nijtmans tags: trunk
12:29
Fix a couple of test-cases, since http1.0 is no longer there check-in: 58773f387b user: jan.nijtmans tags: core-8-branch
12:06
merge 8.7 check-in: c4c4c34d7e user: jan.nijtmans tags: trunk
12:05
forgot one location for http version number check-in: 67ce3482fc user: jan.nijtmans tags: core-8-branch
10:23
merge 8.7 check-in: a64acdc836 user: jan.nijtmans tags: trunk
10:21
Merge 8.6 check-in: 4523c31275 user: jan.nijtmans tags: core-8-branch
10:20
Update http version number, and fix some related test-cases check-in: 0af5ddd97c user: jan.nijtmans tags: core-8-6-branch
10:09
Prevent possible build order problem, due to missing dde/registry dll's. Make sure that Tcl_WinTChar... check-in: 645fb65227 user: jan.nijtmans tags: core-8-branch
2018-09-21
13:12
Restore the core of the changes to init.tcl; TIP *specifies* that they're OK. check-in: a6272a9779 user: dkf tags: tip-452
09:29
merge core-8-branch check-in: 19797a97fe user: dkf tags: dkf-command-type
2018-09-20
13:41
merge bug-46b6edad51-concurrent-http check-in: 0d794ec27b user: kjnash tags: core-8-6-branch
2018-09-16
15:14
Undo TIP #452 change to library/init.tcl: It depends on tcltest, which shouldn't be there yet check-in: 8bbc67839c user: jan.nijtmans tags: tip-452
15:09
merge 8.7 check-in: 5dceea74b5 user: jan.nijtmans tags: tip-452
2018-09-15
18:41
merge 8.6 Closed-Leaf check-in: 82cbd9d626 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-09-13
20:52
merge 8.7 check-in: 0caf13a0cf user: jan.nijtmans tags: trunk
20:37
missing type-cast check-in: 236d98718e user: jan.nijtmans tags: core-8-branch
20:33
Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_WideInt equals "long lon... check-in: f89b8af179 user: jan.nijtmans tags: core-8-branch
20:31
Fix various test-cases, which started failing on Windows due to TIP #430 check-in: 88b8462136 user: jan.nijtmans tags: core-8-branch
20:30
Fix test-case registry-6.20, which started failing starting with the TIP #389 commit. check-in: 0db5ab91bb user: jan.nijtmans tags: core-8-branch
2018-09-12
19:44
compensate for the removal of the http1.0 directory check-in: 3759cf52ae user: jan.nijtmans tags: trunk
19:34
Merge 8.7 (TIP #430 implementation) check-in: d2d99b2173 user: jan.nijtmans tags: trunk
19:32
Stub fix, safe interpreter fix, and use more size_t wherever possible check-in: 5f80f9af59 user: jan.nijtmans tags: core-8-branch
19:30
TIP #430 implementation check-in: b74093feee user: jan.nijtmans tags: core-8-branch
2018-09-11
22:41
Make ready for TIP #494 compatibility Closed-Leaf check-in: da3a746b1d user: jan.nijtmans tags: core_zip_vfs-review
15:39
merge 8.7 check-in: 0c62aa4c94 user: dgp tags: dgp-string-insert
07:44
Simplify the slot resolution protocol Closed-Leaf check-in: 4c8cd0f799 user: dkf tags: tip-516
2018-09-10
15:28
Rebase TIP 505 implementation a patch for 8.6. check-in: 998387f679 user: dgp tags: tip-505
08:33
Tests and docs check-in: ede05afd63 user: dkf tags: tip-516
2018-09-09
17:05
slightly better: Use GetFileSizeEx() on win64 and GetFileSize on win32 check-in: d199aeb4b6 user: jan.nijtmans tags: core_zip_vfs-review
2018-09-08
21:49
TCL_NUMBER_WIDE -> TCL_NUMBER_INT. Two test-cases still failing check-in: c54622966e user: jan.nijtmans tags: tip-514
21:34
Bring back test-cases closer to what they were check-in: 9979924a94 user: jan.nijtmans tags: tip-514
21:29
Merge TIP-515 branch, so part of the corrections in the TIP-514 implementation branch now moved to t... check-in: 3e36e66ffe user: jan.nijtmans tags: tip-514
21:18
Merge core-8-branch check-in: 4c53b5eb75 user: jan.nijtmans tags: tip-515
12:52
Implementation of TIP 516 check-in: 84cceab204 user: dkf tags: tip-516
2018-09-07
22:27
Merge 8.7 check-in: a734a8dc22 user: jan.nijtmans tags: trunk
22:23
Merge 8.6 check-in: 4ccc3b6902 user: jan.nijtmans tags: core-8-branch
14:24
small code review (duplicate code removed) check-in: 019ea86cdd user: sebres tags: core-8-6-branch
12:11
merge 8.7 check-in: 792948e482 user: dgp tags: trunk
12:11
merge 8.6 check-in: e891020c32 user: dgp tags: core-8-branch
12:04
Added test for [631b4c45df]. check-in: 036c01e552 user: dgp tags: core-8-6-branch
12:04
merge 8.7 (segfault fix) check-in: 04f3cf7430 user: sebres tags: trunk
12:02
merge 8.6 (segfault fix) check-in: 0a8630528a user: sebres tags: core-8-branch
11:56
Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows. Minor improvement: a... check-in: db7a21f8e1 user: jan.nijtmans tags: core_zip_vfs-review
11:55
amend to [e8ab4d85fa], proc.test: extended with new test-case to cover situation like [631b4c45df] check-in: c4fe2825ef user: sebres tags: core-8-6-branch
10:45
closes [631b4c45df]: segfault by usage of wrong length (no string representation) check-in: e8ab4d85fa user: sebres tags: core-8-6-branch
09:53
TIP #515 implementation: Level Value Reform check-in: 132594906c user: jan.nijtmans tags: tip-515
2018-09-06
11:25
Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it overrides the entry for... check-in: fd6a7fd0d6 user: jan.nijtmans tags: core_zip_vfs-review
09:47
Code review check-in: 281daabd0b user: jan.nijtmans tags: core_zip_vfs-review
2018-09-05
13:45
Merge 8.7. Change some internal function signatures, accounting for the 64-bit era. check-in: 4280c4f9d0 user: jan.nijtmans tags: trunk
12:11
Minor code cleanup. win/tclWinPipe.c: Eliminate some compiler warnings on mingw-w64 win/tclWinNotif... check-in: 35eb0692c1 user: jan.nijtmans tags: core-8-branch
08:07
Merge 8.7 check-in: 6423bd55ee user: jan.nijtmans tags: tip-514
2018-09-04
19:47
merge core-8-branch check-in: cfb7564440 user: dkf tags: dkf-command-type
14:37
Merge 8.7 check-in: cbb275cb09 user: jan.nijtmans tags: trunk
14:37
Fix [540bed4bde]: binary format can result in "integer value too large to represent". Implemented a... check-in: c531497fcb user: jan.nijtmans tags: core-8-branch
2018-09-03
13:45
Merge 8.7 check-in: f6d6fc9952 user: jan.nijtmans tags: tip-514
12:54
merge 8.7 check-in: a3f4a31098 user: jan.nijtmans tags: trunk
12:53
Eliminate use of wideBiggerThanInt test constraint, since it's the same as {longIs32bit wideIs64bit}... check-in: 30126bea62 user: jan.nijtmans tags: core-8-branch
09:53
merge-mark check-in: 968bbeb1f0 user: jan.nijtmans tags: androwish
09:47
Backport latest improvements from androwish Closed-Leaf check-in: e4b5a9328b user: jan.nijtmans tags: zipfs
09:12
merge zipfs check-in: 4efd0e60fa user: jan.nijtmans tags: androwish
07:51
merge 8.6 check-in: cdff48505c user: jan.nijtmans tags: zipfs
2018-09-02
13:48
Implement TIP 478: Add Expected Class Level Behaviors to oo::class check-in: 98f765628e user: dkf tags: trunk
13:48
Implement TIP 478: Add Expected Class Level Behaviors to oo::class check-in: b9f75ba387 user: dkf tags: core-8-branch
2018-08-30
21:28
Merge 8.7, and improve TIP implementation (using utility function in more places) check-in: 47b67cd37d user: jan.nijtmans tags: tip-514
11:16
merge 8.7 check-in: 7432a9c1b1 user: sebres tags: trunk
11:14
merge 8.6 check-in: e1a218a447 user: sebres tags: core-8-branch
11:13
merge 8.5 check-in: 218e4fda50 user: sebres tags: core-8-6-branch
2018-08-29
19:30
Fix compilation on 32-bit platforms, and fix unit-tests in this environment check-in: 5598fa3c00 user: jan.nijtmans tags: tip-514
18:33
Minor code cleanup check-in: 5030362e08 user: jan.nijtmans tags: memory-API
18:07
merge trunk check-in: 158aa097ba user: jan.nijtmans tags: memory-API
17:02
merge 8.7 check-in: 0d751c2d81 user: sebres tags: trunk
17:01
merge 8.6 check-in: 9f791c2d99 user: sebres tags: core-8-branch
16:59
merge 8.5 check-in: 465511dc39 user: sebres tags: core-8-6-branch
16:55
small amend to [cae24931ed] (no _CRT_glob in both cases __GNUC__ || TCL_BROKEN_MAINARGS). check-in: 6ca696481e user: sebres tags: core-8-6-branch
15:55
partially cherry-picking of [5099a81b50], never reached 8.6, so for example build for MINGW breaks t... check-in: cae24931ed user: sebres tags: core-8-6-branch
15:49
code review after merge with 8.5 (restore usage of some functions, after lost by conflict resolving) check-in: 38c2f7331e user: sebres tags: core-8-6-branch
15:41
merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of batch-files for windows... check-in: 86e0fd3ecf user: sebres tags: core-8-6-branch
2018-08-28
22:28
Now, restore wide(), but make int() the same as entier(). Add new utility function. check-in: d6c1d88425 user: jan.nijtmans tags: tip-514
20:37
merge trunk check-in: 4dd4fa8b91 user: jan.nijtmans tags: novem
20:30
Eliminate static function AddObjErrorInfo, which is only used once check-in: 9af2a6e1c1 user: jan.nijtmans tags: trunk
19:23
merge trunk check-in: c0f9df1909 user: jan.nijtmans tags: novem
18:59
merge core-8-branch check-in: 364e4f0003 user: jan.nijtmans tags: trunk
2018-08-26
11:07
merge core-8-branch Closed-Leaf check-in: c253e68a51 user: dkf tags: tip-478
2018-08-21
21:36
improved reange checking (also for the Tcl 9.0 proposal). Make platform test platform 32/64-bit inde... check-in: 7ebb863e96 user: jan.nijtmans tags: tip-514
2018-08-19
09:33
Re-base branch "all-wideint" to core-8-branch. Still WIP check-in: 4932848e36 user: jan.nijtmans tags: tip-514
09:16
merge-mark check-in: 90a02cdaf2 user: jan.nijtmans tags: core-8-6-branch
09:13
Still WIP. All test-cases pass now in 32-bit Closed-Leaf check-in: a655e95f95 user: jan.nijtmans tags: all-wideint
2018-08-17
22:21
Merge 8.6 check-in: e3cb60581f user: jan.nijtmans tags: core-8-branch
22:15
Minor fix to entier(): Allow it to convert to "wideInt" as well when range is appropriate check-in: d7d65c2ac3 user: jan.nijtmans tags: core-8-6-branch
2018-08-16
18:54
Undo various test-case changes, in order to prove platform compatibility check-in: 4165f4945a user: jan.nijtmans tags: all-wideint
18:13
Few more test-cases check-in: 61da668e6f user: jan.nijtmans tags: all-wideint
18:03
Experiment, resolving platform differences at script level. Don't look ... check-in: f22395629e user: jan.nijtmans tags: all-wideint
2018-08-14
08:46
Merging changes with 8.7 Closed-Leaf check-in: c9c0d29199 user: hypnotoad tags: core_zip_vfs
07:27
Merge 8.7. Also provide a new function for handling ByteArrays check-in: 2e99b95206 user: jan.nijtmans tags: tip-481
05:43
Reposition the MODULE_SCOPE definition so that packages like tbcload don't get an error when they in... check-in: 7e7c72ccc9 user: pooryorick tags: core-8-branch
2018-08-11
22:02
merge trunk check-in: d7dc0288f5 user: jan.nijtmans tags: memory-API
12:01
Added a note about the genesis of the compiled header. check-in: fe3eeb39c3 user: dkf tags: tip-478
11:18
Improve script compilation. Prove that compilation works with safe interps. check-in: 0dadca8891 user: dkf tags: tip-478
2018-08-10
18:57
Repair breakage in recent refactoring of env.test. check-in: 4e7f200965 user: pooryorick tags: core-8-branch
18:44
minor changes to documentation check-in: 33f87b52fa user: pooryorick tags: core-8-branch
17:37
Create new branch named "medranocalvo-dtrace" Closed-Leaf check-in: 15ee731465 user: adrianmedranocalvo tags: medranocalvo-dtrace
15:03
Tighten up SaveResult.3, make installManPage more robust against newlines. check-in: 0ef72df401 user: pooryorick tags: core-8-branch
2018-08-08
20:48
Repair breakage in recent refactoring of env.test check-in: e5dded1cb7 user: dgp tags: core-8-6-branch
07:01
Merge 8.7 check-in: 5d114401cb user: jan.nijtmans tags: tip-512
06:52
Merge 8.7 check-in: d1319785f5 user: jan.nijtmans tags: trunk
06:46
Merge 8.6 check-in: 2f74349eb2 user: jan.nijtmans tags: core-8-branch
06:45
Fix harmless gcc warning check-in: eb3b963d72 user: jan.nijtmans tags: core-8-6-branch
2018-08-07
08:23
Merge 8.7 check-in: ffc71f07b5 user: jan.nijtmans tags: trunk
08:22
merge 8.6 (test cases fix in ioTrans) check-in: d6c8ee7af7 user: jan.nijtmans tags: core-8-branch
2018-08-05
20:14
Combine the two bits of scripted code inside TclOO's definition into one. check-in: af7aa1c82c user: dkf tags: tip-478
15:01
Make it much easier to maintain the TclOO initialisation script. check-in: a769968834 user: dkf tags: tip-478
2018-08-03
16:04
merge 8.6 (test cases fix in ioTrans) Leaf check-in: 687c99a7e6 user: sebres tags: sebres-bug-723a2f4ac3
16:03
fixed [723a2f4ac3], all test cases passed now (also proper call-stack in error-info of safe-11.7.1/s... check-in: 34526b0071 user: sebres tags: sebres-bug-723a2f4ac3
13:46
ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": permission denied`: file seems ... check-in: d6cdcb7caf user: sebres tags: core-8-6-branch
12:59
experimental: same fix for yield into coro as [3950bbd3d0] for tailcall. check-in: 596751cc2e user: sebres tags: sebres-bug-723a2f4ac3
11:15
amend with new tests: now contains all tests affected from [723a2f4ac3] as well as executed non-comp... check-in: 7d4bfdea1c user: sebres tags: sebres-bug-723a2f4ac3
2018-08-02
23:08
Merge 8.7 check-in: 0c87f5e4b5 user: jan.nijtmans tags: trunk
22:37
Purge end-of-line spacing check-in: 0ce23bd179 user: jan.nijtmans tags: core-8-branch
17:30
amend with fix (init of counter "i") and same tests for coro check-in: 085cbe212c user: sebres tags: sebres-bug-723a2f4ac3
17:09
amend to fix with test-cases covering correct behavior by tailcall with direct break/return into loo... check-in: cfe546af5b user: sebres tags: sebres-bug-723a2f4ac3
16:37
experimental: try to fix [723a2f4ac3] - avoid to generate exception handlers in tailcall (because th... check-in: 3950bbd3d0 user: sebres tags: sebres-bug-723a2f4ac3
12:38
[723a2f4ac3] Coroutine needs to allow exceptions so that we avoid top-level anomalies. Leaf check-in: e81fd56959 user: dgp tags: bug-723a2f4ac3
07:35
Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURN check-in: a3d1120543 user: jan.nijtmans tags: memory-API
2018-07-31
20:36
merge 8.7 check-in: bd1ba8d1b5 user: jan.nijtmans tags: trunk
20:22
merge 8.6 check-in: 5592289cda user: jan.nijtmans tags: core-8-branch
19:49
Remove some actually dead code check-in: a887506f5e user: jan.nijtmans tags: core-8-6-branch
2018-07-30
19:00
merge trunk check-in: 6e3719d0e0 user: jan.nijtmans tags: memory-API
2018-07-26
19:10
merge 8.7 check-in: 48caefe5a1 user: sebres tags: trunk
18:58
merge 8.6: bug [d051b77fc1] fixed check-in: 4e57a1242b user: sebres tags: core-8-branch
18:56
amend after merge: 8.6th provide additionally an error-code (so missing `errCode = "OVERFLOW"`) check-in: 64c3676a57 user: sebres tags: core-8-6-branch
18:51
merge 8.5 - bug [d051b77fc1] fixed check-in: de522f0a45 user: sebres tags: core-8-6-branch
18:15
merge test cases from 8.6 check-in: c46f02dc09 user: sebres tags: core-8-branch
18:07
amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by subst inside string (comp... check-in: caba7ba1cf user: sebres tags: core-8-6-branch
16:14
[ba921a8d98] Make sure [string cat] includes all data from all bytearrays. check-in: 9819e2fe99 user: dgp tags: core-8-branch
15:51
New test for [Bug ba921a8d98]. check-in: d498578df4 user: dgp tags: core-8-6-branch
2018-07-25
01:43
Resolve inadvertent fork check-in: fc9e243e02 user: kbk tags: core-8-branch
2018-07-22
20:44
Fix for [ba921a8d98e02a96] - concatenating binary array with empty string yields the empty string. check-in: f274e1f1ba user: pooryorick tags: core-8-branch
2018-07-21
18:46
Merge 8.7: Add a note in the 'clock' man page about the interpretation of impossible values on [cloc... check-in: 4b94075b58 user: kbk tags: trunk
18:45
Merge 8.6: Add a note in the 'clock' man page about the interpretation of impossible values on [cloc... check-in: 33d5f13bd6 user: kbk tags: core-8-branch
18:45
Add a note in the 'clock' man page about the interpretation of impossible values on [clock scan] check-in: 8d69e2a5f2 user: kbk tags: core-8-6-branch
2018-07-20
16:07
merge 8.7 check-in: 59a4bcc685 user: sebres tags: trunk
16:05
merge 8.6 check-in: 29189acca8 user: sebres tags: core-8-branch
15:58
win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets in passing argument 1 o... check-in: edab70f507 user: sebres tags: core-8-6-branch
15:54
win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): "$do64bit" may be "amd64|x64... check-in: 298c8329c8 user: sebres tags: core-8-6-branch
2018-07-18
03:34
Minor documentation wording change to clean up an awkward construct check-in: ce9c2bde19 user: andy tags: trunk
2018-07-16
13:59
win: fixed test-cases (see [525ccacaef]) running under windows outside of temp-folder check-in: d61a95dfb6 user: sebres tags: core-8-6-branch
2018-07-15
15:46
Added more tests and made [initialize] an alternate spelling for [initialise]. check-in: 155bc7ab0b user: dkf tags: tip-478
2018-07-12
15:32
merge 8.7 check-in: c4529a92b3 user: sebres tags: trunk
15:31
merge 8.6 check-in: 6815b8fad2 user: sebres tags: core-8-branch
14:25
merge 8.5 check-in: 6aaa943228 user: sebres tags: core-8-6-branch
2018-07-11
17:48
merge 8.7 Closed-Leaf check-in: b3cc1e62a2 user: dgp tags: dgp-sebres-timerate-review
2018-07-10
19:18
Remove 4 unneeded compatibility macro's, because those functions never return -1 anyway. Change docu... check-in: 701b0014c7 user: jan.nijtmans tags: memory-API
08:20
merge 8.7 (merge point only after cherry-pick, no functional changes) check-in: 08a7cb0952 user: sebres tags: trunk
08:19
amend to [1830f9f520e2abdd], fixed package.test if built without test - avoids test file error: pack... check-in: 55e4fbd950 user: sebres tags: core-8-branch
2018-07-09
19:24
amend to [1830f9f520e2abdd], fixed package.test if built without test - avoids test file error: pack... check-in: 24cfef99b2 user: sebres tags: trunk
19:09
merge 8.7 check-in: 9ea1b5d675 user: sebres tags: trunk
19:03
merge 8.6 check-in: 7cc00415b4 user: sebres tags: core-8-branch
18:15
merge 8.5 check-in: ad71fa8ca4 user: sebres tags: core-8-6-branch
18:06
typo in compatibility macro (discovered by compiling Tk) check-in: c214346933 user: jan.nijtmans tags: memory-API
16:12
Don't mark ckalloc and friends as deprecate yet, Tk is still heavily using it check-in: bba927aa2b user: jan.nijtmans tags: memory-API
14:53
merge 8.7 check-in: d5870fa9fd user: dgp tags: dgp-sebres-timerate-review
2018-07-07
22:39
Experimental Tcl-8 compatibility macro's. Still to be tested. check-in: 70926c8d40 user: jan.nijtmans tags: memory-API
20:11
Fix build on MacOSX check-in: 13cab105d9 user: jan.nijtmans tags: memory-API
08:57
And another test check-in: 129070ddc7 user: dkf tags: tip-478
08:45
Added direct tests for [myclass] check-in: a013b1a485 user: dkf tags: tip-478
08:22
Document the [myclass] command; someone might find it useful besides me. check-in: 3f67170b38 user: dkf tags: tip-478
2018-07-06
21:36
remaining external API. Looks like complete now. Milestone! Still more testing needed check-in: f8de6ab8da user: jan.nijtmans tags: memory-API
19:53
more progress check-in: 34f111f433 user: jan.nijtmans tags: memory-API
13:50
Improving the singleton check-in: 2aae7fc102 user: dkf tags: tip-478
2018-07-05
21:25
Merge trunk Handle TclCopyAndCollapse, *Trace* et al check-in: 399b8e7649 user: jan.nijtmans tags: memory-API
19:50
Merge 8.7. Also remove some more unneeded #undef's. check-in: 6ed85bc905 user: jan.nijtmans tags: trunk
19:46
Merge 8.6. Also remove a useless #undef/#define which will be overrided later. check-in: 7fd12feb1e user: jan.nijtmans tags: core-8-branch
19:39
tclDictObj.c:366: warning: dereferencing type-punned pointer will break strict-aliasing rules Preven... check-in: c655de97b1 user: jan.nijtmans tags: core-8-6-branch
2018-07-04
21:11
merge trunk check-in: 05cecae336 user: jan.nijtmans tags: memory-API
20:56
Merge 8.7 check-in: 4d8ee0f939 user: jan.nijtmans tags: trunk
20:20
Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no longer are in use (because ... check-in: b2835364c2 user: jan.nijtmans tags: core-8-branch
20:18
Micro-optimization in Tcl_GetString() and Tcl_GetStringFromObj() check-in: a2276ad547 user: jan.nijtmans tags: core-8-branch
09:37
Rename tests/config.test to tests/pkgconfig.test, to align with Tk's new tests/pkgconfig.test. TIP 4... Leaf check-in: 14bb7ec850 user: stu tags: tcl-stu-pkg
2018-07-03
19:24
More size_t API changes (*.decls files are complete now) check-in: c49c6efd43 user: jan.nijtmans tags: memory-API
04:56
Remove stray verbiage from man page check-in: ff924460d8 user: andy tags: trunk
04:02
Some tools are executable. check-in: 15be4098b3 user: stu tags: trunk
00:45
Use INSTALL_*/DIST_INSTALL_* macros to make dist. check-in: e0eeaaaa68 user: stu tags: trunk
2018-07-02
19:39
Use size_t in more API's, e.g. *RegExp* types check-in: a494b98da4 user: jan.nijtmans tags: memory-API
07:44
Documentation for [classmethod] check-in: b90d390915 user: dkf tags: tip-478
2018-07-01
16:39
Create a special command, [ :my:class], (in each instance namespace) that allows objects to delegate... check-in: 1bfaa1ff89 user: dkf tags: tip-478
10:31
New macro TclGetByteArrayFromObj() which can handle size_t check-in: c62e09171f user: jan.nijtmans tags: memory-API
09:11
New macro TclGetUnicodeFromObj() which can handle size_t check-in: 426d67c6bb user: jan.nijtmans tags: memory-API
06:21
Starting to update all callers of TclGetStringFromObj() to use size_t variables check-in: 97c2217f81 user: jan.nijtmans tags: memory-API
2018-06-30
21:36
More docs check-in: eb46b97a2c user: dkf tags: tip-478
18:30
More docs check-in: 0161df3d1c user: dkf tags: tip-478
13:44
More docs check-in: 6c05c0f87a user: dkf tags: tip-478
05:13
Started to write documentation check-in: 844ca4baf1 user: dkf tags: tip-478
2018-06-29
20:28
Another round of size_t'isms, this time also for Tcl_DString check-in: 70159a633b user: jan.nijtmans tags: memory-API
18:13
Improve many parsing-related functions to use size_t check-in: 2d7687959e user: jan.nijtmans tags: memory-API
07:15
More test cases. More fixes. check-in: 6ef91130eb user: dkf tags: tip-478
2018-06-28
21:42
More API changes using size_t. Internal changes not complete yet (WIP) check-in: 1bfecd9172 user: jan.nijtmans tags: memory-API
20:30
More using TCL_Z_MODIFIER where possible check-in: 3cdf0d20c9 user: jan.nijtmans tags: memory-API
10:40
Split out TIP 478 tests into their own file. check-in: 5753c80e0e user: dkf tags: tip-478
08:12
Tests for abstract and singleton check-in: 6893bec0d9 user: dkf tags: tip-478
2018-06-27
19:09
merge trunk check-in: 2cc2d71f0a user: jan.nijtmans tags: memory-API
07:39
Add better error handling and make the delegation work with cloning. check-in: e9637e3ddc user: dkf tags: tip-478
2018-06-26
19:46
merge 8.7 check-in: 87e9b263ac user: jan.nijtmans tags: trunk
19:45
Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we know TCL_UTF_MAX>=4, we c... check-in: 32f5394627 user: jan.nijtmans tags: core-8-branch
17:18
merge 8.7 check-in: 3e61633822 user: dgp tags: trunk
17:07
merge 8.6 check-in: a421b7549a user: dgp tags: core-8-branch
17:00
Use a thread exit handler, and not a custom exit proc for package cleanup. check-in: df825488e6 user: dgp tags: core-8-6-branch
14:23
merge 8.7 check-in: f26d6e2880 user: dgp tags: trunk
14:23
merge 8.6 check-in: 058f3faab1 user: dgp tags: core-8-branch
14:22
Restore lost tests. check-in: 2fbb67bc78 user: dgp tags: core-8-6-branch
2018-06-25
20:41
TIP #512 implementation check-in: 81b84ed55b user: jan.nijtmans tags: tip-512
20:39
merge 8.7 check-in: cafdafc31b user: jan.nijtmans tags: trunk
20:38
merge 8.6 check-in: 1c67775fe7 user: jan.nijtmans tags: core-8-branch
07:22
Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handling). Fix various typo's check-in: 257ff5d1b3 user: jan.nijtmans tags: core-8-6-branch
2018-06-24
20:27
Merge 8.7 check-in: 1c88810e71 user: jan.nijtmans tags: trunk
20:26
Fix "string tolower" and friends for handling unpaired surrogates correctly. Also add test-cases for... check-in: 1cdc9199e9 user: jan.nijtmans tags: core-8-branch
07:17
Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. check-in: 9198c16407 user: pooryorick tags: core-8-6-branch
2018-06-23
15:03
Make the delegates work by moving their creation into C. check-in: b3c558369f user: dkf tags: tip-478
14:18
Add a test for no generation of a string representation when comparing with the empty string. check-in: b7e3852c22 user: pooryorick tags: core-8-6-branch
2018-06-22
15:10
Add another suppress rule for valgrind, factor test code into tests/tcltests.tcl, and constrained a ... check-in: 4b77647298 user: pooryorick tags: core-8-6-branch
2018-06-21
22:44
merge pyk-tcltest-exit check-in: 83da1d215d user: pooryorick tags: core-8-6-branch
22:43
Fix function signature of TclThreadTestFinalize. Closed-Leaf check-in: b8061e5833 user: pooryorick tags: pyk-tcltest-exit
22:23
merge pyk-tcltest-exit check-in: 09af8379c8 user: pooryorick tags: core-8-6-branch
22:21
Add custom exit procedure for tcltests executable. check-in: 6f650b4271 user: pooryorick tags: pyk-tcltest-exit
22:16
Suppress more valgrind "still reachable" reports and ensure that threads are fully finalized in thre... check-in: 494d51f962 user: pooryorick tags: core-8-6-branch
2018-06-20
19:06
Add valgrind suppression for dlopen and ensure that processes are reaped in http11.test. check-in: 833bedab1a user: pooryorick tags: core-8-6-branch
08:03
Remove recent auto_path modification in tests/all.tcl and suppress more valgrind reports. check-in: e5831c7c27 user: pooryorick tags: core-8-6-branch
2018-06-19
11:47
new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind now issues no "still ... check-in: 316df6cc4e user: pooryorick tags: core-8-6-branch
2018-06-18
15:59
Merge 8.6. And add more documentation and test-cases regarding the behavior of Tcl_UniCharToUtf() check-in: 3cb0cedeb6 user: jan.nijtmans tags: core-8-branch
15:54
Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4.15 fail. One more situa... check-in: c45de6cdb4 user: jan.nijtmans tags: core-8-6-branch
15:51
Unbreak build on Windows (and - most likely - some other platforms too) check-in: adead12b0b user: jan.nijtmans tags: core-8-6-branch
08:09
Avoid valgrind "still reachable" reports stemming from early termination of threads. check-in: 2d150958f0 user: pooryorick tags: core-8-6-branch
07:06
Full cleanup of env cache when in a PURIFY build. check-in: 28ba7d5089 user: pooryorick tags: core-8-6-branch
05:59
Plug leak in TclSetEnv. check-in: fdb8a91f37 user: pooryorick tags: core-8-6-branch
2018-06-17
17:27
Leaving out the weird delegates stops the test failures. check-in: faf87d4008 user: dkf tags: tip-478
16:47
Most of the implementation ported over. [classmethod] is trickier... check-in: c919d1df55 user: dkf tags: tip-478
16:13
merge 8.7 check-in: 1423a094b7 user: jan.nijtmans tags: trunk
16:11
merge 8.6 check-in: 214a92de14 user: jan.nijtmans tags: core-8-branch
16:07
Fix [53cad613d8]: TIP 389 implementation makes Tk tests fon... check-in: 8702869d89 user: jan.nijtmans tags: core-8-6-branch
15:42
Split scripted parts of TclOO into their own file. check-in: f1433a4120 user: dkf tags: tip-478
08:47
Remove dependencies between tests in env.test. check-in: 9e55a28229 user: pooryorick tags: core-8-6-branch
2018-06-16
22:57
Add tests/tcltests.tcl as a place to store common code for tests. check-in: 535977ae7d user: pooryorick tags: core-8-branch
22:56
Add tests/tcltests.tcl as a place to store common code for tests. check-in: aeaf8492d3 user: pooryorick tags: core-8-6-branch
18:08
Add in basic github meta-files to reduce problems with issues being filed where we don't see them. check-in: c9dc53a9ab user: dkf tags: trunk
18:07
Add in basic github meta-files to reduce problems with issues being filed where we don't see them. check-in: bf02f39de3 user: dkf tags: core-8-branch
17:55
new package tcltests exclude some exec.test tests when running under valgrind check-in: 4917fb3cc3 user: pooryorick tags: core-8-6-branch
12:32
Change signature of Tcl_GetRange() to use size_t. Merge trunk. check-in: 8e3bd50a3b user: jan.nijtmans tags: memory-API
2018-06-15
18:40
merge 8.7 check-in: 900db47acd user: jan.nijtmans tags: trunk
18:37
merge 8.6 check-in: 939c403478 user: jan.nijtmans tags: core-8-branch
18:35
merge 8.5 check-in: e40bbfb746 user: jan.nijtmans tags: core-8-6-branch
13:17
new package tcltests exclude some exec.test tests when running under valgrind check-in: 9e19234a85 user: pooryorick tags: core-8-branch
10:24
Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add FreeBSD (closes [d6d60... check-in: e75ddc983a user: stu tags: trunk
2018-06-14
18:39
missing parts check-in: 58503ac73b user: dgp tags: dgp-sebres-timerate-review
18:31
Merge trunk. Some more size_t additions in parameters/fields check-in: ae9773610f user: jan.nijtmans tags: memory-API
2018-06-13
16:58
merge 8.7 check-in: aca4170f1d user: dgp tags: trunk
16:15
Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. Closes RFE [0ac9d06... check-in: a23a536a48 user: stu tags: trunk
16:12
merge 8.6 check-in: 596aa0c944 user: dgp tags: core-8-branch
16:06
merge 8.5 check-in: c93af39cb0 user: dgp tags: core-8-6-branch
10:49
Avoid valgrind "still reachable" reports stemming from early termination of threads. check-in: fbbcad33be user: pooryorick tags: core-8-branch
2018-06-12
19:32
Adding typecasts in tclZipfs.c to eliminate a compiler warning check-in: ebd55b94e1 user: hypnotoad tags: core_zip_vfs
19:16
Remove AbsolutePath(), no longer used. check-in: 2209610f60 user: dgp tags: core_zip_vfs
19:14
merge 8.7 check-in: c99f22f840 user: dgp tags: core_zip_vfs
18:03
merge 8.7 check-in: 8b91b1111e user: dgp tags: tip-509
18:02
close fork check-in: 095715c4fa user: dgp tags: tip-509
17:54
merge 8.7 check-in: 3427fcdfb5 user: dgp tags: trunk
17:53
merge 8.6 check-in: e98839eec7 user: dgp tags: core-8-branch
17:53
merge 8.5 check-in: 04e0eeb104 user: dgp tags: core-8-6-branch
11:28
merge amend from 8.5th fix Leaf check-in: f5a01b5f42 user: sebres tags: fix-815e246806-8-6
2018-06-11
13:03
empty merge point after back-porting to 8.5th branch (no changes) check-in: aacd6f9233 user: sebres tags: fix-815e246806-8-6
11:11
fixed [815e246806] for 8.6th case if channel switches owner in fileevent via thread::transfer and th... check-in: 922ee82dde user: sebres tags: fix-815e246806-8-6
2018-06-09
17:20
Removed thread-specific mutex lock counter and replaced by shared counter + thread ID for systems wi... check-in: d386bed41a user: fbonnet tags: tip-509
07:45
merge-mark (Unicode 11.0 beta was already here, and there were not changed in the final version) check-in: 171bd5bc26 user: jan.nijtmans tags: core-8-branch
07:44
Merge 8.5 (= update Unicode data to Unicode version 11.0) check-in: 3fd6be3568 user: jan.nijtmans tags: core-8-6-branch
2018-06-08
22:34
**interim commit** fixed for 8.6th case if channel switches owner via thread::transfer check-in: 2e7300065a user: sebres tags: fix-815e246806-8-6
19:02
merge atomic fix from fix-815e246806-8-5 check-in: 1d2c1768c9 user: sebres tags: fix-815e246806-8-6
13:33
merge fix for [815e246806] from 8.5th branch fix-815e246806-8-5 check-in: f44a1ddd60 user: sebres tags: fix-815e246806-8-6
13:02
merge 8.5 (empty merge point, no functional changes, because does not affect 8.6) check-in: 9cfddbdc92 user: sebres tags: core-8-6-branch
07:00
merge 8.7 check-in: 21ac5ef8a5 user: jan.nijtmans tags: trunk
06:56
re-generate configure script (where does --runstatedir come from? check-in: 5e954c41c3 user: jan.nijtmans tags: core-8-branch
06:54
Merge trunk. Other tweaks, removing stuff that already went to the memory-API branch, so is no long... check-in: 03c8eb0774 user: jan.nijtmans tags: novem
2018-06-07
20:59
Give tests more time to finish since valgrind slows things down considerably. check-in: 2f4c4cfd92 user: pooryorick tags: core-8-branch
18:19
Give tests more time to finish since valgrind slows things down considerably. check-in: 3c58a2cdd4 user: pooryorick tags: trunk
2018-06-05
21:59
amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for mingw/*nix check-in: 3016a3fa26 user: sebres tags: core-8-branch
20:16
Just the [timerate] command for separate review and performance baseline. check-in: 094bff9a69 user: dgp tags: dgp-sebres-timerate-review
09:12
merge 8.7 check-in: aebfbede76 user: sebres tags: trunk
09:10
re-autoconfigure with v.2.69 check-in: d24583ec88 user: sebres tags: core-8-branch
09:04
merge 8.6 check-in: 36f85b4a71 user: sebres tags: core-8-branch
2018-06-04
13:52
merge 8.5 check-in: a9a4a69e99 user: sebres tags: core-8-6-branch
13:23
merge trunk check-in: 0549bae2de user: dgp tags: novem
13:22
merge trunk check-in: ad0b6c4983 user: dgp tags: dgp-refactor
13:21
merge trunk check-in: 9ebbb45d00 user: dgp tags: dgp-properbytearray
13:18
merge 8.7 check-in: 1d19e08d8f user: dgp tags: bug-e593adf103-core-8
13:17
merge 8.7 check-in: 1c8c41ae6d user: dgp tags: core_zip_vfs
13:17
merge 8.7 check-in: c55441df99 user: dgp tags: tip-469
13:16
merge 8.7 check-in: d7d8dd7da7 user: dgp tags: tip-465
13:13
merge 8.7 Closed-Leaf check-in: 612cb8630f user: dgp tags: tip-312
13:10
merge 8.7 Closed-Leaf check-in: 8a621c332e user: dgp tags: tip-505
13:10
merge 8.7 check-in: 074419675a user: dgp tags: dgp-string-insert
13:08
merge 8.7 check-in: 8afedea42f user: dgp tags: tip-445
13:07
merge 8.7 check-in: 8ba412a471 user: dgp tags: tip-502
2018-06-03
13:18
TIP 500: Private Methods and Variables in TclOO check-in: 9294775086 user: dkf tags: trunk
11:44
TIP 500: Private Methods and Variables in TclOO check-in: 86262924a2 user: dkf tags: core-8-branch
2018-06-02
14:19
merge core-8-branch Closed-Leaf check-in: 3419afb49d user: dkf tags: tip-500
2018-06-01
18:34
Bugfix - always cleanup persistent socket. check-in: e179ae53d2 user: kjnash tags: bug-46b6edad51-concurrent-http
17:23
Fix the trace test failures. check-in: 1805b222ce user: dgp tags: novem
2018-05-31
21:24
merge zipfs check-in: fc74365c13 user: jan.nijtmans tags: androwish
20:31
merge 8.6 check-in: e7c436046f user: jan.nijtmans tags: zipfs
20:11
Merge trunk. Also undo various internal changes that moved to memory-API branch but which were parti... check-in: f04caa7c67 user: jan.nijtmans tags: novem
19:23
merge 8.7 check-in: 0a613bfb94 user: dgp tags: core_zip_vfs
13:42
fix 2nd issue of [75ecc0e6cb9899bf]: win, implemented initial callback TclpGetObjNameOfExecutable (f... check-in: 3ff3390603 user: sebres tags: fix-initsubsystem-75ecc0e6cb9899bf
13:42
fix 2nd issue of [75ecc0e6cb9899bf]: unix, retrieve correct search-path for library (fixes TclpInitL... check-in: a5c7eee15d user: sebres tags: fix-initsubsystem-75ecc0e6cb9899bf
13:41
fix 1st issue of [75ecc0e6cb9899bf]: retrieve correct environment-depended encoding (avoid mistaken ... check-in: 5b6e4aeee0 user: sebres tags: fix-initsubsystem-75ecc0e6cb9899bf
07:21
Merge 8.7 check-in: 3fb815ef5f user: jan.nijtmans tags: initsubsystems
07:18
merge 8.7 check-in: 7173f591b6 user: jan.nijtmans tags: trunk
07:17
Neither use --disable-threads on MacOS builds, and don't mention it any more in the README check-in: dade30b4a0 user: jan.nijtmans tags: core-8-branch
2018-05-30
09:38
Tweaking the documentation check-in: d65f77c5b5 user: dkf tags: tip-500
07:15
Merge 8.7 check-in: 67eab3274f user: jan.nijtmans tags: trunk
07:15
No longer pass "--enable-threads" to battery-included sub-packages, since it's the default, even wh... check-in: 552b9e73d7 user: jan.nijtmans tags: core-8-branch
2018-05-29
07:42
merge 8.7 check-in: 3512c2225e user: jan.nijtmans tags: trunk
07:23
merge 8.6 check-in: fc277d3663 user: jan.nijtmans tags: core-8-branch
07:23
One TCL_NORETURN -> TCL_NORETURN1 minor mistake. Make it build when Tcl_SetPanicProc is a macro (nor... check-in: b85b14e36e user: jan.nijtmans tags: core-8-branch
2018-05-28
13:39
reintegrate 8.6 (after merge with sebres-bug-9e6b569963-8-5-branch) back to bug-9e6b569963 (acceptin... Closed-Leaf check-in: c471b6d83a user: sebres tags: bug-9e6b569963
13:17
merge 8.5 check-in: 34e362c775 user: sebres tags: core-8-6-branch
12:26
merge 8.5 (conflicts resolved, rewritten without winapi-stubs) check-in: a2b0c73364 user: sebres tags: core-8-6-branch
2018-05-27
17:10
Be a little more concise in TclNRTailcallObjCmd. check-in: 2b12ca7eed user: pooryorick tags: bug-e593adf103-core-8
16:58
Decrement framePtr->tailcallNsPtr in Tcl_PopCallFrame. check-in: 0fe6ceff5c user: pooryorick tags: bug-e593adf103-core-8
16:32
merge 8.7 check-in: 996d385bff user: jan.nijtmans tags: tip-509
14:18
merge trunk check-in: 50f50f9812 user: jan.nijtmans tags: novem
14:17
merge 8.7 check-in: 7de161a834 user: jan.nijtmans tags: trunk
14:17
don't bother to use constraint "threaded", because that's the way we want to build anyway check-in: e0ed0ab7c7 user: jan.nijtmans tags: core-8-branch
13:59
Convert ScanElement/ConvertElement-related functions to use size_t in stead of int check-in: da8101c700 user: jan.nijtmans tags: memory-API
12:49
Merge 8.7. Modify various other functions to use size_t in stead of int arguments check-in: 6d05288cf7 user: jan.nijtmans tags: memory-API
12:04
Add sensible behaviour with export and unexport of private methods. check-in: 98387d0a22 user: dkf tags: tip-500
2018-05-26
16:42
merge 8.7 check-in: 74f9541fc2 user: dgp tags: bug-e593adf103-core-8
13:21
merge 8.7 check-in: 10a2ff3fc0 user: dgp tags: trunk
13:14
close fork check-in: fd55148747 user: dgp tags: core-8-branch
11:13
Fixed test process-7.3 Closed-Leaf check-in: 71618fd407 user: fbonnet tags: core-8-branch-fork
04:16
Move refCount management of lookupNsPtr out of "resolve:/goto resolve" block. check-in: 8d4c3590c5 user: pooryorick tags: bug-e593adf103-core-8
2018-05-25
19:43
TIP #509: Implement reentrant mutexes on all platforms check-in: 2aebf23fa0 user: fbonnet tags: tip-509
06:55
merge trunk check-in: e9340634d6 user: jan.nijtmans tags: memory-API
06:53
merge 8.6 check-in: 2353e7948d user: jan.nijtmans tags: trunk
06:51
merge 8.6 check-in: aea631bbfa user: jan.nijtmans tags: core-8-branch
2018-05-24
20:51
Remove test filesystem-1.30.3, this is unstestable check-in: 88b6a0b3db user: fvogel tags: bug-9e6b569963
20:36
merge 8.5, conflicts resolved (rewritten without winapi-stubs) check-in: cf1f3f3748 user: sebres tags: core-8-6-branch
16:26
Create new branch named "tip-509" check-in: 9e81e5a7b7 user: fbonnet tags: tip-509
14:08
merge trunk check-in: 15aacd5994 user: dgp tags: dgp-refactor
13:36
merge trunk check-in: cd4254537e user: dgp tags: dgp-properbytearray
13:27
merge 8.7 check-in: 95e6ece457 user: dgp tags: core_zip_vfs
13:26
merge 8.7 check-in: f5804bbb27 user: dgp tags: tip-469
13:12
merge 8.7 check-in: 976f84344e user: dgp tags: tip-465
13:12
merge 8.7 check-in: 6db9f4afa6 user: dgp tags: tip-312
13:04
merge 8.7 check-in: 5e69d0de71 user: dgp tags: tip-505
13:04
merge 8.7 check-in: aae85a444a user: dgp tags: dgp-string-insert
12:46
merge 8.7 check-in: 620705ca16 user: dgp tags: tip-445
12:24
merge 8.7 check-in: 4ed7fe60d8 user: dgp tags: tip-502
2018-05-23
21:08
Add support for ~domain\user style user names, with new test test filesystem-1.30.3. Warning: does n... check-in: adbe7e0e07 user: fvogel tags: bug-9e6b569963
20:09
merge trunk check-in: 1a6fcb9bdc user: jan.nijtmans tags: memory-API
19:41
merge trunk check-in: c78f328143 user: jan.nijtmans tags: novem
19:31
merge 8.7 check-in: 91ca7d60f7 user: jan.nijtmans tags: trunk
19:31
Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on Linux check-in: d54dcf0b00 user: jan.nijtmans tags: core-8-branch
13:43
merge 8.7 check-in: b2154bc5fa user: dgp tags: trunk
13:34
unbreak the build check-in: 3192cb4bf1 user: dgp tags: core-8-branch
2018-05-22
20:57
merge 8.7 check-in: b0fbde34ff user: jan.nijtmans tags: trunk
20:53
Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693... check-in: bf06e36b25 user: jan.nijtmans tags: core-8-branch
20:12
More removals of TCL_THREADS usage (configure scripts/win makefiles) check-in: 7c0047114e user: jan.nijtmans tags: core-8-branch
20:10
Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. In that case, fallback t... check-in: 8ef23e1f55 user: jan.nijtmans tags: core-8-branch
08:26
More docs check-in: d4f60c9644 user: dkf tags: tip-500
2018-05-21
20:19
Fix Namespace reference counting error in TclRenameCommand. check-in: df82243aa5 user: pooryorick tags: bug-e593adf103-core-8
10:02
merge core-8-branch check-in: 70e385378b user: pooryorick tags: bug-e593adf103-core-8
09:51
Fix memory leak in Tcl_DeleteNamespace. check-in: 3bf9010413 user: pooryorick tags: bug-e593adf103-core-8
08:13
merge 8.7 check-in: 65dcb92b6b user: jan.nijtmans tags: trunk
08:12
Demonstrate how Tcl can build without TCL_THREADS defined at all (assuming TCL_THREADS=1 as default)... check-in: faac759bd9 user: jan.nijtmans tags: core-8-branch
2018-05-20
15:09
merge core-8-branch check-in: 8bc53049e0 user: dkf tags: tip-500
2018-05-19
11:26
Disable many warnings that are pointless in the stub library. Yes, it accesses deprecated fields, we... check-in: 4cad2850ba user: dkf tags: core-8-branch
11:18
Minor updates to C API to handle private methods. check-in: 8632183f6c user: dkf tags: tip-500
08:38
Corrections for a number of small things to align with TIP check-in: 39e20c8e3a user: dkf tags: tip-500
07:10
Add test filesystem-1.30.2 {normalisation of nonexistent user specified as user@domain} check-in: 9d50014a1e user: fvogel tags: bug-9e6b569963
05:18
merge 8.7 check-in: ae6235c322 user: jan.nijtmans tags: initsubsystems
2018-05-18
19:54
Fix [9e6b569963]: file normalize ~user fails on Windows check-in: 38bcab5c78 user: fvogel tags: bug-9e6b569963
06:18
Add test filesystem-1.30.1 checking file normalize ~$::tcl_platform(user). This test should currentl... check-in: ffd0f31dba user: fvogel tags: bug-9e6b569963
2018-05-17
19:05
Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer necessary) check-in: f2c996cdb8 user: jan.nijtmans tags: trunk
18:53
TIP #491 implementation: Threading Support: phasing out non-threaded builds check-in: e9ee6fc387 user: jan.nijtmans tags: core-8-branch
2018-05-15
19:47
Re-base novem-bug-3598300 branch to trunk, going further as bug-3598300. "configure" not re-generate... check-in: 65118675f3 user: jan.nijtmans tags: bug-3598300
13:04
Make [info object methods] and [info class methods] work right. check-in: a0a3142700 user: dkf tags: tip-500
2018-05-14
20:55
Make sure that [self call] reports useful info. check-in: 0a346c9e04 user: dkf tags: tip-500
19:20
merge 8.7 check-in: 8fcc12b425 user: jan.nijtmans tags: trunk
19:16
merge 8.6 check-in: c9567c991f user: jan.nijtmans tags: core-8-branch
19:16
merge 8.5 check-in: 4929c1bb0f user: jan.nijtmans tags: core-8-6-branch
2018-05-13
22:15
Initial implementation of TIP #508: [array default] check-in: 39fc31badb user: fbonnet tags: tip-508
21:56
Create new branch named "tip-508" check-in: 29555df087 user: fbonnet tags: tip-508
19:20
Correct results from unknown method handler. check-in: ea2054164a user: dkf tags: tip-500
16:10
Make [info vars] aware of private variable resolution. check-in: ecc06fcafa user: dkf tags: tip-500
13:55
merge 8.7 check-in: aba84558d8 user: jan.nijtmans tags: trunk
13:54
de-duplicate code in win32 panic implementation. Also eliminate gcc compiler warning. check-in: 1b065b1a05 user: jan.nijtmans tags: trunk
10:08
Merge core-8-branch check-in: aae3c29836 user: dkf tags: tip-500
07:17
General code style cleanup. check-in: ea1fc89541 user: dkf tags: core-8-branch, minor change
2018-05-11
17:26
Missing test file boilerplate. check-in: 743007c3cc user: dgp tags: core-8-branch
11:52
merge 8.7 check-in: 78ab648e4f user: dgp tags: bug-e593adf103-core-8
11:51
merge trunk check-in: b902e920e7 user: dgp tags: dgp-refactor
11:51
merge 8.7 check-in: ccb831a772 user: dgp tags: core_zip_vfs
11:44
merge 8.7 check-in: 4e888b608e user: dgp tags: tip-469
11:40
merge trunk check-in: a67ab16109 user: dgp tags: dgp-properbytearray
11:38
merge 8.7 check-in: ccf912ef15 user: dgp tags: tip-465
11:35
merge 8.7 check-in: 78b076cb46 user: dgp tags: tip-312
11:33
merge 8.7 check-in: 2da5d7183f user: dgp tags: tip-505
11:30
merge 8.7 check-in: 6733cec87a user: dgp tags: dgp-string-insert
11:26
merge 8.7 check-in: 5dd49e9ab7 user: dgp tags: tip-445
11:26
merge 8.7 check-in: 97fa4939ba user: dgp tags: tip-502
10:06
Merge 8.7 check-in: f1b73e3b4b user: jan.nijtmans tags: trunk
09:42
TIP #425 implementation: Correct use of UTF-8 in Panic Callback (Windows only) check-in: e2d9683a48 user: jan.nijtmans tags: core-8-branch
09:20
Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with TCL_UTF_MAX>3. Useful for Androwi... check-in: 708287d936 user: jan.nijtmans tags: core-8-6-branch
09:15
merge 8.7 check-in: f956a39898 user: jan.nijtmans tags: trunk
08:12
merge 8.6 check-in: 61bcb3ad68 user: jan.nijtmans tags: core-8-branch
08:10
merge 8.5 check-in: 79e6efb2f5 user: jan.nijtmans tags: core-8-6-branch
2018-05-10
17:37
Added tcl::process test suite check-in: 3990de9d13 user: fbonnet tags: core-8-branch
13:47
Fixed makefile.vc: install will create missing dir "tcl8/8.7" for msgcat check-in: eeefdb44cf user: fbonnet tags: core-8-branch
13:44
Added man page for tcl::process check-in: 9fe8b5eae0 user: fbonnet tags: core-8-branch
2018-05-09
16:01
merge 8.7 check-in: 50224f59e8 user: dgp tags: trunk
15:49
merge 8.6 check-in: 34cff0f8eb user: dgp tags: core-8-branch
10:34
merge 8.5 check-in: 210ccdf585 user: sebres tags: core-8-6-branch
2018-05-08
20:03
Fix epoll notifier memory leak in initialization/finalization routines, check-in: 6ea3d73ff0 user: pooryorick tags: core-8-branch
17:51
Remove the obsolete form of the [trace] command from the documentation. check-in: 559d647aca user: arjenmarkus tags: am-trace-ensemble
17:38
Changes to the code: remove the macro "TCL_REMOVE_OBSOLETE_TRACES" and associated code. Turn the [t... check-in: 32e489acdc user: arjenmarkus tags: am-trace-ensemble
15:22
merge 8.7 check-in: 966bdc055f user: dgp tags: trunk
15:00
merge 8.6 check-in: 714db5afb8 user: dgp tags: core-8-branch
10:16
prevents UB/segfault by unexpected return-code (not -1/0/1) and avoid warnings like: tclCmdMZ.c:28... check-in: cb1fc580ea user: sebres tags: core-8-6-branch
09:56
merge fix for [92564326a98b5510] from 8.5 check-in: b6d467a174 user: sebres tags: core-8-6-branch
2018-05-07
15:42
More efficient way of getting array element names; why search when direct lookup is possible? check-in: ede43e26d2 user: dkf tags: tip-500
14:33
merge core-8-6-branch check-in: cb43f6d65a user: pooryorick tags: core-8-branch
12:43
Make the 'varname' method know about private variables. check-in: af6136109d user: dkf tags: tip-500
10:44
merge core-8-branch check-in: 109cd6321e user: pooryorick tags: bug-e593adf103-core-8
07:43
Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd. check-in: 1841bf54d1 user: pooryorick tags: core-8-6-branch
07:42
merge 8.7 check-in: aa4790b28f user: jan.nijtmans tags: trunk
07:40
Remove some tip389 restrictions in test-cases, which are no longer necessary. Eliminate gcc compile... check-in: 385fda311b user: jan.nijtmans tags: core-8-branch
2018-05-06
18:13
Factor options handling out of StringCmpCmd. check-in: 88e60c5289 user: pooryorick tags: core-8-6-branch
14:20
Documentation. check-in: 4090126e45 user: dkf tags: tip-500
13:45
Preparation to deduplicate code between byte-compiled and legacy implementations of [string compare]... check-in: e423459fce user: pooryorick tags: core-8-6-branch
07:17
Corrections to test names. check-in: 6022af433b user: dkf tags: tip-500, minor change
07:13
Fix up instance privates. check-in: 62c847e122 user: dkf tags: tip-500
2018-05-05
17:30
merge 8.7 check-in: d8c8c91b02 user: dkf tags: tip-500
17:23
Private methods seem to be working... check-in: 470494b82a user: dkf tags: tip-500
17:04
Avoid generating string representation when comparing the empty string. check-in: 44527c632e user: pooryorick tags: core-8-6-branch
16:38
Avoid generating string representation when comparing the empty string. Closed-Leaf check-in: 14d9d1de63 user: pooryorick tags: pyk-emptystring-core-8-6
11:39
merge trunk Closed-Leaf check-in: 609ff1ffd8 user: pooryorick tags: pyk-emptystring
2018-05-04
19:07
Update TZ info to tzdata2018e. check-in: e95474c36a user: jima tags: trunk
19:06
Update TZ info to tzdata2018e. check-in: 0ac864f24f user: jima tags: core-8-branch
19:06
Update TZ info to tzdata2018e. check-in: adc50e99d2 user: jima tags: core-8-6-branch
2018-05-03
16:24
Syntax error in msgcat documentation fixed. Ticket [af69c6966d] check-in: 1eedc1f86b user: oehhar tags: trunk
07:12
Adjust the tests that use the old-style trace command. This is a preparation for the modernisation o... check-in: b0aff011b2 user: markus tags: am-trace-ensemble
2018-05-02
19:02
Create new branch named "am-trace-ensemble" check-in: 322628cf2e user: markus tags: am-trace-ensemble
13:53
close fork check-in: 4ea56471c2 user: dgp tags: core-8-branch
12:22
Syntax error in msgcat documentation fixed. Ticket [af69c6966d] check-in: 5ccd647de5 user: oehhar tags: core-8-branch
2018-05-01
19:02
Start implementing TIP #497. regexp's now are >BMP-aware. WIP check-in: 47ace058d4 user: jan.nijtmans tags: tip-497
18:43
merge 8.7 check-in: 6fe50c20de user: jan.nijtmans tags: trunk
18:42
merge 8.6 check-in: bea1cbc1ad user: jan.nijtmans tags: core-8-branch
18:41
Implement special "string totitle" for Extended Georgian characters (new behavior in Unicode 11) check-in: 827b7761e6 user: jan.nijtmans tags: core-8-branch
2018-04-30
12:14
merge 8.5 check-in: 0667ce0d00 user: dgp tags: core-8-6-branch
11:52
amend after merge 8.5 check-in: 4dbb1d5420 user: sebres tags: core-8-6-branch
11:36
merge core-8-5-branch (fix-1613456fff) check-in: 0eb9289e85 user: sebres tags: core-8-6-branch
2018-04-29
21:15
Merge 8.7 (= upgrade to Unicode 11 beta) check-in: ef6636a2ea user: jan.nijtmans tags: trunk
21:14
Upgrade everything to Unicode 11 (still in beta, expected in june 2018) check-in: 8f0b52858b user: jan.nijtmans tags: core-8-branch
20:02
Now really fix [9f3c253df5] : Tcl build broken on Win. (tes... check-in: b39f592287 user: jan.nijtmans tags: trunk
2018-04-27
13:21
merge 8.7 check-in: 1724282826 user: dgp tags: core_zip_vfs
03:06
Added an initialization of 0 for the namelen field for new ZipFile data structures. In memory debugg... check-in: 730a3c01cb user: hypnotoad tags: core_zip_vfs
2018-04-26
18:19
merge 8.7 Leaf check-in: 4eda1d6aee user: dgp tags: bug-e87bcf819f
08:33
Merge 8.7 check-in: b0c3db9294 user: jan.nijtmans tags: trunk
08:32
Update test-cases, so they are selected or not for -DTCL_UTF_MAX=6. Now all relevant test-cases pas... check-in: 0cd538f301 user: jan.nijtmans tags: core-8-branch
2018-04-25
21:57
Fix MSVC build [9f3c253df5] check-in: a435321ce4 user: jan.nijtmans tags: trunk
15:08
merge trunk check-in: 4e8e4536cd user: dgp tags: dgp-refactor
15:02
merge trunk check-in: 8fd554df93 user: dgp tags: dgp-properbytearray
15:00
merge 8.7 check-in: fb7705dd1f user: dgp tags: tip-465
14:54
merge 8.7 check-in: b828085618 user: dgp tags: tip-469
14:51
merge 8.7 check-in: a9e9af0427 user: dgp tags: tip-312
14:42
merge 8.7 check-in: 7cfad075b8 user: dgp tags: tip-505
14:34
Merge 8.7; Resolve test conflicts with [array for]. Still has several memleaks. check-in: 5966cc9fe8 user: dgp tags: bug-e593adf103-core-8
13:39
merge 8.7 check-in: 84f04d0eb5 user: dgp tags: dgp-string-insert
13:02
merge 8.7 check-in: c16d974b49 user: dgp tags: tip-445
11:49
merge 8.7 check-in: 9c60a801a8 user: dgp tags: trunk
11:48
merge 8.6 check-in: 146fed70ad user: dgp tags: core-8-branch
11:48
Doc typo fix from Andy Goth. check-in: bbad47db82 user: dgp tags: core-8-6-branch
11:09
Plug memory leak handling circular path values. check-in: ebf56d8628 user: dgp tags: tip-445
2018-04-24
23:00
Merge fork check-in: 0f76722982 user: andy tags: trunk
14:02
silence compiler warning check-in: bdf0e828f9 user: dgp tags: tip-502
13:59
merge 8.7 check-in: a4d3716be1 user: dgp tags: tip-502
13:51
Merge 8.7 check-in: 78f530026b user: dgp tags: trunk
13:45
Merge 8.6 (bug-fix and test-case for Tcl_UtfAtIndex with TCL_UTF_MAX=4) ((Replacement checkin for ea... check-in: a4b3649641 user: dgp tags: core-8-branch
2018-04-23
23:23
Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "string totitle") demonstrati... check-in: 3d8301e3c6 user: jan.nijtmans tags: core-8-6-branch
15:07
merge 8.7 check-in: aaa3ab6a72 user: jan.nijtmans tags: trunk
15:06
Some better surrogate handling in encodings. Not spotted before ... check-in: 0e622ccdb3 user: jan.nijtmans tags: core-8-branch
14:56
Add some state to encodings, so we can do better surrogate handling for TCL_UTF_MAX >= 4. Backported... check-in: c41cbc5340 user: jan.nijtmans tags: core-8-6-branch
13:53
merge 8.7 check-in: 06bb3a2bf8 user: dgp tags: trunk
13:51
merge 8.7 check-in: 743fa61e1c user: dgp tags: bug-e87bcf819f
13:51
Dup test name. check-in: c1cfcdbc3a user: dgp tags: core-8-branch
12:58
Rework 'array for' to pass the arrayNameObj to the NRE routines rather than saving it in the ArraySe... check-in: 7085291404 user: bll tags: core-8-branch
2018-04-22
23:16
Add a test for the compiled pathway. check-in: 08a3816456 user: dgp tags: bug-e87bcf819f
23:09
Candidate fix for [e87bcf819f]. Makes sure the unset of a scalar variable linked to an array element... check-in: 701d26870f user: dgp tags: bug-e87bcf819f
13:28
merge 8.7 check-in: 26d8195372 user: dgp tags: trunk
13:27
merge 8.6 check-in: 143af13340 user: dgp tags: core-8-branch
13:22
[46a2410650] compiled [unset] was bypassing cleanup of active array search. Overdue thanks to Andy G... check-in: 244c0b893d user: dgp tags: core-8-6-branch
2018-04-21
14:22
Restore production test settings: set tests/httpPipeline.test to non-verbose, and comment out most L... check-in: 89dc58d0ad user: kjnash tags: bug-46b6edad51-concurrent-http
13:47
merge 8.6 check-in: 5de2ce4b96 user: kjnash tags: bug-46b6edad51-concurrent-http
13:31
Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the report {Test files exitin... check-in: 2929e52c0a user: kjnash tags: bug-46b6edad51-concurrent-http
2018-04-20
21:01
small amend (test caption and clean-up) Leaf check-in: f83578fbf2 user: sebres tags: bug-552ed5eac53ff5e4
20:41
bug [552ed5eac53ff5e4]: added test case illustrated this bug check-in: 1283a17cbd user: sebres tags: bug-552ed5eac53ff5e4
20:17
DeleteArray has only one caller. It is called on the "dummy" variable that is created during unset, ... check-in: 27ec7e3d3d user: dgp tags: core-8-6-branch
20:06
Document the new proc http::registerError in http.n check-in: 5f3ccedc8a user: kjnash tags: bug-46b6edad51-concurrent-http
16:55
merge 8.7 check-in: 03e1985393 user: dgp tags: trunk
16:02
TIP 421 Implementation. check-in: 7c614b9330 user: dgp tags: core-8-branch
10:18
merge 8.7 check-in: 149309017e user: jan.nijtmans tags: trunk
10:16
TIP #389 implementation. check-in: e109760b1c user: jan.nijtmans tags: core-8-branch
2018-04-19
22:29
Slightly improved (more fail-safe) surrogate handling for TCL_UTF_MAX>3. Backported from latest TIP ... check-in: 686259e650 user: jan.nijtmans tags: core-8-6-branch
17:46
Adapt [array for] to use the refactored routines. Closed-Leaf check-in: bf63bb7d85 user: dgp tags: tip-421
17:40
merge 8.7 check-in: 247df44614 user: dgp tags: tip-421
11:48
correct msgcat test numbering for section util from 15.x (used twice) to 18.x check-in: 5953503f85 user: oehhar tags: core-8-branch
02:51
merge 8.7 check-in: efebbf0517 user: dgp tags: trunk
02:45
merge 8.6 check-in: 91f1174d86 user: dgp tags: core-8-branch
02:01
Fold TclArraySet() into its only caller. tclEnv.c no longer calls it check-in: 86bbdb131d user: dgp tags: core-8-6-branch
01:41
merge 8.5 check-in: a376926d6e user: dgp tags: core-8-6-branch
2018-04-18
23:41
Refactor error reporting when value is not an expected array variable name. check-in: ba72282270 user: dgp tags: core-8-6-branch
23:31
Refactor to bring the test for existence of an array variable into LocateArray(). check-in: 9af19a47d6 user: dgp tags: core-8-6-branch
21:03
cleanup of refactor check-in: abccab5e1e user: dgp tags: core-8-6-branch
19:21
Refactor the common operations of looking up and checking traces on an array variable into a single ... check-in: 6849ea1e0e user: dgp tags: core-8-6-branch
11:59
http::geturl now returns full error stack information if the initial socket command fails Ticket [ff... check-in: a3bf2db1fd user: oehhar tags: core-8-6-branch
2018-04-17
22:48
Merge 8.7 Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is n... Closed-Leaf check-in: 89b3d0671b user: jan.nijtmans tags: tip-491
21:49
Slightly better unmatched-surrogates handling. Unmatched High surrogates will still be silently remo... Closed-Leaf check-in: 1997a15ffd user: jan.nijtmans tags: tip-389
20:29
Refactor array trace handling into a common routine TclCheckArrayTraces(). check-in: 52d6ab7126 user: dgp tags: core-8-6-branch
19:14
Array trace firing must come before argument checking might raise error. check-in: 40dac07937 user: dgp tags: core-8-6-branch
18:54
Gentler fallback. check-in: 6eaf4819fe user: dgp tags: core-8-6-branch
18:34
[array set] must fire array traces. Don't disrupt that by reporting argument errors too early. check-in: f021dc093a user: dgp tags: core-8-6-branch
14:39
merge 8.7 check-in: acf839cd31 user: dgp tags: trunk
14:39
merge 8.6 check-in: f21a25950c user: dgp tags: core-8-branch
14:38
merge 8.5 check-in: c3b11f3af9 user: dgp tags: core-8-6-branch
11:11
Satisfy test var-23.14 check-in: d18e291b03 user: dgp tags: tip-421
03:48
Test of shimmer segfault. check-in: d7d48d477c user: dgp tags: tip-421
2018-04-16
23:01
Merge trunk. Update (internal) Trim* functions to use size_t check-in: 5064787134 user: jan.nijtmans tags: memory-API
14:51
ran autoconf on the unix directory. This breaks the build. check-in: b4ff6833b3 user: dgp tags: tip-491
14:46
merge 8.7 check-in: a1f6233f04 user: dgp tags: tip-491
14:15
Memleak fix from Brad Lanam. check-in: d5fefc5a1d user: dgp tags: tip-421
13:47
Update reference counts for searchptr->name. Closed-Leaf check-in: bf0cba159d user: bll tags: tip-421
13:41
merge 8.7 check-in: 0b2e37e7c2 user: dgp tags: trunk
2018-04-15
23:06
Fix [9f3c253df5]: Tcl build broken on Win. Re-introduce TCL... check-in: edde576b1b user: jan.nijtmans tags: trunk
22:01
Merge trunk check-in: ee95a2c1be user: jan.nijtmans tags: memory-API
15:11
Added basic tests of the 'private' definition command. check-in: 19f241ec29 user: dkf tags: tip-500
14:47
Testing the private variables. check-in: 95e0451a74 user: dkf tags: tip-500
10:29
Added tests for [info object creationid] check-in: 0911aed318 user: dkf tags: tip-500
2018-04-13
15:48
Restore Tcl 8+4 tab convention check-in: 05ac4d0cdd user: kjnash tags: bug-46b6edad51-concurrent-http
15:41
Improve detection and reporting of TLS errors. New command http::registerError to assist the latter... check-in: 88b489b2bd user: kjnash tags: bug-46b6edad51-concurrent-http
12:38
Better rephrasing (ii) Closed-Leaf check-in: 8cc4204e0f user: gahr tags: encoding-doc-fixes
12:33
Reduce diff check-in: 9c7bc1ef47 user: gahr tags: encoding-doc-fixes
12:31
Better rephrasing check-in: d1c9169dcc user: gahr tags: encoding-doc-fixes
09:36
Fix documentation for [encoding convertfrom] check-in: 3e9c686cde user: gahr tags: encoding-doc-fixes
07:23
Duplicate the private variable config when cloning objects. check-in: b8199bd706 user: dkf tags: tip-500
2018-04-12
23:54
Added introspectors mentioned in TIP. check-in: fd04ec02db user: dkf tags: tip-500
01:58
Fix documentation typo check-in: 84e7fbfdee user: andy tags: trunk
2018-04-11
16:17
merge 8.7 check-in: fdf9328219 user: dgp tags: tip-389
12:45
merge 8.7 check-in: 43e01830a9 user: dgp tags: tip-421
2018-04-08
13:52
test an abbreviated option for clock scan Leaf check-in: 1f26e5f3f1 user: avl42 tags: avl-fix-clock-scan-option-prefixes
13:38
bugfix: clock scan accepted but ignored prefixes of options check-in: c41ad33cb4 user: avl42 tags: avl-fix-clock-scan-option-prefixes
2018-04-07
17:12
merge 8.7 check-in: 1d2e0cde7b user: dgp tags: tip-502
17:07
merge 8.7 check-in: faf8c0b052 user: dgp tags: tip-445
17:07
merge 8.6 check-in: 82ddedafd7 user: dgp tags: core-8-branch
16:56
merge 8.5 check-in: 0d32dfc5f0 user: dgp tags: core-8-6-branch
2018-04-06
19:14
Merge 8.7. Update two macros to TIP 445. check-in: 671aed379d user: dgp tags: tip-445
2018-04-05
17:59
merge trunk check-in: e45bb42625 user: dgp tags: novem
17:59
merge 8.7 check-in: 8c34e3aa19 user: dgp tags: trunk
17:22
Plug memleak in [format] applied to bignums. check-in: 225c752bdc user: dgp tags: core-8-branch
16:37
Plug memleak when scan raises an error. check-in: 4e0c1d2c62 user: dgp tags: core-8-branch
15:38
merge trunk check-in: df11ae7d89 user: dgp tags: novem
15:38
merge 8.7 check-in: 68c23a4642 user: dgp tags: trunk
15:37
[string cat] was failing to NUL terminate string reps. Stopped "string" values triggering false valg... check-in: 6360678926 user: dgp tags: core-8-branch
13:36
merge trunk check-in: 526ec0f885 user: dgp tags: novem
13:36
merge 8.7 check-in: 4711766df3 user: dgp tags: trunk
13:34
Failed to mutex protect all multi-thread access to the hash tables in the [tcl::process] implementat... check-in: fb7e419d42 user: dgp tags: core-8-branch
07:26
Start of private method dispatch machinery. check-in: 087b4f8229 user: dkf tags: tip-500
2018-04-04
13:37
Restore most lines to 80 columns check-in: f2462a4cc7 user: kjnash tags: bug-46b6edad51-concurrent-http
12:00
Use coroutines to remove blocking on HTTP connections check-in: 853e5b1033 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-04-01
01:09
Increase test timeout to 10s. Remove commenting from Log calls that report long delay for [socket]. check-in: 386c1a2e43 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-03-31
15:27
Chasing timeout bug: reduce client timeout to 4s in tests; more sanity checking in non-keep-alive te... check-in: 13e7a8c6d3 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-03-30
21:10
merge 8.7 check-in: 2430760def user: dgp tags: tip-389
20:19
merge trunk check-in: e75666f6e1 user: dgp tags: dgp-refactor
20:18
merge trunk check-in: 249c713db6 user: dgp tags: dgp-properbytearray
20:18
merge trunk check-in: c87dd5858f user: dgp tags: novem
20:09
merge 8.7 check-in: 33535f0479 user: dgp tags: dgp-string-insert
20:08
merge 8.7 check-in: dc1a13eb81 user: dgp tags: trunk
19:53
merge 8.7 check-in: 06265f1ca1 user: dgp tags: tip-500
19:51
merge 8.7 check-in: ba07336562 user: dgp tags: tip-502
19:42
merge 8.7 check-in: d183de8dd8 user: dgp tags: core_zip_vfs
19:37
merge 8.7 check-in: c8f51180e2 user: dgp tags: tip-445
19:36
merge 8.7 check-in: 589b11ac98 user: dgp tags: bug-e593adf103-core-8
19:22
Refactor the [lrange] machinery into a single routine TclListObjRange(). Apply some optimizations. C... check-in: 0f8ef41b28 user: dgp tags: core-8-branch
19:11
merge 8.7 Closed-Leaf check-in: 0b3c80ce26 user: dgp tags: pspjuth-lrangeopt
17:56
Draft implementation of TIP 506 Closed-Leaf check-in: 36f6096e41 user: dgp tags: tip-506
12:32
Rebase TIP 502 draft implementation. check-in: 13095e7fe4 user: dgp tags: tip-502
10:13
For thorough testing, set test file to verbose, and uncomment Log calls in http.tcl. check-in: ee25e0edbf user: kjnash tags: bug-46b6edad51-concurrent-http
10:02
Bugfixes. Details in ticket 46b6edad51. check-in: 8ac0b6f067 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-03-29
18:20
Adapt tests/httpPipeline.test for test without installation. Comment out some Log calls from tests/... check-in: f4d894e720 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-03-27
14:20
Implement queuing and pipelining for HTTP requests over a persistent connection. check-in: 8231eeead0 user: kjnash tags: bug-46b6edad51-concurrent-http
08:56
Adapt fconfigure -translation for two-way pipelined operation. check-in: 1876e25b9c user: kjnash tags: bug-46b6edad51-concurrent-http
08:55
Define variable tk used in Log calls for testing. check-in: 0cf74e9584 user: kjnash tags: bug-46b6edad51-concurrent-http
08:52
First step for implementing concurrent requests using the same connection. Define namespace variable... check-in: 2302d7d93d user: kjnash tags: bug-46b6edad51-concurrent-http
08:49
Revise tests/http11.test for use with commits from 78b23edb6b onwards. Adjust proc "handler" to con... check-in: 60eee5809f user: kjnash tags: bug-46b6edad51-concurrent-http
08:37
BUGFIX. Send "Connection: keep-alive" even if HTTP/1.1. Some servers (including Apache 2.2 on RHEL6)... check-in: ce8e60193b user: kjnash tags: bug-46b6edad51-concurrent-http
08:32
New http::config option -zip to control whether to send an "Accept-Encoding" request-header for a zi... check-in: bbffa96ba7 user: kjnash tags: bug-46b6edad51-concurrent-http
08:29
Workaround for bug with https and unchunked response. A [read] does not deliver until the server cl... check-in: 8ace435352 user: kjnash tags: bug-46b6edad51-concurrent-http
08:25
Changes to response handling in Finish, Eot and Event. Carefully distinguish expected and premature ... check-in: 78b23edb6b user: kjnash tags: bug-46b6edad51-concurrent-http
08:20
Add "array unset socketMapping" in http::init. The sockets are closed and therefore do not belong in... check-in: d4a10cd1ff user: kjnash tags: bug-46b6edad51-concurrent-http
08:17
Tidying - add empty else clauses, omit :: at start of command name http::CloseSocket in proc definit... check-in: 8ca4a197fa user: kjnash tags: bug-46b6edad51-concurrent-http
08:15
Update some Log calls, mainly to specify token. check-in: f5947f16f4 user: kjnash tags: bug-46b6edad51-concurrent-http
08:12
Update some comments and a Log. check-in: e8deab8539 user: kjnash tags: bug-46b6edad51-concurrent-http
08:10
Rename some variables and commands. Details in ticket 46b6edad51. check-in: 680b022c38 user: kjnash tags: bug-46b6edad51-concurrent-http
08:08
Add parentheses to some "if" tests; transform one test without changing its outcome. check-in: 136afdd53a user: kjnash tags: bug-46b6edad51-concurrent-http
08:07
Give all procs an explicit return, except where commented as "Implicit Return". check-in: 327a3ce07a user: kjnash tags: bug-46b6edad51-concurrent-http
08:05
Adjust to 80 columns except one 82-column line which would be less intelligible. check-in: cf50069558 user: kjnash tags: bug-46b6edad51-concurrent-http
08:03
Adjust whitespace to Tcl 8+4 tab convention. check-in: 021b339361 user: kjnash tags: bug-46b6edad51-concurrent-http
07:48
Create new branch named "bug-46b6edad51-concurrent-http" check-in: 2a6e853616 user: kjnash tags: bug-46b6edad51-concurrent-http
2018-03-26
20:21
Remove MINGW32 from the UNIX makefile, since Mingw should always build from the "win" directory. Bet... check-in: c197fa631e user: jan.nijtmans tags: core-8-branch
18:59
Rest of TIP 505 implementation -- mostly undoing dumb things. check-in: 23448fc9ab user: dgp tags: tip-505
16:27
Work in progress implementing TIP 505. check-in: 6319580096 user: dgp tags: tip-505
2018-03-25
19:21
merge 8.7 check-in: ca6015cda1 user: jan.nijtmans tags: trunk
19:20
No need any more on 64-bit cygwin for special *Long* stub entries. check-in: 15c4994feb user: jan.nijtmans tags: core-8-branch
17:43
merge 8.7 check-in: ac3d594d13 user: jan.nijtmans tags: trunk
17:43
workaround for TclFormatInt on CYGWIN is no longer necessary now. check-in: 740e91a7f8 user: jan.nijtmans tags: core-8-branch
2018-03-24
10:22
Update TZ info to tzdata2018d. check-in: c0a51531fd user: jima tags: novem
10:22
Update TZ info to tzdata2018d. check-in: 4432824433 user: jima tags: trunk
10:21
Update TZ info to tzdata2018d. check-in: 671a645da4 user: jima tags: core-8-branch
10:20
Update TZ info to tzdata2018d. check-in: e257d4cf0b user: jima tags: core-8-6-branch
2018-03-21
16:26
A compiler for [string insert] mirroring the one for [linsert]. check-in: 8feb3acbd5 user: dgp tags: dgp-string-insert
15:31
Rebooting a [string insert] implementation branch, bringing over pieces from the past branches and m... check-in: 41eb59e341 user: dgp tags: dgp-string-insert
2018-03-20
19:58
merge 8.7 check-in: 1f55c24720 user: dgp tags: trunk
19:54
TIP 503 implementation. check-in: ae29ed9c7f user: dgp tags: core-8-branch
19:25
Merge over testing improvements from the TIP 475 work. Test files string.test and stringComp.test ha... check-in: e1141b4ed5 user: dgp tags: core-8-branch
16:10
Test and fix for botch in binary string replace. check-in: a0dec2ad25 user: dgp tags: core-8-branch
2018-03-18
18:04
This should be the implementation of private variables. check-in: 313e734043 user: dkf tags: tip-500
2018-03-15
23:01
In case of redirecting stderr to a file on Windows, append CRLF after Panic output. Closed-Leaf check-in: 224ba13ab4 user: jan.nijtmans tags: win-console-panic
21:53
merge 8.7 check-in: a50f884700 user: jan.nijtmans tags: win-console-panic
21:13
Merge 8.7 (convert makefile.vc to CRLF line-endings only) check-in: b1bb557ee5 user: jan.nijtmans tags: tip-491
21:02
Merge-mark (here makefile.vc still had the correct CRLF line-endings) check-in: 31c9cac2cb user: jan.nijtmans tags: trunk
20:58
Bring back makefile.vc to CRLF line-endings, as all other *.vc files check-in: 94679c0c71 user: jan.nijtmans tags: core-8-branch
19:09
Merge 8.7; Updated the package manifest by hand; was broken until then. If there's a maintenance kno... check-in: 56f82c402a user: dgp tags: core_zip_vfs
15:43
merge novem check-in: 700b9a198f user: dgp tags: novem-purge-literals
15:34
merge 8.7 check-in: 01980b4037 user: dgp tags: pspjuth-lrangeopt
15:14
merge trunk check-in: cac17536a3 user: dgp tags: dgp-refactor
15:08
merge trunk check-in: 76accc77f4 user: dgp tags: dgp-properbytearray
14:55
merge trunk check-in: 4a5c8f2780 user: dgp tags: novem
14:37
merge 8.7 check-in: d1e80d709a user: dgp tags: tip-389
14:23
merge 8.7 check-in: 4f13fe6bce user: dgp tags: tip-445
14:22
merge 8.7 check-in: 8bceaf2225 user: dgp tags: bug-e593adf103-core-8
14:18
merge 8.7 check-in: 16cda61498 user: dgp tags: tip-421
14:14
merge 8.7 check-in: 15b92d9602 user: dgp tags: tip-469
14:06
merge 8.7 check-in: 9ece07acc5 user: dgp tags: tip-491
13:52
merge 8.7 check-in: 0144326580 user: dgp tags: tip-312
13:49
merge 8.7 Leaf check-in: ad3f046675 user: dgp tags: bg-tip-282
13:40
merge 8.7 check-in: d61fd7f243 user: dgp tags: tip-465
13:23
Merge 8.6; An optimization miguel was considering; might be worth a look. Leaf check-in: 4b8fba4c22 user: dgp tags: empty-bodies
11:11
merge 8.7 check-in: cc5ee71460 user: dgp tags: trunk
11:08
merge 8.6 check-in: ff4b8f1a06 user: dgp tags: core-8-branch
10:58
Missing test cleanups that break later tests. check-in: 59850b158d user: dgp tags: core-8-6-branch
00:01
merge 8.7 check-in: 348aa0a07d user: dgp tags: trunk
2018-03-14
23:54
Memleak and lifetime management fixes for components of the OO system. check-in: ebbbc5cb27 user: dgp tags: core-8-branch
23:47
Merge rest of 8.7 except the botched apply/backout dance. Closed-Leaf check-in: 427db19fd4 user: dgp tags: memleak-87
23:43
Merge in 8.7 changes not already here. check-in: fccf41ff4a user: dgp tags: memleak-87
22:39
Rebase the memleak work. check-in: 29b72b7167 user: dgp tags: memleak-87
22:17
Memleak and lifetime management fixes for components of the OO system. check-in: 7041be160d user: dgp tags: core-8-6-branch
21:51
merge 8.6 Closed-Leaf check-in: 6ef924a457 user: dgp tags: memleak
20:59
A few test hygiene fixes. check-in: 62043ae854 user: dgp tags: memleak
20:43
Further work to improve Object reference accounting in order to plug leaks. check-in: f8a55e34de user: pooryorick tags: memleak
18:09
merege 8.7 check-in: b4ebf312a7 user: dgp tags: trunk
18:08
merge 8.6 check-in: 010cc4a688 user: dgp tags: core-8-branch
17:23
optimize compiled (INST_STR_TRIM): use new function TclTrim instead of combination of TclTrimLeft/Tc... check-in: adf768a9ff user: sebres tags: core-8-6-branch
17:21
merge 8.7 check-in: 86f7de7c98 user: dgp tags: trunk
17:20
unused variable fix check-in: 67e1ea3939 user: dgp tags: core-8-branch
17:19
merge 8.5 check-in: d1142036a0 user: sebres tags: core-8-6-branch
16:17
merge 8.7 check-in: 961ccb69d2 user: dgp tags: trunk
15:17
New routine TclStringReplace() serves as a common implementation for both compiled and direct eval p... check-in: 190272213a user: dgp tags: core-8-branch
05:51
merge 8.7 check-in: 3ba4c8e05a user: dgp tags: trunk
05:41
merge mark check-in: 97dd207476 user: dgp tags: core-8-branch
05:41
cherry pick the desirable part of the merge. check-in: 74ce821bcd user: dgp tags: core-8-branch
04:45
backout the latest merge check-in: d26ad8afa0 user: dgp tags: core-8-branch
04:26
Backout recent patch working on Object and Namespace refcounts. It creates new leaks and memory corr... check-in: 2fe4eced63 user: dgp tags: core-8-6-branch
01:31
silence compiler warning check-in: cf882f9cc9 user: dgp tags: core-8-branch
01:30
merge 8.6 check-in: ad1f243d40 user: dgp tags: core-8-branch
00:53
merge 8.5 check-in: 4fd30be85b user: dgp tags: core-8-6-branch
2018-03-13
20:46
Audit and correct Object reference counting issues. check-in: ae1f9d5726 user: pooryorick tags: core-8-6-branch
20:41
Audit and correct Object reference counting issues. check-in: 821793c082 user: pooryorick tags: memleak
17:30
merge 8.7 check-in: ff0766467e user: dgp tags: trunk
17:14
merge 8.6 check-in: 1a04240e68 user: dgp tags: core-8-branch
16:29
close fork check-in: 35a6b8673b user: dgp tags: core-8-branch
16:28
Fix bugs in msgcat that prevent clean test suite run. check-in: 47d13b9fc2 user: dgp tags: core-8-branch
16:13
tip 499 msgcat custom preferences: documentation added check-in: edef076fc6 user: oehhar tags: core-8-branch
16:03
Rewrite the [string replace] compiler to take advantage of the richer set of encoded index values. check-in: 11e89c25be user: dgp tags: core-8-6-branch
14:53
tip490 oo for msgcat: added documentation check-in: 349f4681cb user: oehhar tags: core-8-branch
04:01
Repair the INST_STR_REPLACE instruction. check-in: 3101f3fd20 user: dgp tags: core-8-6-branch
03:26
Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. check-in: d50c1e61f1 user: dgp tags: core-8-6-branch
2018-03-12
16:00
merge 8.7 check-in: b8ddebf088 user: dgp tags: trunk
15:57
msgcat 1.7.0 features need foundation of Tcl 8.7. check-in: a9c21db1be user: dgp tags: core-8-branch
14:49
merge 8.7 check-in: e2316b333f user: dgp tags: trunk
14:41
Revert change that broke usage with Tcl 9 check-in: 8791050e93 user: dgp tags: core-8-branch
14:17
merge 8.6 check-in: 87fbb05e7f user: dgp tags: core-8-branch
14:14
Implement TIP 499: Custom locale search list for msgcat check-in: c37cf7f1dd user: dgp tags: core-8-branch
14:07
Undo setting of execute permissions. Closed-Leaf check-in: 1a301657ae user: dgp tags: tip499-msgcat-custom-preferences
13:58
Implement TIP 490: msgcat for TclOO check-in: f909100ac2 user: dgp tags: core-8-branch
13:48
msgcat 1.7 uses [tailcall], so requires Tcl 8.6. Closed-Leaf check-in: 699af4b725 user: dgp tags: tip490-msgcat-oo-2
13:38
Implement TIP 462: Add New [::tcl::process] Ensemble for Subprocess Management check-in: 2409228234 user: dgp tags: core-8-branch
13:24
merge 8.7 Closed-Leaf check-in: 7ff3e810a4 user: dgp tags: tip-462
13:07
Convert DOS -> unix line endings. check-in: 8ab900d3e1 user: dgp tags: tip-462
02:48
It is confusingly stupid to use variable "length" to hold an actual length in part of a routine, and... check-in: 4d996dc6aa user: dgp tags: core-8-6-branch
2018-03-11
23:08
merge 8.7 check-in: ba6c45d940 user: dgp tags: core_zip_vfs
23:08
merge 8.7 Leaf check-in: de798b5604 user: dgp tags: sebres-string-insert-cr1
22:42
merge 8.7 check-in: 49512ebf1d user: dgp tags: tip-445
22:35
merge 8.7 check-in: d2bbe92e24 user: dgp tags: bug-e593adf103-core-8
22:34
merge 8.7 check-in: c5126a3728 user: dgp tags: tip-421
22:27
merge trunk check-in: f5eea09981 user: dgp tags: dgp-properbytearray
22:09
merge trunk check-in: fe5ab53a8f user: dgp tags: dgp-refactor
22:08
merge trunk check-in: 63b14fe35f user: dgp tags: novem
21:42
merge 8.7 check-in: 3108218eee user: dgp tags: trunk
21:29
merge 8.6 check-in: 23c46c8cd1 user: dgp tags: core-8-branch
21:15
plug memleaks check-in: b087783022 user: dgp tags: core-8-6-branch
21:14
Prevent leaks of the Object structs of oo::object and oo::class. check-in: 722088eb1f user: dgp tags: memleak
18:08
Attempt at providing the missing instance squelcher. check-in: a8a64455ae user: dgp tags: memleak
12:33
merge 8.7 check-in: 47549b459d user: dgp tags: trunk
12:22
merge 8.6 check-in: f27bd866ac user: dgp tags: core-8-branch
12:14
plug memleak of constructed package requirement. check-in: 70bb82f088 user: dgp tags: core-8-6-branch
12:13
Screen out empty list value so that assertions are true. check-in: c9318a708c user: dgp tags: core-8-6-branch
12:11
Copy pdbs to installation dir if OPTS=pdbs specified Leaf check-in: f1a182906d user: apnadkarni tags: nmake-install-pdbs
10:59
Create new branch named "nmake-install-pdbs" check-in: fc934e4455 user: apnadkarni tags: nmake-install-pdbs
01:24
merge 8.7 check-in: 43c7d2973c user: dgp tags: sebres-string-insert-cr1
2018-03-10
16:05
merge 8.7 check-in: 58e57236f7 user: dgp tags: bug-e593adf103-core-8
16:03
merge 8.7 check-in: 01268def02 user: dgp tags: tip-421
15:55
merge 8.7 check-in: 0892d078f0 user: dgp tags: tip-445
15:45
merge 8.6 check-in: e49b46e8e6 user: dgp tags: core-8-branch
15:41
Remove unused argument. check-in: 068c425cb0 user: dgp tags: core-8-6-branch
14:55
[db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor many systems to make c... check-in: 02721ee263 user: dgp tags: core-8-branch
14:44
Use LIST_MAX instead of computing an end index. check-in: f5f0c550dc user: dgp tags: core-8-6-branch
14:37
rename tests to make room for new tests in 8.7 check-in: 4062e2d0cc user: dgp tags: core-8-6-branch
2018-03-09
22:18
[db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor many systems to make c... check-in: 71c0a83836 user: dgp tags: core-8-6-branch
21:18
Restore safety for legacy bytecode. Closed-Leaf check-in: 2b6ecc0d9a user: dgp tags: bug-db36fa5122
21:07
Return routine to file scope. check-in: e4cb61e978 user: dgp tags: bug-db36fa5122
20:58
merge 8.6 check-in: c6324a5f20 user: dgp tags: bug-db36fa5122
20:46
Newer utility routine is more suitable. check-in: b864232e48 user: dgp tags: bug-db36fa5122
20:34
Update the command compilers and bytecode execution engine to use new machinery. check-in: 4d0f21f455 user: dgp tags: bug-db36fa5122
19:40
Use new machinery to repair index value flaws in [lsort]. check-in: c07b8490b6 user: dgp tags: bug-db36fa5122
19:23
Refactor the index value encode/decode machinery for broader use. Make use of it to fix index value ... check-in: 16c6cccd7f user: dgp tags: bug-db36fa5122
17:30
More demonstration tests of index value encoding flaws. check-in: 7ad27c34f2 user: dgp tags: bug-db36fa5122
15:28
New tests demonstrating index value encoding flaws in [lsearch]. check-in: 87a228d13e user: dgp tags: bug-db36fa5122
2018-03-08
21:58
Stop failing error ordering tests in compiled [lreplace]. check-in: 4be9db6bc7 user: dgp tags: bug-db36fa5122
19:43
Another error ordering test. check-in: 2cb8a48a00 user: dgp tags: bug-db36fa5122
19:28
New test expose flaw in error ordering. check-in: 96ef13a16a user: dgp tags: bug-db36fa5122
18:57
Streamline index decoding in INST_LIST_RANGE_IMM execution. Eliminte the internals intrusion in the ... check-in: af16acfbf8 user: dgp tags: bug-db36fa5122
17:26
Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37]. Scratch rewrite of the [... check-in: a765812bfc user: dgp tags: bug-db36fa5122
02:28
Reduce the "clever" factor. (Fine line between clever and stupid.) check-in: 92e1b73cd8 user: dgp tags: bug-db36fa5122
2018-03-07
21:45
Streamline index decoding in INST_STR_RANGE_IMM execution. check-in: bb66d42b7b user: dgp tags: bug-db36fa5122
21:41
Merge 8.7 check-in: 166c604e57 user: jan.nijtmans tags: trunk
21:21
Merge 8.6 check-in: 655a7278ed user: jan.nijtmans tags: core-8-branch
21:02
When index parsing alone tells you a [string range] is empty, just push it. check-in: 38b72bb54b user: dgp tags: bug-db36fa5122
20:24
Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled extensions with incompa... check-in: 6b79f4ac30 user: jan.nijtmans tags: core-8-branch
19:55
Express INST_LIST_INDEX_IMM index processinig in terms of TCL_INDEX_END so that consistencies are ma... check-in: 31a078bec7 user: dgp tags: bug-db36fa5122
19:35
Fix handling of "pkgIndex" file in "package files" command. This was broken as well, as result of NR... check-in: c2b3db3af1 user: jan.nijtmans tags: core-8-branch
18:39
Establish 4 symbols for categories of parsed index values: TCL_INDEX_START = 0 The start index.... check-in: 3f026007bd user: dgp tags: bug-db36fa5122
17:02
Rework TclGetIndexFromToken to make use of TclGetEndOffsetFromObj, and to lay out the index value en... check-in: 8cadbda624 user: dgp tags: bug-db36fa5122
15:13
merge 8.7 check-in: f43a6f6ea8 user: dgp tags: core_zip_vfs
15:10
amend to [58716e0e92]: now the duplication is really pointless, so eliminated check-in: bca1b5c18a user: sebres tags: core-8-6-branch
14:16
Remove pointless duplication. check-in: 58716e0e92 user: dgp tags: core-8-6-branch
13:40
Tests of [assemble] use of compiled index values. check-in: d6534fb386 user: dgp tags: bug-db36fa5122
12:08
Incorporate sebres work on the same ticket. Good stuff! check-in: 775afbf909 user: dgp tags: bug-db36fa5122
2018-03-06
22:53
Fix the "package files" command. Due to the NRE enabling of "package" it always started to return an... check-in: 6a24d9dea4 user: jan.nijtmans tags: core-8-branch
22:27
test cases for "lsort": coverage for "missing from sublist" error case with negative index (-1-1, -2... Closed-Leaf check-in: 4bf1bd4bcc user: sebres tags: sebres-bug-db36fa5122
21:59
try to fix [db36fa5122]: better compiled variants of several indices-related commands, test-cases ex... check-in: 82d6ec9fbb user: sebres tags: sebres-bug-db36fa5122
20:59
rework error handling to keep test suite happy. check-in: 6723fc3cc9 user: dgp tags: bug-db36fa5122
20:27
Have assembler use same index value parser as the bytecode compiler. check-in: 9642b8388f user: dgp tags: bug-db36fa5122
20:09
New internal routine TclGetEndOffsetFromObj. check-in: 0adb97c70d user: dgp tags: bug-db36fa5122
18:42
array for: Add missing ObjCmdProc wrapper around the NR proc. check-in: 4a61f6e2be user: bll tags: tip-421
18:21
array for: updated documentation: value variable is not optional, add specifics about when array for... check-in: 694b8c4633 user: bll tags: tip-421
17:38
various bits of ranting commentary check-in: bb516aa8d9 user: dgp tags: core-8-6-branch
17:19
tip-421: array for: a) Fix bug starting search (name not set). b) Fix error message for array ch... check-in: 736d436f40 user: bll tags: tip-421
13:59
merge trunk check-in: 09d8575012 user: dgp tags: novem
13:58
merge trunk check-in: c2717d5d40 user: dgp tags: dgp-refactor
13:56
merge trunk check-in: ca5a9a7e17 user: dgp tags: dgp-properbytearray
13:50
merge 8.7 check-in: d0cbf832fb user: dgp tags: tip-502
13:48
merge 8.7 check-in: 26b4cadc18 user: dgp tags: sebres-string-insert-cr1
13:47
merge 8.7 check-in: 8ce0c4007c user: dgp tags: bug-e593adf103-core-8
13:46
merge 8.7 check-in: 1982d6e284 user: dgp tags: tip-421
13:45
merge 8.7 check-in: 068966277d user: dgp tags: tip-445
13:37
Remove all the code supporting legacy opcodes. Restructure to pave the way for re-ordering the opcod... check-in: 06878f44c2 user: dgp tags: trunk
13:21
merge 8.7 check-in: fd73024fcf user: dgp tags: trunk
12:59
merge 8.6 check-in: 3d06c4a172 user: dgp tags: core-8-branch
12:10
Compiler warning in a --enable-symbols=compile build Closed-Leaf check-in: bcac80f886 user: dgp tags: legacy-instructions
12:02
Remove disabled code and reformat. check-in: a8b448a3dc user: dgp tags: legacy-instructions
05:27
Convert macros to enums - constrained by need for matching table. check-in: 3801db5266 user: dgp tags: legacy-instructions
04:08
experiment check-in: 767b0181f2 user: dgp tags: legacy-instructions
2018-03-05
22:16
Remove all code supporting legacy instructions. check-in: bb721a5964 user: dgp tags: legacy-instructions
20:58
unbreak check-in: e9de22da04 user: dgp tags: legacy-instructions
20:30
WIP removing bytecode instructions that are no longer issued. check-in: e1de1b8ffe user: dgp tags: legacy-instructions
20:05
merge 8.7 check-in: d5b12651ab user: dgp tags: trunk
20:00
Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT and USE_INTERP_ERRORLINE... check-in: fc9f725045 user: dgp tags: core-8-branch
19:29
Last bit of TIP 503 implementation. Closed-Leaf check-in: d122852556 user: dgp tags: tip-503
18:16
merge 8.7 check-in: debcf945ba user: dgp tags: sebres-string-insert-cr1
17:43
merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-channels ...) check-in: 6b38bf6d66 user: sebres tags: core-8-6-branch
17:41
merge 8.7 check-in: 6489350c8b user: dgp tags: tip-421
17:40
merge 8.7 check-in: a06898693e user: dgp tags: bug-e593adf103-core-8
17:32
merge trunk check-in: 7358deebed user: dgp tags: dgp-refactor
17:26
merge trunk check-in: 3b759ebe50 user: dgp tags: dgp-properbytearray
17:26
merge trunk check-in: 96454253e2 user: dgp tags: novem
17:18
merge 8.7 check-in: 927955d0ab user: dgp tags: tip-445
17:16
merge 8.7 check-in: 9d080b5730 user: dgp tags: trunk
17:07
TIP 351 Implementation. check-in: 7ac44158fa user: dgp tags: core-8-branch
16:49
Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults! check-in: 3d48c6641f user: dgp tags: tip-421
16:09
Merge 8.7; avoid checkin converting TclGetNumberFromObj to TclParseNumber. check-in: 209140ed94 user: dgp tags: tip-502
2018-03-01
22:37
Merge 8.7 check-in: b4215b096d user: jan.nijtmans tags: trunk
22:27
Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t) check-in: 8531135e45 user: jan.nijtmans tags: core-8-branch
21:15
Merge 8.7 Closed-Leaf check-in: 70ad0a2752 user: jan.nijtmans tags: index-range-and-overflow
21:06
Merge 8.7 check-in: 2e45811671 user: jan.nijtmans tags: trunk
20:55
Update libtommath to latest "develop" check-in: 914ba7d4ea user: jan.nijtmans tags: core-8-branch
20:54
Use TclParseNumber() in stead of TclGetNumberFromObj(). This gives less surprising results in test c... check-in: adf9964e6f user: jan.nijtmans tags: index-range-and-overflow
20:20
merge 8.7 check-in: fd239d6457 user: dgp tags: index-range-and-overflow
20:13
merge 8.6 check-in: fde243bcbd user: dgp tags: core-8-branch
20:07
Some comments info for the next folks who come wandering in. check-in: 650f9e6c7c user: dgp tags: core-8-6-branch
19:30
Avoid full list conversion when we can cheaply discover a multi-element list is not possible. check-in: ca6ab1446a user: dgp tags: index-range-and-overflow
16:48
Refactor to eliminate duplicate routine parsing tokens as indices. check-in: 620b046459 user: dgp tags: core-8-6-branch
04:19
Continue consistent use of LLONG_MIN and LLONG_MAX. check-in: ec70581d16 user: dgp tags: index-range-and-overflow
04:13
merge 8.7 check-in: c3b9bfbc3d user: dgp tags: index-range-and-overflow
04:13
We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt. Use them consistently. Also f... check-in: bdc69f0764 user: dgp tags: core-8-branch
2018-02-28
13:40
Use mp_isneg() as appropriate. check-in: 8d27d9381c user: dgp tags: index-range-and-overflow
13:38
merge 8.7 check-in: 8b8bc7ed1e user: dgp tags: index-range-and-overflow
2018-02-27
23:17
merge 8.7 check-in: 29aff18140 user: dgp tags: index-range-and-overflow
22:35
Don't save indices with values outside the int range in bytecode. check-in: 5de7a219fe user: dgp tags: index-range-and-overflow
21:55
Merge trunk check-in: bbb2d60708 user: jan.nijtmans tags: memory-API
21:12
Merge 8.7 check-in: e9564f822a user: jan.nijtmans tags: trunk
20:48
Use mp_isneg() in stead of mp_cmp_d() when the output of this function is simply compared with MP_LT... check-in: e509642a0b user: jan.nijtmans tags: core-8-branch
20:30
No need to set/restore tcl_precision in this test-case check-in: 8d84a6eee5 user: jan.nijtmans tags: core-8-branch
18:20
Much more progress expanding the vocabulary of index values, and getting results that make more intu... check-in: 3eb440e907 user: dgp tags: index-range-and-overflow
13:13
Work In Progress on index value reform -- not working. check-in: 74f11eb486 user: dgp tags: index-range-and-overflow
2018-02-26
18:18
merge 8.7 check-in: 225b6b1d08 user: dgp tags: bug-e593adf103-core-8
18:17
merge amg-string-insert updates check-in: 98f0601375 user: dgp tags: sebres-string-insert-cr1
2018-02-25
12:04
Starting to build the implementation of the private methods and variables. Definition support. check-in: bd8482a809 user: dkf tags: tip-500
2018-02-23
18:20
merge trunk check-in: e719d71c96 user: dgp tags: novem
18:18
merge trunk check-in: f28aeeac9c user: dgp tags: dgp-refactor
18:15
merge trunk check-in: 69df2bc72e user: dgp tags: dgp-properbytearray
18:10
merge 8.7 check-in: 8b6f45e051 user: dgp tags: trunk
18:08
merge 8.7 Leaf check-in: 8d012d639c user: dgp tags: amg-string-insert
18:01
merge 8.7 check-in: 9d0eb0566c user: dgp tags: tip-445
17:49
Don't let presence of a string rep prevent optimizations on "pure" bytearrays. check-in: 7f4d49a687 user: dgp tags: core-8-branch
17:17
Remove tests of "end-offset" Tcl_ObjType, taken private. check-in: b38ba254a0 user: dgp tags: core-8-branch
17:02
[8e6a9ac221] Stop false matching with bytearrays. (string-11.55) check-in: 44d94e2338 user: dgp tags: core-8-branch
17:00
[8e6a9ac221] Stop false matching with bytearrays. (string-11.55) check-in: df3d018b71 user: dgp tags: core-8-6-branch
15:44
Cease registration of the "end-offset" Tcl_ObjType. Give it file scope. Remove the updateStringProc ... check-in: e0ca41d498 user: dgp tags: core-8-branch
2018-02-22
21:17
merge trunk check-in: 709a045dbb user: jan.nijtmans tags: memory-API
20:10
merge trunk check-in: 4e3d68adda user: jan.nijtmans tags: novem
20:09
merge core-8-branch check-in: d84b8524af user: jan.nijtmans tags: trunk
20:03
Correctly distinguish between internalrep.longValue (in case of boolean) and internalre.wideValue (i... check-in: 1a90ee1f22 user: jan.nijtmans tags: core-8-branch
18:59
[89dfecb6b7] Make thread IDs in testing commands consistent. check-in: 6b66e4e45c user: dgp tags: core-8-branch
18:57
[89dfecb6b7] Make thread IDs in testing commands consistent. check-in: 0a56102bb4 user: dgp tags: core-8-6-branch
2018-02-15
19:54
Use internalRep.wideValue as internal representation for booleans. This simplifies the handling of "... check-in: 9376106350 user: jan.nijtmans tags: trunk
18:55
merge trunk check-in: c50c2a8b84 user: dgp tags: novem
18:38
merge trunk check-in: 622064d58a user: dgp tags: dgp-refactor
18:38
merge trunk check-in: 2d19d59ddc user: dgp tags: dgp-properbytearray
18:30
merge 8.7 check-in: 03a61ed253 user: dgp tags: trunk
18:27
merge 8.7 check-in: ced3f8220a user: dgp tags: amg-string-insert
18:24
merge 8.7 check-in: fb5189741a user: dgp tags: tip-445
18:02
Distingish between boolean and int when checking whether a boolean is true or not: The internal repr... check-in: b1bcf543c8 user: jan.nijtmans tags: core-8-branch
17:24
Better range checking in "string index". Add test-case to prove point.

This opens a large discussio... check-in: 3a0430c3e2 user: dgp tags: index-range-and-overflow

17:21
Revert recent commit that changed behavior of TclGetIntForIndex() for a small subset of cases of ove... check-in: a7ef066428 user: dgp tags: core-8-branch
15:58
Guarantee the buffer is large enough it will not be overrun. check-in: 6f7a5abdb8 user: dgp tags: core-8-branch
15:14
Stop seeking out the libieee.a library and linking to it when found. check-in: 934a0afb70 user: dgp tags: core-8-branch
15:08
Stop seeking out the libieee.a library and linking to it when found.

The latest release of the GNU ... check-in: c9a48a280e user: dgp tags: core-8-6-branch

13:52
merge-mark check-in: 725e157968 user: dgp tags: core-8-branch
10:52
merge pyk-backport-to-8-6

DGP: This checkin creates two memleaks, detected by test compile-12.1 ... check-in: 4039b2b895 user: pooryorick tags: core-8-6-branch

10:23
Rearrange a few lines TclRenameCommand to reduce operations. Closed-Leaf check-in: 06a2db96a6 user: pooryorick tags: pyk-backport-to-8-6
10:14
merge pyk-TclOO check-in: 3cdc5a9717 user: pooryorick tags: pyk-backport-to-8-6
10:05
Udate Tcl_ObjectDeleted to reflect recent changes. Leaf check-in: 5bd9cf6428 user: pooryorick tags: pyk-TclOO
09:47
TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. check-in: 14b283bfc2 user: pooryorick tags: pyk-TclOO
09:40
Fix syntax error in previous commit. check-in: 32993ddd16 user: pooryorick tags: pyk-TclOO
09:34
Add the check for wrong arguments back to TclOO_Object_Destroy, remove inadvertant increment of Name... check-in: d3d985e2b7 user: pooryorick tags: pyk-TclOO
09:30
Streamline TclOO object cleanup routines. check-in: 1db3099b55 user: pooryorick tags: pyk-TclOO
09:20
Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). check-in: 29f5aa6c36 user: pooryorick tags: pyk-backport-to-8-6
09:10
Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that have mixed themselves i... check-in: 3908414450 user: pooryorick tags: pyk-backport-to-8-6
08:53
Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object creation by qualified name)... check-in: a5d05b97be user: pooryorick tags: pyk-backport-to-8-6
08:38
Minor refactoring of TclOO object reference count booking during object creation. check-in: 7f882381fb user: pooryorick tags: pyk-backport-to-8-6
06:45
Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance(). check-in: 33bdcf3e31 user: pooryorick tags: pyk-backport-to-8-6
06:35
Streamline TclOO object cleanup routines. check-in: e6b28dd11e user: pooryorick tags: pyk-backport-to-8-6
06:01
merge pyk-command-named-colon check-in: b31e995023 user: pooryorick tags: pyk-backport-to-8-6
05:11
Move return type to its own line.
Closed-Leaf check-in: a2529e78ef user: pooryorick tags: pyk-command-named-colon
04:56
merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNamespace.
check-in: 5d0c607c9b user: pooryorick tags: pyk-command-named-colon
2018-02-14
22:42
Merge core-8-branch check-in: a5644381cc user: jan.nijtmans tags: trunk
22:22
Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. Change some internal var... check-in: 2736df026c user: jan.nijtmans tags: core-8-branch
21:47
Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update coroutine and TclOO object c... check-in: d448664da0 user: pooryorick tags: pyk-command-named-colon
21:02
merge trunk check-in: 399a998d7a user: jan.nijtmans tags: novem
20:59
fix test-cases, account for differences between Tcl 8.7 and 9.0 check-in: 8668416b0a user: jan.nijtmans tags: trunk
20:43
merge core-8-branch check-in: 5cfe15b5d6 user: jan.nijtmans tags: trunk
20:22
Merge TIP #476 check-in: 38ffcc50f4 user: jan.nijtmans tags: core-8-branch
20:17
Better range checking in "string index". Add test-case to prove point. check-in: 8a4df74e9a user: jan.nijtmans tags: core-8-branch
19:07
Lift the restriction on command names names that begin with ":". check-in: e5003b19a3 user: pooryorick tags: pyk-command-named-colon
19:07
New empty branch for other branches that bring changes from core-8-branch back to core-8-6-branch. check-in: d89c159310 user: pooryorick tags: pyk-backport-to-8-6
15:33
merge 8.7 Closed-Leaf check-in: 1a4479ca01 user: dgp tags: z_modifier
15:00
merge 8.7 check-in: d15df14b60 user: dgp tags: amg-string-insert
14:59
merge trunk check-in: 57384f942e user: dgp tags: dgp-refactor
14:59
merge trunk check-in: b35fcf958d user: dgp tags: dgp-properbytearray
14:56
merge trunk check-in: 271cfe2752 user: dgp tags: novem
14:52
merge 8.7 check-in: 72b94c10f2 user: dgp tags: tip-445
14:50
merge 8.7 check-in: 5f3f2c02cb user: dgp tags: trunk
14:38
Fix regression in [expr {0%$bignum}]. check-in: 85e6dc0a02 user: dgp tags: core-8-branch
14:19
merge pyk-backport-to-8-6 check-in: c9251294d9 user: pooryorick tags: core-8-6-branch
14:05
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. Closed-Leaf check-in: f8c550d805 user: pooryorick tags: pyk-backport-to-8-6
13:37
Rewrite documentation in comments for brevity and clarity. check-in: 64f4563fdc user: pooryorick tags: pyk-backport-to-8-6
13:00
Modify test oo-11.6 to not use [self], which is not avaiable until 8.7. check-in: ad07c6b30c user: pooryorick tags: pyk-backport-to-8-6
12:52
More tests for bignum modulus regressions check-in: 98be5e06ea user: dgp tags: core-8-branch
12:52
More tests for bignum modules regressions. check-in: 5d2023f107 user: dgp tags: core-8-6-branch
12:50
merge-mark check-in: eefb3a51ff user: dgp tags: core-8-branch
12:31
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 42d9036077 user: pooryorick tags: pyk-backport-to-8-6
12:14
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: d021c547ea user: pooryorick tags: core-8-6-branch
10:57
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... check-in: 1a21ad0d52 user: pooryorick tags: core-8-6-branch
10:46
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... check-in: 77641f0360 user: pooryorick
2018-02-13
21:00
merge mark check-in: d614e6307c user: dgp tags: core-8-branch
20:59
test expr-32.7 for bignum modulus range. FAILING for now. Error in TIP 484. check-in: 80478e9096 user: dgp tags: core-8-branch
20:51
New test expr-32.7 for bignum modulus range. check-in: 8afeaf8fcf user: dgp tags: core-8-6-branch
19:22
Correcting the string tests check-in: e43056cf4a user: hypnotoad tags: tip-501
19:10
Ok.. that was all it needed check-in: e144efef26 user: hypnotoad tags: tip-501
18:55
Implemetation of tip 501.

Note: The build fails with:

bad stack depth computations: is 0, should b... check-in: 46ed8c3c33 user: hypnotoad tags: tip-501

2018-02-12
23:57
Merge updates from 8.6 branch. check-in: 4ff7fe6ca3 user: mistachkin tags: irontcl
12:40
Add remaining wrapper to the NR functions, remaining calls to TCL_NRAddCallback, and a test for a p... check-in: 46fd14dcfe user: pooryorick tags: core-8-6-branch
10:44
Adapt signature of PkgRequireCore to conform to Tcl_ObjCmdProc, and call it in Tcl_PkgRequireProc on... check-in: 733559b5b6 user: pooryorick tags: core-8-6-branch
10:14
Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in PkgRequireCore so that TclNRAdd... check-in: bab0347467 user: pooryorick tags: core-8-6-branch
2018-02-11
19:35
Change the signature of PkgRequireCore in preparation to provide TclNRPackageObjCmd. check-in: 5a70d5bef1 user: pooryorick tags: core-8-6-branch
19:29
Remove restriction on defining the class of a TclOO object not explicitly instantiated from ::oo::cl... check-in: 558d4385aa user: pooryorick tags: core-8-6-branch
19:19
Refine documentation for Tcl_NR* functions. check-in: 8573999b79 user: pooryorick tags: core-8-6-branch
2018-02-09
20:57
merge 8.7 check-in: d200f0036e user: dgp tags: amg-string-insert
20:43
merge trunk check-in: 713b9849e2 user: dgp tags: novem
20:22
merge trunk check-in: ffe2a9625d user: dgp tags: dgp-properbytearray
20:22
merge trunk check-in: 32930b2344 user: dgp tags: dgp-refactor
18:52
merge 8.7 check-in: 709f848841 user: dgp tags: trunk
18:45
merge 8.7 check-in: 8a91dc9521 user: dgp tags: tip-445
10:09
small code review: resolve conversion warnings (possible loss of data, signed/unsigned comparison) check-in: 29bc6e1422 user: sebres tags: core-8-branch
2018-02-08
20:43
Fix [9280abbaf5]: Compiling core-8-branch with msvc6 32 bit results in compile erro... check-in: 1269b801f7 user: jan.nijtmans tags: core-8-branch
14:41
fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LONG_MAX` does not possib... Closed-Leaf check-in: ed8f5966a3 user: sebres tags: fix-9280abbaf57fca3e-long-vs-wide
14:03
merge core-8-6-branch check-in: 7411659ecc user: sebres tags: core-8-branch
14:02
win/nmakehlp.c: removed unneeded dependencies to shlwapi (the same is easily implemented by standard... check-in: d39393be10 user: sebres tags: core-8-6-branch
12:45
Do not allow prefixed subcommands for mcutil check-in: 54721505c7 user: oehhar tags: tip499-msgcat-custom-preferences
09:49
Add subcommand mcpreferences to export getpreferences and getsystemlocale functions check-in: 368f72c4e0 user: oehhar tags: tip499-msgcat-custom-preferences
2018-02-07
19:25
TIP 499: Custom locale search for msgcat check-in: e1066b317c user: oehhar tags: tip499-msgcat-custom-preferences
2018-02-06
22:43
remove unused stub entries (now that those are macros)

Moved checkin off trunk onto dev branch jn... check-in: a9481af565 user: jan.nijtmans tags: trunk

21:38
merge trunk check-in: 6e3753692f user: dgp tags: dgp-refactor
21:33
merge trunk check-in: cce5d4c18f user: dgp tags: dgp-properbytearray
21:20
Some more complient API changes check-in: cb19e03837 user: jan.nijtmans tags: memory-API
21:11
merge 8.7 check-in: f7dba39527 user: dgp tags: tip-445
21:08
merge trunk check-in: a233811733 user: jan.nijtmans tags: memory-API
21:01
merge trunk check-in: 0774eefae7 user: jan.nijtmans tags: novem
20:54
merge core-8-branch check-in: 30f95df8b0 user: jan.nijtmans tags: trunk
20:07
TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int' check-in: 4f6d4a2b15 user: dgp tags: core-8-branch
19:55
TIP 493: Cease Distribution of http 1.0 check-in: a1a80c75c0 user: dgp tags: core-8-branch
19:43
Merge the NRE-enabling of [package require]. check-in: 01a902f856 user: dgp tags: core-8-branch
19:35
Rework a set of TclString*() routines for consistency. check-in: e317b90b9f user: dgp tags: core-8-branch
19:10
Rework TclStringReverse to consistent standard form. Closed-Leaf check-in: 40a7339d29 user: dgp tags: dgp-string-tidy
18:33
TclStringLast fixed. check-in: 514c7bb735 user: dgp tags: dgp-string-tidy
17:26
Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays. Stop trying to operate ... check-in: d37a7eed5d user: dgp tags: dgp-string-tidy
11:16
Add remaining wrapper to the NR functions, remaining calls to TCL_NRAddCallback, and a test for a pa... Closed-Leaf check-in: 1be00566c4 user: pooryorick tags: py-package-nre
2018-02-05
16:34
Revise the TclStringCat() interface to follow a common pattern. check-in: 77b878eb09 user: dgp tags: dgp-string-tidy
16:10
Revise TclStringRepeat() interface so that in place operations are done only by caller request. Esta... check-in: 87c1b5cb88 user: dgp tags: dgp-string-tidy
13:41
Improved overflow prevention. check-in: 45d6ea17ab user: dgp tags: dgp-string-tidy
13:33
Improved overflow prevention. check-in: 37bc8a96c8 user: dgp tags: dgp-string-tidy
2018-02-04
22:53
An experimental branch that allows hash tables to handle int-holding Tcl_Objs without creating the s... check-in: 509db3eaac user: dkf tags: dkf-experimental-fast-number-hash
15:52
fileevent $ch exception ... check-in: 3d3173c16b user: avl42 tags: tip-469
13:49
getting it closer to working. Closed-Leaf check-in: b7161983e5 user: avl42 tags: tcl-469-1st-try
2018-02-03
18:15
Refine documentation for Tcl_NR* functions. check-in: 66c9beaeff user: pooryorick tags: core-8-branch
2018-02-02
09:22
Update TZ info to tzdata2018c. check-in: 180f13019a user: jima tags: novem
09:21
Update TZ info to tzdata2018c. check-in: 0f39fd5d45 user: jima tags: trunk
09:21
Update TZ info to tzdata2018c. check-in: 22d68dec9d user: jima tags: core-8-branch
09:19
Update TZ info to tzdata2018c. check-in: 474348e060 user: jima tags: core-8-6-branch
06:18
Fix INCLUDE_INSTALL_DIR def when building against Tcl source. Bump rules.vc to 1.2 check-in: 75bcb60774 user: apnadkarni tags: trunk
06:17
Fix INCLUDE_INSTALL_DIR def when building against Tcl source. Bump rules.vc to 1.2 check-in: 5183e7b4ae user: apnadkarni tags: core-8-branch
06:07
Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to 1.2. check-in: 5523987533 user: apnadkarni tags: core-8-6-branch
2018-01-31
12:18
Change Tcl_Token definition (int -> size_t). Many related code-changes. check-in: e3a724b790 user: jan.nijtmans tags: memory-API
00:07
Fix segmentation fault triggered by test package-3.12. Adapt signature of PkgRequireCore to conform... check-in: a202272098 user: pooryorick tags: py-package-nre
2018-01-29
15:41
merge trunk check-in: 28677b372a user: dgp tags: dgp-refactor
15:41
merge trunk check-in: 94b027ca28 user: dgp tags: dgp-properbytearray
15:36
merge 8.7 check-in: d47384a06e user: dgp tags: tip-445
15:35
merge trunk check-in: 5d8966c523 user: dgp tags: novem
15:05
merge trunk check-in: 85e70f6ac2 user: jan.nijtmans tags: memory-API
15:04
merge core-8-branch check-in: 2f3257aaa9 user: jan.nijtmans tags: trunk
13:18
merge 8.7 check-in: dc36231357 user: dgp tags: z_modifier
11:36
merge trunk check-in: 3faa71ab4f user: jan.nijtmans tags: memory-API
2018-01-28
18:21
Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in PkgRequireCore so that TclNRAd... check-in: a73a48740a user: pooryorick tags: py-package-nre
14:37
Change the signature of PkgRequireCore in preparation to provide TclNRPackageObjCmd. check-in: f1658c3f82 user: pooryorick tags: core-8-branch
2018-01-27
18:17
Remove restriction on defining the class of a TclOO object not explicitly instantiated from ::oo::cl... check-in: ee4ed14090 user: pooryorick tags: core-8-branch
01:45
Fix segfault due to shimmering in [join $l $l]. (Test join-4.1). check-in: 26671cc34a user: dgp tags: core-8-branch
01:38
Regression test for shimmering danger in [join]. check-in: 482e7bb397 user: dgp tags: core-8-6-branch
2018-01-26
21:09
merge amg-string-insert updates check-in: fbf1c81f32 user: dgp tags: sebres-string-insert-cr1
19:48
silence compiler warning check-in: 37e302b6be user: dgp tags: sebres-string-insert-cr1
16:20
merge core-8-branch. Also add range checks to Tcl_GetUniChar() and Tcl_Range(), as suggested by Don ... check-in: c33b158bd6 user: jan.nijtmans tags: tip-389
13:29
Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/Tcl_SetLongObj to macro'... Closed-Leaf check-in: b162d433dc user: jan.nijtmans tags: no-wideint
12:32
Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLongObj/Tcl_NewIntObj/Tcl_... check-in: 85e9d69071 user: jan.nijtmans tags: no-wideint
10:26
merge core-8-branch check-in: da1d7a3559 user: jan.nijtmans tags: trunk
2018-01-25
22:42
New bytecode instructions must be appended at the end of the instruction table. check-in: 27951f8463 user: dgp tags: amg-string-insert
22:11
Dup test name Closed-Leaf check-in: 3884c97fd6 user: dgp tags: tip-351
21:59
merge 8.7 check-in: 34b2aa02bc user: dgp tags: amg-string-insert
21:58
merge 8.7 check-in: 7547cad25b user: dgp tags: tip-351
21:35
test suite debugging check-in: b1f83268a5 user: dgp tags: core-8-branch
21:28
lifetime management of files generated by tests check-in: f779a1c0fa user: dgp tags: core-8-6-branch
20:41
test name continuity check-in: 2e99e714a9 user: dgp tags: core-8-6-branch
20:05
Allow -stride 1. check-in: 52aa1fc70a user: pspjuth tags: tip-351
19:50
Dup test names check-in: a47dc103f7 user: dgp tags: amg-string-insert
19:36
merge 8.7 check-in: aedd087091 user: dgp tags: amg-string-insert
16:51
merge 8.7 check-in: 5032ac5a1c user: dgp tags: tip-351
2018-01-24
12:02
Document "L" length modifier and (new) %a/%A specifiers. check-in: afb68da53e user: jan.nijtmans tags: z_modifier
10:01
merge core-8-branch check-in: 533391d8db user: jan.nijtmans tags: trunk
10:00
merge core-8-6-branch check-in: 4b20e752c0 user: jan.nijtmans tags: core-8-branch
09:59
Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" conversions normally do... check-in: 15b214b5f8 user: jan.nijtmans tags: core-8-6-branch
08:47
merge core-8-branch. Improve documentation (format.n). check-in: 3046684145 user: jan.nijtmans tags: z_modifier
2018-01-23
15:51
merge core-8-branch check-in: ca785e4341 user: jan.nijtmans tags: tip-389
15:22
merge trunk check-in: 82716436dd user: jan.nijtmans tags: novem
15:02
Don't register oldBooleanType any more. And rename "booleanString" to "boolean" in tclBooleanType. check-in: 8b82166955 user: jan.nijtmans tags: trunk
14:52
In Tcl 9.0, don't register oldBooleanType any more. And rename "booleanString" to "boolean" in tclBo... check-in: 8b366f71d8 user: jan.nijtmans tags: core-8-branch
13:30
merge trunk check-in: 7ac43d388a user: dgp tags: novem
13:30
merge trunk check-in: 2af295e742 user: dgp tags: dgp-refactor
13:30
merge trunk check-in: b0f4c19dae user: dgp tags: dgp-properbytearray
13:29
merge 8.7 check-in: c82eafcb5a user: dgp tags: tip-445
2018-01-22
13:43
merge mark check-in: 4a21adb86f user: dgp tags: trunk
13:38
typo check-in: 800ece7d79 user: dgp tags: core-8-branch
09:54
make the old "int" type "static", since it's just used in a single file. check-in: 26bb9cc0b3 user: jan.nijtmans tags: no-wideint
09:18
Put old "int" type back. Not used by Tcl anymore, but this restores compatibility with Tk < 8.6.9 an... check-in: f493a192a1 user: jan.nijtmans tags: no-wideint
08:41
merge core-8-branch check-in: 63ddd9b65a user: jan.nijtmans tags: no-wideint
2018-01-20
16:42
merge zipfs check-in: 5e8eb1bf5e user: jan.nijtmans tags: androwish
16:34
merge core-8-6-branch check-in: af8ce7ee0c user: jan.nijtmans tags: zipfs
16:13
merge trunk. Remove typedef Tcl_Value, it isn't used anywhere any more (could be re-used for somthin... check-in: 08b84d9d19 user: jan.nijtmans tags: novem
16:08
merge core-8-branch. Declare CONST86 as deprecated in Tcl 9.0 check-in: 4c45a06599 user: jan.nijtmans tags: trunk
16:02
Follow-up to previous commit (TIP #485 implementation). Actually remove Tcl_Backslash and Tcl_EvalTo... check-in: c18e951f88 user: jan.nijtmans tags: core-8-branch
14:38
merge core-8-branch check-in: decc9bc2f7 user: jan.nijtmans tags: initsubsystems
14:36
merge core-8-branch. Now tested as well with new nmake system. check-in: a9afa012f9 user: jan.nijtmans tags: win-console-panic
2018-01-19
20:29
tidy up NS_DYING/NS_DEAD flags, delete commands before variables when deleting a namespace. check-in: e40c01c7c5 user: pooryorick tags: bug-e593adf103-core-8
20:27
Fixed a problem where a Windows hack was occuring after it was called in the tclZipfs.c file, preve... check-in: 8096ef92fa user: hypnotoad tags: core_zip_vfs
17:19
merge trunk check-in: 4365967dd8 user: dgp tags: dgp-refactor
17:13
merge trunk check-in: aba52995a4 user: dgp tags: dgp-properbytearray
16:14
merge trunk check-in: 109d11dd03 user: jan.nijtmans tags: novem
16:08
No longer use (the undocumented) CONST86 anywhere, just keep the define in tcl.h. check-in: 27cc5a774d user: jan.nijtmans tags: trunk
15:40
merge trunk check-in: a7dd85b0fb user: jan.nijtmans tags: novem
15:17
Now really remove Tcl_EvalTokens/Tcl_Backslash as promised in the TIP. And remove library/tzdata/Sys... check-in: 1766f5a8e9 user: jan.nijtmans tags: trunk
2018-01-18
14:05
merge 8.7 check-in: d72a37bafb user: dgp tags: tip-389
13:49
merge trunk check-in: 7af6585855 user: dgp tags: novem
13:49
merge trunk check-in: 4e832f0711 user: dgp tags: dgp-refactor
13:42
merge trunk check-in: d9dc85cd6d user: dgp tags: dgp-properbytearray
13:32
merge 8.7 check-in: bac2c99230 user: dgp tags: tip-445
09:46
merge core-8-branch check-in: 0ccd66d880 user: jan.nijtmans tags: z_modifier
2018-01-17
19:01
OpenBSD now has AI_ADDRCONFIG. check-in: 730d40a466 user: stu tags: trunk
16:04
Merge trunk (and undo last change in generic/tclProc.c, which was wrong. Should be correct now in tr... check-in: 8f1887da0c user: jan.nijtmans tags: novem
16:01
clean-up some more remainings of the Itcl hack. Taken over from "novem". check-in: 97b61209fd user: jan.nijtmans tags: trunk
15:56
Modifications to allow the mounting of zip file systems from data blocks

Added a new stubs entry to... check-in: 1f15130a96 user: hypnotoad tags: core_zip_vfs

14:45
merge trunk check-in: ba54bedae6 user: jan.nijtmans tags: novem
14:17
Remove obsolete documentation (belonging to now-removed functions). Remove obsolete 8.4 bytecodes. A... check-in: 2370ad9791 user: jan.nijtmans tags: trunk
13:16
merge trunk (most of the API removals already were on "novem") check-in: 36a7ab983d user: jan.nijtmans tags: novem
12:56
Remove Tcl_CaseObjCmd from tclInt.h as well (was missing in previous commit) check-in: ba4d1968bf user: jan.nijtmans tags: trunk
12:45
TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared deprecated in 8.7 check-in: aedcd99c14 user: jan.nijtmans tags: trunk
11:47
TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRECATED, all Deprecated A... check-in: 21037e889d user: jan.nijtmans tags: core-8-branch
10:07
merge core-8-6-branch (typo's) check-in: f939eeb6ed user: jan.nijtmans tags: core-8-branch
10:06
typo's (found by Gustaf Neumann). Thanks! check-in: 3c1a933051 user: jan.nijtmans tags: core-8-6-branch
01:09
Modifications to index zip file systems by mountpoint, and separate the process of mounting a zip ar... check-in: 042d9742e2 user: hypnotoad tags: core_zip_vfs
2018-01-16
23:25
Tweaks to the tclZipfs.c file to allow the same C source to be used both in the core and as a static... check-in: d7c63c8941 user: hypnotoad tags: core_zip_vfs
14:53
Comment updated check-in: 8e666511a8 user: oehhar tags: tip490-msgcat-oo-2
14:13
Solve case where msgcat is called within a class definition script (works only for 8.7) check-in: 106a596741 user: oehhar tags: tip490-msgcat-oo-2
08:40
merge core-8-branch check-in: 806c23cf3f user: jan.nijtmans tags: no-wideint
2018-01-15
11:41
merge core-8-branch check-in: 962da37427 user: jan.nijtmans tags: z_modifier
2018-01-13
17:17
Install msgcat 1.7 in library folder 8.6 instead 8.5. It uses tailcall and will not work with 8.5 check-in: d1b6e6367a user: oehhar tags: tip490-msgcat-oo-2
17:14
Test numbering and naming corrected check-in: 5b5f9d6e6c user: oehhar tags: tip490-msgcat-oo-2
16:44
Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch release check-in: b435177975 user: oehhar tags: tip490-msgcat-oo-2
15:23
Extended command msgcat::mcexists by switch "-namespace ns" to explicitly specify namespace check-in: afd04a15b1 user: oehhar tags: tip490-msgcat-oo-2
2018-01-12
16:30
merge core-8-branch Closed-Leaf check-in: cb3d9b77de user: jan.nijtmans tags: tip-485
14:52
Implement the "mcn" command as "mc" with explicit namespace. check-in: b52da64880 user: oehhar tags: tip490-msgcat-oo-2
14:13
Use the test "[namespace which self] ne "::oo::Helpers::self"" to check if we are within an object (... check-in: 9d6849f197 user: oehhar tags: tip490-msgcat-oo-2
14:03
replace "return [uplevel 1 [list [namespace origin ..." by tailcall check-in: a6ed0ea3ad user: oehhar tags: tip490-msgcat-oo-2
11:18
merge core-8-branch check-in: 3451858e13 user: jan.nijtmans tags: trunk
10:03
Fix [11ae2be95d]: tip-389 branch: string range errors with code points greater than U+FFFF check-in: de13f558fb user: jan.nijtmans tags: tip-389
2018-01-11
16:46
Corrected test cleanups check-in: b6e4f9c857 user: oehhar tags: tip490-msgcat-oo-2
16:45
Tweaks to zipfs.test check-in: bb39207752 user: hypnotoad tags: core_zip_vfs
15:59
merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 still fails. check-in: ad24e66451 user: jan.nijtmans tags: tip-389
15:45
merge core-8-6-branch check-in: a0d51b9a0e user: jan.nijtmans tags: core-8-branch
15:44
Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when Tcl is compiled with -D... check-in: 27a52735df user: jan.nijtmans tags: core-8-6-branch
14:16
merge trunk check-in: 1789e3120e user: dgp tags: dgp-refactor
14:15
merge trunk check-in: e00fd95025 user: dgp tags: dgp-properbytearray
14:11
Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost works. check-in: 6758341b2f user: jan.nijtmans tags: tip-389
14:09
merge 8.7 check-in: eb762b4727 user: dgp tags: tip-445
2018-01-10
23:17
TIP490: oo for msgcal: new solution enable any command for oo, new command mcpackagenamespacege check-in: a8eb1a0f51 user: oehhar tags: tip490-msgcat-oo-2
14:59
merge trunk check-in: 15a898e034 user: jan.nijtmans tags: novem
14:33
merge core-8-branch check-in: a6003fbd9f user: jan.nijtmans tags: trunk
14:03
merge core-8-branch check-in: d43a6a594e user: jan.nijtmans tags: tip-389
14:02
Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for TCL_UTF_MAX=3. We can d... check-in: a2c5eee57d user: jan.nijtmans tags: core-8-branch
09:32
Don't use TclUtfToUniChar here: it doesn't give any advantage over Tcl_UtfToUniChar check-in: 2912e243cf user: jan.nijtmans tags: tip-389
08:27
merge core-8-branch check-in: b3fc2fbe3d user: jan.nijtmans tags: tip-389
08:25
Fix 00a27923ee: (Tcl part, re... check-in: 8481a52495 user: jan.nijtmans tags: core-8-branch
2018-01-09
18:10
Fix tests dependent on other tests in zipfs.test

Add a workaround for the fact that dynamic librari... check-in: de82487597 user: hypnotoad tags: core_zip_vfs

17:28
Fix for [e593adf103], resources of a namespace are still available after the namespace is deleted. S... check-in: 829ad7a459 user: pooryorick tags: bug-e593adf103-core-8
16:28
Pulling changes from core-8-branch check-in: 697f83a2c7 user: hypnotoad tags: core_zip_vfs
11:15
(partial) fix for 00a27923ee:... Closed-Leaf check-in: f0adfe7dac user: jan.nijtmans tags: bug-00a27923ee
00:10
Some refactoring and tidying up of comments. check-in: 85aedb56e8 user: dkf tags: core-8-branch
2018-01-08
19:41
See the bug-e593adf103-core-8 branch instead. Closed-Leaf check-in: 26eaed7dc1 user: pooryorick tags: bug-e593adf103
18:27
Merge pyk-TclOO branch. See [90657479e8] check-in: edf6105464 user: pooryorick tags: core-8-branch
18:21
Udate Tcl_ObjectDeleted to reflect recent changes. Closed-Leaf check-in: 0bae33cd39 user: pooryorick tags: pyk-TclOO
17:36
Rearrange a few lines TclRenameCommand to reduce operations. check-in: abee89b2ba user: pooryorick tags: trunk
17:03
Rearrange a few lines TclRenameCommand to reduce operations. check-in: 4816fee2fb user: pooryorick tags: core-8-branch
2018-01-07
18:05
Merge changes form 8.6 branch except retain legacy MSVC build system. Also, fix build break seen wh... check-in: 0551245a6e user: mistachkin tags: irontcl
2018-01-06
17:21
Fix for [e593adf103], resources of a namespace are still available after the namespace is deleted. ... check-in: 3825265b17 user: pooryorick tags: bug-e593adf103
2018-01-04
13:01
merge core-8-6-branch check-in: 4afab23f14 user: jan.nijtmans tags: core-8-branch
13:00
(cherry-pick): Use http 2 instead of http 1 for Safe Base testing. check-in: 116dad3ca7 user: jan.nijtmans tags: core-8-6-branch
02:40
merge 8.7 check-in: ac96ad12de user: dgp tags: trunk
02:32
Minimal fixes to stop the [package files] machinery writing to freed mem. This contribution needs a ... check-in: e2d0c521d8 user: dgp tags: core-8-branch
02:23
Minimal fixes to stop the [package files] machinery writing to freed mem. This contribution needs a ... check-in: 66af5dca17 user: dgp tags: core_zip_vfs
2018-01-03
15:11
merge 8.7 check-in: b2b20de662 user: dgp tags: pyk-TclOO
2018-01-02
23:05
Doc for lsearch -stride check-in: 951142be7a user: pspjuth tags: tip-351
22:03
Add -stride to lsearch. TIP#351 check-in: 95150a1466 user: pspjuth tags: tip-351
2017-12-29
21:41
Modifications to clean up warnings on compile check-in: 6c7e0fd3e2 user: hypnotoad tags: core_zip_vfs
20:40
Removing the standalone pkgIndex.tcl. There is enough stuff that needs to be manually edited in the... check-in: 1fb6e2c898 user: hypnotoad tags: core_zip_vfs
18:58
Refactored lrange to common function. check-in: 9247e4f634 user: pspjuth tags: pspjuth-lrangeopt
17:47
Use http 2 instead of http 1 for Safe Base testing. Closed-Leaf check-in: 313ece0560 user: dgp tags: tip-493
17:38
Remove http 1.0 tests. check-in: 235847a1a8 user: dgp tags: tip-493
17:31
merge trunk check-in: b1241fac47 user: dgp tags: novem
17:18
merge trunk: check-in: 4e5b4aa40b user: dgp tags: dgp-refactor
17:11
merge trunk check-in: eadee06497 user: dgp tags: dgp-properbytearray
16:54
Remove http 1.0 files from fossil management. check-in: cd9ace8e3c user: dgp tags: tip-493
16:49
Remove handling of http 1.0 package files from Makefiles. check-in: c9233c5f0d user: dgp tags: tip-493
16:16
merge 8.7 check-in: 20d3928f5c user: dgp tags: tip-445
15:13
Pulling changes from core-8-branch check-in: cf43d89150 user: hypnotoad tags: core_zip_vfs
2017-12-28
23:54
Optimise lrange for unshared object. check-in: 30abcdf459 user: pspjuth tags: pspjuth-lrangeopt
23:23
New Tcl_GetIndexFromObjStruct signature using size_t check-in: 47ef24fb51 user: jan.nijtmans tags: memory-API
22:49
Fix compilation using -DUSE_TCLALLOC=1 check-in: 1763cf819c user: jan.nijtmans tags: memory-API
21:59
merge trunk check-in: bf625a7001 user: jan.nijtmans tags: memory-API
21:17
merge core-8-branch check-in: 92e15a4e78 user: jan.nijtmans tags: tip-389
21:16
merge core-8-branch check-in: e9b1ef6440 user: jan.nijtmans tags: trunk
21:15
merge core-8-6-branch check-in: a9598976f4 user: jan.nijtmans tags: core-8-branch
21:14
Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len parameter = -1, returned... check-in: b4b65e69b8 user: jan.nijtmans tags: core-8-6-branch
20:29
merge core-8-branch check-in: 9bd909d0f9 user: jan.nijtmans tags: tip-389
18:54
merge trunk check-in: 7e6b55712a user: jan.nijtmans tags: novem
18:53
merge core-8-branch check-in: 16cc95ccab user: jan.nijtmans tags: trunk
18:51
merge core-8-6-branch check-in: e7cb6182f1 user: jan.nijtmans tags: core-8-branch
18:49
Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNcasecmp()/TclUtfCasecmp()... check-in: 1ebc1bcaa5 user: jan.nijtmans tags: core-8-6-branch
18:45
Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly when sizeof(Tcl_UniChar) ... check-in: 0dd0d14489 user: jan.nijtmans tags: core-8-6-branch
17:04
merge zipfs check-in: bb29267b50 user: jan.nijtmans tags: androwish
16:54
merge core-8-6-branch check-in: e80c463d40 user: jan.nijtmans tags: zipfs
16:53
merge core-8-branch check-in: c358266fda user: jan.nijtmans tags: no-wideint
11:32
change ClientData -> void * in a lot of places (mainly header files) check-in: 8bac85ab5f user: jan.nijtmans tags: memory-API
2017-12-27
21:41
Merge trunk. Rename Tcl_MemAlloc and friends back to Tcl_Alloc, as this renaming turns out not to b... check-in: 671df0982f user: jan.nijtmans tags: memory-API
20:24
merge core-8-branch. Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar using only win32 API. check-in: 465d5c8195 user: jan.nijtmans tags: tip-389
14:18
merge trunk check-in: c8329d786f user: dgp tags: dgp-refactor
14:09
merge 8.7 check-in: 329ff8f395 user: dgp tags: tip-445
14:08
merge trunk check-in: b80d50c1db user: dgp tags: dgp-properbytearray
13:57
merge trunk check-in: 5f8a062e7e user: dgp tags: novem
2017-12-26
17:27
merge core-8-branch check-in: 59e7da9c29 user: pooryorick tags: pyk-TclOO
12:54
TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. check-in: 6f87ca4212 user: pooryorick tags: trunk
12:27
TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. check-in: ce47ead183 user: pooryorick tags: core-8-branch
03:33
Merged core-8-branch: replace ifdef TCLDIR with compare against empty string check-in: d0a985e198 user: apnadkarni tags: trunk
03:32
Merged core-8-6-branch: replace ifdef TCLDIR with compare against empty string check-in: b8024b4d83 user: apnadkarni tags: core-8-branch
03:30
Safer to compare TCLDIR against "" rather than ifdef as recursive nmakes can pass TCLDIR as defined ... check-in: d9ab6f42be user: apnadkarni tags: core-8-6-branch
2017-12-23
22:34
Keep track of Yaakov Selkowitz's changes for Cygwin. check-in: 381e6a60de user: jan.nijtmans tags: cygwin
20:22
merge core-8-branch check-in: c7e0d7fe69 user: jan.nijtmans tags: tip-491
20:18
merge core-8-branch check-in: 4cc6fab374 user: jan.nijtmans tags: tip-389
20:15
merge trunk check-in: 9ba3bb81eb user: jan.nijtmans tags: novem
18:41
merge core-8-branch check-in: ddb1a052af user: jan.nijtmans tags: trunk
18:40
merge core-8-6-branch (changes file only) check-in: b520b6acdb user: jan.nijtmans tags: core-8-branch
18:33
merge release check-in: 357365b905 user: jan.nijtmans tags: core-8-6-branch
08:05
Merge nmake rules 1.1 check-in: 7016932859 user: apnadkarni tags: trunk
08:02
Merge nmake rules 1.1 check-in: cf54094221 user: apnadkarni tags: core-8-branch
07:56
Look for Tcl and Tk import libraries with or without "t" suffix convention when building extensions.... check-in: fa8d8e1ce7 user: apnadkarni tags: core-8-6-branch
2017-12-22
15:52
merge trunk check-in: 077bfa7842 user: jan.nijtmans tags: memory-API
15:48
merge core-8-branch check-in: 10653a121d user: jan.nijtmans tags: trunk
15:45
Change a few (internal) refCount/mask variables to unsigned type. check-in: 5b6091c917 user: jan.nijtmans tags: core-8-branch
2017-12-21
13:26
merge core-8-branch check-in: dcf786b746 user: jan.nijtmans tags: tip-491
13:23
Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any more when building extensio... check-in: 091b838d1b user: jan.nijtmans tags: core-8-branch
07:51
merge-mark check-in: f5f7296900 user: jan.nijtmans tags: trunk
07:50
merge-mark check-in: fe7632d6da user: jan.nijtmans tags: core-8-branch
2017-12-20
18:28
Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace del... check-in: fae91079f3 user: pooryorick tags: core-8-6-branch
18:26
Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace deletes its... check-in: c5638e7db7 user: pooryorick tags: core-8-6-branch
18:25
Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace del... check-in: 4e553102e2 user: pooryorick tags: core-8-branch
18:22
Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace del... check-in: e37fdae32f user: pooryorick tags: trunk
13:38
merge trunk check-in: fca1897ccc user: jan.nijtmans tags: memory-API
12:53
merge trunk check-in: 79dc00dd1d user: jan.nijtmans tags: novem
12:30
Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are actually macro's. check-in: f64b1fc0e7 user: jan.nijtmans tags: trunk
12:02
Change hash/index/mask fields to type "unsigned int", because that's how hash values are generally s... check-in: f80dd1d3cf user: jan.nijtmans tags: trunk
11:28
Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace deletes its... check-in: 8de56be119 user: pooryorick tags: core-8-branch
09:19
Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace deletes its... check-in: c0fcc0ae03 user: pooryorick tags: trunk
2017-12-19
21:03
merge trunk check-in: 6852815e35 user: dgp tags: novem
21:03
merge trunk check-in: ec95599a1c user: dgp tags: dgp-refactor
21:02
merge trunk: check-in: 5a745e2f4d user: dgp tags: dgp-properbytearray
21:01
merge 8.7 check-in: db7f19568b user: dgp tags: tip-445
21:00
[586e71dce4] Exeception handling at level #0 by EvalObjv check-in: 2460b63257 user: dgp tags: trunk
21:00
[586e71dce4] Exeception handling at level #0 by EvalObjv check-in: aebab60489 user: dgp tags: core-8-branch
20:53
merge 8.6; update changes Closed-Leaf check-in: 1e46dacaab user: dgp tags: release, core-8-6-8, core-8-6-8-rc
20:48
[586e71dce4] Exeception handling at level #0 by EvalObjv check-in: 1a04c85a4f user: dgp tags: core-8-6-branch
16:31
merge trunk check-in: 7cc1c62ee1 user: dgp tags: dgp-refactor
16:22
merge trunk check-in: 9a95242f6d user: dgp tags: dgp-properbytearray
16:22
merge 8.7 check-in: dd50956e9c user: dgp tags: tip-445
15:46
merge core-8-branch check-in: 6cdd6bd319 user: jan.nijtmans tags: z_modifier
15:20
Somewhat better backwards compatibility on 64-bit platforms. check-in: 62da671053 user: jan.nijtmans tags: no-wideint
14:46
update changes check-in: fe783af831 user: dgp tags: core-8-6-8-rc
12:26
merge core-8-branch check-in: 30edd5c06a user: jan.nijtmans tags: no-wideint
12:25
merge trunk check-in: f43ba573f4 user: jan.nijtmans tags: novem
12:23
merge core-8-branch. Also change some internal refCount's from int to size_t. check-in: 6e23ad39af user: jan.nijtmans tags: trunk
11:23
Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from type "int" to "unsigne... check-in: c1636bce70 user: jan.nijtmans tags: core-8-branch
11:21
Minor simplification on Cygwin, since we only support Windows NT now check-in: d52dbcaad3 user: jan.nijtmans tags: core-8-branch
2017-12-18
14:33
No need any more to check for "Windows NT" here, since the minimum is XP now. check-in: 6017f38c18 user: jan.nijtmans tags: core-8-branch
14:06
merge 8.6 check-in: 4f8460d7eb user: dgp tags: core-8-6-8-rc
13:58
merge core-8-6-branch check-in: 57d7b671e0 user: jan.nijtmans tags: core-8-branch
13:56
(cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on Windows. check-in: dc862b1ad2 user: jan.nijtmans tags: core-8-6-branch
11:57
merge trunk check-in: 0c8fe8e31c user: jan.nijtmans tags: novem
11:48
merge core-8-branch check-in: 424886647f user: jan.nijtmans tags: trunk
11:47
merge core-8-6-branch. Remove win/coffbase.txt, which isn't used any more. check-in: fe7de8f520 user: jan.nijtmans tags: core-8-branch
11:41
Add win/rules-ext.vc and win/targets.vc to "make dist". Reported by Paul Overmeier. Thanks! check-in: 09c31fe30f user: jan.nijtmans tags: core-8-6-branch
2017-12-16
03:33
Pulling changes from core-8-branch check-in: 855b386403 user: hypnotoad tags: core_zip_vfs
03:30
Update the config.test with new keys needed for zipfs check-in: 08182e0f9f user: hypnotoad tags: core_zip_vfs
03:24
Removing static package declaration of zipfs. check-in: 4d16722d25 user: hypnotoad tags: core_zip_vfs
03:22
Re-arranging code and providing forward prototypes to allow the C infrastructure of Zipfs to be act... check-in: 67e20b245a user: hypnotoad tags: core_zip_vfs
2017-12-15
21:28
merge-mark check-in: 8b45532df4 user: jan.nijtmans tags: trunk
21:27
Revert a few more (int -> size_t) transitions, which could effect extensions (such as Itcl 3.4) whic... check-in: b59ef9e0d8 user: jan.nijtmans tags: core-8-branch
19:55
merge trunk check-in: 878d1b77fd user: jan.nijtmans tags: memory-API
17:04
merge mark check-in: 30cbf759b2 user: dgp tags: trunk
16:50
Revert the (int -> size_t) transition of the "cmdEpoch" field of the struct Command that was part of... check-in: 7379c9a072 user: dgp tags: core-8-branch
16:08
merge core-8-branch check-in: 3994774bf7 user: jan.nijtmans tags: win-console-panic
16:06
merge trunk check-in: e3d9fa3868 user: jan.nijtmans tags: novem
15:02
Merge TIP #488 implementation. Some clean-up in tommath implementation (remove internal stub entrie... check-in: 70302ff935 user: jan.nijtmans tags: trunk
14:46
Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTCL_NO_DEPRECATED. See TI... check-in: 8f2ba4c41d user: jan.nijtmans tags: core-8-branch
13:04
Oops, couldn't build tclWinPanic.o. Fixed now. check-in: d3fb144cc5 user: jan.nijtmans tags: win-console-panic
12:55
merge core-8-branch. Fully functioning now, including with the new vc-reform implementation. check-in: 8eb140e09f user: jan.nijtmans tags: win-console-panic
2017-12-14
14:38
fix comment check-in: 4d74cb42f6 user: jan.nijtmans tags: tip-491
13:41
merge core-8-branch. Fully tested now, works fine. check-in: 266e958c41 user: jan.nijtmans tags: tip-491
13:32
merge 8.6 check-in: 66da3b75c6 user: dgp tags: core-8-6-8-rc
12:02
Fix (harmless) compiler warning with Visual Studio check-in: 56f4e2ea09 user: jan.nijtmans tags: core-8-branch
2017-12-13
15:52
Pulling changes from core-8-branch check-in: 4f4380b7ac user: hypnotoad tags: core_zip_vfs
12:56
Fix syntax error in previous commit. check-in: fb1c6ebe6f user: pooryorick tags: pyk-TclOO
10:34
core-8-branch merge: Use nmakehlp -L to locate directories check-in: 0fc454593c user: apnadkarni tags: trunk
10:31
core-8-6-branch merge: Use nmakehlp -L to locate directories check-in: 3f56042ab4 user: apnadkarni tags: core-8-branch
10:03
Updated nmake system to make use of the new nmakehlp -L option for locating dependencies. check-in: aca1f49025 user: apnadkarni tags: core-8-6-branch
2017-12-12
17:34
Add -L option to nmakehlp to locate directories check-in: f9025565d6 user: apnadkarni tags: trunk
17:33
Add -L option to nmakehlp to locate directories check-in: 80e707b91b user: apnadkarni tags: core-8-branch
17:32
Add -L option to nmakehlp to locate directories check-in: c2285042d1 user: apnadkarni tags: core-8-6-branch
12:21
Correct argument passing (fellows on core list) Closed-Leaf check-in: 88b074811c user: oehhar tags: tip490-msgcat-oo
2017-12-11
23:50
Add the check for wrong arguments back to TclOO_Object_Destroy, remove inadvertant increment of Name... check-in: 00b79acaf0 user: pooryorick tags: pyk-TclOO
23:01
TIP490: add oo helper to msgcat that message catalogues are found within classes check-in: cf48b5b4e5 user: oehhar tags: tip490-msgcat-oo
16:42
Merge from core-8-branch - install stubs and headers where present check-in: 2f26372503 user: apnadkarni tags: trunk
16:40
Merge from core-8-6-branch - install stubs and headers where present check-in: 13790c6335 user: apnadkarni tags: core-8-branch
16:26
Allow standard targets to be selectively disabled. Automatic install for extension stubs and public ... check-in: 2910ed4636 user: apnadkarni tags: core-8-6-branch
14:19
Initial implementation of TIP #491. Not tested yet. check-in: 4f8b3e767d user: jan.nijtmans tags: tip-491
13:02
merge trunk check-in: cfcdb1aa9e user: dgp tags: novem
2017-12-10
21:45
Streamline TclOO object cleanup routines. check-in: 2201fdb82c user: pooryorick tags: pyk-TclOO
14:39
merge core-8-branch check-in: 956dbf71ea user: jan.nijtmans tags: trunk
14:35
Fix [0405863236]: wrong field checked in struct pollfd in T... check-in: 97378bb6a5 user: jan.nijtmans tags: core-8-branch
00:01
Ensure that an automatically-named TclOO object has the same name as its namespace. check-in: c0e2cd685c user: pooryorick tags: trunk
2017-12-09
16:55
merge trunk check-in: a43c0d3058 user: jan.nijtmans tags: novem
16:13
merge core-8-branch. Remove stub entry for TclWinGetPlatformId(), as it is no longer needed. Is a m... check-in: fa4dd57801 user: jan.nijtmans tags: trunk
15:32
merge core-8-6-branch check-in: 7b20ca415a user: jan.nijtmans tags: core-8-branch
15:31
Undo latest change to tcl.rc, since the autoconf-based windows build doesn't know about PRJLIBNAME check-in: d4d16f9ee7 user: jan.nijtmans tags: core-8-6-branch
2017-12-08
16:54
TIP477 merge: reformed nmake build system check-in: b9c183670a user: apnadkarni tags: trunk
16:19
merge TIP #477 implementation. Not tested yet in combination with semver changes Closed-Leaf check-in: 2b6b3a450a user: jan.nijtmans tags: semver
15:27
TIP477 merge: nmake build reform check-in: 83b60a4c17 user: apnadkarni tags: core-8-branch
13:54
Merge TIP 477 implementation check-in: eeceb67049 user: apnadkarni tags: core-8-6-branch
2017-12-07
19:44
Merge changes form 8.6 branch. check-in: c897144c1d user: mistachkin tags: irontcl
12:40
merge trunk check-in: a7916336d2 user: jan.nijtmans tags: novem
12:36
merge 8.7 check-in: 60f74266f4 user: jan.nijtmans tags: trunk
12:14
TIP #487: Stop support for Pre-XP Windows check-in: 200f182152 user: jan.nijtmans tags: core-8-branch
02:01
update changes check-in: 1a85e7f660 user: dgp tags: core-8-6-8-rc
2017-12-06
21:59
changes WIP check-in: 3dc724963c user: dgp tags: core-8-6-8-rc
21:03
merge 8.6 check-in: 88d0d60517 user: dgp tags: core-8-6-8-rc
21:01
merge trunk check-in: 46c4fb0467 user: dgp tags: novem
21:01
merge trunk check-in: 56262fb206 user: dgp tags: dgp-refactor
21:01
merge trunk check-in: 288d6fe82e user: dgp tags: dgp-properbytearray
21:00
merge 8.7 check-in: 2c1b48e1df user: dgp tags: tip-445
20:48
merge 8.7 check-in: b9331cc4d5 user: dgp tags: trunk
20:48
Plug memleak recently put into [package require]. check-in: 2d4e1f54f8 user: dgp tags: core-8-branch
20:46
Plug memleak recently put into [package require]. check-in: 322b850aaa user: dgp tags: core-8-6-branch
20:03
merge 8.7 check-in: 44eb8e6d1a user: dgp tags: trunk
20:02
merge 8.6 check-in: d222f5e505 user: dgp tags: core-8-branch
19:58
merge 8.6 check-in: 71686a3bf6 user: dgp tags: core-8-6-8-rc
19:57
[0e4d88b650] Added enough refcounting to stop `make valgrind` complaints about "Invalid read". This... check-in: 57f16b0bf3 user: dgp tags: core-8-6-branch
16:04
(cherry-pick from core-8-6-8-rc): Duplicate test names check-in: 019a2752d0 user: jan.nijtmans tags: core-8-6-branch
15:40
doc fixes check-in: 31254b76f0 user: jan.nijtmans tags: memory-API
15:30
Duplicate test names check-in: 828aed54a9 user: dgp tags: core-8-6-8-rc
15:27
Start RC branch for Tcl 8.6.8 check-in: 4131606306 user: dgp tags: core-8-6-8-rc
13:36
merge trunk check-in: b90a0b0a8e user: dgp tags: dgp-properbytearray
13:29
merge trunk check-in: fd03a8d8dc user: dgp tags: dgp-refactor
13:29
merge 8.7 check-in: 95532b94be user: dgp tags: tip-445
13:28
Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. check-in: 240811f822 user: dgp tags: trunk
13:28
Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. check-in: 12edbbe920 user: dgp tags: core-8-branch
13:20
merge trunk check-in: b6bfcf292c user: dgp tags: dgp-refactor
13:16
merge 8.7 check-in: e18f39f9e4 user: dgp tags: tip-445
13:08
merge trunk check-in: a60bc7d945 user: dgp tags: novem
13:07
[ce3a211dcb] Failed file normalize when tail is empty string. check-in: ea1609bd4a user: dgp tags: trunk
13:06
[ce3a211dcb] Failed file normalize when tail is empty string. check-in: 8bc984954c user: dgp tags: core-8-branch
13:05
[ce3a211dcb] Failed file normalize when tail is empty string. check-in: 3eb09544e5 user: dgp tags: core-8-6-branch
13:02
merge-mark "novem-bighash": just mark that the contents of this branch are already integrated in the... check-in: 1bdfcfeeb1 user: jan.nijtmans tags: memory-API
12:27
merge core-8-branch check-in: d7a57b5775 user: jan.nijtmans tags: initsubsystems
12:24
merge 8.7 check-in: 0dbf896d09 user: jan.nijtmans tags: win-console-panic
12:17
Don't do same test twice check-in: e0f3431c35 user: jan.nijtmans tags: z_modifier
12:10
merge 8.7 check-in: 48920a9cbe user: jan.nijtmans tags: z_modifier
12:00
merge core-8-branch check-in: bd596603e2 user: jan.nijtmans tags: no-wideint
2017-12-05
16:30
merge trunk check-in: 41a466b1a0 user: dgp tags: novem
15:59
[4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 61096afb17 user: dgp tags: trunk
15:52
[4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 866442a1aa user: dgp tags: core-8-branch
15:27
[4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 1b11773899 user: dgp tags: core-8-6-branch
14:29
Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindex Closed-Leaf check-in: 3fd52c7ca6 user: apnadkarni tags: vc-reform
11:59
Fix failing test-case (partially undo previous commit) check-in: 86d3a02e39 user: jan.nijtmans tags: novem
2017-12-01
15:03
merge trunk check-in: e008d0adce user: jan.nijtmans tags: memory-API
14:36
merge trunk check-in: 514aadb736 user: jan.nijtmans tags: novem
13:53
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-r... check-in: 6af217e68c user: jan.nijtmans tags: trunk
12:48
merge core-8-6-branch check-in: 7b12820866 user: jan.nijtmans tags: core-8-branch
12:47
Fix [4f51e1c5dc]: patch to correct linker flag sequence check-in: ff019ab462 user: jan.nijtmans tags: core-8-6-branch
12:24
remove many test-cases related to tcl_precision Closed-Leaf check-in: 421523d6cd user: jan.nijtmans tags: tip-488
11:55
TIP 488: Remove tcl_precision check-in: f4efe03192 user: jan.nijtmans tags: tip-488
11:33
merge core-8-branch check-in: dabd924a87 user: jan.nijtmans tags: tip-389
11:03
Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functions are actually macro'... check-in: e247a8da3a user: jan.nijtmans tags: trunk
10:38
Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Porter for bringing this t... check-in: ec1f14bb50 user: jan.nijtmans tags: core-8-branch
2017-11-30
17:59
merge trunk check-in: 859b772cb4 user: dgp tags: novem
17:52
merge 8.7 check-in: 1e5dc1b17c user: dgp tags: tip-445
17:29
merge 8.7 check-in: f625f52639 user: dgp tags: trunk
17:21
[5808081213] Permit all bytearrays (including impure ones) to report length without shimmering check-in: 2fc5bec969 user: dgp tags: core-8-branch
17:10
[5808081213] Permit all bytearrays (including impure ones) to report length without shimmering check-in: 2381208744 user: dgp tags: core-8-6-branch
16:18
merge core-8-branch check-in: 3d9c34fb19 user: jan.nijtmans tags: tip-485
16:08
merge core-8-branch Closed-Leaf check-in: dcc6f04732 user: jan.nijtmans tags: tip-487
16:03
Eliminate use of certain unnecessary struct names. Also white-spacing. Nothing functional. check-in: fc7a665e3b user: jan.nijtmans tags: core-8-branch
15:27
merge-mark check-in: 487fe714da user: jan.nijtmans tags: trunk
15:24
Fix build of test-suite, after previous commit check-in: af5af931fe user: jan.nijtmans tags: core-8-branch
15:03
merge trunk check-in: 6554f79bed user: jan.nijtmans tags: novem
14:48
8.[67] -> 9.0 in a few more places check-in: 62505babc6 user: jan.nijtmans tags: trunk
14:38
merge core-8-branch check-in: a635678c10 user: jan.nijtmans tags: trunk
14:36
merge core-8-6-branch. Provide compatibility macro's, compensating for the internal stub table chang... check-in: 748223af9a user: jan.nijtmans tags: core-8-branch
14:14
Don't provide the setFromAnyProc through the invalidRealType objType. This is a Tcl internal type, e... check-in: eee2842a41 user: jan.nijtmans tags: core-8-6-branch
13:23
merge core-8-branch check-in: 12e64c66a1 user: jan.nijtmans tags: trunk
13:14
Fix [8e1e31eac0]: lsort treats NUL chars strangely. Also fi... check-in: b6438b69ad user: jan.nijtmans tags: core-8-branch
2017-11-29
18:35
Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). check-in: effd1907ab user: pooryorick tags: core-8-branch
16:05
merge trunk check-in: b2938aecbe user: dgp tags: dgp-refactor
15:37
merge trunk check-in: 24b9855f92 user: dgp tags: dgp-properbytearray
15:19
merge trunk check-in: b86c25ea19 user: dgp tags: novem
15:19
Follow header file conventions. check-in: 7fcc5d209d user: dgp tags: trunk
14:54
merge 8.7 check-in: 8944ae4374 user: dgp tags: tip-445
12:33
merge trunk check-in: e9ea4e4928 user: jan.nijtmans tags: novem
12:32
merge core-8-branch check-in: 1ec8341ce5 user: jan.nijtmans tags: trunk
12:28
merge core-8-6-branch check-in: e45dcdac38 user: jan.nijtmans tags: core-8-branch
12:27
Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. Not detected, because t... check-in: d906b55e4b user: jan.nijtmans tags: core-8-6-branch
12:01
Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that have mixed themselves i... check-in: 313a7c1b8a user: pooryorick tags: core-8-branch
11:49
Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when TCL_UTF_MAX>4. check-in: 1916b6a72e user: jan.nijtmans tags: tip-389
11:05
merge core-8-6-branch check-in: 8976a447aa user: jan.nijtmans tags: core-8-branch
11:04
Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX == 4. Also update docum... check-in: 83c0c569d6 user: jan.nijtmans tags: core-8-6-branch
09:49
Fix [8e1e31eac0]: lsort treats NUL chars strangely check-in: e2a6110884 user: jan.nijtmans tags: tip-389
08:59
Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See [https://en.wikipedia.org/wiki/... check-in: b2521a4844 user: jan.nijtmans tags: tip-389
08:41
merge core-8-branch check-in: 32734bbfaf user: jan.nijtmans tags: tip-389
01:59
Pulling changes from core-8-branch check-in: 3598570130 user: hypnotoad tags: core_zip_vfs
01:59
Closing leaf check-in: 20f8676c2e user: hypnotoad tags: core_zip_vfs
2017-11-28
23:33
Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object creation by qualified name)... check-in: 93c437ef37 user: pooryorick tags: core-8-branch
18:06
Pulling changes from the last core-8-branch that doesn't cause a segfault in kits check-in: 7cfb94f9af user: hypnotoad tags: core_zip_vfs
15:43
Minor refactoring of TclOO object reference count booking during object creation. check-in: a2bfd20d2c user: pooryorick tags: core-8-branch
2017-11-27
23:30
Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance(). check-in: 46bffcb3ae user: pooryorick tags: core-8-branch
19:45
Streamline TclOO object cleanup routines. check-in: 6f60945f3d user: pooryorick tags: core-8-branch
14:11
missed some more failing test-cases check-in: 80508cab57 user: jan.nijtmans tags: core-8-branch
13:52
Fix test-cases in safe.test, failing due to changes in min/max math functions. check-in: 4a4d9d0d85 user: jan.nijtmans tags: core-8-branch
2017-11-26
18:27
Pulling changes from core-8-branch Closed-Leaf check-in: 6e423b0d36 user: hypnotoad tags: core_zip_vfs_pyk-command-named-colon
2017-11-25
21:40
merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNamespace. Leaf check-in: 1404a78b91 user: pooryorick tags: pyk-command-named-colon
18:24
Add missing parenthesis to an expression in TclEnsureNamespace. check-in: 17b5266ffc user: pooryorick tags: core-8-branch
16:53
merge pyk-command-named-colon check-in: e76a04e48f user: pooryorick tags: core-8-branch
16:36
Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand and -map values are the sa... check-in: 046a5af026 user: pooryorick tags: core-8-branch
10:54
Restoring the Makefile.in for the win/ directory after an unfortunate copy/paste error check-in: 4aeb610c78 user: tne tags: core_zip_vfs
2017-11-24
11:46
Tweak to ensure mount points for zipfs are corralled into the //zipfs:/ prefix space check-in: bf3a647091 user: hypnotoad tags: core_zip_vfs
11:21
Pulling changes from Androwish check-in: e5b9c90e58 user: hypnotoad tags: core_zip_vfs
10:32
Restoring whitespace to tclZipfs.c to improve legibility. check-in: facf85dff5 user: hypnotoad tags: core_zip_vfs
09:24
Re-base everything to latest core-8-branch. But don't include deprecations in *.decls files any more... check-in: acd9fcacb4 user: jan.nijtmans tags: semver
2017-11-23
18:24
Move return type to its own line. check-in: a4ceb7ba86 user: pooryorick tags: pyk-command-named-colon
13:56
merge core-8-branch. now really remove the math-related functions when compiling with -DTCL_NO_DEP... check-in: 3c414a62f6 user: jan.nijtmans tags: tip-485
12:21
If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatformId() check-in: 31747a5c93 user: jan.nijtmans tags: tip-487
12:04
Remove more pre-XP stuff. check-in: 215237be17 user: jan.nijtmans tags: tip-487
11:55
Fixing a goof, Zipfs was looking for the Dll where the installer put the file, which is not necessar... check-in: fa45598420 user: hypnotoad tags: core_zip_vfs
09:22
re-base full TIP #487 implementation to trunk. Closed-Leaf check-in: d95dbd986b user: jan.nijtmans tags: tip-487-for-9
08:30
Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for 8.7 in TIP #487. check-in: 63bb6eced7 user: jan.nijtmans tags: tip-487
2017-11-21
22:47
merge core-8-branch check-in: 4a006e1736 user: pspjuth tags: trunk
22:46
merge pspjuth-cminmax check-in: cf212282b0 user: pspjuth tags: core-8-branch
22:34
Pulling changes from core-8-branch check-in: 00dfc6711c user: hypnotoad tags: core_zip_vfs
18:57
Added additional functions to the "install" command in tclsh check-in: eb6443d309 user: hypnotoad tags: core_zip_vfs
16:49
Eliminated the need for a preinit script in Tip 430's AppHook.

tcl_findLibrary now knows to scan th... check-in: 242d4e33ff user: hypnotoad tags: core_zip_vfs

14:59
Drop Windows CE support, since it doesn't appear to work anyway. Closed-Leaf check-in: 2daef8d76d user: jan.nijtmans tags: drop-ce
14:21
Removing the pool of literal values within the internals of tclZipfs.c. Replaced with a single point... check-in: 9f0abfb1ac user: hypnotoad tags: core_zip_vfs
10:16
merge trunk check-in: 971efdefda user: jan.nijtmans tags: memory-API
10:15
merge trunk check-in: b217629b9b user: jan.nijtmans tags: novem
10:11
No need for _ATL_XP_TARGETING any more Closed-Leaf check-in: 0ba5b5bd26 user: jan.nijtmans tags: tip-487
09:48
deprecate VOID/CHAR/SHORT/LONG (windows-only) as well. check-in: a52017885a user: jan.nijtmans tags: tip-485
09:13
Revert [d874801c57]: putting back "string bytelength". It turns out to be too complicated to take a... check-in: db112bb527 user: jan.nijtmans tags: tip-485
04:26
Fixes to "make clean" to do a better job of cleaning up zip files and vfs directories

Fixed a type ... check-in: 4f8ac2d312 user: tne tags: core_zip_vfs

04:07
Added an implementation of tinydir.h, and spliced it into minizip to allow minizip to recurse direct... check-in: 0064401a40 user: hypnotoad tags: core_zip_vfs
01:14
Final tweaks to make "./tclsh install" work properly on Windows

NOTE: We still seem to be screwing ... check-in: bb6f8b6301 user: tne tags: core_zip_vfs

00:41
Typo fixes for minizip check-in: 8e88f231e5 user: hypnotoad tags: core_zip_vfs
00:36
Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previously discovered /libra... check-in: a4cbb0feb7 user: hypnotoad tags: core_zip_vfs
2017-11-20
23:34
Change to TclZipfs_AppHook to accomidate Windows check-in: 74bcd5fae3 user: tne tags: core_zip_vfs
22:45
Fixing the quoting for arguments to minizip check-in: eaa6c99d64 user: hypnotoad tags: core_zip_vfs
21:29
Updating tcl.m4 in windows to fix a typo check-in: 6aee71e52c user: hypnotoad tags: core_zip_vfs
19:35
Removing debugging printf() statement check-in: 9357f48bf2 user: tne tags: core_zip_vfs
19:21
Fixes to determing the dll location on Windows using GetModuleFileName() check-in: 1f05b4b6c9 user: tne tags: core_zip_vfs
18:08
Autoconf fixes check-in: 4ebd790c48 user: hypnotoad tags: core_zip_vfs
17:09
Modifications to allow the Tcl build system to exploit either a native zip executable in the path or... check-in: 535a8088d4 user: hypnotoad tags: core_zip_vfs
16:26
Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_VARARGS check-in: ad7a53a680 user: jan.nijtmans tags: tip-485
16:01
merge core-8-branch. Deprecate support for "string bytelength" check-in: d874801c57 user: jan.nijtmans tags: tip-485
14:55
TIP 487 implementation: Stop support for Windows XP and Windows CE check-in: 47d26a0b4a user: jan.nijtmans tags: tip-487
13:05
Fix executable flags check-in: 6ce7ce433c user: jan.nijtmans tags: tip-389
12:58
merge core-8-branch check-in: 1a3cef7d5c user: jan.nijtmans tags: tip-389
12:13
Remove TclCopyChannelOld() function. Should have been part of [b03c4194f001be0b|this] earlier commit... check-in: f79d84d06c user: jan.nijtmans tags: trunk
12:07
If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch
10:30
Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't recommend it for 8.6 (ev... Closed-Leaf check-in: d1a0fa5def user: jan.nijtmans tags: pspjuth-cminmax
10:23
merge core-8-branch check-in: d9c10c6e4a user: jan.nijtmans tags: trunk
10:15
Fix error-message for min/math functions: "to" -> "for", for consistancy with the error-messages for... check-in: 22ef078c98 user: jan.nijtmans tags: core-8-branch
09:28
merge core-8-branch check-in: daf50b9345 user: jan.nijtmans tags: trunk
08:58
Fix [e058307eef]: Use of values.h breaks build of Tk trunk ... check-in: bc666d65df user: jan.nijtmans tags: core-8-branch
2017-11-19
18:40
Changed math functions min and max to C implementations. check-in: fd08949b6f user: pspjuth tags: pspjuth-cminmax
18:16
Added handling to allow Tclsh to intercept a zip file fed as the first command line argument, and op... check-in: 006e6abb7e user: hypnotoad tags: core_zip_vfs
00:06
Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update coroutine and TclOO object c... check-in: 8251e62bab user: pooryorick tags: pyk-command-named-colon
2017-11-18
20:28
Pulling changes from core-8-branch check-in: 12f6bb0443 user: hypnotoad tags: core_zip_vfs
20:25
Now that UNC paths work correctly on Windows, removing the platform specific zipfs mount point for w... check-in: 0ee3890968 user: tne tags: core_zip_vfs
20:21
Adjust the rule to look for libtcl_XXX.zip ONLY in the directory that contains the executable or the... check-in: 32bd1478db user: hypnotoad tags: core_zip_vfs
17:07
Reserve paths matching //[^/]*: for VFS mount points, and prevent calling native filesystem ops duri... check-in: 6b296f6f0c user: aspect tags: core_zip_vfs
17:04
add some tests for join and normalize check-in: 226e5a583c user: aspect tags: core_zip_vfs
17:02
fix zipfs tests check-in: d1d39d3b56 user: aspect tags: core_zip_vfs
12:21
Added documentation for the zipfs root command and working of TclZipfs_AppHook check-in: f215c8975d user: hypnotoad tags: core_zip_vfs
11:59
Updated zipfs tests to recognize the mount points are different on different platforms check-in: 5b936e23e5 user: tne tags: core_zip_vfs
11:48
Added a pool of literal strings to zipfs to manage constants that are being belched out by the file ... check-in: 28687cac6b user: hypnotoad tags: core_zip_vfs
2017-11-17
23:42
Lift the restriction on command names names that begin with ":". check-in: cb9f7a9106 user: pooryorick tags: pyk-command-named-colon
22:30
Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the empty string as its n... check-in: b433ae397c user: pooryorick tags: pyk-command-named-colon
17:23
Added a package manifest to init to allow core distributed packages to auto-populate [package ifneed... check-in: 2c07aba348 user: hypnotoad tags: core_zip_vfs
16:08
merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX == 4 check-in: 37b4aab687 user: jan.nijtmans tags: tip-389
15:46
Added back nothreads option. check-in: 87c104655c user: apnadkarni tags: vc-reform
15:34
merge core-8-branch check-in: 49ecc78c8b user: jan.nijtmans tags: tip-389
15:30
merge core-8-6-branch check-in: e1d3a917d4 user: jan.nijtmans tags: core-8-branch
15:29
Fix [fab92486a1]: Windows error 14 "Out of memory" mapping ... check-in: e074b44d9e user: jan.nijtmans tags: core-8-6-branch
12:54
Integrating fixes from aspect that make the //zipfs:/ mount point viable, and also allow one archive... check-in: 27df0ecb87 user: hypnotoad tags: core_zip_vfs
12:40
upstream androwish changes check-in: 33a477e8ca user: jan.nijtmans tags: zipfs
12:39
Pulling changes from core-zip-vfs Closed-Leaf check-in: 79dde51515 user: hypnotoad tags: core_zip_vfs-8-6, core_zip_vfs-aspect
12:34
merge zipfs check-in: 721f1c35f5 user: jan.nijtmans tags: androwish
12:33
merge core-8-6-branch check-in: 91496a5088 user: jan.nijtmans tags: zipfs
12:29
Pulling changes from core-8-branch check-in: 044a5cf7f7 user: hypnotoad tags: core_zip_vfs
12:28
Closing a fork check-in: d533f130ec user: hypnotoad tags: core_zip_vfs
11:53
fix [glob] handling of leading // check-in: 66fe3ce72b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
11:51
tests demonstrating zipfs:/ and zipfs:// volume names breaking on unix Leaf check-in: a4444ce66b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-volumename-tests
11:35
Fix ignore-glob versioned setting (something went wrong in previous merge). Also convert rules-ext.v... check-in: 07461dba12 user: jan.nijtmans tags: vc-reform
11:27
merge core-8-6-branch check-in: fbf950cc0f user: jan.nijtmans tags: vc-reform
11:12
merge trunk check-in: 1f9599f5f7 user: jan.nijtmans tags: novem
11:05
Hash mounted zips by mount point, so the same zip can be mounted more than once. Path normalization... Leaf check-in: 500774557b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-bymntpt
10:50
TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public API check-in: 717b28b47a user: jan.nijtmans tags: trunk
10:24
clean up stray unused dstrings check-in: c30d1e6bb0 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
10:23
TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be removed in Tcl 9.0. check-in: 09065aa27e user: jan.nijtmans tags: core-8-branch
10:21
whitespace consistency check-in: b422e8383b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
10:17
Zipfs: Nix AbsolutePath() and most uses of CanonicalPath(). Tcl_FSNormalizePath is to be trusted. check-in: 821756d959 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
08:39
Zipfs: Use //zipfs:/ as mount point. Use Tcl_FSNormalizePath() on the way in to most VFS operations... check-in: 8b130a967c user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
08:32
Suggested patch for [4f51e1c5dc]: patch to correct linker flag sequence. Same change done for a few ... Closed-Leaf check-in: eb2c85495f user: jan.nijtmans tags: bug-4f51e1c5dc
07:05
Check for existence of targets.vc, not rules.vc to determine nmake support dir. check-in: d3adc68def user: apnadkarni tags: vc-reform
06:52
Add PRJ_PACKAGE_TCLNAME and other minor changes.

Also: Change ifdef checks to check for empty strin... check-in: 9dfdb9f88b user: apnadkarni tags: vc-reform

04:47
Rebuilt the configure files without the call to the missing SC_ENABLE_ZIPFS macro Closed-Leaf check-in: ec5b26585d user: hypnotoad tags: core_zip_vfs-8-6
04:46
merge trunk Leaf check-in: d6a83ef702 user: aspect tags: bug-1224888
04:45
Final tweaks to get Msys Zipfs build working check-in: 0d0ba33c7c user: tne tags: core_zip_vfs-8-6
04:13
First pass on the Msys style windows build. Moving Zipfs features closer together in the autoconf check-in: b279fbbfa3 user: hypnotoad tags: core_zip_vfs-8-6
03:10
Pulling changes from core-8-6-branch check-in: e8f362e191 user: hypnotoad tags: core_zip_vfs-8-6
03:09
Moved Zipfs initialization and path hinting out of tclInterp.c and into a preinit script populated b... check-in: 173157c4c2 user: hypnotoad tags: core_zip_vfs-8-6
2017-11-16
22:32
remove test code check-in: 98ee6f28a0 user: aspect tags: bug-1224888
15:34
Change TclOO epoch fields from int to size_t. check-in: 9c2c91c803 user: jan.nijtmans tags: memory-API
13:50
Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More field fixes. check-in: 78e8c0c5f6 user: jan.nijtmans tags: memory-API
12:48
readlink() does not null-terminate its result check-in: 4c78e13050 user: aspect tags: bug-1224888
11:17
re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. check-in: 3cb46ea71b user: jan.nijtmans tags: memory-API
08:45
merge core-8-6-branch check-in: e0e3d7c4ab user: jan.nijtmans tags: core-8-branch
08:42
No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that ... check-in: 9cd5d84b3d user: jan.nijtmans tags: core-8-6-branch
2017-11-15
15:00
merge core-8-branch. Also fix some test-cases, expecting the existence of "int" objType. check-in: 7eeff18e38 user: jan.nijtmans tags: no-wideint
14:13
Merge dgp's "end-int-registration" branch, but slightly different: In stead of not registering "int"... check-in: d1aa4663ab user: jan.nijtmans tags: no-wideint
13:39
merge trunk check-in: c782871a43 user: dgp tags: dgp-refactor
13:39
merge trunk check-in: 5d829c82fa user: dgp tags: dgp-properbytearray
13:39
merge 8.7 check-in: 59ee6d1b5a user: dgp tags: tip-445
13:18
Loosen restriction on where rules-ext.vc file is located. check-in: 67db82ed88 user: apnadkarni tags: vc-reform
11:47
Include PKGNAMEFLAGS in stubscflags as some extension stubs use it check-in: 3b82400057 user: apnadkarni tags: vc-reform
10:20
merge trunk check-in: a12a0623f0 user: jan.nijtmans tags: novem
10:01
merge core-8-branch check-in: 7163cf716b user: jan.nijtmans tags: trunk
09:42
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4... check-in: bf8e546c42 user: jan.nijtmans tags: core-8-branch
09:14
missed one signature in previous commit, due to merging. check-in: 474d2de481 user: jan.nijtmans tags: novem
09:03
merge trunk check-in: 99f18c3b27 user: jan.nijtmans tags: novem
08:56
merge core-8-branch check-in: 8322a4ab21 user: jan.nijtmans tags: trunk
08:55
Change signature of (internal) TclScanElement() function. This saves memory allocation and the possi... check-in: 1019b4d815 user: jan.nijtmans tags: core-8-branch
08:54
Change signature of (internal) TclScanElement() function. This saves memory allocation and the possi... check-in: f2cb39b9be user: jan.nijtmans tags: core-8-6-branch
07:54
Added default-install-stubs target. Make presence of nmake support files in extension directory opti... check-in: 3be76595ca user: apnadkarni tags: vc-reform
2017-11-14
18:54
merge trunk check-in: 42f539f078 user: dgp tags: dgp-refactor
18:52
merge trunk check-in: 7cafc2bc32 user: dgp tags: dgp-properbytearray
18:52
merge 8.7 check-in: 673e6ace67 user: dgp tags: tip-445
18:38
merge trunk check-in: 7c064742bd user: dgp tags: novem
18:35
TIP 484 proposes a re-implementation of Tcl's "int" Tcl_ObjType. Since the new implementation is not... Closed-Leaf check-in: d9ee6504b4 user: dgp tags: end-int-registration
18:19
merge 8.7 check-in: ccd961edbd user: dgp tags: no-wideint
17:24
[5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: 42eaa6f3d1 user: dgp tags: trunk
17:09
Repair lost of broken [package prefer] testing. check-in: 1830f9f520 user: dgp tags: core-8-branch
14:48
[5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: dc94155e2d user: dgp tags: core-8-branch
14:17
[5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: c83ea0961d user: dgp tags: core-8-6-branch
10:00
Remove extra.unused2 field from struct Interp. It really is unused ... check-in: 1d99fbfa63 user: jan.nijtmans tags: trunk
2017-11-13
16:52
merge trunk check-in: 09b3069662 user: dgp tags: dgp-refactor
15:53
merge novem Closed-Leaf check-in: c6afc07a72 user: jan.nijtmans tags: novem-more-memory-API
15:34
Add back Tcl_Backslash(). Will be removed again when TIP #485 is brought in. Also revert some other ... check-in: ec8a1c39d7 user: jan.nijtmans tags: novem
11:47
merge novem check-in: b066227b02 user: jan.nijtmans tags: novem-more-memory-API
11:25
merge trunk check-in: 78e2f12841 user: jan.nijtmans tags: novem
11:17
merge core-8-branch check-in: 485b18d72a user: jan.nijtmans tags: trunk
11:15
Merge core-8-6-branch check-in: beb52eff8e user: jan.nijtmans tags: core-8-branch
10:51
No longer mark Tcl_EvalFile() as obsolete, since it will continue to be supported in Tcl 9.0 check-in: cc89456f48 user: jan.nijtmans tags: core-8-6-branch
09:43
merge trunk check-in: bb4c02db34 user: jan.nijtmans tags: novem
08:59
merge tcl-9-cleanup (and also a minor bug-fix from core-8-branch). check-in: b03c4194f0 user: jan.nijtmans tags: trunk
08:37
Add a lot of "deprecation" marks to internal API which will be removed in Tcl 9.0 (see also tcl-9-cl... check-in: 7849f573c0 user: jan.nijtmans tags: core-8-branch
2017-11-11
13:22
Pulling changes from core-8-branch check-in: b5ff501606 user: hypnotoad tags: core_zip_vfs-8-6
09:18
Improvements to tip430 to embed the /library file system within a shared library or as a zip archive... check-in: c8a90daba2 user: hypnotoad tags: core_zip_vfs
2017-11-10
08:49
merge core-8-6-branch check-in: 3d5a87d84a user: jan.nijtmans tags: core-8-branch
08:40
Make "string split" and "string is (alpha|graph|...)" work as expected with Unicode chars > U+ffff, ... check-in: 2135bb7772 user: jan.nijtmans tags: core-8-6-branch
2017-11-09
16:07
merge core-8-branch check-in: 05952d6309 user: jan.nijtmans tags: tip-389
15:59
Incorporate the tcl 9 cleanup. check-in: 5699721054 user: dgp tags: dgp-refactor
15:56
Merge core-8-branch. Backout the Tcl_EvalFile changes. check-in: 9e3aed8df3 user: jan.nijtmans tags: tip-485
15:47
Rebase branch to trunk. check-in: f714eca8f2 user: dgp tags: dgp-refactor
14:59
Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (I see no reason to wait... check-in: ffdb1ca7f8 user: jan.nijtmans tags: no-wideint
14:57
Limit index parsing to pure integers without white-space Closed-Leaf check-in: d9bb1de1db user: jan.nijtmans tags: bug-aaa02c55b9
14:44
merge trunk check-in: d27981d722 user: dgp tags: no-wideint
14:40
merge trunk Closed-Leaf check-in: 844ae11ba0 user: dgp tags: tcl-9-cleanup
14:38
Merge core-8-branch Add back UpdateStringOfEndOffset() and related test-cases. Implement bignum supp... check-in: 81f505cb4c user: jan.nijtmans tags: bug-aaa02c55b9
14:37
merge tip-445 Leaf check-in: c13bd0b15d user: dgp tags: cjo-hydra
14:32
merge novem check-in: ed170c8d54 user: dgp tags: dgp-refactor
13:46
merge trunk check-in: a10fc87c05 user: dgp tags: dgp-properbytearray
13:36
merge 8.7 check-in: cbada9ca30 user: dgp tags: tip-445
12:52
merge trunk check-in: 54f289e311 user: jan.nijtmans tags: novem
12:51
merge core-8-branch check-in: 49e104fa48 user: jan.nijtmans tags: trunk
12:50
merge core-8-6-branch check-in: ef4cc04bc1 user: jan.nijtmans tags: core-8-branch
12:48
Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as expected for TCL_UTF_M... check-in: baceb17559 user: jan.nijtmans tags: core-8-6-branch
12:37
For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to run on the EXACT the sam... check-in: 8cb6e13ad8 user: jan.nijtmans tags: core-8-branch
11:49
Get rid of Tcl_DStringTrunc et al, as described in the TIP (Thanks, Don!). check-in: b5dc25393a user: jan.nijtmans tags: tip-485
11:04
No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback to TIP #485! check-in: bb9ad1532d user: jan.nijtmans tags: tip-485
10:34
Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). check-in: 9f1544d005 user: jan.nijtmans tags: tip-485
09:02
Fogot to remove the TclWinSetInterfaces() implementation. check-in: f4e1587599 user: jan.nijtmans tags: tcl-9-cleanup
2017-11-08
18:58
merge trunk Closed-Leaf check-in: da1386961e user: dgp tags: tip-422
18:52
Also remove panicVA(). check-in: 7500a3e45a user: dgp tags: tip-422
16:12
Forgot TclpGetTime() check-in: 6cca533da5 user: jan.nijtmans tags: tcl-9-cleanup
15:50
Tcl-9 huge cleanup: Remove many unused internal functions which do nothing more than occupy the inte... check-in: 5b49111b6d user: jan.nijtmans tags: tcl-9-cleanup
14:30
Rebase to trunk. check-in: a12771a1b9 user: dgp tags: dgp-properbytearray
14:03
merge novem check-in: ba37093daf user: dgp tags: dgp-properbytearray
11:50
TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-branch). check-in: e46c7b8b77 user: jan.nijtmans tags: tip-485
09:41
Pairing down the tip#430 branch to only include files and utilities called out by the tip. Eliminate... check-in: 3bbf40910f user: hypnotoad tags: core_zip_vfs
09:40
merge trunk check-in: 0315ad1776 user: jan.nijtmans tags: novem
09:38
merge core-8-branch check-in: 3885b08997 user: jan.nijtmans tags: trunk
09:37
Change "epoch" field for dicts from "int" to "unsigned int". This doubles the number of available ep... check-in: c9da2e2ebb user: jan.nijtmans tags: core-8-branch
03:38
merge novem check-in: 201c3c670f user: dgp tags: dgp-refactor
03:34
merge novem check-in: efba4c9ac2 user: dgp tags: dgp-properbytearray
03:32
merge 8.7 check-in: 3b0b8dd809 user: dgp tags: tip-445
03:23
merge trunk check-in: 4b7c090d46 user: dgp tags: novem
03:02
compiler warning check-in: 0d906d005f user: dgp tags: trunk
02:57
compiler warning check-in: 09a80aff1b user: dgp tags: core-8-branch
02:53
compiler warning check-in: dd8928d781 user: dgp tags: core-8-6-branch
02:48
merge 8.7 check-in: 7db9b1ea89 user: dgp tags: trunk
02:26
merge 8.6 check-in: 38b28e0af8 user: dgp tags: core-8-branch
02:25
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: 70d5898e80 user: dgp tags: core-8-branch
02:23
[3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 42a6035399 user: dgp tags: core-8-6-branch
02:21
TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 725cf22062 user: dgp tags: core-8-6-branch
00:39
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: fbd05fa61d user: pooryorick tags: trunk
2017-11-07
20:54
TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 0a3c726a85 user: pooryorick tags: trunk
19:51
Removing kit building facilities. They aren't part of the tip430 spec check-in: 930afd928d user: hypnotoad tags: core_zip_vfs
19:26
Removing patches for Androwish that are not needed for tip430 check-in: 4caf125cbf user: hypnotoad tags: core_zip_vfs
19:13
Adding a [file normalize] to zipfs tests that are looking for absolute filenames.

On Linux symlinks... check-in: d107d69fe8 user: hypnotoad tags: core_zip_vfs

18:45
Updated the zipfs portion of the testsuite to tip430 standards check-in: 813520bc02 user: hypnotoad tags: core_zip_vfs
16:47
Fix inclusion of custom resource files to match TIP spec check-in: 495fe8bd3a user: apnadkarni tags: vc-reform
16:46
Pulling changes from core-8-branch check-in: 54d3ee03e9 user: tne tags: core_zip_vfs
16:31
merge 8.7 check-in: 82237d44ae user: jan.nijtmans tags: z_modifier
16:16
More code simplifications, with still equal functionality. check-in: 1db008ceb5 user: jan.nijtmans tags: no-wideint
15:11
merge 8.7 check-in: 22cae0454a user: dgp tags: tip-462
14:28
merge 8.7 check-in: aa5f10d8cf user: dgp tags: no-wideint
13:30
merge core-8-branch check-in: 63ac24063a user: jan.nijtmans tags: trunk
13:29
merge core-8-6-branch check-in: 84de05583b user: jan.nijtmans tags: core-8-branch
13:19
Don't use Unicode character \udead in test-cases, because it is an invalid Unicode code-point (lower... check-in: 48f9304b4a user: jan.nijtmans tags: core-8-6-branch
12:15
Somewhat simplified implementation of TIP #389, in which the "string length" if characters > U+FFFF ... check-in: d224d38a6d user: jan.nijtmans tags: tip-389
09:33
Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP #422 is adapted accord... check-in: 24db7a9013 user: jan.nijtmans tags: tip-422
09:08
TIP #422 implementation, Tcl 8.7 part. Closed-Leaf check-in: eaefb24db7 user: jan.nijtmans tags: tip-422-for-8
2017-11-06
15:04
merge-mark check-in: a898034af7 user: jan.nijtmans tags: trunk
14:55
merge trunk check-in: 70449c549e user: jan.nijtmans tags: novem
14:50
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 ac... check-in: 1de7d31a02 user: jan.nijtmans tags: trunk
14:46
Fix version number of Windows Help file (not sure if it's actually used, but better safe than sorry) check-in: 8fcf451885 user: jan.nijtmans tags: core-8-branch
01:33
Rewrite documentation in comments for brevity and clarity. check-in: 568bd16ef2 user: pooryorick tags: trunk
00:17
merge 8.7 check-in: b7ea80156a user: dgp tags: tip-445
00:13
merge novem check-in: 7a4b5d5584 user: dgp tags: dgp-refactor
00:13
merge novem check-in: 3bec05cc14 user: dgp tags: dgp-properbytearray
2017-11-05
16:41
Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally terminated processes. check-in: 064d93dfb0 user: f.bonnet tags: tip-462
14:41
merge core-8-branch check-in: f70e3acac4 user: jan.nijtmans tags: semver
14:35
merge core-8-branch check-in: 25a6bc568f user: jan.nijtmans tags: no-wideint
14:32
merge-mark check-in: 00716f8a93 user: jan.nijtmans tags: novem
14:24
merge trunk check-in: 9a1ca33625 user: jan.nijtmans tags: novem
14:21
Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate check-in: 1c1c230410 user: jan.nijtmans tags: trunk
14:14
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more check-in: 29c3b25318 user: jan.nijtmans tags: core-8-branch
2017-11-04
00:45
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 9d3eb006b3 user: dkf tags: trunk
00:44
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 5bc169fef7 user: dkf tags: core-8-branch
00:34
Fix for the weird [string first] behaviour. Closed-Leaf check-in: 7af9c67f01 user: dkf tags: string-first-unicode-bug
00:25
Detected bug in [string first] with unicode. Pat Thoyts found it. check-in: d2c4c651ca user: dkf tags: string-first-unicode-bug
2017-11-03
19:28
merge novem check-in: aae98a4d0e user: dgp tags: dgp-refactor
19:25
merge novem check-in: c0d30d41d8 user: dgp tags: dgp-properbytearray
19:25
merge trunk check-in: a28b07053f user: dgp tags: novem
19:15
merge 8.7 check-in: f3e727f051 user: dgp tags: tip-445
18:56
TIPs 330 & 336 changes to Tcl 9 Implementation check-in: 07f5802714 user: dgp tags: trunk
18:44
TIP 278 Implementation check-in: 580ef6f047 user: dgp tags: trunk
18:39
TIP 114 Implementation check-in: 69397ff5af user: dgp tags: trunk
17:12
Merge package tolerances of Tcl 9. check-in: 8f0e7256c6 user: dgp tags: trunk
17:11
Bump to 9.0a0 check-in: f8ef35231d user: dgp tags: trunk
17:02
Revise a few stray packages not yet ready to tolerate a Tcl 9 bump. check-in: 7ac38785b5 user: dgp tags: core-8-branch
16:48
TIP 345 Implementation. check-in: 169ddc1957 user: dgp tags: trunk
16:10
Remove UpdateStringOfEndOffset() and related test-cases (this function is never actually used in Tcl... check-in: 5f92dc1f16 user: jan.nijtmans tags: bug-aaa02c55b9
13:05
merge zipfs check-in: 1e71395a96 user: jan.nijtmans tags: androwish
12:59
merge core-8-6-branch check-in: e80e6c0ea5 user: jan.nijtmans tags: zipfs
12:59
merge core-8-6-branch check-in: 705199e7bf user: jan.nijtmans tags: trunk
12:57
Fix [6f2f83cc14]: tclWinload.c robustness. And fix a minor ... check-in: 4f69064432 user: jan.nijtmans tags: core-8-6-branch
12:24
merge trunk check-in: 4cb643b572 user: jan.nijtmans tags: no-wideint
12:15
merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk
12:14
Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which give advantage for platfor... check-in: 98b536e08b user: jan.nijtmans tags: core-8-6-branch
10:34
First shot at proposed solution (with test-cases). Doesn't handle "end-<integer>" and "<integer>-<in... check-in: 226140f554 user: jan.nijtmans tags: bug-aaa02c55b9
04:09
Revised Tip#479. Renamed new commands, added an info argspec command. @proc -> procx. @args -> argsx... Leaf check-in: 8db02d0c98 user: hypnotoad tags: tip479
2017-11-02
20:02
Pulling changes from trunk check-in: ed05b17d1c user: hypnotoad tags: tip479
13:21
merge novem check-in: 0e028ed45f user: dgp tags: dgp-refactor
13:17
merge novem check-in: 2e122a7f58 user: dgp tags: dgp-properbytearray
12:53
merge trunk check-in: 319a7765cd user: dgp tags: novem
2017-11-01
22:21
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk
21:05
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk
16:16
merge novem check-in: ceec7bcd98 user: dgp tags: novem-purge-literals
14:46
TIP 422 implementation (rebase of branch novem-remove-va to trunk). check-in: e090a04f00 user: dgp tags: tip-422
12:35
Finally, get rid of tclWideIntType completely check-in: 01d55bd3e1 user: jan.nijtmans tags: no-wideint
2017-10-31
16:40
Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (since both have the same... check-in: 4b60ad78c5 user: jan.nijtmans tags: no-wideint
16:16
eliminate most use of (long) type, except for increments check-in: e2f2e6ca33 user: jan.nijtmans tags: no-wideint
14:48
Only use 64-bit tables for all platforms check-in: 60ef19dbc0 user: jan.nijtmans tags: no-wideint
14:40
more progress check-in: 24bff73c31 user: jan.nijtmans tags: no-wideint
12:39
more simplifications check-in: fc07c2bbab user: jan.nijtmans tags: no-wideint
11:37
Fix 2 failing test-cases, broken by some earlier commit check-in: 2aa14f69f0 user: jan.nijtmans tags: no-wideint
09:48
Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult by no longer assuming ... Closed-Leaf check-in: 91ee06dae2 user: jan.nijtmans tags: tip-330-336
2017-10-30
18:38
Updating core documentation with new behaviors from tip 479 check-in: c03fbe938d user: hypnotoad tags: tip479
17:43
Added tests for tip-479's new behavior check-in: a0941fe833 user: hypnotoad tags: tip479
16:46
Fix some pointer arthemeric (only visible on big-endian systems) check-in: d3adf52e7a user: jan.nijtmans tags: no-wideint
16:11
merge novem check-in: 00ce925303 user: dgp tags: dgp-refactor
16:11
Add the macro for ::oo::define::@method check-in: 84dd8878f8 user: hypnotoad tags: tip479
16:10
merge novem check-in: f3eb497c83 user: dgp tags: dgp-properbytearray
15:35
tidy? check-in: cc31c47dd3 user: dgp tags: tip-330-336
15:25
tidy check-in: e2ebfa8f73 user: dgp tags: tip-330-336
15:15
tidying check-in: 4ea0fcd9ac user: dgp tags: tip-330-336
14:56
Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. This makes the Tcl_Interp struct full... check-in: 70e9e38504 user: dgp tags: tip-330-336
14:37
Working implementation of tip#479 check-in: 6731ba3604 user: hypnotoad tags: tip479
14:32
more progress in code simplifications check-in: 3876616fc4 user: jan.nijtmans tags: no-wideint
14:01
Preliminary (non working at this point) implementation of tip479 check-in: c8c3341810 user: hypnotoad tags: tip479
12:48
TIP 278 into novem. check-in: 48a7a3af50 user: dgp tags: novem
12:43
TIP 345 into novem. check-in: e8a10ae4fa user: dgp tags: novem
12:41
Rebase tip-278 branch to workaround CVS conversion woes. Closed-Leaf check-in: 8103b8c9fd user: dgp tags: tip-278
12:08
merge trunk Closed-Leaf check-in: 42c669a1e0 user: dgp tags: tip-278
12:03
merge trunk check-in: bc43c864d7 user: dgp tags: tip-445
12:02
merge trunk Closed-Leaf check-in: 848a10e460 user: dgp tags: tip-345
12:02
merge trunk Closed-Leaf check-in: a2d4cd2f93 user: dgp tags: tip-114
11:01
Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplificat... check-in: c606809235 user: jan.nijtmans tags: no-wideint
08:47
Experimental branch meant to eliminate the "wideint" type, just merge it to a single "int" type. No ... check-in: c2abe1efd0 user: jan.nijtmans tags: no-wideint
05:25
merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk
05:19
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... Closed-Leaf check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91
03:45
merge novem check-in: ad63c68937 user: dgp tags: dgp-refactor
03:38
merge novem check-in: debbfd7c9c user: dgp tags: dgp-properbytearray
03:35
merge trunk check-in: 616515703c user: dgp tags: tip-445
03:29
merge trunk check-in: 8b988cd8ee user: dgp tags: novem
03:25
merge trunk check-in: 7a5d212d1a user: dgp tags: tip-278
03:23
merge 8.6 check-in: 0c0de52be7 user: dgp tags: trunk
03:23
More test rewrites for robust var resolution. check-in: 3ccc116e36 user: dgp tags: core-8-6-branch
03:01
merge 8.6 check-in: 2ce0a4a90e user: dgp tags: trunk
02:55
Revise tests that relied on deprecated variable resolution rules. check-in: 3e3819a1ea user: dgp tags: core-8-6-branch
02:16
merge trunk: check-in: 891a615296 user: dgp tags: tip-278
01:06
merge 8.6.5 check-in: 76eb1ed02f user: dgp tags: tip-278
2017-10-28
17:18
Minor edits check-in: ab57722810 user: apnadkarni tags: vc-reform
2017-10-27
15:36
merge novem check-in: 52b1608dc2 user: dgp tags: dgp-refactor
15:35
merge novem check-in: f646928626 user: dgp tags: dgp-properbytearray
15:20
merge trunk check-in: 0608bd6778 user: dgp tags: novem
15:04
merge zipfs check-in: 678164ee9b user: jan.nijtmans tags: androwish
14:56
merge core-8-6-branch check-in: e00f391a4d user: jan.nijtmans tags: zipfs
13:12
merge trunk check-in: 58759b9397 user: dgp tags: tip-445
13:12
merge trunk check-in: bb2a028c26 user: dgp tags: tip-345
13:07
merge trunk check-in: 51fa9fffa1 user: dgp tags: tip-114
12:57
oops check-in: 4456d66c47 user: dgp tags: trunk
12:57
oops check-in: 58b2048198 user: dgp tags: core-8-6-branch
12:51
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 3f35692159 user: dgp tags: trunk
12:50
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 67d6de0b15 user: dgp tags: core-8-6-branch
12:04
merge mark check-in: 7446fb0672 user: dgp tags: trunk
09:21
merge trunk. Change various TCL_LINK_? macros to TCL_TYPE_? check-in: 5e0b71621b user: jan.nijtmans tags: tip-312
08:45
First implementation of TIP #481: Extend size range o... check-in: 3d8b34236d user: jan.nijtmans tags: tip-481
07:26
Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc15... check-in: ad84a95758 user: jan.nijtmans tags: trunk
2017-10-26
15:07
Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments. check-in: e81eb0a860 user: apnadkarni tags: vc-reform
02:08
Create new testing command [teststringbytes] to probe the things that otherwise require [encoding co... check-in: 7ef97e4681 user: dgp tags: tip-345
2017-10-25
17:31
Fix typo in set-old.test Closed-Leaf check-in: 4dca2189b0 user: fvogel tags: tip-421, bll-array-for
02:59
Updated comments. check-in: de9b52c251 user: apnadkarni tags: vc-reform
02:54
Convert remaining tests to use [testbytestring]. encoding-15.3 still needs replacement for [encoding... check-in: a286e2bb69 user: dgp tags: tip-345
02:23
Repair Tcl_CreateEncoding(); Modernize [testencoding]; Update most tests toying with identity encodi... check-in: 0b63befe36 user: dgp tags: tip-345
2017-10-24
23:30
Stop using "identity" as an encoding to test basic functionng of the [encoding] command. "iso8859-1"... check-in: 8e532b34df user: dgp tags: tip-345
23:16
Extend Tcl_CreateEncoding() to be able to create an encoding without registering it when it has no n... check-in: 63dd2e19e8 user: dgp tags: tip-345
21:24
'array for' implementation (TIP #421) from Brad Lanam check-in: 4d4e808594 user: fvogel tags: tip-421, bll-array-for
14:11
Cherrypick: [fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0aa4803add user: dkf tags: core-8-6-branch
13:59
merge trunk check-in: a4edde8f85 user: jan.nijtmans tags: z_modifier
13:59
merge trunk check-in: 34abf9bf2f user: jan.nijtmans tags: win-console-panic
13:57
merge trunk check-in: 7620549f82 user: jan.nijtmans tags: novem
13:56
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk
13:35
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 0ea0323496 user: kbk tags: novem
13:32
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: be4ae903c7 user: kbk tags: trunk
13:30
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 810600812c user: kbk tags: core-8-6-branch
11:25
[fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0d7a96d2b5 user: dkf tags: trunk
11:23
Added test case. check-in: efdb206a73 user: dkf tags: bug-fc1409fc91
08:38
[fc1409fc91]: TclOO method with non-literal value for body argument causes segmentation fault check-in: d6d4b18fc1 user: pooryorick tags: bug-fc1409fc91
2017-10-23
17:58
backout initial commit; need more care. Binary writes internally make use of this encoding. Need to... check-in: 69404f073a user: dgp tags: tip-345
17:12
Update TZ info to tzcode2017c. check-in: 822e31b89d user: jima tags: novem
17:10
Update TZ info to tzcode2017c. check-in: 9fd28af657 user: jima tags: trunk
17:06
Implementation branch for TIP 345: Kill the "identity" encoding. This checkin, completely does that.... check-in: 04e7b29a20 user: dgp tags: tip-345
16:59
Update TZ info to tzcode2017c. check-in: b0e52b87d7 user: jima tags: core-8-6-branch
16:20
Implementation branch for TIP 114 - Eliminate Octal Parsing... check-in: c5426334cf user: dgp tags: tip-114
13:53
Eliminate loimpact and tclalloc options. check-in: c6a9ff71d6 user: apnadkarni tags: vc-reform
13:47
tclWinPanic.c is in the \win directory, not in \generic! check-in: 381a1f89e1 user: jan.nijtmans tags: win-console-panic
13:23
merge trunk check-in: ed4667c2a5 user: jan.nijtmans tags: win-console-panic
12:10
merge core-8-6-branch check-in: 91967bbc3f user: jan.nijtmans tags: trunk
12:09
Fix [b58e689703]: Return value of 'Tcl_Flush' check-in: f7b55d3100 user: jan.nijtmans tags: core-8-6-branch
11:48
merge trunk Leaf check-in: 90692bcb98 user: dgp tags: tip-282
2017-10-21
12:14
Fully qualify OUT_DIR and TMP_DIR paths so that the test target can change directories and not break... check-in: 9613a236f8 user: apnadkarni tags: vc-reform
2017-10-20
15:32
Added test and shell targets. check-in: 7158ed350a user: apnadkarni tags: vc-reform
12:52
merge novem check-in: 0a29e3a8f5 user: dgp tags: dgp-properbytearray
12:46
merge novem check-in: fd7489794a user: dgp tags: dgp-refactor
12:44
merge trunk check-in: fb19c3ba7d user: dgp tags: tip-445
12:34
merge trunk: check-in: 992db56638 user: dgp tags: novem
2017-10-19
09:30
[1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: 8e4847552a user: dkf tags: trunk
09:28
Oops; put the code in the wrong place. Mixins have priority when deciding method visibility. check-in: 4140046408 user: dkf tags: core-8-6-branch
09:24
[1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: f8310655d4 user: dkf tags: core-8-6-branch
09:22
Ensure that method list introspection finds methods from mixins in all cases. Use better approach fo... Closed-Leaf check-in: deb7ff3522 user: dkf tags: bug-1a56550e96
2017-10-18
18:52
Consistently use 'TCLSH_NATIVE' for all MSVC targets that need to execute Tcl. check-in: e5d5305bfa user: mistachkin tags: irontcl
18:23
[1a56550e96] Mixins aren't being searched correctly by [info class methods -all] check-in: 5870e3c48b user: dkf tags: bug-1a56550e96
16:04
Update RCFILE to PRJ_RCFILE. check-in: 05394fc5d2 user: apnadkarni tags: vc-reform
16:03
Fix resource file compilation when makefile specifies PRJ_RCFILE check-in: fbe0f5d1a7 user: apnadkarni tags: vc-reform
01:24
bug fixes check-in: ed8f6a16dd user: dgp tags: dgp-refactor
2017-10-17
22:55
bug fixes check-in: 8525019388 user: dgp tags: dgp-refactor
16:20
TODO comments explaining what to do and why to wait. check-in: f02e397753 user: dgp tags: dgp-refactor
15:43
Implement and use transients. check-in: 0b0fa29781 user: dgp tags: dgp-refactor
15:01
Add PRJ_MANIFEST to support manifest generation. check-in: 94f7087b2f user: apnadkarni tags: vc-reform
13:58
Start support for transients. check-in: 53d2c4c8fe user: dgp tags: dgp-refactor
12:33
Detect merges of identcal subtrees; eliminate the duplication. check-in: 10d1a11b1d user: dgp tags: dgp-refactor
01:44
Move all the claims to a final pass. check-in: ac0d031fd2 user: dgp tags: dgp-refactor
01:40
Copy over partial results. check-in: 83493485a5 user: dgp tags: dgp-refactor
2017-10-16
20:55
bug fixes check-in: 68f202d70b user: dgp tags: dgp-refactor
20:35
Pulling changes from trunk check-in: 5bc369953c user: hypnotoad tags: core_zip_vfs
16:53
Detect a merge that produces second argument and avoid copy. check-in: 948083211f user: dgp tags: dgp-refactor
15:30
Detect a no-op merge of contents and avoid copy in that case check-in: e1550635bf user: dgp tags: dgp-refactor
12:46
Fixed reversed check for implicit rules check-in: 9cd828350e user: apnadkarni tags: vc-reform
12:05
merge trunk check-in: 81c802c91a user: jan.nijtmans tags: z_modifier
11:55
Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A' modifiers (floating p... check-in: 3d16d7c07b user: jan.nijtmans tags: z_modifier
2017-10-15
06:58
Permit application makefile to define RCFILE. Change PROJECT_REQUIRES_TK to use value instead of ifd... check-in: 0773717246 user: apnadkarni tags: vc-reform
2017-10-14
22:52
fix unixFCmd test-cases, as result of the octal behavior change check-in: c79f83d82e user: jan.nijtmans tags: z_modifier
16:35
When KVLMerge and subsequent testing detects two identical values, collapse them into two uses of th... check-in: 89cdc58a95 user: dgp tags: dgp-refactor
2017-10-13
17:51
Correct listIsFirst value. check-in: aefa8c54a4 user: dgp tags: dgp-refactor
16:40
merge novem check-in: b59c82c600 user: dgp tags: dgp-refactor
16:39
merge novem check-in: 88a2bcd3b4 user: dgp tags: dgp-properbytearray
16:39
merge trunk check-in: a49c3597fe user: dgp tags: novem
16:38
merge tip-445 check-in: b68fb468fe user: dgp tags: cjo-hydra
16:38
merge trunk check-in: 73893dacd8 user: dgp tags: tip-445
16:15
Plug some memleaks. check-in: 5fdcbcbaeb user: dgp tags: trunk
14:46
Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. check-in: d97fba48fc user: jan.nijtmans tags: z_modifier
14:07
Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be considered separately) check-in: 0c4174b197 user: jan.nijtmans tags: z_modifier
13:56
merge trunk Closed-Leaf check-in: eba17e3e82 user: jan.nijtmans tags: tip-389-impl
13:03
Rework lifetime management of the tokensType internal rep. check-in: b0ea212222 user: dgp tags: dgp-refactor
2017-10-12
19:56
Don't skip comment and command start initializations. check-in: 340847e486 user: dgp tags: dgp-refactor
19:26
Stop an invalid read in the Brodnik machinery. check-in: e945614f04 user: dgp tags: dgp-refactor
16:33
memleak check-in: dd0af5cd3e user: dgp tags: dgp-refactor
16:23
WIP check-in: 220199cad9 user: dgp tags: dgp-refactor
15:23
merge novem check-in: af099af1b3 user: jan.nijtmans tags: novem-more-memory-API
15:21
merge trunk check-in: d7c27886c9 user: jan.nijtmans tags: novem
15:20
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional c... check-in: 28f72eb529 user: jan.nijtmans tags: trunk
14:52
Account for changes in KVLMerge. check-in: e8be7bfb41 user: dgp tags: dgp-refactor
12:56
merge tip-445 check-in: 29aa41b930 user: dgp tags: cjo-hydra
12:55
merge novem check-in: 34f8606cc4 user: dgp tags: dgp-properbytearray
12:55
merge novem check-in: 3899669480 user: dgp tags: dgp-refactor
12:37
merge trunk check-in: e09c20f945 user: dgp tags: tip-445
12:30
Convert to use of a per-HAMT collision list. check-in: 3cdd2a6e8c user: dgp tags: dgp-refactor
00:56
update comment Closed-Leaf check-in: 8784b35f65 user: dgp tags: dgp-hamt-collision
2017-10-11
23:42
Avoid a self merge in MergeContents check-in: 87260a9796 user: dgp tags: dgp-hamt-collision
23:32
Handle collisions in the remove operation check-in: fb7d7cf7fb user: dgp tags: dgp-hamt-collision
17:45
Make the collision lists sharable. check-in: 74eb685080 user: dgp tags: dgp-hamt-collision
14:09
merge novem check-in: ac9cb5b64c user: jan.nijtmans tags: novem-more-memory-API
03:38
Make sure iterations pass through collision overflows too. check-in: 0934b982c6 user: dgp tags: dgp-hamt-collision
03:19
Post-process all hash collisions that arise during merges. (None :)) check-in: 261ef9caa2 user: dgp tags: dgp-hamt-collision
2017-10-10
19:11
Started the collision fallback implementation. check-in: e9cb01c62e user: dgp tags: dgp-hamt-collision
18:28
some tidying check-in: 0b06a32063 user: dgp tags: dgp-hamt-collision
16:52
update comment check-in: 2a1120185d user: dgp tags: dgp-hamt-collision
16:45
Eliminate the tail field and uses of it. check-in: 8c2c87b7fb user: dgp tags: dgp-hamt-collision
16:07
Simplified model means we no longer need tricky adjustment accounting. check-in: 642f98e81f user: dgp tags: dgp-hamt-collision
15:11
merge zipfs check-in: f3498c8e60 user: jan.nijtmans tags: androwish
15:05
merge core-8-6-branch check-in: 27c028feca user: jan.nijtmans tags: zipfs
14:41
In simplified design, every KVList holds one key value pair. check-in: 4df55bdf0e user: dgp tags: dgp-hamt-collision
14:34
More API transformation. check-in: 09739e8daf user: dgp tags: dgp-hamt-collision
14:26
Begin redesign where we move the handling of hash collisions to the hamt as a whole instead of requi... check-in: a13d68cbee user: dgp tags: dgp-hamt-collision
2017-10-09
14:28
merge trunk check-in: 61bc0c7245 user: jan.nijtmans tags: novem
14:27
merge core-8-6-branch check-in: f8df60a625 user: jan.nijtmans tags: trunk
14:25
In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) check-in: b41dcee6c2 user: jan.nijtmans tags: core-8-6-branch
12:55
merge trunk check-in: 3d2670a053 user: jan.nijtmans tags: novem
12:54
Merge core-8-6-branch check-in: c2c6c7dd43 user: jan.nijtmans tags: trunk
12:53
Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch check-in: d5293abae0 user: jan.nijtmans tags: core-8-6-branch
2017-10-08
16:12
Fix RC template dependency to not generate it every time check-in: 1c30b73378 user: apnadkarni tags: vc-reform
14:25
Fix htmlhelp generation on 64-bit systems check-in: 0fd616210f user: apnadkarni tags: vc-reform
13:18
Add default rc template so extensions do not have to write their own check-in: 40a10400d4 user: apnadkarni tags: vc-reform
2017-10-07
20:44
bug fixes check-in: b6e0357c0c user: dgp tags: dgp-refactor
17:16
Was not setting VERSION for extensions. check-in: 1db70dbfa8 user: apnadkarni tags: vc-reform
16:37
Complete reworking of size calculation. check-in: a92065e8f3 user: dgp tags: dgp-refactor
13:33
Fix ignore glob for Visual C++ output directories. check-in: 0f0baaa171 user: apnadkarni tags: vc-reform
2017-10-06
19:57
tests/string.test: bypass not-compiled tests if missing testevalex (without constraints) check-in: 2c1d97b93b user: sebres tags: sebres-string-insert-cr1
19:52
compiled [string insert]: rewritten via INST_STR_REPLACE (with operand); compiled [string replace]: ... check-in: 1ecff38fdd user: sebres tags: sebres-string-insert-cr1
19:24
Rework toward a simpler scheme of size tracking that's not as entangled with other design choices. check-in: b13237f9e9 user: dgp tags: dgp-refactor
13:38
Move standard predefined targets to targets.vc as this allows the master makefile to modify macros i... check-in: 1f7d80fd52 user: apnadkarni tags: vc-reform
13:32
Collect slot histogram data check-in: 1a30be1ef3 user: dgp tags: dgp-refactor
12:03
Disable code that cannot happen. check-in: 1fe6d463b0 user: dgp tags: dgp-refactor
00:01
Simplify noComp for loops per mailing list suggestion from sebres [https://sourceforge.net/p/tcl/mai... check-in: 9fab97caea user: andy tags: amg-string-insert
2017-10-05
23:58
Merge trunk check-in: f56e51ac5b user: andy tags: amg-string-insert
18:18
another ratio reported check-in: d9c1c45ee5 user: dgp tags: dgp-refactor
18:09
Implement a first pass [hamt info] command. check-in: 6ac61a2093 user: dgp tags: dgp-refactor
17:00
Added standard target for generating pkgIndex.tcl. Added PKGNAMEFLAGS to pass PACKAGE_NAME and PACKA... check-in: 5ae070d1d2 user: apnadkarni tags: vc-reform
15:42
bug fix check-in: afa5dbe7cd user: dgp tags: dgp-refactor
14:52
Implement the [hamt size] command. check-in: 68ba69deef user: dgp tags: dgp-refactor
14:42
Machinery to compute and track hamt size. check-in: e05843ee31 user: dgp tags: dgp-refactor
14:19
Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to DISABLE_{STANDARD,CLEAN}_TARGETS. check-in: 306cb5962f user: apnadkarni tags: vc-reform
10:38
Refactor code common to merge and insert. check-in: 2c2acd6ee9 user: dgp tags: dgp-refactor
2017-10-04
21:11
Bugfix MergeList. check-in: 3dff0cbcf4 user: dgp tags: dgp-refactor
19:28
WIP check-in: de18cfcf25 user: dgp tags: dgp-refactor
15:16
Implemented a [hamt get] command. check-in: e57f4d150a user: dgp tags: dgp-refactor
01:57
Add default-* targets check-in: 341523261c user: apnadkarni tags: vc-reform
2017-10-03
19:31
bug fixes check-in: b82161d2ef user: dgp tags: dgp-refactor
16:34
Implement the [hamt merge] command. check-in: 0837519daf user: dgp tags: dgp-refactor
15:33
Completion of the merge machinery. check-in: 5b3fbcb610 user: dgp tags: dgp-refactor
13:50
WIP check-in: bdfb1551e4 user: dgp tags: dgp-refactor
13:44
Extract version numbers from TEA files so do not have to be separately defined. check-in: ea34ce1ddc user: apnadkarni tags: vc-reform
13:41
Have nmakehlp return non-0 exit code if version string not located with -V option check-in: 88bad90fbb user: apnadkarni tags: vc-reform
12:55
WIP check-in: 151488be2c user: dgp tags: dgp-refactor
09:12
Merge trunk check-in: 984891340b user: jan.nijtmans tags: novem
09:11
Merge latest 'const'ification changes from libtommath (develop branch, will be in next release). Non... check-in: 294fb5e1fa user: jan.nijtmans tags: trunk
08:06
Remove use of any macros used in rules.vc from rules-ext.vc Added USE_WIDECHAR_API to control usage ... check-in: 94a2203359 user: apnadkarni tags: vc-reform
03:52
WIP check-in: e2d4dc416f user: dgp tags: dgp-refactor
00:28
WIP check-in: b460c4bb8c user: dgp tags: dgp-refactor
00:05
WIP check-in: 192b04097e user: dgp tags: dgp-refactor
2017-10-02
23:49
More allocator reworking. check-in: 581c6e914b user: dgp tags: dgp-refactor
22:01
WIP check-in: 1323f2b9ac user: dgp tags: dgp-refactor
19:25
Allocation refactoring, and sketch of merge operation. check-in: 0b52d64b1d user: dgp tags: dgp-refactor
18:41
Avoid making second copy of the same immutable value. check-in: 1b1ff36d81 user: dgp tags: dgp-refactor
18:25
API reform. Move all type arguments to be first in the argument list. check-in: 561b441e9d user: dgp tags: dgp-refactor
17:09
Introduce rules-ext.vc file for extensions to select most recent rules.vc check-in: 6f657c84cf user: apnadkarni tags: vc-reform
16:28
More refactoring. check-in: 738b6d5e74 user: dgp tags: dgp-refactor
16:10
New routine to merge KVLists. Re-implement KVLInsert as call to it; some utility routine refactoring... check-in: a08ce61f17 user: dgp tags: dgp-refactor
2017-09-30
14:11
Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc

Fixed initialization of _TCLDI... check-in: 502c8ac90b user: apnadkarni tags: vc-reform

08:34
Added MAKEEXTCMD macro. Fixed couple of syntax errors when building extensions. check-in: 5bdbef03b2 user: apnadkarni tags: vc-reform
06:20
Added standard macros LIBDIR and DEMODIR. Also set common Tk related names and paths check-in: eb729b3c75 user: apnadkarni tags: vc-reform
2017-09-29
14:23
Permit definition of implicit rules and standard targets to be disabled check-in: f968ddffea user: apnadkarni tags: vc-reform
12:41
Added implicit rule for compiling resources. Added Tcl import libraries to link macro. check-in: 8d52c4f4f4 user: apnadkarni tags: vc-reform
06:12
Updated for Tk compatibility. Removed extraneous quotes in macro definitions. Macros should be quote... check-in: 4ce75659d8 user: apnadkarni tags: vc-reform
2017-09-28
12:22
Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.

Packages compile (... check-in: 796c9fe1ab user: apnadkarni tags: vc-reform-tests-pass, vc-reform

2017-09-26
12:22
Include rules.vc and nmakehlp.c as part of install.

Work toward not having to keep updating extens... check-in: 1889687ba8 user: apnadkarni tags: vc-reform

09:05
Remove coffbase.txt and all references to it: It's not recommended by Microsoft any more. check-in: 11d0a8e543 user: jan.nijtmans tags: novem
2017-09-25
17:35
Eliminate obsolete winhelp style documentation and fix Html Help doc build to work on 64-bit systems... check-in: 5137d4fbb1 user: apnadkarni tags: vc-reform
16:33
Eliminated /base option on linking as not recommended with ASLR check-in: 847eaa26c5 user: apnadkarni tags: vc-reform
16:23
Improvements to Tip#430 based on community input. Added a forward declaration of TclZipfs_Init. Adde... check-in: 15770f48da user: hypnotoad tags: core_zip_vfs
16:23
Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros check-in: 1e35d5e767 user: apnadkarni tags: vc-reform
13:45
Move TCLSH and TCLSH_NATIVE macros to rules.vc check-in: 5be00eaab3 user: apnadkarni tags: vc-reform
13:36
Pull changes from Trunk check-in: b714ad6059 user: hypnotoad tags: core_zip_vfs
10:41
Added project-specific include paths and preprocessor defines. check-in: 6503da624b user: apnadkarni tags: vc-reform
01:29
Add [hamt remove] command and fix more bugs. check-in: e9ad162b01 user: dgp tags: dgp-refactor
2017-09-24
14:25
Move clean target to rules.vc to avoid repetition in every extension check-in: 60ffde8e32 user: apnadkarni tags: vc-reform
12:13
Move installation dir macros to rules.vc check-in: 8085276411 user: apnadkarni tags: vc-reform
06:03
Moved generic compiler and linker flags completely into rules.vc so extensions do not have to repeat... check-in: 5c431028b8 user: apnadkarni tags: vc-reform
03:33
Add the [hamt replace] command. check-in: 10ba393f1e user: dgp tags: dgp-refactor
2017-09-23
23:14
more fixes check-in: 60a73184c4 user: dgp tags: dgp-refactor
20:10
more bug fixes check-in: 4eb9ff8b9e user: dgp tags: dgp-refactor
17:13
Bug fixes. check-in: c12e9164cf user: dgp tags: dgp-refactor
16:36
Simplify implementation of non-bytecoded [string replace] check-in: e2718c364b user: andy tags: amg-string-insert
15:30
Implement the [hamt create] command. We can start scripting. check-in: f9981a2144 user: dgp tags: dgp-refactor
14:55
Complete the "hamt" Tcl_ObjType. check-in: 3984353a09 user: dgp tags: dgp-refactor
07:35
More refactoring. Moved defines that are Tcl-specific to makefile.vc as rules.vc is common to extens... check-in: 0e5cb21d0e user: apnadkarni tags: vc-reform
2017-09-22
23:45
Use iterators to make the UpdateString routine. check-in: b5fef85d14 user: dgp tags: dgp-refactor
23:18
Complete the iterator routines. It compiles! Must be good. check-in: a481e78199 user: dgp tags: dgp-refactor
22:46
Update TIP number check-in: 17b8835c72 user: andy tags: amg-string-insert
14:12
merge tip-445 check-in: 33d9c74caf user: dgp tags: cjo-hydra
14:11
More TIP 445 conversion of the "path" Tcl_ObjType. check-in: 900a82f661 user: dgp tags: tip-445
13:41
merge tip-445 check-in: 368b8fecdc user: dgp tags: cjo-hydra
13:32
Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed by Cyan Ogilvie. This reworking... check-in: 99fdc9b9b1 user: dgp tags: tip-445
13:26
First step in complete refactoring.

Breaking up into logical sections with comments. Fix floating p... check-in: b555514410 user: apnadkarni tags: vc-reform

13:11
merge tip-445 check-in: 3dfe39c4ac user: dgp tags: cjo-hydra
13:06
merge novem check-in: 3cf9e70f1d user: dgp tags: dgp-properbytearray
13:05
merge trunk check-in: abe6bafaea user: dgp tags: tip-445
13:01
merge novem check-in: b29b5ed6f5 user: dgp tags: dgp-refactor
08:49
merge trunk check-in: 3bb43f216a user: jan.nijtmans tags: novem
08:48
Make libtommath's "make" work in Tcl environment (for testing). Eliminate internal s_is_power_of_two... check-in: 4fcc04a348 user: jan.nijtmans tags: trunk
02:17
Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message. Actually already cherrypicke... check-in: 04772444ec user: apnadkarni tags: trunk
2017-09-21
22:00
Checkpoint of work in progress. Leaf check-in: 13fc64f17c user: dkf tags: http3
19:05
RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 49499625f2 user: apnadkarni tags: trunk
18:47
RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 85eebd6da8 user: apnadkarni tags: core-8-6-branch
14:35
[3ae1251264] Run only the tests that match the assumptions of the test design. check-in: 42d9139712 user: dgp tags: amg-string-insert
12:02
WIP check-in: 1c37169922 user: dgp tags: dgp-refactor
2017-09-20
17:25
Include $noComp flag in string test names check-in: 6a5d5c5e50 user: andy tags: amg-string-insert
17:06
merge tip-445 check-in: 5ef7842f07 user: dgp tags: cjo-hydra
16:20
merge novem check-in: 206a729f35 user: dgp tags: dgp-refactor
16:17
merge novem check-in: 87f5287964 user: dgp tags: dgp-properbytearray
16:17
merge trunk check-in: 7168d447c8 user: dgp tags: tip-445
12:58
First cut at making application-independent compile and link flags common to all extensions defined ... check-in: a00775326e user: apnadkarni tags: vc-reform
09:22
merge trunk check-in: 52f439bd00 user: jan.nijtmans tags: novem
09:21
Move fast return from s_is_power_of_two() to mp_div_d(). This saves a function call in the common ca... check-in: ed59743eb7 user: jan.nijtmans tags: trunk
09:09
merge trunk check-in: 6320a360bf user: jan.nijtmans tags: novem
09:07
Further astyle formatting of libtommath. No functional changes. check-in: 6706db6842 user: jan.nijtmans tags: trunk
05:11
Alternate, equivalent way of running bytecoded tests check-in: 8da17cd010 user: andy tags: amg-string-insert
05:08
Correct string tests to exercise both bytecoded and non-bytecoded implementations. string-29.6 now ... check-in: 45c4e5f731 user: andy tags: amg-string-insert
2017-09-19
16:43
Disable pointer<->int warnings related to cast between different sizes There are a gadzillion of the... check-in: efdaaeb661 user: apnadkarni tags: vc-reform
16:07
Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise. check-in: 7267f6da0a user: apnadkarni tags: vc-reform
15:12
Do not permit nothreads in OPTS as sockets, registry and dde require threading. check-in: 39dbe837aa user: apnadkarni tags: vc-reform
12:50
Fix mapping of VCVERSION to VCVER. The simplistic calculation no longer holds for new versions of th... check-in: b564ced4b6 user: apnadkarni tags: vc-reform
12:10
Remove /Gs which enables _chkstk on *every* function call. The normal default behaviour (without the... check-in: 04c1607a24 user: apnadkarni tags: vc-reform
10:49
Create new branch named "vc-reform" check-in: 3f41663ec6 user: apnadkarni tags: vc-reform
06:21
Improve documentation of [string insert] with respect to end-relative indexing check-in: 3865939887 user: andy tags: amg-string-insert
2017-09-18
15:13
Merge trunk check-in: 1db5d9c514 user: jan.nijtmans tags: z_modifier
14:57
merge tip-445 check-in: fcdd5750b4 user: dgp tags: cjo-hydra
14:57
merge trunk check-in: e9af9d16ff user: dgp tags: tip-445
14:57
merge novem check-in: 2dfeeb8429 user: dgp tags: dgp-properbytearray
14:54
merge novem check-in: bcaf1b3113 user: dgp tags: dgp-refactor
14:39
merge trunk check-in: aac06499fb user: jan.nijtmans tags: novem
14:38
Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor dir... check-in: 5d1dde9e60 user: jan.nijtmans tags: trunk
13:19
merge trunk check-in: 0df52e2051 user: dgp tags: amg-string-insert
12:54
merge trunk check-in: c2ee1a2e85 user: jan.nijtmans tags: novem
12:53
Another round of libtommath const'ification. To be submitted to the libtommath folks check-in: 330a406fa5 user: jan.nijtmans tags: trunk
12:30
merge tip-445 check-in: dc0d611fa1 user: dgp tags: cjo-hydra
12:06
merge novem check-in: 1ef33883a0 user: dgp tags: dgp-refactor
12:06
WIP check-in: f51f5fa799 user: dgp tags: dgp-refactor
12:00
merge novem check-in: 1a59ed5a6e user: dgp tags: dgp-properbytearray
11:59
merge trunk check-in: 6e13a9423e user: dgp tags: tip-445
10:07
Merge trunk check-in: 3cea4fc314 user: jan.nijtmans tags: novem
08:31
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific ... check-in: 6954ead823 user: jan.nijtmans tags: trunk
03:11
Document [string insert] check-in: d017d0cd78 user: andy tags: amg-string-insert
03:02
Document Tcl_ReplaceObj() check-in: c491f05a28 user: andy tags: amg-string-insert
01:38
Rename Tcl_StringReplace() to Tcl_ReplaceObj() for consistency with other public string object funct... check-in: e5bf34271e user: andy tags: amg-string-insert
01:29
Improve comments check-in: 659068fa85 user: andy tags: amg-string-insert
01:19
Juggle [string insert] bytecode compilation logic check-in: 6fcce5edbb user: andy tags: amg-string-insert
01:16
Rearrange bytecoded [string replace] logic, reinstate [string replace]/[string insert] result tracin... check-in: e55f8ad1a8 user: andy tags: amg-string-insert
01:11
Use Tcl_StringReplace() to implement core of bytecoded [string replace] check-in: 02800a9cf4 user: andy tags: amg-string-insert
00:48
Update stringComp.test for new [string insert] command check-in: 4bf779f2de user: andy tags: amg-string-insert
00:39
stringComp.test and maybe many other tests may need to be reconsidered so that both bytecoded and no... check-in: cc99fd2be5 user: andy tags: amg-string-insert
00:32
Correct terminology check-in: 4cdab44b68 user: andy tags: amg-string-insert
00:32
Implement bytecoded [string insert] check-in: 064fc1f23c user: andy tags: amg-string-insert
2017-09-17
21:09
Correct bytecode index comments check-in: 22c8aea0e3 user: andy tags: amg-string-insert
21:09
Improve comment to describe return value check-in: 6d502aa4ca user: andy tags: amg-string-insert
2017-09-16
19:50
Merge trunk check-in: 601141ff84 user: andy tags: amg-string-insert
2017-09-15
13:36
merge trunk check-in: f8a598e13a user: jan.nijtmans tags: novem
13:08
'const'ify more libtommath functions. All functions in generic/tclTomMath.decls (used by Tcl) are do... check-in: b54e97868c user: jan.nijtmans tags: trunk
2017-09-14
19:22
WIP check-in: 46a5c64a59 user: dgp tags: dgp-refactor
14:34
New Tcl_ObjType WIP. check-in: 28f6f8c7e8 user: dgp tags: dgp-refactor
14:20
merge tip-445 check-in: b3e3e1647b user: dgp tags: cjo-hydra
14:19
merge novem check-in: 3b5667b4ff user: dgp tags: dgp-refactor
14:12
merge trunk check-in: decd9fa55d user: dgp tags: tip-445
14:03
merge novem check-in: 4c571ea91a user: dgp tags: dgp-properbytearray
14:02
merge trunk check-in: 65554137c5 user: dgp tags: novem
14:02
Move new declarations to more conventional place for tidier merging. check-in: d0b21fc95e user: dgp tags: trunk
13:17
merge novem check-in: 0a3ba6dcc3 user: dgp tags: dgp-properbytearray
08:06
merge trunk check-in: 02f4b68952 user: jan.nijtmans tags: novem
08:05
Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes. check-in: f4cdedde64 user: jan.nijtmans tags: trunk
07:42
Fix [f5da3d30e0]: clerical error in comments check-in: 41b84c3667 user: jan.nijtmans tags: trunk
07:41
Fix [f5da3d30e0]: clerical error in comments check-in: d2007ae5e7 user: jan.nijtmans tags: core-8-6-branch
2017-09-13
10:42
Merge trunk check-in: a493ca45ea user: jan.nijtmans tags: novem
10:14
Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions. Deprecate the internal... check-in: 900152d715 user: jan.nijtmans tags: trunk
2017-09-12
17:23
merge mark check-in: 1ce7e9a19f user: dgp tags: cjo-hydra
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: d9dfa71717 user: dgp tags: tip-445
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: 30c6c52314 user: dgp tags: cjo-hydra
15:44
Make sure ListObjReplace invalidates outdated intreps. check-in: 7d602c3a9f user: dgp tags: tip-445
15:30
Make sure ListObjReplace invalidates outdated intreps. check-in: 6a6da26999 user: dgp tags: cjo-hydra
15:18
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 36a738fa99 user: dgp tags: tip-445
15:13
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 30bbfe68d6 user: dgp tags: cjo-hydra
13:23
Revised dict value means we much invalidate existing intreps. check-in: f7ef63faa6 user: dgp tags: tip-445
13:22
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 36ed69949c user: dgp tags: tip-445
13:21
Revised dict value means we much invalidate existing intreps. check-in: 9fb681446d user: dgp tags: cjo-hydra
12:11
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 8d1ff0b345 user: dgp tags: cjo-hydra
2017-09-11
17:17
Stop crash in oo.test check-in: 1b78167222 user: dgp tags: cjo-hydra
16:52
Add a DupHydra implementation. check-in: 2864297e48 user: dgp tags: cjo-hydra
14:51
Fixes to Tcl_StoreIntRep -- support irPtr == NULL check-in: 91058bb83b user: dgp tags: cjo-hydra
14:44
Hydra work from Cyan Ogilvie. check-in: ac03e05714 user: dgp tags: cjo-hydra
13:21
merge novem check-in: a0bd6b43c0 user: jan.nijtmans tags: novem-more-memory-API
13:06
merge novem check-in: 17c54399fb user: dgp tags: dgp-refactor
12:23
global consts are things compilers are picky about. check-in: e0b9c0e7df user: dgp tags: dgp-refactor
12:07
merge novem check-in: 4c2e3516a0 user: dgp tags: dgp-properbytearray
12:02
merge trunk check-in: 241056bf07 user: dgp tags: tip-445
11:21
merge trunk check-in: 30418b0549 user: jan.nijtmans tags: novem
10:38
Many 'const' addtions in libtommath where it makes sense. To be submitted back to the libtommath guy... check-in: ae8992c395 user: jan.nijtmans tags: trunk
00:12
It compiles! Ship it! check-in: d959cdad5e user: dgp tags: dgp-refactor
2017-09-10
19:11
WIP check-in: 6047938a8b user: dgp tags: dgp-refactor
13:35
merge novem check-in: 4fa9cc2903 user: jan.nijtmans tags: novem-more-memory-API
2017-09-09
16:26
Merge trunk check-in: 8b29b13280 user: jan.nijtmans tags: novem
2017-09-08
18:05
WIP check-in: 79337b43e1 user: dgp tags: dgp-refactor
17:21
WIP check-in: 68358ccbd1 user: dgp tags: dgp-refactor
17:10
WIP check-in: 43e58b6dc6 user: dgp tags: dgp-refactor
17:05
WIP check-in: 8043bdedce user: dgp tags: dgp-refactor
14:38
Re-base to trunk. Now versioned as 8.7.0-alpha.2 check-in: eacebd08b2 user: jan.nijtmans tags: semver
14:15
Add some more functions from libtommath for availability within Tcl (mainly the 'long long' variants... check-in: ff847e8f35 user: jan.nijtmans tags: trunk
14:02
WIP check-in: 977d156621 user: dgp tags: dgp-refactor
13:30
Be consistent about how I am referred to. check-in: 6015050c0e user: gahr tags: trunk
13:13
Bump to 8.7a2 to distinguish trunk from 8.7a1 release. check-in: 6896e53834 user: dgp tags: trunk
12:50
merge release check-in: 31bf380580 user: dgp tags: trunk
12:48
Rebase to trunk check-in: 5e999389ca user: jan.nijtmans tags: z_modifier
11:45
WIP check-in: 45ae72da47 user: dgp tags: dgp-refactor
11:04
Rebase to trunk check-in: 56aed80e04 user: jan.nijtmans tags: win-console-panic
03:49
WIP check-in: af8cc4ae35 user: dgp tags: dgp-refactor
2017-09-07
12:59
merge trunk; rc1 Closed-Leaf check-in: 2606a5c5d7 user: dgp tags: rc1, core-8-7-a1, core-8-7-a1-rc
12:46
WIP check-in: 17672bd902 user: dgp tags: dgp-refactor
01:38
Implementation of persistent, immutable key/value lists. Lifetime management done with refcounts to ... check-in: 91867afcf2 user: dgp tags: dgp-refactor
2017-09-06
19:27
WIP check-in: 1f1e0ccf10 user: dgp tags: dgp-refactor
15:02
Fix use of "long long" (manually) in MSVC check-in: 9f18b82478 user: jan.nijtmans tags: trunk
2017-09-05
16:44
Pulling changes from trunk check-in: 1418d72876 user: hypnotoad tags: core_zip_vfs
16:33
Removed the package style loader from tclAppInit. Zipfs now loads as part of the interpreter. check-in: 5163caf76e user: hypnotoad tags: core_zip_vfs
15:38
update changes check-in: 7cbc33c3ce user: dgp tags: rc0, core-8-7-a1-rc
14:56
Recognise "-rc" also as part of version ranges (was missing from previous commit) check-in: 48b0bbee92 user: jan.nijtmans tags: tip-439, semver
14:19
Add support for "-rc" releases, which are the same as final releases but the version string is diffe... check-in: e59079446e user: jan.nijtmans tags: tip-439, semver
12:42
merge novem check-in: d4d0177ae0 user: dgp tags: dgp-properbytearray
12:41
merge novem check-in: 8dfd1f597e user: dgp tags: dgp-refactor
12:41
merge trunk check-in: 37388a0d90 user: dgp tags: tip-445
12:41
merge trunk check-in: 2efd1733e7 user: dgp tags: core-8-7-a1-rc
12:28
merge trunk check-in: 56ba25c528 user: dgp tags: tip-282
2017-09-04
15:24
merge trunk check-in: d051a64dbc user: jan.nijtmans tags: tip-439, semver
14:03
merge trunk check-in: 55e5374f6b user: jan.nijtmans tags: novem
14:01
Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering from msgcat check-in: d077ae59a3 user: jan.nijtmans tags: trunk
13:59
Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy) check-in: df3d5fa5a3 user: jan.nijtmans tags: core-8-6-branch
13:32
merge zipfs check-in: f033ca9370 user: jan.nijtmans tags: androwish
13:21
Merge core-8-6-branch, fallback for MAP_FILE check-in: 47d6be63bb user: jan.nijtmans tags: zipfs
12:40
merge trunk check-in: 1f080164e9 user: jan.nijtmans tags: tip-439, semver
12:38
merge core-8-6-branch check-in: 134e487b22 user: jan.nijtmans tags: trunk
12:37
Typo's (Thanks to Gustaf Neumann), nothing functional. check-in: 4e7c82c6e1 user: jan.nijtmans tags: core-8-6-branch
2017-09-02
22:10
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 95c4436a1e user: dgp tags: trunk
22:03
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: e71b74b743 user: dgp tags: core-8-6-branch
2017-09-01
14:20
merge zipfs check-in: e57ab5d3e2 user: jan.nijtmans tags: androwish
14:00
merge core-8-6-branch check-in: c3e090e484 user: jan.nijtmans tags: zipfs
13:52
merge trunk check-in: 736343cba1 user: jan.nijtmans tags: tip-389-impl
13:49
Merge core-8-6-branch check-in: 314f32710e user: jan.nijtmans tags: trunk
13:48
Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharSet(). Only makes a diff... check-in: 9d12b1026e user: jan.nijtmans tags: core-8-6-branch
08:50
merge trunk check-in: 3f9db43f3e user: jan.nijtmans tags: tip-389-impl
01:44
merge trunk check-in: d10af812b3 user: dgp tags: core-8-7-a1-rc
01:29
merge novem check-in: 6043683920 user: dgp tags: dgp-refactor
01:11
merge novem check-in: db2b6d8c00 user: dgp tags: dgp-properbytearray
00:52
merge trunk check-in: c3fbabfb73 user: dgp tags: tip-445
2017-08-31
13:57
merge trunk check-in: 2a52ebe007 user: jan.nijtmans tags: novem
13:56
Merge core-8-6-branch. Remove all git tag information for libtommath, so we don't have useless file ... check-in: 8451176357 user: jan.nijtmans tags: trunk
13:43
Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have crlf ending check-in: 05d1345b41 user: jan.nijtmans tags: core-8-6-branch
12:21
(merge-mark core-8-6-branch). Give state to UtfToUtfProc() and UnicodeToUtfProc() in which the last... check-in: ec434c5d08 user: jan.nijtmans tags: trunk
09:46
http state 100 continue handling broken [2a94652ee1] check-in: d6bb682808 user: oehhar tags: novem
09:35
http state 100 continue handling broken [2a94652ee1] check-in: 79053036d8 user: oehhar tags: trunk
09:32
http state 100 continue handling broken [2a94652ee1] check-in: fb94c24691 user: oehhar tags: core-8-6-branch
08:41
merge trunk check-in: 2bfc123728 user: jan.nijtmans tags: novem
06:31
http state 100 continue handling broken [2a94652ee1] Closed-Leaf check-in: b80bf5033f user: oehhar tags: bug-2a94652ee1
2017-08-30
15:29
Cherrypick string.test [de104ef5ab] check-in: c649c52458 user: andy tags: trunk
15:22
Merge trunk check-in: 0def7d0317 user: andy tags: amg-string-insert
15:20
Rename TclStringReplace() to Tcl_StringReplace() and add to the stubs table. Documentation not yet ... check-in: 678e846973 user: andy tags: amg-string-insert
12:39
merge trunk check-in: d6b05e9e2c user: jan.nijtmans tags: tip-439, semver
12:37
Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the ... check-in: c28c8e4f1c user: jan.nijtmans tags: trunk
12:01
merge trunk check-in: ddda318c41 user: jan.nijtmans tags: tip-439, semver
11:49
merge trunk check-in: 18735f269b user: jan.nijtmans tags: novem
11:46
Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radix.c to latest libtommat... check-in: 0f28787503 user: jan.nijtmans tags: trunk
2017-08-29
21:44
(experiment) See: https://github.com/libtom/libtommath/pull/75 proposal by sjaeckel Closed-Leaf check-in: f51addad6e user: jan.nijtmans tags: libtommath-tcl-fixes-75
21:27
a few missing bits after previous commit check-in: 8c421aaec5 user: jan.nijtmans tags: trunk
20:45
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk
20:43
Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1
20:25
libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1
09:25
merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk
09:24
(cherry-pick): Fix [b50fb214] : exec redirection to append ... check-in: 520999f475 user: jan.nijtmans tags: core-8-6-branch
09:19
Merge trunk check-in: f2f6504adb user: jan.nijtmans tags: novem
2017-08-27
21:25
Comments and formatting check-in: 4bfe8e269d user: f.bonnet tags: tip-462
15:25
Fixed reference counting issue with objects returned by WaitProcessStatus check-in: de93dfa9c6 user: f.bonnet tags: tip-462
15:24
On Windows, Tcl_Pids now map to dwProcessId instead of hProcess because the system reuses handles of... check-in: bdf5100b03 user: f.bonnet tags: tip-462
11:05
Refactoring to support all processes and not just detached ones. check-in: 35e5121282 user: f.bonnet tags: tip-462
2017-08-25
13:46
Merge trunk check-in: c841475a89 user: jan.nijtmans tags: tip-389-impl
2017-08-24
16:56
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk
2017-08-23
19:51
Added switches and pid list support to tcl::process status check-in: d5505d71d9 user: f.bonnet tags: tip-462
18:31
Refactoring and preliminary implementation of tcl::process (list|status) check-in: 53a8328d11 user: f.bonnet tags: tip-462
2017-08-22
12:41
merge core-8-6-branch check-in: 2b42a8db4c user: jan.nijtmans tags: trunk
12:12
Fix [d2612a2fa1]: Build breaks because of gcc error. Only u... check-in: ba30aa3b1c user: jan.nijtmans tags: core-8-6-branch
2017-08-20
20:11
Add test cleanup check-in: 5f8c346dfb user: andy tags: amg-string-insert
19:57
Add tests to exercise almost every line of TclStringReplace(). The one line not being exercised is ... check-in: eb2821be09 user: andy tags: amg-string-insert
19:55
Tweak string index boundary conditionals for tiny performance improvement and to make existing tests... check-in: 025ea6e5be user: andy tags: amg-string-insert
18:13
Add non-bytecoded [string replace] tests to exercise new TclStringReplace() function check-in: 9af4defa79 user: andy tags: amg-string-insert
03:45
Add string-14.18 to test that [string replace] with last<first does not insert a string, even though... check-in: de104ef5ab user: andy tags: amg-string-insert
03:21
Reimplement NON-BYTECODED [string replace] in terms of new TclStringReplace() function check-in: c0036938dd user: andy tags: amg-string-insert
03:20
Correct NULL dereference, and optimize short-circuit logical operation check-in: fa3278ec35 user: andy tags: amg-string-insert
02:44
Work toward dgp's suggestion that the underlying engine handle both [string insert] and [string repl... check-in: 0cfeecb740 user: andy tags: amg-string-insert
2017-08-18
22:06
merge core-8-6-branch check-in: 75da8b29f8 user: jan.nijtmans tags: trunk
21:39
RFE 6c0d7aec67: Better surrogate handling for TCL_UTF_MAX==4... check-in: 578af1b751 user: jan.nijtmans tags: core-8-6-branch
13:44
merge novem check-in: a87c8c9494 user: dgp tags: dgp-properbytearray
13:44
merge novem check-in: d592c0fb4a user: dgp tags: dgp-refactor
13:43
merge trunk check-in: 56e26d203d user: dgp tags: tip-445
13:23
merge trunk check-in: f1f87ddc33 user: dgp tags: novem
12:49
Completed [tcl::process autopurge] semantics and added [tcl::process purge] implementation along wit... check-in: 895210c8ba user: f.bonnet tags: tip-462
07:51
Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/TclProcessSetAutopurge co... check-in: 67ed1efdfa user: f.bonnet tags: tip-462
2017-08-17
22:50
Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54... check-in: 1b01d8a66c user: jan.nijtmans tags: trunk
22:26
Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind which I'm not so sure a... check-in: aab6df2b73 user: jan.nijtmans tags: core-8-6-branch
21:56
merge core-8-6-branch check-in: 6d463326bc user: jan.nijtmans tags: trunk
21:52
'#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the number of gcc warnings,... check-in: 96fdbb7598 user: jan.nijtmans tags: core-8-6-branch
18:32
Correct bug in getting second Unicode character sequence check-in: 87dadea232 user: andy tags: amg-string-insert
18:15
Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to match [linsert] check-in: 581e438bb7 user: andy tags: amg-string-insert
18:14
Work around [3397978fff] check-in: a20a2ff810 user: andy tags: amg-string-insert
17:29
Backout [b163c4f423]: Command ensembles indeed do affect argument reference counts, see [3397978fff] check-in: b83433c23f user: andy tags: amg-string-insert
13:03
Fixed line endings check-in: 2a872d1898 user: f.bonnet tags: tip-462
13:02
Basic scaffolding for tcl::process check-in: 7cbd47fe03 user: f.bonnet tags: tip-462
2017-08-16
15:14
Test code to investigate command ensemble argument reference counts check-in: b163c4f423 user: andy tags: amg-string-insert
15:14
Fix typo check-in: 9f7c7d5fb4 user: andy tags: amg-string-insert
2017-08-15
08:25
Write some test cases check-in: ea030eb727 user: andy tags: amg-string-insert
08:23
Correct bug in shared pure byte array case check-in: 597e9993b3 user: andy tags: amg-string-insert
08:04
Remove repeated code check-in: d83ac7baf8 user: andy tags: amg-string-insert
08:04
Update existing tests to accommodate new [string insert] command check-in: 900ca572ab user: andy tags: amg-string-insert
07:50
Begin implementation of [string insert] check-in: cbfded0f59 user: andy tags: amg-string-insert
2017-08-14
15:33
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: 98d2b59531 user: dgp tags: core-8-6-branch
2017-08-13
22:31
The 'clean' target should delete the generated 'nmhlp-out.txt' file as well. check-in: be7ee34b29 user: mistachkin tags: irontcl
22:15
Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs. check-in: 6b3568e058 user: mistachkin tags: irontcl
22:05
Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. check-in: bde6588ccd user: mistachkin tags: irontcl
2017-08-12
19:45
Correct longstanding typo in continue man page check-in: 7e42c87b8f user: andy tags: trunk
2017-08-10
19:14
Add 8.7 -only changes to the changes file. check-in: f7e3a4a75e user: dgp tags: core-8-7-a1-rc
17:34
Update outdated comment. check-in: d5dec2b051 user: dgp tags: core-8-7-a1-rc
17:03
Backport [array names -regexp] should support backrefs check-in: c84987f4b7 user: dgp tags: core-8-6-branch
14:56
Bring changes up to the 8.6.7 release. check-in: f73f06f6d8 user: dgp tags: core-8-7-a1-rc
14:29
Release candidate branch for Tcl 8.7a1. check-in: 31c23dd6bb user: dgp tags: core-8-7-a1-rc
14:17
merge 8.6 check-in: c36e167835 user: dgp tags: trunk
13:28
Silence compiler warning in --disable-threads build check-in: 6c566de0bb user: dgp tags: core-8-6-branch
2017-08-09
16:38
merge mark check-in: 485cf243f0 user: dgp tags: trunk
16:29
merge mark check-in: 722db62800 user: dgp tags: core-8-6-branch
16:28
merge release check-in: 6f13e81b5f user: dgp tags: core-8-6-branch
14:41
bump release date Closed-Leaf check-in: 1a93a1613f user: dgp tags: release, core-8-6-7, core-8-6-7-rc
2017-08-08
16:42
Merge core-8-6-branch check-in: 216c54cb51 user: andy tags: core-8-6-7-rc
16:42
Cherrypick [527d354828] check-in: e339228320 user: andy tags: core-8-6-branch
16:41
Merge novem check-in: aa2d419bfa user: andy tags: dgp-properbytearray
16:40
Merge novem check-in: 0f3306d7d6 user: andy tags: dgp-refactor
16:39
Merge trunk check-in: 16185b644b user: andy tags: tip-445
16:39
Merge trunk check-in: aadf195d2c user: andy tags: novem
2017-08-07
01:16
[5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids ... check-in: 527d354828 user: andy tags: trunk
2017-08-04
13:26
merge novem check-in: fc84863621 user: dgp tags: dgp-properbytearray
13:26
merge novem check-in: 7d00234e68 user: dgp tags: dgp-refactor
13:25
merge trunk check-in: da03eaabd8 user: dgp tags: tip-445
13:19
merge trunk check-in: 4b17c28700 user: dgp tags: novem
13:18
merge 8.6 check-in: 310ded6da8 user: dgp tags: trunk
2017-08-03
14:40
merge 8.6 check-in: 859df7220f user: dgp tags: rc1, core-8-6-7-rc
14:39
Improved test http-4.16. check-in: 26055ab3e1 user: dgp tags: core-8-6-branch
2017-08-02
23:38
Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts not what we want to test ... check-in: bf3ac94fa2 user: dkf tags: core-8-6-branch
2017-08-01
16:05
update changes check-in: 23702a8e3a user: dgp tags: core-8-6-7-rc
2017-07-22
22:49
Make it work again with new epoll Notifier

Warning: might need some more tweaks if it turns out to ... check-in: 434eb7d003 user: avl42 tags: tcl-469-1st-try

2017-07-18
13:46
merge novem check-in: 80f0997f0b user: dgp tags: dgp-properbytearray
13:46
merge novem check-in: 56f00462f4 user: dgp tags: dgp-refactor
13:39
merge trunk check-in: e9ce600364 user: dgp tags: tip-445
13:34
merge trunk check-in: 5a7371016e user: dgp tags: novem
12:58
merge 8.6 check-in: 1345e78da1 user: dgp tags: rc0, core-8-6-7-rc
2017-07-17
08:04
merge core-8-6-branch check-in: 4009d98d80 user: jan.nijtmans tags: trunk
08:04
Fix [fb2208172c]: tclIndex varies across builds from auto_m... check-in: d86807b814 user: jan.nijtmans tags: core-8-6-branch
2017-07-16
20:55
fileevent $ch exception ... check-in: 5610dcf5cd user: avl tags: tcl-469-1st-try
2017-07-14
15:08
merge zipfs check-in: 6232610ca9 user: jan.nijtmans tags: androwish
15:03
merge rfe-6c0d7aec67 Adapt upstream Androwish improvements check-in: 327ea0a2de user: jan.nijtmans tags: zipfs
14:48
merge core-8-6-branch Closed-Leaf check-in: e07455203e user: jan.nijtmans tags: rfe-6c0d7aec67
14:21
merge trunk check-in: 50bd973657 user: jan.nijtmans tags: tip-439, semver
2017-07-13
16:04
merge sebres-event-perf-fix-busy-wait check-in: de29c24e4b user: sebres tags: sebres-8-6-event-perf-branch
15:07
merge core-8-6-branch check-in: a3919af766 user: jan.nijtmans tags: trunk
15:06
Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in implementation of TclUtfToUn... check-in: 65f2f760e4 user: jan.nijtmans tags: core-8-6-branch
2017-07-10
11:31
merge core-8-6-branch check-in: 1e6415bbda user: sebres tags: sebres-8-6-event-perf-branch
11:12
merge sebres-8-5-event-perf-branch check-in: 2219c00d2a user: sebres tags: sebres-8-6-event-perf-branch
08:59
tclUnixNotfy.c: we should wait for notifier at least once in case of waitForFiles (regardless of the... check-in: b13e24b699 user: sebres tags: sebres-8-6-event-perf-branch
08:55
Stability fix: queue epoch to guarantee avoid broken queue, service level to avoid reset block time ... check-in: 68698a3ac4 user: sebres tags: sebres-8-6-event-perf-branch
08:53
merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 check-in: fed961497a user: sebres tags: sebres-8-6-event-perf-branch
2017-07-06
16:58
merge novem check-in: 7eb94b8f21 user: dgp tags: dgp-refactor
16:57
merge novem check-in: 45d5acda53 user: dgp tags: dgp-properbytearray
16:52
merge trunk check-in: 4dc6e2e33e user: dgp tags: novem
16:52
merge trunk check-in: a21e565627 user: dgp tags: tip-445
16:47
merge 8.6 check-in: 92f352fb7a user: dgp tags: core-8-6-7-rc
16:40
merge 8.6 check-in: 78ed92ebd5 user: dgp tags: trunk
16:34
[adb198c256] Switch to an alternative fix for file join memleaks. check-in: df20b03ff6 user: dgp tags: core-8-6-branch
16:00
Pull out of the loop a block of code that can only run in first iteration. Closed-Leaf check-in: e5a3e7cba1 user: dgp tags: bug-adb198c256
15:46
Alternative fix for memleaks in fs path join machinery. check-in: 6ab9649e66 user: dgp tags: bug-adb198c256
2017-07-04
14:31
Add in the URL parsing as a general service. check-in: 68f522f39f user: dkf tags: http3
2017-07-03
12:46
merge trunk check-in: 2cab48c756 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch check-in: f46366c736 user: jan.nijtmans tags: trunk
12:39
merge zipfs check-in: 27c91b58a4 user: jan.nijtmans tags: androwish
12:34
merge rfe-6c0d7aec67 check-in: 04c2a45d71 user: jan.nijtmans tags: zipfs
12:32
merge core-8-6-branch check-in: 4467b7768e user: jan.nijtmans tags: rfe-6c0d7aec67
09:23
resolve 8.6-fork check-in: 674ec2d9ec user: sebres tags: core-8-6-branch
09:19
tclPathObj: fixed TclJoinPath - usage of released object and object leakage. closes [adb198c256df8c4... check-in: fbaf970e24 user: sebres tags: core-8-6-branch
08:32
merge trunk check-in: 7067ab8082 user: jan.nijtmans tags: novem
08:30
merge core-8-6-branch check-in: 1335f34599 user: jan.nijtmans tags: trunk
08:27
'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. check-in: 5b95f585fa user: jan.nijtmans tags: core-8-6-branch
2017-06-29
13:18
merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix
11:42
merge novem check-in: 76a8ebccd9 user: dgp tags: dgp-refactor
11:38
merge novem check-in: 28d8f0755f user: dgp tags: dgp-properbytearray
11:29
merge trunk check-in: e6b9d7a231 user: dgp tags: tip-445
11:19
merge 8.6 check-in: 6402881613 user: dgp tags: core-8-6-7-rc
2017-06-28
13:45
merge trunk check-in: 6921b83aca user: jan.nijtmans tags: novem
13:44
merge core-8-6-branch check-in: 474ea18601 user: jan.nijtmans tags: trunk
13:32
Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate the expected uppercase c... check-in: bb9d202e4c user: jan.nijtmans tags: core-8-6-branch
11:02
Implement %a and %A for floating point numbers check-in: 35812670ab user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-27
18:21
Rethinking how to hold the bits of configuration. check-in: 3ffd93f7c0 user: dkf tags: http3
12:00
Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just generate uppercase direct... check-in: 2004acdea6 user: jan.nijtmans tags: jn-0d-radix-prefix
10:13
Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's suggestion). Seems ready... check-in: 3b3992d33d user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-26
20:26
merge novem check-in: 69f79aa309 user: dgp tags: dgp-refactor
20:25
merge novem check-in: a9a65ee225 user: dgp tags: dgp-properbytearray
20:14
merge trunk check-in: b9b632a2ca user: dgp tags: tip-445
20:13
merge trunk check-in: 80be23dd56 user: dgp tags: novem
20:00
Merge 8.6; Bump to TclOO 1.2.0. check-in: c5252bc435 user: dgp tags: trunk
19:56
update changes check-in: ffa6b8ce70 user: dgp tags: core-8-6-7-rc
19:51
merge 8.6 check-in: 089d3ed92d user: dgp tags: core-8-6-7-rc
19:37
Bump to TclOO 1.1.0 check-in: 417c4f636d user: dgp tags: core-8-6-branch
19:22
merge 8.6 check-in: 6399d0c012 user: dgp tags: core-8-6-7-rc
19:18
[46f801ea5a] Make autoloader less fragile when it cannot manufacture a known consistent stack trace.... check-in: 432f9304f2 user: dgp tags: core-8-6-branch
19:17
Try to make good stack trace. Fallback to making not-so-good stack trace. Stop failing altogether. T... Closed-Leaf check-in: c67cb06977 user: dgp tags: bug-46f801ea5a
17:30
Test demonstrating autoloader fragility. check-in: 6fd70a102b user: dgp tags: bug-46f801ea5a
11:37
merge trunk check-in: 0705d03cdf user: jan.nijtmans tags: tip-439, semver
10:20
Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes check-in: e2b749751c user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-25
22:16
Start of work on developing a new major version of the HTTP package. check-in: 21792340da user: dkf tags: http3
2017-06-23
20:49
Tests for ::http::Write done. check-in: 0926e525f7 user: gerald tags: tip-452
20:08
Added test suites for more of the http package, two procedures left to do test suites for. check-in: 8321eb1dcd user: gerald tags: tip-452
15:05
merge trunk check-in: d3b73e481b user: jan.nijtmans tags: novem
15:04
No longer split tests for longIs32bit/longIs64bit, since the results should be identical check-in: a7db1ba444 user: jan.nijtmans tags: trunk
13:11
typo fix check-in: b3af99ceb9 user: dgp tags: trunk
13:09
Rewrite the documentation of [regsub -command] so it's not quite such a mess. check-in: c11222b967 user: dgp tags: trunk
12:39
repair broken tests check-in: b063408c38 user: dgp tags: trunk
12:28
Repair compiler warning about uninitialized value. check-in: d06a0b65c1 user: dgp tags: trunk
09:14
Merge trunk (but without %#d format, pending further decision and bug-fixing) check-in: 818930fdcd user: jan.nijtmans tags: novem
08:11
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals check-in: 4f68bf6677 user: jan.nijtmans tags: trunk
2017-06-22
22:54
Add [regsub -command] case that wasn't actively tested for. check-in: 0bd419a4d7 user: dkf tags: trunk
22:03
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: 1f77049cc0 user: dkf tags: trunk
22:02
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: e927ed1f31 user: dkf tags: core-8-6-branch
22:00
Documentation correction; issue pointed out by DGP. Closed-Leaf check-in: b574d9d391 user: dkf tags: tip-473
21:55
Rebase for final implementation work check-in: 187b146c23 user: dkf tags: tip-473
21:50
Implement TIP #470: Reliable Access to OO Definition Context Object check-in: 0ae0df0685 user: dkf tags: trunk
21:48
merge trunk Closed-Leaf check-in: bc0550924f user: dkf tags: tip-470
21:46
Implement TIP #463: Command-Driven Substitutions for regsub check-in: 9aaee27679 user: dkf tags: trunk
14:23
merge novem check-in: e166a5a58b user: dgp tags: dgp-refactor
13:56
merge novem check-in: db3d5c1dad user: dgp tags: dgp-properbytearray
13:45
merge trunk check-in: 8d97ed6516 user: dgp tags: tip-445
13:41
merge trunk check-in: 30c71bc195 user: dgp tags: novem
12:25
merge trunk Closed-Leaf check-in: d26f75a105 user: dgp tags: tip-463
08:59
merge core-8-6-branch check-in: 1d11dc7a53 user: jan.nijtmans tags: trunk
08:59
Upgrade all internal character tables to Unicode 10 check-in: f78dec2d2f user: jan.nijtmans tags: core-8-6-branch
08:16
Merge core-8-6-branch Closed-Leaf check-in: 7a62143dca user: jan.nijtmans tags: bsg-0d-radix-prefix
08:15
Add test-cases, testing the legacy behavior of "format %#d" check-in: 66e3be83ac user: jan.nijtmans tags: core-8-6-branch
03:33
Added additional tests into rewrite of http test package. check-in: e8c535c2c0 user: gerald tags: tip-452
2017-06-21
21:22
More http test rewrites. check-in: 98e3eadd14 user: gerald tags: tip-452
2017-06-20
23:04
Test for several more commands. check-in: 24ff58075c user: gerald tags: tip-452
14:36
Added test for several commands. check-in: a59225dbf1 user: gerald tags: tip-452
2017-06-19
22:45
Fix for [c81183a2a71adeff28d846b5dcf8ca5bb15bbf30]. check-in: 52264f7439 user: gerald tags: tip-452
22:21
[4e5007ea1b285527] Added all code path tests for ::http::formatQuery. check-in: 286eddfbe6 user: gerald tags: tip-452
21:40
Test complete for http::geturl -- all code paths covered.

Also fix for tcloo code in TIP 452. check-in: b8e209a539 user: gerald tags: tip-452

18:26
merge novem check-in: eb8166618c user: dgp tags: dgp-properbytearray
18:11
merge novem check-in: 4cc19e9c99 user: dgp tags: dgp-refactor
18:04
Silence compiler warning check-in: 29123b010b user: dgp tags: novem
17:56
Merge trunk. Improve test http-4.16 in robustness and result utility. check-in: 854cdede26 user: dgp tags: novem
17:37
merge trunk check-in: a75ba760f7 user: dgp tags: tip-445
17:31
merge 8.6 check-in: c01deee8cf user: dgp tags: core-8-6-7-rc
07:17
Think-o fix... Closed-Leaf check-in: bd2957a486 user: dkf tags: dkf-oo-override-definition-namespaces
07:14
merge core-8-6-branch check-in: e297f56c1c user: dkf tags: dkf-oo-override-definition-namespaces
2017-06-18
18:02
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: bbaad94279 user: dkf tags: trunk
14:01
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: 2bcf10b88e user: dkf tags: core-8-6-branch
13:44
Also apply the tricks when going via the 'self' definition. check-in: eee12a7f97 user: dkf tags: dkf-oo-override-definition-namespaces
13:36
Start of an idea on how to make it easier to have non-trivial little languages for particular class ... check-in: c3b3ca625f user: dkf tags: dkf-oo-override-definition-namespaces
2017-06-16
21:13
Partial test suite written for http::geturl. check-in: bb8efd05a0 user: gerald tags: tip-452
21:12
repair merge check-in: 558669f5e0 user: dgp tags: dgp-properbytearray
20:41
merge novem check-in: ec44855767 user: dgp tags: dgp-properbytearray
20:40
merge novem check-in: 95b720f9ff user: dgp tags: dgp-refactor
20:35
merge trunk check-in: f7688ef8a2 user: dgp tags: novem
20:28
merge trunk check-in: 2b4060cef5 user: dgp tags: tip-445
20:17
Merge 8.6; update changes. check-in: b7fe674c77 user: dgp tags: core-8-6-7-rc
19:54
Another reworking, now with comments. check-in: e9f3293d67 user: dgp tags: trunk
17:08
Added empty failing tests for all the paths in geturl. check-in: 6dcf1b1049 user: gerald tags: tip-452
16:28
Added empty failing test for each unit that should be tested. NOTE -- some units will have multiple... check-in: a57bb47530 user: gerald tags: tip-452
16:23
Simplify the final loop when we know we're generating strings for all. check-in: 20cca1d020 user: dgp tags: trunk
16:07
Split loop into two cases for further simplification. check-in: afd6a2812b user: dgp tags: trunk
15:51
Factor out and simplify loop scanning leading known empty values. check-in: 1e6a22b0fc user: dgp tags: trunk
15:15
Started to add support for tcloo into tcltest package. First set of http test using TIP 452. check-in: 7fcd7262f6 user: gerald tags: tip-452
14:46
Use local variables. check-in: af5aec752d user: dgp tags: trunk
14:43
Rework the logic. Equivalent function. check-in: aa9699939f user: dgp tags: trunk
14:33
Merge rfe-6c0d7aec67 check-in: 3411d08422 user: jan.nijtmans tags: zipfs
14:31
merge core-8-6-branch check-in: 5631b412d3 user: jan.nijtmans tags: rfe-6c0d7aec67
12:56
Extend cases where string rep generation can be prevented. check-in: 3f07499767 user: dgp tags: trunk
11:47
Better define the meaning of "first" and "last". check-in: a1eb17546f user: dgp tags: trunk
2017-06-15
11:01
Merge core-8-6-branch. Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’... check-in: cf3e4e5c76 user: jan.nijtmans tags: bsg-0d-radix-prefix
09:38
merge core-8-6-branch check-in: a1f9019daa user: jan.nijtmans tags: trunk
09:13
Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. check-in: 512a5af394 user: jan.nijtmans tags: core-8-6-branch
2017-06-14
21:51
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 49e696d1b9 user: dkf tags: trunk
21:49
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 98b22be0c4 user: dkf tags: core-8-6-branch
21:42
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: dce77b1b20 user: dkf tags: trunk
10:04
Little variation on Brian's proposal: Only prefix decimal number with '0d' when that's necessary for... check-in: 20eeb7733d user: jan.nijtmans tags: jn-0d-radix-prefix
07:54
Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) check-in: ae4471b37c user: jan.nijtmans tags: bsg-0d-radix-prefix
2017-06-13
14:13
merge zipfs check-in: 8923cc6a6e user: jan.nijtmans tags: androwish
12:28
Improve docs, add tests, fix a corner case in the implementation. Closed-Leaf check-in: 097ba887bf user: dkf tags: oo-copy-ns
12:20
Merge rfe-6c0d7aec67 check-in: 38baf640f3 user: jan.nijtmans tags: zipfs
12:18
merge core-8-6-branch check-in: 8eec477ed9 user: jan.nijtmans tags: rfe-6c0d7aec67
11:10
Add tests and docs. check-in: e19250e477 user: dkf tags: tip-470
2017-06-12
14:04
Add support of 0d in the format %# conversion flag. Add tests for same. check-in: b8074009fb user: griffin tags: bsg-0d-radix-prefix
13:29
merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier
2017-06-10
17:06
1) Added namespace exports to tcltest namespace for new features 2) Rolled minor revision number of ... check-in: 9c86f726c0 user: gerald tags: tip-452
2017-06-09
12:20
merge trunk check-in: ee2c5cf945 user: jan.nijtmans tags: tip-389-impl
11:48
merge novem check-in: f687ce6a36 user: jan.nijtmans tags: novem-more-memory-API
11:17
merge trunk check-in: f0e33a9d48 user: jan.nijtmans tags: novem
2017-06-08
21:49
Check in reference implementation of TIP 452.

TO DO: create test for two existing Tcl procedure to ... check-in: 2e7887b673 user: gerald tags: tip-452

21:15
Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk
21:10
Don't test the impossible. Closed-Leaf check-in: db46268589 user: dgp tags: dgp-stringcat-delaystringrep
21:05
Modernize overflow checks. check-in: f4c7382b8a user: dgp tags: dgp-stringcat-delaystringrep
20:58
merge trunk check-in: 993ce8428b user: dgp tags: dgp-stringcat-delaystringrep
20:57
More streamlining check-in: 8d50922091 user: dgp tags: dgp-stringcat-delaystringrep
20:49
Make read and write operations on Tcl_Var handles available in tclInt API. check-in: 2487a9bc13 user: dkf tags: trunk
20:49
Make read and write operations on Tcl_Var handles available in tclInt API.

(This will be useful f... check-in: 7d94f61c60 user: dkf tags: core-8-6-branch

20:40
More streamlining. check-in: 04d8b74d04 user: dgp tags: dgp-stringcat-delaystringrep
20:38
Create new branch named "tip-452" check-in: 0aad28628c user: gerald tags: tip-452
20:31
pendingPtr == NULL implies (last == first) implies early out check-in: 5ed6f019fa user: dgp tags: dgp-stringcat-delaystringrep
19:35
Tests for string rep generation suppression check-in: 51f3983e40 user: dgp tags: dgp-stringcat-delaystringrep
16:48
merge trunk check-in: 260be46929 user: dgp tags: dgp-stringcat-delaystringrep
16:44
When possible delay string rep generation until necessary. check-in: 38795b0541 user: dgp tags: dgp-stringcat-delaystringrep
12:59
merge trunk check-in: 7b30d63181 user: jan.nijtmans tags: novem
12:53
merge core-8-6-branch check-in: 0a9475dd06 user: jan.nijtmans tags: trunk
12:50
Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed the fact that tolower()... check-in: 9d00eb3607 user: jan.nijtmans tags: core-8-6-branch
12:38
merge core-8-6-branch check-in: 9053c4a54f user: jan.nijtmans tags: trunk
12:37
Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. check-in: 6b5843fde9 user: jan.nijtmans tags: core-8-6-branch
11:48
tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separately: This macro alread... check-in: 95d096e037 user: jan.nijtmans tags: core-8-6-branch
08:47
merge zipfs. Upstream androwish changes. check-in: cf6e40cbd2 user: jan.nijtmans tags: androwish
08:27
Merge rfe-6c0d7aec67 check-in: 75fb732187 user: jan.nijtmans tags: zipfs
08:26
Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 check-in: 5ae46a0093 user: jan.nijtmans tags: rfe-6c0d7aec67
2017-06-07
15:23
merge core-8-6-branch check-in: eba046ff54 user: jan.nijtmans tags: trunk
15:18
Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifications/optimizations. No... check-in: b96e8d7611 user: jan.nijtmans tags: core-8-6-branch
2017-06-06
17:51
Expose some of the core variable access APIs. (Cherrypick from [b4dfc30083]) Closed-Leaf check-in: c4eb84f273 user: dkf tags: dkf-expose-ptrgetvar-8.6
15:51
merge trunk check-in: 1ce52fbf89 user: dgp tags: novem
14:46
Merge trunk check-in: b03462a529 user: jan.nijtmans tags: tip-389-impl
14:35
merge core-8-6-branch check-in: 7082428670 user: jan.nijtmans tags: trunk
14:33
Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 or TCL_UTF_MAX=6 check-in: c03fda3ca0 user: jan.nijtmans tags: core-8-6-branch
13:48
merge trunk check-in: 2b3de0b7fe user: dgp tags: tip-445
13:14
[716b427f76] Optimize TclStringCatObjv when only one non-empty argument. check-in: 529d17802a user: dgp tags: trunk
13:03
merge 8.6 check-in: e07b4c2c26 user: dgp tags: core-8-6-7-rc
12:56
A few more tweaks to streamline and clarify. Closed-Leaf check-in: d253aace3f user: dgp tags: bug-716b427f76
09:25
merge trunk check-in: 6c9ae4580b user: jan.nijtmans tags: novem
09:25
makes TclStringCatObjv safe accepting objc = 0 (or 1), then fast exits with new object / first; chec... check-in: c30066298d user: sebres tags: bug-716b427f76
09:24
merge core-8-6-branch check-in: 28a2ae3999 user: jan.nijtmans tags: trunk
09:23
Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in character tests, comme... check-in: 5b20178e5a user: jan.nijtmans tags: core-8-6-branch
09:01
amend to [eac4656f1e8cf793] (moved to scope where numChars != 0 in Unicode case) check-in: 0a267ebdd3 user: sebres tags: bug-716b427f76
08:34
small code review: don't need to check length if unchanged + the same case if 0 length check-in: eac4656f1e user: sebres tags: bug-716b427f76
2017-06-05
23:20
merge trunk Closed-Leaf check-in: fc7eefaf93 user: dkf tags: dkf-expose-ptrgetvar
20:03
Optimize TclStringCatObjv() for case when only one argument is non-empty. check-in: 4225e01eb6 user: dgp tags: bug-716b427f76
17:57
Revert performance optimization as first step to providing a refactored one. check-in: c32e3b1b7c user: dgp tags: bug-716b427f76
17:22
Merge 8.6; update changes. check-in: d76b631f2f user: dgp tags: core-8-6-7-rc
17:15
[67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 8e28fedaa0 user: dgp tags: trunk
16:56
[67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 164b69bdfd user: dgp tags: core-8-6-branch
2017-06-02
14:27
merge core-8-6-branch check-in: cee52b7f43 user: jan.nijtmans tags: zipfs
11:10
merge core-8-6-branch Closed-Leaf check-in: 3b34afebe9 user: jan.nijtmans tags: bug-67aa9a2070
11:08
merge trunk check-in: 40f592b46d user: jan.nijtmans tags: novem
10:59
merge core-8-6-branch check-in: 08a3bc6b34 user: jan.nijtmans tags: trunk
10:34
Change refCount field in DictObj from int to size_t. Cherry-picked from "sebres-8-6-clock-speedup-cr... check-in: edce278fe3 user: jan.nijtmans tags: core-8-6-branch
08:17
Fix [67aa9a2070]: Security: Invalid UTF-8 can inject unexpe... check-in: e0f22bedca user: jan.nijtmans tags: bug-67aa9a2070
08:12
Merge core-8-6-branch. This removes the work currently being done in "sebres-8-6-clock-speedup-cr1" ... check-in: 3527801f9f user: jan.nijtmans tags: trunk
2017-05-29
19:44
merge core-8-6-branch check-in: 1e36f66134 user: sebres tags: trunk
19:36
fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the large lists (firstly mi... check-in: 9ef81e0818 user: sebres tags: core-8-6-branch
15:38
merge trunk check-in: 6d946ddf77 user: jan.nijtmans tags: tip-389-impl
13:16
merge trunk check-in: 5985b3e0a0 user: jan.nijtmans tags: novem
13:14
merge core-8-6-branch check-in: a9965b7335 user: jan.nijtmans tags: trunk
13:10
Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in functionality, just faster i... check-in: 7351fc0c9c user: jan.nijtmans tags: core-8-6-branch
2017-05-28
16:06
0d in LinkVar check-in: 9712ea48a2 user: griffin tags: bsg-0d-radix-prefix
2017-05-27
22:17
Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. check-in: d492c01a39 user: griffin tags: bsg-0d-radix-prefix
2017-05-23
22:36
TIP#457: Update named group ending Leaf check-in: be60dadb16 user: mlafon tags: tip-457
22:27
merge trunk check-in: 340fa5f4a8 user: mlafon tags: tip-457
16:00
[19a8c9399d] Plug mem leak in TIP 459 machinery. check-in: f1c99ff14c user: dgp tags: trunk
14:57
merge trunk check-in: 9430d4c198 user: jan.nijtmans tags: tip-389-impl
14:48
Update internal tables to Unicode 10.0. Still in Beta, but to be released soon. check-in: 090498e9a8 user: jan.nijtmans tags: trunk
13:25
merge 8.6 check-in: c813c3e4f5 user: dgp tags: core-8-6-7-rc
13:13
merge zipfs check-in: abd3a99c89 user: jan.nijtmans tags: androwish
13:10
merge novem check-in: 2d1c5050f9 user: dgp tags: dgp-refactor
13:05
merge novem check-in: 101f1ded72 user: dgp tags: dgp-properbytearray
12:52
merge trunk check-in: 07857bfbd9 user: dgp tags: tip-445
12:25
merge trunk check-in: 9afecad529 user: dgp tags: tip-282
12:24
merge trunk check-in: dbf2ed2640 user: jan.nijtmans tags: zipfs
2017-05-22
09:17
merge trunk check-in: 4503acbb4b user: jan.nijtmans tags: novem
09:16
Merge core-8-6-branch. Obsolete a number of systems, which were already obsoleted by TEA: We cannot ... check-in: 883e6ffa29 user: jan.nijtmans tags: trunk
09:04
autoconf check-in: 19226bd4e2 user: jan.nijtmans tags: core-8-6-branch
08:53
If SHLIB_VERSION is specified as empty, don't let the SHLIB filename end with a dot (taken over from... check-in: 3224e6d80e user: jan.nijtmans tags: core-8-6-branch
07:34
Taking a stab at TIP#288 implementation.

Requires docs, removal of debugging, more comprehensive te... check-in: b956dea67c user: aspect tags: aspect-tip288

2017-05-21
17:42
Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits. Tcl/Tk's tcl.m4 isn't identic... check-in: a871079e2e user: jan.nijtmans tags: core-8-6-branch
2017-05-20
12:45
Fix build on OpenBSD. [82701b94c4] missed a couple of bits. Tcl/Tk's tcl.m4 isn't identical to TEA's... check-in: f002261843 user: stu tags: trunk
2017-05-19
14:23
merge core-8-6-branch check-in: f3376c975d user: aspect tags: trunk
14:21
fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49] check-in: c7f8965af7 user: aspect tags: core-8-6-branch
13:23
merge novem check-in: dcc42a5168 user: dgp tags: dgp-properbytearray
13:21
merge novem check-in: 52ffc34aff user: dgp tags: dgp-refactor
13:00
merge trunk check-in: 32225bcff4 user: dgp tags: novem
13:00
merge trunk check-in: 38419f5ffd user: dgp tags: tip-445
12:53
merge 8.6 check-in: c5ac1d38b3 user: dgp tags: core-8-6-7-rc
2017-05-18
13:27
merge core-8-6-branch check-in: 91616b46d8 user: jan.nijtmans tags: trunk
13:25
Fix test-case numbering check-in: 9bbee496de user: jan.nijtmans tags: core-8-6-branch
13:01
merge zipfs check-in: 2882e6cbf0 user: jan.nijtmans tags: androwish
12:58
merge core-8-6-branch check-in: 3b21720b1c user: jan.nijtmans tags: zipfs
12:36
merge trunk check-in: 8295a7cc33 user: jan.nijtmans tags: novem
12:33
TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier check-in: 858569fb04 user: jan.nijtmans tags: trunk
12:09
autoconf-2.59 check-in: 74228b692b user: dgp tags: core-8-6-branch
09:24
merge core-8-6-branch check-in: 66276befa2 user: jan.nijtmans tags: trunk
09:16
Cherry-pick All the world was a VAX for OpenBSD... check-in: 82701b94c4 user: jan.nijtmans tags: core-8-6-branch
2017-05-15
18:27
merge novem check-in: 1110898196 user: dgp tags: dgp-properbytearray
18:19
merge novem check-in: 918c560383 user: dgp tags: dgp-refactor
18:18
merge trunk check-in: c8f9492c8b user: dgp tags: tip-445
2017-05-12
15:34
merge trunk check-in: f49584eaad user: jan.nijtmans tags: novem
15:06
merge trunk check-in: 3c8f553d8e user: jan.nijtmans tags: tip-439, semver
14:31
Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl_GetEncodingSearchPath(... check-in: 3f14a7216c user: jan.nijtmans tags: trunk
2017-05-11
19:06
reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate" Closed-Leaf check-in: 21298a7bf2 user: sebres tags: sebres-trunk-timerate
18:53
merge trunk (to sebres-trunk-timerate) check-in: 53c18af29e user: sebres tags: sebres-trunk-timerate
09:46
man for timerate (doc/timerate.n) check-in: 214a30c17b user: sebres tags: sebres-8-6-timerate
2017-05-09
22:24
add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode back-ported as inline from... check-in: 09e1ee89b3 user: sebres tags: sebres-8-6-timerate
21:58
back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) check-in: aa888d99ab user: sebres tags: sebres-8-6-timerate
12:12
Merge 8.6; update changes. check-in: b01c216ba8 user: dgp tags: core-8-6-7-rc
11:31
merge core-8-6-branch check-in: ce9f58ecc7 user: jan.nijtmans tags: trunk
11:30
Fix [6ca52aec14]: HTTP package: Memory leak if client reque... check-in: 8dab861767 user: jan.nijtmans tags: core-8-6-branch
09:49
merge core-8-6-branch check-in: 7ee9022a55 user: jan.nijtmans tags: trunk
09:28
Let local variables declared from within macro's always start with underscore, this fixes some gcc w... check-in: 8b717dc06a user: jan.nijtmans tags: core-8-6-branch
2017-05-08
16:34
merge novem check-in: 4b307fb502 user: dgp tags: dgp-refactor
16:34
merge novem check-in: a26c9dcd6c user: dgp tags: dgp-properbytearray
16:22
merge trunk check-in: 68044ce9b3 user: dgp tags: novem
16:14
merge trunk check-in: e5e0423505 user: dgp tags: tip-445
16:07
Merge 8.6; update changes. check-in: 4ae9f96920 user: dgp tags: core-8-6-7-rc
09:06
merge zipfs check-in: b51824c73c user: jan.nijtmans tags: androwish
08:11
merge core-8-6-branch check-in: 62395a1114 user: jan.nijtmans tags: zipfs
2017-05-05
23:04
merge trunk check-in: 30e5b4dae8 user: mlafon tags: tip-457
22:57
TIP#457: Remove -varname, add level for -upvar check-in: 824ce85c80 user: mlafon tags: tip-457
19:11
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 5c07ae32cf user: dgp tags: trunk
19:10
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 56c454c814 user: dgp tags: core-8-6-branch
2017-05-04
22:27
Add [info linkedname] introspection command check-in: 6ed76df29d user: mlafon tags: info-linkedname
20:40
merge 8.6 check-in: 8b328aebe3 user: dgp tags: core-8-6-7-rc
14:51
merge trunk Closed-Leaf check-in: 50be45e71e user: dgp tags: tip-458
14:19
merge trunk check-in: ab6adfa911 user: jan.nijtmans tags: win-console-panic
12:39
Merge trunk check-in: 6928ad7045 user: jan.nijtmans tags: novem
12:28
merge core-8-6-branch check-in: a4fd5b790b user: jan.nijtmans tags: trunk
12:26
Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. check-in: a4717aa947 user: jan.nijtmans tags: core-8-6-branch
11:35
merge novem check-in: 70b0b53b8a user: jan.nijtmans tags: novem-more-memory-API
10:42
merge trunk check-in: b73a5c9fa6 user: jan.nijtmans tags: novem
09:51
merge core-8-6-branch check-in: 790adcb1b9 user: jan.nijtmans tags: trunk
09:35
Fix gcc warning: unused variable wakeEvent check-in: 1dc66e966b user: jan.nijtmans tags: core-8-6-branch
08:55
merge trunk check-in: 9a065b2341 user: jan.nijtmans tags: tip-458
2017-05-03
15:28
merge core-8-6-branch check-in: 332495285a user: jan.nijtmans tags: trunk
15:27
Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.... check-in: 218333d3c0 user: jan.nijtmans tags: core-8-6-branch
14:01
merge zipfs check-in: 4711477542 user: jan.nijtmans tags: androwish
13:37
merge core-8-6-branch check-in: 6f1a6ed175 user: jan.nijtmans tags: zipfs
12:09
merge trunk check-in: bf5ec8f76b user: jan.nijtmans tags: tip-439, semver
10:03
slightly better formatting, both in genStubs.tcl and in the generated XXX_DEPRECATED functions. check-in: 43c15aca5d user: jan.nijtmans tags: trunk
2017-05-02
12:36
Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now accepts a message text, w... check-in: f067385a72 user: jan.nijtmans tags: trunk
2017-05-01
20:29
Revert the colorful debug garbage mistakenly committed. check-in: 4be672cf74 user: dgp tags: trunk
20:25
[f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: a8e5699f86 user: dgp tags: trunk
20:25
[f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: c66a1bfbd9 user: dgp tags: core-8-6-branch
08:47
Merge trunk check-in: 1c7bbe47d6 user: jan.nijtmans tags: novem
08:22
merge core-8-6-branch check-in: f3148fad99 user: jan.nijtmans tags: trunk
08:20
Fix [8bd13f07bd]: Closing tcl pipes prevents windows thread... check-in: ad65e576ee user: jan.nijtmans tags: core-8-6-branch
2017-04-29
14:41
Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator precedence for possible... check-in: d701ee871e user: fvogel tags: trunk
11:04
[f9fe90d0fa]: more path normalization in TclNewFSPathObj Leaf check-in: 27bac5b2c6 user: aspect tags: bug-f9fe90d0fa
2017-04-28
18:09
merge 8.6; update changes check-in: 1cb244a37a user: dgp tags: core-8-6-7-rc
17:57
[f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: e895b53905 user: dgp tags: trunk
17:52
[f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: e015bfe72f user: dgp tags: core-8-6-branch
17:46
Test for [f34cf83dd0]. check-in: 769ae9c349 user: dgp tags: trunk
17:44
Test for [f34cf83dd0]. check-in: 9a6ff36832 user: dgp tags: core-8-6-branch
14:25
merge mark check-in: a8ef08ef4a user: dgp tags: core-8-6-branch
14:15
silence uninit variable warnings check-in: 8194119149 user: dgp tags: trunk
14:15
silence uninit variable warnings check-in: 5026e60e1b user: dgp tags: core-8-6-branch
13:21
merge core-8-6-branch check-in: 2b305ab496 user: jan.nijtmans tags: trunk
13:17
(cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (using wrong threadInfo poin... check-in: 5190ead2bd user: jan.nijtmans tags: core-8-6-branch
13:13
(cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread handle by set priority) check-in: a907c47165 user: jan.nijtmans tags: core-8-6-branch
11:15
Make sure not to miss bignums Leaf check-in: 4a871e9293 user: gahr tags: tkt-04e26c02c0
08:37
Restore a few unsafe GetNumberFromObj calls check-in: 0e230fc5a2 user: gahr tags: tkt-04e26c02c0
08:00
merge core-8-6-branch Closed-Leaf check-in: 26d204381d user: jan.nijtmans tags: fix-1997007
06:22
Merge trunk check-in: 1afe1c545f user: gahr tags: tkt-04e26c02c0
2017-04-27
17:26
[04e26c02c0] Remove useless condition that raises warnings. check-in: e47f5822c0 user: dgp tags: trunk
17:19
[04e26c02c0] Remove useless condition that raises warnings. check-in: 1fd3e94447 user: dgp tags: core-8-6-branch
13:28
merge novem check-in: 491c1074c5 user: dgp tags: dgp-refactor
12:59
merge novem check-in: 93c8593c05 user: dgp tags: dgp-properbytearray
12:54
merge trunk check-in: a7adf2c06d user: dgp tags: novem
12:38
Start of implementation of TIP #470. check-in: 80f6a35f66 user: dkf tags: tip-470
12:14
merge trunk check-in: 2a768ea5c1 user: dgp tags: tip-445
12:06
merge 8.6 check-in: e96ff1c106 user: dgp tags: core-8-6-7-rc
10:51
[50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. check-in: d9638d1cad user: dkf tags: trunk
10:43
[50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. check-in: 5740bfebc1 user: dkf tags: core-8-6-branch
10:37
[04e26c02c0] Provide an unsafe version of the GetNumberFromObj for use when we know the arguments ar... check-in: 98eb0f7628 user: gahr tags: tkt-04e26c02c0
2017-04-26
14:06
Experiment, does this work? Still to be tested: Eliminate variable triggerPipeVal/eventFdVal (just u... Closed-Leaf check-in: 2d07e770af user: jan.nijtmans tags: tip-458-experiment
13:48
Move some variable declarations closer to where they are used. No change in functionality. check-in: cf831b219f user: jan.nijtmans tags: tip-458
2017-04-25
19:32
[50750c735a] Fix for uninit memory handling issue in zlib transforms. Closed-Leaf check-in: fa1d22e834 user: dkf tags: bug-50750c735a
13:08
Deal with a couple of obscure causes of warnings on some versions of OSX. check-in: bf05ca054c user: dkf tags: core-8-6-branch
11:15
merge zipfs. Upstream androwish (in tclUnixSock.c) changes check-in: 8e3c1aa8e6 user: jan.nijtmans tags: androwish
11:12
merge core-8-6-branch check-in: a945a660d2 user: jan.nijtmans tags: zipfs
2017-04-23
20:46
TIP#457: Update proc and info documentation check-in: e722c70aad user: mlafon tags: tip-457
2017-04-22
14:57
A better way of getting source file location information when disassembling. check-in: 752440e0f3 user: dkf tags: core-8-6-branch
2017-04-21
13:09
merge novem check-in: b7afc43f20 user: dgp tags: dgp-properbytearray
12:45
merge novem check-in: d0afdcd2a7 user: dgp tags: dgp-refactor
12:44
merge trunk check-in: 2e87ab6e43 user: dgp tags: tip-445
12:19
merge 8.6 check-in: 216d9fda97 user: dgp tags: core-8-6-7-rc
2017-04-20
22:01
TIP#457: Fix warnings in InfoArgSpecCmd check-in: 68a6d74898 user: mlafon tags: tip-457
14:50
merge trunk check-in: 7d7ac08583 user: jan.nijtmans tags: tip-439, semver
14:47
merge trunk check-in: c3caa5383c user: jan.nijtmans tags: novem
14:47
merge core-8-6-branch check-in: f590914719 user: jan.nijtmans tags: trunk
14:07
Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it s... check-in: 14eee2fd50 user: jan.nijtmans tags: core-8-6-branch
12:15
merge trunk check-in: db391524d4 user: jan.nijtmans tags: tip-439, semver
11:47
merge trunk check-in: 9c9d827c81 user: jan.nijtmans tags: novem
11:44
Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compiled with -DTCL_NO_DEPRECA... check-in: 4d61bcaef4 user: jan.nijtmans tags: trunk
10:13
Entry for text.n into exclude_refs_map inserted. check-in: 9b324dcab5 user: gcramer tags: trunk
06:15
merge trunk check-in: 78f8e94175 user: jan.nijtmans tags: tip-312
2017-04-19
15:22
merge 8.6 check-in: 4d0a14fd7a user: dgp tags: core-8-6-7-rc
2017-04-18
21:09
merge trunk check-in: d54a7e08cc user: mlafon tags: tip-457
21:00
TIP#457: Updated implementation check-in: 97c5da5e61 user: mlafon tags: tip-457
19:42
A few more executable flags check-in: c7baf96072 user: jan.nijtmans tags: androwish
19:39
Fix many executable flags check-in: 8271bb98ee user: jan.nijtmans tags: androwish
19:12
merge zipfs check-in: 11705b086b user: jan.nijtmans tags: androwish
19:06
merge core-8-6-branch check-in: e14468aab9 user: jan.nijtmans tags: zipfs
19:02
merge core-8-6-branch check-in: 0ca94b41a1 user: jan.nijtmans tags: trunk
19:01
Fix [bc432269]: http fails in a safe interpreter check-in: 4b43637b77 user: jan.nijtmans tags: core-8-6-branch
18:56
merge core-8-6-branch check-in: 64e1726a33 user: jan.nijtmans tags: zipfs
06:15
merge-mark check-in: cc29baf4fd user: jan.nijtmans tags: z_modifier
2017-04-17
13:28
merge novem check-in: 7e24971973 user: dgp tags: dgp-properbytearray
13:28
merge novem check-in: bf2255adcc user: dgp tags: dgp-refactor
12:42
merge trunk check-in: b39e02ee74 user: dgp tags: novem
12:42
merge trunk check-in: f60edffb5b user: dgp tags: tip-445
12:10
merge 8.6 check-in: ea7f1e71ba user: dgp tags: core-8-6-7-rc
12:05
Repair revised tests that failed. check-in: 467717ad27 user: dgp tags: trunk
11:59
Repair revised tests that failed. check-in: eb189dd7bc user: dgp tags: core-8-6-branch
2017-04-15
15:15
Check in stash. This code probably does not compile as-is. Changes intended to address possible se... Leaf check-in: d1f8336a60 user: andy tags: amg-array-enum-c-api
2017-04-14
13:00
merge trunk check-in: 242a7d68cd user: jan.nijtmans tags: tip-458
10:04
merge trunk check-in: 89e408ec01 user: jan.nijtmans tags: z_modifier
09:07
merge trunk check-in: 5483de49de user: jan.nijtmans tags: novem
09:06
merge core-8-6-branch check-in: 71e6ac46c0 user: jan.nijtmans tags: trunk
09:05
Don't use "0%o" format in test-cases, as it suggest's it's the normal way to format octal numbers: i... check-in: 50a34ec0ff user: jan.nijtmans tags: core-8-6-branch
2017-04-13
16:39
Bump TclOO 1.0.6; finish changes. check-in: be3298be2d user: dgp tags: core-8-6-7-rc
12:20
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsin... check-in: a6c8a2df48 user: jan.nijtmans tags: trunk
10:00
Merge trunk Leaf check-in: 0169fbc878 user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock
2017-04-12
20:23
Bump msgcat and tcl tests and continue updates to changes. check-in: 458be994a5 user: dgp tags: core-8-6-7-rc
19:19
merge 8.6 check-in: 85f41eecd1 user: dgp tags: core-8-6-7-rc
19:16
merge novem check-in: 7d18018b57 user: dgp tags: dgp-properbytearray
14:52
[win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using mask) check-in: 49cb582a3c user: sebres tags: fix-1997007
14:33
merge trunk check-in: 50c38d55a8 user: jan.nijtmans tags: novem
13:49
merge trunk. New TIP is getting shape. check-in: 062aba6c2a user: jan.nijtmans tags: z_modifier
13:45
merge novem check-in: dd0dd405a1 user: dgp tags: dgp-refactor
13:43
If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(),... check-in: 7f1a6f68a7 user: jan.nijtmans tags: trunk
13:36
merge trunk check-in: 36507326e3 user: dgp tags: tip-445
13:28
merge trunk check-in: 21af18f4ec user: dgp tags: novem
13:15
Revert recent commit. TIP 237 is clear that %llu is invalid. check-in: 55cb96d9d2 user: dgp tags: trunk
13:14
Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. check-in: 9e8dc5b364 user: dgp tags: core-8-6-branch
12:34
merge trunk check-in: 10774b883a user: jan.nijtmans tags: novem
12:33
merge core-8-6-branch check-in: e6b6bedf25 user: jan.nijtmans tags: trunk
12:30
Fix executable flag check-in: c2841554f3 user: jan.nijtmans tags: zipfs
12:29
merge core-8-6-branch check-in: ca12416932 user: jan.nijtmans tags: zipfs
12:11
Another attempt to fix the two executable flags. check-in: c8ff26fcd4 user: jan.nijtmans tags: core-8-6-branch
12:04
Fix executable flag for 2 files check-in: 440afb1e94 user: jan.nijtmans tags: core-8-6-branch
12:00
merge trunk check-in: cee5251dd0 user: jan.nijtmans tags: initsubsystems
11:51
merge trunk check-in: a58a0cd6c3 user: jan.nijtmans tags: tip-312
11:49
merge fix-42202ba1e5ff566e check-in: d8576258e0 user: sebres tags: core-8-6-branch
10:06
merge trunk check-in: 031a739fcd user: jan.nijtmans tags: z_modifier
09:35
merge core-8-6-branch check-in: 14915702ec user: jan.nijtmans tags: trunk
09:23
Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from "fix-1997007" branch. Credi... check-in: afd01aab8f user: jan.nijtmans tags: core-8-6-branch
08:40
merge trunk check-in: 6aebbe4316 user: jan.nijtmans tags: tip-439, semver
2017-04-11
19:11
More changes work check-in: 3978cbe99e user: dgp tags: core-8-6-7-rc
18:13
fixes sporadically errors in several not event-driven test cases zlib-8.x (wrong non-blocking pipe u... check-in: 0fe7745dfc user: sebres tags: fix-1997007
18:10
improves robustness of the socket tests against busy random ports (fixed sporadic errors "already in... check-in: 5cc5a6c31a user: sebres tags: fix-1997007
18:09
code review, robustness increase, avoid infinite wait by exit, thread exit and by pipes of closed pr... check-in: a8cb6d4890 user: sebres tags: fix-1997007
18:09
added wake-up event to prevent possible dead-locks by some waiting thread (e. g. for writable events... check-in: 4839147328 user: sebres tags: fix-1997007
18:09
prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tclWinConsole, tclWinSeri... check-in: 0ca2abbbb8 user: sebres tags: fix-1997007
18:08
code review and fix small memory leak using ckalloc, without finalization of tcl subsystem in the wo... check-in: b1d72a2efd user: sebres tags: fix-1997007
18:08
shared structures of pipe-workers rewritten using atomic state of the thread; asynchronous start/st... check-in: 1a93b847db user: sebres tags: fix-1997007
18:07
fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutputProc, should be write... check-in: 8fb632a498 user: sebres tags: fix-1997007
15:35
merge trunk check-in: 89dd10b608 user: jan.nijtmans tags: novem
15:20
Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional ... check-in: 1f5acc492f user: jan.nijtmans tags: trunk
14:47
merge novem check-in: c71f16742c user: dgp tags: dgp-properbytearray
14:38
merge novem check-in: f49b65e410 user: dgp tags: dgp-refactor
14:14
merge trunk check-in: 27c5038e96 user: dgp tags: tip-445
11:30
unbreak windows build (by previous commit) check-in: d64f0632a8 user: jan.nijtmans tags: trunk
10:04
merge trunk check-in: 9aa06eddb4 user: jan.nijtmans tags: novem
2017-04-10
16:21
More minor style fixes. check-in: 4809613b1b user: dkf tags: trunk
12:39
Merge Harald's "robust-async-connect-tests" branch. Thanks! check-in: 9f162eb401 user: jan.nijtmans tags: trunk
11:01
Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same change as Tcl_OpenTcpServer... Leaf check-in: 97a181d1d6 user: jan.nijtmans tags: tip-468-bis
09:35
merge (minor style issues from) trunk check-in: 6ecd17f92a user: jan.nijtmans tags: tip-468
2017-04-09
16:51
Minor style issues through the socket implementation code. check-in: 11fdde797a user: dkf tags: trunk
14:32
TIP 468 implementation from Shannon Noe. check-in: ca6b6fe37e user: dkf tags: tip-468
2017-04-07
15:15
merge trunk check-in: a771bb4f89 user: jan.nijtmans tags: z_modifier
15:11
Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWi... check-in: ceda176637 user: jan.nijtmans tags: trunk
14:48
Use "0o" in stead of "0" as octal prefix in more places. check-in: c48c3ddc4b user: jan.nijtmans tags: z_modifier
13:46
Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. check-in: 9997117f12 user: jan.nijtmans tags: z_modifier
2017-04-06
15:27
merge-mark. No changes. check-in: 300f938187 user: jan.nijtmans tags: novem
15:25
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are... check-in: d731f72293 user: jan.nijtmans tags: trunk
14:18
merge novem check-in: 71942e2e84 user: dgp tags: dgp-properbytearray
14:02
merge novem check-in: 050e4650a5 user: dgp tags: dgp-refactor
12:47
Merge trunk (no actual modifications). Some 8.6 -> 9.0 version changes which still were forgotten. check-in: 15119413d1 user: jan.nijtmans tags: novem
12:24
merge trunk check-in: 70664e0beb user: jan.nijtmans tags: tip-439, semver
11:53
merge trunk check-in: 6c868716b3 user: dgp tags: tip-445
11:13
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be remove... check-in: 637ba41a2b user: jan.nijtmans tags: trunk
08:53
merge trunk check-in: c8c1e2ae5b user: jan.nijtmans tags: tip-439, semver
07:45
merge trunk check-in: 516e61341c user: jan.nijtmans tags: novem
2017-04-05
19:52
the same handling to initialize thread without suspend/resume helpers (otherwise may be dangerous by... check-in: d12acfd04d user: sebres tags: fix-1997007
14:47
Use a random unused port for the dummy http server to avoid conflicts with local services running on... check-in: f5bb1cb2a2 user: max tags: trunk
10:41
fix typo-bug (using wrong thread handle by set priority) check-in: 3ce2af8196 user: sebres tags: fix-1997007
10:40
small review: rewritten using already available event handles, additionally prevents infinite waits ... check-in: 83346ad845 user: sebres tags: fix-1997007
10:40
Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8ca95 Resolves blocking ... check-in: 4a59e2e2ff user: sebres tags: fix-1997007
09:32
Patch for [8bd13f07bd]: Closing tcl pipes prevents windows ... Closed-Leaf check-in: 2ae28488d5 user: jan.nijtmans tags: bug-8bd13f07bd
09:09
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: be99031456 user: jan.nijtmans tags: trunk
08:41
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: 80252e0aed user: jan.nijtmans tags: core-8-6-branch
2017-04-04
11:13
bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro inject rewritten callback f... Closed-Leaf check-in: f700c69f46 user: sebres tags: fix-42202ba1e5ff566e
09:38
Create new branch named "fix-42202ba1e5ff566e" check-in: 57d061f791 user: sebres tags: fix-42202ba1e5ff566e
2017-04-03
16:53
merge 8.6 check-in: 26ac7c14da user: dgp tags: core-8-6-7-rc
13:27
merge zipfs. Various other upstream androwish changes check-in: d9df44e7f7 user: jan.nijtmans tags: androwish
13:21
merge core-8-6-branch check-in: 878ba3e4a5 user: jan.nijtmans tags: zipfs
12:54
Merge core-8-6-branch. Add test-cases showing that the (undocumented) %p format (and also %zd/%td) a... check-in: c3e6a981f3 user: jan.nijtmans tags: trunk
11:53
Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable useWide is always 0, s... check-in: 231e5d408e user: jan.nijtmans tags: core-8-6-branch
2017-03-31
15:18
merge trunk check-in: b803d95d48 user: jan.nijtmans tags: novem
14:44
Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. Eliminating some interna... check-in: c456624781 user: jan.nijtmans tags: trunk
13:10
a few bug-fixes/typos, improvements in error-messages check-in: 0ae98702db user: jan.nijtmans tags: tip-312
12:30
merge 8.6 check-in: 217439e1f0 user: dgp tags: core-8-6-7-rc
12:08
merge novem check-in: 39100e59c5 user: dgp tags: dgp-properbytearray
12:08
merge novem check-in: 4e45b41e44 user: dgp tags: dgp-refactor
12:08
merge trunk check-in: 35a322bea5 user: dgp tags: tip-445
12:02
merge trunk check-in: c317f852bd user: jan.nijtmans tags: tip-312
11:45
merge zipfs check-in: 2b31fe7b9f user: jan.nijtmans tags: androwish
11:21
merge core-8-6-branch check-in: 60a9290eb1 user: jan.nijtmans tags: zipfs
11:05
Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as "configure": Should be 1 if si... check-in: a7b0e7639e user: jan.nijtmans tags: z_modifier
09:54
Merge trunk check-in: 1293cdb483 user: jan.nijtmans tags: z_modifier
09:20
merge trunk check-in: e6fca3a230 user: jan.nijtmans tags: novem
09:19
Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memory. Only effective with ... check-in: d3f3eeca93 user: jan.nijtmans tags: trunk
2017-03-29
19:16
[900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 0ea6a41ae3 user: dkf tags: core-8-6-branch
19:07
[900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 61147cf575 user: dkf tags: trunk
19:05
Tweak to make tests a little clearer. Closed-Leaf check-in: 3de5f77756 user: dkf tags: bug-900cb0284bc
14:57
merge trunk check-in: 5736699b29 user: jan.nijtmans tags: z_modifier
14:56
merge trunk check-in: 9ac2b864cc user: jan.nijtmans tags: novem
14:53
Fix [4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk
14:35
merge trunk check-in: 5154e628d8 user: dgp tags: tip-445
14:28
merge novem check-in: 3ce58b40ba user: dgp tags: dgp-properbytearray
13:53
merge novem check-in: 540aba10b7 user: dgp tags: dgp-refactor
13:23
merge trunk check-in: f8d6447fff user: jan.nijtmans tags: z_modifier
12:20
Merge trunk check-in: eca85b8e37 user: jan.nijtmans tags: novem
12:19
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 7338748e64 user: jan.nijtmans tags: trunk
12:16
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 88e580fec1 user: jan.nijtmans tags: core-8-6-branch
12:05
(more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive expectations: If the platf... check-in: c2eca96850 user: jan.nijtmans tags: z_modifier
2017-03-28
07:14
(experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER but then for size_t. check-in: 9dd6c3c9da user: jan.nijtmans tags: z_modifier
2017-03-27
13:04
merge trunk check-in: 443feb509f user: jan.nijtmans tags: novem
13:02
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: b32a1a3b8d user: jan.nijtmans tags: trunk
13:02
Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not listed (bug [900cb0284bc]) check-in: 2099250d6f user: aspect tags: bug-900cb0284bc
13:01
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: 8c7264b1d4 user: jan.nijtmans tags: core-8-6-branch
09:28
Create new branch named "tip-462" check-in: 55a98b0ebb user: f.bonnet tags: tip-462
2017-03-24
15:52
Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/'j'/'I' for size_t/intp... check-in: 316d711dac user: jan.nijtmans tags: trunk
10:38
merge zipfs check-in: 69bec99486 user: jan.nijtmans tags: androwish
10:33
merge core-8-6-branch check-in: 4cbb72f882 user: jan.nijtmans tags: zipfs
10:31
merge trunk check-in: 94c8b35bc4 user: jan.nijtmans tags: tip-439, semver
10:30
Merge trunk check-in: 16f83d748c user: jan.nijtmans tags: tip-458
09:52
Merge trunk check-in: 331d0f027a user: jan.nijtmans tags: novem
09:33
Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() check-in: c1557805a9 user: jan.nijtmans tags: trunk
2017-03-23
16:35
Use portable %p modifier in "generic/tclThreadTest.c", in stead of more complicated TCL_LL_MODIFIER. check-in: 684a6e27ae user: jan.nijtmans tags: trunk
08:45
merge trunk check-in: 5da331ec7d user: jima tags: novem
08:42
merge with trunk check-in: 0dcff196ee user: jima tags: trunk
08:25
Update TZ info to tzcode2017b. check-in: 308ac9b404 user: jima tags: core-8-6-branch
2017-03-22
19:46
New(ish) test interp-14.11 was missing its -cleanup. check-in: c498dac30d user: dgp tags: trunk
19:45
New(ish) test interp-14.11 was missing its -cleanup. check-in: 9624f3b5e9 user: dgp tags: core-8-6-7-rc
19:42
New(ish) test interp-14.11 was missing its -cleanup. check-in: 424986ff5b user: dgp tags: core-8-6-branch
2017-03-21
14:47
merge novem check-in: 06345f98f3 user: dgp tags: dgp-properbytearray
14:35
merge novem check-in: d5e9047c6a user: dgp tags: dgp-refactor
14:30
merge trunk check-in: eadff90660 user: dgp tags: tip-445
09:05
Merge trunk. check-in: bb69501063 user: jan.nijtmans tags: novem
09:01
Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few more stub entries whic... check-in: 4754095572 user: jan.nijtmans tags: trunk
2017-03-20
23:57
TIP#457: bugfix, add more testcases check-in: d6acf61ffe user: mlafon tags: tip-457
20:49
TIP#457: fix bug with -upvar inside a named group, add testcase check-in: 7324d35f49 user: mlafon tags: tip-457
12:55
merge trunk check-in: 44fdb92f73 user: dgp tags: tip-445
12:42
merge novem check-in: c992daedee user: dgp tags: dgp-properbytearray
12:42
merge novem check-in: ef7cdf0b8e user: dgp tags: dgp-refactor
10:31
Merge trunk check-in: 8accd6cd45 user: jan.nijtmans tags: novem
10:24
If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more. check-in: 3651512988 user: jan.nijtmans tags: trunk
2017-03-18
17:29
TIP#457: remove check on upvar'ed argument to exist, add related tests check-in: 654164646d user: mlafon tags: tip-457
2017-03-17
13:40
merge novem check-in: 67dc6de532 user: dgp tags: dgp-properbytearray
13:14
merge trunk check-in: 94529b0c04 user: dgp tags: tip-445
13:08
merge novem check-in: 41aa381dd6 user: dgp tags: dgp-refactor
12:51
merge 8.6 check-in: 8956dcddc6 user: dgp tags: core-8-6-7-rc
12:34
Merge trunk check-in: 8c82c583d7 user: jan.nijtmans tags: novem
10:57
If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAv... check-in: cb930ecbf1 user: jan.nijtmans tags: trunk
2017-03-16
09:07
Fixes to docs made possible by recent HTML rendering fixes for Tk. check-in: 5cc3f3f090 user: dkf tags: trunk
2017-03-15
23:02
tip-457: add more tests check-in: 7af45c87a8 user: mlafon tags: tip-457
15:15
redundant end-of-line spacing check-in: 8672d2a28d user: jan.nijtmans tags: trunk
15:13
redundant end-of-line spacing check-in: abdfdc6629 user: jan.nijtmans tags: core-8-6-branch
13:54
Merge trunk. Indenting in tclTest.c check-in: c88fa4d641 user: jan.nijtmans tags: tip-312
13:44
Implement TCL_LINK_C(long double). Some simplifications. check-in: 89a6937cd9 user: jan.nijtmans tags: tip-312
02:41
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 1bb44d093d user: kbk tags: novem
02:40
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 8095566752 user: kbk tags: trunk
02:39
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 09582e14f6 user: kbk tags: core-8-6-branch
2017-03-14
22:30
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: f405eeb32b user: kbk tags: novem
22:22
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b13eeffcd1 user: kbk tags: trunk
22:13
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b82ff15ca6 user: kbk tags: core-8-6-branch
22:06
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps Closed-Leaf check-in: f5d925e542 user: kbk tags: kbk-clock-encoding-ensembles
21:09
Make 'clock' and 'encoding' into proper compilable ensembles check-in: 06fe1c9d77 user: kbk tags: kbk-clock-encoding-ensembles
15:55
Merge trunk. Implement TCL_LINK_D(long double), which could have size_t of 8 (same as double), 10 o... check-in: a47f420309 user: jan.nijtmans tags: tip-312
2017-03-13
21:15
Updates and fixes on TIP#457

* Detect simultaneous usage of both -upvar and -value. * Fix -upvar us... check-in: 5533ed11a7 user: mlafon tags: tip-457

17:03
Different solution to silencing the non-useful valgrind alerts. check-in: eb3b58b807 user: dgp tags: core-8-6-7-rc
16:08
merge novem check-in: 3c4f7662e9 user: dgp tags: dgp-properbytearray
16:01
merge novem check-in: bde9f068f5 user: dgp tags: dgp-refactor
16:01
merge trunk check-in: 9e48d151ed user: dgp tags: tip-445
10:22
Merge trunk check-in: bc31ce8337 user: jan.nijtmans tags: tip-439, semver
09:16
merge trunk check-in: 9199921a93 user: jan.nijtmans tags: novem
08:38
Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(). Replace Tcl_DbNewBoo... check-in: c77ac77cde user: jan.nijtmans tags: trunk
06:16
Add back missing significant character check-in: 6d8f6fb570 user: dkf tags: trunk
2017-03-12
19:45
Fix error in formatting in info.n check-in: b364092b62 user: fvogel tags: trunk
18:36
Add mappings for groff-style character naming, used in experimental branches of Tk. check-in: 07a9dec40d user: dkf tags: trunk
2017-03-11
10:54
Author: Mathieu Lafon <mlafon at gmail dot com> TIP#457: minor changes * Remove requirement to hav... check-in: 42ee1f509b user: avl tags: tip-457
2017-03-10
17:30
merge trunk check-in: 18d3f4c3f3 user: dgp tags: tip-445
17:29
merge novem check-in: efea0df17b user: dgp tags: dgp-refactor
17:27
merge novem check-in: d4c70d1b3e user: dgp tags: dgp-properbytearray
17:22
merge 8.6 check-in: 4d1a708d9f user: dgp tags: core-8-6-7-rc
17:20
merge trunk check-in: 0a57d1cf48 user: dgp tags: novem
17:07
Merge the update of TZ info with trunk. check-in: 99108c6739 user: jima tags: trunk
17:03
Pulling changes from zipfs check-in: 0bb5b8acbe user: hypnotoad tags: core_zip_vfs
16:59
Update TZ data with tzdata2017a from IANA check-in: fed617f928 user: jima tags: core-8-6-branch
16:41
Silence valgrind complaints from [representation]. check-in: c1eea9e95d user: dgp tags: core-8-6-7-rc
15:28
Dup test name check-in: 65fc9d2991 user: dgp tags: core-8-6-7-rc
15:22
Start RC branch for Tcl 8.6.7 check-in: 69d18a9108 user: dgp tags: core-8-6-7-rc
13:16
Bring indenting in line with other code. No change in functionality check-in: 39f387a003 user: jan.nijtmans tags: tip-312
11:31
Fix compile on 32-bit Linux check-in: 9e65b836d1 user: jan.nijtmans tags: tip-312
10:25
Merge trunk. First step in re-coding the TCL_LINK_XXX macro's, encoding the sizeof(type) in the mac... check-in: ac86e89628 user: jan.nijtmans tags: tip-312
07:29
pulling Mathieu Lafon's implementation from git to fossil. check-in: 37245fa89d user: avl tags: tip-457
2017-03-09
14:33
merge trunk check-in: f298cdf2a3 user: dgp tags: tip-445
14:11
merge novem check-in: 78d9ef7022 user: dgp tags: dgp-refactor
14:09
merge novem check-in: 20377cbe86 user: dgp tags: dgp-properbytearray
2017-03-08
14:53
Merge trunk check-in: 391b331b7d user: jan.nijtmans tags: tip-439, semver
14:50
minor simplification check-in: 6b8cff38a9 user: jan.nijtmans tags: tip-458
14:32
A few more end-of-line spacings check-in: 480612897a user: jan.nijtmans tags: tip-458
13:56
Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() check-in: c12456b387 user: jan.nijtmans tags: tip-458
13:35
Re-base to trunk, and get latest code from here: https://github.com/lalbornoz/tcl/tree/tip458. Unt... check-in: 175904ed88 user: jan.nijtmans tags: tip-458
12:08
merge trunk check-in: 12851c0a69 user: jan.nijtmans tags: novem
2017-03-07
18:21
merge core-8-6-branch check-in: 6f9b5e9515 user: sebres tags: trunk
18:19
expand test constraints of the load-8.x test cases (wrap setup prerequirements as new constraint "te... check-in: db8303b05c user: sebres tags: core-8-6-branch
12:22
merge zipfs check-in: 92297eb29f user: jan.nijtmans tags: androwish
12:21
merge core-8-6-branch check-in: e1fc8e15e7 user: jan.nijtmans tags: zipfs
11:35
timerate: don't calculate threshold by too few iterations, because sometimes first iteration(s) can ... check-in: e2fc653f78 user: sebres tags: sebres-trunk-timerate
11:08
Fix [e14d152114]: bundled zlib documentation is under a pot... check-in: 9f52002a0a user: jan.nijtmans tags: trunk
11:05
Fix [e14d152114]: bundled zlib documentation is under a pot... check-in: 8847cf2674 user: jan.nijtmans tags: core-8-6-branch
09:47
Merge core-8-6-branch check-in: 79d7f1f670 user: jan.nijtmans tags: trunk
09:36
Remove "makefile.bc". Not updated for many-many years, most likely it doesn't work any more and it d... check-in: 2e3592982c user: jan.nijtmans tags: core-8-6-branch
09:22
merge zipfs check-in: 44e6a9dded user: jan.nijtmans tags: androwish
09:09
merge core-8-6-branch check-in: 48e9cde6fc user: jan.nijtmans tags: zipfs
08:58
merge trunk check-in: ab1a7018e1 user: jan.nijtmans tags: novem
08:45
merge trunk check-in: 05c17a7e1e user: jan.nijtmans tags: tip-312
2017-03-06
20:18
merge trunk check-in: 5770326f2f user: sebres tags: sebres-trunk-timerate
20:10
merge core-8-6-branch check-in: 7e04677d75 user: sebres tags: trunk
20:07
chanio.test: [win] fix test case (setup set translation to "lf", because of default translation on w... check-in: 21a1ff85cd user: sebres tags: core-8-6-branch
20:05
nre.test: add constraint for nre-0.1 (testnreunwind may be not available) check-in: fb0e8c6d3d user: sebres tags: core-8-6-branch
20:02
zlib.test: fix sporadic errors: - zlib-9.2 hangs because of too short update, if processed another ... check-in: 20f5e5db5c user: sebres tags: core-8-6-branch
17:48
merge trunk check-in: d4a53dc533 user: dgp tags: tip-445
17:42
merge novem check-in: 0ff120b466 user: dgp tags: dgp-refactor
17:37
merge novem check-in: 193346b214 user: dgp tags: dgp-properbytearray
17:37
merge trunk check-in: dd26e3037f user: dgp tags: novem
2017-03-05
19:38
Deal with backslashes in ${...}, change "char" to "character" in error, fix tests. check-in: 05efac2985 user: avl tags: tip-465
15:05
Fix for Ticket [71c0878b71] + test cases check-in: 154835dcb2 user: avl tags: trunk
11:22
cherrypick 3bcf97f766: array index syntax done. ${...} not yet complete wrt backslashes. check-in: 52073ab224 user: avl tags: tip-465
11:04
Create new branch named "tip-465" check-in: 64cf6142f5 user: avl tags: tip-465
2017-03-04
17:38
Add documentation for targetNamespace param in [oo::copy]. check-in: a827c79f57 user: limeboy tags: oo-copy-ns
2017-03-02
15:24
restrictions on array index confined to lhs. Leaf check-in: f0655c4021 user: avl tags: avl-tip-282
2017-03-01
10:03
Implement (9): disallow $arr((() and ${{{} resulting in a consistent version of (4) check-in: 3bcf97f766 user: avl tags: avl-tip-282
08:49
reset to bg-tip-282 - in preparation to implementing (9). (2) is dead. check-in: d7f00edf5d user: avl tags: avl-tip-282
2017-02-28
13:39
Implement the ?targetNamespace? parameter for [oo::copy] check-in: 998812b7db user: limeboy tags: oo-copy-ns
10:03
TIP 312 implementation. Patch from René Zaumseil. Eliminated compiler warnings and partially reform... check-in: bf3596331e user: jan.nijtmans tags: tip-312
2017-02-27
16:11
merge zipfs. Upstream androwish changes check-in: 157f7bb812 user: jan.nijtmans tags: androwish
16:04
merge core-8-6-branch check-in: 60218a73b9 user: jan.nijtmans tags: zipfs
15:33
merge trunk check-in: 8f3c0f8bbf user: dgp tags: tip-445
15:19
merge trunk check-in: 5fb0e5ebc8 user: dgp tags: bg-tip-282
15:15
merge novem check-in: af18d7e1b0 user: dgp tags: dgp-properbytearray
15:14
merge novem check-in: 2c9d27f9c7 user: dgp tags: dgp-refactor
15:09
merge trunk check-in: 2373c7579f user: dgp tags: novem
14:53
ParseTokens failed to fully respect its numBytes argument. check-in: f37dff89f9 user: dgp tags: trunk
14:52
ParseTokens failed to fully respect its numBytes argument. check-in: 164d2be2c4 user: dgp tags: core-8-6-branch
2017-02-26
22:13
Merged Alexandre Ferrieux's bugfix. check-in: b1cfc2126b user: avl tags: avl-tip-282
15:33
[25842c161f] Ensure that finalization of a zlib stream works. check-in: 6b926caddb user: dkf tags: trunk
15:32
[25842c161f] Ensure that finalization of a zlib stream works. check-in: 23af13880c user: dkf tags: core-8-6-branch
15:28
Might as well number tests more conventionally. Closed-Leaf check-in: 4ef142d229 user: dkf tags: bug-25842c161f
13:47
Reap the simplifications brought by the previous bugfix. check-in: cccdc65650 user: ferrieux tags: bg-tip-282
13:37
Use single-quote before array name to trigger weird array-parsing. check-in: 3dcae4b565 user: avl tags: avl-tip-282
13:22
Create new branch named "avl-tip-282" check-in: c14187f8b5 user: avl tags: avl-tip-282
13:19
Make tests produce more meaningful information when they fail. check-in: cae53166ca user: dkf tags: bug-25842c161f
2017-02-25
22:42
Fix a 2002 bug detected by Brian Griffin : in the presence of [], ParseTokens overshoots the passed ... check-in: e5800b67f9 user: ferrieux tags: bg-tip-282
16:22
Some cleanup check-in: b8e3a1cb71 user: griffin tags: bg-tip-282
16:20
merge zipfs check-in: c6ee2a4e5c user: jan.nijtmans tags: androwish
15:57
merge core-8-6-branch check-in: c23bce69eb user: jan.nijtmans tags: zipfs
2017-02-23
20:06
merge novem check-in: 26cf992df4 user: dgp tags: dgp-refactor
20:06
merge novem check-in: d1935c2cad user: dgp tags: dgp-properbytearray
2017-02-22
09:07
More internal use of size_t in stead of int (e.g. in many 'epoch's) check-in: 63d5ef988d user: jan.nijtmans tags: novem
00:39
Add support for arrays in assignment Lvalues check-in: ceec540b41 user: griffin tags: bg-tip-282
2017-02-21
01:35
Add [::tcl::unsupported::parseexpr] to display expr parse trees prettily check-in: 4a658ddd10 user: ferrieux tags: bg-tip-282
2017-02-19
01:06
namespace qualifier support, assignment target limitations. check-in: d64c1ea4de user: griffin tags: bg-tip-282
2017-02-18
18:38
Add documentation of [regsub -command]. check-in: ca85c6e424 user: dkf tags: tip-463
16:24
Testing for some error cases. check-in: 5db1e4b6bc user: dkf tags: tip-463
14:26
Add more representation smashing testing and a memleak test. check-in: 4921e77a46 user: dkf tags: tip-463
2017-02-17
10:51
Prevents dual convert "tryCvtToNumeric" (once before assignment should be enough); check-in: 41f67f9169 user: sebres tags: bg-tip-282
09:20
Stop problems with representation smashes. check-in: 4cedaaf0b1 user: dkf tags: tip-463
06:08
Switch to using command prefixes properly. This is quite a bit faster. check-in: 5a5b6340e8 user: dkf tags: tip-463
2017-02-16
20:38
Complete the conversion from "=" to ":=" as the assignment operator. check-in: 225d0a3c73 user: dgp tags: bg-tip-282
19:05
Merge in tip-282 branch so that they don't differ in gratuitous ways. check-in: e52b765182 user: dgp tags: bg-tip-282
18:49
Rebase patch to trunk. check-in: b65b5d7f86 user: dgp tags: bg-tip-282
18:48
merge trunk check-in: e334bfbd11 user: dgp tags: tip-282
18:32
Contibuted patch from Brian Griffin implementing a variation on TIP 282. Closed-Leaf check-in: 7a3f8cded6 user: dgp tags: bg-tip-282
15:52
merge trunk check-in: ec40b5ef07 user: jan.nijtmans tags: tip-439, semver
15:51
merge trunk check-in: b77b0b9348 user: dgp tags: tip-445
15:46
merge novem check-in: ff2872230d user: dgp tags: dgp-properbytearray
15:16
merge novem check-in: a46dd344ac user: dgp tags: dgp-refactor
2017-02-15
14:08
merge trunk check-in: 0504484608 user: jan.nijtmans tags: novem
14:04
More internal use of size_t in stead of int, e.g. for epoch's check-in: ff3f6a12a8 user: jan.nijtmans tags: trunk
2017-02-14
14:26
merge trunk check-in: 4ff047926c user: jan.nijtmans tags: novem
14:25
On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink.c, since its size is eq... check-in: c8465921a7 user: jan.nijtmans tags: trunk
2017-02-12
12:57
fix chan leak with http keepalive vs close (bug [6ca52aec14]) Closed-Leaf check-in: 8d81ec63d5 user: aspect tags: bug-6ca52aec14
2017-02-11
21:36
Proposed implementation of [regsub -command]. check-in: a087f987e8 user: dkf tags: tip-463
07:18
better tests for finalization check-in: 94b2e66ccf user: aspect tags: bug-25842c161f
05:06
zlib stream finalize calls deflate with no input - this case (and this case only) must be allowed.

... check-in: be8c38b974 user: aspect tags: bug-25842c161f

2017-02-09
13:59
merge trunk check-in: f16876b377 user: dgp tags: tip-445
13:53
merge novem check-in: 5f1476cb79 user: dgp tags: dgp-refactor
13:45
[win] accomplished winTime module using very fast wide clicks, with denominator scale to/from micros... check-in: a26ab7123b user: sebres tags: sebres-trunk-timerate
13:24
merge novem check-in: 7380c070a9 user: dgp tags: dgp-properbytearray
11:36
[timerate] bug fix: missing scale conversion by Mac OSX on platform where high resolution clicks are... check-in: ace2015c4e user: sebres tags: sebres-trunk-timerate
11:34
resolve warning: enumeration value ‘TMRT_LAST’ not handled in switch (impossible to handle in sw... check-in: 843daedfe7 user: sebres tags: sebres-trunk-timerate
2017-02-08
22:02
merge trunk check-in: cc4bd48ef7 user: jan.nijtmans tags: novem
22:01
TIP #459 feedback from FlightAware: Add package-related pkgIndex.tcl file to "package files" output. check-in: b2b275e72e user: jan.nijtmans tags: trunk
14:40
Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string represen... check-in: bfa7a6e558 user: jan.nijtmans tags: novem
14:32
Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string represen... check-in: b4792ebcec user: jan.nijtmans tags: trunk
11:42
FlightAware feedback: "Aside: Any way to find out what the pkgIndex.tcl file a package was defined i... Closed-Leaf check-in: a5e0358113 user: jan.nijtmans tags: package_files
2017-02-07
12:39
merge trunk Leaf check-in: f0f3952878 user: jan.nijtmans tags: bug-39f6304c2e
12:28
merge trunk check-in: d6fe39b54d user: jan.nijtmans tags: novem
12:27
Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidIntFromObj() when Tcl_GetI... check-in: 74f0e5f884 user: jan.nijtmans tags: trunk
12:11
Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidIntFromObj() when Tcl_GetI... check-in: 7709c518bc user: jan.nijtmans tags: core-8-6-branch
2017-02-06
21:58
cherrypick typo fix. check-in: c897546f83 user: bch tags: trunk
21:54
s/then/than/ in Eval.3 manpage check-in: 9790a775de user: bch tags: core-8-6-branch
19:26
TIP 282 - Create branch from old patch still lurking at SourceForge. check-in: 0772936f7c user: dgp tags: tip-282
15:47
merge trunk check-in: d420ebaa54 user: jan.nijtmans tags: bug-39f6304c2e
2017-02-03
18:49
merge trunk check-in: 3f498cec91 user: dgp tags: tip-445
17:53
merge novem check-in: 212dc95d3a user: dgp tags: dgp-properbytearray
17:48
merge novem check-in: f5db0c96ab user: dgp tags: dgp-refactor
14:53
Merge trunk. Don't use ListObjLength() in tclStrToD.c Closed-Leaf check-in: 7738a00416 user: jan.nijtmans tags: jn-emptystring
14:40
merge trunk check-in: 00f4d12666 user: jan.nijtmans tags: novem
14:29
Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning. check-in: 39b6cb9531 user: jan.nijtmans tags: trunk
14:28
Merge trunk. Just keep some shortcuts, no longer guarantee that SetListFromAny() really returns a li... check-in: e023048e5d user: jan.nijtmans tags: jn-emptystring
14:03
merge trunk check-in: 052d6fe213 user: jan.nijtmans tags: novem
12:27
TIP #459 remaining part of implementation. Makes "package require Tk" give the right (... at least .... check-in: 34d015ad0f user: jan.nijtmans tags: trunk
11:47
In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERROR is returned: The call... check-in: 54e59981c7 user: jan.nijtmans tags: trunk
2017-02-02
20:33
merge trunk check-in: 2ea68cac21 user: dgp tags: tip-445
18:41
merge novem check-in: fbbae2d6f3 user: dgp tags: dgp-refactor
18:40
merge novem check-in: 28ed731f55 user: dgp tags: dgp-properbytearray
15:50
In stead of testing for tclEmptyStringRep, in many situations it is better to check whether the stri... check-in: a829bb8887 user: jan.nijtmans tags: jn-emptystring
14:06
Inpired by [pyk-emptystring] branch: Shortcuts/speedsup in number handling when dicts or lists are i... check-in: 68f697f7c4 user: jan.nijtmans tags: jn-emptystring
2017-02-01
16:22
merge trunk check-in: 084e8e85b7 user: jan.nijtmans tags: tip-439, semver
15:03
merge trunk check-in: 15a654c3c0 user: jan.nijtmans tags: pyk-emptystring
14:56
Fix [d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: d98193fd0e user: jan.nijtmans tags: novem
14:55
Fix [d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: c63d2eba50 user: jan.nijtmans tags: trunk
14:53
Fix [d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: 391ad1092f user: jan.nijtmans tags: core-8-6-branch
2017-01-31
13:46
merge trunk check-in: a3dd7c15d6 user: jan.nijtmans tags: novem
13:27
Update documentation on recent changes in Tcl_LinkVar. Minor code clean-up. No functional changes. check-in: 2079ddf9bb user: jan.nijtmans tags: trunk
13:15
Update documentation on recent changes in Tcl_LinkVar. Don't use TCL_NO_DEPRECATED for disabling tes... check-in: bd07313d9f user: jan.nijtmans tags: core-8-6-branch
09:52
In case of TCL_NO_DEPRECATED, make TCL_LINK_BOOLEAN equivalent to TCL_LINK_INT. Since TCL_LINK_INT a... check-in: 0ecc064db7 user: jan.nijtmans tags: bug-39f6304c2e
2017-01-30
15:08
Now make it work, using right terniair operator check-in: fe9015dadb user: jan.nijtmans tags: bug-39f6304c2e
11:00
Merge trunk. Add Tcl_LinkVar support for <stdint.h> types check-in: 795b88e3d3 user: jan.nijtmans tags: bug-39f6304c2e
2017-01-28
06:38
Added assoc, ftype and move as auto_execok shell built-ins on Windows. check-in: 5739e80eaa user: ashok tags: trunk
2017-01-27
18:06
merge novem check-in: d8c61e3c78 user: dgp tags: dgp-properbytearray
17:52
merge novem check-in: 758a347ea0 user: dgp tags: dgp-refactor
17:45
merge trunk check-in: 2cf023e270 user: dgp tags: novem
16:32
merge trunk check-in: 50c9784c6a user: dgp tags: tip-445
15:56
Update documentation check-in: 7d8c14f2d9 user: jan.nijtmans tags: bug-39f6304c2e
15:37
Implement TCL_LINK_SIZE/TCL_LINK_SIZE for Tcl_LinkVar(), and simplify TCL_LINK_LONG/TCL_LINK_ULONG a... check-in: 4af37df150 user: jan.nijtmans tags: bug-39f6304c2e
14:31
Some code cleanup: More internal use of size_t, less type casts (because of this). No functional cha... check-in: 0867ec3f75 user: jan.nijtmans tags: trunk
10:11
Slightly better implementation: re-use the function SetInvalidRealFromAny() in the double/float hand... check-in: 86e7f474f3 user: jan.nijtmans tags: bug-39f6304c2e
2017-01-26
11:49
Extend booleans to accept "+" and "-" as valid representation. And extend Tcl_LinkVar to accept bool... check-in: a4e62ef88d user: jan.nijtmans tags: bug-39f6304c2e
2017-01-25
12:50
Convert Tcl_SetResult() to a macro check-in: 36aa4f35f8 user: jan.nijtmans tags: novem
12:22
If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much less interp->result. Impl... check-in: 3fe8ec5fd6 user: jan.nijtmans tags: trunk
2017-01-24
15:42
Put back counter in test-case, so we can see if TestsaveresultFree() was actually called or not. check-in: 45e553ee0a user: jan.nijtmans tags: novem
2017-01-23
16:39
merge trunk check-in: 690df3ed9f user: dgp tags: tip-445
16:19
merge novem check-in: 62c986e78f user: dgp tags: dgp-properbytearray
16:06
merge novem check-in: 52fb7c8efd user: dgp tags: dgp-refactor
09:11
Merge trunk Closed-Leaf check-in: 6f31b91468 user: jan.nijtmans tags: package_files
2017-01-20
16:22
merge trunk check-in: cd35919f58 user: jan.nijtmans tags: novem
16:21
Fix [39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: a1398bebc9 user: jan.nijtmans tags: trunk
16:20
Fix [39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: a3d2988c14 user: jan.nijtmans tags: core-8-6-branch
2017-01-19
22:38
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved check-in: 22be0b62ae user: fvogel tags: trunk
22:37
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved check-in: 931be8d1fb user: fvogel tags: core-8-6-branch
2017-01-18
13:12
merge trunk check-in: 5156755c3b user: jan.nijtmans tags: novem
2017-01-17
12:02
Implement tag "deprecated" in genStubs.tcl. Will be used in Tk 8.7, for tagging the deprecated funct... check-in: 0390e543f4 user: jan.nijtmans tags: trunk
10:28
merge trunk check-in: bcb14c7343 user: jan.nijtmans tags: tip-439, semver
10:06
merge trunk check-in: b4d39f0831 user: jan.nijtmans tags: novem
10:04
merge core-8-6-branch check-in: 1ee097157a user: jan.nijtmans tags: trunk
10:00
Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem"... check-in: be8a8d4622 user: jan.nijtmans tags: core-8-6-branch
09:09
merge zipfs branch check-in: 00df1be420 user: jan.nijtmans tags: androwish
09:06
merge core-8-6-branch check-in: 9ab3d2d7cc user: jan.nijtmans tags: zipfs
09:02
Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now. check-in: d414a7b645 user: jan.nijtmans tags: core-8-6-branch
2017-01-16
12:50
Merge zipfs check-in: 79d25736fb user: jan.nijtmans tags: androwish
12:46
Merge core-8-6-branch. Better deal with patterns regarding hidden files in ZIP filesystem (taken ove... check-in: b904a67dfc user: jan.nijtmans tags: zipfs
11:59
merge trunk check-in: 72fe4fc922 user: jan.nijtmans tags: novem
11:57
Fix for missing proper initialization of the threaded allocator in some situations. Problem reported... check-in: 7837a4a2ff user: jan.nijtmans tags: trunk
11:53
Update zlib to version 1.2.11 check-in: be4717ada7 user: jan.nijtmans tags: trunk
10:23
Update zlib to version 1.2.11 check-in: fb70e7678c user: jan.nijtmans tags: core-8-6-branch
2017-01-14
08:47
Merge IETF tzdata2016j check-in: f2317ec638 user: venkat tags: novem
08:47
Merge IETF tzdata2016j check-in: 5c15fabea2 user: venkat tags: trunk
08:46
Merge IETF tzdata2016j check-in: 5aa7a47cef user: venkat tags: core-8-6-branch
2017-01-13
16:41
merge novem check-in: d27352bb75 user: dgp tags: dgp-properbytearray
16:38
merge novem check-in: 9f54f117c7 user: dgp tags: dgp-refactor
16:23
merge trunk check-in: f1bc5defc2 user: dgp tags: novem
16:21
merge trunk check-in: edb09a0226 user: dgp tags: tip-445
14:43
Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThreadAlloc() Closed-Leaf check-in: 39da38ff2f user: jan.nijtmans tags: notifier
13:02
Merge-mark (restoring the expected merge order from core-8-5-branch -> core-8-6-branch -> trunk -> n... check-in: 633914c355 user: jan.nijtmans tags: trunk
13:01
Merge-mark (restoring the expected merge order from core-8-5-branch -> core-8-6-branch -> trunk -> n... check-in: 742a2d7d6a user: jan.nijtmans tags: core-8-6-branch
12:57
missing rules.vc after merge check-in: 36c15dafcb user: sebres tags: trunk
12:57
missing rules.vc after merge check-in: 6583377fcf user: sebres tags: core-8-6-branch
12:20
Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new linker code LNK4224. P... check-in: 7e8cec300d user: jan.nijtmans tags: trunk
12:18
Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new linker code LNK4224. P... check-in: e9f15329a0 user: jan.nijtmans tags: core-8-6-branch
11:17
Patch from Zoran Vasiljevic, fix for missing proper initialization of the threaded allocator in some... check-in: 86d412ef6d user: jan.nijtmans tags: notifier
2017-01-12
20:59
merge trunk check-in: 23f740a281 user: dgp tags: tip-445
10:37
merge trunk check-in: 1040f74cca user: jan.nijtmans tags: novem
10:34
Merge core-8-6-branch check-in: 23cf92e6a2 user: jan.nijtmans tags: trunk
10:31
Fix version number in tcl.dsp (thanks to Arjen Markus for noticing this) check-in: bfdcb9cf62 user: jan.nijtmans tags: core-8-6-branch
2017-01-11
16:23
Use more Tcl_AppendResult(), in order to prevent the use of a (char *) type case. check-in: bb1e0ec40b user: jan.nijtmans tags: trunk
14:39
merge trunk check-in: 787a8c193b user: jan.nijtmans tags: novem
14:10
Merge core-8-6-branch. Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage ... check-in: 81fb7a2a5e user: jan.nijtmans tags: trunk
13:41
Merge-mark core-8-5-branch. Remove useless #undef. check-in: 6a66f2a15b user: jan.nijtmans tags: core-8-6-branch
2017-01-10
21:57
1st try to rewrite clock in C check-in: 29433de491 user: sebres tags: sebres-trunk-clock-speedup
21:20
Create new branch named "sebres-clock-speedup" Leaf check-in: d138044ad0 user: sebres tags: sebres-clock-speedup (unpublished)
14:35
Further experimental follow-up: Add internal function TclOpenTcpClientEx(), as companion to Tcl_Open... Closed-Leaf check-in: 78d4429e3b user: jan.nijtmans tags: tip-456
13:56
Experimental follow-up: Change internal TclCreateSocketAddress() signature, from using "int port" to... check-in: 3b3fac1cee user: jan.nijtmans tags: tip-456
2017-01-09
19:33
[win] load win-registry library also in development environment (uninstalled) check-in: 0c05a83862 user: sebres tags: sebres-trunk-timerate
19:31
missing entry of tclInt.h added check-in: aa6bca8a91 user: sebres tags: sebres-trunk-timerate
19:09
New performance measurement routine "timerate" in opposition to "time" the execution limited by fixe... check-in: 886773ba3b user: sebres tags: sebres-trunk-timerate
18:28
Merge fix clock test-cases from 8.6: Make test clock-67.5 time zone independent - execution fails in... check-in: 40163c3c57 user: sebres tags: trunk
18:23
Fix clock test-cases: Make test clock-67.5 time zone independent - execution fails in the time zones... check-in: 77e3007f1a user: sebres tags: core-8-6-branch
17:53
Merge bug_b87ad7e914 check-in: ea80926604 user: sebres tags: trunk
17:51
Merge bug_b87ad7e914 check-in: 0f88ee352f user: sebres tags: core-8-6-branch
2017-01-06
11:55
Merge zipfs check-in: ab145ad122 user: jan.nijtmans tags: androwish
11:47
Merge core-8-6-branch check-in: c2fecc7e55 user: jan.nijtmans tags: zipfs
11:39
Merge trunk check-in: e0db7c57f4 user: jan.nijtmans tags: package_files
10:32
Merge trunk check-in: 127a5f68d7 user: jan.nijtmans tags: novem
10:30
Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files check-in: 2203da5de0 user: jan.nijtmans tags: trunk
10:24
Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files. check-in: 88d2aaf212 user: jan.nijtmans tags: core-8-6-branch
2017-01-05
15:25
Merge trunk check-in: c261d78072 user: jan.nijtmans tags: novem
15:13
Make TclGetLoadedPackagesEx() work with other than the only current interpreter (didn't really think... check-in: 53885dc3c8 user: jan.nijtmans tags: trunk
14:47
Merge trunk check-in: 245fb01473 user: jan.nijtmans tags: package_files
14:27
Fix [7c7d3b4481]: load test failures. There's a difference b... check-in: b04c4dc299 user: jan.nijtmans tags: trunk
13:09
One more ::tcl::Pkg::source, for the Mac check-in: ffd4cfacc5 user: jan.nijtmans tags: package_files
11:55
Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undocumented internal helper... check-in: 8857d5cd3e user: jan.nijtmans tags: package_files
2017-01-04
16:34
Added more glob patterns in order to ignore html generated documentation and Windows-specific compil... check-in: f43576e34e user: fvogel tags: trunk
16:33
Added more glob patterns in order to ignore html generated documentation and Windows-specific compil... check-in: 4148327c84 user: fvogel tags: core-8-6-branch
16:23
In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. check-in: 6388af59c8 user: jan.nijtmans tags: package_files
15:16
Fix safe.tcl test-cases: "source -nopkg" is not necessary here: "source" is an alias for "::safe::Al... check-in: f1fdcdd77f user: jan.nijtmans tags: package_files
14:05
Merge trunk. First steps in eliminating "source -nopkg". Some test-cases still fail. check-in: a4eab161ae user: jan.nijtmans tags: package_files
13:51
Fix 2 test-cases, due to changed command options. check-in: 3ddfe3ed39 user: jan.nijtmans tags: trunk
13:38
TIP 459 implementation, but (for now) without the "source -n... check-in: abcf4db593 user: jan.nijtmans tags: trunk
13:01
merge trunk check-in: 473ff0966a user: jan.nijtmans tags: novem
12:55
TIP 456 implementation: Extend the C API to Support Passing ... check-in: b5c47b5b2f user: jan.nijtmans tags: trunk, tip-456
11:55
merge core-8-6-branch check-in: 13dc69ec99 user: jan.nijtmans tags: trunk
2017-01-03
16:48
merge novem check-in: ddc40d9c59 user: dgp tags: dgp-properbytearray
10:43
Update zlib to version 1.2.10. Dll's and *.lib files not updated yet check-in: 4687b1a2f2 user: jan.nijtmans tags: core-8-6-branch
2017-01-02
14:31
[win] bug fix in NativeGetTime: each call of it blurs current performance counters actualized in cal... check-in: b6fc234ef3 user: sebres tags: bug_b87ad7e914
2017-01-01
22:19
Make the code slightly more pleasing to the eyes. Closed-Leaf check-in: 3455fbea17 user: limeboy tags: tip-456
19:50
merge trunk check-in: d8746f0cb8 user: jan.nijtmans tags: novem
19:49
merge core-8-6-branch check-in: eb8b79d49c user: jan.nijtmans tags: trunk
19:46
Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot check-in: 07bc29650e user: jan.nijtmans tags: core-8-6-branch
19:15
(cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not updated yet check-in: 1e70cafa9d user: jan.nijtmans tags: core-8-6-branch
19:10
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet check-in: 4b7084a579 user: jan.nijtmans tags: trunk
2016-12-25
00:39
Add note to array documentation about the general uselessness of -exact matching. It exists because... check-in: aac2dc5db6 user: andy tags: amg-array-enum-c-api
00:23
Do not deallocate Tcl_ArraySearchStart()-initiated array searches when Tcl_ArraySearchPeek() or Tcl_... check-in: a7ee015dd6 user: andy tags: amg-array-enum-c-api
00:11
Update tests array-7.16 and array-7.17 and delete test array-7.18 now that bug [46a2410650] is fixed check-in: 63059c3e09 user: andy tags: amg-array-enum-c-api
00:04
Merge array-search-unset check-in: 62368604ea user: andy tags: amg-array-enum-c-api
00:00
Reference ticket number in tests var-13.2 and var-13.3 Leaf check-in: e55dc1adf7 user: andy tags: array-search-unset
2016-12-24
23:58
Bug [46a2410650]: Create macro TclIsVarArraySearched to check if an array variable has an active sea... check-in: 9642a1b91e user: andy tags: array-search-unset
23:25
Add test var-13.3 which is a more serious version of test var-13.2. var-13.3 is a SIGSEGV until we ... check-in: 33fc7a3358 user: andy tags: array-search-unset
23:02
Merge trunk. Test var-13.2 now fails due to [af5c35971a]. check-in: 5066c38552 user: andy tags: array-search-unset
23:00
Add test var-13.2 to check that unsetting an array element terminates an array search. This behavio... check-in: e1e9542624 user: andy tags: array-search-unset
2016-12-23
15:49
merge trunk check-in: c56a03aae7 user: jan.nijtmans tags: novem
15:43
Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One more place where use of si... check-in: 31fbc1f55a user: jan.nijtmans tags: trunk
15:28
merge novem check-in: 71d36ba10f user: dgp tags: dgp-properbytearray
15:21
merge trunk check-in: 01d8a401a8 user: dgp tags: tip-445
15:19
merge novem check-in: 579da81b3f user: dgp tags: dgp-refactor
10:07
Deprecate otherValuePtr and ptrAndLongRep. Some more minor tweaks. check-in: f659a13b48 user: jan.nijtmans tags: novem-more-memory-API
09:32
merge novem check-in: 9d557545fc user: jan.nijtmans tags: novem-more-memory-API
09:11
merge trunk check-in: f0b6381989 user: jan.nijtmans tags: novem
08:27
Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongObj is just as good. check-in: d12ed0fcc6 user: jan.nijtmans tags: trunk
2016-12-22
10:26
Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also the "." for doubles and ... check-in: 8b14191fae user: jan.nijtmans tags: bug-39f6304c2e
2016-12-21
23:23
Correct typo, credit Brad Lanam for report check-in: 14080f9950 user: andy tags: amg-array-enum-c-api
14:03
Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: a8b2b83735 user: jan.nijtmans tags: trunk
14:01
Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: 4b2fea7812 user: jan.nijtmans tags: core-8-6-branch
12:59
Experimental (partial) fix for [39f6304c2e]: Tcl_LinkVar is... check-in: 2d5e0a6533 user: jan.nijtmans tags: bug-39f6304c2e
09:20
Merge trunk check-in: c52e1550bf user: jan.nijtmans tags: novem
2016-12-20
12:35
Make options -reuseaddr/-reuseport forbidden without -server, no matter the value being true or fals... check-in: bffa5b51a0 user: jan.nijtmans tags: tip-456
11:47
merge fork check-in: dcc31e850c user: jan.nijtmans tags: tip-456
10:56
Decouple the switch handling. check-in: 3d5331ac40 user: limeboy tags: tip-456
10:32
Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning. check-in: 7f5c4906c1 user: jan.nijtmans tags: trunk
10:22
Correct the handling of -server and its options. check-in: be51fb3542 user: limeboy tags: tip-456
09:46
more internal use of size_t in stead of int. check-in: 8171f63934 user: jan.nijtmans tags: trunk
09:36
Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or 9.0) features are need... check-in: eda9a3e060 user: jan.nijtmans tags: trunk
09:30
merge trunk (still has test failure in socket.test) check-in: fddd7e3bda user: jan.nijtmans tags: tip-456
05:45
Implement deferring search structure deallocation until the next search function is called. Determi... check-in: db10a8eaea user: andy tags: amg-array-enum-c-api
05:12
Merge trunk check-in: aa624efbe0 user: andy tags: amg-array-enum-c-api
05:08
Rework array search C API to invoke array traces and report errors. Still need to update documentat... check-in: b015340f8f user: andy tags: amg-array-enum-c-api
2016-12-19
18:43
merge trunk check-in: 2dbe7ac399 user: dgp tags: tip-445
18:40
merge novem check-in: 9948e12ee4 user: dgp tags: dgp-properbytearray
18:38
merge novem check-in: 313996a5c7 user: dgp tags: dgp-refactor
10:42
merge novem check-in: 10c36e48f6 user: jan.nijtmans tags: novem-more-memory-API
09:14
merge trunk check-in: d9627dd7b6 user: jan.nijtmans tags: novem
2016-12-18
15:39
More comments, fix bug where numArgs should be argCt Leaf check-in: af8005b8b2 user: dah tags: dah-proc-arg-upvar
15:04
More tests, frame lookup tweak and attempt to take advantage of a branch prediction. check-in: e3c53025a8 user: dah tags: dah-proc-arg-upvar
12:50
Refactor. Defaults for links removed. Support empty link names. check-in: 8f125f9002 user: dah tags: dah-proc-arg-upvar
2016-12-16
16:14
Some more internal use of size_t in stead of int. No functional change. check-in: 54ab350c68 user: jan.nijtmans tags: trunk
15:25
merge trunk check-in: b70a1e3f3a user: jan.nijtmans tags: tip-439, semver
11:22
Partial reimplementation. Retain value passed in by caller, support defaults check-in: 173792e010 user: dah tags: dah-proc-arg-upvar
2016-12-15
15:18
Add back testcase winFile-4.10. This test passes anyway, even though it appeared to be Windows 2000 ... check-in: 7c2ad0e88f user: jan.nijtmans tags: trunk
15:07
Add "file join $grandParentDir tcl8.? library" as possible path for a valid init.tcl. Some simplifi... check-in: 9869b1e0b8 user: jan.nijtmans tags: trunk
11:28
Merge trunk check-in: 959decb933 user: jan.nijtmans tags: tip-439, semver
01:01
Add more array search tests per Brad Lanam. These tests should fail because adding or removing elem... check-in: 06d8fea8ee user: andy tags: amg-array-enum-c-api
2016-12-14
16:03
Update the documentation check-in: a2d596da81 user: limeboy tags: tip-456
15:59
Adjust OpenTcpServer for the latest changes to OpenTcpServerEx check-in: 523c93a0ec user: limeboy tags: tip-456
15:52
Fix for the argument parsing phase in the [socket] command. check-in: 1cdb56855b user: limeboy tags: tip-456
15:49
Make OpenTcpServerEx accept a 'service' string parameter instead of a port. check-in: c62457ec51 user: limeboy tags: tip-456
15:03
Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... check-in: 79a28ae5ea user: jan.nijtmans tags: trunk
14:14
Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... Closed-Leaf check-in: 907c39d91a user: jan.nijtmans tags: jn-wide-printf
2016-12-13
19:21
Rework array size increase/decrease tests to avoid dummy list element check-in: 00fc1efead user: andy tags: amg-array-enum-c-api
18:29
Update Tcl_SetByteArrayLength() and callers. check-in: 522ab5524f user: dgp tags: dgp-properbytearray
16:49
Detect binary errors in reflected channels. check-in: c7211f4bb5 user: dgp tags: dgp-properbytearray
01:27
Merge trunk Closed-Leaf check-in: 1f52682fb2 user: andy tags: lanam-array-for-impl
2016-12-12
04:53
Update ArrayArgs() comments again check-in: 9950120878 user: andy tags: amg-array-enum-c-api
04:52
Update ArrayArgs() comments check-in: 7496dc7aac user: andy tags: amg-array-enum-c-api
04:42
Commit changes received from Brad Lanam via email check-in: 9897959ab4 user: andy tags: lanam-array-for-impl
2016-12-11
05:00
Finish implementing array search tests check-in: b6226be9e1 user: andy tags: amg-array-enum-c-api
04:57
Remove invalid panic. There is an odd case in which exact matching does take a trip through the Arr... check-in: 484bb659db user: andy tags: amg-array-enum-c-api
04:29
Continue array search tests, array-7.12 panics check-in: 8a6ac2184a user: andy tags: amg-array-enum-c-api
04:08
Use setup feature in test array-5.4 check-in: 8ae0842cd3 user: andy tags: amg-array-enum-c-api
04:03
Add first array search test check-in: ee0c46cf5e user: andy tags: amg-array-enum-c-api
03:05
Adjust test array-5.4 to not use [array set] check-in: b6889151ea user: andy tags: amg-array-enum-c-api
03:04
Reorganize array tests check-in: 0647d1d636 user: andy tags: amg-array-enum-c-api
02:38
Add [array statistics] tests check-in: 48638af391 user: andy tags: amg-array-enum-c-api
2016-12-10
22:45
Add [array names] tests check-in: 56ba49af14 user: andy tags: amg-array-enum-c-api
22:43
Add [array get] tests check-in: fd28a7115c user: andy tags: amg-array-enum-c-api
22:42
Add [array exists] tests check-in: 152dbd7300 user: andy tags: amg-array-enum-c-api
22:37
Plan remainder of test suite check-in: 947139f371 user: andy tags: amg-array-enum-c-api
22:32
Adjust comments check-in: cbe1f81e3c user: andy tags: amg-array-enum-c-api
22:16
Rename $result to $resultPattern to reduce confusion check-in: 44213a209a user: andy tags: amg-array-enum-c-api
22:02
Fix spelling check-in: e2ef0b3feb user: andy tags: amg-array-enum-c-api
22:01
Add [array unset] tests check-in: 00c75d5769 user: andy tags: amg-array-enum-c-api
21:13
Add first [array unset] test check-in: 379ea4d427 user: andy tags: amg-array-enum-c-api
21:11
Add [array size] tests check-in: 9d74758ea5 user: andy tags: amg-array-enum-c-api
20:45
Exchange setup and extra check-in: 85bea029ad user: andy tags: amg-array-enum-c-api
20:42
Condense non-array error handling tests and incorporate non-array successful result tests check-in: 965e38bd07 user: andy tags: amg-array-enum-c-api
19:35
Add [array set] tests check-in: a8289808bb user: andy tags: amg-array-enum-c-api
2016-12-08
17:52
Bring back stub table in original state. Merge trunk check-in: 7054e2f2eb user: jan.nijtmans tags: package_files
2016-12-07
20:32
plug memory leak check-in: 58f7225908 user: dgp tags: dgp-properbytearray
20:01
Enable the no-copy path through narrowing that was overlooked. check-in: 617acf8eb6 user: dgp tags: dgp-properbytearray
19:52
Put explicit byte-narrowing in the write pipeline of -encoding binary channels. This makes tests pas... check-in: 236f5e4f11 user: dgp tags: dgp-properbytearray
19:22
Make explicit the implicit byte-narrowing function of [binary format]. check-in: 56ac0f8998 user: dgp tags: dgp-properbytearray
18:57
Create a narrowing procedure to make the operation explicit when needed. check-in: ba8e57d76c user: dgp tags: dgp-properbytearray
2016-12-06
21:52
move pthread_sigmask() calls to Tcl_WaitForEvent() where they belong Leaf check-in: 8cec831ad2 user: aspect tags: bug-f4f44174e
21:51
unblock signals correctly with SIG_SETMASK check-in: ae3cf707c1 user: aspect tags: bug-f4f44174e
20:09
Purge the old and broken Tcl_ObjType. check-in: ea03de5a23 user: dgp tags: dgp-properbytearray
19:35
More tests, comments and improvements to initial implementation. check-in: ed5acdb987 user: dah tags: dah-proc-arg-upvar
18:55
Several commands should be picky about expecting byte-valued arguments. Make them so. check-in: 1b7d737ce6 user: dgp tags: dgp-properbytearray
12:47
merge novem check-in: fd1d2bbcbe user: dgp tags: dgp-properbytearray
12:46
merge novem check-in: 5101240106 user: dgp tags: dgp-refactor
12:46
merge trunk check-in: 54d0f67188 user: dgp tags: novem
2016-12-05
23:40
remove ill-conceived feature test macro check-in: 4998d7833d user: aspect tags: bug-f4f44174e
23:14
use pthread_sigmask to protect the notifier against signals (bug [f4f44174e]) check-in: b40778af44 user: aspect tags: bug-f4f44174e
19:17
WIP trial of proper bytearrays in Tcl 9. check-in: d7c68a46af user: dgp tags: dgp-properbytearray
2016-12-03
00:42
Add more failure cases to test suite, gonna have to do non-error cases one of these days check-in: d046004a15 user: andy tags: amg-array-enum-c-api
2016-12-02
22:10
Rename [oxor] to [or] and [oxand] to [and], also [oxjoin] to [oxfordJoin] check-in: c903f22fde user: andy tags: amg-array-enum-c-api
21:18
Merge trunk check-in: 02df281049 user: andy tags: amg-array-enum-c-api
21:08
Avoid "warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has ... check-in: 871fcf85c4 user: andy tags: trunk
21:00
Merge trunk check-in: 4ab23eded7 user: andy tags: amg-array-enum-c-api
20:50
Experiment with wrapping [::tcltest::test] check-in: 297167a9bf user: andy tags: amg-array-enum-c-api
19:34
merge novem check-in: da8349c19a user: dgp tags: dgp-refactor
19:02
merge trunk check-in: 237dd7902f user: dgp tags: novem
19:01
merge trunk check-in: 33041ae916 user: dgp tags: tip-445
18:18
Added long comment explaining history and work in progress making bytearray interfaces usable. check-in: d42a114238 user: dgp tags: trunk
15:52
implement "I64" format in Tcl_ObjPrintf as well. Still to be tested. check-in: 418b169207 user: jan.nijtmans tags: jn-wide-printf
15:39
Relocate the cmdEpoch bumps during command deletion so that command resolution caching works properl... check-in: 71fa1f9c91 user: dgp tags: trunk
14:53
merge-mark check-in: c54751a9f2 user: jan.nijtmans tags: novem
14:52
Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. (now without edit-error... check-in: eac13870dc user: jan.nijtmans tags: trunk
14:46
merge trunk check-in: e4c06b61d2 user: jan.nijtmans tags: novem
14:17
Repair what appears to be a stray edit error. This restores ability to build on a TCL_WIDE_INT_IS_L... Closed-Leaf check-in: ee8a50916f user: dgp tags: jn-wide-printf
13:50
Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places.

Moved to feature bra... check-in: e3ba334a42 user: jan.nijtmans tags: jn-wide-printf

13:26
Remove dup line. Closed-Leaf check-in: 24db74ffd7 user: dgp tags: dgp-cmd-epoch
2016-12-01
22:32
Minor test tweaks, add test for nonexistent arrays check-in: 11cd8e8297 user: andy tags: amg-array-enum-c-api
22:07
[507d9b9651a3c903] Possible implementation of auto-upvar for procedures. check-in: 6e39d87cbc user: dkf tags: dah-proc-arg-upvar
20:13
Reports from NSF that command epoch bumping isn't properly timed. http://paste.tclers.tk/4030 Since ... check-in: d3f2f88f49 user: dgp tags: dgp-cmd-epoch
18:43
Annoyed with tabs, switching to spaces check-in: 063d8fbb9e user: andy tags: amg-array-enum-c-api
18:43
Continue implementation of test suite check-in: 6693bdf8ae user: andy tags: amg-array-enum-c-api
17:28
Clarify detection of regular expression errors. While this may seem bogus and inconsistent, it is a... check-in: 731267ce37 user: andy tags: amg-array-enum-c-api
17:25
So long as we register only one, we can have multiple Tcl_ObjTypes with the same name. This smooths... check-in: 088e1f413e user: dgp tags: trunk
17:08
Implement [array names] in terms of Tcl_ArrayNames(), also make Tcl_ArrayNames() treat non-array lik... check-in: acbd0d9144 user: andy tags: amg-array-enum-c-api
13:20
Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays as bytearrays without all this... check-in: 3ef69dfebe user: dgp tags: trunk
12:32
Fix installation of platform/shell-1.1.4.tm on Windows (platform directory was still missing) check-in: 15b7ba9785 user: jan.nijtmans tags: novem
12:01
merge trunk check-in: 4162fbf706 user: limeboy tags: tip-456
11:46
merge trunk check-in: 391ec4f295 user: jan.nijtmans tags: novem
11:44
compatability -> compatibility check-in: f94307dc05 user: jan.nijtmans tags: trunk
11:42
compatability -> compatibility check-in: 602e06e9d3 user: jan.nijtmans tags: core-8-6-branch
11:20
More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAlloc() check-in: 9d4cd6b1aa user: jan.nijtmans tags: novem
01:49
Correct tab stops check-in: 2585e9af06 user: andy tags: amg-array-enum-c-api
2016-11-30
19:47
Begin implementation of array test suite check-in: c9318c0692 user: andy tags: amg-array-enum-c-api
19:35
Document filter options to [array exists] check-in: 1c69239d68 user: andy tags: amg-array-enum-c-api
17:57
Be more consistent in usage of italic text check-in: bda7be7c84 user: andy tags: amg-array-enum-c-api
17:53
Minor documentation correction pointing out that Tcl_ArraySet allows the variable to not exist in wh... check-in: efddc059c0 user: andy tags: amg-array-enum-c-api
14:27
Merge trunk check-in: 39918e8e32 user: jan.nijtmans tags: novem
03:16
merge trunk check-in: c2b9c28871 user: dgp tags: tip-445
03:08
Route all [string repeat] operations through a common implementation. Code that to preserve bytearra... check-in: e6e6fee0e1 user: dgp tags: trunk
2016-11-29
19:45
Restore tests set-old-8.46 and set-old-10.2. Note: this is commit number 20000 check-in: e5c481c605 user: andy tags: amg-array-enum-c-api
19:39
Merge trunk check-in: 227eb2b89f user: andy tags: amg-array-enum-c-api
19:29
Add filtering capability to [array exists] and Tcl_ArrayExists() so that individual elements can be ... check-in: 5c0f2a9fbb user: andy tags: amg-array-enum-c-api
18:50
Add comments to tcl.h more clearly indicating which flag values are reserved to better avoid future ... check-in: c8816ca461 user: andy tags: amg-array-enum-c-api
18:46
Where feasible, convert concatenation panics into errors. check-in: 3e5cafe2a5 user: dgp tags: trunk
18:46
Update [array] man page for new/expanded filter options check-in: 162212092a user: andy tags: amg-array-enum-c-api
13:50
merge trunk check-in: 93793ba3f8 user: dgp tags: tip-445
13:50
merge novem check-in: 3cbb30adcd user: dgp tags: dgp-refactor
13:08
merge trunk check-in: 88f99346ec user: jan.nijtmans tags: novem
13:03
Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDic... check-in: 63240d8b9e user: jan.nijtmans tags: trunk
12:26
merge trunk check-in: 0a73f68e8e user: jan.nijtmans tags: novem
11:10
more internal use of size_t (in stead of int) check-in: ad1e711238 user: jan.nijtmans tags: trunk
09:45
Implement the "package forget" part, which was still missing. Handle the case that a filename contai... check-in: dfa45ae567 user: jan.nijtmans tags: package_files
2016-11-28
17:53
Man page tweak check-in: aae84de8cb user: andy tags: amg-array-enum-c-api
16:47
Double backslashes in man page check-in: 3556913225 user: andy tags: amg-array-enum-c-api
16:24
merge novem check-in: 676824c7c1 user: dgp tags: dgp-refactor
16:08
merge trunk check-in: 9174c893f4 user: dgp tags: tip-445
15:29
slightly simpler check-in: 8ed8daf325 user: jan.nijtmans tags: package_files
13:17
Complete implementation, tests and documentation check-in: 6a2f13e8d2 user: jan.nijtmans tags: package_files
06:06
Add manual page for new array functions check-in: a72fcb2eb3 user: andy tags: amg-array-enum-c-api
04:47
Fix set-old-8.35 check-in: 5e92c9339a user: andy tags: amg-array-enum-c-api
04:31
Fix set-old-8.56 check-in: f681932ae0 user: andy tags: amg-array-enum-c-api
04:21
Add Tcl_ArrayStatistics() check-in: 2368a2dced user: andy tags: amg-array-enum-c-api
02:35
Change Tcl_ArraySet() to always report errors without having to specify TCL_LEAVE_ERR_MSG check-in: 7cb4aff8e5 user: andy tags: amg-array-enum-c-api
01:20
Remove most instances of TCL_LEAVE_ERR_MSG in favor of making Tcl_Array*() functions treat nonexiste... check-in: 325336d17e user: andy tags: amg-array-enum-c-api
2016-11-27
20:37
Change TCL_MATCH_GLOB to avoid collision with the deprecated TCL_PARSE_PART1 flag check-in: 720f8dc660 user: andy tags: amg-array-enum-c-api
2016-11-26
20:03
Renumber and rearrange new Tcl_Array*() functions to have a somewhat more logical ordering check-in: 7a757d9b95 user: andy tags: amg-array-enum-c-api
17:47
Add "package files" testcase, which doesn give the right answer. So still work to do check-in: 0202120e4a user: jan.nijtmans tags: package_files
07:39
Revert unintended change to Tcl_ZlibStreamInit() argument name check-in: 94a9a0cfad user: andy tags: amg-array-enum-c-api
07:30
Implement Tcl_ArrayGet(), add -exact|-glob|-regexp options to [array get] check-in: 00404912d0 user: andy tags: amg-array-enum-c-api
07:21
Remove new test trace-41.1 since it is a duplicate of test var-18.1 check-in: 34539fd014 user: andy tags: amg-array-enum-c-api
07:19
Remove optimization that runs afoul of test var-18.1 check-in: 25d2a06908 user: andy tags: amg-array-enum-c-api
07:11
Update test for [array unset] mode option check-in: a9cb120904 user: andy tags: amg-array-enum-c-api
02:14
Implement Tcl_ArrayExists() check-in: bc2295f5c2 user: andy tags: amg-array-enum-c-api
01:57
Fold create argument to ArrayVar() into TCL_VAR_CREATE flags bit which only ArrayVar() understands. ... check-in: 2590837335 user: andy tags: amg-array-enum-c-api
2016-11-25
18:24
Simplify function description comment check-in: 403f15409f user: andy tags: amg-array-enum-c-api
18:11
Merge CleanupVar() into TclCleanupVar(), no need for them to be separate check-in: 0aae797ef4 user: andy tags: amg-array-enum-c-api
18:08
Rename dictObj to dictPtr for consistency with other public variable function arguments, even though... check-in: 1ba41eadd4 user: andy tags: amg-array-enum-c-api
18:05
Rename TclArraySet() to Tcl_ArraySet() and put in tcl.decls. Enhance ArrayVar() to support array cr... check-in: f2aaed5ea1 user: andy tags: amg-array-enum-c-api
15:44
Implementation of improved notifier from Lucio Andrés Illanes Albornoz. check-in: a5fa5e7e78 user: dkf tags: tip-458
15:06
Merge trunk. Implementation looks complete. Still missing: test-cases and documentation. check-in: 1ae9161edd user: jan.nijtmans tags: package_files
14:53
Windows support and minor touchups to the documentation. check-in: aefe40befa user: limeboy tags: tip-456
13:27
Minor documentation touchups. check-in: 417ea495a1 user: limeboy tags: tip-456
12:58
merge trunk check-in: 742389b703 user: jan.nijtmans tags: novem
11:47
Eliminate some macros that are no longer used/needed. check-in: 80e7984c44 user: jan.nijtmans tags: trunk
09:38
Merge trunk, and fix two socket test-cases. check-in: 707cfb412f user: jan.nijtmans tags: tip-456
08:17
Add Tcl_ArraySearchPeek() check-in: 5eee3e2aef user: andy tags: amg-array-enum-c-api
07:55
Add filter options to more [array] subcommands, implement with a common function check-in: 5a1c9d670f user: andy tags: amg-array-enum-c-api
07:33
Merge trunk check-in: b893ce5065 user: andy tags: amg-array-enum-c-api
07:31
Allow [array names -regexp] to use backreferences. This capability was broken by [71270e9141]. See a... check-in: b29701996a user: andy tags: trunk
07:02
Add filtering options to [array size] command check-in: 3c19724381 user: andy tags: amg-array-enum-c-api
06:27
Correct bug by splitting Tcl_ArrayNames() to high-level Tcl_ArrayNames() operating on a variable nam... check-in: e098e8ef7f user: andy tags: amg-array-enum-c-api
05:53
Implement Tcl_ArrayNames(), still have a bug to fix though check-in: a7b63341ab user: andy tags: amg-array-enum-c-api
05:11
Implement various array functions in terms of ArrayVar() to avoid repetition of trace code, and rest... check-in: b15d607c3a user: andy tags: amg-array-enum-c-api
04:42
Implement Tcl_ArraySearchDone() check-in: fc39454bd5 user: andy tags: amg-array-enum-c-api
04:31
Implement Tcl_ArraySearchNext() check-in: 2ab266d9fb user: andy tags: amg-array-enum-c-api
04:11
Remove need for passing TCL_LEAVE_ERR_MSG to various array functions check-in: ed465991e2 user: andy tags: amg-array-enum-c-api
03:56
Correct test failures in set-old.test check-in: e5a9bbebec user: andy tags: amg-array-enum-c-api
03:33
Split ArrayNext() into ArrayFirst() and ArrayNext(), and reimplement other array functions in terms ... check-in: 520285d1e5 user: andy tags: amg-array-enum-c-api
01:39
Remove spurious article in comments check-in: 965949e559 user: andy tags: trunk
01:36
Rename LookupArrayVar() to ArrayVar(), add ArrayNext(), reimplement ArraySize() in terms of ArrayNex... check-in: 9cc3d0f006 user: andy tags: amg-array-enum-c-api
2016-11-24
22:51
Improve comments, add interp to Tcl_ArraySearch so Tcl_ArraySearchNext() can report regular expressi... check-in: 669251b6f1 user: andy tags: amg-array-enum-c-api
22:38
Implement Tcl_ArraySearchStart() check-in: f8ab9b85ae user: andy tags: amg-array-enum-c-api
22:24
Simplify LookupArrayVar() interface check-in: 0393d60132 user: andy tags: amg-array-enum-c-api
22:06
Fold VerifyArray() into LookupArrayVar(), begin adding filtering capabilities to array search check-in: aa06cc7e1b user: andy tags: amg-array-enum-c-api
21:33
Add exact/glob/regexp filter capability to new array size and enumeration functions. Change Tcl_Arr... check-in: 462589ffc9 user: andy tags: amg-array-enum-c-api
21:15
Forgot a - in the parameters array. check-in: 7d69ed66cf user: limeboy tags: tip-456
21:01
Allow a boolean argument to be passed. check-in: d4bdf65c83 user: limeboy tags: tip-456
20:55
merge trunk check-in: c1735f1869 user: jan.nijtmans tags: package_files
20:31
merge trunk check-in: 4115262f80 user: jan.nijtmans tags: novem
20:28
First round of documentation update. check-in: 6e94138b94 user: limeboy tags: tip-456
20:12
Improve comments a little check-in: 2196459c3e user: andy tags: amg-array-enum-c-api
19:22
Merge trunk check-in: a353ee5093 user: andy tags: amg-array-enum-c-api
19:21
Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly by [tcl::unsupported::... check-in: ad557c91a9 user: andy tags: trunk
18:49
Correct reporting of trace errors in [array size] check-in: 2612459c98 user: andy tags: amg-array-enum-c-api
18:46
Correct sense of scalar variable detection check-in: 85ea1e4ef0 user: andy tags: amg-array-enum-c-api
18:42
Get rid of now-unnecessary varPtr2 variable, add stubbed-out (pun unintentional) implementations of ... check-in: b38a60a837 user: andy tags: amg-array-enum-c-api
18:36
Reorganize code into separate LookupArrayVar() and ArraySize() functions so that [array size] can se... check-in: 4035492a84 user: andy tags: amg-array-enum-c-api
18:35
Update stubs init check-in: aa1f28d461 user: andy tags: amg-array-enum-c-api
18:34
Rename part1Ptr arguments to varNamePtr check-in: f2a8e2d0fb user: andy tags: amg-array-enum-c-api
16:21
merge fork Closed-Leaf check-in: 5291e16a6a user: jan.nijtmans tags: tip-456 fork
16:20
Starting implementing the "package files" command. TIP still to be written. check-in: 6cdb6a1b24 user: jan.nijtmans tags: package_files
15:00
Adjust the tests and add a handful of new ones. check-in: ac3cfef074 user: limeboy tags: tip-456
13:47
Implementation of [array for] from Brad Lanam. See https://github.com/flightaware/Tcl-bounties/issue... check-in: bd05353216 user: dkf tags: lanam-array-for-impl
13:33
Make compileEpoch "unsigned int", and start counting at 1. check-in: 83f0d245d8 user: jan.nijtmans tags: trunk
13:18
Fix compile error if SO_REUSEPORT not supported. Put command options in alphabetical order check-in: c2331d8741 user: jan.nijtmans tags: tip-456 fork
12:47
Implement the whole TIP 456 specification.

Also introduces the `-reuseaddr' and `-reuseport' option... check-in: e4212ca03b user: limeboy tags: tip-456

12:41
merge novem check-in: 39188cbdd6 user: jan.nijtmans tags: novem-more-memory-API
11:57
merge trunk. Make epoch in Tcl_DictSearch "unsigned int". This doubles the epoch range here. Use 0... check-in: 5fe02150a3 user: jan.nijtmans tags: novem
10:26
typos check-in: 7df0e4369e user: jan.nijtmans tags: trunk
2016-11-22
15:04
Corrections to misleading comments. check-in: ecb870f264 user: dkf tags: trunk
11:24
Fix indenting check-in: c77d70c21f user: jan.nijtmans tags: tip-456
11:21
Added stub entry for tip #456. Documentation and tests still missing. Doesn't conform to TIP yet. check-in: fce8b81c46 user: jan.nijtmans tags: tip-456
10:06
This is patch.002 from ticket [0b9d3ba2ba], as first start ... check-in: ae02accafa user: jan.nijtmans tags: tip-456
2016-11-21
18:25
[array size] should 0 if argument does not name an array. TODO: Distinguish between existence error... check-in: b0ceb88495 user: andy tags: amg-array-enum-c-api
13:12
Initial commit of new C API for array enumeration. TIP forthcoming. Work far from complete, only T... check-in: 405aba7ca5 user: andy tags: amg-array-enum-c-api
10:40
Merge trunk. More internal use of size_t in stead of int (or long) check-in: b68c708bd6 user: jan.nijtmans tags: novem
10:15
More internal use of size_t in stead of int. check-in: ef4da65408 user: jan.nijtmans tags: trunk
2016-11-18
18:05
merge novem check-in: 715274166d user: dgp tags: dgp-refactor
18:02
merge trunk check-in: d583c1d31f user: dgp tags: tip-445
15:51
Minor: fix the indentation of comments. check-in: 06883b64fd user: dkf tags: trunk
12:10
merge novem check-in: 21f9030029 user: jan.nijtmans tags: novem-more-memory-API
11:15
Merge trunk check-in: a2bc365c8c user: jan.nijtmans tags: novem
10:53
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl check-in: 9ca8b95421 user: jan.nijtmans tags: trunk
10:23
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two missing "static" keywor... check-in: 018f6fdbb9 user: jan.nijtmans tags: core-8-6-branch
09:50
Fix [e6f27aa56f]: Update libtommath to 1.0 check-in: 6d14b81579 user: jan.nijtmans tags: trunk
03:34
Remove extra space in documentation for [file stat] check-in: 21feca063c user: andy tags: trunk
2016-11-17
16:27
merge trunk check-in: f365ba1ad9 user: jan.nijtmans tags: novem
16:26
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: 06f3f845fb user: jan.nijtmans tags: trunk
16:24
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: db3a4c3b27 user: jan.nijtmans tags: core-8-6-branch
15:30
Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the radix_size of "9" shou... Closed-Leaf check-in: 8cf7627603 user: jan.nijtmans tags: libtommath-1.0
13:18
Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the mp_clamp() function already... check-in: 7442311ee4 user: jan.nijtmans tags: libtommath-1.0
11:38
Add test-case for mp_iseven(). If mp_iseven(0) ever returns 0, we will be warned that we are using t... check-in: d3f1169620 user: jan.nijtmans tags: libtommath-1.0
11:03
Bring in fix for mp_iseven().... almost missed that .... This should be given a dedicated test-cas... check-in: 04444b286a user: jan.nijtmans tags: libtommath-1.0
10:46
Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function from libtommath 1.0 (in tc... check-in: 1e2d716ec7 user: jan.nijtmans tags: libtommath-1.0
09:34
Merge trunk check-in: 4a3294acba user: jan.nijtmans tags: novem
09:33
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk
09:24
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: c0c5b62d0e user: jan.nijtmans tags: core-8-6-branch
2016-11-16
15:59
merge trunk Closed-Leaf check-in: ec44244e32 user: jan.nijtmans tags: gahr-ticket-e6f27aa56f
15:22
(experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0
15:04
merge trunk check-in: f8be848288 user: dgp tags: tip-445
11:17
merge trunk check-in: 31a3f9bee0 user: jan.nijtmans tags: novem
10:55
Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk
2016-11-15
13:33
See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: b35b8efef0 user: dkf tags: trunk
13:32
See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: 9f5d17b078 user: dkf tags: core-8-6-branch
13:31
Slightly more efficient version as this is Hot Path code. Closed-Leaf check-in: e45c8a81d3 user: dkf tags: bug-itcl-1b2865
2016-11-14
17:01
See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjType contract. Need dkf revi... check-in: 90eeca888c user: dgp tags: bug-itcl-1b2865
16:01
Merge zipfs, but keep zip-write functions. check-in: c3df2d7911 user: jan.nijtmans tags: androwish
15:51
Merge core-8-6-branch. Remove (temporarily) write-functions from zipfs. Let first TIP-version handle... check-in: 92eef47064 user: jan.nijtmans tags: zipfs
14:26
Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk
14:25
Better fix for the usability of TCL_NO_DEPRECATED on MacOSX check-in: e041d7c814 user: jan.nijtmans tags: core-8-6-branch
12:18
merge novem check-in: 1d352ef575 user: dgp tags: dgp-refactor
12:16
merge trunk check-in: 56c05639b5 user: dgp tags: tip-445
2016-11-12
11:20
Merge tzdata2016i from IETF check-in: 3a3a592ef9 user: venkat tags: novem
11:19
Merge tzdata2016i from IETF check-in: cbce1a9dea user: venkat tags: trunk
11:19
Merge tzdata2016i from IETF check-in: 24cf682242 user: venkat tags: core-8-6-branch
2016-11-11
15:18
merge trunk check-in: 6ca5f2d8bf user: jan.nijtmans tags: novem
14:53
Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. check-in: 01243c07ff user: jan.nijtmans tags: trunk
10:58
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk
10:55
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 56afef9ae8 user: jan.nijtmans tags: core-8-6-branch
2016-11-10
15:13
merge trunk check-in: 8d4c5a08c5 user: jan.nijtmans tags: novem
14:21
On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: e1804c00ba user: jan.nijtmans tags: trunk
14:19
On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: 3544f1674a user: jan.nijtmans tags: core-8-6-branch
2016-11-08
02:56
Route all [string last] operations through a common implementation. check-in: 6622b74446 user: dgp tags: trunk
2016-11-07
20:18
Purge disabled code. check-in: 9957c9b0c9 user: dgp tags: trunk
20:11
Refactor to channel all [string first] functions through a single implementation. check-in: 5fd1a339d3 user: dgp tags: trunk
20:04
Optimize case of all single-byte chars. Closed-Leaf check-in: e35f61d57e user: dgp tags: dgp-string-find
19:41
Consolidate the "find empty string" cases. check-in: 9bc07dee24 user: dgp tags: dgp-string-find
19:28
Implement direct eval [string first] with the refactored engine. check-in: 7fb4fda651 user: dgp tags: dgp-string-find
11:23
merge zipfs check-in: 4113cb454a user: jan.nijtmans tags: androwish
11:16
Merge core-8-6-branch. Update upstream changes to zipfs.c check-in: 4cb21d6ea2 user: jan.nijtmans tags: zipfs
2016-11-04
21:29
First draft refactoring the [string first] functionality. check-in: 5073110f26 user: dgp tags: dgp-string-find
15:52
merge trunk check-in: 16c449a79f user: dgp tags: tip-445
14:56
[824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 24d9077003 user: dgp tags: trunk
14:54
[8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 5983fb59e6 user: dgp tags: core-8-6-branch
14:49
merge mark check-in: 9cd4c5200b user: dgp tags: trunk
14:48
[824752f10e] More robust, portable check for integer overflow. check-in: cf3aa0440e user: dgp tags: trunk
14:42
close fork check-in: e5a5037389 user: dgp tags: trunk
14:40
[824752f10e] More robust, portable check for integer overflow. check-in: b2a4266498 user: dgp tags: core-8-6-branch
14:39
close fork check-in: 91d91053a6 user: dgp tags: core-8-6-branch
14:24
merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: 16efbc4dbf user: gahr tags: trunk
14:23
merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: e7a9d70cd2 user: gahr tags: core-8-6-branch
11:53
merge trunk check-in: 00e57db1bf user: jan.nijtmans tags: novem
11:51
Fix the generated copyright sections in the HTML help file check-in: ec41e853d0 user: jan.nijtmans tags: trunk
11:50
Fix the generated copyright sections in the HTML help file. check-in: 973f7c7d0b user: jan.nijtmans tags: core-8-6-branch
11:41
merge trunk check-in: 70a2852312 user: jan.nijtmans tags: novem
11:38
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in... check-in: 9abb38ee0b user: jan.nijtmans tags: trunk
11:32
Make packages msgcat and tcltest work unmodified in "novem". check-in: 3b9aba0637 user: jan.nijtmans tags: core-8-6-branch
2016-11-02
12:56
merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver
12:50
Merge trunk (Update http version number to 2.8.10, due to [838e99a76d]) check-in: 1caeb0f5b9 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk
12:44
Update http version number to 2.8.10, due to [838e99a76d] check-in: 47bd2d0bbb user: jan.nijtmans tags: core-8-6-branch
12:16
merge zipfs check-in: 0d7d946d30 user: jan.nijtmans tags: androwish
12:09
merge core-8-6-branch check-in: d495ef896c user: jan.nijtmans tags: zipfs
01:42
Fix the generated copyright sections in the HTML help file. Closed-Leaf check-in: 13b8547f59 user: mistachkin tags: htmlCopyrightsFix
2016-11-01
16:37
merge novem check-in: 1e05628089 user: dgp tags: dgp-refactor
16:29
merge trunk check-in: 2d438eeb1d user: dgp tags: novem
16:18
merge trunk check-in: ed328bc1b1 user: dgp tags: tip-445
16:18
Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk
15:42
Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat
15:12
Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat
15:07
Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat
2016-10-31
18:10
Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat
16:15
Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat
14:18
merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat
14:17
Coverage tests for INST_STR_CONCAT1 byterarray ops. check-in: b6e309554c user: dgp tags: trunk
2016-10-30
16:52
[253ba6e818] Improved description of [variable] behaviour. check-in: c607c5d558 user: dkf tags: trunk
16:16
[253ba6e818] Improved description of [variable] behaviour. check-in: 6abd304ca2 user: dkf tags: core-8-6-branch
08:31
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: eb11bf9cb5 user: dkf tags: trunk
08:22
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: 3135d5681f user: dkf tags: core-8-6-branch
05:07
One more place where the internal API change can be used easily. check-in: 77e725f099 user: dkf tags: core-8-6-branch
05:05
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: f85e0e4fe4 user: dkf tags: trunk
05:04
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: 83a6a4d431 user: dkf tags: core-8-6-branch
05:02
Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapper function. Closed-Leaf check-in: e5b3cf7279 user: dkf tags: bug-b26e38a3e4
2016-10-29
21:03
Added test for bug check-in: 0dfc1b9ec5 user: dkf tags: bug-b26e38a3e4
2016-10-28
20:33
WIP check-in: 8f63620a09 user: dgp tags: dgp-string-cat
16:55
revise [dict append] to make use of common [string cat] engine. check-in: 673871f49c user: dgp tags: dgp-string-cat
15:47
merge trunk check-in: 65b0c59fbd user: dgp tags: dgp-string-cat
15:46
Add optimization to [dict append]. check-in: df0c2fc07c user: dgp tags: trunk
14:59
When appropriate, implement [join] with the common [string cat] engine. check-in: 5e2e74931b user: dgp tags: dgp-string-cat
14:45
Add obvious optimizations to [join] implementation. check-in: b24a53dd0c user: dgp tags: trunk
14:28
merge trunk check-in: 8fe04e59f6 user: dgp tags: dgp-string-cat
14:27
Add warning commentary making important assumptions explicit. check-in: 329ff4fad8 user: dgp tags: trunk
14:26
Add warning commentary making important assumptions explicit. check-in: f4bf80dafb user: dgp tags: core-8-6-branch
14:06
merge trunk check-in: f9b8e6269b user: dgp tags: dgp-string-cat
14:06
Add obvious optimization to Tcl_GetCharLength(). check-in: a3157e22e5 user: dgp tags: trunk
2016-10-27
20:06
Convert INST_STR_CONCAT1 to the common `string cat` implementation. check-in: fc9ed1e751 user: dgp tags: dgp-string-cat
19:39
Start bringing all `string cat` operations into one place so it can be coded correctly one time inst... check-in: 30418debb6 user: dgp tags: dgp-string-cat
2016-10-26
08:07
Merge timezone data tzdata2016h check-in: 42830c2953 user: venkat tags: novem
08:04
Merge timezone data tzdata2016h check-in: 12bcc304b7 user: venkat tags: trunk
08:04
Merge timezone data tzdata2016h check-in: 4ea69c7b45 user: venkat tags: core-8-6-branch
2016-10-21
13:25
merge novem check-in: 9b85ecfae5 user: dgp tags: dgp-refactor
13:25
merge trunk check-in: e8a67dbd32 user: dgp tags: novem
13:12
merge trunk check-in: 463bbb7445 user: dgp tags: tip-445
13:12
merge 8.6 check-in: 5860b1c25b user: dgp tags: trunk
2016-10-20
20:02
Repair recently opened memleak. check-in: 1b68794acf user: dgp tags: core-8-6-branch
17:54
EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. check-in: 82918e7090 user: dgp tags: core-8-6-branch
16:37
merge trunk check-in: b1dcc7542c user: dgp tags: tip-445
2016-10-18
19:16
Use memcmp where possible. check-in: 1799506222 user: dgp tags: trunk
2016-10-14
19:54
merge trunk check-in: b4524d0b86 user: dgp tags: tip-445
19:29
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: 699a33324b user: dgp tags: trunk
19:28
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: f58d30ec32 user: dgp tags: core-8-6-branch
2016-10-13
17:11
merge novem check-in: c172a6aac7 user: dgp tags: dgp-refactor
17:04
merge trunk check-in: 071bc9cadb user: dgp tags: tip-445
17:03
merge trunk check-in: 237090c178 user: dgp tags: novem
16:56
Merge INST_STR_REPLACE fixes and improvements. check-in: 85150d4e86 user: dgp tags: trunk
16:50
Another streamline. check-in: 2b134348a0 user: dgp tags: core-8-6-branch
16:43
Stop invading the String internals to work around a bug. Fix it instead. check-in: f32a003e9a user: dgp tags: core-8-6-branch
15:37
Streamline the substring copying case of [string replace] bytecode execution. check-in: 597976a69d user: dgp tags: core-8-6-branch
2016-10-12
17:31
Correct improper NULL return from initializing Tcl_InitStringRep(o, b, 0). Go ahead and return point... check-in: e429fe0958 user: dgp tags: tip-445
16:58
Reduce direct use of the tclEmptyStringRep. check-in: 48b4b1d728 user: dgp tags: tip-445
15:14
Purge another direct access to bytes field. check-in: efe3b3ea35 user: dgp tags: tip-445
14:11
merge trunk check-in: 26734ca1a2 user: dgp tags: tip-445
14:01
merge novem check-in: bfd8b2d1e7 user: dgp tags: dgp-refactor
14:01
merge trunk check-in: b204e61ca2 user: dgp tags: novem
13:47
merge TclParseNumber fixes check-in: b83207f166 user: dgp tags: trunk
13:46
[be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. check-in: bb5488f1a7 user: dgp tags: core-8-6-branch
13:42
[be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: 3bb6116dfc user: dgp tags: core-8-6-branch
09:58
[74bc0e44f5] Doc tweak. check-in: 238be90a8b user: dkf tags: trunk
09:57
[74bc0e44f5] Doc tweak. check-in: 04fbd1b5dd user: dkf tags: core-8-6-branch
2016-10-11
21:53
merge trunk check-in: d5f3db4df2 user: jan.nijtmans tags: novem
21:52
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: bbfcd2c669 user: jan.nijtmans tags: trunk
21:43
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 7a3c8a4b0d user: jan.nijtmans tags: core-8-6-branch
18:26
merge novem check-in: 6c01f161f4 user: dgp tags: dgp-refactor
18:22
Update new tests in light of octal death. check-in: 2be17d65ec user: dgp tags: novem
18:19
merge trunk check-in: bd685a542e user: dgp tags: novem
2016-10-09
16:02
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 53cdc09f00 user: dkf tags: trunk
16:02
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 007b192adb user: dkf tags: core-8-6-branch
15:22
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: 925103116e user: dkf tags: trunk
15:21
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: aa50b70914 user: dkf tags: core-8-6-branch
12:03
Be more accurate about scan's %i check-in: 8a99d79f7e user: dkf tags: core-8-6-branch
10:35
Be more accurate about scan's %i check-in: b6c6a73a68 user: ferrieux tags: trunk
2016-10-08
17:10
[74bc0e44f5] Document result of :unregister. check-in: 6bae8fa2fd user: dkf tags: trunk
17:10
[74bc0e44f5] Document result of :unregister. check-in: d9391bf225 user: dkf tags: core-8-6-branch
16:41
[838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: e3de800d7d user: dkf tags: trunk
16:40
[838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 041dc66019 user: dkf tags: core-8-6-branch
2016-10-07
21:06
Purge more direct accesses to bytes field. check-in: ecafda43ac user: dgp tags: tip-445
19:04
Use the new purity test. check-in: 698059b100 user: dgp tags: tip-445
18:53
merge trunk check-in: 197b134426 user: dgp tags: tip-445
18:52
Update [string map] tests to get illustration of need for pure dict restriction up to date with orde... check-in: 89ba7d62f0 user: dgp tags: trunk
16:36
New routine Tcl_HasStringRep() and first conversion of callers. check-in: 8a3ad0ffb4 user: dgp tags: tip-445
13:11
merge novem check-in: 0507959c15 user: dgp tags: dgp-refactor
13:11
merge trunk check-in: 66bb998b3f user: dgp tags: novem
13:06
merge trunk check-in: 16aed2411d user: dgp tags: tip-445
2016-10-05
04:53
Fix typos in expr documentation. check-in: faa78e6080 user: pooryorick tags: trunk
00:05
Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. check-in: 6fcf1c1520 user: pooryorick tags: trunk
2016-10-04
19:12
[4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses. check-in: c7f0617280 user: dkf tags: trunk
19:11
[4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses. check-in: 6ef0648c3f user: dkf tags: core-8-6-branch
19:08
merge novem check-in: 2a20459071 user: dgp tags: dgp-refactor
18:48
merge trunk check-in: b74f43dd28 user: dgp tags: novem
18:29
merge trunk check-in: c7b4bb4b41 user: dgp tags: tip-445
15:23
Harmonize tests with expr implementation. Leaf check-in: 8b04d88baa user: pooryorick tags: pyk-expr-numeric
13:31
When opening a server socket on an ephemeral port, make sure that the port number that gets picked f... check-in: 4b5524e8a1 user: max tags: trunk
12:27
Fix for [ef5373e6fa0617ee]. Operands are interpreted numerically when possible. check-in: 58ee10c4b7 user: pooryorick tags: pyk-expr-numeric
2016-10-03
16:55
merge trunk check-in: 64660b8543 user: pooryorick tags: pyk-emptystring
16:49
Fix documentation of [expr] operators, replacing "divisor" with "dividend" check-in: ba20f7668e user: pooryorick tags: trunk
15:06
merge zipfs branch check-in: fef98dcead user: jan.nijtmans tags: androwish
14:56
merge core-8-6-branch check-in: f5f1c41b03 user: jan.nijtmans tags: zipfs
14:53
(cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the empty string. check-in: d121af2108 user: jan.nijtmans tags: core-8-6-branch
01:10
Fix [2bf561854c55a], interp alias to command whose name is the empty string. check-in: e1a24d5c88 user: pooryorick tags: trunk
2016-10-02
19:28
Merge tzdata2016g from ietf.org check-in: b867304d52 user: venkat tags: novem
19:26
Merge tzdata2016g from ietf.org check-in: 6abe9b885e user: venkat tags: trunk
19:25
Merge tzdata2016g from ietf.org check-in: 7750b679bc user: venkat tags: core-8-6-branch
18:42
Re-created the build mods for tip#340. Something I was doing was screwing with building a proper she... check-in: 8ecd08459f user: hypnotoad tags: core_zip_vfs
18:30
Typo fix for Makefile.in check-in: 90f22431a5 user: hypnotoad tags: core_zip_vfs
12:00
Pulling change from trunk check-in: a2210ce805 user: hypnotoad tags: core_zip_vfs
2016-09-28
14:20
Fix: 3 places where a superfluous TCL_MINOR_VERSION is still used where it shouldn't. check-in: d923a233e9 user: jan.nijtmans tags: tip-439, semver
13:59
merge trunk check-in: 664ecb7f52 user: jan.nijtmans tags: tip-439, semver
2016-09-27
20:06
[4d5ae7d88a] Restore default-to-error logic in TcpConnect Closed-Leaf check-in: e954c8aebe user: gahr tags: tkt-4d5ae7d88a
2016-09-26
15:38
Merge core-8-6-branch. upstream androwish modifications. check-in: 88fd04e92c user: jan.nijtmans tags: androwish
15:03
merge core-8-6-branch check-in: e4e7727887 user: jan.nijtmans tags: zipfs
15:00
merge trunk check-in: c63216e065 user: jan.nijtmans tags: tip-389-impl
09:35
[3328635] Latest patch from Christian Werner check-in: 965d56c3af user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock
09:10
merge core-8-6-branch check-in: 3cc8bbfa43 user: jan.nijtmans tags: trunk
09:08
Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files. ... check-in: ecdfaed5d3 user: jan.nijtmans tags: core-8-6-branch
2016-09-21
09:36
merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk) Closed-Leaf check-in: d22d2fc5be user: jan.nijtmans tags: winFixes
09:29
merge trunk check-in: 42473b2624 user: jan.nijtmans tags: novem
09:28
Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_calvin check-in: 8ac9a69b51 user: jan.nijtmans tags: trunk
09:20
Make it more likely that compiles with VS2012/VS2013 actually work on Windows XP. See: [https://tedw... check-in: 572fd31268 user: jan.nijtmans tags: core-8-6-branch
2016-09-19
18:48
Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SDK compatibility. check-in: 126eddaf93 user: mistachkin tags: winFixes
2016-09-16
16:43
merge trunk check-in: 0fe77ba9d6 user: dgp tags: tip-445
16:40
merge novem check-in: fbf936a8ab user: dgp tags: dgp-refactor
09:25
merge trunk check-in: da75b7b44f user: jan.nijtmans tags: tip-439, semver
09:24
merge trunk check-in: 54ff2ac9a1 user: jan.nijtmans tags: tip-389-impl
09:11
merge trunk check-in: 1e7fa757b6 user: jan.nijtmans tags: novem
09:09
merge core-8-6-branch check-in: 26ceff2e2c user: jan.nijtmans tags: trunk
09:06
Fix [c7d0bc9a549714e0]: Newly introduced unshared (local-only) literals from cmd resolvers cause Tcl... check-in: 8924992522 user: jan.nijtmans tags: core-8-6-branch
2016-09-15
13:22
Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin Closed-Leaf check-in: 2dbbe15297 user: jan.nijtmans tags: bug-c7d0bc9a549714e0
2016-09-14
15:11
Adding build scripts to implement Tip#453 check-in: fa70559479 user: hypnotoad tags: core_zip_vfs
15:04
Further adaptations and improvements to practcl.

And get, tclsh make.tcl basekit even works now check-in: f89473675c user: hypnotoad tags: core_zip_vfs

13:38
Pulling changes from trunk check-in: 0252986ec0 user: hypnotoad tags: core_zip_vfs
13:36
Fixed the line endings on practcl.tcl check-in: b2dbde2130 user: hypnotoad tags: core_zip_vfs
13:33
Beginning work in earnest on Tip#430 and Tip#453

Renamed zipfs.c to tclZipfs.c. Eliminated tclZipfs... check-in: ad6641bb82 user: hypnotoad tags: core_zip_vfs

2016-09-13
12:19
merge zipfs check-in: 534edd7d8d user: jan.nijtmans tags: androwish
2016-09-09
16:07
merge trunk Leaf check-in: 6fa2f53c7f user: dgp tags: bug-3418547
12:42
merge trunk check-in: 7a1aabb850 user: dgp tags: tip-445
12:40
merge novem check-in: 7c94488656 user: dgp tags: dgp-refactor
12:39
Maintain the changed behavior for unset traces on local vars at proc return. Update the docs to new ... check-in: ac5aef4799 user: dgp tags: novem
12:36
Revert b98ee56376. The "bug" fixed was documented behavior. check-in: e087838b90 user: dgp tags: trunk
07:31
merge trunk check-in: f97eb4cfee user: gahr tags: novem
07:28
Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 check-in: 20c19f9d55 user: gahr tags: trunk
2016-09-08
20:05
merge novem check-in: 07b093aed3 user: dgp tags: dgp-refactor
20:04
compiler warning check-in: 222ff7aa13 user: dgp tags: novem
19:34
merge novem check-in: 085bd56f57 user: dgp tags: dgp-refactor
19:03
merge trunk Leaf check-in: 965131dbb9 user: dgp tags: dgp-literal-reform
15:11
merge check-in: 8d40770f84 user: dgp tags: dgp-literal-reform
14:49
merge microopt check-in: 87bd460092 user: dgp tags: dgp-literal-reform
14:34
merge bytecode init reworking check-in: 64530305a9 user: dgp tags: dgp-literal-reform
13:01
merge 8.6.5 check-in: 473492ffb3 user: dgp tags: dgp-literal-reform
12:43
merge 8.6.4 check-in: 67a149d080 user: dgp tags: dgp-literal-reform
12:36
merge 8.6.3 check-in: 5e598c8a3e user: dgp tags: dgp-literal-reform
12:28
merge 8.6.2 check-in: 8765b86e00 user: dgp tags: dgp-literal-reform
12:22
merge 8.6.1 check-in: 65981cfc14 user: dgp tags: dgp-literal-reform
09:49
Expose some of the core variable access APIs. check-in: b4dfc30083 user: dkf tags: dkf-expose-ptrgetvar
07:24
merge core-8-6-branch check-in: f505bc5fc8 user: jan.nijtmans tags: zipfs
03:29
merge trunk check-in: 0b63cd813b user: dgp tags: tip-445
03:01
Pulling changes from Trunk check-in: c20e962d80 user: hypnotoad tags: core_zip_vfs
03:00
Pulling changes from zipfs check-in: 7fbe86c508 user: hypnotoad tags: core_zip_vfs
02:48
merge trunk check-in: 7628b11646 user: dgp tags: novem
02:38
[7f02ff1efa] Fix scope for var unset traces when procs return. *** POTENTIAL INCOMPATIBILITY *** check-in: b98ee56376 user: dgp tags: trunk
02:34
New test trace-18.5 for the bug. Updated trace-18.1 which was tuned to it. Closed-Leaf check-in: c8b6dd2da5 user: dgp tags: bug-7f02ff1efa
2016-09-07
18:31
Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an experiment that preserves the ... check-in: b25357cf3a user: dgp tags: bug-7f02ff1efa
18:09
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: db4b2eff59 user: dgp tags: trunk
17:45
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: 9ac587b48c user: dgp tags: core-8-6-branch
14:03
merge trunk check-in: c21cbbe39b user: jan.nijtmans tags: novem
13:34
Fix [d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk
12:54
Fix [d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: c09edf1bac user: jan.nijtmans tags: core-8-6-branch
2016-09-06
10:46
Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 6636f975db user: dkf tags: trunk
10:44
Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 10c5858b0d user: dkf tags: core-8-6-branch
08:25
Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.test. Looks good to me, so... Closed-Leaf check-in: 6b5f0e9b55 user: jan.nijtmans tags: bug-d4e7780ca1
2016-09-05
14:52
some more clean-up check-in: b6613c42d4 user: jan.nijtmans tags: bug-d4e7780ca1
14:12
merge core-8-6-branch check-in: 088a6d7995 user: jan.nijtmans tags: bug-d4e7780ca1
13:57
merge trunk check-in: 6fb1bef114 user: jan.nijtmans tags: novem
13:56
merge core-8-6-branch check-in: 4ba030874a user: jan.nijtmans tags: trunk
13:55
Allow additional optional "interp" argument for testinterpresolver command. Not used yet in any test... check-in: f0027409f5 user: jan.nijtmans tags: core-8-6-branch
13:14
Some patch clean-up, no change in functionality check-in: fafbedb850 user: jan.nijtmans tags: bug-d4e7780ca1
2016-09-02
12:11
Proposed patch for [d4e7780ca1], by Gustaf Neumann check-in: 3b88e32691 user: jan.nijtmans tags: bug-d4e7780ca1
2016-08-30
13:57
merge trunk check-in: 2a530e021b user: jan.nijtmans tags: tip-389-impl
13:45
merge zipfs check-in: d7ca849e85 user: jan.nijtmans tags: androwish
13:42
merge core-8-6-branch check-in: 847163a948 user: jan.nijtmans tags: zipfs
13:41
merge trunk check-in: 79b0e95d30 user: jan.nijtmans tags: tip-439, semver
13:12
merge trunk check-in: 11d4243035 user: jan.nijtmans tags: novem
13:07
Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: 2de1551609 user: jan.nijtmans tags: trunk
13:00
Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: c0a65532a7 user: jan.nijtmans tags: core-8-6-branch
2016-08-26
13:49
Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 6b4fc5cf0f user: dgp tags: trunk
13:46
Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 33fdf70e7f user: dgp tags: core-8-6-branch
2016-08-22
07:58
Fix improper use of TclCheckEmptySTring. check-in: 0461352597 user: pooryorick tags: pyk-emptystring
2016-08-19
13:42
merge zipfs check-in: 8cee975fe3 user: jan.nijtmans tags: core_zip_vfs
12:45
merge zipfs check-in: 63eab9444d user: jan.nijtmans tags: androwish
08:58
merge core-8-6-branch check-in: bc038dbf23 user: jan.nijtmans tags: zipfs
08:48
merge trunk check-in: fad3c1f68f user: jan.nijtmans tags: tip-439, semver
2016-08-18
21:59
Add back constraint that direct dict->list conversion is only done when no string representation exi... Leaf check-in: 5b24f3f8d6 user: pooryorick tags: pyk-listdictstringrep
2016-08-10
04:27
* added some docco for [update] changes. Leaf check-in: f2ca25064c user: colin tags: updateextended
04:12
* [update] - added flags for all possible Tcl_DoOneEvent() modes - obviates [vwait] and provides a ... check-in: 26b64e7254 user: colin tags: updateextended
03:13
Set the default topic, enable full-text search, and put all help output files under OUT_DIR. check-in: 7dd3b3949d user: mistachkin tags: winFixes
2016-08-09
21:03
Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files. check-in: 2f28c2ba02 user: mistachkin tags: winFixes
2016-07-28
21:49
merge pyk-listdictstringrep Closed-Leaf check-in: 3351777fb6 user: pooryorick tags: pyk-trunk
21:47
merge pyk-pkgrequirenre check-in: 86d4e33030 user: pooryorick tags: pyk-trunk
21:45
merge pyk-emptysting check-in: d1c0e833c1 user: pooryorick tags: pyk-trunk
21:43
Create new branch named "pyk-trunk" check-in: edeed2a4f8 user: pooryorick tags: pyk-trunk
19:46
Remove left-over debugging code. check-in: 7318d47029 user: pooryorick tags: pyk-listdictstringrep
2016-07-27
18:56
merge mark check-in: ac14beae58 user: dgp tags: trunk
18:55
merge release check-in: cea1f5457e user: dgp tags: core-8-6-branch
2016-07-26
19:22
merge novem check-in: 2efc2acbe7 user: dgp tags: dgp-refactor
19:22
merge trunk check-in: d08af9d55e user: dgp tags: novem
19:20
merge trunk check-in: 20cc566da5 user: dgp tags: tip-445
18:40
merge trunk check-in: 95b5fc0a7a user: dgp tags: bug-3418547
18:36
Converting to stringType no longer loses the existing internal representation of a value. check-in: acf65fb1a4 user: pooryorick tags: pyk-listdictstringrep
13:54
a few test & docs fixes Closed-Leaf check-in: 6c53c071ed user: dgp tags: rc2, release, core-8-6-6-rc, core-8-6-6
10:09
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: c853c914b6 user: dkf tags: trunk
10:08
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: 1cf98255a8 user: dkf tags: core-8-6-branch
2016-07-24
17:58
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 9b23417ffa user: dkf tags: trunk
13:09
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 63410153ac user: dkf tags: core-8-6-branch
12:45
Make a few tests more resilient to differences in the semantics of pipes between operating systems. Closed-Leaf check-in: 4d292bc194 user: dkf tags: bug-db0a5f6417
2016-07-22
19:27
Avoid generating string for list dict list round trip. check-in: 75649873cd user: pooryorick tags: pyk-listdictstringrep
15:28
test repairs check-in: 09fc39def5 user: dgp tags: rc1, core-8-6-6-rc
14:00
Set release date check-in: 335b64996c user: dgp tags: core-8-6-6-rc
2016-07-21
17:28
merge novem check-in: f332e821f4 user: dgp tags: dgp-refactor
17:25
merge trunk check-in: eb606f020c user: dgp tags: novem
16:20
Update changes file. check-in: 43ae83ee3c user: dgp tags: core-8-6-6-rc
2016-07-20
21:31
merge trunk check-in: 4e7313a973 user: dgp tags: tip-445
20:39
Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk
19:47
Revise "parsedVarName" type to use proposed interfaces. check-in: 104118eb12 user: dgp tags: tip-445
17:46
merge trunk check-in: 4a72971d2e user: dgp tags: tip-445
17:39
Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk
16:36
Merge trunk; silence compiler warning. check-in: 960302feeb user: dgp tags: tip-445
16:32
Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk
15:43
merge trunk check-in: 2482e2c2a2 user: dgp tags: tip-445
15:43
Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk
15:31
Convert the "localVarName" type to the proposed interfaces. check-in: 48c59e3d83 user: dgp tags: tip-445
11:50
merge novem check-in: 841bac8f11 user: dgp tags: dgp-refactor
11:50
merge trunk check-in: ca3b8e2652 user: dgp tags: tip-445
11:48
merge 8.6 check-in: 7cba574a67 user: dgp tags: core-8-6-6-rc
03:06
Merge tzdata 2016f from ietf.org check-in: 7106670117 user: venkat tags: novem
03:05
Merge tzdata 2016f from ietf.org check-in: ebce0d21ba user: venkat tags: trunk
03:05
Merge tzdata 2016f from ietf.org check-in: 89f3b4af00 user: venkat tags: core-8-6-branch
2016-07-19
21:18
merge trunk check-in: d4a20bdff2 user: dgp tags: tip-445
20:40
Factor out common prologue. check-in: d0f7109ae5 user: dgp tags: trunk
19:52
merge 8.6 check-in: f82f6e686f user: dgp tags: trunk
19:33
"array search" is no longer a registered Tcl_ObjType. check-in: d2009889c6 user: dgp tags: trunk
19:31
[0363f0146c] Fix [array startsearch] id handling to support var name variations check-in: 67c987ee93 user: dgp tags: trunk
15:00
Remove outdated comment. check-in: 546171b02b user: dgp tags: core-8-6-branch
2016-07-18
21:53
Second half "chan" Tcl_ObjType conversion. Mistake avoided this time. check-in: d672e6e584 user: dgp tags: tip-445
20:59
Half convert "chan" Tcl_ObjType to new interfaces. check-in: bb39d672f9 user: dgp tags: tip-445
18:14
merge trunk check-in: 431b60e7c3 user: dgp tags: bug-3418547
17:47
merge 8.6 check-in: 9d793e9bd1 user: dgp tags: core-8-6-6-rc
17:33
merge trunk check-in: 4d025dde61 user: dgp tags: tip-445
17:15
merge novem check-in: de997341e3 user: dgp tags: dgp-refactor
17:15
merge trunk check-in: c58aa1576a user: dgp tags: novem
16:50
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups.

Also ... check-in: 98f348e049 user: dgp tags: trunk

16:46
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. check-in: fb17469c50 user: dgp tags: core-8-6-branch
16:14
merge mark check-in: 88eb1046fb user: dgp tags: core-8-6-branch
05:49
NRE-enable [package ifneeded] scripts.

2018-02-06: This branch is closed. See the py-package-nre... Closed-Leaf check-in: fab0d99a87 user: pooryorick tags: pyk-pkgrequirenre

2016-07-17
12:02
[77d58e3a7a] Test case independence: var. check-in: 6adffde7de user: dkf tags: core-8-6-branch
11:56
[77d58e3a7a] Test case independence: unload. check-in: 5867920a2a user: dkf tags: core-8-6-branch
2016-07-16
20:50
merge 8.6 check-in: eaf2842e3d user: dgp tags: core-8-6-6-rc
11:42
[77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe. check-in: b83f83a4aa user: dkf tags: core-8-6-branch
2016-07-15
20:38
With the (causes of the) bug removed; now remove the faulty fix too. check-in: 8d1fa3db76 user: dgp tags: bug-3418547
17:31
With no caching as a baseline, record the proper test results. check-in: b14cad183d user: dgp tags: bug-3418547
16:17
First really crude step toward a fix is to just completely disable the intreps of the "cmdName" Tcl_... check-in: ab91e6d681 user: dgp tags: bug-3418547
15:54
Reopened [3418547] with revised test resolver-1.1. check-in: d43f03c9f3 user: dgp tags: bug-3418547
14:20
Remove unmaintained disabled speculative code. Such things are for branches and history. check-in: dbb80e10f1 user: dgp tags: trunk
14:19
Factor the cmdName intrep setting code into common utility routine. check-in: d38d059aeb user: dgp tags: trunk
12:36
Stop using the tclCmdNameType to store failed command lookups. If we don't find a command, there's n... check-in: 5562afaf9b user: dgp tags: trunk
05:39
[77d58e3a7a] Test case independence: interp. check-in: 27e05ac49a user: dkf tags: core-8-6-branch
03:12
Fix docs and test failures. I had rolled back .PS1 (Powershell files) as being executable without fi... check-in: 1b84f2328f user: ashok tags: core-8-6-branch
02:33
One of the validity checks for the "cmdName" type is to see if the resolved command has been deleted... check-in: 54fac92610 user: dgp tags: trunk
2016-07-14
18:09
merge trunk check-in: 8bc432448a user: dgp tags: tip-445
17:58
Stop checking case that can never happen. check-in: 1ab1c04f34 user: dgp tags: trunk
15:17
Plug memory leak created in recent variable Tcl_ObjType reform. check-in: ffbbee4284 user: dgp tags: trunk
14:40
New test demonstrates memleak discovered by Rolf Ade. check-in: 632e9e93f1 user: dgp tags: trunk
10:55
Merge mark without merging. Reformatting conflicts with branch edit plans. check-in: 6e1ed3397b user: dgp tags: tip-445
08:31
[77d58e3a7a] Test case independence: chanio, cmdah, env, history. check-in: 0a7e505919 user: dkf tags: core-8-6-branch
08:05
Tidy up some references to INDEX_TEMP_TABLE. check-in: 765b64e067 user: dkf tags: trunk, minor change
2016-07-13
19:25
merge trunk check-in: d66bcc3138 user: dgp tags: tip-445
19:19
merge 8.6 check-in: 7e385b0261 user: dgp tags: trunk
19:06
New private flag value INDEX_TEMP_TABLE. Used to signal to Tcl_GetIndexFromObj*() routines that the ... check-in: 2413f3f624 user: dgp tags: trunk
17:25
yup check-in: c7f76e47e9 user: dgp tags: tip-445
17:02
another check-in: 9d1c7e4c14 user: dgp tags: tip-445
16:02
and another check-in: 9aaa28293f user: dgp tags: tip-445
15:43
another one check-in: 706824b349 user: dgp tags: tip-445
13:06
Merge novem Closed-Leaf check-in: be86aae38f user: jan.nijtmans tags: novem-bighash
2016-07-12
21:41
More of the same. check-in: 0ebde48e9b user: dgp tags: tip-445
21:38
Prefer removal of just known invalid interp over destruction of all intreps. check-in: 67619034d2 user: dgp tags: tip-445
21:36
Prefer removal of just known invalid intrep over destruction of all intreps. check-in: 57e15cb3b0 user: dgp tags: tip-445
21:32
convert ensembleCmdType to new interfaces. check-in: cc54010057 user: dgp tags: tip-445
21:30
[3606125] Make parser-related tests work on their own. check-in: dd90eda48e user: dkf tags: core-8-6-branch
21:25
[3606388] Make variable-related tests work on their own. check-in: 670c247057 user: dkf tags: core-8-6-branch
19:42
merge trunk check-in: 64aaa60b0e user: dgp tags: tip-445
19:22
Merge novem. Resolve conflicts. check-in: 1756104f77 user: dgp tags: dgp-refactor
16:46
tzdata2016f check-in: 5897ba5816 user: dgp tags: core-8-6-6-rc
16:24
Dup test name. Bump to TclOO 1.0.5. check-in: 385021e3e6 user: dgp tags: core-8-6-6-rc
14:40
Merge trunk check-in: a170ea70f5 user: jan.nijtmans tags: novem
14:15
merge 8.6 check-in: 9c25c0023c user: dgp tags: core-8-6-6-rc
14:03
Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: ad9dfb6444 user: jan.nijtmans tags: trunk
14:02
Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: 2d5aa36b64 user: jan.nijtmans tags: core-8-6-branch
13:44
Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for example). Default (unsigned) ... check-in: 2f25778e69 user: jan.nijtmans tags: trunk
13:23
Start RC branch for Tcl 8.6.6 check-in: e0e954814c user: dgp tags: core-8-6-6-rc
2016-07-11
22:05
merge novem check-in: db31ab456b user: dgp tags: dgp-refactor
22:04
merge trunk check-in: 62df9d994f user: dgp tags: novem
22:04
merge trunk check-in: 2f033e93bf user: dgp tags: tip-445
22:04
merge 8.6 check-in: f550200687 user: dgp tags: trunk
21:56
[cea0344a1] Restore a clearing of the ensemble rewrite in one execution path so attempts to use the ... check-in: 8ece76bbf1 user: dgp tags: core-8-6-branch
17:13
Avoid memory leak in test. check-in: 5a8d50de65 user: dgp tags: core-8-6-branch
09:16
Remove unnecessary macro. Use an enum for result values. check-in: 79794b22be user: pooryorick tags: pyk-emptystring
08:09
Change TclIsEmpty to TclCheckEmptyString. Check length instead of first char of bytes. check-in: 6898c26016 user: pooryorick tags: pyk-emptystring
00:01
Add missing "break". check-in: 4c5e0f370b user: pooryorick tags: pyk-emptystring
2016-07-10
23:07
Avoid generating string representation for comparisons against empty string. check-in: f9acd4e294 user: pooryorick tags: pyk-emptystring
19:39
merge novem check-in: bf98813225 user: dgp tags: dgp-refactor
19:36
merge trunk check-in: 74d2ed7aa4 user: dgp tags: novem
19:35
merge trunk check-in: f12aff22e0 user: dgp tags: tip-445
19:33
merge 8.6 check-in: c6bab9eaed user: dgp tags: trunk
19:28
[96fe2f1cc7] Plug memory leak. check-in: 1599a81c24 user: dgp tags: core-8-6-branch
14:15
[3606121] Making tests less cross-dependent. check-in: e2bacdca41 user: dkf tags: core-8-6-branch
14:14
Fixes to namespace-old.test Closed-Leaf check-in: c5ddb319aa user: dkf tags: bug-3606121
12:45
Fix to resolver.test check-in: 6045212d73 user: dkf tags: bug-3606121
07:59
Fixes to namespace.test check-in: 68b9457756 user: dkf tags: bug-3606121
06:41
Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures. check-in: b6a05c2ceb user: ashok tags: core-8-6-branch
06:33
Fix compiler warnings (const-ness and unused label) that did not show up in the non-optimized build... check-in: d8603114aa user: ashok tags: core-8-6-branch
2016-07-09
19:40
merge novem check-in: 7675692667 user: dgp tags: dgp-refactor
19:08
merge trunk check-in: fcd8a73b39 user: dgp tags: novem
17:21
merge trunk check-in: c991627aa9 user: dgp tags: tip-445
15:47
merge 8.6 check-in: 217fdba06e user: dgp tags: trunk
14:30
Fix missing constraints for Windows-specific tests check-in: 270139a1e3 user: ashok tags: core-8-6-branch
14:26
Revise INST_INVOKE_REPLACE to call EvalObjv with TCL_EVAL_INVOKE and no longer call EvalObjEx which ... check-in: d14a538b3b user: dgp tags: core-8-6-branch
14:23
Fixed docs for prior check-in (exec of .CMD files on Windows) check-in: ec74f7d026 user: ashok tags: core-8-6-branch
14:18
Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. check-in: 2b6ee27091 user: ashok tags: core-8-6-branch
13:26
[1493a43044] Make [namespace upvar] ignore variable resolvers; the previous situation was completely... check-in: 3749c1071e user: dkf tags: core-8-6-branch
11:13
Bugfix [3613671]. file owned implementation for Windows. check-in: 4fe9800f92 user: ashok tags: core-8-6-branch
08:27
Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in special Windows files/devices... check-in: 5e0bded748 user: ashok tags: core-8-6-branch
2016-07-08
14:19
Repair some memory corruption problems in EnsembleCmdRep. check-in: 65348900a8 user: dgp tags: core-8-6-branch
10:34
merge trunk check-in: 706fbc1eb0 user: jan.nijtmans tags: novem
10:30
Merge core-8-6-branch: Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argume... check-in: 4589a9d17c user: jan.nijtmans tags: trunk
10:28
Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj in many places where po... check-in: 48cb8436f1 user: jan.nijtmans tags: trunk
09:46
Use TCL_HASH_TYPE #define for compatibility with Tcl8 in stead of TCL_HASH_KEY_TYPE_VERSION_2 check-in: 09ffa50505 user: jan.nijtmans tags: novem-bighash
07:58
Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argument that was not an abso... check-in: c96de4ed64 user: ashok tags: core-8-6-branch
06:56
Adapt hash-function and hash-table to allow hash-tables to grow >1Gb on 64-bit platforms. check-in: ef7ec3df37 user: jan.nijtmans tags: novem-bighash
2016-07-07
19:50
Missed a cleanup line, which created a memleak. Closed-Leaf check-in: 355146f0e0 user: dgp tags: dgp-ecr
18:44
To use a Tcl_Command token [aka (Command *)] for epoch checking, we must not permit it to be freed w... check-in: c8510ad941 user: dgp tags: dgp-ecr
17:00
Fully fix old bug [a16752c252] that has been only partially fixed until now to support legacy tclcom... check-in: ccccdf967c user: dgp tags: novem
10:08
Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which seem to need it. Closed-Leaf check-in: 3514f007e1 user: dkf tags: bug-1493a43044
08:35
Also test the interpreted path. check-in: 97119b1afc user: dkf tags: bug-1493a43044
07:54
merge trunk check-in: 33e8f920fa user: jan.nijtmans tags: novem
07:48
Merge core-8-6-branch: New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 ... check-in: ded621ba1e user: jan.nijtmans tags: trunk
06:30
Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. check-in: b697ecad74 user: ashok tags: core-8-6-branch
2016-07-06
16:47
Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed. check-in: 706fa34f9f user: dgp tags: core-8-6-branch
15:50
Simplify all the Tcl_NRPostProc declarations. check-in: 1c9802632e user: dgp tags: core-8-6-branch
15:12
[bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE fla... check-in: 3e81a6e8f0 user: dgp tags: core-8-6-branch
15:10
Unnecessary #undef and unnecessary type cast. check-in: a8e6f3afc4 user: jan.nijtmans tags: novem
10:09
Make epoch in ProcessGlobalValue a size_t check-in: c4722e507b user: jan.nijtmans tags: novem-more-memory-API
09:23
merge novem check-in: 2612497ee5 user: jan.nijtmans tags: novem-more-memory-API
2016-07-05
22:05
Demonstrate that there is a problem. check-in: 38c92c9106 user: dkf tags: bug-1493a43044
19:54
Enable TCL_EVAL_INVOKE support in the Tcl*Eval(Ex)* family. Closed-Leaf check-in: 80f54ac235 user: dgp tags: bug-bd7f17bce8
17:03
New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these ... check-in: 0bd7b3cdcd user: dgp tags: core-8-6-branch
09:56
Merge trunk. Some more internal use of size_t in stead of int. check-in: 8144cc0c67 user: jan.nijtmans tags: novem
08:55
Fixup the ensemble rewrite conversions check-in: b6ce502ee0 user: jan.nijtmans tags: trunk
08:53
Fixup the ensemble rewrite conversions (merge fork) check-in: b2827b9d1c user: jan.nijtmans tags: core-8-6-branch
2016-07-04
20:39
Fixup the ensemble rewrite conversions. Closed-Leaf check-in: de9a40683e user: dgp tags: core-8-6-branch-fork
08:46
Merge trunk check-in: 4305ba4a5f user: jan.nijtmans tags: novem
08:39
Use conventional list operations for ensemble dispatch Add ability to disassemble TclOO constructors... check-in: b73ca431a6 user: jan.nijtmans tags: trunk
08:36
typo and end-of-line spacing check-in: 4251186884 user: jan.nijtmans tags: core-8-6-branch
08:18
Add ability to disassemble TclOO constructors and destructors ([1493a43044] motivates) check-in: 5fc1ac9c4f user: dkf tags: core-8-6-branch
2016-07-03
14:09
Use conventional list operations for ensemble dispatch. check-in: 0d9fdf9dd8 user: dgp tags: core-8-6-branch
2016-07-02
20:43
merge trunk check-in: 987eef5140 user: dgp tags: tip-445
20:23
merge novem check-in: fc5f12b1a0 user: dgp tags: dgp-refactor
20:19
merge trunk check-in: 4fc08a68e7 user: dgp tags: novem
17:58
[09fabeb1fd] test subdirs in sorted order. check-in: c52fadac62 user: dgp tags: trunk
17:57
[f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: ef9ee5ea93 user: dgp tags: trunk
17:55
[09fabeb1fd] test subdirs in sorted order. check-in: 472138d6f5 user: dgp tags: core-8-6-branch
17:21
[f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: c5ab34c434 user: dgp tags: core-8-6-branch
2016-07-01
20:55
merge novem check-in: 0736319ed9 user: dgp tags: dgp-refactor
20:39
merge trunk check-in: ccc0e4ca4b user: dgp tags: novem
20:18
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 64cb01c415 user: dgp tags: trunk
20:14
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 080020d874 user: dgp tags: core-8-6-branch
19:42
The EnsembleCmdRep struct that is the internal rep for caching ensemble dispatches and spelling corr... check-in: ac4dbb12dd user: dgp tags: dgp-ecr
19:20
merge 8.6 check-in: 1b0fd0a8a0 user: dgp tags: dgp-ecr
19:16
Add some tests check-in: a814c92bba user: dgp tags: dgp-ecr
18:54
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 326a8bf33e user: dgp tags: dgp-ecr
14:14
Merge trunk check-in: 7437172dad user: jan.nijtmans tags: novem
14:11
Make test-case "for.test" pass, regardless of end-of-line spacing check-in: a957f4d518 user: jan.nijtmans tags: trunk
14:08
Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. check-in: de03b733a2 user: dgp tags: dgp-ecr
13:36
merge trunk; eliminate legacy hacks for Itcl 3; migration paths in place. check-in: f72e6dad3d user: dgp tags: novem
13:34
merge core-8-6-branch check-in: 54a405ca36 user: jan.nijtmans tags: trunk
13:32
Use same internal representation for unicode strings in test-cases than in reality, in order to prev... check-in: a895fda712 user: jan.nijtmans tags: core-8-6-branch
13:20
Disable special hacks for Itcl 3 ensemble error message generation. Migration paths are in place to ... check-in: 726413c61a user: dgp tags: trunk
13:07
Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: 623f095839 user: dgp tags: trunk
12:58
merge 8.6 check-in: 690ae007cd user: dgp tags: dgp-ecr
12:21
Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: ab6f1d64dd user: dgp tags: core-8-6-branch
08:33
Merge trunk check-in: 9b227b619e user: jan.nijtmans tags: novem-more-memory-API
2016-06-30
14:05
merge novem check-in: cb998db05a user: dgp tags: dgp-refactor
13:55
Merge trunk check-in: f1bf3ef179 user: jan.nijtmans tags: tip-439, semver
13:53
Merge trunk check-in: 76c4e1f025 user: jan.nijtmans tags: novem
13:16
Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk
12:33
Take over tclStringObj.c from trunk (not all changes there landed in novem) check-in: ea12a6d6eb user: jan.nijtmans tags: novem
12:18
Make test-cases pass again check-in: c9b1ad1564 user: jan.nijtmans tags: novem-more-memory-API
2016-06-29
16:14
merge novem check-in: e466d17342 user: dgp tags: dgp-refactor
16:07
merge trunk check-in: c4c97e0856 user: dgp tags: tip-445
15:52
Merge trunk check-in: e711b0ba95 user: jan.nijtmans tags: novem
15:45
Remove Tcl_Main() function, since it's no longer being used: It has been a macro already for ages. check-in: 9fa2fe5c59 user: jan.nijtmans tags: trunk
15:28
Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway check-in: b78ff97295 user: jan.nijtmans tags: trunk
12:07
Merge trunk check-in: 2cd6fa3b68 user: jan.nijtmans tags: tip-439, semver
11:39
Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions which are deprecated. check-in: 3108faf68a user: jan.nijtmans tags: trunk
10:03
Merge trunk. Add "--with-dbgx" configure option, so the name of the tclsh executable/sharedlibrary c... check-in: 61b0f66d8e user: jan.nijtmans tags: tip-439, semver
08:25
Editorconfig support (experimental) Leaf check-in: 32d692006f user: jan.nijtmans tags: editorconfig
2016-06-28
22:49
merge 8.6 check-in: a4c7d14662 user: dgp tags: dgp-ecr
22:30
Route all ensemble rewrite activity through a few utility routines. check-in: 8d4c031d3a user: dgp tags: trunk
21:17
Route all ensemble rewrite activity through a few utility routines. check-in: 5f7825d972 user: dgp tags: core-8-6-branch
19:31
Re-use the parse error message table. check-in: 04c74b972e user: dgp tags: dgp-refactor
16:31
merge trunk check-in: 31bc13d0c4 user: dgp tags: tip-445
15:22
Unicode rep en Tcl_Obj length: int -> size_t check-in: 1d1a6cacc4 user: jan.nijtmans tags: novem-more-memory-API
14:26
merge 8.6 Closed-Leaf check-in: 152c9bf698 user: dgp tags: dgp-ensemble-rewrite
13:44
Merge trunk check-in: ab33fe9082 user: jan.nijtmans tags: novem-more-memory-API
2016-06-27
21:26
merge novem check-in: edf2aee0f4 user: dgp tags: dgp-refactor
20:38
merge trunk check-in: bea90e001f user: dgp tags: novem
20:29
Re-order loop for fewer gotos. check-in: 0959583cf9 user: dgp tags: trunk
19:21
merge trunk check-in: fa1c152601 user: dgp tags: novem
19:01
Stop parsing white space where there cannot be any. check-in: d2ff1d695d user: dgp tags: trunk
15:16
Streamline comment parsing. check-in: f81dc859f1 user: dgp tags: trunk
14:28
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: b900551f9b user: dkf tags: trunk
14:27
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: 3a71ff429a user: dkf tags: core-8-6-branch
13:46
[c3d956be5b] Clearer text about positioning of optional arguments. check-in: 48ebae8786 user: dkf tags: core-8-6-branch
13:44
[c3d956be5b] Clearer text about positioning of optional arguments. check-in: 06af0634c4 user: dkf tags: trunk
10:25
Merge trunk. Make magic stub value different for 64-bit builds, as this can never be stub-compatible... check-in: cea5982d93 user: jan.nijtmans tags: novem
10:22
Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_InitStubs() arguments. Usef... check-in: dac224dbfc user: jan.nijtmans tags: trunk
2016-06-26
09:07
merge trunk check-in: 5015fdb607 user: jan.nijtmans tags: novem
09:03
Add TCL_NOINLINE macro, useful for micro-optimizations check-in: 8755f87d4b user: jan.nijtmans tags: trunk
09:00
(cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 5355df3a95 user: jan.nijtmans tags: core-8-6-branch
07:51
Merge trunk Leaf check-in: 10dcf619f9 user: jan.nijtmans tags: drh-micro-optimization
2016-06-24
16:40
[c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 02219cfde2 user: max tags: trunk
2016-06-23
13:18
merge 8.6 check-in: 3834e099ca user: dgp tags: dgp-ensemble-rewrite
12:26
merge novem check-in: c3bdf66581 user: dgp tags: dgp-refactor
12:23
merge trunk check-in: ae8d399e94 user: dgp tags: novem
12:10
Merge zipfs check-in: b992a9cd7f user: jan.nijtmans tags: androwish
11:51
merge core-8-6-branch check-in: 31adf58c31 user: jan.nijtmans tags: zipfs
08:21
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a633d16fae user: dkf tags: trunk
08:20
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a1400f5f20 user: dkf tags: core-8-6-branch
2016-06-22
20:58
[c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 66d3dc08f1 user: dkf tags: trunk
20:57
[c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 038290e42b user: dkf tags: core-8-6-branch
18:59
merge trunk check-in: 233becf0c2 user: dgp tags: tip-445
18:57
merge 8.6 check-in: 36e5654983 user: dgp tags: dgp-ensemble-rewrite
18:46
merge novem check-in: 089ee47f21 user: dgp tags: dgp-refactor
18:40
merge trunk check-in: 42075f202f user: dgp tags: novem
18:05
[16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: ad87c3093e user: dgp tags: trunk
18:04
[16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: 4add8eddc5 user: dgp tags: core-8-6-branch
14:44
Merge trunk. Update the "package" documentation regarding compatibility with the "Semantic Versionin... check-in: c88ded6fce user: jan.nijtmans tags: tip-439, semver
2016-06-21
11:11
Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 3f88bc9a9f user: dgp tags: trunk
11:10
Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 182635f8e2 user: dgp tags: core-8-6-branch
10:27
Merge trunk check-in: c514d95abe user: jan.nijtmans tags: tip-439, semver
10:02
Merge trunk check-in: 91136a8f55 user: jan.nijtmans tags: novem
09:59
Upgrade internal Unicode tables to Unicode 9.0 check-in: 3165c3bb9f user: jan.nijtmans tags: trunk
09:58
Upgrade internal Unicode tables to Unicode 9.0 check-in: 0f9effc04d user: jan.nijtmans tags: core-8-6-branch
2016-06-20
19:31
[c383ebb5e4] Match DStringInit and DStringFree properly. check-in: 6aef1de4ea user: dgp tags: trunk
19:23
[c383ebb5e4] Match DStringInit and DStringFree properly. check-in: d30be00a35 user: dgp tags: core-8-6-branch
17:08
Updating branch to track with 8.6.5, the latest release Closed-Leaf check-in: da3e6c9a4c user: tne tags: core_zip_vfs
2016-06-17
03:06
merge trunk check-in: 28e89d646c user: dgp tags: tip-445
00:53
merge 8.6 check-in: 4e27cf4c80 user: dgp tags: dgp-ensemble-rewrite
2016-06-16
18:28
merge novem check-in: 6b031876d7 user: dgp tags: dgp-refactor
18:28
merge trunk check-in: d1a8ac1051 user: dgp tags: novem
17:15
[4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: 15dd07c23c user: dgp tags: trunk
17:15
[4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: c94c7c4f4c user: dgp tags: core-8-6-branch
17:09
[16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: 35323a976b user: dgp tags: trunk
16:38
[16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: fac5b3732e user: dgp tags: core-8-6-branch
16:27
Merge tip of core-8-6-branch Closed-Leaf check-in: 3da2ce641b user: dgp tags: bug-16828b3744
16:14
Correct the patch. check-in: 333574afba user: dgp tags: bug-16828b3744
15:25
Merge ec51e0603e. Segfaults again. check-in: 68fccd6611 user: dgp tags: bug-16828b3744
15:19
Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. check-in: 3938bee11d user: dgp tags: bug-16828b3744
14:48
Merge up to the 8.6.0 release. check-in: a255cc8f0b user: dgp tags: bug-16828b3744
2016-06-14
10:01
merge trunk check-in: ea4e5ac031 user: jan.nijtmans tags: novem
10:00
merge core-8-6-branch check-in: 86d0252679 user: jan.nijtmans tags: zipfs
09:58
Fix [7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5aad54f649 user: jan.nijtmans tags: trunk
09:57
Fix [7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5ed3db2343 user: jan.nijtmans tags: core-8-6-branch
2016-06-10
12:10
Merge trunk check-in: cb4d8a38a3 user: gahr tags: gahr-ticket-e6f27aa56f
2016-06-09
11:41
Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: c7cea9d704 user: jan.nijtmans tags: trunk
11:38
Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: 66a48888ae user: jan.nijtmans tags: core-8-6-branch
2016-06-03
13:32
merge 8.6 check-in: dc7542662d user: dgp tags: dgp-ensemble-rewrite
13:31
merge trunk check-in: 7a9c350519 user: dgp tags: tip-445
13:22
Merge core-8-6-branch check-in: 35e0812952 user: jan.nijtmans tags: zipfs
12:17
merge novem check-in: f30c1f3f09 user: dgp tags: dgp-refactor
2016-06-02
14:59
merge trunk check-in: 856f51553d user: jan.nijtmans tags: novem
14:56
Fix [e14c77b845]: Compilation error over typedef. check-in: 942948a1ea user: jan.nijtmans tags: trunk
14:54
Fix [e14c77b845]: Compilation error over typedef. check-in: 65c8108ed2 user: jan.nijtmans tags: core-8-6-branch
14:19
Merge trunk check-in: 8d8fae68ce user: jan.nijtmans tags: novem
12:27
(cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure. Tcltest 2.3.8 -... check-in: e5fd1394a2 user: jan.nijtmans tags: core-8-6-branch
12:24
tcltest 2.3.9 -> 2.4.0 check-in: e49dfc8538 user: jan.nijtmans tags: trunk
2016-06-01
18:25
merge 8.6 check-in: f12dcdcec4 user: dgp tags: dgp-ensemble-rewrite
12:20
Merge trunk check-in: 87df607ded user: jan.nijtmans tags: novem
12:03
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: a9621cd6b9 user: jan.nijtmans tags: trunk
12:02
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: d6287760d0 user: jan.nijtmans tags: core-8-6-branch
09:55
Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure check-in: d0a72c427c user: gahr tags: trunk
2016-05-26
17:29
excise debug scaffolding check-in: 9c07d3956a user: dgp tags: dgp-ensemble-rewrite
17:27
constructor invocation ensemble rewrite shenanigans also fit into the refactored routines. check-in: f4d6cc6ad3 user: dgp tags: dgp-ensemble-rewrite
16:33
Reduce to minimum set of TclResetRewriteEnsemble() calls. check-in: 93a5087c75 user: dgp tags: dgp-ensemble-rewrite
11:12
Experimental branch on whether to use poll() instead of select(). Closed-Leaf check-in: 62fd069fa5 user: dkf tags: dkf-wait-with-poll
02:19
Change "integer string" to "integer" in documentation for [tell]. It's not necessary to emphasize E... check-in: 238a26c325 user: andy tags: trunk
00:00
Another missing reset check-in: dc363c186c user: dgp tags: dgp-ensemble-rewrite
2016-05-25
18:19
Put in some missing Resets. check-in: 19b16c1d58 user: dgp tags: dgp-ensemble-rewrite
17:27
Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble() calls. This likely fi... check-in: a6cab96d85 user: dgp tags: dgp-ensemble-rewrite
2016-05-24
20:39
Adapt and tidy up the bug fix. check-in: f6855ab1ba user: dgp tags: dgp-ensemble-rewrite
20:29
Merge the bug fix and test case. check-in: dca59a7b26 user: dgp tags: dgp-ensemble-rewrite
20:23
Now fix the bug. Closed-Leaf check-in: 4d9863515f user: dgp tags: dgp-bug-find
20:16
New test namespace-53.11 demonstrates the bug. check-in: bde7b8bc53 user: dgp tags: dgp-bug-find
19:29
The handling of ensemble rewriting here is not right, but I've not yet found the test case to demons... check-in: 6ede6094da user: dgp tags: dgp-bug-find
19:28
Appears that the TclInitRewriteEnsemble() routine was created with an intent to refactor, but never ... check-in: fa57c51bbb user: dgp tags: dgp-ensemble-rewrite
12:17
merge trunk check-in: 4eac80d800 user: dgp tags: tip-445
12:13
merge novem check-in: 81fab5944e user: dgp tags: dgp-refactor
12:02
merge trunk check-in: f2c40eb26d user: dgp tags: novem
2016-05-23
11:40
Merge trunk Closed-Leaf check-in: 5ae3361150 user: gahr tags: gahr-tip-447
2016-05-21
09:30
Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior. check-in: 1b2b0fb52b user: dkf tags: trunk
09:27
Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior. check-in: b75cda9615 user: dkf tags: core-8-6-branch
09:26
Make the tests pass. Closed-Leaf check-in: 03476a2432 user: dkf tags: bug-f97d4ee020
2016-05-20
05:14
Added tests that show that this branch isn't ready to be committed back yet. check-in: 9e02768542 user: dkf tags: bug-f97d4ee020
2016-05-19
11:56
merge zipfs check-in: 80d48be84b user: jan.nijtmans tags: androwish
11:46
merge core-8-6-branch check-in: a674b5dc82 user: jan.nijtmans tags: zipfs
2016-05-17
11:45
merge 8.6 check-in: 7483f14990 user: dgp tags: dgp-ecr
2016-05-16
10:57
Possible fix for [f97d4ee020]; uses a two-stage approach to avoid quadratic behaviour. check-in: 20c01f4161 user: dkf tags: bug-f97d4ee020
2016-05-14
06:38
Tweak a test to not leave around extra commands. check-in: 8de1814368 user: dkf tags: core-8-6-branch
2016-05-13
16:09
type mismatch check-in: 95c8fa50bd user: dgp tags: dgp-refactor
16:06
merve novem check-in: 98a107e967 user: dgp tags: dgp-refactor
16:03
merge trunk check-in: 1fdf03ed46 user: dgp tags: tip-445
15:55
merge 8.6 check-in: 4c37c40df1 user: dgp tags: dgp-ecr
09:21
Merge trunk check-in: b65f70f7a8 user: jan.nijtmans tags: novem
09:09
Merge core-8-6-branch check-in: 82af266b57 user: jan.nijtmans tags: trunk
09:07
result/sendResult could be 64-bit, so account for that check-in: ce171454ea user: jan.nijtmans tags: core-8-6-branch
08:01
Merge core-8-6-branch. Eliminate some unnecessary spacing. check-in: e7796bf5e8 user: jan.nijtmans tags: trunk
07:49
Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-bit characters). Adopted... check-in: 978ad0ba66 user: jan.nijtmans tags: core-8-6-branch
00:46
Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 862ead931b user: kbk tags: trunk, bug-3154ea2759
00:45
Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 665d72dc7b user: kbk tags: core-8-6-branch, bug-3154ea2759
2016-05-12
20:23
Don't see why the intrep should make and keep copies of things already stored in the hash table. check-in: bdea6deef6 user: dgp tags: dgp-ecr
19:49
The "ensembleCommand" Tcl_ObjType has no need for an UpdateString routine. It is entirely a caching ... check-in: 6cc7894dfb user: dgp tags: dgp-ecr
19:44
Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any justification for keeping it (... check-in: 24c7f928da user: dgp tags: dgp-ecr
2016-05-10
17:22
Revise encodingType to use proposed routines. check-in: 145b84c792 user: dgp tags: tip-445
16:53
merge trunk check-in: c5365cda20 user: dgp tags: tip-445
16:52
Value correctness over performance myths. Encoding ObjType duplication needs to dup the typePtr so t... check-in: 462af0ad86 user: dgp tags: trunk
16:03
merge trunk Closed-Leaf check-in: 57cc57e749 user: dgp tags: dgp-dup-encoding-fix
2016-05-09
09:50
winreg encoding fixes, needed when UTF_MAX > 4 (androwish) check-in: 5223ed3dc1 user: jan.nijtmans tags: androwish
09:42
Fix [5c7578d0f2958bfd]: Tclkits producing temporary directories on Windows check-in: 35ac7f7ade user: jan.nijtmans tags: androwish
2016-05-06
16:03
Bug fix. Have to arrange to only close a catch once. After the space has been returned to placehold... Closed-Leaf check-in: 510a32f92c user: dgp tags: bug-3154ea2759
2016-05-04
12:23
Add a note in tcltest manual page to betray false expectations on msec and usec. check-in: 2b96efaf27 user: gahr tags: gahr-tip-447
2016-05-03
19:50
Approximate ms by μs/1000 check-in: c7aa0a34d2 user: gahr tags: gahr-tip-447
19:40
Merge trunk check-in: 04abbf3ecb user: gahr tags: gahr-tip-447
15:38
merge novem check-in: fd6fb19018 user: dgp tags: dgp-refactor
15:14
merge trunk check-in: 31be103f5d user: dgp tags: novem
2016-04-30
17:47
More ByteCode revisions. check-in: 7f7eddcdaa user: dgp tags: tip-445
2016-04-29
20:34
typo check-in: 7f412fb38f user: dgp tags: tip-445
20:33
more revisions check-in: 06c9126f73 user: dgp tags: tip-445
20:20
Revise the "exprcode" Tcl_ObjType to proposed routines. check-in: 49096aaf74 user: dgp tags: tip-445
20:04
Revise "assemblecode" Tcl_ObjType to proposed routines. check-in: 1a2fe68d79 user: dgp tags: tip-445
19:32
merge trunk check-in: d81838fbdf user: dgp tags: tip-445
19:31
Rework bytecode intialization to serve different callers better. check-in: 9f02a2427c user: dgp tags: trunk
19:29
Parameterize TclInitByteCodeObj to callers sense of typePtr. Closed-Leaf check-in: 438aad9179 user: dgp tags: dgp-init-bytecode
18:02
No longer need to create Tcl_Obj just to make some bytecode. check-in: 6bf9d5d7aa user: dgp tags: dgp-init-bytecode
17:58
Make obj-free bytecode maker available to rest of compile-related files. check-in: 0dba0ff8ad user: dgp tags: dgp-init-bytecode
17:52
Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery. check-in: d521ec90bf user: dgp tags: dgp-init-bytecode
17:34
Refactor bytecode initialization machinery. check-in: 50792c291d user: dgp tags: dgp-init-bytecode
2016-04-26
13:26
merge novem check-in: 7f875d6226 user: dgp tags: dgp-refactor
2016-04-24
16:14
merge zipfs check-in: f5952216bf user: jan.nijtmans tags: androwish
16:14
merge core-8-6-branch check-in: 3808550a8f user: jan.nijtmans tags: zipfs
16:04
merge trunk check-in: 203ec72d4a user: jan.nijtmans tags: novem
16:02
merge-mark check-in: dea4b3abd4 user: jan.nijtmans tags: trunk
2016-04-22
19:59
close forked fork check-in: 41dd36c2b9 user: dgp tags: trunk
19:59
Update to tzdata2016d from IETF check-in: 0bee1e0ede user: venkat tags: core-8-6-branch
19:56
close fork check-in: 4edda0b435 user: dgp tags: trunk
19:54
Merge Fork Closed-Leaf check-in: fd28e27bda user: venkat tags: merge:tzdata-to-trunk
19:49
Update to tzdata2016d from IETF check-in: ff19e14eb5 user: venkat tags: novem
19:46
Update to tzdata2016d from IETF check-in: 7c5c37bb01 user: venkat tags: merge:tzdata-to-trunk
18:57
repair merge check-in: 658eaa78d3 user: dgp tags: tip-445
18:13
merge trunk check-in: d463f2055b user: dgp tags: tip-445
18:13
Refactor bytecode cleanup. check-in: 4bee762db3 user: dgp tags: trunk
2016-04-20
19:37
Bump tcltest version to 2.3.9 check-in: 1d834f8e36 user: gahr tags: gahr-tip-447
19:27
Implement msec and usec verbosity levels in tcltest::configure check-in: 83b392058b user: gahr tags: gahr-tip-447
18:02
Revise "dictIterator" objType to use proposed routines. check-in: d975d44ed5 user: dgp tags: tip-445
16:44
Merge 8.6.5 Closed-Leaf check-in: 090329ea25 user: dgp tags: little
2016-04-19
20:35
Fork of Tcl used in the "Little" project. http://www.mcvoy.com/lm/little/index.html check-in: 69b737f5a1 user: dgp tags: little
2016-04-18
09:48
merge zipfs check-in: 596ca764eb user: jan.nijtmans tags: androwish
09:35
merge core-8-6-branch check-in: 9d9a8ffab6 user: jan.nijtmans tags: zipfs
2016-04-15
14:31
merge trunk check-in: 5fe24faa9b user: jan.nijtmans tags: drh-micro-optimization
2016-04-12
12:16
merge novem check-in: d58cec736f user: dgp tags: dgp-refactor
12:15
merge trunk check-in: 16e07dca03 user: dgp tags: novem
2016-04-11
17:46
Use static name for a static struct. check-in: 08501fed6b user: dgp tags: tip-445
17:34
merge trunk check-in: 27127619c5 user: dgp tags: tip-445
17:29
[d1f55451c6] Remove unnecessary panic routines. check-in: e9ad201186 user: dgp tags: trunk
17:16
merge trunk check-in: d2ed32de62 user: dgp tags: tip-445
17:12
Silence unsigned / signed comparison warning. check-in: fb467aae7c user: dgp tags: dgp-refactor
16:52
merge novem check-in: b93a1b381a user: dgp tags: dgp-refactor
01:07
Revise the "end-offset" objType to use proposed routines, and not export or provide unneeded things. check-in: 64a80a7467 user: dgp tags: tip-445
2016-04-10
16:01
merge trunk check-in: 5abd35dda8 user: jan.nijtmans tags: novem
16:01
Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? check-in: 600555f125 user: jan.nijtmans tags: trunk
15:58
Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? check-in: 9f3a50e613 user: jan.nijtmans tags: core-8-6-branch
2016-04-08
16:12
merge trunk check-in: f7a70cb1c9 user: dgp tags: tip-445
16:12
merge novem check-in: 7353789616 user: dgp tags: dgp-refactor
15:01
Merge zipfs check-in: 26b8039c41 user: jan.nijtmans tags: androwish
14:55
Merge core-8-6-branch, cherry-pick [http://www.androwish.org/index.html/info/04ea31271c40789d|04ea31... check-in: 6f47a73339 user: jan.nijtmans tags: zipfs
14:25
Merge trunk. Add new bitflags to tclStringRep.h (not used yet) check-in: 2d87e13575 user: jan.nijtmans tags: tip-389-impl
13:31
merge trunk check-in: ede492c9a2 user: jan.nijtmans tags: novem
13:30
Fix [2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: 697c1c9931 user: jan.nijtmans tags: trunk
13:27
Fix [2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: e40eb76900 user: jan.nijtmans tags: core-8-6-branch
12:43
merge novem check-in: 4ac6e3341e user: dgp tags: dgp-refactor
12:43
merge trunk check-in: d9ecbc9096 user: dgp tags: tip-445
12:29
merge trunk check-in: d001fa087b user: jan.nijtmans tags: novem
12:28
merge 8.6 check-in: 0fdb5892a5 user: jan.nijtmans tags: trunk
12:26
Fix [8663689908d3]: regexp \\w missing characters check-in: a3e6750fec user: jan.nijtmans tags: core-8-6-branch
2016-04-07
21:34
Revise the "TclOO method name" objType to use proposed routines. check-in: 3f107b7251 user: dgp tags: tip-445
21:07
Revise "levelReference" ObjType to use proposed routines. check-in: 866c4610c2 user: dgp tags: tip-445
14:58
merge novem check-in: 0714f6bbe0 user: dgp tags: dgp-refactor
14:57
merge trunk check-in: 5d20ee0f16 user: dgp tags: novem
14:57
merge trunk check-in: 10e9b12d33 user: dgp tags: tip-445
14:56
merge 8.6 check-in: a7a8861836 user: dgp tags: trunk
14:54
Tidy up the last commit. check-in: ce1aa70a2e user: dgp tags: core-8-6-branch
09:37
Selected harmless androwish changes, mostly backports from trunk (although the androwish branch is b... check-in: 56c8c28d79 user: jan.nijtmans tags: androwish
09:20
merge zipfs check-in: c6879ef4cf user: jan.nijtmans tags: androwish
09:19
merge core-8-6-branch check-in: dcb94c4c6e user: jan.nijtmans tags: zipfs
2016-04-06
18:24
[213b6a2b9d] Make level parsing honor EIAS. check-in: 17f62d8265 user: dgp tags: core-8-6-branch
10:38
Update all Unicode tables to version 9.0 beta check-in: ef93047d9f user: jan.nijtmans tags: novem
2016-04-05
21:06
close fork check-in: bc99b42536 user: dgp tags: tip-445
12:13
merge trunk Closed-Leaf check-in: 4ab24ffcab user: dgp tags: tip-445-fork
12:08
merge novem check-in: 31591fd353 user: dgp tags: dgp-refactor
12:07
merge trunk check-in: 9edc83a71a user: dgp tags: novem
09:32
Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by pspjuth here: [e99a79a326... check-in: 9c4e4beddb user: jan.nijtmans tags: trunk
08:28
merge zipfs check-in: 0ef47774ae user: jan.nijtmans tags: androwish
08:23
merge core-8-6-branch check-in: f22f5e830e user: jan.nijtmans tags: zipfs
08:18
merge trunk check-in: d3236cc090 user: jan.nijtmans tags: drh-micro-optimization
00:05
Revise the "procbody" Tcl_ObjType to use proposed routines. check-in: e367ca229e user: dgp tags: tip-445
2016-04-04
22:01
merge trunk check-in: 759669541e user: dgp tags: tip-445
22:00
Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType. Then convert it to u... check-in: 0af5b90690 user: dgp tags: tip-445
21:39
[47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothing more gracefully, and ... check-in: 2de718e181 user: dkf tags: trunk, potential incompatibility
19:41
Use simple name for file static struct. check-in: 0170c0056c user: dgp tags: tip-445
18:28
merge trunk check-in: 771a931d17 user: dgp tags: tip-445
18:27
Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts and to reduce string copying. check-in: d991496886 user: dgp tags: trunk
18:12
Revise "nsName" ObjType to use proposed routines. check-in: ebfe7fd67c user: dgp tags: tip-445
18:00
[47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothing more gracefully, and ... check-in: 409ea17e37 user: dkf tags: potential incompatibility, core-8-6-branch
17:43
Revise "instname" ObjType to use proposed routines check-in: 6228a398b7 user: dgp tags: tip-445
17:27
Revise "regexp" Tcl_ObjType to use proposed routines. check-in: b9652ca822 user: dgp tags: tip-445
16:38
merge trunk check-in: db2bdb8924 user: dgp tags: tip-445
16:20
merge novem check-in: 05f8eaadb7 user: dgp tags: dgp-refactor
16:11
merge trunk check-in: 08f9df78ea user: dgp tags: novem
16:02
merge 8.6 check-in: 2383d71dfd user: dgp tags: trunk
15:53
close fork check-in: 5ba351dd52 user: dgp tags: trunk
15:43
Merge *both* commits to get the TclAsyncReady optimization. Without both parts, the test interp-34.... check-in: c86902986e user: dgp tags: trunk
11:30
Merge tip-444 Closed-Leaf check-in: e73c28499f user: gahr tags: micro-opt
11:25
merge trunk Closed-Leaf check-in: 743b989b39 user: gahr tags: gahr-bug-5f71353740, tip-444
11:21
micro-optimization from drh-micro-optimization branch: Knock perhaps 1% off execution time: guard on... check-in: 1b590c664f user: jan.nijtmans tags: micro-opt
10:06
Corrections to compression stream flushing to make Tk generate PNGs correctly. Tk bug [9eb55debc5]. check-in: 214265f604 user: dkf tags: core-8-6-branch
10:03
Was handling the flushing at the end of the stream wrongly. Closed-Leaf check-in: 0d60847929 user: dkf tags: tk-bug-9eb55debc5
2016-04-03
11:04
Working on fixing problem with short reads from compressing streams that breaks PNG creation in Tk. check-in: 904fff2ea4 user: dkf tags: tk-bug-9eb55debc5
2016-04-01
13:09
Merge trunk. Remove excess spacing. check-in: d48b5dfaf7 user: jan.nijtmans tags: novem
13:06
RFE [0ef5e653]: Add nsf to coffbase.txt. Eliminate exess sp... check-in: 976ec94ceb user: jan.nijtmans tags: trunk
13:04
RFE [0ef5e653]: Add nsf to coffbase.txt check-in: 06ccf650a8 user: jan.nijtmans tags: core-8-6-branch
12:00
merge trunk check-in: 925fddfb82 user: jan.nijtmans tags: novem
11:56
Two micro-optimizations in Win and UNIX notifier. See: [http://code.activestate.com/lists/tcl-core/1... check-in: b1a8aa4406 user: jan.nijtmans tags: trunk
2016-03-31
07:11
Added patch for win/configure.in into win/configure.ac Leaf check-in: f59a6453b1 user: oehhar tags: tip-302
2016-03-30
23:16
Revise "dict" Tcl_ObjType to use proposed routines. check-in: b5f465f6f9 user: dgp tags: tip-445
20:03
The following patch against a stock tcl 8.6.5 source tree tries to

implement most of TIP #302 for U... check-in: 6fa1088680 user: oehhar tags: tip-302

17:55
Revise several ACCEPT_NAN stanzas. check-in: f08acb6eb3 user: dgp tags: tip-445
17:15
Remove direct access to Tcl_Obj typePtr field that does nothing of any obvious benefit. check-in: 6749294be2 user: dgp tags: tip-445
15:41
merge trunk: check-in: e2b0d6d5e8 user: dgp tags: tip-445
12:57
merge trunk Closed-Leaf check-in: a919e9ea58 user: jan.nijtmans tags: notifier
09:21
merge zipfs check-in: 327360d88d user: jan.nijtmans tags: androwish
09:20
merge core-8-6-branch check-in: 3d294ce8c7 user: jan.nijtmans tags: zipfs
08:46
[47ac84309b] Import of aspect's branch from his personal repository on chiselapp. Closed-Leaf check-in: 56f14cc0fe user: dkf tags: aspect-lreplace-cleanup
08:07
Merge zipfs check-in: becd813996 user: jan.nijtmans tags: androwish
07:52
merge core-8-6-branch check-in: c5c875d487 user: jan.nijtmans tags: zipfs
2016-03-29
20:07
Functional conversion of "list" Tcl_ObjType to proposed routines. Not yet completely tidy and finish... check-in: c9541166cd user: dgp tags: tip-445
12:14
merge novem check-in: d7da8edfc0 user: dgp tags: dgp-refactor
12:07
merge trunk check-in: ad2fb188b8 user: dgp tags: novem
10:17
Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values than the default are not... check-in: 255b94edcb user: jan.nijtmans tags: trunk
08:34
(cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makef... check-in: 1da00d1a33 user: jan.nijtmans tags: core-8-6-branch
2016-03-28
21:24
The DupEncodingIntRep() routine is broken. It fails to set the typePtr field of the duplicated Tcl_... check-in: c6c7d2f492 user: dgp tags: dgp-dup-encoding-fix
19:03
There's a "parsedVarName" Tcl_ObjType that remembers how a variable name breaks down into the name o... Closed-Leaf check-in: 65fb3e83f6 user: dgp tags: dgp-revise-parsedvarnametype
01:02
merge novem check-in: b09ae8b6a7 user: dgp tags: dgp-refactor
00:56
merge trunk check-in: d2f7d7cce5 user: dgp tags: novem
00:55
merge trunk check-in: 09d835f6da user: dgp tags: tip-445
2016-03-27
21:28
Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makefile lines, comb... check-in: fb6e45132e user: jan.nijtmans tags: trunk
17:07
A few more easy conversions. check-in: bb2b614cc5 user: dgp tags: tip-445
16:40
[47ac84309b] Fix problems with [lreplace] compilation. check-in: e8a61012f6 user: dkf tags: trunk
16:37
[47ac84309b] Fix problems with [lreplace] compilation. check-in: f9cebd86c0 user: dkf tags: core-8-6-branch
15:49
Some OSX symbols builds create libtcl*.dylib.dSYM which is a directory. check-in: 1b187822bb user: dkf tags: novem
15:48
Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory. check-in: 7319e9f11e user: dkf tags: trunk
15:43
Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory. check-in: c3a8716c46 user: dkf tags: core-8-6-branch
15:37
Conversion of "bytearray" Tcl_ObjType - much better this time. check-in: 330b0f8f48 user: dgp tags: tip-445
14:57
Revised design - have Tcl_FetchIntRep return a writable pointer. check-in: 3173bc0655 user: dgp tags: tip-445
2016-03-26
22:52
Update to tzdata 2016c from ietf.org check-in: 293e17ddfa user: dkf tags: core-8-6-branch
18:13
Update to tzdata 2016c from ietf.org check-in: b57e69baa1 user: venkat tags: novem
18:12
Update to tzdata 2016c from ietf.org check-in: 587f841cc2 user: venkat tags: trunk
12:36
Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntRep manipulation routines. This w... Closed-Leaf check-in: eed7c04dff user: dgp tags: tip-445-reject
2016-03-25
20:01
irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr. check-in: 35becf3af0 user: dgp tags: tip-445-reject
19:56
Get signatures in sync. check-in: 9c6bd315f9 user: dgp tags: tip-445-reject
14:41
- Undo unix notifier changes: too risky at this moment. - Merge trunk - (cherry-pick from dhr-micr... check-in: 0f401c5c64 user: jan.nijtmans tags: notifier
14:01
First demonstration conversion to the new intrep manipulation routines. check-in: aae9df6fc9 user: dgp tags: tip-445-reject
13:06
New routines Tcl_FetchIntRep() and Tcl_StoreIntRep(). check-in: 4debca2a96 user: dgp tags: tip-445-reject
12:24
Create a type Tcl_ObjIntRep so we can pass intreps as arguments. check-in: 920e5f468b user: dgp tags: tip-445
2016-03-24
21:22
merge trunk check-in: 0d1a9d63ef user: dgp tags: tip-445
21:21
No longer a need to keep around 'revert to 8.5' code. check-in: 3d7353cc89 user: dgp tags: trunk
21:11
Revise the "index" Tcl_ObjType to use the new routine. check-in: 87d5093e34 user: dgp tags: tip-445
20:33
Revise the "instname" Tcl_ObjType to use the routines. check-in: d8e43af3f1 user: dgp tags: tip-445
20:17
oops check-in: fd39dd6249 user: dgp tags: tip-445
20:15
Update Tcl_InitStringRep callers to handle OOM condition. check-in: 311eebe0bb user: dgp tags: tip-445
19:21
Revise Tcl_InitStringRep() to do non-panic attempt at allocation. Let caller decide how catastrophic... check-in: 9173ce5731 user: dgp tags: tip-445
15:01
More purging of direct access to bytes field where it isn't important. check-in: 120d6a36d6 user: dgp tags: tip-445
14:40
Update more Tcl_ObjTypes to use Tcl_InitStringRep(). Adapt TclInitStringRep macro to accept TclInitS... check-in: d55599212b user: dgp tags: tip-445
13:50
TclInitStringRep() already knows about tclEmptyStringRep. check-in: 1fb418efea user: dgp tags: tip-445
13:16
oops check-in: 81972d73ec user: dgp tags: tip-445
12:59
stay out of internals when nice interfaces are available. check-in: 91837a8b92 user: dgp tags: tip-445
12:51
Revised "end-offset" Tcl_ObjType to use new routine. check-in: 44f4c875e0 user: dgp tags: tip-445
01:50
Revise "osType" Tcl_ObjType to use new routine. check-in: eecbd97389 user: dgp tags: tip-445
2016-03-23
21:50
Revise "ensembleCommand" Tcl_ObjType to use new routines. check-in: 9aa747a015 user: dgp tags: tip-445
21:36
Convert "dict" Tcl_ObjType to use new routines. check-in: aec0246769 user: dgp tags: tip-445
15:21
merge trunk check-in: 3c05a2caaa user: dgp tags: tip-445
15:19
Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong! Convert "bytearray" Tcl_Ob... check-in: 67e8970656 user: dgp tags: tip-445
15:18
merge zipfs check-in: 16d8e516af user: jan.nijtmans tags: androwish
15:12
merge core-8-6-branch check-in: 8ff15ce8aa user: jan.nijtmans tags: zipfs
14:10
Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted. check-in: c0ff1ae7c3 user: dgp tags: tip-445
13:47
merge novem check-in: cae6e4a284 user: dgp tags: dgp-refactor
13:46
merge trunk check-in: debe4d9e56 user: dgp tags: novem
13:04
(cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: 91e49fc57a user: jan.nijtmans tags: core-8-6-branch
13:03
Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: 941e11b843 user: jan.nijtmans tags: trunk
12:57
merge novem check-in: c72789b162 user: dgp tags: dgp-refactor
12:51
merge trunk check-in: 08904e4bc9 user: dgp tags: novem
10:55
merge mark check-in: c911fecbef user: dkf tags: trunk
10:53
merge mark check-in: 584b746751 user: dkf tags: core-8-6-branch
10:10
Release memory after truncation. check-in: f1e43c3058 user: dgp tags: tip-445
09:59
(cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget See... check-in: fc5a8c2a60 user: jan.nijtmans tags: core-8-6-branch
09:55
Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget. Still - most like... check-in: bc8560501f user: jan.nijtmans tags: trunk
09:46
Fix [f1253530cdd83e66]: tcl_wordchars and tcl_nonwordchars are unknown at startup. For trunk this wi... check-in: 1176d169d7 user: jan.nijtmans tags: trunk
08:59
(cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaros... check-in: ac6851ae65 user: jan.nijtmans tags: core-8-6-branch
08:48
Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaroslav Škarvada f... check-in: f04406d509 user: jan.nijtmans tags: trunk
04:50
Make sure no path emerges to write on tclEmptyStringRep. check-in: 4ec3d5a661 user: dgp tags: tip-445
04:31
Next step: new routine Tcl_InitStringRep() check-in: 0c35610fad user: dgp tags: tip-445
2016-03-22
23:45
First simple step implementing TIP 445. check-in: 153a14ad7c user: dgp tags: tip-445
20:30
Factor out string internal rep definition so fix for [1af8de570511] is less awful. check-in: e99d66f317 user: dkf tags: trunk
20:30
Factor out string internal rep definition so fix for [1af8de570511] is less awful. check-in: b3f2749a5c user: dkf tags: core-8-6-branch
18:05
merge novem check-in: 8891590c74 user: dgp tags: dgp-refactor
17:54
merge trunk check-in: b06317dad1 user: dgp tags: novem
17:21
Revised fix for signed/unsigned mismatch. "get types right" > "add more casts" check-in: 6ea500e944 user: dgp tags: trunk
17:08
More places where unsigned quantities should be decared such. check-in: 320f08bb04 user: dgp tags: core-8-6-branch
16:53
More signed/unsigned type correction. check-in: e7a7954fba user: dgp tags: core-8-6-branch
16:38
Don't compare signed and unsigned. Get types right. check-in: 03c05127e2 user: dgp tags: core-8-6-branch
16:09
Update all Unicode tables to version 9.0 beta check-in: 203b8dcd6c user: jan.nijtmans tags: tip-389-impl
15:38
Add 9 unicode characters (Punctuation, Connector), which are generally considered as part of \w. Use... check-in: dee8ead23c user: jan.nijtmans tags: tip-389-impl
15:35
merge trunk check-in: f6e95a06a2 user: jan.nijtmans tags: tip-389-impl
13:15
Alternative solution for [f1253530cd] Closed-Leaf check-in: 0dc963c859 user: jan.nijtmans tags: bug-f1253530cd-alt
09:07
(cherry-pick): Fix signed-unsigned-compare warning (reported by François Vogel on Windows, but gcc ... check-in: 0b717ac78e user: jan.nijtmans tags: core-8-6-branch
09:05
Fix signed-unsigned-compare warning (reported by François Vogel on Windows, but gcc can trigger it ... check-in: 76041410f9 user: jan.nijtmans tags: trunk
2016-03-21
21:32
Merged trunk Closed-Leaf check-in: 828bb9373d user: fvogel tags: bug-f1253530cd
21:28
Fixed bug [f1253530cd] - tcl_wordchars and tcl_nonwordchars are unknown at startup check-in: adf582fbe2 user: fvogel tags: bug-f1253530cd
18:34
merge novem check-in: fd2e59362a user: dgp tags: dgp-refactor
14:22
(experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. One less mutex to be wor... check-in: 2aa18b39c4 user: jan.nijtmans tags: notifier
12:10
merge trunk check-in: 960c5239bf user: jan.nijtmans tags: novem
12:03
(cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for bo... check-in: c0e6064843 user: jan.nijtmans tags: core-8-6-branch
11:59
Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for both the bug-repo... check-in: a8ea065823 user: jan.nijtmans tags: trunk
09:16
.... oops .... Closed-Leaf check-in: 9d6b27346e user: jan.nijtmans tags: bug-d3071887dbc7aeac
09:05
Proposed fix for [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier() check-in: 7636c287f5 user: jan.nijtmans tags: bug-d3071887dbc7aeac
2016-03-20
22:35
merge novem check-in: 622bbb1906 user: dgp tags: dgp-refactor
20:43
[1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 7f8e2c6864 user: dkf tags: novem
20:42
[1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 0d8edd300b user: dkf tags: trunk
20:40
[1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 5f1ea7ddc7 user: dkf tags: core-8-6-branch
2016-03-17
15:54
merge trunk check-in: f37df7edbc user: jan.nijtmans tags: tip-439, semver
14:04
Stop "unused variable" warning. Old bug? No test caught it. check-in: f8d4bc2304 user: dgp tags: dgp-refactor
13:56
merge novem check-in: fc87efe49c user: dgp tags: dgp-refactor
13:31
merge trunk check-in: 419214420d user: dgp tags: novem
13:25
[0b8c387cf7] Replace deprecated Tcl_VarEval(). socket accept callbacks now always evaluate in global... check-in: 632f70c01d user: dgp tags: trunk, potential incompatibility
13:19
merge 8.6 bug fixes check-in: 24feef28e8 user: dgp tags: trunk
13:14
[ae38befcfb] Rewrite TclGetInnermostExceptionRange() for fewer iterations. check-in: 582d6817fe user: dgp tags: core-8-6-branch
12:24
[1a25fdfec6] Enable compile of commands like [variable ${ns}::v]. check-in: 9b6183cdf5 user: dgp tags: core-8-6-branch
12:15
[b9b2079e6d] Unwind ExceptionAux data after failed compile. check-in: fadc9965ff user: dgp tags: core-8-6-branch
2016-03-16
14:52
Merge trunk. Add TCL_EVAL_GLOBAL flag to Tcl_EvalObjEx(), for reason mentioned in [0b8c387cf7]. Closed-Leaf check-in: 727564218e user: jan.nijtmans tags: bug-0b8c387cf7
09:58
(cherry-pick from trunk): Update tzdata to 2016b from ietf.org check-in: 22e38d3816 user: jan.nijtmans tags: core-8-6-branch
09:56
Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not supported (was it ever ????)... check-in: ecfb88c394 user: jan.nijtmans tags: trunk
09:09
Update tzdata to 2016b from ietf.org check-in: ca062ef5fb user: venkat tags: novem
09:07
Update tzdata to 2016b from ietf.org check-in: 938b541a95 user: venkat tags: trunk
2016-03-14
11:58
Merge trunk check-in: e07be1bcdb user: jan.nijtmans tags: tip-389-impl
2016-03-13
17:31
merge trunk check-in: 86018f7171 user: jan.nijtmans tags: tip-439, semver
17:23
[e6f27aa56f] Add files I missed in my previous commit check-in: 7625571c31 user: gahr tags: gahr-ticket-e6f27aa56f
2016-03-11
17:13
[e6f27aa56f] Initial import of libtommath-1.0

This commit brings in libtommath-1.0, as of tag v1.0 ... check-in: c7a3a1452b user: gahr tags: gahr-ticket-e6f27aa56f

15:54
merge novem check-in: d17b0e348a user: dgp tags: dgp-refactor
15:40
Simple change gets most of the effect. Fails to handle backslash. anyone care? Closed-Leaf check-in: 2334f398b8 user: dgp tags: bug-1a25fdfec6
15:00
New test compile-5.3 for the bug. Closed-Leaf check-in: 5d1ed07268 user: dgp tags: bug-b9b2079e6d
14:16
merge trunk check-in: eca395a4b2 user: jan.nijtmans tags: novem
09:33
Allow unstable Tcl releases to use unstable packages by default (this makes "package require Tk" fin... check-in: 40b678a10d user: jan.nijtmans tags: trunk
2016-03-10
20:03
[b9b2079e6d] Proposed fix. When a compileProc fails, it may have done an arbitrary amount of partial... check-in: 569d2e3d4f user: dgp tags: bug-b9b2079e6d
13:44
Somewhat more excess spacing in for.test check-in: 405a80a711 user: jan.nijtmans tags: trunk
11:56
Eliminate exess spacings in many test-cases check-in: d6d9491140 user: jan.nijtmans tags: trunk
2016-03-09
15:59
Let Tcl 8.7 allow Tk 8.7 to be used by default Closed-Leaf check-in: 9e2043ed08 user: jan.nijtmans tags: jn-Tcl-requirement
2016-03-08
19:12
Update to trunk work Leaf check-in: 8b47978cb6 user: aku tags: aku-tkt-6141c15186
18:06
[0b8c387cf7] Replace deprecated Tcl_VarEval() call with reworked callback system that uses Tcl_Obj s... check-in: 573945a448 user: dgp tags: bug-0b8c387cf7
15:55
[bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: 3ed434c670 user: dgp tags: trunk
15:50
[bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: f2a6351600 user: dgp tags: core-8-6-branch
15:31
Eliminate exess spacings in remaining doc pages check-in: 8731e8bf9f user: jan.nijtmans tags: trunk
15:29
Proposed fix for [e21fc32c2aa]: auto_execok does not check executability on Windows Closed-Leaf check-in: 2f5431fd98 user: jan.nijtmans tags: bug-e21fc32c2aa
14:20
Merge trunk check-in: e311f38ad0 user: jan.nijtmans tags: tip-439, semver
13:44
configure.in -> configure.ac check-in: 4706c883d8 user: jan.nijtmans tags: trunk
2016-03-07
10:35
merge trunk check-in: de5857dbf1 user: jan.nijtmans tags: novem
08:39
merge trunk check-in: 3a2bcbbf8f user: jan.nijtmans tags: tip-439, semver
08:37
Fix version number in .project file check-in: 94a2fe2d49 user: jan.nijtmans tags: trunk
2016-03-04
13:15
(cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warning: assum... check-in: 8afe88e306 user: jan.nijtmans tags: core-8-6-branch
13:13
Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warning: assuming signed over... check-in: 21d2da02a9 user: jan.nijtmans tags: trunk
08:40
merge trunk check-in: e1bf86b21a user: jan.nijtmans tags: tip-389-impl
08:21
merge trunk check-in: 461852784c user: jan.nijtmans tags: tip-439, semver
2016-03-03
19:45
Bump trunk to 8.7a0 to accept new feature development. check-in: 4def3fa682 user: dgp tags: trunk
19:29
Open branch for continued 8.6.* patching. check-in: 6e1ff473d8 user: dgp tags: core-8-6-branch
08:34
merge trunk check-in: 00229de885 user: gahr tags: gahr-bug-5f71353740, tip-444
08:30
Clarify that weekends are intended as Saturdays and Sundays check-in: aaa1b378a1 user: gahr tags: gahr-bug-5f71353740, tip-444
2016-03-02
19:10
merge novem check-in: 94c13432c3 user: dgp tags: dgp-refactor
15:48
upstream androwish check-in: e11d4873d5 user: jan.nijtmans tags: androwish
15:44
Some more minor androwish upstream changes check-in: 76a713ab17 user: jan.nijtmans tags: androwish
15:39
minor upstream changes check-in: a855464d28 user: jan.nijtmans tags: zipfs
15:29
[bbc304f61a] Proposed fix for reflected watch race condition. Closed-Leaf check-in: 5057f650ba user: dgp tags: bug-bbc304f61a
15:12
merge zipfs check-in: 5b6d200c4a user: jan.nijtmans tags: androwish
15:10
merge trunk check-in: 24900c193e user: jan.nijtmans tags: zipfs
09:32
merge trunk check-in: ada65114d8 user: jan.nijtmans tags: tip-439, semver
09:06
Merge trunk check-in: f547a7f8c4 user: jan.nijtmans tags: novem
08:49
Eliminate exess spacings in many doc pages. check-in: 840e5d4825 user: jan.nijtmans tags: trunk
2016-03-01
16:45
[80304238ac] Prevent RC cycle in the localVarName objtype. check-in: 7070d2aa22 user: dgp tags: trunk
16:42
Extra safety against cycles Closed-Leaf check-in: b4d05f59f1 user: dgp tags: bug-80304238ac
16:40
Add test for memleak check-in: 8bbd0e6179 user: dgp tags: bug-80304238ac
16:26
merge trunk check-in: b1515e2abb user: dgp tags: bug-80304238ac
13:24
merge release check-in: d73a0fbece user: dgp tags: trunk
01:49
merge trunk Closed-Leaf check-in: cb38c65929 user: dgp tags: release, core-8-6-5, core-8-6-5-rc
2016-02-26
16:17
Clean up unfired timer handlers or they cause errors in -singleproc 1 test run. check-in: 016412f1ec user: dgp tags: trunk
15:42
[80304238ac] Candidate fix for memleak due to RC cycle. check-in: 29d44ec30c user: dgp tags: bug-80304238ac
13:04
[dee3d66bc7] Remove 'any' af Leaf check-in: 3b1d567dea user: gahr tags: gahr-ticket-dee3d66bc7
12:28
[dee3d66bc7] Start relaxing test constraints check-in: 19fab15fd6 user: gahr tags: gahr-ticket-dee3d66bc7
2016-02-24
09:10
More comprehensive tests adding and subtracting week-days check-in: f991a78d7a user: gahr tags: gahr-bug-5f71353740, tip-444
2016-02-23
19:44
merge trunk check-in: 4c431fc1c9 user: gahr tags: gahr-bug-5f71353740, tip-444
16:31
Make sure that adding 0 weekdays doesn't result in going back in time check-in: ef26db9e93 user: gahr tags: gahr-bug-5f71353740, tip-444
14:02
update changes check-in: de2063dbe4 user: dgp tags: rc2, core-8-6-5-rc
13:59
merge trunk check-in: c25ac5aa31 user: dgp tags: core-8-6-5-rc
2016-02-22
12:39
Convert remaining env.test test-cases to tcltest-2 format check-in: d6a977a3a6 user: jan.nijtmans tags: trunk
11:42
Fix [9b47029467631832]: testing existence of env(some_thing) destroys traces. With test-case demonst... check-in: d644df2cad user: jan.nijtmans tags: trunk
2016-02-19
18:42
Create new branch named "gahr-split-install" Closed-Leaf check-in: 9d0a216e60 user: gahr tags: gahr-split-install
16:44
Bump to TclOO 1.0.4. Update changes file. check-in: 9ecb248b72 user: dgp tags: rc1, core-8-6-5-rc
14:42
Add test-case which demonstrates the problem. This test-case fails in trunk (but passes in core-8-5-... Closed-Leaf check-in: 7973c950d3 user: jan.nijtmans tags: bug-9b47029467631832
13:37
Update to tzdata2016a. check-in: 04a238c721 user: dgp tags: core-8-6-5-rc
10:49
Proposed fix for [9b47029467631832]: testing existence of env(some_thing) destroys traces. Was the c... check-in: 5e24c6a9db user: jan.nijtmans tags: bug-9b47029467631832
2016-02-17
11:03
[5f71353740] Support the "weekdays" unit in [clock add] check-in: 2c9afbf911 user: gahr tags: tip-444
2016-02-16
18:20
merge trunk check-in: d1f90d45c0 user: dgp tags: rc0, core-8-6-5-rc
2016-02-11
09:31
Fix a few more very minor formatting glitches. check-in: dbf033509e user: dkf tags: trunk
09:27
Fix minor formatting glitch check-in: fc972f5e83 user: dkf tags: trunk
2016-02-09
18:08
merge trunk check-in: b64557cb8e user: dgp tags: core-8-6-5-rc
18:07
merge novem check-in: e34a1423a1 user: dgp tags: dgp-refactor
18:00
merge trunk check-in: c705d0cb83 user: dgp tags: novem
09:33
Merge trunk check-in: 8dbbf50255 user: jan.nijtmans tags: tip-389-impl
2016-02-08
21:59
Pulling *more* changes from zipfs check-in: d753972e9a user: hypnotoad tags: core_zip_vfs
21:58
Merging changes from zipfs check-in: 56c362bad1 user: hypnotoad tags: core_zip_vfs
16:25
Merge zipfs check-in: 189c2ffdb8 user: jan.nijtmans tags: androwish
16:11
Merge trunk check-in: b7def42ca8 user: jan.nijtmans tags: zipfs
2016-02-05
16:31
Tweaking some comments for clarity. check-in: 376b72b78b user: dkf tags: trunk
14:36
Clean up the handling of buffer limit exceeding when flushing a zlib transform. check-in: 273e645082 user: dkf tags: trunk
2016-02-04
21:05
[cf74deb33c] Plug memleaks in class teardown. check-in: 4bb95ffc51 user: dgp tags: trunk
2016-02-03
15:29
[25842c161] Prevent zero-length compress actions in [zlib] streaming API. check-in: c1aff52ef3 user: dkf tags: trunk
2016-02-02
01:33
replace indirect with direct jumps where possible; little effect for now, pending mods will increase... Leaf check-in: 2be1a74fb1 user: msofer tags: mig-opt2
2016-02-01
04:15
fix incomplete switch to malloc check-in: be9beb7cef user: msofer tags: mig-opt2
04:05
merge trunk check-in: 3334fbd749 user: msofer tags: mig-opt2
2016-01-31
22:43
use malloc (as opposed to ckalloc) for the NRE_callback stacklets, so that gcc can really insure pro... check-in: 4df7772089 user: msofer tags: mig-opt2
08:30
(COMPATIBILITY, PORTABILITY) NRE API change: callbacks now have three void* arguments (prev. 4). Cal... check-in: 009cc51070 user: msofer tags: mig-opt2
08:28
(NON_PORTABLE) insure good cache alignment of NRE_callback Closed-Leaf check-in: a7a1286053 user: msofer tags: mig-opt2-tmp
07:00
actually reduce the callback size check-in: 35f1b9c6bb user: msofer tags: mig-opt2-tmp
05:02
plug a leak; more to do check-in: 90659d5f5c user: msofer tags: mig-opt2-tmp
2016-01-30
23:48
NRE API change: callbacks now have three void* arguments (prev. 4) check-in: 38ac69064d user: msofer tags: mig-opt2-tmp
01:39
remove data[3] fro TEBCresume check-in: 4b755d8f77 user: msofer tags: mig-opt2-tmp
2016-01-29
23:57
expose one problem with sibcalling out of tebc check-in: 5042bcf5f2 user: msofer tags: mig-opt2
14:22
merge trunk check-in: 29881c9181 user: dgp tags: core-8-6-5-rc
13:35
Implement TIP #440: Add engine to tcl_platform Array check-in: 797fd8bdc2 user: jan.nijtmans tags: trunk
09:46
Fix gcc'ism. Not all compilers can substract two void pointers. check-in: 5e13217e77 user: jan.nijtmans tags: trunk
09:22
merge zipfs check-in: 80f22e4bf1 user: jan.nijtmans tags: androwish
09:17
Upstream zipfs change and unbreak zipfs test-case check-in: f965826edc user: jan.nijtmans tags: zipfs
2016-01-28
22:48
tiny mods check-in: 3a4bf8ee2e user: msofer tags: mig-opt2
18:27
TODO check-in: a316de94ad user: msofer tags: mig-opt2
17:33
Bump to 8.6.5 check-in: 696f03868d user: dgp tags: core-8-6-5-rc
06:46
Ticket [6141c15186]. Prelim fix. Necessary test still to do. Passes the existing tests. check-in: 128ad6929b user: aku tags: aku-tkt-6141c15186
2016-01-27
22:37
FIXME: define HAVE_FAST_TSD to enable use of __thread in the allocator; this doesn't work as is on w... check-in: 1ef26d0d6f user: msofer tags: mig-opt2
13:45
small fix - previous commit was broken check-in: 7156615ca9 user: msofer tags: mig-opt2
11:59
remove TclSmallAlloc, was only used by expansion in tebc check-in: 364f484cfd user: msofer tags: mig-opt2
2016-01-26
20:29
make the NRE stack grow downwards in memory, so that it can be traversed faster on rewinding check-in: 891196ece0 user: msofer tags: mig-opt2
18:15
TODO check-in: 0a29df36d8 user: msofer tags: mig-opt2
18:15
using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... check-in: 656bed517b user: msofer tags: mig-opt2
16:59
using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... Closed-Leaf check-in: 43e939b345 user: msofer tags: mig-opt2-tmp
14:02
Redo TIP #440 alternative again, now using "info runtime". Closed-Leaf check-in: 2e88dfd278 user: jan.nijtmans tags: tip-440-alt
10:16
Re-do "::tcl::pkgconfig get" form only. check-in: cd9aa51331 user: jan.nijtmans tags: tip-440-alt
2016-01-24
17:00
merge zipfs check-in: cb46b79ce5 user: jan.nijtmans tags: androwish
16:57
merge trunk check-in: 6a26062e39 user: jan.nijtmans tags: zipfs
16:57
merge trunk check-in: f1f8dab417 user: jan.nijtmans tags: tip-439, semver
16:52
Fix "make test" broken by previous commit check-in: 3bf140c0df user: jan.nijtmans tags: trunk
2016-01-23
21:54
Remove build information from TIP-439 implementation: At the least should be a different separate TI... check-in: 77ccc6004e user: jan.nijtmans tags: tip-439, semver
21:04
Merge trunk. Add some more useful build information (New TIP to be written) check-in: 8972c3e7db user: jan.nijtmans tags: tip-440-alt
20:35
Merge zipfs (but keep deprecated zipfs commands) check-in: 48e677f97a user: jan.nijtmans tags: androwish
20:33
Merge trunk. Depend on ensemble now, adapt documentation. check-in: e731b26ed2 user: jan.nijtmans tags: zipfs
20:28
merge check-in: 93159f88a0 user: msofer tags: mig-opt2-tmp
20:23
merge trunk; disabled the file/line info in disassembly, as it depends on cmdFrame check-in: 049a649f79 user: msofer tags: mig-opt2
19:46
add a test to insure that callbacks run at the correct C-stack depth while unwinding the NRE stack. check-in: 159e5ab27b user: msofer tags: trunk
2016-01-22
13:12
merge trunk check-in: 777475e58f user: jan.nijtmans tags: novem
12:51
fix generiation of tclUuid.h on win32/unix. Add build information (experimental) check-in: aca2c7e988 user: jan.nijtmans tags: tip-439, semver
11:03
Merge trunk. Let "package require Tcl" output just <version>+core.<UUID> check-in: 35e522cced user: jan.nijtmans tags: tip-440-alt
10:56
Merge trunk. Simplify build information to "+core.<UUID>" check-in: 241c75449a user: jan.nijtmans tags: tip-439, semver
10:38
Eliminate useless variable assignment. check-in: f381242421 user: jan.nijtmans tags: trunk
09:13
Merge zipfs check-in: 63a90e04e6 user: jan.nijtmans tags: androwish
08:45
Add "zipfs" ensemble. check-in: 24587bb6c4 user: jan.nijtmans tags: zipfs
2016-01-21
13:15
merge-mark check-in: ae06b5381c user: jan.nijtmans tags: trunk
2016-01-20
18:07
merge check-in: 6871526357 user: msofer tags: mig-opt2-tmp
12:11
Add 'engine' core.tcl.tk and build information to the output of "package require Tcl". Alternative s... check-in: 5ca5e4cb39 user: jan.nijtmans tags: tip-440-alt
03:21
fix warnings at -O2 check-in: 2399d89260 user: msofer tags: mig-opt2
2016-01-19
21:54
Add 'engine' core.tcl.tk and build information to the output of "package require Tcl". Alternative s... check-in: 64f6131bf4 user: jan.nijtmans tags: tip-439, semver
20:32
now really set the "manifest" setting check-in: 63b951489c user: jan.nijtmans tags: tip-439, semver
20:28
Set versioned "manifest" setting check-in: 69c0bd36fc user: jan.nijtmans tags: tip-439, semver
17:48
Update comment with TIP number. Closed-Leaf check-in: c0f8a3d729 user: mistachkin tags: tip-440, tclPlatformEngine
14:02
merge novem check-in: 89e10bd16d user: dgp tags: dgp-refactor
14:00
merge trunk check-in: 64de9dbe17 user: jan.nijtmans tags: tip-439, semver
13:57
Start implementing TCL_NO_DEPRECATED part of TIP #439 check-in: dc5fcbf41c user: jan.nijtmans tags: tip-439, semver
13:55
Complete merge trunk check-in: f91d733b36 user: dgp tags: novem
13:55
Merge and resolve conflicts. check-in: 449d6ba5f0 user: dgp tags: novem
13:52
Partial trunk merge - up to the point where conflicts arise. check-in: 9acc38202e user: dgp tags: novem
13:08
[593baa032c] Stop segfault in class destruction with active namespace. check-in: b59cda3924 user: dgp tags: trunk
13:06
merge trunk Closed-Leaf check-in: 6ffb1dd1d6 user: dgp tags: bug-593baa032c
10:46
Merge zipfs check-in: 95f198c740 user: jan.nijtmans tags: androwish
10:43
Merge trunk, upstream fixes to zipfs.c for win32 check-in: 5a56baa405 user: jan.nijtmans tags: zipfs
10:38
Fix last bug (hopefully) in this branch, found by test-case safe-14.1 check-in: 02e2b8f776 user: jan.nijtmans tags: tip-439, semver
09:25
Merge trunk check-in: 4bc5dee9ef user: jan.nijtmans tags: tip-439, semver
2016-01-18
15:00
One more Tcl_GlobalEval() usage. check-in: e33dedc1e1 user: jan.nijtmans tags: trunk
14:45
Merge zipfs changes check-in: de2bde86e0 user: jan.nijtmans tags: androwish
14:33
Merge trunk check-in: 2241b0449e user: jan.nijtmans tags: zipfs
14:32
Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecated functions. check-in: 1bfaa8fd18 user: jan.nijtmans tags: trunk
12:19
Make function TclDisassembleByteCodeObj() static, since it is only used in a single source file. check-in: fbaa89db16 user: jan.nijtmans tags: trunk
10:16
Put the file location information that Tcl has into the disassembled code. Important for tclquadcode... check-in: 7547bd6702 user: dkf tags: trunk
09:28
Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods any more check-in: 0524c291ed user: jan.nijtmans tags: zipfs
06:27
making some functions NOINLINE (full implementation when the macro shortcuts do not apply) check-in: b5a4260d5f user: msofer tags: mig-opt2-tmp
06:12
introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previous to introducing an alt... check-in: ea7d514026 user: msofer tags: mig-opt2-tmp
2016-01-16
11:17
elim stray refs to removed macro check-in: e3b25c6b3c user: msofer tags: mig-opt2
10:30
remove empty macro check-in: 1faa6f11f2 user: msofer tags: mig-opt2
10:17
TODO; removed old NRE_callback memory model check-in: 2e5c2388ed user: msofer tags: mig-opt2
02:52
TODO check-in: af567261ef user: msofer tags: mig-opt2
2016-01-15
00:39
Add docs and tests. check-in: 767fb963f3 user: mistachkin tags: tip-440, tclPlatformEngine
2016-01-14
23:55
Add the tcl_platform(engine) element, TIP to be written. check-in: 1d66076dc4 user: mistachkin tags: tip-440, tclPlatformEngine
03:46
remove tips #280 and #348 check-in: 2dc35ab4a6 user: msofer tags: mig-opt2
03:44
TODO Closed-Leaf check-in: 540aebde6c user: msofer tags: mig-opt2-tmp
03:37
remove callback in for/while, was required for tip 280 check-in: 62d0f684a5 user: msofer tags: mig-opt2-tmp
2016-01-12
23:46
fixing the last bug: command compiler returning TCL_ERROR and bailing out check-in: 6962035205 user: msofer tags: mig-opt2-tmp
21:09
re-enable optimisation, accidentally disabled check-in: b55113ad7a user: msofer tags: mig-opt2-tmp
21:07
fix off-by-one error check-in: 4380f23d29 user: msofer tags: mig-opt2-tmp
21:06
fix comment check-in: 9174125163 user: msofer tags: mig-opt2-tmp
19:03
Reconciled the inner workings of the core_zip_vfs and zipfs branch of Tcl

core_zip_vfs now uses the... check-in: 6994528405 user: hypnotoad tags: core_zip_vfs

12:20
fix expr-old.test errors check-in: 2648db35c4 user: msofer tags: mig-opt2-tmp
02:11
small bug fix check-in: c4d364ef3b user: msofer tags: mig-opt2-tmp
2016-01-11
22:40
fixing a few bugs check-in: 23f0616b7a user: msofer tags: mig-opt2-tmp
17:59
still some errors, but now valgrind-clean check-in: 4e6d502d25 user: msofer tags: mig-opt2-tmp
00:49
no-280 branch, it still has many errors check-in: ede41c1946 user: msofer tags: mig-opt2-tmp
2016-01-09
23:04
Merge zipfs check-in: a1b7730546 user: jan.nijtmans tags: androwish
23:02
Merge trunk. Update documentation check-in: 2b101690e0 user: jan.nijtmans tags: zipfs
2016-01-08
14:48
merge trunk check-in: efa992a355 user: dgp tags: bug-593baa032c
2016-01-07
11:33
Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect value check-in: 021e073bf0 user: jan.nijtmans tags: trunk
2016-01-06
13:16
Fix determination of TCL_WIN_VERSION for manifest: Didn't take the semantic version into account yet... check-in: 67e325a906 user: jan.nijtmans tags: tip-439, semver
11:46
Merge trunk. If TCL_NO_DEPRECATED is defined, make all internal stub funcions MODULE_SCOPE check-in: 89443c0c3d user: jan.nijtmans tags: tip-439, semver
11:21
merge trunk check-in: d7b35684b9 user: jan.nijtmans tags: novem
11:15
Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] (wrong zlib1.dll was copied) check-in: fae4d82205 user: jan.nijtmans tags: trunk
2016-01-02
23:42
More 8.6 -> 8.7 check-in: 4eff56a3a9 user: jan.nijtmans tags: tip-439, semver
21:41
merge trunk. Fix versioning on OSX check-in: 6916f383c6 user: jan.nijtmans tags: tip-439, semver
2016-01-01
17:46
Document the Tcl_CancelEval function correctly. It was missing its second argument, making using it ... check-in: cf573224a6 user: dkf tags: trunk
16:53
Make al zipfs command Tcl_Obj-based check-in: 41dc66bdbd user: jan.nijtmans tags: androwish
16:50
Make al zipfs command Tcl_Obj-based check-in: 23f846eec3 user: jan.nijtmans tags: zipfs
2015-12-22
19:50
[593baa032c] Additional fix for the mixinSubs list. check-in: 13d2b84536 user: dgp tags: bug-593baa032c
18:27
[593baa032c] Possible fix (with test) for segfault in superclass teardown. check-in: 9a6b136330 user: dgp tags: bug-593baa032c
11:41
First shot at documentation check-in: 5cfbc97755 user: jan.nijtmans tags: androwish
11:39
first shot at documentation check-in: a6c364d166 user: jan.nijtmans tags: zipfs
09:29
Zipfs_Mount -> Tclzipfs_Mount, it doesn't really matter which one is used. check-in: d8f7fc7aea user: jan.nijtmans tags: androwish
09:15
More test-cases check-in: a922051327 user: jan.nijtmans tags: androwish
09:11
Remove TIP #414 fragment, not strictly needed for the zipfs TIP. Add more zipfs test-cases check-in: 6f0bc11040 user: jan.nijtmans tags: zipfs
2015-12-21
21:26
USE_TCL_STUBS is not defined anyway check-in: 7f62bae0a1 user: jan.nijtmans tags: androwish
21:25
USE_TCL_STUBS is not defined anyway check-in: 81f13c504b user: jan.nijtmans tags: zipfs
15:31
Start with a few simple basic test-cases check-in: 9eb6257fb7 user: jan.nijtmans tags: androwish
15:21
Start with a few simple basic test-cases check-in: 0805686e2a user: jan.nijtmans tags: zipfs
14:03
merge-mark check-in: 9c0308bebf user: jan.nijtmans tags: androwish
14:01
Eliminate all use of ZIPFS_IN_TCL check-in: 9fc880225c user: jan.nijtmans tags: zipfs
12:44
Fix android compilation (zipfsFilesystem.loadFileProc is a constant, so it cannot be written) check-in: 6b082986a9 user: jan.nijtmans tags: androwish
12:43
Fix android compilation (zipfsFilesystem.loadFileProc is a constant, so it cannot be written) check-in: af376b3bcd user: jan.nijtmans tags: zipfs
12:30
Make zipfsFilesystem MODULE_SCOPE everywhere check-in: 43f121316b user: jan.nijtmans tags: androwish
12:03
Make zipfs.c compile warning-free on Visual Studio check-in: 2ee3694824 user: jan.nijtmans tags: androwish
11:59
Finally, make it compile warning-free using Visual Studio, if ZIPFS_IN_TCL is defined check-in: 69bae2a1d6 user: jan.nijtmans tags: zipfs
11:29
Make it compile warning-free with MSVC compiler (VS2013, at least). Other tweaks. check-in: 529e3711b6 user: jan.nijtmans tags: zipfs
11:09
fix handling of string interface - segfault that did not happen under varlgrind or gdb (?) check-in: 40e8a44dbc user: msofer tags: mig-opt2
10:56
Code clean up from trunk. No functional change. check-in: dd71ba2858 user: jan.nijtmans tags: androwish
10:49
CONST -> const check-in: db8b77ff24 user: jan.nijtmans tags: zipfs
10:41
plugging leaks, valgrind happy check-in: ce23f68317 user: msofer tags: mig-opt2
10:38
Merge trunk. Remove utf-32 encoding, will not be part of the "zipfs" TIP. check-in: 6cd30f2bcc user: jan.nijtmans tags: zipfs
10:27
Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No... check-in: 83897e067a user: jan.nijtmans tags: trunk
10:03
Undo more Android-specific changes, which don't form part of Zipfs, as further preparation for Zipfs... check-in: 1836eee8f2 user: jan.nijtmans tags: zipfs
09:31
Start of "zipfs" branch, meant for keeping track of the proposed changes for a new TIP. Remove some ... check-in: f454ea8e02 user: jan.nijtmans tags: zipfs
09:16
Put back the stub entries for TclpGetDate/TclpLocaltime/TclpGmtime. Although those functions are dea... check-in: 2805b1a08c user: jan.nijtmans tags: androwish
2015-12-20
19:48
remove interp->result and all supporting code; remove other deprecated apis check-in: 0f3e580e52 user: msofer tags: mig-opt2
2015-12-18
15:41
Make symbols which are deprecated MODULE_SCOPE, if the flag TCL_NO_DEPRECATED is specified check-in: 1ca3bdd080 user: jan.nijtmans tags: tip-439, semver
12:54
removed [case] check-in: 2b2aec4e7a user: msofer tags: mig-opt2
12:39
upstream androwish change check-in: 786f147e7a user: jan.nijtmans tags: androwish
12:38
adding a TODO list check-in: 684250e0ae user: msofer tags: mig-opt2
12:28
merge trunk check-in: 6def89fffa user: msofer tags: mig-opt2
12:22
merge trunk check-in: 1b3e5ac271 user: msofer tags: mig-opt2
2015-12-17
15:23
Minor tweaks on ZIPFS_IN_TCL check-in: f4690c201b user: jan.nijtmans tags: androwish
12:04
minor tweaks for MSVC check-in: 5c6069be75 user: jan.nijtmans tags: androwish
2015-12-16
16:25
Clean-up: Remove Tcl_FindHashEntry/Tcl_CreateHashEntry symbols/stub entries, as those two functions ... check-in: 9df3e71344 user: jan.nijtmans tags: novem
15:18
remove unnecessary Tclzipfs defines in tclStubInit.c check-in: 85fa957291 user: jan.nijtmans tags: androwish
13:37
No need for more than tcl.h in zipfs.h check-in: 3421ac5d9b user: jan.nijtmans tags: androwish
13:26
Remove zipfs symbols from stub table. Those symbols should be exported as-is, without using the stub... check-in: 9bac0a5731 user: jan.nijtmans tags: androwish
13:21
merge trunk check-in: fe902d33b2 user: jan.nijtmans tags: androwish
2015-12-15
15:45
merge trunk check-in: 109ae983c0 user: jan.nijtmans tags: novem
15:16
Different solution to the tailcall impact on -errorinfo. Leaf check-in: 8b9329b30e user: dgp tags: dgp-tailcall-errorinfo-alt
14:40
Suppress additions to the -errorinfo from a tailcall-invoked command. Leaf check-in: 523734993c user: dgp tags: dgp-tailcall-errorinfo
13:22
Merge trunk. Fix configure scripts: dot should be part of TCL_PATCH_LEVEL check-in: 63b129366e user: jan.nijtmans tags: tip-439, semver
13:19
Remove unused static function definition check-in: c5394a312b user: jan.nijtmans tags: trunk
11:13
make some MODULE_SCOPE symbols static check-in: 3c36ca4be3 user: jan.nijtmans tags: trunk
10:33
Eliminate AuxDataType table: since this table only contains 4 constant entries, it is overkill to us... check-in: ae32969212 user: jan.nijtmans tags: trunk
09:31
Merge trunk. Upstream zipfs change check-in: a4e8495e3b user: jan.nijtmans tags: androwish
2015-12-12
20:02
remove support for obsolete 8.4 bytecodes check-in: 65e9ef3d6c user: msofer tags: mig-opt2
19:45
remove trampoline bounces: invoke commands directly from tebc check-in: aafed8fdb6 user: msofer tags: mig-opt2
15:18
incorporate limit checks into TclInterpReady check-in: 9e4402076e user: msofer tags: mig-opt2
14:57
removing useless trampoline bounces in cmd dispatch; added comments to README.opt2 check-in: 2115f0cd8d user: msofer tags: mig-opt2
11:54
Issue the correct auxType when compiling [array set]. check-in: 4ba93f8156 user: dkf tags: trunk
2015-12-11
22:56
Merge trunk. Upstream androwish changes check-in: 62263368e1 user: jan.nijtmans tags: androwish
22:27
merge trunk check-in: 066ad731b4 user: msofer tags: empty-bodies
21:51
transforming the NRE stack from a linked list to a real stack check-in: f7809e02ac user: msofer tags: mig-opt2
21:42
code reordering, no func changes Leaf check-in: 2bdd045a21 user: msofer tags: mig-nre-mods
21:21
fix segfault on invokhidden - faulty adaptation at last merge check-in: e5736a79d1 user: msofer tags: mig-nre-mods
15:55
transforming the NRE stack from a linked list to a real stack; incomplete check-in: bf2e0e30c5 user: msofer tags: mig-nre-mods
13:37
merge drh-micro-optimization check-in: c525cb589a user: msofer tags: mig-opt2
13:23
merge trunk check-in: 02b4fa0e2e user: msofer tags: drh-micro-optimization
13:17
merge trunk check-in: b1772595c6 user: msofer tags: mig-opt2
10:19
merge trunk check-in: 3da32b644c user: jan.nijtmans tags: novem
10:18
Fix [c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 38e14f6cc3 user: jan.nijtmans tags: trunk
09:29
Bug in tclPkg.c, use semantic version in more places., but don't use "+" syntax yet. check-in: 547de1eb85 user: jan.nijtmans tags: tip-439, semver
08:51
revert some unintentional changes check-in: a33f7202a8 user: jan.nijtmans tags: tip-439, semver
08:43
Experiments with Semantic Versioning in Tcl. (Don't look!) check-in: 32379be1ed user: jan.nijtmans tags: tip-439, semver
2015-12-09
18:15
comments check-in: 1ca12b8ba9 user: msofer tags: mig-opt2
18:08
new branch for experimental mods check-in: 21276302ce user: msofer tags: mig-opt2
10:20
Merge trunk. Upstream zipfs change check-in: 8bd037c973 user: jan.nijtmans tags: androwish
2015-12-02
11:30
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 6b5e1dd52c user: jan.nijtmans tags: trunk
2015-11-30
20:45
merge novem check-in: 11442a0d95 user: dgp tags: dgp-refactor
20:24
merge trunk check-in: 96aa9dc40d user: dgp tags: novem
18:24
[32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing when it can do so. check-in: a467b03d94 user: dgp tags: trunk
07:37
merge trunk check-in: 8fd9093772 user: jan.nijtmans tags: androwish
2015-11-26
12:04
merge trunk check-in: c6eb9d67c7 user: jan.nijtmans tags: novem
12:01
On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, don't create empty {pref... check-in: 687b1c51e7 user: jan.nijtmans tags: trunk
2015-11-25
21:07
merge trunk check-in: 463fcfbc88 user: jan.nijtmans tags: androwish
2015-11-24
15:09
Fix comments at the top of the *.decls files, which are not correct any more for a long long time check-in: cd9bab60a6 user: jan.nijtmans tags: trunk
09:19
Merge trunk. Use "tcl9" in stead of "tcl8" in various Makefiles, which (finally) allows to remove th... check-in: 577ce89a59 user: jan.nijtmans tags: novem
09:00
Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from "novem", will be needed any... check-in: b8172944cb user: jan.nijtmans tags: trunk
2015-11-22
21:03
Merge trunk check-in: c04ab9a276 user: jan.nijtmans tags: drh-micro-optimization
21:02
Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NRE asserts by default. A... check-in: 54583ab6ca user: jan.nijtmans tags: trunk
16:06
merge trunk check-in: 4b32a88752 user: jan.nijtmans tags: androwish
2015-11-21
22:22
[3d96b7076e] Prevent crashes when destroying an object's class inside a method call. check-in: 3a5e60f35a user: dkf tags: trunk
12:43
REVIEW: avoid doing the full TEBC dance for empty bodies check-in: 68801e59cb user: msofer tags: empty-bodies
2015-11-20
16:59
Tcl_ListObjReplace() early out when > LIST_MAX attempted. check-in: cc23ca23e0 user: dgp tags: trunk
16:42
[40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: fe18292f8d user: dgp tags: trunk
2015-11-18
08:53
Merge trunk check-in: 49ac7413f0 user: jan.nijtmans tags: androwish
2015-11-17
17:01
Spanish translation of example corrected check-in: 6e11288d6a user: oehhar tags: trunk
2015-11-16
10:55
Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: bd5464f13d user: jan.nijtmans tags: trunk
2015-11-14
21:37
merge trunk check-in: 162ccba25d user: jan.nijtmans tags: androwish
2015-11-13
08:42
Fix 34eb6911af, taken over from SQLite: Fix uses ... check-in: 2ae64b3400 user: jan.nijtmans tags: trunk
2015-11-11
20:25
*** ABANDONED - see branch mig-opt2 ***

simplify, avoid using PATHS before init, (partial) soluti... Closed-Leaf check-in: 89be6a5ae0 user: msofer tags: mig-optimize

16:09
Patches by Christian Werner, supporting TCL_UTF_MAX=6 on Windows. Doesn't work yet, but it's a start... Closed-Leaf check-in: 6306082702 user: jan.nijtmans tags: werner-utf_max=6
09:56
Remove unused calculation of the result set size from TclCreateSocketAddress() check-in: 9252ca9944 user: max tags: trunk
2015-11-10
16:34
[261a8a79f0] Integer overflow leads to segfault. check-in: a03fee273c user: dgp tags: trunk
04:33
new optimizer (give up on moving bytecodes on this branch); there is still a problem evidenced when ... check-in: 496d4b3780 user: msofer tags: mig-optimize
2015-11-05
16:44
merge trunk check-in: 623a8ff73b user: msofer tags: mig-optimize
16:38
restore safety measure (stupidly disabled in 7cce33b) check-in: 4ceb5c2ba8 user: msofer tags: mig-optimize
01:48
merge trunk; partial while hunting for a merge bug - updated to 2015-05-18 check-in: 26f9bf8072 user: msofer tags: mig-optimize
2015-11-04
23:22
clearer code in compacter; allocate NEW on the heap to avoid blowing the stack check-in: 9d75e548b4 user: msofer tags: mig-optimize
2015-11-03
13:13
better handle out-of-memory conditions in ZIP filesystem hard-wire initial encoding on Android to UT... check-in: 5057cf8f6e user: jan.nijtmans tags: androwish
2015-11-01
22:22
merge trunk check-in: 98de731774 user: jan.nijtmans tags: novem
22:04
Merge trunk. Added comments in ZIP filesystem (no functional changes) check-in: 85da42b3eb user: jan.nijtmans tags: androwish
2015-10-28
21:15
make genstubs check-in: 65e6468f5d user: dkf tags: trunk
21:15
Expose some of the TclBN operations through the internal API, so clients of the bignum code don't ne... check-in: a92c7695c6 user: dkf tags: trunk
09:04
merge trunk check-in: 8d6b22d79d user: jan.nijtmans tags: androwish
2015-10-27
23:17
Merge tzdata2015g from ietf check-in: be13854a36 user: venkat tags: novem
23:16
Merge tzdata2015g from ietf check-in: 1fb5035d65 user: venkat tags: trunk
22:09
Chisel 1% from the TclOO object creation μbenchmark. check-in: 7bb78032e9 user: dkf tags: drh-micro-optimization
2015-10-26
07:23
merge trunk check-in: 87457454c8 user: dkf tags: core_zip_vfs
07:22
Added some TclOO microbenches. check-in: d71aaf008e user: dkf tags: drh-micro-optimization
04:02
Merged with trunk, fixes to allow builds outside of the tcl/unix|win directory check-in: 8ac6e104b9 user: hypnotoad tags: core_zip_vfs
2015-10-25
22:59
merge trunk check-in: 95e73bf9ea user: jan.nijtmans tags: androwish
22:49
merge trunk check-in: 3abb0f3415 user: jan.nijtmans tags: novem
22:47
re-generate "configure", both for unix and win check-in: 896624cfd4 user: jan.nijtmans tags: trunk
21:25
merge trunk check-in: 474e240358 user: dkf tags: drh-micro-optimization
21:23
Higher-level microoptimizations for [clock format]. check-in: fc7f47d84c user: dkf tags: drh-micro-optimization
20:14
Merge trunk check-in: 2b2578b68d user: jan.nijtmans tags: androwish
19:41
Remove use of HAVE_USLEEP. It isn't use anywhere any more check-in: fc1ece2983 user: jan.nijtmans tags: trunk
18:13
Avoid isnan call to make double-using code faster. check-in: 36a49ddb3f user: pspjuth tags: drh-micro-optimization
10:57
Allow tuning of the number of iterations in the micro-opt loops. check-in: 2b59399d38 user: dkf tags: drh-micro-optimization
00:57
Added drh's analysis wrapper script so that we don't need to keep private copies. check-in: 2f4be1fbdc user: dkf tags: drh-micro-optimization
00:20
Added another micro-opt case: [clock]. check-in: 5fced0dfc8 user: dkf tags: drh-micro-optimization
2015-10-24
21:52
(by drh) micro-opt of INST_LOAD_SCALAR1 (the hottest instruction) in the non-varLink (most frequent)... check-in: d054a5c345 user: msofer tags: drh-micro-optimization
19:00
merge trunk check-in: 5f38830914 user: dkf tags: drh-micro-optimization
19:00
Added one of the micro-opt test cases. check-in: c60a364c43 user: dkf tags: drh-micro-optimization
18:59
Make the async-interrupt tests work more reliably. check-in: a921e888d6 user: dkf tags: drh-micro-optimization
16:02
A more lenient test; different platforms are more diverse in their correct output. check-in: 918f81d2fe user: dkf tags: trunk
07:50
merge trunk check-in: 3dda2d487a user: jan.nijtmans tags: novem
07:43
Bring back regexp to what it was in latest release. This is the correct fix for the problem noted by... check-in: 6bad37c04c user: jan.nijtmans tags: trunk
02:37
merge changes from pspjuth that optimize conversion from unichar to utf and add optimized versions f... check-in: e99a79a326 user: kbk tags: drh-micro-optimization
2015-10-23
22:46
merge trunk check-in: 501e1a7d69 user: dkf tags: drh-micro-optimization
22:44
Mend problems with [platform::identify] formatting. check-in: dd419aacf2 user: dkf tags: trunk
21:52
Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient when decrementing to zero... check-in: a9b4bf802b user: dkf tags: drh-micro-optimization
14:59
merge mark check-in: 1b40769a10 user: dgp tags: trunk
12:52
Make test clock-67.4 time zone independent. Bug [4a0c163d24] check-in: 3fdcaf2b64 user: oehhar tags: trunk
08:52
merge trunk check-in: 180d7786fc user: jan.nijtmans tags: androwish
08:13
Merge trunk check-in: d68de1f600 user: jan.nijtmans tags: androwish
08:12
Change "clock scan/format -format %x -locale current" output on msgcat locale change. Bug [4a0c163d2... check-in: 5855bdf4a8 user: oehhar tags: trunk
08:08
New test for clock scan, test numbering corrected Closed-Leaf check-in: 6c5184f499 user: oehhar tags: bug-4a0c163d24
2015-10-22
14:07
fix typo in micro-optimization TclpInitThreadAlloc check-in: 1b71628a42 user: kbk tags: drh-micro-optimization
01:00
Turn off NRE asserts by default. About a 5% speedup on [clock format]. check-in: 812a81812e user: dkf tags: drh-micro-optimization
2015-10-21
23:30
Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in ... check-in: fdbf64dc50 user: kbk tags: drh-micro-optimization
20:30
Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] check-in: e5bf4e6084 user: oehhar tags: bug-4a0c163d24
20:18
Further cleanup and enhancements. Closed-Leaf check-in: e53cd46a2a user: mistachkin tags: tip-435, bug-57945b574a
19:47
Add macro magic for non-threaded builds. check-in: 36666aee4c user: mistachkin tags: tip-435, bug-57945b574a
19:11
Add experimental Tcl_SetMutexWaitProc public API. check-in: 74d995560a user: mistachkin tags: tip-435, bug-57945b574a
17:02
Merge updates from trunk. check-in: 6e776b8e33 user: mistachkin tags: tip-435, bug-57945b574a
14:10
[1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 497b93405b user: dgp tags: trunk
2015-10-19
14:07
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. check-in: 2327af6915 user: dkf tags: trunk
13:52
typo in comment. Eliminate unnecessary end-of-line spacing. check-in: a3acef607b user: jan.nijtmans tags: trunk
12:53
merge trunk check-in: 71504dd6f0 user: jan.nijtmans tags: novem
2015-10-18
10:48
merge trunk check-in: 3b64aa38e6 user: jan.nijtmans tags: androwish
10:34
Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details, see [ba44e415a0]: Use ... check-in: ebfd1b23cb user: jan.nijtmans tags: trunk
2015-10-17
07:21
Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive event handling in Andr... Closed-Leaf check-in: 934cfb547e user: jan.nijtmans tags: bug-ba44e415a0
2015-10-14
19:04
Merge trunk check-in: 673129da3d user: jan.nijtmans tags: androwish
2015-10-12
11:29
Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 19e0bd474e user: jan.nijtmans tags: trunk
2015-10-10
12:38
merge-mark check-in: 6e5bffab10 user: jan.nijtmans tags: trunk
2015-10-09
19:11
merge trunk check-in: 4cc09d6a51 user: jan.nijtmans tags: androwish
14:41
Make autoconf > 2.59 work warning-free check-in: 014ebbcf3c user: jan.nijtmans tags: trunk
13:18
Tcl/OpenBSD/Sparc needs -fPIC. check-in: 4e04900d36 user: stwo tags: trunk
2015-10-08
15:04
merge novem check-in: 41fe760982 user: dgp tags: dgp-refactor
14:50
merge trunk check-in: b0cb5f5c4d user: jan.nijtmans tags: novem
14:41
Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as appropriate, as already do... check-in: efcf56ba11 user: jan.nijtmans tags: trunk
12:10
merge novem check-in: 4a06b73154 user: dgp tags: dgp-refactor
11:56
merge trunk check-in: 2966e63a7f user: dgp tags: novem
2015-10-07
13:34
Fix [8587cb648c445f7]: clock default format incorrect check-in: dac4147f72 user: jan.nijtmans tags: trunk
13:14
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da2... check-in: 5034c136a8 user: jan.nijtmans tags: trunk
09:00
merge trunk check-in: c1a52531aa user: jan.nijtmans tags: tip-389-impl
08:40
Fix surrogate handling in PrintSourceToObj(), differenciating for TCL_UTF_MAX = 6 (androwish) and T... check-in: 7f398eb5b4 user: jan.nijtmans tags: trunk
07:23
merge trunk check-in: 2abe926465 user: jan.nijtmans tags: androwish
2015-10-06
14:49
Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: 481cc1a100 user: jan.nijtmans tags: trunk
10:50
merge trunk check-in: 231c2f1237 user: jan.nijtmans tags: androwish
09:46
merge trunk check-in: 39cfe7065f user: jan.nijtmans tags: novem
09:36
Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 7491c25e44 user: jan.nijtmans tags: trunk
08:21
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 7302585809 user: jan.nijtmans tags: trunk
2015-10-05
09:26
Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 7f273c5ec7 user: jan.nijtmans tags: trunk
2015-10-04
10:27
merge trunk check-in: e58f76013c user: jan.nijtmans tags: novem
10:20
Eliminate unnessessary end-of-line spacing. No functional change. check-in: 7caaf52e89 user: jan.nijtmans tags: trunk
09:42
merge trunk check-in: 0c13cf11bf user: jan.nijtmans tags: androwish
2015-10-01
12:10
merge novem check-in: 61c525a2a6 user: dgp tags: dgp-refactor
11:18
Fix signed<->unsigned compare gcc compiler warning. check-in: d89f5f9792 user: jan.nijtmans tags: trunk
2015-09-30
14:04
merge trunk check-in: 2ccd40967b user: jan.nijtmans tags: novem
13:57
merge trunk check-in: c23e2e76a6 user: jan.nijtmans tags: androwish
13:45
Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: c11c32ad31 user: jan.nijtmans tags: trunk
12:59
Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows check-in: faf762a211 user: jan.nijtmans tags: trunk
11:12
Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 27dc46e5cb user: jan.nijtmans tags: trunk
08:29
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version nu... check-in: 46ff66412d user: jan.nijtmans tags: trunk
2015-09-29
21:20
merge trunk check-in: 2aa90f5782 user: jan.nijtmans tags: androwish
08:06
rebase with novem check-in: 2897092cfa user: jan.nijtmans tags: novem-more-memory-API
07:56
merge trunk check-in: 771aa36a1e user: jan.nijtmans tags: novem
07:48
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: c2355bf4d3 user: jan.nijtmans tags: trunk
2015-09-28
11:13
Align comment. Remove some end-of-line spacing. No functional changes. check-in: fad573cac2 user: jan.nijtmans tags: trunk
10:58
Don't use mutex retry mechanism on Android. (problems ???) check-in: 218071d627 user: jan.nijtmans tags: androwish
2015-09-27
19:54
merge novem check-in: 7919f734b7 user: dgp tags: dgp-refactor
12:59
merge trunk check-in: bd170ad572 user: jan.nijtmans tags: androwish
2015-09-25
17:12
merge trunk check-in: e2fac8a6f7 user: jan.nijtmans tags: novem
16:43
Backout failed attempt to fix [32ae34e63a]. check-in: 33902c18c2 user: dgp tags: trunk
2015-09-24
14:43
Minor simplification and correct TCL_NORETURN decoration check-in: 002c5f56ee user: jan.nijtmans tags: rfe-854941, tip-596
14:14
Merge latest TIP #414 implementation (branch initsubsystems). check-in: 8cde9e363d user: jan.nijtmans tags: rfe-854941, tip-596
13:48
merge trunk check-in: 69fcfc124a user: jan.nijtmans tags: initsubsystems
11:06
Fix [5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: 6da7c01325 user: jan.nijtmans tags: trunk
10:03
merge trunk Closed-Leaf check-in: b65985a504 user: jan.nijtmans tags: bug-5d170b5ca5
10:01
merge-mark (almost, just a few cosmetic changes) check-in: 0b3d2ed4aa user: jan.nijtmans tags: trunk
2015-09-23
17:29
Update tests to new ReflectWatch() behavior. check-in: 58d7a51a76 user: dgp tags: trunk
17:15
[e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: 59229a9240 user: dgp tags: trunk
16:58
[32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. Mark new t... check-in: 7ecd0b8c8d user: dgp tags: trunk
12:19
Merge trunk check-in: d58c269d4e user: jan.nijtmans tags: bug-5d170b5ca5
11:35
merge trunk check-in: 35db3f7afb user: jan.nijtmans tags: androwish
10:42
Merge trunk check-in: 36541a24b8 user: jan.nijtmans tags: novem
10:29
Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. As a side-effect, this is as ... check-in: 4a27b0487a user: jan.nijtmans tags: trunk
2015-09-22
20:57
micro-opt of hash lookups found by drh check-in: 3f693cdfe9 user: msofer tags: trunk
15:24
Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further optimizations by the C-... Closed-Leaf check-in: 783aaa7b90 user: jan.nijtmans tags: panic-noreturn
11:32
Eliminate compiler warnings for MSVC check-in: 7b3b0ca73e user: jan.nijtmans tags: trunk
08:20
merge trunk check-in: eb6c2fe41b user: jan.nijtmans tags: novem
08:06
merge trunk check-in: 6911f22dbe user: jan.nijtmans tags: androwish
2015-09-21
19:25
[187d7f499b] Sync the regexp engine to the Postgres version. check-in: 2039e3cf3d user: dgp tags: trunk
19:04
[1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs. Contributed by Tom Lane ... check-in: c8dfe06653 user: dgp tags: trunk
18:50
[d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 7e49ffdb09 user: dgp tags: trunk
2015-09-17
11:47
fixed bug in zipfs error handling (backported from androwish) check-in: 4ba6b4a77f user: jan.nijtmans tags: androwish
2015-09-07
08:35
Fix for [5d170b5ca5] now available for widespread testing (incl. HPUX and OSX) check-in: 3ff8944fc4 user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-05
20:10
Merge trunk. "paranoia" patch for the notifier, making sure that thread local data from invalid thr... check-in: d8fd974ade user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-04
12:23
Document that multi-threading is on by default since 8.6 check-in: 2e7826da11 user: jan.nijtmans tags: trunk
12:16
merge trunk. Update documentation. check-in: c0985fc9bc user: jan.nijtmans tags: tip-389-impl
07:23
Remove unnecessary end-of-line spacing (preparing for some further documentation updates) check-in: a5205fe3c8 user: jan.nijtmans tags: trunk
2015-09-03
09:39
In StartNotifierThread() don't lock mutex if thread is already started. Fix panic message if thread... check-in: 795a9a8bc0 user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-02
13:19
nonportable -> nonPortable check-in: 2452a86c51 user: jan.nijtmans tags: trunk
11:54
Fix the Cygwin notifier, doing the initialization of the thread-local variables exactly the same as ... check-in: 57e106c650 user: jan.nijtmans tags: bug-5d170b5ca5
09:02
Merge trunk. Gustaf's latest and greatest fix. check-in: e2f25680d8 user: jan.nijtmans tags: bug-5d170b5ca5
08:44
merge trunk check-in: 50dc66790e user: jan.nijtmans tags: tip-389-impl
07:16
Merge trunk check-in: 938195c9ae user: jan.nijtmans tags: androwish
2015-09-01
18:54
Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, inspired by androwish. No... check-in: e2278643dc user: jan.nijtmans tags: trunk
15:15
Whitespace reduction in Tcl scripts. No functional change. check-in: 401a39ba9a user: jan.nijtmans tags: trunk
2015-08-31
17:30
Dependancies from androwish upstream check-in: bc0f534cb0 user: jan.nijtmans tags: androwish
10:41
Merge trunk. Add Gustaf's latest fix for unit-tests. check-in: 3458e0ec21 user: jan.nijtmans tags: bug-5d170b5ca5
10:27
merge trunk check-in: bdab384a47 user: jan.nijtmans tags: tip-389-impl
10:22
Merge trunk, but remove experimental tip-389-impl merge. check-in: 6d59f33bbb user: jan.nijtmans tags: androwish
10:18
Some Unicode encoding fixes, only having effect if TCL_UTF_MAX > 4. Backported from androwish check-in: d8764f73dd user: jan.nijtmans tags: trunk
2015-08-30
20:21
[7703ff1082] Improved wording. check-in: 7e791e7784 user: dkf tags: trunk
2015-08-28
10:57
Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 0e6e497bf3 user: jan.nijtmans tags: trunk
01:10
Further refinements. check-in: f31817e841 user: mistachkin tags: bug-57945b574a
00:58
Merge trunk. check-in: 4df80ff48d user: mistachkin tags: bug-57945b574a
00:46
Experimental changes to reduce lock contention during fork(). check-in: a989ec9aa1 user: mistachkin tags: bug-57945b574a
2015-08-27
14:53
Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 983b5afdc0 user: jan.nijtmans tags: trunk
2015-08-25
14:07
merge trunk check-in: 992fb42ccd user: jan.nijtmans tags: bug-5d170b5ca5
11:35
Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 69fd7c4740 user: jan.nijtmans tags: trunk
10:01
Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: 23c443f4f1 user: jan.nijtmans tags: trunk
2015-08-24
19:39
Merge tip-389-impl (experimental) check-in: 84c4345b29 user: jan.nijtmans tags: androwish
19:35
merge trunk check-in: c8d895c7d8 user: jan.nijtmans tags: tip-389-impl
08:01
one more.... check-in: 6e46db0a22 user: jan.nijtmans tags: androwish
07:58
Remove unused internal stub entries as well. check-in: 7dc4bc38ec user: jan.nijtmans tags: androwish
2015-08-21
13:29
Merge trunk. Throw away TclpGetDate, TclpLocaltime and TclpGmtime and all related dead code. It mak... check-in: fb4b33254f user: jan.nijtmans tags: androwish
11:21
Eliminate (harmless) compiler warning. No functional change. check-in: 89a003fa17 user: jan.nijtmans tags: trunk
2015-08-19
15:25
Fix [00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: 282c683bb9 user: jan.nijtmans tags: trunk
11:26
merge trunk. Remove now unused internal functions. check-in: afefb60708 user: jan.nijtmans tags: bug-5d170b5ca5
09:06
merge trunk check-in: 9394d5ff08 user: jan.nijtmans tags: androwish
2015-08-18
13:27
[465213d171] Documentation correction for Tcl_NewMethod. check-in: 46d2108111 user: dkf tags: trunk
12:50
[2c509f6291] Minor documentation correction from Peter Lewerin. check-in: 2aa305b227 user: dkf tags: trunk
12:47
[d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. check-in: 831d83dd4e user: dkf tags: trunk
07:01
[7a87a9bc5b] Eliminate invalid write, found by Rolf Ade using Valgrind. check-in: 82cf3748de user: dkf tags: trunk
2015-08-17
20:35
remove superfluous fprintf to stderr. check-in: 77145133c7 user: jan.nijtmans tags: bug-5d170b5ca5
19:39
Merge trunk. More notifier code cleanup. check-in: 798b3cf35c user: jan.nijtmans tags: bug-5d170b5ca5
18:23
[818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: ad6840ded7 user: dkf tags: trunk
18:01
Proposed fix for invalid write, found by valgrind. Closed-Leaf check-in: 4a4e3eb33d user: dkf tags: bug-7a87a9bc5b
15:21
Merge trunk. Gustaf's latest Unix Notifier improvements, now fixed to work with Cygwin and single-th... check-in: 692b1f54b4 user: jan.nijtmans tags: bug-5d170b5ca5
14:48
merge trunk. Put back some (actually unused) Tclp*UnixTime functions. check-in: e9d49a90fb user: jan.nijtmans tags: androwish
12:35
[e424e31ac7]: Corrected documentation of [regexp -indices] to mention all affected arguments. check-in: f184734500 user: dkf tags: trunk
2015-08-12
05:08
Merge tzdata2015f check-in: 6f9fae24ef user: venkat tags: novem
05:07
Merge tzdata2015f check-in: ca76ce4725 user: venkat tags: trunk
2015-08-06
04:34
merge trunk check-in: 0c2b99eaf6 user: jan.nijtmans tags: novem
04:33
merge trunk check-in: f596344a44 user: jan.nijtmans tags: androwish
04:25
Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: 8931dc163c user: jan.nijtmans tags: trunk
03:43
Gustaf Neumann's experimental Unix notifier improvements. check-in: 9e6cdeea1d user: jan.nijtmans tags: bug-5d170b5ca5
2015-08-05
19:30
remove potential crash detected by Coverity (it is a should-never-happen thing) check-in: 2e528c3783 user: msofer tags: trunk
14:44
mark function return as unused, to avoid confusing Coverity check-in: f1b48e9e46 user: msofer tags: trunk
2015-08-04
17:34
merge trunk check-in: b8253e16e6 user: jan.nijtmans tags: novem
2015-08-03
09:57
merge mark check-in: 2c8fc45c70 user: dkf tags: trunk
07:21
Fix problems with break and continue in for-step clauses, triggered by reporting of Coverity CID 125... check-in: 0db7a63c31 user: dkf tags: trunk
07:18
Fix the documentation comment. Closed-Leaf check-in: 77a5609058 user: dkf tags: Coverity CID 1251203
2015-08-02
16:17
And another problem with continue in for-step clauses, this time a problem in how TEBC handled an ed... check-in: f489f70210 user: dkf tags: Coverity CID 1251203
12:22
Fix more problems with break and continue in for-step clauses. check-in: 7a737d57dd user: dkf tags: Coverity CID 1251203
2015-08-01
19:37
Fix Coverity CID 1251203: break vs continue in for-step clause check-in: 3481934110 user: dkf tags: Coverity CID 1251203
19:00
explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it is always TCL_OK. Incons... check-in: 7448dc7ef9 user: msofer tags: trunk
2015-07-31
22:05
fix off-by-one possible buffer overrun when looking for encodings; found by coverity check-in: 65cc894ac5 user: msofer tags: trunk
00:01
fix typo found by Coverity; no effect on "most" platforms (is there anyone where it would matter?) check-in: df57190d7c user: msofer tags: trunk
2015-07-30
22:56
remove unnecessary checks found by coverity check-in: ea4f3ee751 user: msofer tags: trunk
18:57
remove self-assignment - found by Coverity check-in: b888764966 user: msofer tags: trunk
18:22
Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform: missi... check-in: ecaddab40c user: sebres tags: trunk
18:10
add comment to flag Tcl_Panic as no-return for Coverity Scan static analyzer check-in: de879c7755 user: msofer tags: trunk
13:02
Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform (errone... check-in: 4199a28012 user: sebres tags: trunk
2015-07-29
14:57
merge novem check-in: 7dd41f149c user: dgp tags: dgp-refactor
14:56
merge trunk check-in: 2fe99beec9 user: dgp tags: novem
14:56
[3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: 6b18af935a user: dgp tags: trunk
10:03
[3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 09d77bdb2a user: dgp tags: trunk
2015-07-23
17:31
merge-mark check-in: 24dc41e790 user: jan.nijtmans tags: bug-57945b574a
17:30
merge trunk check-in: f90dd5989c user: jan.nijtmans tags: bug-57945b574a
17:09
Fix bug [57945b574a]: lock in forking process under heavy m... check-in: 9f8b7bea53 user: jan.nijtmans tags: trunk
2015-07-20
12:09
merge trunk Closed-Leaf check-in: 8bdd67a63b user: dgp tags: bug-f97d4ee020
2015-07-18
05:52
[a3309d01db] Plug memleak in compiled [unset a($i)]. check-in: 41d3e42dda user: dgp tags: trunk
05:27
Add the missing cleanup bits in INST_UNSET_ARRAY. Closed-Leaf check-in: cd71aa687d user: dgp tags: bug-a3309d01db
02:39
merge trunk check-in: 5aa7992634 user: dgp tags: bug-a3309d01db
01:45
Fix failing test check-in: 32cb4cf790 user: dgp tags: trunk
2015-07-17
21:22
merge trunk check-in: 9dd0be6a79 user: dgp tags: bug-a3309d01db
21:17
Test for original meaning of [unset -nocomplain --]. FAILS! check-in: 7fac4e0bef user: dgp tags: trunk
19:33
[a3309d01db] Test the demonstrates leak in branch off checkin that starts it. check-in: 494aa96a48 user: dgp tags: bug-a3309d01db
2015-07-16
05:31
merge trunk check-in: 9fb3171f6d user: jan.nijtmans tags: androwish
2015-07-15
17:59
[9bad630c31] Prevent read outside of buffer bounds. check-in: 7b83d1ae4c user: dgp tags: trunk
17:20
[b1534b438b] Prevent read outside buffer boundaries. check-in: 0915121be2 user: dgp tags: trunk
15:35
merge novem check-in: 18daab3d84 user: dgp tags: dgp-refactor
15:34
merge trunk check-in: 5f09ced887 user: dgp tags: novem
14:52
merge trunk. Undo unnecessary changes in tclEncoding.c, making it equal to trunk again (thanks to Ch... check-in: f0ca2a6223 user: jan.nijtmans tags: androwish
14:47
Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever be... check-in: 5a8e195a32 user: jan.nijtmans tags: trunk
11:17
merge trunk Closed-Leaf check-in: 0c29e94a4a user: jan.nijtmans tags: bug-57945b574a-without-stub
09:31
Remove unused local variables. Now unix/tclUnixTime.c is idential in "androwish" compared to "novem"... check-in: 59e576c1f2 user: jan.nijtmans tags: androwish
09:22
Merge trunk. Remove TclpLocaltime, TclpGmtime and TclpGetDate completely, in order to prove that th... check-in: b7425eb31e user: jan.nijtmans tags: androwish
08:36
Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from a... check-in: 9a008e7622 user: jan.nijtmans tags: trunk
07:52
merge trunk check-in: 1888ac26fe user: jan.nijtmans tags: androwish
2015-07-14
21:38
Spell out [info exists] in example code for [exit] command. check-in: 7d94a18b73 user: andy tags: trunk
2015-07-13
09:41
merge trunk check-in: edcfc37018 user: jan.nijtmans tags: win-console-panic
09:01
merge trunk check-in: ecaf852558 user: jan.nijtmans tags: novem
2015-07-10
12:41
Implement TIP 436: Improve TclOO isa Introspection check-in: 52e60be8fa user: dkf tags: trunk
12:40
Added tests. Closed-Leaf check-in: 735b52a80c user: dkf tags: tip-436
2015-07-07
14:20
Documentation: source ignores BOM for unicode files check-in: 8c273ab09b user: oehhar tags: trunk
2015-07-05
17:58
merge novem check-in: a006f10aa9 user: dgp tags: dgp-refactor
17:45
merge trunk check-in: 9ef0aa82b0 user: dgp tags: novem
16:52
[a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within the string of the correspon... check-in: 032f16915b user: dgp tags: trunk
2015-07-02
13:46
Plug leak of two mp_ints. check-in: 72ede96266 user: dgp tags: trunk
13:18
merge trunk check-in: 690360ca64 user: jan.nijtmans tags: androwish
13:17
merge trunk check-in: cfb40a9761 user: jan.nijtmans tags: novem
12:54
Revert refcount changes that were not cosmetic. Changing equality testing to inequality testing does... check-in: 33e894a6ee user: dgp tags: trunk
12:29
Revert some refcount changes on I/O structs. These are refcounts on structs, not Tcl_Obj's. Their s... check-in: 77039e15ef user: dgp tags: trunk
12:19
merge trunk check-in: f099df5ecf user: jan.nijtmans tags: win-console-panic
12:17
Remove unnecessary end-of-line spacing in compat/*.c check-in: cbe2302e59 user: jan.nijtmans tags: trunk
12:10
merge trunk check-in: 7c68910cbf user: jan.nijtmans tags: win-console-panic
09:18
merge trunk check-in: a6d70f8aba user: jan.nijtmans tags: androwish
08:42
merge trunk check-in: 4c0b0070c3 user: jan.nijtmans tags: novem
08:17
Another round of refCount consistancy improvements. check-in: ec91b85b61 user: jan.nijtmans tags: trunk
03:15
remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has zero hope of being reviv... check-in: 1d247073cf user: msofer tags: trunk
2015-07-01
13:12
Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a better idea. A few more ... check-in: 53c70c03d6 user: jan.nijtmans tags: trunk
09:58
Say what is meant more clearly, put syntax checks before semantic checks. check-in: 7dcbab24d6 user: dkf tags: tip-436
09:45
Implementation of TIP #436: Improve TclOO isa Introspection check-in: 4ade21a91a user: dkf tags: tip-436
2015-06-30
21:41
Consistancy in refcount management. check-in: 296892a8fb user: jan.nijtmans tags: trunk
14:39
Correct handling of dictionaries in the background error processing code. check-in: 3c9641e092 user: dkf tags: trunk
14:39
merge head check-in: 28e1092ca7 user: dkf tags: trunk
14:32
"mcpackagelocale present" is more elegant check-in: 03d030c1c2 user: oehhar tags: trunk
08:10
Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal Obj types. On most pla... check-in: d3a263c973 user: jan.nijtmans tags: trunk
2015-06-29
21:44
[TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) check-in: 392ff6199d user: oehhar tags: trunk
21:26
Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfig Closed-Leaf check-in: 4c6197ca80 user: oehhar tags: msgcat_dyn_locale, tip-412
2015-06-28
01:55
Merge tzdata2015e from ietf.org check-in: ccce66fed7 user: venkat tags: novem
01:55
Merge tzdata2015e from ietf.org check-in: 1615793e80 user: venkat tags: trunk
2015-06-26
15:16
Tests for mcexists and mcloadedlocales check-in: 9806884e41 user: oehhar tags: msgcat_dyn_locale
13:41
Manpage, callback fail calls bgerror, clean catalog on packagelocale unset check-in: 4b0540150e user: oehhar tags: msgcat_dyn_locale
2015-06-25
08:08
merge trunk check-in: 76bc3b030d user: jan.nijtmans tags: novem
08:05
revert unintended change of .settings/org.eclipse.core.resources.prefs in previous commit check-in: 65f10f89cc user: jan.nijtmans tags: trunk
08:02
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 63b06948ef user: jan.nijtmans tags: trunk
2015-06-24
15:48
merge novem check-in: f0a996e066 user: dgp tags: dgp-refactor
14:45
merge trunk check-in: 593db2ff1b user: jan.nijtmans tags: novem
14:28
Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of int for more internal ... check-in: d5dd89b5a0 user: jan.nijtmans tags: trunk
13:56
Silence compiler warning. check-in: 127a366b73 user: dgp tags: trunk
2015-06-23
22:22
merge trunk check-in: 207ccc25be user: jan.nijtmans tags: novem
21:47
Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout, so make sure only win3... check-in: b4820171ca user: jan.nijtmans tags: trunk
20:42
merge trunk check-in: 0e38aecf90 user: jan.nijtmans tags: novem
20:32
Member field which should not have been const, because it is dynamically allocated. Some end-of-line... check-in: e6a8b4df5b user: jan.nijtmans tags: trunk
13:04
If the file system changes when "cwd" changes, force a filesystem refresh on path objects. Needed fo... check-in: 48beab9ffd user: jan.nijtmans tags: trunk
2015-06-22
12:40
Merge trunk check-in: a8834249fb user: oehhar tags: msgcat_dyn_locale
2015-06-21
22:29
Branch for androwish, as help to keep track on which android-specific changes could be included into... check-in: fe175c2a4e user: jan.nijtmans tags: androwish
2015-06-20
20:44
Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 4a7785cdf1 user: kbk tags: trunk
2015-06-19
15:35
Remove lines of code made obsolete by earlier changes. check-in: 83de1a781f user: dgp tags: trunk
2015-06-18
20:58
Fix win compile check-in: cd6bd2d51a user: jan.nijtmans tags: novem-more-memory-API
19:58
merge novem check-in: 8d9650ab81 user: jan.nijtmans tags: novem-more-memory-API
19:35
merge trunk check-in: 2e63aaca7e user: jan.nijtmans tags: novem
17:33
[a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. check-in: 210979790b user: dgp tags: trunk
13:09
Merge trunk. Upgrade to Unicode 8.0 check-in: 8d19eec637 user: jan.nijtmans tags: tip-389-impl
12:54
Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: fa3f257039 user: jan.nijtmans tags: trunk
2015-06-17
20:32
Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. check-in: bc5d1d75a1 user: mistachkin tags: bug-57945b574a-without-stub
2015-06-16
15:24
Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFinalize(). This does not... check-in: c2af0457ba user: jan.nijtmans tags: bug-57945b574a-without-stub
08:41
Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 186588751d user: jan.nijtmans tags: trunk
03:33
lreplace: more tests, doc improvement Closed-Leaf check-in: b1d875f05f user: aspect tags: aspect-lreplace-refix
00:41
fix for a4cb3f06c4fe - bug introduced in 32b61592465 check-in: 8532890ecf user: aspect tags: aspect-lreplace-refix
2015-06-11
02:47
Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ticket [478c446889]. check-in: 513c7ae3fc user: mistachkin tags: trunk
2015-06-10
21:53
Patch to add support for higher baud rates under Unix Ticket [e770d92d76]] Closed-Leaf check-in: 7c1aae5292 user: hypnotoad tags: ticket-e770d92d6
2015-06-08
20:56
The unit for usleep() is microseconds, not milliseconds. check-in: 68decd512b user: mistachkin tags: bug-57945b574a
17:19
Stop documentation lie about command rename traces and comment lie about what's done with them in Tc... check-in: 0f3b6ef172 user: dgp tags: trunk
2015-06-05
19:59
Merge thread test typo fixes from trunk. check-in: dfd36a52c7 user: mistachkin tags: bug-57945b574a
19:58
Fix typo in three thread tests. check-in: afbc4d55a7 user: mistachkin tags: trunk
19:56
Add stress test. check-in: 20b8b27291 user: mistachkin tags: bug-57945b574a
2015-06-04
20:49
Merge updates from trunk. check-in: e7851134ad user: mistachkin tags: bug-57945b574a
11:49
merge novem check-in: a481c80d50 user: dgp tags: dgp-refactor
11:49
merge trunk check-in: 76453f3d83 user: dgp tags: novem
2015-06-03
19:08
[268b23df11] Revised patch to create phony source string when the original script does not actually ... check-in: a4746159a2 user: dgp tags: trunk
17:40
Put the ellipsis inside, not outside, the close quote. check-in: 4ff271315a user: dgp tags: trunk
12:26
[268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets the length to a non-positiv... check-in: 5bd1e43691 user: dgp tags: trunk
2015-06-01
15:16
Make all msgcat tests pass check-in: c3bc045725 user: oehhar tags: msgcat_dyn_locale
2015-05-31
19:03
clock.tcl modified that all clock tests pass check-in: 5cbb737b5c user: oehhar tags: msgcat_dyn_locale
16:20
merge trunk check-in: 5a33b96277 user: oehhar tags: msgcat_dyn_locale
2015-05-28
12:28
merge trunk check-in: 8f95dbfde4 user: dgp tags: bug-57945b574a
00:53
Make sure the necessary mutexes are in a well-known state across calls to fork(). check-in: e061e813c3 user: mistachkin tags: bug-57945b574a
2015-05-27
22:34
Fix typo in previous check-in. Closed-Leaf check-in: a6cc71ba6d user: mistachkin tags: experimental
22:29
Make sure the master and mutex locks are in a well-known state across the fork() call. check-in: c69cf62a8e user: mistachkin tags: experimental
21:11
Merge trunk check-in: f5d3bd2653 user: jan.nijtmans tags: novem
18:35
Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: ef02e1dfd9 user: andreask tags: trunk
12:58
merge novem check-in: eb5d28cac2 user: dgp tags: dgp-refactor
2015-05-26
10:16
Added missing marker for incompatibility. check-in: ffbbbcc0ed user: dkf tags: trunk
2015-05-25
20:23
Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: 29ddaf623d user: jan.nijtmans tags: trunk
13:03
Merge trunk check-in: 357f05a553 user: jan.nijtmans tags: novem
2015-05-21
17:58
Additional mutex locking/unlocking during fork() to keep things synchronized. check-in: ba2d367156 user: mistachkin tags: experimental
2015-05-20
15:15
Missed a bit check-in: 8d6572f68a user: dgp tags: trunk
15:12
[29044ba23f] Remove RANLIB as part of library installation. At best it's redundant to the RANLIB al... check-in: 9f5893b2e8 user: dgp tags: trunk
13:45
Don't change autoconf version by accident. check-in: 2e6cee666e user: dgp tags: bug-57945b574a
13:42
merge novem check-in: 636ad0e928 user: dgp tags: dgp-refactor
13:42
merge trunk check-in: 118b4353ad user: dgp tags: novem
13:37
merge trunk check-in: 9447602d7e user: dgp tags: bug-57945b574a
2015-05-19
20:34
Simplify code generation for a list of literals. Generates slightly simpler bytecode too. check-in: 1a292c2874 user: dkf tags: trunk
20:29
Tidier version. Closed-Leaf check-in: 3963c3db7f user: dkf tags: dgp-defer-string-rep
19:22
Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode. Candidate for merge to t... check-in: a3d89bfa32 user: dgp tags: dgp-defer-string-rep
2015-05-18
20:41
regenerate configure check-in: 4a93db1712 user: dkf tags: bug-57945b574a
20:33
First attempt at implementing the necessary auto-magic for usleep. check-in: f1e461bdbc user: mistachkin tags: bug-57945b574a
18:23
Adjust tweaks from the previous check-in to prepare for configure detection of usleep(). check-in: 7697b08d77 user: mistachkin tags: bug-57945b574a
14:44
merge trunk Leaf check-in: 91c27597c9 user: dgp tags: bug-3608714
14:39
merge trunk check-in: a9b44e12b1 user: dgp tags: bug-3608714
08:20
[11250a236d] Made the documentation of non-greediness overrides more obvious. check-in: 93531a5a13 user: dkf tags: trunk
07:51
[c11a51c482] Stop race condition with -accept config option, and allow overriding of it via -headers... check-in: ab0370691f user: dkf tags: trunk
2015-05-17
23:45
Temporary tweaks to allow Thread package tests to pass on Unix. check-in: 1334a0f10a user: mistachkin tags: bug-57945b574a
22:13
This should completely fix the race conditions at the cost of more complexity. Also, on Unix, a mor... check-in: dcdbdb965a user: mistachkin tags: bug-57945b574a
20:13
Update header file with the TIP number. check-in: 562aa37438 user: mistachkin tags: bug-57945b574a
20:10
Fix deadlock. check-in: 0b7a654181 user: mistachkin tags: bug-57945b574a
19:49
Merge updates from trunk. check-in: 7f74633ca9 user: mistachkin tags: bug-57945b574a
19:46
Fix typo in the previous check-in. check-in: 88904831f0 user: mistachkin tags: bug-57945b574a
18:03
Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinalize API. Not yet tested. check-in: 53d99af757 user: mistachkin tags: bug-57945b574a
12:56
[ad6696285c] Correction of description of filter behaviour with 'unknown'. check-in: 90adc15aa1 user: dkf tags: trunk
12:06
[ad6696285c] Demonstrate that filters are not called for destructors. check-in: 413d3622d5 user: dkf tags: trunk
2015-05-16
06:59
Reword and clarify the doc changes from the previous check-in. check-in: 4b7f255148 user: mistachkin tags: bug-57945b574a
06:49
First draft of the necessary doc changes. check-in: a68b3f0dac user: mistachkin tags: bug-57945b574a
2015-05-15
22:14
[85ce4bf928] Fix for problems with storing Inf with [binary format R]. check-in: 21866fab39 user: dkf tags: bug-85ce4bf928
14:40
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. check-in: 55abfff316 user: dkf tags: trunk
13:54
[9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even when construction didn... check-in: b055612dca user: dkf tags: trunk
2015-05-14
11:20
merge novem check-in: 782f3e764a user: dgp tags: dgp-refactor
11:20
merge trunk check-in: 4099a7fc2b user: dgp tags: novem
11:19
Bump to http 2.8.9 check-in: b855213f45 user: dgp tags: trunk
08:23
[6a71dbe6ec] Ensure that compression errors log correctly. check-in: b61e62776b user: dkf tags: trunk
08:05
[b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interop... check-in: 52fd51a4df user: dkf tags: trunk
2015-05-12
15:00
Added contributed tests from aspect Closed-Leaf check-in: 2417c6617a user: dgp tags: bug-0f42ff7871
14:45
merge trunk check-in: cddef08e73 user: dgp tags: bug-0f42ff7871
2015-04-30
15:32
merge novem check-in: 81b82b492e user: dgp tags: dgp-refactor
15:32
merge trunk check-in: 63b60af5d4 user: dgp tags: novem
15:31
test portability check-in: 019ec0ba40 user: dgp tags: trunk
15:26
merge novem check-in: a8fcf3d71f user: dgp tags: dgp-refactor
2015-04-29
21:51
merge trunk check-in: c80897363f user: jan.nijtmans tags: novem
20:35
merge mark check-in: ec6a571ab9 user: dgp tags: trunk
18:16
[894da183c8] Test and fix for regression in flushing blocked channels. check-in: 98d7d3d724 user: dgp tags: trunk
07:56
Merge tzdata2015d from ietf.org check-in: c440f651dd user: venkat tags: trunk
2015-04-24
20:17
[879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prope... check-in: fa817d16c8 user: dgp tags: trunk
15:48
Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: 727d74f76d user: dgp tags: trunk
2015-04-23
12:17
Open linked folder shared on Windows - Patch [19ea026e43] check-in: 990679a4a2 user: oehhar tags: trunk
2015-04-20
10:35
Fix [8065d17822]: Duplicate -DNDEBUG in compiler command wi... check-in: 0a2e3bb2d9 user: jan.nijtmans tags: trunk
2015-04-17
20:52
bring in dgp's improvements to zippy check-in: b285882061 user: msofer tags: trunk
2015-04-16
12:27
Reduce the list walking by keeping lastPtr fields. Closed-Leaf check-in: 51052eab9b user: dgp tags: zippy-fifo
2015-04-15
19:57
Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool so that the overal opera... check-in: ee5c16f99b user: dgp tags: zippy-fifo
2015-04-10
09:23
Fix [a0a251e4e4]: tcl 8.6.4 compilation on windows with msy... check-in: c397433be3 user: jan.nijtmans tags: trunk
2015-04-09
19:53
Add new public Tcl C API to allow a mutex to be unlocked and then finalized atomically. Candidate f... check-in: 30dc11630f user: mistachkin tags: bug-57945b574a
09:27
Don't warn about warnings that are suppressed correctly now. check-in: d6a4608b51 user: dkf tags: trunk
09:20
Squelch otherwise-unavoidable OSX warnings. It's like magic! check-in: 4760483bbd user: dkf tags: trunk
2015-04-08
19:08
improve comments for TclMarkTailcall and friends check-in: 36cb964690 user: msofer tags: trunk
16:42
Correction suggested by miguel. Passes test suite and fixes bug demos. check-in: 5c3a32ed23 user: dgp tags: bug-0f42ff7871
14:37
Proposed fix. check-in: b77f0e1f77 user: dgp tags: bug-0f42ff7871
2015-04-04
11:47
Don't fetch values we don't need. check-in: 6f8d422627 user: dkf tags: trunk
2015-03-31
02:48
First sketch implementation of a Hash Array Map Trie (HAMT). check-in: b719efb9dd user: dgp tags: dgp-refactor
2015-03-24
18:38
merge novem check-in: cc8a52a073 user: dgp tags: dgp-refactor
18:37
merge trunk; purge TCL_HASH_KEY_STORE_HASH customization. That was a migration crutch to help code ... check-in: 237cb01cf9 user: dgp tags: novem
18:27
There's no need to constrain the declaration of Tcl_GetMemoryInfo(). check-in: 07823e2c5d user: dgp tags: trunk
17:34
Tcl source code already assumes the <limits.h> file is available. (See tcl/libtommath/tommath.h .) ... check-in: 713e898a78 user: dgp tags: trunk
15:18
merge novem check-in: 408dde56d0 user: dgp tags: dgp-refactor
15:13
merge trunk check-in: 199d4d8540 user: dgp tags: novem
2015-03-23
16:05
fix comments describing tailcall implementation check-in: 3a9cbfee23 user: msofer tags: trunk
13:46
fix comments describing tailcall implementation check-in: 654bad187e user: msofer tags: trunk
13:43
more comments Closed-Leaf check-in: 8ef09a1e8a user: msofer tags: mig-tailcall-cleanup
02:11
updated, improved tailcall comments check-in: cf96e3ae67 user: msofer tags: mig-tailcall-cleanup
01:01
branch for ordering and grouping the tailcall related code, and especially clean up the comments check-in: 319c4b5555 user: msofer tags: mig-tailcall-cleanup
00:33
completing the fix for bug d87cb182053fd79b3 check-in: 42560cb77f user: msofer tags: trunk
2015-03-22
22:28
Demonstration fix for bug. check-in: e19921efbc user: dgp tags: bug-f97d4ee020
2015-03-21
15:08
adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 check-in: 76751aba52 user: msofer tags: trunk
00:31
[d87cb18205] Let compiled ensembles handle tailcalls properly. check-in: 6b81a0d7de user: dgp tags: trunk
2015-03-20
19:57
Remove STRICT directive from public header. It does approximately nothing, and doesn't belong in ge... check-in: 806e97f718 user: dgp tags: trunk
2015-03-19
10:41
Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break and not return 0 bytes... check-in: 4368d9eefc user: ashok tags: trunk
2015-03-17
20:25
Added better way to find executable name on OSX. check-in: 9844900283 user: dkf tags: bug-1224888
19:47
merge trunk check-in: f84d142b93 user: dkf tags: bug-1224888
10:54
Some cleanup of style issues. Leaf check-in: a2cf701b1c user: dkf tags: apn-hash-opt
01:07
Checkpointing the core_zip_vfs branch against the lastest release check-in: 6200e05d2f user: hypnotoad tags: core_zip_vfs
2015-03-16
07:07
Experimental branch implementing caching of hashed Tcl_Obj values. check-in: 7612bd6e33 user: ashok tags: apn-hash-opt
2015-03-13
17:14
Upon further review, due the order of #include of headers, we do not have a history of a #define STR... Closed-Leaf check-in: 8a65d84d24 user: dgp tags: dgp-win-specific-strict
16:55
The STRICT directive influences how #include "windows.h" works. This is not a generic concern. Move... check-in: 222ac77106 user: dgp tags: dgp-win-specific-strict
2015-03-12
15:07
merge novem check-in: 6edb8b4e49 user: dgp tags: dgp-refactor
15:06
merge trunk check-in: 94ad5d5d47 user: dgp tags: novem
14:47
merge release check-in: d64e46c5af user: dgp tags: trunk
2015-03-11
20:56
merge novem check-in: 129ac3fa0e user: dgp tags: dgp-refactor
20:55
merge trunk check-in: 06a7c7a11e user: dgp tags: novem
12:30
update changes Closed-Leaf check-in: 824b141077 user: dgp tags: rc1, release, core-8-6-4, core-8-6-4-rc
12:26
merge trunk check-in: 2768b8131b user: dgp tags: core-8-6-4-rc
12:25
merge mark check-in: 099f49094f user: dgp tags: trunk
2015-03-10
14:41
Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing... check-in: a34070f149 user: kevin_walzer tags: trunk
2015-03-06
19:55
.RS/.RE balance check-in: 03366013bb user: dgp tags: rc0, core-8-6-4-rc
19:48
`make html` must tolerate bundled packages using configure.ac over configure.in. check-in: 2c50439818 user: dgp tags: core-8-6-4-rc
19:43
product of a make dist check-in: b8d70a3abc user: dgp tags: core-8-6-4-rc
16:39
merge mark check-in: 98dd813367 user: dgp tags: trunk
2015-03-03
21:29
update changes check-in: 388ef7d2c1 user: dgp tags: core-8-6-4-rc
2015-03-02
22:38
merge trunk check-in: 4083a2ec42 user: dgp tags: core-8-6-4-rc
08:54
Deleted Win95/98-specific documentation as those platforms have long been unsupported. check-in: 792da66b36 user: ashok tags: trunk
2015-02-26
16:58
autoconf-2.59 check-in: 87155b45ee user: dgp tags: core-8-6-4-rc
16:57
Bump to 8.6.4. check-in: 0ae41bd701 user: dgp tags: core-8-6-4-rc
16:40
merge novem check-in: c0ddc62dbe user: dgp tags: dgp-refactor
16:35
merge trunk check-in: f28efa3202 user: dgp tags: novem
2015-02-20
20:19
[32b6159246] Accept aspect patch for broken [lreplace] bytecode. No more [lreplace {1 2 3} 2 0] => 1... check-in: a3653be454 user: dgp tags: trunk
19:30
[e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is optional. Update the docs to mak... check-in: 4b4a843052 user: dgp tags: trunk
2015-02-19
22:01
per ticket [e08c2c407b053bbfaab] (and stray code related to [84f208762f172e]) adj code to passing t... check-in: e8e453a016 user: bch tags: trunk
19:19
Do not fault! Tcl_Panic()! - improvements to handling Tcl_CreateChannel() args check-in: 8b6f2cc858 user: bch tags: trunk
19:16
backout backwards-incompatible experiment that was accidentally committed Closed-Leaf check-in: 84f208762f user: bch tags: tclchan_assertions
18:57
sync w/ [trunk] check-in: fac397e113 user: bch tags: tclchan_assertions
06:29
undo erroneous change in [1fa2e32e07] Closed-Leaf check-in: 0a7c347ebc user: aspect tags: aspect-lreplace-fix
02:42
handle [lreplace l x y ...] where y<x check-in: bdd93f86b9 user: aspect tags: aspect-lreplace-fix
02:34
(core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 check-in: a6f0049368 user: aspect tags: aspect-lreplace-fix
2015-02-12
17:08
Merge trunk and tzdata2015a from ietf.org check-in: 7e2416a5da user: venkat tags: novem
2015-02-11
23:54
merge tzdata2015a from ietf.org check-in: c01663d9a7 user: venkat tags: trunk
15:56
Even clearer failure messages. check-in: d82fc0ac6e user: dkf tags: tclchan_assertions
03:43
merge mark check-in: c820272112 user: dgp tags: trunk
2015-02-08
06:50
Tcl_ChanneType inputProc and outputProc tests, according to docs (ref: [e08c2c407b053bbfaab]) Closed-Leaf check-in: d535157618 user: bch tags: tclchan_assertions
05:04
inputProc and outputProc tests run conditionally on TCL_READABLE, TCL_WRITABLE mask check-in: 29f5697dfd user: bch tags: tclchan_assertions
2015-02-07
21:19
switch raw assert() to Tcl_Panic() per discussion w/ dkf check-in: 4c53df3107 user: bch tags: tclchan_assertions
21:12
merge [trunk] check-in: e64fd539ad user: bch tags: tclchan_assertions
2015-01-29
18:39
Fix [08872796bc] check-in: 938d402c18 user: dgp tags: trunk
18:36
Test for bug [08872796bc]. check-in: 38a021fa60 user: dgp tags: trunk
17:48
Protect against extension variable resolvers that fail to play by the post-Var Reform rules. check-in: 9fff408391 user: dgp tags: trunk
2015-01-26
21:00
merge trunk check-in: 8fdd17d1b2 user: jan.nijtmans tags: novem
20:56
Fix [df08482b04]: Double defined INFINITY in regguts.h check-in: fd1317ae18 user: jan.nijtmans tags: trunk
20:51
merge trunk check-in: 8b523e16b0 user: dgp tags: bug-3608714
2015-01-23
13:53
re-generate "configure" check-in: 6652be06bb user: jan.nijtmans tags: bug-1224888
2015-01-22
20:00
re-base to trunk check-in: 7d224d42f7 user: jan.nijtmans tags: bug-1224888
2015-01-21
00:21
truncateProc *can* be NULL check-in: 4f581ec708 user: bch tags: tclchan_assertions
2015-01-20
23:40
assert() on missing definitions for Tcl_ChannelCreate() required struct Tcl_ChannelType{} fields. check-in: 03386a8409 user: bch tags: tclchan_assertions
2015-01-17
18:40
apply contributed patch which fixes a segfault check-in: fa50ea7b17 user: jan.nijtmans tags: tip-389-impl
17:42
merge trunk check-in: ba66980d64 user: jan.nijtmans tags: tip-389-impl
2015-01-02
22:43
merge mark check-in: 690300420f user: dgp tags: trunk
22:42
Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting on the contents of dst -- t... check-in: bd7e81c0fb user: dgp tags: trunk
2014-12-23
18:52
merge novem check-in: af900c390e user: dgp tags: dgp-refactor
18:44
merge trunk check-in: 526ce54517 user: dgp tags: novem
18:39
Add two new (undocumented) flags to the Tcl_ExternalToUtf() interface. TCL_ENCODING_NO_TERMINATE rej... check-in: 7cefe002e7 user: dgp tags: trunk
17:53
Support TCL_ENCODING_CHAR_LIMIT in TableToUtfProc and EscapeToUtfProc drivers. Closed-Leaf check-in: 14b0ab81bb user: dgp tags: dgp-encoding-flags
17:48
Support TCL_ENCODING_CHAR_LIMIT in the Iso88591ToUtfProc driver. check-in: 0a271e0a77 user: dgp tags: dgp-encoding-flags
17:46
Support TCL_ENCODING_CHAR_LIMIT in the UnicodeToUtfProc driver. check-in: 18bd29454d user: dgp tags: dgp-encoding-flags
17:26
Support TCL_ENCODING_CHAR_LIMIT in the UtfToUtfProc driver. check-in: 0ff413f9e5 user: dgp tags: dgp-encoding-flags
17:13
Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver. check-in: 32e5400e02 user: dgp tags: dgp-encoding-flags
16:57
Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system manage the max chars to read co... check-in: 8890be077c user: dgp tags: dgp-encoding-flags
15:37
merge novem check-in: 37e28f586b user: dgp tags: dgp-refactor
15:19
merge trunk check-in: ce8eb2a4dd user: dgp tags: novem
03:11
merge trunk check-in: b057d4a0fb user: dgp tags: dgp-encoding-flags
02:41
Use more suitable variable name pushers. check-in: d9a4be6a30 user: dgp tags: trunk
02:12
Eliminate TclIsLocalScalar(). No callers left. check-in: ace6686f02 user: dgp tags: trunk
01:28
Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar(). check-in: 2bff63d484 user: dgp tags: trunk
2014-12-22
20:27
Convert the LocalScalar*() macros to rest on TclPushVarName rather than on TclIsLocalScalar(). check-in: f4187de9bb user: dgp tags: trunk
20:13
Use (interp == NULL) argument to TclPushVarName() to signal that no compiling is desired. Only a lo... check-in: 4b3a62d56b user: dgp tags: trunk
19:57
More complete use of the TCL_NO_ELEMENT flag to suppress useless actions. check-in: bfe5d18986 user: dgp tags: trunk
17:12
merge mark check-in: 123f195b90 user: dgp tags: trunk
2014-12-19
17:57
merge-mark. The compiler machinery has changed too much for any hope for a successful merge. TclIs... check-in: 5dfdd58c00 user: dgp tags: trunk
2014-12-18
18:06
[7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the byte-moving optimized path o... check-in: fca565edf9 user: dgp tags: trunk
14:38
[af08e89777] Rework finalization to stop encoding-24.2 segfault. check-in: 60215f1e7a user: dgp tags: trunk
2014-12-17
20:47
Rework the *FinalizeThread*() routines so that the quick exit preference is respected without need t... Closed-Leaf check-in: 0c55f8ef65 user: dgp tags: bug-af08e89777
19:57
Revise encoding finalization so that it does a more complete job of restoring the pre-initialized st... check-in: 519d6c8e9e user: dgp tags: bug-af08e89777
11:21
changes for TIP427 check-in: 452faca544 user: oehhar tags: trunk
08:42
Include option -connecting in test iocmd-8.15.1 check-in: e3ea8c6212 user: oehhar tags: trunk
08:24
TIP-427: make "fconfigure $h -connecting" official (client sockets only) check-in: 9fcbf61071 user: oehhar tags: trunk
08:22
Documented "fconfigure $h -connecting" on socket man page Closed-Leaf check-in: b689b115bd user: oehhar tags: tip-427
07:53
Merge trunk check-in: bc38411db8 user: oehhar tags: tip-427
2014-12-15
10:23
merge trunk (but 86 -> 90) check-in: ba65c384d5 user: jan.nijtmans tags: novem
10:20
85 -> 86 check-in: 544df7aea5 user: jan.nijtmans tags: trunk
2014-12-14
12:13
merge-mark check-in: 975a47cdd7 user: jan.nijtmans tags: trunk
2014-12-13
02:47
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch check-in: dbed517c8b user: kevin_walzer tags: trunk
2014-12-10
00:38
merge tzdata2014j from ietf.org check-in: 582dfa389d user: venkat tags: novem
00:37
merge tzdata2014j from ietf.org check-in: 753ce11db4 user: venkat tags: trunk
2014-12-08
16:23
merge trunk check-in: 16ac00f4bb user: jan.nijtmans tags: novem
16:10
Fix some gcc compiler warnings (probably cygwin-only) check-in: 9ad673da8e user: jan.nijtmans tags: trunk
2014-12-07
12:17
test for bug [c6ed4acfd8]: running async socket connect with other connect established will block tc... check-in: 972aaaacc9 user: oehhar tags: trunk
2014-12-06
11:19
Potential fix for [c6ed4acfd8]. Simple typo in original fix for [336441ed59]. Was looping on stat... check-in: 0658e05c4a user: ashok tags: trunk
2014-12-05
21:28
Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCommand() (in the pre-8.4.... check-in: 5c3b0b33f0 user: dgp tags: trunk
15:05
Bringing core_zip_vfs up to date with trunk check-in: 52241094a3 user: hypnotoad tags: core_zip_vfs
12:28
[d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow... check-in: 576177cd54 user: dgp tags: trunk, potential incompatibility
2014-12-03
23:55
And then another merge mark to finish. check-in: e6dd11413c user: dgp tags: trunk
23:54
Now make the patch by hand that fossil could not merge. check-in: 0b5e44e98b user: dgp tags: trunk
23:51
Just a merge mark since fossil cannot do it right. check-in: 6288895427 user: dgp tags: trunk
23:34
missing unset in new test check-in: f06e472e4e user: msofer tags: trunk
23:27
fix var($) problem, bug [0c043a175] (thx dgp) check-in: a99cda1ce0 user: msofer tags: trunk
23:17
test and fix (thx dgp) Closed-Leaf check-in: 2e6529b49a user: msofer tags: bug-0c043a175
23:05
[0dca3bfa8f] Strengthen validity checks on fast-path string comparison. check-in: 10719b63c9 user: dkf tags: trunk
13:22
adding a test for the bug check-in: dcc6ec3e90 user: msofer tags: bug-0c043a175
2014-12-01
20:17
Fix missing export of the "NewForeachInfoType" AuxData structure for tbcload/tclcompiler packages. check-in: edb0dea965 user: andreask tags: trunk
2014-11-26
18:17
Merge from trunk Leaf check-in: b99509d26e user: jcr tags: jcr-notifier-poll
2014-11-25
19:25
merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (prop... Leaf check-in: c7bc4d485a user: bch tags: bch_coverity
2014-11-24
03:11
merge trunk check-in: 74365a92a9 user: dgp tags: dgp-encoding-flags
03:08
[e087812465] Trim back operatorStrings array to just the entries that are needed. Trims away the par... check-in: e11d223695 user: dgp tags: trunk
2014-11-21
13:10
merge trunk check-in: d6600334f0 user: jan.nijtmans tags: novem
13:05
Fix [7433384665]: socket error encoding bug. check-in: 19efe47577 user: jan.nijtmans tags: trunk
2014-11-17
20:55
merge 8.6.3 core (ref: [core-8-6-3]; nb: specific tag could change in future.) check-in: 5c0a5f44ce user: bch tags: bch_coverity
15:04
Added the zvfstools file to the installer check-in: 7e8220ba60 user: hypnotoad tags: core_zip_vfs
13:00
merge trunk check-in: 0b851de3a3 user: dgp tags: dgp-encoding-flags
2014-11-15
23:45
Tweaks to build Leaf check-in: 92779ba3ee user: hypnotoad tags: core_zip_vfs_c_encoder
21:46
Add to Tcl_ExternalToUtf() a capability to impose a limit on the number of chars produce in the enco... check-in: 4c4b417d21 user: dgp tags: dgp-encoding-flags
21:13
With no padding needed for a terminating NUL, there no need for a distinction between the dstNeeded ... check-in: 08d5c4e676 user: dgp tags: dgp-encoding-flags
21:08
Tcl_ExternalToUtf appends a terminating NUL to its encoded results. Perhaps this is a welcome conven... check-in: dfbd1c41a7 user: dgp tags: dgp-encoding-flags
14:48
Added the C implementation of the zipvfs encoder that was originally bundled into the zvfs.c file as... check-in: cb1011bfac user: hypnotoad tags: core_zip_vfs_c_encoder
00:12
For the feature branch we now enable Zip file functions for all shells in Unix, and explicitly name ... check-in: 1d8bf095f0 user: hypnotoad tags: core_zip_vfs
2014-11-14
12:29
Merge trunk. Update to Unicode 8 beta check-in: 5e0b59a946 user: jan.nijtmans tags: tip-389-impl
09:47
merge trunk check-in: b83be1ab3b user: jan.nijtmans tags: novem
09:44
Remove a number of eol-spaces. No change in functionality. check-in: 43b5a95f6d user: jan.nijtmans tags: trunk
2014-11-13
16:08
Simplify NativeIsComPort() implementation: native paths never end in ':', and never use forward slas... check-in: f27ce7a1a5 user: jan.nijtmans tags: trunk
15:50
Add a mode for injecting the TkDll into the VFS check-in: b607f9b797 user: hypnotoad tags: core_zip_vfs
14:58
Removed _ANSI_ARGS_ macros. They were not compiling in Tk for some reason today... check-in: 758f3bb391 user: hypnotoad tags: core_zip_vfs
14:30
Tweak to delete the tclzsh.vfs directory before the rm -rf tclvfs* statement in "make clean" check-in: c0b9d42ce2 user: hypnotoad tags: core_zip_vfs
14:13
Merging in changes from trunk check-in: 173ba18398 user: hypnotoad tags: core_zip_vfs
12:52
Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of... check-in: 90f8c27d0d user: jan.nijtmans tags: trunk
03:20
Even though we are ultimately terminating the process, we manage our resources. (ref: Coverity CID 4... check-in: 836d53271d user: bch tags: bch_coverity
2014-11-12
04:45
merge novem check-in: edf50096a2 user: dgp tags: dgp-refactor
04:44
merge trunk check-in: c0fa0060a5 user: dgp tags: novem
04:35
merge release check-in: 2b53ef7858 user: dgp tags: trunk
2014-11-11
22:23
Likely fix for channel mem leaks. Closed-Leaf check-in: 450a131ee7 user: dgp tags: core-8-6-3, release, core-8-6-3-rc
2014-11-09
06:56
coverity 1251249 Out-of-bounds read, off-by-one check-in: 12524da9f5 user: bch tags: bch_coverity
2014-11-08
07:06
[214cc0eb22] Add tests to make sure that this bug stays fixed. check-in: fcc112066f user: dkf tags: trunk
2014-11-07
17:48
Correct -singleproc 1 testing flaws. check-in: b71c2af14a user: dgp tags: rc2, core-8-6-3-rc
14:10
update changes; more test suite polishing. check-in: 156a2211b7 user: dgp tags: core-8-6-3-rc
13:59
Make sure all uses of the [testbytestring] command are constrained. check-in: c60e3fa141 user: dgp tags: core-8-6-3-rc
2014-11-06
18:38
Merged latest trunk work (especially changes to eof handling) into the RC. check-in: b37ba326f6 user: andreask tags: core-8-6-3-rc
17:34
cleanup global namespace litter check-in: 1647ca4c08 user: dgp tags: trunk
16:56
merge novem check-in: 49f1d7fec5 user: dgp tags: dgp-refactor
16:56
merge trunk check-in: d5dbec3ae3 user: dgp tags: novem
16:34
[5adc350683] Stop Tcl forcing EOF condition on channels to be permanent. It may be fleeting, and all... check-in: 16bdf667aa user: dgp tags: trunk
16:20
merge iogt fixes. Closed-Leaf check-in: 032cde93a3 user: dgp tags: bug-5adc350683-86
14:52
Another test checking that handling when transform returns nothing is right. check-in: d7e45b9c0f user: dgp tags: bug-5adc350683-86
13:38
New tests iortrans-4.11* demonstrate what was wrong with the "leaky EOF flag" approach in 8.6.1 and ... check-in: d603576fb7 user: dgp tags: bug-5adc350683-86
2014-11-05
20:34
Reflected Transform channel fix. Be sure each EOF on the base channel gets passed up to become an e... check-in: 8b00e4587f user: dgp tags: bug-5adc350683-86
16:47
New test iortrans-4.10 to demo failure of channel transformation to handle fleeting EOF in the base ... check-in: d73979ff65 user: dgp tags: bug-5adc350683-86
16:39
merge trunk check-in: 92fc15829a user: dgp tags: bug-5adc350683-86
06:36
[214cc0eb22] Restore [lappend $var] return value to the 8.6.1- behavior. If this is going to change,... check-in: f40e585e4b user: dgp tags: trunk
2014-11-04
16:05
Proposed workaround for [b5ced5865b]: newer MinGW compilers can link directory to the zlib dll, hope... Closed-Leaf check-in: f4b66e37c7 user: jan.nijtmans tags: bug-b5ced5865b
2014-11-03
21:37
Make sure reflected channels do not make a double call to Tcl_ReadRaw(), with the unwarranted assump... check-in: b3df4b3d82 user: dgp tags: bug-5adc350683-86
21:04
Same patch re-enabling read after EOF, but here applied to 8.6. Likely additional changes needed in ... check-in: e9b791012a user: dgp tags: bug-5adc350683-86
12:54
Add test-case for previous commit, which shows that when trying to open a filename with invalid char... check-in: 9971779e88 user: jan.nijtmans tags: trunk
10:23
Better errormessage when file path contains invalid characters. check-in: 58143ff4f8 user: jan.nijtmans tags: trunk
2014-11-01
14:52
Disable assertion until tls bug it detects is fixed. check-in: bd7e5a4c20 user: dgp tags: trunk
2014-10-31
11:14
Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Prevent possible buffer-ov... check-in: 68cbd0b200 user: jan.nijtmans tags: trunk
10:20
When translating a reserved devicename to native pathname, strip ':' postfix. Possible fix for [dcc0... check-in: a48b313b26 user: jan.nijtmans tags: trunk
2014-10-28
13:06
merge trunk check-in: c75e80f332 user: dgp tags: core-8-6-3-rc
11:42
Revert bug-fix for [2413550], in order to be able to investigate whether it caused [dcc03414f5] or n... Closed-Leaf check-in: 35aa29eca7 user: jan.nijtmans tags: bug-dcc03414f5
2014-10-26
07:53
Support for Windows 10 check-in: f01531c3d2 user: jan.nijtmans tags: trunk
2014-10-24
20:10
merge mark check-in: a9d85b0a22 user: dgp tags: trunk
2014-10-22
14:46
by request check-in: 76fb8c73a5 user: dgp tags: rc1, core-8-6-3-rc
2014-10-21
01:20
Fixes to allow a standard tclsh build to do the zip file encoding, instead of having to do it all t... check-in: 6c7635e2ee user: hypnotoad tags: core_zip_vfs
01:11
Tweaked zvfstools to always allows the zvfs::mkzip command, and defer the check for the rest of the ... check-in: 5cef4847a0 user: hypnotoad tags: core_zip_vfs
01:04
Replaced calls to zip with calls to the new pure-tcl zipfile encoder embedded in zvfstools.

Fixed a... check-in: 6dd3878e92 user: hypnotoad tags: core_zip_vfs

2014-10-20
20:54
Added the zipfile::encode routine from Tcllib, and a rudimentary zipfile decode as a package "zvfsto... check-in: 8b58e606ad user: hypnotoad tags: core_zip_vfs
19:59
Renamed "tclkit" to "tclzsh"

Removed tclzsh from "make binaries". (It the user wants it, they have ... check-in: 5577189ee9 user: hypnotoad tags: core_zip_vfs

01:23
Removed the dual ported canonical path mapping scheme to allow Odie and FreeWrap to coexist. The res... check-in: dd441a751c user: hypnotoad tags: core_zip_vfs
01:20
Added thread mutex/release calls around the potentially contested regions of the code:

Mounting a... check-in: eb7ef71fe1 user: hypnotoad tags: core_zip_vfs

2014-10-19
20:20
Added a "_bare" stage to capture the kit executable before the VFS is wrapped to it. check-in: 9edde82482 user: hypnotoad tags: core_zip_vfs
20:03
Update the zipvfs implementation with additional code from both Odie and Dennis LaBelle's FreeWrap.... check-in: 5fa52cd7ed user: hypnotoad tags: core_zip_vfs
11:06
Bringing in the latest fixes from trunk check-in: d4e9327ae2 user: seandeelywoods tags: core_zip_vfs
2014-10-18
22:51
merge novem check-in: a63895b926 user: dgp tags: dgp-refactor
22:49
merge trunk: check-in: 7abadb418f user: dgp tags: novem
22:43
merge trunk check-in: 0a522a5abd user: dgp tags: rc0, core-8-6-3-rc
20:03
[10dc6daa37] New fix for [gets] on non-blocking channel. This time properly accounts for the effects... check-in: 58e5b26f2a user: dgp tags: trunk
2014-10-17
14:28
Merge trunk Closed-Leaf check-in: 1984d275c5 user: oehhar tags: tip-428
12:52
fconfigure -peername and -sockname return empty string while async connect running. check-in: 44cb942486 user: oehhar tags: trunk
12:28
New tests: 14.16: -peername empty while async connect running, 14.17: -sockname check-in: de0ebf629b user: oehhar tags: tip-427
10:00
Merge trunk check-in: e14a019b4f user: oehhar tags: tip-427
2014-10-14
18:12
Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. check-in: 481f2d5443 user: dgp tags: core-8-6-3-rc
2014-10-10
20:37
Resolve test conflicts over global vars check-in: 524b934ef0 user: dgp tags: trunk
20:04
merge novem check-in: d5c6105bab user: dgp tags: dgp-refactor
20:03
merge trunk check-in: 40b2999ded user: dgp tags: novem
20:02
merge mark check-in: db897a5666 user: dgp tags: trunk
19:56
[bf7135428c] Restore the Tcl_Write() return value logic. check-in: 2e1556fb0e user: dgp tags: trunk
19:44
[ed29c4da21] Completed fix for [chan copy] handling [chan blocked]. check-in: b71be3e49e user: dgp tags: trunk
19:36
Add Colin's test for coro floor above street level [Bug #3008307] check-in: b6705463b3 user: ferrieux tags: trunk
19:02
Another test so both DoRead and MBRead are covered. check-in: 0b0cac0b60 user: dgp tags: trunk
18:28
[ed29c4da21] Merge patch from 8.5, still not a complete fix. check-in: 009cbc8def user: dgp tags: trunk
16:13
New test io-53.15 for [ed29c4da21]. check-in: ead247a36f user: dgp tags: trunk
2014-10-09
14:56
[2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command traces. check-in: 5234b9ac20 user: dgp tags: trunk
2014-10-08
12:07
merge novem check-in: d99d6b5460 user: dgp tags: dgp-refactor
07:14
Merge trunk check-in: 1fde3c846f user: jan.nijtmans tags: novem
07:11
Fix [59a2e78e54] : tclWinTime.c does not compile with MSVC1... check-in: c9c7d35c9d user: jan.nijtmans tags: trunk
2014-10-03
20:26
merge novem check-in: 0e216d959a user: dgp tags: dgp-refactor
20:26
merge trunk check-in: 830dc0d2e2 user: dgp tags: novem
20:20
fix [bc1a96407a] check-in: d7030fb605 user: dgp tags: trunk
15:47
test cases Closed-Leaf check-in: c812d55777 user: dgp tags: bug-bc1a96407a
2014-10-02
21:40
Possible fix for testing. check-in: 7bc07a4974 user: dgp tags: bug-bc1a96407a
17:43
[bc1a96407a] Partial solution should avoid crash, but may lead to wrong behavior. check-in: 6c9efd94aa user: dgp tags: bug-bc1a96407a
14:52
merge novem check-in: 9d27a814c2 user: dgp tags: dgp-refactor
14:51
merge trunk check-in: a20825f456 user: dgp tags: novem
14:46
[bc5b790099] Improper calculation of new dstLimit value. New test io-12.7. check-in: 32edfe9722 user: dgp tags: trunk
2014-09-30
19:41
Remove TODO when it gets TODONE check-in: c999e510e1 user: dgp tags: dgp-refactor
19:37
Convert loop to use a BP iterator. check-in: adc6634678 user: dgp tags: dgp-refactor
2014-09-29
13:37
Rebase the refactoring branch to novem. check-in: 663194637e user: dgp tags: dgp-refactor
13:25
merge trunk check-in: 95094291e7 user: dgp tags: dgp-refactor
13:10
Restore build - transform AuxData collection to Brodnik Array check-in: d5caacf10d user: dgp tags: dgp-refactor
11:49
Merge new disassembler. DOES NOT BUILD! tclDisassemble.c still needs conversion. check-in: 16dfcd4ff8 user: dgp tags: dgp-refactor
2014-09-28
22:23
merge trunk check-in: 9a9386911e user: dgp tags: novem
2014-09-27
21:36
Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd]

The "optimisation" in that commit... check-in: 956d1be41b user: msofer tags: trunk

20:28
Applied patch by Andreas Leitgeb so that [string cat]'s compiled bytecode optimally groups args by 2... check-in: 32c3cbf245 user: ferrieux tags: trunk
2014-09-26
12:05
Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... check-in: 2baaa060aa user: oehhar tags: tip-427
11:34
Win implementation of TIP 428 Rev 1.21: fconfigure channel -error ?errorDictVar? check-in: 2d27b66029 user: oehhar tags: tip-428
2014-09-25
18:47
comment fix check-in: 39d3ca2cad user: dgp tags: trunk
13:27
Win implementation of TIP 428 Rev 1.21: fconfigure channel -error ?otherVar? This branch is a doubl... Closed-Leaf check-in: ed4a7d805e user: oehhar tags: tip-428
2014-09-22
18:27
Merge with trunk check-in: aa4f784295 user: hypnotoad tags: core_zip_vfs
2014-09-20
12:37
Added a script-readable bytecode disassembler in tcl::unsupported. check-in: 9b04dd8ea0 user: dkf tags: trunk
11:40
Tidy things up a bit more. Closed-Leaf check-in: e31506063b user: dkf tags: dkf-improved-disassembler
2014-09-19
06:36
Merge from trunk check-in: 9d87cb1287 user: hypnotoad tags: core_zip_vfs
2014-09-17
13:40
merge trunk check-in: a21142a02c user: dgp tags: dgp-refactor
13:16
merge trunk check-in: e483b90ad3 user: jan.nijtmans tags: novem
10:47
merge-mark check-in: c3abb5be5a user: jan.nijtmans tags: trunk
08:33
Walked back modifications to tclConfig.sh.in

(Builds don't require them anymore) check-in: 63f755231c user: tne tags: core_zip_vfs

08:31
Removed non-working tclkit-direct makefile technique check-in: f62bd8dc6e user: tne tags: core_zip_vfs
2014-09-16
23:07
Added a "make tclkit" to makefile

Removed debugging fprintf check-in: b2491b1e92 user: hypnotoad tags: core_zip_vfs

15:48
Better pic flag for OpenBSD. check-in: fc3dfd9bc8 user: stwo tags: trunk
2014-09-15
14:59
Removed non-working code from the end of the mkVfs.tcl script check-in: 36c73f3d2f user: hypnotoad tags: core_zip_vfs
10:04
Modified the makefile to produce a distinct name for a kit depending on whether it was compiled stat... check-in: 2c33cc0626 user: hypnotoad tags: core_zip_vfs
09:44
The unix build has been pared down to the minimum hooks required to build a VFS enabled Tclsh with a... check-in: f0b37aebaf user: hypnotoad tags: core_zip_vfs
2014-09-14
17:11
whitespace tweak check-in: 61b66a0f21 user: dkf tags: dkf-improved-disassembler
16:51
merge trunk check-in: d7e6ea8c44 user: dkf tags: dkf-improved-disassembler
2014-09-12
17:59
Zip enabled shells now build just like tclsh.

Whether they are dynamic or static is determined by -... Closed-Leaf check-in: 8f11d69abf user: tne tags: core_zip_vfs

16:13
Backing out code that inserted a debug statement into the http package check-in: 623e75f093 user: hypnotoad tags: core_zip_vfs
16:06
Merging in changes from trunk check-in: ba85013c28 user: hypnotoad tags: core_zip_vfs
16:03
Developed an improved bootloader built around TclSetPreInitScript. The new bootloader now mounts th... check-in: c6b845bda5 user: hypnotoad tags: core_zip_vfs
2014-09-11
04:31
merge trunk check-in: a9c6fb8114 user: stwo tags: stwo-dev86
2014-09-10
22:17
[cee90e4e88] Correct error in stack depth checking. check-in: b5ecfdaff3 user: dgp tags: trunk
08:24
[2486824] Improve error message; not all that upvars is an upvar. check-in: aa55afef99 user: dkf tags: trunk
2014-09-09
19:49
[84af1192f5]: [regsub] compiler no longer confused by quantification handling. check-in: 25f44e9a6d user: dkf tags: trunk
15:23
Folding the core_zip_vfs_static work back into main branch. The pure-dynamic line of research was no... check-in: c5e069de45 user: hypnotoad tags: core_zip_vfs
15:09
Added the "run tcl dll from vfs" magic to windows check-in: cde34f25f5 user: hypnotoad tags: core_zip_vfs
15:02
Add tclkit to "make all" and install check-in: 84365e493b user: hypnotoad tags: core_zip_vfs
14:47
Instead of statically link the tclkit executable, pack the tcl dll in the VFS check-in: 8d38788ffd user: hypnotoad tags: core_zip_vfs
13:59
Add Static library link instructions to tclConfig.sh Closed-Leaf check-in: 2cd7c40e2b user: hypnotoad tags: core_zip_vfs_static
07:55
Instead of statically compiling the Tclkit executable straight from .o files, generate a static libr... check-in: 03dbd642da user: hypnotoad tags: core_zip_vfs_static
06:54
Added the tclkit binaries to install check-in: f38b8d5ad3 user: hypnotoad tags: core_zip_vfs_static
2014-09-08
22:50
Refine TclFinalizeThreadData so that the quick-exit optimization really only affects exit. check-in: c16bc1a7db user: ferrieux tags: trunk
21:36
Zap outdated comment. Leaf check-in: d61626209b user: ferrieux tags: nonmonotonic-obj-alloc
21:22
Exceptional handling of oo::class has to be consistent throughout. check-in: 084ef81a6c user: dgp tags: trunk
2014-09-06
19:56
Don't leak our temp sorted chunk table. check-in: a3fa5b8266 user: ferrieux tags: nonmonotonic-obj-alloc
14:31
a little bit of code tidy-up check-in: add596e868 user: dkf tags: nonmonotonic-obj-alloc
13:19
Qsort gotcha: pointer difference is *not* a proper order unless computed in N+1 bits. Use explicit c... check-in: a04fcb396e user: ferrieux tags: nonmonotonic-obj-alloc
11:41
Created a designated bootloader for Tclkits under windows

On windows, tclkits build a private VFS i... check-in: cd9bbdf261 user: hypnotoad tags: core_zip_vfs

01:21
Preliminary checkin for Windows tclkit builds check-in: c9f72a4736 user: hypnotoad tags: core_zip_vfs
00:58
New build process for Tcl kits in Unix (Windows port to follow...)

Rather than force a "make instal... check-in: a45b82575d user: hypnotoad tags: core_zip_vfs

2014-09-05
20:42
merge trunk check-in: dee6e07687 user: ferrieux tags: nonmonotonic-obj-alloc
20:34
Updating to the latest trunk check-in: 6c37892758 user: hypnotoad tags: core_zip_vfs
19:04
Remove unused macros. check-in: c750138b4b user: dgp tags: trunk
18:30
Make corrections to long-false comments. check-in: 2558fa2094 user: dgp tags: trunk
10:05
[ccc2c2cc98]: lreplace edge case check-in: c20208530f user: dkf tags: trunk
2014-09-04
22:05
Remove ChannelHandlerEvent struct, which has never been used in all of recorded Tcl history. Still n... check-in: e2338e8828 user: dgp tags: trunk
01:27
Removed a typo check-in: bbbef942d3 user: hypnotoad tags: core_zip_vfs
01:23
Removed some debugging code of mine... check-in: dfd8080cdc user: hypnotoad tags: core_zip_vfs
01:22
Adapted the Unix startup process to ifdef out the KIT specific behaviors.

tclkit is now build as a ... check-in: 048d56390d user: hypnotoad tags: core_zip_vfs

00:30
Re-engineered the windows kitbuilding process to produce a standalone executable (in a similar proc... check-in: ae8b5b6616 user: hypnotoad tags: core_zip_vfs
2014-09-03
22:03
Typo Fix check-in: f32c24047c user: tne tags: core_zip_vfs
21:24
Merging changes from trunk check-in: 6f6342b8fe user: hypnotoad tags: core_zip_vfs
21:11
Closing the hypnotoad branch check-in: 93e7e6f813 user: tne tags: core_zip_vfs
21:10
Updating hypnotoad branch Closed-Leaf check-in: b2aeca61e8 user: tne tags: hypnotoad
20:41
More tweaks to makefiles check-in: 430f936c3b user: hypnotoad tags: core_zip_vfs
20:32
Merging in changes from Tcl

Reduced the code necessary to bootstrap a shell to a single C call.

Re... check-in: a706cf4205 user: hypnotoad tags: core_zip_vfs

19:44
Distinguish hanging from crashing in exit tests. check-in: 208b2e859d user: ferrieux tags: trunk
15:48
[132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset instead of calloc. Now consistent with tclWi... check-in: da203cbda6 user: ashok tags: trunk
10:50
Backported dkf's documentation effort to the main core_zip_vfs branch check-in: 2743e37804 user: hypnotoad tags: core_zip_vfs
10:24
Clean up of docs, import basic text from comments in code, format. check-in: f6c5f91158 user: dkf tags: hypnotoad
08:33
merge trunk check-in: ae0ebaef76 user: jan.nijtmans tags: novem
2014-09-02
22:06
Merging in the "official" windows hang patch check-in: 67c6c1c72a user: hypnotoad tags: hypnotoad
22:00
Refrain from calling TclFinalizeThreadData() in quick-exit case as it is useless (just memory freein... check-in: 3ec5b57e64 user: ferrieux tags: trunk
21:57
Add test cases in very first position for hang-on-exit, both in (normal) quick-exit and TCL_FINALIZE... check-in: 60cd951205 user: ferrieux tags: trunk
21:19
Merging with fix_windows_zip check-in: d5b9767029 user: hypnotoad tags: hypnotoad
21:16
Fix for the cases where a dynamic build is used Leaf check-in: 903bd406c4 user: hypnotoad tags: fix_windows_zlib
20:26
Revised patch (per ferrieux) check-in: 17facd18b9 user: hypnotoad tags: hypnotoad
20:17
Merging in changes from core_zip_vfs check-in: b3cc774c30 user: hypnotoad tags: hypnotoad
20:16
Added a hac^H^H^Hpatch from ferrieux to mask around the exit hang on windows until the issues are fi... check-in: 87d43b4d28 user: hypnotoad tags: hypnotoad
18:30
Pared down tclZipVfs to eliminate #ifdef branches that we don't have to worry about with a modern Tc... check-in: e7375a703d user: hypnotoad tags: core_zip_vfs
15:23
Start of the "hypnotoad" branch, combining the various patches I'm testing against. check-in: e1f1b9db01 user: hypnotoad tags: hypnotoad
15:21
Patch to make the default behavior for Tcl under Windows to embed the Zlib sources rather than add ... check-in: 1d8c535315 user: hypnotoad tags: fix_windows_zlib
11:04
Rather than make a special executable, tclkits are now a copy of tclsh with an attached zip file check-in: 5747a1b07c user: hypnotoad tags: core_zip_vfs
2014-09-01
23:23
Tweaking the Makefile instructions for Tclkits under unix check-in: 7811fafa97 user: hypnotoad tags: core_zip_vfs
13:51
Squelch most warnings. check-in: 376fdb8633 user: dkf tags: core_zip_vfs
10:45
Bring the source more into line with Tcl style. check-in: e92cf56f98 user: dkf tags: core_zip_vfs
10:03
Merging in changes from core. check-in: 35c56d3b90 user: hypnotoad tags: core_zip_vfs
09:41
Tweaks to the Windows makefile. check-in: 874bfe9df5 user: hypnotoad tags: core_zip_vfs
09:36
Tweak the Windows implementation of Tcl_AppInit() to match Unix check-in: dbf5b98ca7 user: hypnotoad tags: core_zip_vfs
08:19
merge trunk check-in: aa7012d066 user: jan.nijtmans tags: novem
08:17
Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS us... check-in: a37bbd81ea user: jan.nijtmans tags: trunk
07:15
Adding the ability for the Tcl core to build self-contained Zip-based executables

* Integrated a pu... check-in: c1d9b13f8c user: hypnotoad tags: core_zip_vfs

2014-08-30
08:30
merge trunk check-in: e415ae9ffb user: dkf tags: dkf-improved-disassembler
2014-08-29
22:56
Initial attempt at converting select()-based notifier to poll() check-in: 77bea02457 user: jcr tags: jcr-notifier-poll
17:33
Use TclpSys* macros, not direct system calls. check-in: 4ca7fe7cf2 user: dgp tags: trunk
2014-08-28
07:53
[b9e1a3032e] Implement the documented method search order for TclOO. This corrects the relative posi... check-in: ab635c8161 user: dkf tags: trunk, potential incompatibility
2014-08-27
20:58
merge trunk check-in: 50170f8f77 user: jan.nijtmans tags: novem
20:36
merge trunk check-in: 17b49b1805 user: dgp tags: dgp-refactor
20:34
merge release check-in: 00c2575fe2 user: dgp tags: trunk
2014-08-25
21:43
merge trunk; update changes Closed-Leaf check-in: f8d346ad1f user: dgp tags: rc3, core-8-6-2, release, core-8-6-2-rc
21:37
TIP 429 implementation. New command [string cat]. check-in: 84ed8cd57f user: dgp tags: trunk
15:40
merge-mark check-in: 7fb1988d33 user: dgp tags: trunk
13:51
Do not let fossil README droppings leak into distribuion check-in: 4b5e8fec6b user: dgp tags: core-8-6-2-rc
2014-08-24
17:59
merge trunk check-in: ee7c5a97be user: dgp tags: dgp-refactor
17:50
merge trunk check-in: 83d073e6c1 user: dgp tags: novem
2014-08-22
22:11
Bump to zlib 2.0.1. check-in: 419c3dac03 user: dgp tags: core-8-6-2-rc
21:52
Bump to TclOO 1.0.2 check-in: 05ecf401c7 user: dgp tags: core-8-6-2-rc
17:28
merge trunk; stamp release date. check-in: c8daa1083d user: dgp tags: rc2, core-8-6-2-rc
13:48
merge 8.5; fix notifier mask bug and Tcl_Read performance regression check-in: 8cf00e79f5 user: dgp tags: trunk
2014-08-20
14:28
Additions to changes. check-in: a81f224e2b user: dgp tags: core-8-6-2-rc
11:23
[74e073599e]: tclsh is using old style dialogs when Tk is l... check-in: c438e5f6a0 user: jan.nijtmans tags: trunk
2014-08-19
20:35
merge trunk Closed-Leaf check-in: 3455770a8f user: ferrieux tags: tip-429
18:34
Update changes file. check-in: 184a8023de user: dgp tags: core-8-6-2-rc
14:57
merge trunk check-in: b8c5829d91 user: dgp tags: novem
13:39
merge trunk check-in: 05909b3cb3 user: dgp tags: rc1, core-8-6-2-rc
13:38
merge trunk check-in: bb83be9a5a user: dgp tags: dgp-refactor
2014-08-17
15:23
[7d52e1101b] oo::object should know that oo::class is a subclass. check-in: b3543267de user: dkf tags: trunk
2014-08-14
16:32
Proof-of-concept of a nonmonotonic Tcl_Obj allocator, with zero perf impact and explicit ::tcl::unsu... check-in: 86886e44d8 user: ferrieux tags: nonmonotonic-obj-alloc
06:49
Merge trunk. Remove (old and deprecated) SystemV timezone information. check-in: 2f17676f24 user: jan.nijtmans tags: novem
2014-08-13
09:06
Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by ac... check-in: 2c695b9fc8 user: jan.nijtmans tags: trunk
01:45
merge tzdata2014f from ietf.org check-in: d3c5f2eb2f user: kbk tags: trunk
2014-08-12
15:52
merge trunk check-in: 01b8a806cb user: dgp tags: dgp-refactor
15:47
merge trunk check-in: 6726634c92 user: dgp tags: core-8-6-2-rc
15:46
merge-mark. Do not accommodate udp bugs in Tcl 8.6.2. check-in: f306d817b0 user: dgp tags: trunk
2014-08-06
18:20
Fixed type conversion warnings which break a Win32 debug build (MSVC). check-in: bd9c215886 user: andreask tags: trunk
2014-08-05
22:10
Fix comment inaccuracy. check-in: 7dad8a3e54 user: ferrieux tags: tip-429
18:20
More aggressive constant folding in [string cat]. Thanks AndreasK for kicking. check-in: 15f9b0abea user: ferrieux tags: tip-429
11:29
Better organize [string cat] by chunks of 255 args. check-in: 97af63ba9c user: ferrieux tags: tip-429
10:34
Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a single push. check-in: a321e41d54 user: ferrieux tags: tip-429
09:55
More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donal check-in: 70c49b9302 user: ferrieux tags: tip-429
2014-08-04
14:06
Hum. Really merge trunk. check-in: 5d9c445fc1 user: ferrieux tags: tip-429
14:02
merge trunk check-in: 67c1a8899a user: ferrieux tags: tip-429
13:37
merge trunk check-in: 4a2f6c01ab user: dgp tags: core-8-6-2-rc
13:36
Add tclsh.exe.manifest.in to the distribution check-in: ed24f583f4 user: dgp tags: trunk
2014-08-03
22:43
Tidy up the docs check-in: d560d1022a user: dkf tags: tip-429
2014-08-02
19:20
merge trunk check-in: 63ed148e71 user: kbk tags: dkf-improved-disassembler
15:26
Don't use [pid] in tests, stick to constant literals. check-in: a3fb69be9f user: ferrieux tags: tip-429
13:04
TIP 429 Implementation: [string cat] check-in: 9ce779b099 user: ferrieux tags: tip-429
04:50
merge trunk check-in: f4c5f4c7b0 user: dgp tags: dgp-refactor
04:38
merge trunk check-in: c8994555bf user: dgp tags: core-8-6-2-rc
04:36
Another Preserve/Release on channels is needed during IO finalization. check-in: c286356bd3 user: dgp tags: trunk
2014-08-01
20:07
Addition of a cast in tclWinFile.c to match types in a comparison, and fix of a TRACE string literal... check-in: f8304cc503 user: andreask tags: trunk
19:50
Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "... check-in: 8e0d1b1eca user: andreask tags: trunk
19:29
merge-mark check-in: 5b1069eccd user: dgp tags: trunk
17:18
merge trunk check-in: 4f6076a7d9 user: dgp tags: core-8-6-2-rc
16:34
Recognize that "id" is the K combinator in disguise. Rename it as "K" and extend its semantics accor... Leaf check-in: 63a2d798bd user: ferrieux tags: tip429-only-id
16:01
[e75fabac06] Teardown line information after failed ensemble subcommand compile attempts. Copy/past... check-in: 42ab495d54 user: dgp tags: trunk
15:53
Tentative implementation of the "pure" part of TIP 429: the [id] function (bytecoded). To be discuss... check-in: 735df299b5 user: ferrieux tags: tip429-only-id
14:36
Correction and commentary in the details of ensemble compiling. check-in: 2bee22315a user: dgp tags: trunk
2014-07-31
21:23
Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d417791c9] check-in: a41a431706 user: jan.nijtmans tags: trunk
20:00
merge trunk check-in: c9835f5515 user: dgp tags: core-8-6-2-rc
19:58
[a84a720966] Protect against double free in TclOO classChainCache teardown. check-in: 61e0390b0a user: dgp tags: trunk
15:49
merge trunk check-in: 9f9f03353d user: dgp tags: core-8-6-2-rc
08:39
merge trunk Closed-Leaf check-in: 8faac4e42d user: jan.nijtmans tags: robust-async-connect-tests
02:04
Testing patches for iOS support Closed-Leaf check-in: ba55cebfc9 user: kevin_walzer tags: ios
2014-07-30
16:41
[3757cdf808] More clock refactoring with spooky impact on [string match] performance. check-in: db3153c306 user: dgp tags: trunk
02:58
Complete transformation off Tcl_Preserve() legacy onto ref counting. check-in: 6955f4f7b5 user: dgp tags: trunk
00:22
Reduce the cost of Preserve/Release on channels check-in: d77bfcba0a user: dgp tags: trunk
2014-07-29
00:22
[3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a bizarre performance regress... check-in: aee3eac812 user: dgp tags: trunk
2014-07-28
14:50
Bump to 8.6.2 for release. check-in: 3b527b0024 user: dgp tags: core-8-6-2-rc
02:06
An alternative implementation of [chan copy] that operates in precisely those circumstances where th... check-in: c7b746822b user: dgp tags: trunk
01:53
merge trunk Closed-Leaf check-in: 296a1ba317 user: dgp tags: dgp-move-buffers
01:42
Revise MBRead() to be used in both sync and async modes. check-in: f906a935ae user: dgp tags: dgp-move-buffers
2014-07-27
22:53
Push MBWrite() differences out to callers. check-in: f9904aa12a user: dgp tags: dgp-move-buffers
22:47
merge-mark check-in: 259fad0956 user: jan.nijtmans tags: trunk
17:20
Rework MBWrite() so it can be used in both sync and async modes. Reduce code duplication. check-in: 50f3d36769 user: dgp tags: dgp-move-buffers
2014-07-26
15:44
Use common MBError() routine for sync and async operations. check-in: 4712a9759c user: dgp tags: dgp-move-buffers
15:02
Extend the "move buffer" implementation to cover the async case. check-in: 3523e77b9b user: dgp tags: dgp-move-buffers
2014-07-24
17:19
merge trunk check-in: 23ad7264fd user: dgp tags: dgp-move-buffers
17:17
[9d19af7adb] Make sure all timer events get canceled. check-in: 1f0a5df094 user: dgp tags: trunk
15:34
simplify moveBytes selection logic check-in: e29e9fc580 user: dgp tags: dgp-move-buffers
15:24
Make sure MoveBytes error reporting reproduces what CopyData does. Bugward compatibility! check-in: 4b830e8027 user: dgp tags: dgp-move-buffers
15:17
merge trunk check-in: e5e8b19569 user: dgp tags: dgp-move-buffers
15:17
Test format of write error messages during binary [chan copy] check-in: def53d5d4d user: dgp tags: trunk
15:02
Make sure MoveBytes records read error messages. check-in: 92f931b2d4 user: dgp tags: dgp-move-buffers
15:01
merge trunk check-in: c516bad281 user: dgp tags: dgp-move-buffers
15:00
Test read error during binary [chan copy]. check-in: 9cf0bce34b user: dgp tags: trunk
2014-07-23
17:10
Extend the buffer move optimization to the "same encodings" case. check-in: e44c207283 user: dgp tags: dgp-move-buffers
2014-07-22
20:27
merge trunk check-in: 4bfdb8139c user: dgp tags: dgp-move-buffers
20:19
merge trunk check-in: 78f1abcc5d user: dgp tags: dgp-refactor
19:57
Workaround [info frame] troubles with -singleproc 1 testing operations. check-in: eac8a5ab78 user: dgp tags: trunk
18:12
Avoid [thread::exit]; Using it leads to memleaks. check-in: 0219cb74c6 user: dgp tags: trunk
17:04
[12b0997ce7] Plug memleak in iocmd.tf-32.0 . check-in: 79ff19ba73 user: dgp tags: trunk
16:44
[12b0997ce7] Plug memleak in iocmd.tf-32.0 . Closed-Leaf check-in: 1c054c06c9 user: dgp tags: bug-12b0997ce7
2014-07-21
14:26
[e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. check-in: ce7a959e88 user: dgp tags: trunk
2014-07-19
16:35
[75b8433707] Revised fix for memleak in oo instance list management. check-in: 98d8d28e03 user: dgp tags: trunk
2014-07-18
22:05
[75b8433707] Plug a subtle memory leak in TclOO.

Test suite very unhappy with this. Shoving into... Closed-Leaf check-in: 23be32a082 user: dkf tags: bug-75b8433707

12:22
merge trunk check-in: e2f47cd58e user: dkf tags: dkf-http-cookies
12:18
[b43f2b49f7] New compilation strategy for lappend that allows multi-value lappend to not have quadra... check-in: 17150b71d2 user: dkf tags: trunk
10:00
Make sure the "sockettest" command is available even when running socket.test individually. check-in: 513dd86a37 user: jan.nijtmans tags: robust-async-connect-tests
07:32
merge trunk check-in: b094ff21be user: jan.nijtmans tags: robust-async-connect-tests
2014-07-17
20:37
merge trunk check-in: 6ba4e4b23d user: jan.nijtmans tags: novem
18:43
Finally, use correct octal notation which works in Tcl 9 as well. check-in: 838e8dcfd4 user: jan.nijtmans tags: trunk
17:52
merge fork check-in: 47a076e497 user: jan.nijtmans tags: trunk
15:48
Revised fix for memleak in [info frame]. Still pretty ugly, but not more so than a lot of TIP 280 m... check-in: 92217ed31a user: dgp tags: trunk
15:15
Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. check-in: c1e59561b9 user: jan.nijtmans tags: trunk
14:08
Make sure that all "testchmod" arguments start with '0', making it more obvious that the value is oc... check-in: 9490d74e19 user: jan.nijtmans tags: trunk
11:02
Fix [3cdcfa4080]: tclWinFile.c does not compile with Win VC... check-in: f15f329238 user: jan.nijtmans tags: trunk
09:53
Replaced option "-unsupported1" by test command "testsocket debugflags" (thanks Donal, Donald). check-in: 33737f615b user: oehhar tags: robust-async-connect-tests
07:39
Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b... check-in: ef9bbc4d9c user: jan.nijtmans tags: trunk
04:24
[9969cf8ca6] Move the bailout when the ->rewind flag is set down after all the housekeeping matters ... check-in: f076f44f1d user: dgp tags: trunk
2014-07-16
23:58
Backout checkin that broke test io-39.1. check-in: 22e099d9ea user: dgp tags: trunk
22:01
Repair improper assertion. check-in: 63a9ddd54e user: dgp tags: trunk
21:48
Assert an equality test, not an assignment check-in: 598dd915dc user: dgp tags: trunk
15:59
[6a2d339e50] Plug memleak in INST_STR_REPLACE instruction. check-in: 25e58d77ff user: dgp tags: trunk
10:02
Modify the "gettimes" test-command to use the Tcl_Obj API. New "testbytestring" command which can b... check-in: 79ace7b793 user: jan.nijtmans tags: trunk
2014-07-15
15:10
[726349fab8] Stop leaking compression dictionary on zlib xform channel close. check-in: 4e3d47ad17 user: dgp tags: trunk
13:18
merge trunk Leaf check-in: 6559584842 user: dgp tags: dgp-pkg-migration
2014-07-12
16:15
merge trunk Leaf check-in: e94bc46f19 user: dkf tags: bug-d5ddbc7f49
16:13
whopper change; now passes test suite on OSX check-in: 0b38cdbc76 user: dkf tags: bug-d5ddbc7f49
2014-07-11
20:40
Suppress valgrind warnings about uninitialized values. check-in: 37640d60e2 user: dgp tags: trunk
18:20
[1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. check-in: 44648f6210 user: dgp tags: trunk
15:44
[9b352768e6] Plug memleak in INST_DICT_FIRST. check-in: e88e23fbdb user: dgp tags: trunk
12:56
Stop memleak in [info frame]. check-in: 1610c45009 user: dgp tags: trunk
10:43
Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: 8320e361b7 user: jan.nijtmans tags: trunk
04:49
[3479689] Plug memory leak due to incomplete bug fix. check-in: 2830730e99 user: dgp tags: trunk
2014-07-10
18:17
makeFile / removeFile balance. check-in: 22ae2172c4 user: dgp tags: trunk
18:11
makeFile / removeFile balance check-in: a12fdf1e85 user: dgp tags: trunk
18:02
dup test name check-in: 144ab5b663 user: dgp tags: trunk
17:21
[f652ae79ed] Close sockets used in tests, so as not to corrupt other tests in the suite. check-in: fde4ddeb93 user: dgp tags: trunk
16:40
[7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: d9d00aa893 user: dgp tags: trunk, potential incompatibility
14:23
merge trunk check-in: dc24111d06 user: jan.nijtmans tags: tip-389-impl
12:59
Repair buffer indexing error in Tcl_ReadRaw(). check-in: 0f4ff1ba28 user: dgp tags: trunk
2014-07-09
18:49
Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. check-in: 352223b866 user: jan.nijtmans tags: trunk
14:44
First draft of using buffer moves in place of buffer copies to create an efficient [chan copy]. check-in: 7a8b871fc7 user: dgp tags: dgp-move-buffers
2014-07-08
14:02
merge trunk check-in: 25d30e5445 user: dgp tags: dgp-refactor
13:45
The write and flush operations of reflected transforms ([chan push]) have been converting all lower ... check-in: cedfcfd1b5 user: dgp tags: trunk
2014-07-07
12:04
merge trunk check-in: 4e911486e2 user: dgp tags: dgp-refactor
2014-07-04
12:51
merge trunk check-in: cc32a8e5c2 user: jan.nijtmans tags: novem
12:49
Update Unicode tables to Unicode 7.0 check-in: 735fdb4267 user: jan.nijtmans tags: trunk, potential incompatibility
2014-07-02
20:22
Clarify http::config and http::geturl -headers roles in setting request headers. check-in: 98090dcd2c user: dgp tags: trunk
16:30
[c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: af0d8f3b3c user: dgp tags: trunk
2014-06-29
02:20
merge trunk check-in: 8f0855701a user: kbk tags: dkf-improved-disassembler
2014-06-26
16:01
Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: 4626888b50 user: dgp tags: trunk
2014-06-25
11:59
merge trunk check-in: 79fc85211a user: dgp tags: dgp-refactor
2014-06-24
16:46
Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: 1d2e0d8e55 user: dgp tags: trunk
13:31
merge trunk check-in: 897edc6150 user: dgp tags: dgp-refactor
12:57
__builtin_clzll(0) is undefined. Do not rely on it. check-in: 38c7d8c2ca user: dgp tags: dgp-refactor
07:42
merge trunk check-in: aee39e91f2 user: dkf tags: bug-d5ddbc7f49
2014-06-23
12:49
Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: 7a794c6958 user: jan.nijtmans tags: trunk
08:42
merge trunk check-in: ea93cb999c user: dkf tags: bug-d5ddbc7f49
08:41
cleaning up option processing throughout Tcl to use common functions/language check-in: 7e93a07895 user: dkf tags: bug-d5ddbc7f49
2014-06-22
16:17
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 6c7cb5d46a user: jan.nijtmans tags: trunk
2014-06-20
20:00
merge trunk check-in: dede94cd17 user: jan.nijtmans tags: novem
05:14
[b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: 767aa6e893 user: aku tags: trunk
2014-06-19
16:38
[b47b176adf] Stop segfault when variability in mutex lock schedules cause a ForwardingResult to rem... check-in: bbbfa372e6 user: dgp tags: trunk
2014-06-17
14:30
[f0f876c141] Improve consistency in error messages. check-in: fffc281b07 user: dkf tags: trunk
2014-06-16
21:28
Implements Tip 428: socket error dict returned by fconfigure -options check-in: 25d2506e45 user: oehhar tags: tip-428
21:01
Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... Closed-Leaf check-in: 109f86e24f user: oehhar tags: tip-427
14:22
merge trunk check-in: f68d30646f user: dgp tags: dgp-refactor
13:38
[1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux kernels that fails to repo... check-in: dc173b3985 user: dgp tags: trunk
12:40
merge trunk check-in: f3492bdbad user: jan.nijtmans tags: novem
12:19
merge socket test from 8.5 check-in: 4c113631af user: dgp tags: trunk
09:24
[311e61d12a] Generate error code in *all* places where commands are looked up. check-in: 990eed5c11 user: dkf tags: trunk
2014-06-15
16:50
[cb042d294e] Improve consistency of [dict] wrong-args error messages. check-in: 968e9ac311 user: dkf tags: trunk
16:14
[1b0266d8bb] Make [dict replace] and [dict remove] have canonicalization semantics close to [lrange]... check-in: 847fa2261d user: dkf tags: trunk, potential incompatibility
16:11
Some more cleaning up Closed-Leaf check-in: fd9995590d user: dkf tags: bug-1b0266d8bb
07:52
Make [dict replace] and [dict remove] guarantee result canonicality. check-in: a8cf3d7042 user: dkf tags: bug-1b0266d8bb
2014-06-08
16:01
Generalization: desc is now appended to most events. Leaf check-in: 85101f0beb user: ferrieux tags: tcltest-verbose-desc
09:16
Add a '(d)esc' verbose token to tcltest, to display test description on start. check-in: f91db5ae99 user: ferrieux tags: tcltest-verbose-desc
2014-06-07
14:18
Improved the error messages. We do not want parsing an invalid dictionary to give errors about list... check-in: 1969678980 user: dkf tags: bug-1b0266d8bb
2014-06-06
08:47
merge trunk check-in: 8fe677b133 user: dkf tags: bug-1b0266d8bb
08:46
merge trunk check-in: 8fdb23bfd9 user: dkf tags: bug-1b0266d8bb
2014-06-05
19:13
Tests socket*-2.12 test for DiscardOutput() updates. check-in: 39da5e7464 user: dgp tags: trunk
19:09
Robust async connect tests by temporarely switching off auto continuation. Ticket [13d3af3ad5] check-in: 0c5005721e user: oehhar tags: robust-async-connect-tests
15:20
When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 2e1e7c8266 user: dgp tags: trunk
2014-06-04
21:45
Add missing calls to Tcl_DecrRefCount() in string object man page examples. check-in: 8b99a29c3f user: andy tags: trunk
16:42
Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2a072fdb9a user: dgp tags: trunk
08:15
more tests, cleaning up the code a bit check-in: 1fd96b571f user: dkf tags: bug-1b0266d8bb
03:25
Valgrind doesn't like use of uninitialized variables. check-in: bf44d3d17c user: dgp tags: trunk
2014-06-03
17:47
[734138ded8] Revisions so that unreported errors don't get lost during the close of a channel. check-in: 4ea8a01012 user: dgp tags: trunk
08:13
merge trunk check-in: 57cb049043 user: dkf tags: bug-1b0266d8bb
07:26
[1b0266d8bb] Working towards ensuring that all dict operations are sufficiently strict. check-in: 064f886aae user: dkf tags: bug-1b0266d8bb
02:26
These edits make all tests outside of socket-14.* pass on OSX Mavericks. Several socket-14.* tests f... Closed-Leaf check-in: 5b3eed19a0 user: dgp tags: dgp-async-socket
2014-06-02
20:03
These edits make the tests socket-14.11.[01] stop hanging, but also introduce a whole raft of test f... check-in: bf5e0126b5 user: dgp tags: dgp-async-socket
10:57
Improve robustness of the socket tests against systems that support IPv6, but don't resolve localhos... check-in: 8a95c913e1 user: max tags: trunk
2014-05-31
20:47
merge trunk check-in: 4acc825692 user: dkf tags: dkf-http-cookies
14:12
Backout checkin 84f992ce50. This fixes test socket-14.11.1 and creates failure in tests *io-1.9. B... Closed-Leaf check-in: 5f5b6fc4b2 user: dgp tags: bug-734138ded8
02:40
Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchProc(). When we are inte... check-in: 0d6ad67b02 user: dgp tags: trunk
2014-05-29
20:03
merge trunk check-in: 79a4738896 user: dgp tags: dgp-refactor
15:04
Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY. check-in: 37bcb4b42d user: dgp tags: trunk
2014-05-28
19:21
Merged the workarounds and fixes for wrapped executables on various platforms into the trunk. For de... check-in: 466970e1d3 user: andreask tags: trunk
2014-05-23
15:08
merge trunk check-in: c933efe84d user: jan.nijtmans tags: novem
14:59
eliminate two unused variables. check-in: abf4af70fa user: jan.nijtmans tags: trunk
2014-05-21
22:00
Ditto [dict append], [dict incr], and [dict lappend]. Update description of [dict create] to explic... check-in: cdc4e05235 user: andy tags: trunk
21:40
Ditto [dict unset]. check-in: 9c3d9a5080 user: andy tags: trunk
21:32
Update dict man page to state that [dict set] returns the updated dictionary value. check-in: 5124083e65 user: andy tags: trunk
14:37
Fix gcc warning (signed-unsigned compare) check-in: c84093ac60 user: jan.nijtmans tags: trunk
10:37
Fix c&p errors in test descriptions check-in: 9b5df9c9b9 user: max tags: trunk
2014-05-20
18:40
merge trunk check-in: 089274f4ba user: dgp tags: dgp-refactor
15:17
Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in particular not allowing them ... check-in: 2a40293a49 user: dgp tags: trunk, potential incompatibility
14:46
Fix and improve socket -async [13d3af3ad5] check-in: fdd8917252 user: oehhar tags: trunk
2014-05-19
18:29
Same improvements to the zlib transform operations. Closed-Leaf check-in: 6578106462 user: dgp tags: dgp-trunk-flag-repair
18:08
Simplify ReflectInput(). Also stop intruding on channel internals with direct clearing of CHANNEL_E... check-in: 6600cc19d7 user: dgp tags: dgp-trunk-flag-repair
2014-05-17
07:01
[47d66253c9]: "lsearch -sorted -integer" on 64bit system

***POTENTIAL INCOMPATIBILITY*** Changes... check-in: f70fa16889 user: jan.nijtmans tags: trunk, potential incompatibility

03:38
Simplify the inputProc of [testchannel transform]. check-in: 7506df18be user: dgp tags: dgp-trunk-flag-repair
03:05
Revise results of tests iogt-2.[123] to account for EOF flags no longer leaking across channel stack... check-in: 844b2b0b19 user: dgp tags: dgp-trunk-flag-repair
2014-05-16
23:17
Merge flag changes. - Wow, no trouble with [chan push] demonstrated. check-in: 960f628ee8 user: dgp tags: dgp-trunk-flag-repair
21:33
Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Us... check-in: 672c16903f user: ferrieux tags: trunk
15:33
merge trunk check-in: 44638ca040 user: dgp tags: novem
15:23
merge trunk check-in: 1f1f15695d user: dgp tags: dgp-refactor
15:23
merge trunk check-in: 9e2a793a91 user: dgp tags: dgp-trunk-flag-repair
15:10
merge 8.5 check-in: 98814a9861 user: dgp tags: trunk
2014-05-15
14:59
Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starting with <drive>: but wi... check-in: 46ad3d9162 user: jan.nijtmans tags: trunk
2014-05-14
15:09
merge trunk check-in: cb0b2f9997 user: dgp tags: dgp-trunk-flag-repair
09:19
Fix 3 test-cases which started failing on Windows check-in: 3ea3275ec9 user: jan.nijtmans tags: trunk
2014-05-13
18:49
Refactored much management of the BLOCKED and EOF flags into ChanRead() then began repairing some of... check-in: 98736462fb user: dgp tags: dgp-trunk-flag-repair
11:25
[958bc05fbe]: Clarify "clock format" using "%R" check-in: b5de46ac73 user: jan.nijtmans tags: trunk
2014-05-12
21:52
Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 take an unbearable 90 ... check-in: df4e6061ac user: dgp tags: trunk
17:19
Have the [chan push] machinery ReadRaw() directly into the argument to be passed to the read method ... check-in: df2b19250c user: dgp tags: trunk
13:09
Possible fix for [47d66253c9]: "lsearch -sorted -integer" o... Closed-Leaf check-in: a1cf23084b user: jan.nijtmans tags: bug-47d66253c9
2014-05-11
10:39
[6d2f249a01] Handle a failure to comprehend half-way through the compilation of a chain of compileab... check-in: 0ef9c1b41a user: dkf tags: trunk
2014-05-09
17:46
Repair another "impossible" test and the segfault it reveals. check-in: 695de04685 user: dgp tags: trunk
17:35
Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 67b870b07c user: dgp tags: trunk
16:39
Added comment explaining the "knownBug" in iogt-6.1 check-in: 8388952f62 user: dgp tags: trunk
16:33
Tests (chan)io-34.21 are constrained for largefileSupport, and that's disabled by default, which mea... check-in: 267dbca3d3 user: dgp tags: trunk
13:50
merge trunk check-in: 239fb8a769 user: jan.nijtmans tags: novem
13:33
Test iocmd-32.1 is not "impossible" but after writing it properly it does segfault trying to use a d... check-in: 0a4dfac63e user: dgp tags: trunk
12:03
Fix [3389978]: Support for paths longer than MAX_PATH on Windows. check-in: 34528a47d1 user: jan.nijtmans tags: trunk
10:10
Make Cygwin's "configure" work from another directory than /unix. (Not everything works this way!) check-in: b2c0b88e3a user: jan.nijtmans tags: trunk
2014-05-08
17:46
merge trunk check-in: e34a130b6f user: dgp tags: dgp-refactor
17:38
Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)
Large overhaul ...
check-in: d17b42d5cb user: dgp tags: trunk
16:28
merge trunk check-in: 1f0f096bc0 user: dgp tags: dgp-refactor
16:21
merge trunk Closed-Leaf check-in: 30ae8cb927 user: dgp tags: dgp-trunk-read
16:21
silence compiler warning check-in: 1b033660ab user: dgp tags: trunk
16:12
merge trunk check-in: b345c44424 user: dgp tags: dgp-trunk-read
16:03
Fix the panic in iogt-2.5. Back in 2011, Bugs 3384654 and 3393276 first noticed troubles with Channe... check-in: cc5f6a9f05 user: dgp tags: trunk
13:01
Revert the iogt-2.5 fix. For now one panic is better than widespread memory leaks. check-in: 1f0997a0f1 user: dgp tags: trunk
12:46
More efficient/robust implementation of function TclNativeCreateNativeRep(). - No more intermediate... Closed-Leaf check-in: 1a24401380 user: jan.nijtmans tags: rfe-3389978
03:28
merge trunk check-in: 41b555c6c8 user: dgp tags: dgp-trunk-read
03:13
Merge 8.5. check-in: 6373847bf0 user: dgp tags: trunk
2014-05-07
22:22
Corrected description of where tcl_platform(user) comes from on Unix. check-in: dadb2a77cc user: dkf tags: trunk
2014-05-06
17:33
Symptom relief. Make test stop panicking. This is not the proper final answer. ChannelBuffer manag... check-in: 299eab2396 user: dgp tags: trunk
15:23
Add Panic call to better identify where iogt-2.5 goes wrong. check-in: bd7a70e510 user: dgp tags: trunk
14:43
Merge 8.5. New test iogt-2.5 panics. check-in: ad0fc36bba user: dgp tags: trunk
11:17
Start working on [3389978]. Appears to work, but some clean-up needed. check-in: 80d513f9cb user: jan.nijtmans tags: rfe-3389978
2014-05-05
09:18
merge-mark check-in: 0d1e692970 user: jan.nijtmans tags: trunk
2014-05-02
15:58
merge trunk check-in: 8940c7f376 user: dgp tags: dgp-trunk-read
15:35
Re-apply [3010352], bringing back the symbol exports of shared libraries as it was in 8.6.0/8.6.1. check-in: 32a6915d8a user: jan.nijtmans tags: trunk
15:29
Bring back self restacking support. Channel tests all passing now. check-in: 795288918d user: dgp tags: trunk
15:19
Fixup restacking tests to expect the right results. Closed-Leaf check-in: 8ffe58f8e9 user: dgp tags: dgp-demo
14:45
Add some comments about possible other self-restacking troubles. check-in: cc96a1b1e4 user: dgp tags: dgp-demo
13:02
Fully restore topChan resetting to accommodate self-restacking channels. check-in: 479b266698 user: dgp tags: dgp-demo
12:39
Re-enable buffer recycling. check-in: 19ba1dca2c user: dgp tags: dgp-demo
08:59
merge novem Closed-Leaf check-in: a549f4599c user: jan.nijtmans tags: novem-bug-3598300
07:39
int -> size_t for hash tables check-in: 9f9abcbc4a user: jan.nijtmans tags: novem-more-memory-API
07:15
merge novem check-in: 08a7e90291 user: jan.nijtmans tags: novem-more-memory-API
06:58
Update Unicode tables to Unicode 7.0 beta check-in: 872972ea94 user: jan.nijtmans tags: novem
2014-05-01
16:33
Stop the segfault in iogt-2.4. First by changing the UpdateInterest() call that triggers it. "down... check-in: a6e8d96c80 user: dgp tags: dgp-demo
15:16
merge trunk check-in: ace047c40e user: jan.nijtmans tags: novem
15:13
merge trunk check-in: 22914ee992 user: dgp tags: dgp-demo
15:00
merge trunk check-in: 52f2afaf4f user: dgp tags: dgp-trunk-read
14:36
We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to get error information ... check-in: 4c9bb6c772 user: dgp tags: trunk
09:40
Merge trunk. Update Unicode tables to Unicode 7.0 beta. check-in: 13a1d81916 user: jan.nijtmans tags: tip-389-impl
09:11
make doubly sure that things which should be unshared stay unshared check-in: 67c8b705b5 user: dkf tags: trunk
07:44
merge-mark check-in: 1c9a8330da user: jan.nijtmans tags: trunk
01:26
Merge in the fixes for improper ChannelBuffer sharing via recycling. check-in: a63b3cbe41 user: dgp tags: trunk
01:15
missing constraint check-in: 36b1780d1a user: dgp tags: trunk
2014-04-30
21:24
[82e7f67325] Fix an evil refcount problem in compiled [string replace]. check-in: 9d2057859c user: dkf tags: trunk
2014-04-29
17:04
merge trunk check-in: e344fa9b49 user: dgp tags: dgp-demo
16:47
Fix bug exposed when buffer recycling is disabled. check-in: 84f992ce50 user: dgp tags: trunk
2014-04-28
20:28
Clarify fcopy manpage regarding its bidirectional uses. [1350564] check-in: a6e8d5d50c user: ferrieux tags: trunk
18:56
Merge to fix accidental fork in branch bug-3600058-td Leaf check-in: cdb671dd50 user: twylite tags: bug-3600058-td
18:41
Reintroduce tabular format for alphabetical index of commands, but use CSS columns. Put a categoriz... check-in: dae988402a user: twylite tags: bug-3600058-td
2014-04-25
19:51
Disable buffer recycling, which creates mysteries. check-in: 0e64d0aa58 user: dgp tags: dgp-demo
17:34
Test iortrans-4.8.2 demos an infinite loop. Possible trouble with pushback buffers. check-in: 71c708ce30 user: dgp tags: dgp-demo
2014-04-24
18:21
merge trunk check-in: 63b6268aeb user: dgp tags: dgp-trunk-read
15:27
Make sure the ReflectedChannel struct is freed in the handler thread, where it was allocated. This ... check-in: 453e07a7d8 user: dgp tags: trunk
04:34
[3493120] Plug memory leak in thread exit. check-in: 6b5f70a82f user: dgp tags: trunk
2014-04-22
15:09
Merge the [testchannel transform] fixes. check-in: 9bf970cda4 user: dgp tags: trunk
2014-04-21
20:02
merge trunk check-in: 58bcc7a29a user: dgp tags: dgp-trunk-read
19:04
Merge refcounting machinery for ChannelBuffer. check-in: 0c1015d94d user: dgp tags: trunk
2014-04-20
15:29
merge trunk check-in: 95c09d2f0b user: dkf tags: dkf-http-cookies
15:28
more tinkering check-in: 8eb5a4845a user: dkf tags: dkf-http-cookies
2014-04-17
19:11
merge trunk check-in: 15f3a695ca user: dgp tags: dgp-trunk-read
18:10
Merge reflected channel improvements. check-in: 3c6eba5c93 user: dgp tags: trunk
14:01
Remove all win95-specific test-cases, since Windows 95 is not supported any more. check-in: 324a458635 user: jan.nijtmans tags: trunk
2014-04-16
19:11
merge trunk check-in: 7d6ac7cc9a user: dgp tags: dgp-refactor
18:53
merge trunk check-in: c6828884d2 user: jan.nijtmans tags: novem
17:35
merge trunk check-in: 505682a5bb user: dgp tags: dgp-trunk-read
15:40
[d19a30db57] More testing. check-in: 90fb2d568e user: dgp tags: trunk
15:30
[d19a30db57] Fixed segfault in [clock] internals. Includes test. check-in: 8aca271fac user: dgp tags: trunk
14:12
Fix compiler warnings in win32/cygwin build check-in: b18178d2d2 user: jan.nijtmans tags: trunk
11:21
merge trunk check-in: b436bc86df user: jan.nijtmans tags: novem
11:20
Remove unused variable, don't use deprecated function, some formatting. check-in: 29bb868e02 user: jan.nijtmans tags: trunk
11:06
merge trunk. Remove (internal) functions TclWinGetServByName(), TclWinGetSockOpt() and TclWinSetSoc... check-in: a7d000700b user: jan.nijtmans tags: novem
09:44
Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000+. See: [http://msdn.mi... check-in: 61866a947e user: jan.nijtmans tags: trunk
2014-04-15
18:55
merge trunk check-in: c59de3724d user: dgp tags: dgp-refactor
18:36
Purge the (now unused) argc and argv fields. check-in: f0b9f4e373 user: dgp tags: trunk
17:25
[88aef05cda] Stop reentrancy segfault in reflected channels by managing callbacks as (copies of) lis... check-in: 4985635c78 user: dgp tags: trunk
10:46
merge trunk check-in: 4b651b011f user: jan.nijtmans tags: novem
10:41
Test-cases which pick up the completion of bug-fix [e663138a06d98e48b5fbb42cc015cf1698f486cd|e663138... check-in: f13e5bd0cf user: jan.nijtmans tags: trunk
2014-04-14
18:45
[e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundary cases of [string is] on inte... check-in: 5eae727664 user: dgp tags: trunk
2014-04-11
09:55
Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. For consistancy, any NUL char... check-in: b5dd510e85 user: jan.nijtmans tags: trunk
08:23
Fix [3118489] for Windows only: NUL in filenames. This allows various characters to be used in win32... check-in: 0f4597a73c user: jan.nijtmans tags: trunk
2014-04-10
13:59
[792641f95b]: Normalized win32 paths should never contain backslash. check-in: 578237c4c6 user: jan.nijtmans tags: trunk
07:57
Fix bug [e663138a06]: Test failures in "string is" check-in: 772c763815 user: jan.nijtmans tags: trunk
2014-04-08
18:00
  • Give clearer names to some of the state flags and sync them with Windows where it makes sense. ...
Closed-Leaf check-in: 9b3b3adf47 user: max tags: bug-13d3af3ad5
15:15
Beautify check for async connect reentry check-in: 2b3521353b user: oehhar tags: bug-13d3af3ad5
15:02
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". Record the fact that... check-in: 667dfe5615 user: jan.nijtmans tags: trunk
14:40
Changed error report logic, that an async connect error is only reported by 'fconfigure -error' and ... check-in: 774db15517 user: oehhar tags: bug-13d3af3ad5
2014-04-07
15:18
Rename error to connectError in struct TcpState. check-in: 890a840201 user: max tags: bug-13d3af3ad5
15:11
Rename CreateClientSocket to TcpConnect check-in: 3cbbb06987 user: max tags: bug-13d3af3ad5
15:08
Renamed function CreateClientSocket to TcpConnect and variable error to connectError check-in: 27e28d5ecc user: oehhar tags: bug-13d3af3ad5
14:56
merge trunk check-in: f24df1717c user: jan.nijtmans tags: novem
14:32
Merge-mark: Those two test-cases will arrive in trunk as soon as branch [http://core.tcl.tk/tcl/time... check-in: a006f5a452 user: jan.nijtmans tags: trunk
12:34
Return async connect error by first following read or write operation. check-in: 0818d96293 user: oehhar tags: bug-13d3af3ad5
2014-04-04
16:27
Avoid multiple returns of connect errors check-in: 0def1219a1 user: oehhar tags: bug-13d3af3ad5
15:56
Move tests 8.2 and 8.3 out of the IPv4/IPv6 loop to 14.13 and 14.14. check-in: e686d4cac9 user: max tags: bug-13d3af3ad5
15:45
Fix/improve tests. check-in: cb65273402 user: max tags: bug-13d3af3ad5
11:53
Add tests for bugs [336441ed59] and [581937ab1e] from core-8-5-branch. check-in: b602826a44 user: max tags: bug-13d3af3ad5
11:14
Fix for Bug [97069ea11a]: Set return message in close if a flush error is reported (which may be an ... check-in: 7aa743c0ee user: oehhar tags: trunk
10:02
  • Rework WaitForConnect() to fix synchronous completion of asynchronous connections.
  • Let Tcp...
check-in: 56d4a94da9 user: max tags: bug-13d3af3ad5
08:51
Make the naming of TcpState variables consistent check-in: 8f4a29e820 user: max tags: bug-13d3af3ad5
2014-04-02
08:22
Marked all communication variables which are set by notifier thread with "volatile". check-in: 31e88e5cda user: oehhar tags: bug-13d3af3ad5
2014-04-01
13:06
Imported fix for bug [97069ea11a] from branch bug-97069ea11a: empty error message on stalled backgro... check-in: 0fa84c1e50 user: oehhar tags: bug-13d3af3ad5
12:16
Removed thread debugging printf messages check-in: 7dc794f0c8 user: oehhar tags: bug-13d3af3ad5
08:18
Limit number of cookies stored, deleting least recently used ones. check-in: 95b427a898 user: dkf tags: dkf-http-cookies
2014-03-31
18:47
merge trunk check-in: 33f13ba67c user: jan.nijtmans tags: novem
18:44
Add missing @TCL_LIB_FLAG@ to tcl.pc.in (derived from ticket [5bcb5026ad]) check-in: 85f74e89a1 user: jan.nijtmans tags: trunk
08:09
merge trunk check-in: 0f642ee045 user: dkf tags: dkf-http-cookies
08:08
Better cookie option parsing that doesn't throw away critical information. check-in: 0ef3ed62be user: dkf tags: dkf-http-cookies
2014-03-28
20:29
Merge minimal fix for iocmd-23.11. Note that top channel regeneration is removed, so that Preserve/R... check-in: 4c19c39276 user: dgp tags: trunk
2014-03-27
19:15
Test iocmd-23.11 demos another segfault. check-in: 045e8076eb user: dgp tags: trunk
16:47
Test iogt-2.4 is another segfault demo for [721ec69271]. check-in: b83734f724 user: dgp tags: trunk
16:27
New test iortrans-4.8.1 exposes segfault bug [721ec69271]. check-in: 994f93910e user: dgp tags: trunk
2014-03-26
14:38
Implement RFE [b42b208ba4]: file attributes -readonly (and -archive, -hidden, -system) on Cygwin. check-in: 5656978163 user: jan.nijtmans tags: trunk
14:34
Only write back file attributes if any of them really changed. Closed-Leaf check-in: f6fc8ce920 user: jan.nijtmans tags: rfe-b42b208ba4
10:37
Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For completeness, implemented -... check-in: 71d7e7db09 user: jan.nijtmans tags: rfe-b42b208ba4
2014-03-24
21:42
Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275] check-in: 3b391551d0 user: ferrieux tags: dgp-trunk-read
11:03
Fire also readable event on final async connect failure. Armor WaitForSocketEvent by access signal a... check-in: f1d2f6dbad user: oehhar tags: bug-13d3af3ad5
2014-03-23
20:59
Merge the checkins of the dgp-read-bytes branch onto the trunk, up to and including checkin a1e82fb6... check-in: c4c1cd81e4 user: dgp tags: dgp-trunk-read
11:42
Be sure tsd pointer to the info structure is invalidated before memory free check-in: d045cdc948 user: oehhar tags: bug-13d3af3ad5
2014-03-21
19:07
Correct some faulty assumptions in the zlib transformation input driver.

BRANCHED - some other EO... Closed-Leaf check-in: dfadac1b71 user: dgp tags: dgp-eof

17:11
Added comments raising questions about possible updates to channel drivers on Windows. check-in: 5134ecb54a user: dgp tags: trunk
2014-03-20
12:01
merge trunk check-in: fcb93a439f user: dgp tags: dgp-refactor
10:14
merge trunk check-in: 386ead73ae user: jan.nijtmans tags: novem
10:10
Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: 2c5beb4f45 user: jan.nijtmans tags: trunk
2014-03-14
17:01
WaitForConnection like tclUnixSock.c, new option [fconfigure -connecting] check-in: 650e8b8468 user: oehhar tags: bug-13d3af3ad5
16:59
file tclWinSock.c reorganized to minimize diff to tclUnixSock.c. No functional change check-in: dc0a9645cc user: oehhar tags: bug-13d3af3ad5
14:36
Remove writable shortcut and errorneous workaround to get [connect -async] fail error to [fconfigure... check-in: 65b320b464 user: oehhar tags: bug-13d3af3ad5
14:26
  • More test improvements for async sockets.
  • Advance async connections whenever the channel i...
check-in: ece135ac28 user: max tags: bug-13d3af3ad5
09:12
Async connect terminates: fire fileevent by setting readyEvent, propage commit fail message to [fcon... check-in: 711c272f36 user: oehhar tags: bug-13d3af3ad5
2014-03-13
17:10
Bug 3600058 work-in-progress: restored table format for contents page (easy for eyes to scan, each t... check-in: ce23a97e6f user: twylite tags: bug-3600058-td
2014-03-11
17:34
  • Hide transient errors of the internal iterations of [socket -async] from the script level. * ...
check-in: 5fafcb7857 user: max tags: bug-13d3af3ad5
13:35
No [fconfigure -error] error in connect process; gets after failed async connect returns connect err... check-in: cb1a6a0924 user: oehhar tags: bug-13d3af3ad5
2014-03-10
18:11
WaitForConnect may only call back to CreateClientSocket when the socket is writable or something. Wh... check-in: d2b5426431 user: max tags: bug-13d3af3ad5
16:59
Additional security for wrong pointer check-in: 64ccc14933 user: oehhar tags: bug-13d3af3ad5
16:56
merge trunk check-in: f5326d1de7 user: dgp tags: dgp-refactor
15:38
Fire write fileevent if async connect fails finally (test socket-14.2) check-in: c80dc6e566 user: oehhar tags: bug-13d3af3ad5
15:22
Also continue async connect without event loop if gets/puts is called (test socket-14.8.*) check-in: 33d1e6a53a user: oehhar tags: bug-13d3af3ad5
14:36
Workaround if FD_CONNECT notification comes before socket list registration in TcpThreadActionProc check-in: a4af0b5949 user: oehhar tags: bug-13d3af3ad5
12:08
  • tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try more than one address. ...
check-in: 06c4fda007 user: max tags: bug-13d3af3ad5
09:01
merge trunk check-in: 4634b864fa user: dkf tags: dkf-http-cookies
09:00
Reorganize log level management, start testing persistence, refactor code to not put so much in ::ht... check-in: b6af1d7ed5 user: dkf tags: dkf-http-cookies
2014-03-09
21:58
merge trunk check-in: b9dc391702 user: jan.nijtmans tags: novem
21:58
Merge core-8-5-branch (New tests covering INPUT_NEED_NL flag handling. One exposes a bug.) check-in: 26bd1581af user: jan.nijtmans tags: trunk
2014-03-07
07:40
Still incomplete info structure in event proc: try to protect with locks (unsuccesful). Probably loc... check-in: ffb0e6c712 user: oehhar tags: bug-13d3af3ad5
2014-03-06
18:21
More debug to chase different fd in struct than in callback check-in: 210378511e user: oehhar tags: bug-13d3af3ad5
10:37
Terminate async connect synchronously by any blocking operation check-in: 76a90541db user: oehhar tags: bug-13d3af3ad5
2014-03-05
22:28
more checks of domain data loading check-in: 4c9fc857ef user: dkf tags: dkf-http-cookies
15:15
"gets" blocked after async cannect: SOCKET_ASYNC_CONNECT was not cleared check-in: e6b7f7708c user: oehhar tags: bug-13d3af3ad5
14:40
Refactor the error handling logic around connect() check-in: a532187514 user: max tags: bug-13d3af3ad5
13:12
avoid warnings about uninitialized infoPtr in DEBUG check-in: 49c77f95c1 user: max tags: bug-13d3af3ad5
13:09
Print out the value of infoPtr in DEBUG, so that coexisting sockets can be distinguished in the outp... check-in: a3b9f7fdbd user: max tags: bug-13d3af3ad5
10:20
Next async connect try works. Reset error and move notifier before connect. check-in: 296c6ffb8c user: oehhar tags: bug-13d3af3ad5
2014-03-04
18:54
  • Use watchEvents only for read/write/close events of [chan event], don't mix with internal use o...
check-in: 9c695de236 user: max tags: bug-13d3af3ad5
08:11
safer setter mechanism check-in: 2049ccd386 user: dkf tags: dkf-http-cookies
07:54
Reverted move of WSAAsyncSelect before connect -> FD_Connect message does also fire if it exists on ... check-in: c044ae1f1b user: oehhar tags: bug-13d3af3ad5
2014-03-03
23:22
working towards a more consistent way of handling options in the cookiejar API check-in: 5658068e23 user: dkf tags: dkf-http-cookies
15:57
WIP: async open event now passes to SocketEventProc() and connects but does not finalyze that (I gue... check-in: 1a15736603 user: oehhar tags: bug-13d3af3ad5
2014-02-28
11:05
Make printf debugging switchable, because it affects 'make test' check-in: 84c3e283bc user: max tags: bug-13d3af3ad5
10:47
Broken intermediate state.

Calling back to CreateClientSocket() from the event loop works, but the ... check-in: a1779bfd08 user: max tags: bug-13d3af3ad5

2014-02-26
13:18
merge-mark check-in: f9fcde39ad user: jan.nijtmans tags: novem
13:16
Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h... check-in: ebf5381b2f user: jan.nijtmans tags: trunk
12:44
Merge trunk check-in: 6cdbf73536 user: max tags: bug-13d3af3ad5
08:58
start writing integration tests check-in: 0db5a8b266 user: dkf tags: dkf-http-cookies
2014-02-25
15:59
merge trunk check-in: 2ab5c24490 user: jan.nijtmans tags: novem
15:49
[8d5f5b8034] Flush internal representations in [string tolower] of unshared obj check-in: 6504791ba5 user: dkf tags: trunk
09:10
more tests and some fixes check-in: 049762f4d4 user: dkf tags: dkf-http-cookies
08:32
merge trunk check-in: 784a6ebd99 user: jan.nijtmans tags: novem
08:02
Do not reopen a win serial channel for serial detection. There are issues with some Bluetooth virtua... check-in: eb0919a1ec user: oehhar tags: trunk
2014-02-24
08:13
more functional testing check-in: d8fc962c97 user: dkf tags: dkf-http-cookies
2014-02-23
18:17
merge trunk check-in: 00ed09fc01 user: dkf tags: dkf-http-cookies
13:07
[3597178]: Improve documentation of what's going on with encodings check-in: 29b5d483ec user: dkf tags: trunk
2014-02-21
20:08
merge trunk check-in: 7067cdd418 user: jan.nijtmans tags: novem
2014-02-19
14:12
[1230597] Update test comment. check-in: 6deecf6f75 user: dgp tags: trunk
2014-02-18
14:14
testing of the cookiejar implementation check-in: bde54f5d48 user: dkf tags: dkf-http-cookies
10:56
merge novem check-in: ebffa137e2 user: jan.nijtmans tags: novem-bug-3598300
09:56
merge trunk check-in: 7250e8085c user: jan.nijtmans tags: novem
2014-02-16
09:04
extending the IDNA tests check-in: 1567ef37b2 user: dkf tags: dkf-http-cookies
08:18
[9bf7e67b37]: minor documentation blooper check-in: 319683e85d user: dkf tags: trunk
2014-02-15
10:02
add the test cases from RFC 3492 check-in: b09e2204e4 user: dkf tags: dkf-http-cookies
2014-02-14
09:03
more tests, now getting to the IDNA handling check-in: 5f6bb663fd user: dkf tags: dkf-http-cookies
2014-02-13
09:04
more tests for the punycode engine check-in: 9783d98bd3 user: dkf tags: dkf-http-cookies
2014-02-12
12:15
typo check-in: dc8f438313 user: jan.nijtmans tags: trunk
2014-02-11
11:13
Merge trunk check-in: 73afad5c30 user: jan.nijtmans tags: novem
10:58
Fix execute permission bit (should not be set) for *Decls.h files check-in: 5308afeb26 user: jan.nijtmans tags: trunk
2014-02-10
17:09
merge trunk check-in: ca8cc64e32 user: dgp tags: dgp-refactor
11:59
Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang/LLVM) don't define it,... check-in: 80cf092cc7 user: jan.nijtmans tags: trunk
2014-02-09
12:56
starting to write some tests check-in: ece03eda87 user: dkf tags: dkf-http-cookies
12:41
D'oh! check-in: 3e89b49881 user: dkf tags: dkf-http-cookies
2014-02-08
15:36
update list of TLDs check-in: 38e63c1acb user: dkf tags: dkf-http-cookies
15:03
merge trunk check-in: 20ad99c5e9 user: dkf tags: dkf-http-cookies
07:54
merge trunk check-in: 470ba4edf6 user: dkf tags: dkf-improved-disassembler
07:54
improve the testing of the disassembly commands check-in: d369bbfd9a user: dkf tags: dkf-improved-disassembler
07:41
merge trunk check-in: b42667a7e0 user: dkf tags: dkf-improved-disassembler
2014-02-06
22:48
[a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of importe... check-in: ec28d672c6 user: dgp tags: trunk
22:10
merge trunk check-in: 6828d86c67 user: jan.nijtmans tags: novem
21:45
check for existance of __BORLANDC__ before using its value check-in: e212ae9cf1 user: jan.nijtmans tags: trunk
18:35
merge trunk check-in: 0eb8efa5ba user: mig tags: mig-optimize
2014-02-04
21:52
Satisfy required position of __stdcall from VC++ check-in: 4d93b22209 user: jan.nijtmans tags: trunk
21:33
Add missing __stdcall (which crashes on win32), and clean-up indenting check-in: d2660a9d11 user: jan.nijtmans tags: trunk
16:30
merge trunk check-in: 7642672bf2 user: dgp tags: dgp-refactor
16:24
Simplify the core output operations of channels. Reduce duplicative and dead code. check-in: af063120ee user: dgp tags: trunk
09:09
merge trunk check-in: b9f6344af3 user: dkf tags: dkf-improved-disassembler
09:02
make the printing of source much less inclined to be fazed by non-ASCII chars check-in: 185f7e2f36 user: dkf tags: trunk
08:15
[971cb4f1db]: Make debugging traces less inclined to serious visual corruption check-in: 9533dbc4c7 user: dkf tags: trunk
2014-02-03
22:29
merge trunk check-in: 6e467f54ca user: dkf tags: dkf-improved-disassembler
17:32
merge trunk check-in: 2dc7adbbf0 user: mig tags: mig-optimize
15:29
merge trunk check-in: eb01b5b26b user: jan.nijtmans tags: novem
15:19
Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 818d7d0f1a user: jan.nijtmans tags: trunk
09:53
merge trunk check-in: 63547cfbe8 user: jan.nijtmans tags: novem
2014-02-02
16:01
add compilation of [string is] check-in: f74647ceeb user: dkf tags: trunk
15:09
merge main working branch Closed-Leaf check-in: b3a938ddc0 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
15:08
merge main working branch Closed-Leaf check-in: e3f27bdbd1 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
14:43
compilation of [string is] Closed-Leaf check-in: fc4df9d199 user: dkf tags: dkf-bytecode-8.6-main
14:42
improve the disassembly Closed-Leaf check-in: d1f2d16fd2 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2014-01-31
09:26
merge trunk check-in: 9cbf304e98 user: jan.nijtmans tags: novem
09:19
Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before sanity check ? check-in: 0b5fb73910 user: jan.nijtmans tags: trunk
2014-01-30
16:21
merge trunk check-in: b05a6048ea user: dgp tags: dgp-refactor
14:51
Eliminate the use of a staging buffer in WriteChars(). check-in: f5f5df0f00 user: dgp tags: trunk
14:50
Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error check-in: 3fb17c9267 user: jan.nijtmans tags: trunk
2014-01-29
23:18
Squashed C99 syntax breaking the native AIX cc. check-in: 8d1efaf42d user: andreask tags: trunk
13:59
Compile [string is] with character classes in a non-awful way. Needs more work to make resulting byt... check-in: 587d82b78a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2014-01-25
21:42
merge trunk check-in: 5fb12de009 user: jan.nijtmans tags: novem
21:41
sync tcl.m4 with Tk version check-in: d16f9a59ec user: jan.nijtmans tags: trunk
09:02
merge principal development branch check-in: 51b5fe9afe user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
08:57
more quieting of excessively-noisy messages Closed-Leaf check-in: 7d37b91ada user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main
2014-01-24
22:00
merge trunk check-in: f00afeae97 user: dgp tags: dgp-refactor
21:52
In WriteChars(), eliminate the copy step through a staging buffer when it is not required for channe... check-in: d76ed8a13f user: dgp tags: trunk
2014-01-23
23:12
merge trunk check-in: ddec41f466 user: jan.nijtmans tags: novem
13:15
merge trunk check-in: e5eacae891 user: dgp tags: dgp-refactor
2014-01-22
19:44
experimenting with making the compilation less noisy check-in: 1a780d806a user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main
19:33
improved tidy-up from branch check-in: b946fae2c6 user: dkf tags: trunk
13:48
remove unused variable check-in: 8cf8f4d2dc user: jan.nijtmans tags: trunk
09:14
minor tidying up check-in: 039b02fa79 user: dkf tags: dkf-bytecode-8.6-main
09:11
add compilation for [nextto] and [yieldto]; fix [a90d9331bc] check-in: b64f6cd9a9 user: dkf tags: trunk
09:07
[a90d9331bc]: must not crash when yieldto called in vanishing namespace check-in: b37441105a user: dkf tags: dkf-bytecode-8.6-main
2014-01-21
18:17
merge mark check-in: 345437b24b user: dgp tags: trunk
17:25
[2992970] Restore safety of Tcl_AppendObjToObj(x, x) for bytearrays. check-in: 704897a19b user: dgp tags: trunk
15:07
implementation of [yieldto] in bytecode check-in: ef8db24f85 user: dkf tags: dkf-bytecode-8.6-main
2014-01-19
18:39
added compilation for [nextto] check-in: 6f3de2ee14 user: dkf tags: dkf-bytecode-8.6-main
2014-01-17
09:43
remove some dead code Closed-Leaf check-in: a9e0697268 user: dkf tags: bug-272e866f1e
2014-01-15
20:21
[272e866f1e][965a39e314] Revise ReadBytes so that it uses the bytearray growth algorithm already in ... check-in: 128d902c33 user: dgp tags: bug-272e866f1e
19:04
[2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. Also moves overflow checkin... Closed-Leaf check-in: e5267e9dcd user: dgp tags: bug-2992970
2014-01-13
08:06
extend [string is] to booleans check-in: 4013777385 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2014-01-10
15:58
a different approach check-in: 85c888f3e7 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2014-01-09
21:20
merge trunk check-in: cd045e6a26 user: dkf tags: dkf-improved-disassembler
14:29
merge trunk check-in: 769d84f6a6 user: dgp tags: dgp-refactor
10:49
use compact form check-in: ef10c605e4 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2014-01-08
11:04
Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be shared in tclCmdMZ.o and T... check-in: 2191bd8485 user: jan.nijtmans tags: trunk
2014-01-07
15:29
Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes wo... Closed-Leaf check-in: acd990a59d user: jan.nijtmans tags: remove-trim-header
14:52
merge trunk check-in: 0d51d6c35e user: dgp tags: dgp-refactor
14:25
merge main working branch check-in: 694ecb849a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
14:19
Add compilations for the following commands: * concat * linsert * namespace origin * next * str... check-in: 4492d3b645 user: dkf tags: trunk
14:13
make function static once more; not needed outside of source file check-in: db86bf6a15 user: dkf tags: dkf-bytecode-8.6-main
13:59
reduce the overhead of NR-enabled TclOO [next] check-in: 966489854c user: dkf tags: dkf-bytecode-8.6-main
2014-01-06
13:07
merge trunk check-in: c830714db9 user: dgp tags: dgp-refactor
2014-01-05
17:31
factor out a common stanza check-in: 92b49504eb user: dkf tags: dkf-bytecode-8.6-main
17:00
merge main working branch check-in: efa38c6308 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
16:57
merge trunk check-in: 48c3800a6d user: dkf tags: dkf-bytecode-8.6-main
15:02
merge trunk check-in: 16ddfe9591 user: mig tags: mig-optimize
15:01
fix arraySet compiler to set -errorcode instead of -errorCode in return options check-in: 5a9b720577 user: mig tags: trunk
14:11
merge trunk check-in: 617a70e5c0 user: mig tags: mig-optimize
14:10
skip the switch(result) on returning TCL_OK from a proc check-in: ea59100c56 user: mig tags: trunk
12:03
merge trunk check-in: 6064646a34 user: mig tags: mig-optimize
12:01
reducing TEBCdata: pc and cleanup now passed in the NREcallback check-in: 0c12259de7 user: mig tags: trunk
2014-01-03
11:08
merge trunk check-in: 9ceab49e1e user: mig tags: mig-optimize
2014-01-02
22:12
remove unintended change check-in: c872c87b27 user: mig tags: mig-optimize
22:11
remove two now unneeded corrections in the for compiler check-in: 78492334ba user: mig tags: mig-optimize
17:05
merge trunk check-in: 2c2c6d6225 user: jan.nijtmans tags: novem
15:30
redevelop code to have more in common with the interpreted [string is] and to remove non-working typ... check-in: fce302b44d user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
13:43
merge trunk check-in: e9435b0a49 user: dgp tags: dgp-refactor
10:11
merge-mark check-in: 4e94603486 user: jan.nijtmans tags: dkf-bytecode-8.6-main
10:01
more fixes to instruction tracing; ensure all places that need DECACHE_STACK_INFO have it check-in: cecc44d165 user: dkf tags: trunk
09:38
merge main working branch check-in: 8985308f80 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
09:37
merge main working branch check-in: 044fae58fd user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
09:35
merge main working branch check-in: 1c324ae77e user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
09:17
implement TclOO's [next] in bytecode check-in: 6909efd4f5 user: dkf tags: dkf-bytecode-8.6-main
09:15
merge main working branch; made opcode work by getting callback ordering right Closed-Leaf check-in: 5caf29d929 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
08:51
merge trunk check-in: dbaf3fe8ab user: dkf tags: dkf-bytecode-8.6-main
08:35
merge trunk check-in: 5eb96f00af user: dkf tags: dkf-bytecode-8.6-main
08:32
merge main working branch check-in: fa1b103f18 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
03:27
merge trunk check-in: b0d8ce1dfd user: dkf tags: dkf-bytecode-8.6-main
2014-01-01
16:19
factor out a common peephole stanza check-in: 1b5fb87b71 user: dkf tags: trunk
12:36
merge trunk check-in: 3cb08706ae user: jan.nijtmans tags: novem
00:02
merge trunk check-in: 8c6514e159 user: mig tags: mig-optimize
2013-12-31
23:34
another jump peephole, this time with string comparisons check-in: 8674c9099d user: dkf tags: trunk
17:28
more cleaning up of error-case instruction tracing check-in: 9a0fff9f2b user: dkf tags: dkf-bytecode-8.6-main
16:36
merge trunk check-in: 5f687f32da user: mig tags: mig-optimize
16:28
merge trunk check-in: bf55737041 user: dkf tags: dkf-bytecode-8.6-main
16:26
more peephole optimizations in TEBC, and better instruction execution traces check-in: c5d6c15df9 user: dkf tags: trunk
12:38
merge trunk; segfault in assemble-30.4, to be investigated check-in: 6896877443 user: mig tags: mig-optimize
12:14
clarify the resume sequence in TEBCresume; make checkInterp a local variable, remove it from the sav... check-in: af06c0fbf8 user: mig tags: trunk
10:49
merge trunk check-in: f31bdb28e9 user: dkf tags: dkf-bytecode-8.6-main
10:47
remove ill-advised change to assembler

What made sense for the compiler does not for the assemble... check-in: eabc1b8699 user: dkf tags: trunk

10:37
Now gets the stack depth about right, but still many test failures. check-in: 6145c5e865 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
2013-12-30
16:36
merge trunk Closed-Leaf check-in: 014940909e user: dgp tags: dkf/asm-crash-20131022
11:58
merge main working branch check-in: b540b18e40 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
11:56
put the other definition of a trim set in the header file too check-in: 9f5aa1fe63 user: dkf tags: dkf-bytecode-8.6-main
11:44
merge main working branch check-in: 10c9b8f76d user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
11:40
Factor out the definition of the default string trim set; define it once only. check-in: 57c46ae806 user: dkf tags: dkf-bytecode-8.6-main
10:24
merge main working branch check-in: 1eae2c7592 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
08:50
merge main working branch check-in: ef604e2db9 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
08:49
merge main working branch check-in: 1b96ee83b9 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
08:49
merge main working branch check-in: dde154938f user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:37
implement [namespace origin] in bytecode check-in: 1572fe02bd user: dkf tags: dkf-bytecode-8.6-main
08:16
allow generation by assembler check-in: 7b776b5ef4 user: dkf tags: dkf-bytecode-8.6-main
08:12
corrected comment check-in: e56b6a5abb user: dkf tags: dkf-bytecode-8.6-main
2013-12-29
18:49
Improved general case of [string replace] implementation. check-in: abb9522f54 user: dkf tags: dkf-bytecode-8.6-main
18:48
precondition was wrong, and needed to flush part of the string/internal rep Closed-Leaf check-in: 61d38268ae user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main
16:59
use the new instruction check-in: 5b590417f3 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main
2013-12-28
17:21
completed instruction implementation check-in: 4baf63487a user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main
2013-12-27
21:00
merge trunk check-in: 4eca9283c9 user: dgp tags: dgp-refactor
20:22
merge to pre-conflict check-in: 378998b647 user: dgp tags: dgp-refactor
20:16
resolve conflict in merge check-in: 0df9a9850e user: dgp tags: dgp-refactor
19:51
merge to pre-conflict check-in: 97e935896f user: dgp tags: dgp-refactor
13:28
last few 1-jumps gone; only remain the special ones after INST_RETURN_CODE_BRANCH check-in: d7bbadd225 user: mig tags: mig-optimize
2013-12-26
18:22
one more 1-4 jump conversion check-in: 5e5429fb68 user: mig tags: mig-optimize
15:25
remove uninitialized variable and the code that used it

DKF: very ill-advised; changes semantics ... Closed-Leaf check-in: 996c4a1cda user: mig tags: dkf-review

2013-12-25
16:51
move initial traceExec to TclNRExecuteBytecode check-in: c2df802f9b user: mig tags: mig-optimize
16:10
slight INST_DONE optimization check-in: 2677d85ad7 user: mig tags: mig-optimize
2013-12-24
18:57
interim commit; not yet working check-in: 71f55efff2 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main
2013-12-23
18:32
merge trunk check-in: 9dfb1c05dd user: dkf tags: dkf-bytecode-8.6-main
11:42
merge new stack checking tools for the compiler check-in: 3729db90cb user: mig tags: mig-optimize
11:28
Added new tools for managing and verifying the stack depth during compilation. Used it in some spots... check-in: c91b235146 user: mig tags: trunk
2013-12-22
15:22
fix bad stack computations in subst compiler check-in: 8ccd564033 user: mig tags: mig-optimize
15:08
fix stack counting bug in catch compiler check-in: 2a11a32dae user: mig tags: mig-optimize
14:19
merge trunk check-in: 1b948d66b1 user: mig tags: mig-optimize
14:11
remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: 6e3a672696 user: mig tags: trunk
13:05
merge trunk check-in: 9609a547c6 user: mig tags: mig-optimize
13:03
remove duplicate statement in previous commit check-in: ce6b692ea9 user: mig tags: trunk
12:52
fix stack counting bug in new catch compiler, commit 62a51cdb45. check-in: f4a47f8891 user: mig tags: trunk
2013-12-20
22:00
merge mark check-in: 5ac24a13ca user: mig tags: mig-optimize
21:59
remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick from mig-optimize) check-in: cddbfc3081 user: mig tags: trunk
21:45
remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary. Passes the testsuite check-in: 2c9af1bcda user: mig tags: mig-optimize
20:18
remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: a3dd0d49c5 user: mig tags: mig-optimize
08:18
merge trunk check-in: 9b7c42180e user: jan.nijtmans tags: novem
2013-12-19
19:18
merge trunk check-in: 27341f4eb3 user: mig tags: mig-optimize
14:35
Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, looks like a good idea ... check-in: e6528e54af user: jan.nijtmans tags: trunk
12:21
merge trunk check-in: 7d7672c1eb user: jan.nijtmans tags: novem
2013-12-18
22:01
merge trunk check-in: c08920b226 user: mig tags: mig-optimize
21:57
make tclInstructionTable and TclRegisterLiteral available to stubs-enabled extensions check-in: 9b86972a1d user: mig tags: mig-optimize
18:23
[0b874c344d] Fix for nested coroutines ability to stitch together multiple parts of the CmdFrame cha... check-in: 955265f9a0 user: dgp tags: trunk
18:20
merge trunk Closed-Leaf check-in: c2729f6ccc user: dgp tags: bug-0b874c344d
18:09
Big simplification of the bug fix. check-in: 377a1e094e user: dgp tags: bug-0b874c344d
17:29
merge trunk check-in: 9e7cd2afeb user: mig tags: mig-optimize
16:06
Making the optimizer pluggable by extensions check-in: f1ad9cd44e user: mig tags: trunk
15:34
Making the optimizer pluggable by extensions; please review for committing to trunk Closed-Leaf check-in: 66649275ed user: mig tags: mig-tmp-optimize
2013-12-17
21:19
Factor out the level offsetting into a final pass. Let the first pass of the "chain" operation just... check-in: 8dba1257b1 user: dgp tags: bug-0b874c344d
2013-12-16
21:01
Refactoring work on the "chain" operation. check-in: 57834e5a05 user: dgp tags: bug-0b874c344d
2013-12-15
21:28
merge trunk check-in: 9940ea9d74 user: jan.nijtmans tags: novem
17:49
Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cop... check-in: 35e85b0756 user: dkf tags: trunk
2013-12-14
03:23
adding a PUSH4-to-jump step check-in: ead6b44f47 user: mig tags: mig-optimize
2013-12-13
18:39
Simplify the coding of the unchain operation. check-in: faa9978a25 user: dgp tags: bug-0b874c344d
2013-12-12
09:57
simple compilation of [string replace] check-in: 42c221805b user: dkf tags: dkf-bytecode-8.6-main
09:13
merge trunk; document added instructions check-in: 3c12b66379 user: dkf tags: dkf-bytecode-8.6-main
08:09
merge trunk check-in: 7bab51b334 user: dkf tags: dkf-bytecode-8.6-main
2013-12-11
21:15
merge check-in: 488aa08719 user: mig
20:57
logic fix; special handling for RETURN_CODE_BRANCH check-in: 0fed1bc012 user: mig tags: mig-optimize
18:05
removing most of the optimizer, will be back after a change in data structs check-in: 12f906e772 user: mig
18:02
fix stupid error check-in: d203d7e71a user: mig tags: mig-optimize
17:31
merge - no diff to mig-optimize has yet been committed check-in: 95715761bd user: mig
17:29
merge new catch compiler check-in: 35565158e5 user: mig tags: mig-optimize
17:13
allow simple optimization of the OK case, at the cost of some code duplication Closed-Leaf check-in: e777d7ae20 user: mig tags: mig-catch-compiler
16:48
merge mark check-in: e0c8c98af2 user: mig tags: mig-catch-compiler
16:46
simplification of the catch compiler and new test check-in: 62a51cdb45 user: mig tags: trunk
16:43
comments check-in: 2e7bd6187e user: mig tags: mig-catch-compiler
16:33
comments check-in: 7df5af9041 user: mig tags: mig-catch-compiler
16:27
comments check-in: 26000c5283 user: mig tags: mig-catch-compiler
15:55
new test, and fix for bug check-in: a54157c969 user: mig tags: mig-catch-compiler
15:16
simplify: remove the special case check-in: da1e3c8fc9 user: mig tags: mig-catch-compiler
14:51
store options early: simplify compiler, reduce stack manipulations check-in: a31b0e17b7 user: mig tags: mig-catch-compiler
13:49
simplifying: drop early the evaled script check-in: 8ffaec97b7 user: mig tags: mig-catch-compiler
12:57
shrink 4 jumps even if not recursing; change jumps to next into NOP or POP check-in: 98e98e59ec user: mig tags: mig-optimize
11:59
merge check-in: 2ba245e5f9 user: mig
11:58
cosmetic: move macros to the top of the file, add comments. check-in: e580cf7590 user: mig tags: mig-optimize
11:47
copyright check-in: 16d64b476f user: mig
11:46
add my copyright notice check-in: fd582653ac user: mig tags: mig-optimize
11:33
branch for developing a different bc optimizer check-in: bf5d07c872 user: mig
11:29
move the optimizer back to TclSetByteCodeFromAny - still unsure if it actually belongs in InitByteco... check-in: 51dac455d6 user: mig tags: mig-optimize
10:34
change criterion: always restart code compaction. To be revisited. check-in: c6f68bb0af user: mig tags: mig-optimize
2013-12-10
22:52
restart code compaction if a further 10% code reduction can be achieved check-in: be1401ea70 user: mig tags: mig-optimize
19:14
temporarily remove assemble.test to get a clean testsuite, until the bug in trunk gets fixed check-in: f03c6dab0b user: mig tags: mig-optimize
19:05
add comment, early exit to CompactCode check-in: 81c40a12f0 user: mig tags: mig-optimize
17:42
reverting catch compiler changes - better let END_CATCH be "transparent" to PUSH in the optimizer. A... check-in: 9a2de2068f user: mig tags: mig-optimize
12:07
fix INST_LMAP_COLLECT from trunk check-in: c70ff981e2 user: mig tags: mig-optimize
12:05
fix stack computations for lmap check-in: e4212fccc3 user: mig tags: trunk
11:40
get INST_LMAP_COLLECT from trunk check-in: 72fd8739c8 user: mig tags: mig-optimize
11:38
new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var check-in: 58ebb29700 user: mig tags: trunk
10:24
more INST4 to INST1 conversions where possible check-in: 69b878258b user: mig tags: mig-optimize
01:17
added a code-shrinker as last optimizer step: 5-byte to 2-byte insts where possible, remove all INST... check-in: 5fa375f12a user: mig tags: mig-optimize
2013-12-08
23:34
one more jump into a body is grown to 4-size check-in: dbf2d918c3 user: mig tags: mig-optimize
20:53
only emit PUSH4, give the optimizer more room to work with check-in: 7cc33eb452 user: mig tags: mig-optimize
17:49
two more short-to-long jump conversions check-in: a3def86cfc user: mig tags: mig-optimize
15:20
stop emitting non-removable unreachable INST_NOPs; replace with INST_DONE check-in: d159f8466c user: mig tags: mig-optimize
2013-12-07
20:15
More simplification of forward jumps, emiting almost only 4 jumps. Ready to start on optimizer. check-in: 60fe9d5c31 user: mig tags: mig-optimize
17:38
More simplification of forward jumps check-in: be9709bda2 user: mig tags: mig-optimize
15:46
Some simplification of forward jumps check-in: 265934fd86 user: mig tags: mig-optimize
12:14
First steps to a rewriting-optimizer: emit all forward jumps as 4-jumps to have rewriting space. Th... check-in: b5d790a234 user: mig tags: mig-optimize
2013-12-06
20:15
merge trunk check-in: c3515741fc user: dgp tags: dgp-refactor
17:46
merge trunk check-in: 5bbe184374 user: dgp tags: dgp-refactor
17:41
Resolve "conflict" that dgp-refactor stores AuxData in a Brodnik array. check-in: 40308d67c9 user: dgp tags: dgp-refactor
17:34
Merge to pre-conflict. check-in: f3f5be3937 user: dgp tags: dgp-refactor
16:59
Resolve (mostly cosmetic) conflicts merging changes in the compiler. check-in: 5659066924 user: dgp tags: dgp-refactor
16:44
Merge to pre-conflict checkin check-in: b0b4303cbb user: dgp tags: dgp-refactor
15:58
change NULL to INT2PTR(0), for clarity check-in: 6cfea930ff user: mig tags: trunk
14:29
change NULL to INT2PTR(0), for clarity Closed-Leaf check-in: a3b06bc1de user: mig tags: mig-opt-foreach
14:20
merge trunk check-in: 2d5b161958 user: mig tags: mig-opt-foreach
10:17
Oops, wrong macro. check-in: c2afe8e73a user: jan.nijtmans tags: trunk
10:04
Introducing a new union member in Tcl_Obj is not a good idea in a patch release, especially using "l... check-in: e8d964a08e user: jan.nijtmans tags: trunk
09:33
merge trunk check-in: 1ab40a5c8f user: dkf tags: dkf-bytecode-8.6-main
09:28
Stop printing undefined values in disassembled code. check-in: ccaa2e5f90 user: dkf tags: trunk
05:24
3x speed improvement in foreach, via new compiler and opcodes. The old version remains for old .tbc ... check-in: 93a75ad1c4 user: mig tags: trunk
01:07
adapted the array-set compiler to use the new foreach opcodes check-in: 88629f23ac user: mig tags: mig-opt-foreach
00:16
tighter mem management in array-set compiler check-in: 368bf6383f user: mig tags: mig-opt-foreach
00:02
tighter mem management check-in: 2f0632c179 user: mig tags: mig-opt-foreach
2013-12-05
20:45
Draft fix for Bug 0b874c344d. Includes test. check-in: de30f9f78a user: dgp tags: bug-0b874c344d
17:18
add comments on INST_FOREACH_* check-in: 66ba84a6ad user: mig tags: mig-opt-foreach
16:01
add comments on field "misuse" check-in: e95d817ced user: mig tags: mig-opt-foreach
15:15
New compiler and bytecodes for foreach and lmap: 70% faster
* speed as measured by http://wiki...
check-in: 3782af5f5a user: mig tags: mig-opt-foreach
2013-11-29
18:14
Modified info frame's coro handling to allow for a caller coro without cmdFramePtr (toplevel) Leaf check-in: f8164c896c user: andreask tags: bug-0b874c344d-ak-info-frame-coro
2013-11-25
13:02
Take over "changes" and "doc/file.n" from trunk, it should have been merged to "novem" already. check-in: 558938a186 user: jan.nijtmans tags: novem
12:39
Don't depend on TCLAPI to be defined in <tcl.h>. If this tclOODecls.h is ever installed in an Tcl 8.... check-in: 7cca123cba user: jan.nijtmans tags: novem
2013-11-24
22:12
merge trunk check-in: 162f412163 user: jan.nijtmans tags: novem
18:35
[a122627849] Improve stack trace from parray on not-array. check-in: 02ef6fa87e user: dkf tags: trunk
2013-11-22
13:21
revert accidental part of previous commit check-in: b7d07f415c user: jan.nijtmans tags: trunk
13:17
Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h> check-in: 5dac33e7ef user: jan.nijtmans tags: trunk
2013-11-21
16:22
Modify makefile.vc for Windows 8.1 support check-in: c8998f018b user: jan.nijtmans tags: trunk
11:52
Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.a... check-in: f858abe62f user: jan.nijtmans tags: trunk
09:24
The only relyable way of changing environment variables to uppercase (e.g. env(ComSpec) to env(COMSP... check-in: bd7d5c1f7c user: jan.nijtmans tags: trunk
2013-11-20
16:06
Safer clean-up of environment variables: Do removal after insertions -> tcltest 2.3.7 check-in: 9835f4f033 user: jan.nijtmans tags: trunk
14:40
Starting with Windows 8 DSK, GetVersionExA is deprecated check-in: bd84c74e43 user: jan.nijtmans tags: trunk
12:58
Fix env-5.1 test-case on Cygwin (and probably other platforms which don't have iso8859-1 as system-e... check-in: 1f318a23a1 user: jan.nijtmans tags: trunk
11:34
... and don't break env-5.3 and env-5.5 test-cases. check-in: f6c1c6b491 user: jan.nijtmans tags: trunk
11:20
Bug Fix: EnvTraceProc() MUST always return NULL to indicate success. check-in: bac3f9b139 user: jan.nijtmans tags: trunk
2013-11-19
13:02
merge trunk check-in: ac9edf70ff user: dkf tags: dkf-bytecode-8.6-main
11:50
Some formatting check-in: 1ea2b5393f user: jan.nijtmans tags: trunk
09:47
Cygwin: Instead of checking whether the win32 part is configured properly, just configure it when ne... check-in: 79b33761cc user: jan.nijtmans tags: trunk
09:09
Revert [5215b8740c] (Enh [2959069]), as it turns out that -fvisibility=hidden only affects definitio... check-in: 8cce7b5a1a user: jan.nijtmans tags: trunk
2013-11-18
13:37
merge trunk check-in: 797af34e34 user: max tags: bug-13d3af3ad5
13:32
Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by other means than covering... check-in: c1c1d9ee69 user: max tags: trunk
12:35
To prepare for completion of the [socket -async] implementation on Windows [13d3af3ad5]:
  • Move ...
check-in: 09ba8482cc user: max tags: bug-13d3af3ad5
11:00
Eliminate some redundant Tcl_GetErrno() calls. check-in: 29b76e5d7d user: jan.nijtmans tags: trunk
2013-11-16
21:06
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. check-in: 04b08d7303 user: jan.nijtmans tags: trunk
20:33
Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. check-in: b34eced180 user: jan.nijtmans tags: trunk
2013-11-15
16:13
Don't leak getaddrinfo() results check-in: a94b14f5b4 user: max tags: trunk
2013-11-14
10:25
merge trunk check-in: bfd0e7d5aa user: dkf tags: dkf-bytecode-8.6-main
2013-11-13
22:18
merge trunk check-in: 7a9fe7d77b user: jan.nijtmans tags: novem
2013-11-12
15:47
Grammar check... check-in: 709893c659 user: dkf tags: trunk
15:43
[528717] Slight rewording to clarify what the evaluation steps are. check-in: c0264cc2d3 user: dkf tags: trunk
13:12
socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. check-in: f644fb5a9f user: max tags: trunk
11:45
Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a pending [socket -async]. check-in: 80ca9fe746 user: max tags: trunk
2013-11-08
15:06
rebase TIP #414 implementation check-in: 43d9b69489 user: jan.nijtmans tags: initsubsystems
14:57
rebase TIP 425 implementation check-in: 4743eeb5a6 user: jan.nijtmans tags: win-console-panic
14:38
Merge trunk (order of man.macros inclusion). Simplify TCLAPI definition: Since there are extern "C" ... check-in: 8d35d71882 user: jan.nijtmans tags: novem
2013-11-05
12:39
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. check-in: 92ff51d4b5 user: jan.nijtmans tags: trunk
2013-11-04
10:26
merge trunk check-in: deea906ab7 user: jan.nijtmans tags: novem
10:13
Put extern "C" guards around all stub table struct definitions, so it is usable for C++ compilers as... check-in: af0f607ada user: jan.nijtmans tags: trunk
2013-10-31
11:44
Windows dll's should be executable. check-in: e81e8058f8 user: jan.nijtmans tags: trunk
2013-10-29
20:08
merge trunk check-in: e73a6a8458 user: dkf tags: dkf-bytecode-8.6-main
20:07
Now do [string toupper], [string tolower] and [string totitle]. Only handles the no-indices case; th... check-in: 993ffd1993 user: dkf tags: dkf-bytecode-8.6-main
13:25
merge trunk check-in: e494959ae2 user: jan.nijtmans tags: novem
08:17
Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec on HP-UX check-in: 6ba84ab753 user: jan.nijtmans tags: trunk
2013-10-28
10:57
Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-pres... check-in: ee8c73bbd4 user: jan.nijtmans tags: trunk
09:23
[01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not bein... check-in: bfb7a5375f user: dkf tags: trunk
2013-10-27
12:55
merge trunk check-in: 48fc2421d2 user: jan.nijtmans tags: novem
11:20
This sucks less. Still too slow. check-in: c48189ab92 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
11:09
Bytecoded [join]; works, but performance sucks. check-in: 762822ef8e user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
08:32
merge trunk check-in: 68b0fc16b1 user: dkf tags: dkf-bytecode-8.6-main
08:28
[53a917d6c9]: Correction to macro for determining how to deprecate things. Thanks to Raphael Kubo da... check-in: 28b5fd6723 user: dkf tags: trunk
2013-10-26
09:41
Take advantage of new concatenation opcode. check-in: cae643cc09 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:27
merge check-in: fb05981397 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:25
General [concat] compilation. check-in: 280e05bb11 user: dkf tags: dkf-bytecode-8.6-main
07:50
Change name of instruction to make way for future changes. check-in: 5c6f835158 user: dkf tags: dkf-bytecode-8.6-main
2013-10-25
13:08
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 check-in: 9294544d51 user: jan.nijtmans tags: trunk
2013-10-24
07:21
First step in compiling [concat]: the trivial cases. check-in: f703b807c4 user: dkf tags: dkf-bytecode-8.6-main
2013-10-23
15:34
Report pc value when VERIFY fails. Closed-Leaf check-in: 0bcb0be962 user: dgp tags: dgp-stack-depth-tester
15:34
merge trunk check-in: 82ea7da5a4 user: dgp tags: dkf/asm-crash-20131022
15:32
silence compiler warning check-in: 7a099f617d user: dgp tags: trunk
14:58
Avoid stack verificaton steps in macros when called by assembler. It uses them differently. Also s... check-in: 013678a14e user: dgp tags: dgp-stack-depth-tester
08:34
merge fix check-in: 68928bc3ed user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:33
Stack depth calculation correction. check-in: 88fafcb106 user: dkf tags: dkf-bytecode-8.6-main
08:18
Possible compilation of [eval]. check-in: 7ccc8e0189 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
2013-10-22
20:11
Merge assemble revert. check-in: dccf6099ce user: dgp tags: dgp-stack-depth-tester
18:58
[3556215]: Made scan match [format] better in what it accepts as a format string, by allowing uppe... check-in: 815e766d3e user: dkf tags: trunk
17:37
merge trunk check-in: 604c3c8c38 user: dgp tags: dgp-stack-depth-tester
17:36
merge fixes from trunk check-in: 11b31eb3dd user: dkf tags: dkf-bytecode-8.6-main
17:34
Fix for assemble.test; problem was a total assumption failure caused by way that the assembler works... check-in: 24a4e407ea user: dkf tags: dkf/asm-crash-20131022
17:17
Complete the repair on the INST_POP removal. check-in: e884549c28 user: dgp tags: dgp-stack-depth-tester
14:53
Conditionalize size of INST_POP removal. check-in: 94e56787fa user: dgp tags: dgp-stack-depth-tester
14:30
Merge e9c8ef check-in: 72e2f3c377 user: dgp tags: dgp-stack-depth-tester
14:29
Fix problems in for.test check-in: da8d84083c user: dkf tags: trunk
12:53
Merge 15882 check-in: 0f06901874 user: dgp tags: dgp-stack-depth-tester
12:42
Merge 78341 check-in: 97a7427fc1 user: dgp tags: dgp-stack-depth-tester
12:24
Merge d1cc50 check-in: 47728157c8 user: dgp tags: dgp-stack-depth-tester
12:10
Merge af7ffd check-in: b9f0a93b97 user: dgp tags: dgp-stack-depth-tester
09:18
corrected trace printing check-in: 86f4eacb97 user: dkf tags: dkf-bytecode-8.6-main
04:39
Merge 2718a16 check-in: c4801d3413 user: dgp tags: dgp-stack-depth-tester
2013-10-21
22:59
Merge to TCS rewrite merge point. check-in: 959a872065 user: dgp tags: dgp-stack-depth-tester
21:32
Merge 97f680 check-in: 3024ea00d3 user: dgp tags: dgp-stack-depth-tester
19:47
Merge to pre-TCS branch. check-in: 7baa52405f user: dgp tags: dgp-stack-depth-tester
17:09
Merge to pre-TCS rewrite. Closed-Leaf check-in: daa3925cb9 user: dgp tags: dgp-stack-depth-tester
14:35
silence compiler warnings check-in: 14351c91dd user: dgp tags: trunk
2013-10-20
18:44
merge trunk check-in: cddba18029 user: dkf tags: dkf-bytecode-8.6-main
18:15
[2835313] Ensure correct stack balance when break and continue exceptions are about: the hard cases ... check-in: 582877d8ab user: dkf tags: trunk
18:11
And the last bits that need fixing; the code is still less efficient than desired but should now not... Closed-Leaf check-in: bd1fb54305 user: dkf tags: dkf-loop-exception-range-work
2013-10-19
14:11
Fix handling of 'invokeExpanded' and start to do 'returnStk'. check-in: 7e41c534a9 user: dkf tags: dkf-loop-exception-range-work
12:29
Added missing exception range finalize. check-in: 9a368b1f23 user: dkf tags: dkf-loop-exception-range-work
11:20
Improve coverage of [error] compilation. check-in: 59be7daf9e user: dkf tags: dkf-loop-exception-range-work
2013-10-18
07:36
rebase RFE [#854941] implementation check-in: 982f3531f3 user: jan.nijtmans tags: rfe-854941, tip-596
07:16
rebase TIP #414 implementation check-in: 675f2efc3d user: jan.nijtmans tags: initsubsystems
07:08
Tackle evalStk by reusing existing machinery. check-in: 253aef53ca user: dkf tags: dkf-loop-exception-range-work
2013-10-17
19:07
merge trunk check-in: 6a50ea2d13 user: dgp tags: dgp-refactor
18:04
Add new sub-command: file utime ?ATIME? MTIME (re-checkin a mistaken checkin: [fa2e445528]) Closed-Leaf check-in: 9c8b16fd68 user: damkerngt tags: damkerngt-file-utime
14:48
Create new branch named "damkerngt-file-utime" check-in: 92934f6366 user: damkerngt tags: damkerngt-file-utime
11:22
Prevent tclOOIntStubs from being exported from the shared library. check-in: a1615831d6 user: jan.nijtmans tags: novem
09:48
merge trunk check-in: 69cffe1da9 user: jan.nijtmans tags: novem
09:40
Fix execute permission on many files which shouldn't have it. check-in: e9c8ef1fe6 user: jan.nijtmans tags: trunk
09:00
Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at least the TclOOInitializeSt... check-in: 5faca23620 user: jan.nijtmans tags: novem
2013-10-16
07:55
improve compatibility with initsubsystems branch Closed-Leaf check-in: 8e0d608bea user: jan.nijtmans tags: novem-reduced-symbol-export
07:13
merge novem check-in: f9b406d125 user: jan.nijtmans tags: novem-reduced-symbol-export
05:09
merge trunk check-in: c59bd0a42d user: jan.nijtmans tags: novem
2013-10-15
21:09
-I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". Reported by Matthias Kraft check-in: 9d2e353c0d user: jan.nijtmans tags: trunk
00:27
Do jump generation at places where INST_RETURN_IMM might occur. check-in: 98717da70a user: dkf tags: dkf-loop-exception-range-work
2013-10-14
08:36
merge trunk check-in: 9f4d2c3f6c user: jan.nijtmans tags: novem
08:34
Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only). check-in: 708626dfe6 user: jan.nijtmans tags: trunk
08:11
Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". In pkgooa.c, check ... check-in: 89bfaf2e79 user: jan.nijtmans tags: trunk
2013-10-13
17:22
Fix definition of TCLAPI macro, when Tcl header files are used from within C++. check-in: 1e9350be88 user: jan.nijtmans tags: novem
16:19
The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclOO in Tcl means that cal... Closed-Leaf check-in: 6142b8e869 user: jan.nijtmans tags: rfe-dfc08326e3
15:32
Add note to ChangeLog, copied from Tcl 8.6 ChangeLog note check-in: bcba8c7cdb user: jan.nijtmans tags: novem
13:57
Added the tests I want to pass... check-in: 403db2ac90 user: dkf tags: dkf-loop-exception-range-work
13:34
update comments check-in: 73671810e9 user: dkf tags: dkf-loop-exception-range-work
12:09
Stop crashing in interactive testing. (The unknown and history mechanisms tend to exercise some part... check-in: f6e5ac8873 user: dkf tags: dkf-loop-exception-range-work
11:02
merge trunk check-in: 6e62b19f3c user: jan.nijtmans tags: novem
10:45
Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes. Better error messages in ste... check-in: 53e3237225 user: jan.nijtmans tags: trunk
2013-10-11
10:26
Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is more appropriate in th... check-in: 5c6379ab2b user: jan.nijtmans tags: trunk
2013-10-10
21:24
[98c8b3ec12] Use constraint to work around failing test; it's just a bug in the underlying library, ... check-in: d6b87763af user: dkf tags: trunk
14:37
merge trunk check-in: 16af423f68 user: jan.nijtmans tags: novem
14:13
Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the ... check-in: 7abbaed029 user: jan.nijtmans tags: trunk
2013-10-09
22:04
merge-mark (novem already had the Unicode 6.3 tables) check-in: a6040de0b8 user: jan.nijtmans tags: novem
22:03
Update to Unicode 6.3 tables check-in: 8806f05b71 user: jan.nijtmans tags: trunk
2013-10-08
11:58
Merge trunk. Remove obsolete lines in tclOO*Decls.h: TCL_STORAGE_CLASS is not used anywhere in "nov... check-in: b874d5210d user: jan.nijtmans tags: novem
09:02
Working towards better handling of stack balance with break and continue exceptions. check-in: e4d6e9291b user: dkf tags: dkf-loop-exception-range-work
2013-10-07
14:25
Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin check-in: 09eb125484 user: jan.nijtmans tags: trunk
2013-10-06
19:17
[3381085] Improved way of detecting what version of the documentation to build. Set the HTML_VERSION... check-in: 390d70697c user: dkf tags: trunk
13:21
Factor out some knowledge of immediate index encoding. check-in: 0ab965b438 user: dkf tags: dkf-bytecode-8.6-main
2013-10-05
16:44
Merge trunk. Restore buildability by adding 'scspec TCLAPI' in tclOOInt.decls. check-in: 0c37ab8944 user: kbk tags: novem
16:30
mark merge check-in: e0b34d545e user: kbk tags: trunk
16:28
Advance to tzdata2013g check-in: 6daaae31c9 user: kbk tags: trunk
14:09
merge Closed-Leaf check-in: 50de1a6cc2 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
13:58
merge trunk check-in: 952d5cb1d1 user: dkf tags: dkf-bytecode-8.6-main
13:53
Added 'linsert' compiler. Factored out constant list index parser. check-in: 18dbc7744a user: dkf tags: dkf-bytecode-8.6-main
2013-10-04
18:55
merge trunk Closed-Leaf check-in: d4459319ac user: jan.nijtmans tags: bug-dfc08326e3
13:12
Added missing documentation. Corrected result of Tcl_OOInitStubs in non-stub case. check-in: 0c04e93258 user: dkf tags: trunk
2013-10-03
20:41
When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. This way, workarounds... check-in: 2acf2a071b user: jan.nijtmans tags: trunk
13:32
cleaner and faster 'string trim' check-in: 0d32a0f39f user: dkf tags: dkf-bytecode-8.6-main
08:54
merge trunk check-in: 384d74c8f1 user: dkf tags: dkf-bytecode-8.6-main
2013-10-02
18:30
Better fix for bug [dfc08326e3] check-in: 0d8c808d43 user: jan.nijtmans tags: bug-dfc08326e3
14:35
minor: whitespace correction (my bad!) check-in: 6fbfa3e7a2 user: dkf tags: trunk
13:16
neater check-in: f5738a4c37 user: dkf tags: trunk
13:14
silence warnings with clang check-in: f5a69fee4d user: dkf tags: trunk
10:30
Fix compilation of Itcl and Tdbc check-in: a795ebaacf user: jan.nijtmans tags: trunk
10:01
Turn Tcl_OOInitStubs into a no-op in non-stub-enabled usage. check-in: f796f7d95d user: dkf tags: trunk
09:41
Fix TclOO API export rules. check-in: 187f341932 user: dkf tags: trunk
08:46
Expand subset of lreplace functionality that is compiled. check-in: ea422ac47b user: dkf tags: dkf-bytecode-8.6-main
08:17
merge trunk check-in: 6d1a631108 user: jan.nijtmans tags: novem
08:08
Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGISTRATION typedef, which... check-in: 7488de4f4b user: jan.nijtmans tags: trunk
2013-10-01
10:12
Working on compiling 'eval'; not yet finished. check-in: 6760542172 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
2013-09-30
14:33
merge trunk check-in: a765e280e7 user: dgp tags: dgp-refactor
14:08
merge trunk check-in: 4d2bc6a652 user: jan.nijtmans tags: novem
14:07
Disable command line globbing on MinGW compiles: this saves startup time, since the result of the gl... check-in: fa4ce191d2 user: jan.nijtmans tags: trunk
10:13
export tclOO symbols from the dll/so, as suggested in RFE [dfc08326e3], in addition to exporting it ... Closed-Leaf check-in: 8e25674013 user: jan.nijtmans tags: rfe-dfc08326e3
09:44
merge trunk check-in: e25b747b7d user: jan.nijtmans tags: novem
09:38
Restore copyright assignments and some improved comments in tclOO.decls: previous commit was a blind... check-in: 4a0553616c user: jan.nijtmans tags: trunk
09:03
Fix [f51efe99a7] by reverting [371bcd0714] check-in: 8ee49da609 user: jan.nijtmans tags: trunk
08:31
merge trunk check-in: 7ae862fc61 user: jan.nijtmans tags: novem
03:00
First attempt at [string trim] compilation. check-in: 62a0ec46d8 user: dkf tags: dkf-bytecode-8.6-main
01:05
merge trunk check-in: 44ad0f4b4e user: dkf tags: dkf-bytecode-8.6-main
2013-09-28
22:52
typo; spotted by stu check-in: 97ba1dcf13 user: dkf tags: trunk
21:10
[dfc08326e3]: Corrected symbol export for TclOO to match Tcl so things work as expected in a static ... check-in: 371bcd0714 user: dkf tags: trunk
2013-09-27
17:39
merge trunk check-in: f55df9a649 user: jan.nijtmans tags: novem
17:33
Fix test source-4.1 check-in: d6941999f1 user: dgp tags: trunk
16:12
merge trunk check-in: 3d9a482efb user: dgp tags: dgp-refactor
16:10
merge 8.5 check-in: 7c787248f0 user: dgp tags: trunk
15:34
Merge forward new test, marked as knownBug, so other merges are no longer held back. check-in: af5c85f043 user: dgp tags: trunk
14:58
merge trunk check-in: dbdc689250 user: dgp tags: dgp-refactor
14:45
merge near-trunk check-in: e725e2ec83 user: dgp tags: dgp-refactor
10:29
[219226]: Rewrote how ::env is synchronized to the environment so it no longer smashes the array or ... check-in: afaff33553 user: dkf tags: trunk
09:18
Workaround for MinGW bug #2065. Both MinGW and MinGW-w6... check-in: 87d1313df3 user: jan.nijtmans tags: trunk
2013-09-26
16:32
merge trunk check-in: 4052e55925 user: dkf tags: dkf-improved-disassembler
14:28
merge trunk check-in: ef483313f1 user: jan.nijtmans tags: novem
14:27
Tcl_SetResult -> Tcl_SetObjResult check-in: 15647dce75 user: jan.nijtmans tags: trunk
2013-09-24
05:43
Support compiling Tcl for Win32 on ARM. Closed-Leaf check-in: fbab8d9b31 user: mistachkin tags: win32-arm
2013-09-23
20:04
merge trunk check-in: 6ec1685ef4 user: jan.nijtmans tags: novem
18:14
merge trunk check-in: f72962c880 user: dgp tags: dgp-refactor
12:18
revert mistaken commit of experiment check-in: 3b340542f2 user: dgp tags: trunk
11:27
workaround for mingw bug http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724 check-in: 146b87c2f1 user: jan.nijtmans tags: trunk
2013-09-21
12:49
merge trunk check-in: 7c19121b2e user: dgp tags: novem
2013-09-20
13:05
Potential fix for issues relating to lack of errorCode setting with unknown command handling. Leaf check-in: cb6e704762 user: dkf tags: bug-unknown-no-errorcode
13:02
New routines _Plus and _Minus apply increments to BPs. Quite crude. Much opportunity for optimizin... check-in: f4c5c1b275 user: dgp tags: dgp-refactor
13:02
merge trunk check-in: 7c1d00afae user: dkf tags: dkf-improved-disassembler
12:22
Revert mistaken commit of experiment. check-in: e1a17466ce user: dgp tags: dgp-refactor
12:13
merge trunk check-in: eb9d41af7b user: dgp tags: dgp-refactor
09:11
Make sure that panic's during finalization are handled by the custom panicproc not by the default pa... check-in: d7d7d0857d user: jan.nijtmans tags: trunk
05:31
merge trunk check-in: c186938df9 user: dgp tags: dgp-refactor
05:28
merge release check-in: 63009ab07c user: dgp tags: trunk
2013-09-19
22:37
[3970f54c4e]: Improved fix that is more tolerant of a single variable varname. check-in: af5c35971a user: dkf tags: trunk
20:07
merge trunk Closed-Leaf check-in: 2bcfea1433 user: dgp tags: core-8-6-1, rc2, core-8-6-1-rc
19:38
merge trunk check-in: 5039d0589e user: dgp tags: dgp-refactor
19:37
[3970f54c4e]: Corrected regression in argument order processing in [unset]. check-in: 836d61598d user: dkf tags: trunk
19:10
merge trunk; update changes check-in: c81d39a8aa user: dgp tags: core-8-6-1-rc
19:02
comment check-in: a6959b7e04 user: dgp tags: trunk
18:53
Line numbers wrong in compiled [unset]. check-in: b7c97d2912 user: dgp tags: trunk
17:21
Line numbers wrong in compiled [dict with]. check-in: 985e1825e1 user: dgp tags: trunk
17:01
Line numbers wrong in compiled [dict exists]. check-in: 0c34f1cd4a user: dgp tags: trunk
16:41
Line numbers wrong in compiled [global] and [variable]. check-in: 4b8618f2b2 user: dgp tags: trunk
16:11
Line numbers wrong in compiled [namespace upvar]. check-in: cfb8f570fd user: dgp tags: trunk
15:57
Line numbers wrong in compiled [upvar]. check-in: 15882da014 user: dgp tags: trunk
15:05
Line numbers wrong in compiled [dict update]. check-in: 102bca24dc user: dgp tags: trunk
14:56
Line numbers wrong in compiled [dict for]. check-in: 63d9595cb7 user: dgp tags: trunk
14:49
Line numbers wrong in compiled [dict get]. check-in: 7cdfebfeb6 user: dgp tags: trunk
14:22
Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler. check-in: 109b343727 user: dgp tags: trunk
14:21
[3606943]: Corrected description of method search order. check-in: afc9ca5c0b user: dkf tags: trunk
13:44
[31661d2135] Plug memory leak. check-in: d2f9db98ef user: dgp tags: trunk
13:39
[31661d2135] Plug memory leak. Closed-Leaf check-in: 3aeeb51441 user: dgp tags: bug-31661d2135
13:13
Line numbers wrong in compiled [dict set]. check-in: 78341f75f9 user: dgp tags: trunk
13:00
consistant use of capitals check-in: eb4132517a user: jan.nijtmans tags: trunk
12:22
Merge test; bug already fixed in trunk. check-in: dd4cc03df6 user: dgp tags: trunk
04:27
Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. check-in: 166ffc0cc5 user: dgp tags: trunk
04:11
[3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk. check-in: d1cc50d7bd user: dgp tags: trunk
2013-09-18
12:32
Bump TclOO version to 1.0.1 check-in: 32f292bcc3 user: dkf tags: trunk
2013-09-17
12:17
merge trunk; update changes check-in: fa66765e6a user: dgp tags: rc1, core-8-6-1-rc
12:13
merge trunk check-in: b2da30d59f user: dgp tags: dgp-refactor
09:24
[2152292]: Corrected implementation of uuencode handling to support line length indicator bytes.

**... check-in: c001d40665 user: dkf tags: trunk, potential incompatibility

09:20
ChangeLog entry Closed-Leaf check-in: b9547959b8 user: dkf tags: bug-2152292
09:13
small improvements to the documentation check-in: 7825d13bbc user: dkf tags: bug-2152292
2013-09-16
23:26
merge trunk check-in: 6c01126c60 user: dgp tags: dgp-refactor
23:18
[7b32d8d13b] Insert missing field initialization. check-in: 7059c2ea37 user: dgp tags: trunk
18:59
merge trunk; update changes check-in: 933afe0b2e user: dgp tags: core-8-6-1-rc
09:03
Refactor to remove unused flexibility. check-in: 7b485e827b user: dkf tags: bug-2152292
08:52
Be careful: separator needs to be bytes, not internal-encoded. check-in: 613440ae3d user: dkf tags: bug-2152292
2013-09-15
16:30
Add back -wrapchar option to "binary encode uuencode" check-in: 0e087acc80 user: jan.nijtmans tags: bug-2152292
2013-09-14
18:25
And the decoder too. check-in: 4c99c6d1d5 user: dkf tags: bug-2152292
08:59
Hm, this check doesn't really add anything. check-in: 2155b405f3 user: jan.nijtmans tags: bug-2152292
08:51
Add back -wrapchar option to "binary encode uuencode". check-in: ede84216fa user: jan.nijtmans tags: bug-2152292
07:07
[2152292] Corrected implementation of uuencoding. check-in: f335dbad5b user: dkf tags: bug-2152292
2013-09-13
20:25
Add _Get routine to pull a random access BrodnikPointer from a BrodnikArray. Use it to scan the CmdL... check-in: 2c7770626b user: dgp tags: dgp-refactor
14:12
merge mark check-in: 15cf5b6ebb user: dgp tags: trunk
03:36
merge trunk check-in: cbd632b7b7 user: dgp tags: dgp-refactor
03:33
More macro use. check-in: bd7b545d09 user: dgp tags: trunk
2013-09-12
23:34
Revise _Append and _Detach to return element pointers. check-in: e16c235651 user: dgp tags: dgp-refactor
20:29
Without next pointers, a JumpList is just a JumpFixup, so get rid of it. check-in: 8dfb69e025 user: dgp tags: dgp-refactor
20:08
A BrodnikArray is already a stack; it does not need next pointers to make it one. check-in: b74a35af98 user: dgp tags: dgp-refactor
19:49
merge trunk check-in: 2f43fe91b6 user: dgp tags: dgp-refactor
19:34
merge trunk check-in: 5c7b60d996 user: dgp tags: dgp-refactor
19:27
Push fixup on the stack only when needed. check-in: 8678be2995 user: dgp tags: trunk
19:21
Swap the two fixups used when compiling the ternary operator. Push them on the stack only when neede... check-in: 750f5a8d1f user: dgp tags: trunk
17:42
Stop allocating JumpFixups for jumps that can never need any fixing up. check-in: 09f64e96d7 user: dgp tags: trunk
2013-09-11
05:08
merge trunk check-in: 00564ed6a1 user: dgp tags: dgp-refactor
05:07
Eliminate another surplus storage field. Make a(n ab)use of the existing JumpFixup fields instead. check-in: 263b4394a2 user: dgp tags: trunk
04:52
merge trunk check-in: f90afb1831 user: dgp tags: dgp-refactor
04:49
Make use of the existing JumpFixup fields. Eliminate extra storage field 'offset' in JumpList that ... check-in: df49cdf291 user: dgp tags: trunk
02:36
merge trunk check-in: f1a7bb9aa4 user: dgp tags: dgp-refactor
02:32
Stop the save and restore of currStackDepth. Just manage it correctly so it doesn't need correcting... check-in: 6c5624d40f user: dgp tags: trunk
2013-09-10
20:34
Revise _Append, _Detach, etc. to use the efficiencies used by pointers. _Next may still need some op... check-in: 36baa8655f user: dgp tags: dgp-refactor
18:46
[547989] Proposed implementation of the change described in the comments of the bug report. Leaf check-in: 942397a2a7 user: dkf tags: bug-547989
17:15
More loop conversions. Also use the stability of BAs to keep pointers instead of indicies. check-in: 97124028bb user: dgp tags: dgp-refactor
16:07
Convert first CmdLocation loop to iterate with pointers. Add missing failed compile cleanup discove... check-in: f4ce6685c1 user: dgp tags: dgp-refactor
14:27
Convert more simple loops to iterate with pointers. check-in: 5d6eec4b72 user: dgp tags: dgp-refactor
14:04
Convert first loop to iterate with a pointer. check-in: ad4af823bf user: dgp tags: dgp-refactor
2013-09-09
19:31
Start work creating a BrodnikPointer to go with the BrodnikArray. check-in: 589416b0f9 user: dgp tags: dgp-refactor
18:46
Now that BA's retain an identity, stop returning them from routines. check-in: a298d81f98 user: dgp tags: dgp-refactor
18:23
Revise the BrodnikArray struct so that the store is held as a pointer rather than an array. This pe... check-in: a069431c53 user: dgp tags: dgp-refactor
17:39
Reduce size_t quantities to unsigned ints where the scaling impact will be completely theoretical un... check-in: 33c00b0226 user: dgp tags: dgp-refactor
17:05
merge trunk check-in: 87c3331a02 user: dgp tags: dgp-refactor
15:22
New routine TclBAInvertIndices() performs the reverse mapping from Brodnik index pairs back to index... check-in: a1900d1117 user: dgp tags: dgp-refactor
14:12
[3609693] Must strip the internal representation of procedure-like methods in order to ensure that a... check-in: e5fba23b18 user: dkf tags: trunk
13:34
[3609693] Must strip the internal representation of procedure-like methods in order to ensure that a... Closed-Leaf check-in: 847567403d user: dkf tags: bug-3609693
12:34
merge trunk check-in: f02940a1c9 user: dkf tags: bug-3609693
11:54
merge trunk check-in: 67d8741300 user: dgp tags: dgp-refactor
2013-09-08
15:02
merge mark Closed-Leaf check-in: 4a60c3ee74 user: dkf tags: bug-3600057
14:58
typo check-in: 214b1c7f4f user: dkf tags: bug-3600057
14:48
[3600057]: Filled out missing parts of implementation of [string is double].

DGP - I'm pretty sur... check-in: e81ce48725 user: dkf tags: bug-3600057

10:21
[3611643] Stop polluting the global namespace. Refactor the index entry generation so it is done rig... check-in: c45d777d3c user: dkf tags: trunk
2013-09-07
22:19
[86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the same version of the same ... check-in: d041733320 user: dgp tags: trunk
21:19
merge trunk Closed-Leaf check-in: b4df43a7b3 user: dgp tags: bug-86ceb4e2b6
08:06
Rebase TIP #414 implementation. check-in: eb51174a19 user: jan.nijtmans tags: initsubsystems
2013-09-05
18:32
merge trunk check-in: c3aeba1bd3 user: dgp tags: dgp-refactor
18:29
Move AuxData array rather than copy it. check-in: 79fae728af user: dgp tags: dgp-refactor
15:47
Use ne instead of [string length] for less shimmer risk. check-in: 5fd0b7f61e user: dgp tags: bug-86ceb4e2b6
12:45
Error in order of #include lines broke some windows builds. check-in: c2ab5f62c0 user: dgp tags: trunk
12:35
Merge commits to the correct branch -- trunk check-in: c7aebcdf72 user: dgp tags: trunk
12:31
[010f4162ef] Repair effect of trace errors on -errorinfo and -errorstack. Closed-Leaf check-in: f0e808cc64 user: dgp tags: mig-review
11:47
resolve fork check-in: 8a85b196f1 user: dgp tags: dgp-refactor
03:22
Split BA macros into declaration part and definition part so that a BA_* type can be used in multipl... check-in: 5523d5bd5e user: dgp tags: dgp-refactor
2013-09-04
13:19
merge trunk check-in: 2b0c31871e user: dgp tags: dgp-refactor
12:45
Cleaned up test command trying to make valgrind happy. check-in: dd500d1c6c user: dgp tags: mig-review
09:36
[98c8b3ec12] Make test fail in less catastrophic manner. check-in: dde62ffdf8 user: dkf tags: trunk
07:22
Fix 3 trivial (possible) errors, discovered by covertity.com check-in: 38e00f27c9 user: jan.nijtmans tags: trunk
2013-09-03
20:12
merge trunk check-in: 167ec40a93 user: dgp tags: dgp-refactor
18:50
doc fix exposed by `make html` check-in: 41dfc40c2a user: dgp tags: rc0, core-8-6-1-rc
17:39
make dist check-in: 2b3ca74e16 user: dgp tags: core-8-6-1-rc
17:07
typo check-in: 67d6a9543c user: dgp tags: core-8-6-1-rc
16:47
Favor timeline over ChangeLog check-in: 47d761d2a0 user: dgp tags: core-8-6-1-rc
16:04
update changes check-in: 5bd33e3ca5 user: dgp tags: core-8-6-1-rc
2013-09-02
18:47
Add test and improve errorInfo. Closed-Leaf check-in: 2d4eff472e user: dgp tags: bug-010f4162ef
17:59
[010f4162ef] First step of fix on stammering errorstack. errorstack fixed. errorinfo revision still... check-in: 909dcc2cf0 user: dgp tags: bug-010f4162ef
14:01
typo check-in: a5ab971f3d user: jan.nijtmans tags: trunk
2013-09-01
20:08
[b98fa55285]: Fix handling of whitespace at end of hex strings to decode. check-in: 3534dc020d user: dkf tags: trunk
2013-08-30
22:04
Bump version number to 8.6.1. check-in: 9824f745cc user: dgp tags: core-8-6-1-rc
21:57
Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release. check-in: 1fde5f0db3 user: dgp tags: trunk
2013-08-29
19:22
merge trunk check-in: 9d9256cf4a user: dgp tags: dgp-refactor
19:19
[2486550] NR-enable same-interp invokehidden. Also, reroute all objProc invocation through the comm... check-in: 1e66a5c9c0 user: dgp tags: trunk
17:59
New internal eval flag value so that all TclNREvalObjv() callers that pre-resolve command names can ... Closed-Leaf check-in: 9394415ab9 user: dgp tags: bug-2502002
2013-08-28
18:05
Rework the re-resolution after enter traces machinery with cleaner separations and neater interfaces... check-in: c10157dfd4 user: dgp tags: bug-2502002
02:44
Clarfy and prettify influence of flag settings and command lookups. check-in: 5cf01176b3 user: dgp tags: bug-2502002
2013-08-27
20:25
Tidy up indenting for clarity in refactoring. check-in: bf7f439987 user: dgp tags: bug-2502002
20:06
Exceptions raised from enter traces take priority over re-resolution games. check-in: f3862d4ec5 user: dgp tags: bug-2502002
20:03
Inline TEOV_RunEnterTraces() so its interface can be redesigned. check-in: 1b39dee3d7 user: dgp tags: bug-2502002
18:11
Add test for Bug 2486550. check-in: 055779b95b user: dgp tags: bug-2502002
2013-08-26
18:32
merge trunk check-in: 219c73f7e8 user: dgp tags: bug-2502002
2013-08-24
09:42
Unbreak doc; the apropos index entry *must* be one line. (This is an external constraint forced by ... check-in: 608930382f user: dkf tags: trunk
2013-08-23
18:30
stop looking at the C-stack depth Leaf check-in: 23832ea106 user: mig tags: mig-stacklevels
16:33
merge trunk check-in: 83dc51357b user: dgp tags: bug-2502002
16:29
merge trunk check-in: 8d1656cc0c user: dgp tags: dgp-refactor
16:23
Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised. check-in: af7ffdb548 user: dgp tags: trunk
13:08
fix NRE docs check-in: 2f58df3b39 user: mig tags: trunk
12:04
merge trunk check-in: 81e2e8668b user: dgp tags: bug-2502002
12:03
merge trunk check-in: fd1683f37a user: dgp tags: dgp-refactor
05:59
Remove complications that no longer server any required purpose. check-in: 0390ff3464 user: dgp tags: trunk
2013-08-22
20:41
merge trunk check-in: 2f5d805694 user: dgp tags: bug-2502002
20:34
compiler warning check-in: 26a14f7f49 user: dgp tags: dgp-refactor
20:34
compiler warning check-in: edc3131309 user: dgp tags: trunk
20:27
merge trunk check-in: d3b3fd78ea user: dgp tags: dgp-refactor
20:21
Make Dispatch() the single point for calling a Tcl_ObjCmdProc, and attach the DTRACE machinery there... check-in: cf9917a942 user: dgp tags: trunk
16:13
Remove assertion that is not true in some circumstances (--enable-dtrace). check-in: e2dcd81b28 user: dgp tags: trunk
13:01
More coroutine tests. check-in: acc67cbb48 user: dgp tags: trunk
08:07
Correction to documentation check-in: bb0a6db5e9 user: dkf tags: trunk
07:09
merge trunk check-in: 6818b3c99c user: dkf tags: dkf-improved-disassembler
01:13
merge trunk check-in: 7a2ab4dc79 user: dgp tags: bug-2502002
01:10
merge trunk check-in: 554b3422a1 user: dgp tags: dgp-refactor
2013-08-21
19:30
[8ff0cb9fe1] Make Tcl_NREvalObj() (and friends) behave as documented, by only scheduling evaluation ... check-in: ec51e0603e user: dgp tags: trunk
19:18
Tidy the code and add a test. Closed-Leaf check-in: 3f49eeab3d user: dgp tags: dgp-purge-NRRunObjProc
19:00
Don't allocate memory until you know you're going to use it and arrange for it to be freed. Leak! check-in: 923b21f385 user: dgp tags: dgp-purge-NRRunObjProc
18:27
Don't use automatic storage to hold the invocation words of oo::define. That practice doesn't agree ... check-in: a50ead7062 user: dgp tags: dgp-purge-NRRunObjProc
13:34
merge trunk check-in: aa7926c7ec user: dgp tags: dgp-purge-NRRunObjProc
10:25
[3612422]: Refer to correct part of tclvars(n) rather than page itself. check-in: a197e6853e user: dkf tags: trunk
09:35
define tests for this bug; no fix yet check-in: b58873a477 user: dkf tags: bug-3609693
2013-08-20
14:00
Push out a trial patch for more eyes to see. check-in: e14cebbeab user: dgp tags: dgp-purge-NRRunObjProc
2013-08-19
16:34
Revise execution trace handling to take account of the new reality in Tcl 8.6 that callers can pre-r... check-in: 8b417f03d0 user: dgp tags: bug-2502002
15:22
Testing doing away with the NRRunObjProc routine, which looks like a useless extra bounce on the NRE... check-in: a9eba981e6 user: dgp tags: dgp-purge-NRRunObjProc
09:10
rebase TIP 425 implementation check-in: 74f7e63465 user: jan.nijtmans tags: win-console-panic
09:05
rebase TIP 414 implementation check-in: 3c9828933f user: jan.nijtmans tags: initsubsystems
2013-08-15
20:00
merge trunk check-in: 5f37dcc364 user: dgp tags: bug-2502002
19:59
merge trunk check-in: bebd66fb8b user: dgp tags: dgp-refactor
19:59
Make sure the errors raised by execution traces become errors raised by the traced command, as docum... check-in: 04da25f2f5 user: dgp tags: trunk
17:43
merge trunk check-in: 5bb2ee559c user: dgp tags: bug-2502002
14:05
The fix for [3610404] leads to a simplification in the implementation of forward methods. check-in: 1cafa9ed0e user: dgp tags: trunk
2013-08-14
20:31
merge trunk check-in: ffbe318c05 user: dgp tags: bug-2502002
20:20
Add several tests to check consistency of stack traces. check-in: e3800f9fba user: dgp tags: trunk
19:07
merge trunk check-in: bcf24b4b92 user: dgp tags: dgp-refactor
19:07
merge trunk check-in: da357df523 user: dgp tags: bug-2502002
19:01
[3610404] Re-resolution of command after enter traces invalidate epoch. Make sure context is such th... check-in: c1bc5483be user: dgp tags: trunk
18:44
merge trunk Closed-Leaf check-in: 0b6624feda user: dgp tags: bug-3610404
18:00
merge trunk check-in: e3c0cec6ed user: dgp tags: bug-2502002
17:08
merge trunk check-in: adc0415eea user: dgp tags: dgp-refactor
17:07
[a16752c252] Correct failure to call cmd deletion callbacks. check-in: 2718a160f1 user: dgp tags: trunk
14:40
merge trunk check-in: e24c4b1f62 user: jan.nijtmans tags: novem
14:15
restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in [19ff9b95e1] check-in: 7958111476 user: jan.nijtmans tags: novem
13:50
merge trunk check-in: b6d55aaba5 user: dgp tags: dgp-refactor
12:43
Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 3648c59d0d user: dgp tags: trunk
12:15
Consolidate some helper routines. Closed-Leaf check-in: 6a2b3f4c6d user: dgp tags: dgp-bye-ctx-eval-flag
04:13
Only schedule leave traces if enter traces complete successfully. This avoids a memleak, and opens a... check-in: bf4296a85b user: dgp tags: dgp-bye-ctx-eval-flag
2013-08-13
19:26
[0aa8f12dcc] Restore minimum code to stop failing tests. check-in: a64f1e873a user: dgp tags: novem
2013-08-12
20:00
Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to determine whether the pre-subs... check-in: 435e0dcc82 user: dgp tags: dgp-bye-ctx-eval-flag
15:52
merge trunk check-in: 1341529437 user: dgp tags: dgp-bye-ctx-eval-flag
2013-08-11
15:21
rebase check-in: 73c73ec2b4 user: jan.nijtmans tags: initsubsystems
15:19
rebase check-in: 76709a732d user: jan.nijtmans tags: win-console-panic
14:42
Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann check-in: bc57d06610 user: jan.nijtmans tags: trunk
2013-08-10
05:16
Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 853abff6c9 user: dgp tags: dgp-bye-ctx-eval-flag
2013-08-09
16:48
Revised GetCommandSource() can (and thus should) return a normal zero refcount value. check-in: 81b4073e16 user: dgp tags: dgp-bye-ctx-eval-flag
2013-08-08
20:19
merge trunk check-in: d66b65883f user: dkf tags: dkf-command-type
2013-08-07
20:27
Revise GetCommandSource() to return a normal Tcl_Obj value. check-in: 4172eb0252 user: dgp tags: dgp-bye-ctx-eval-flag
19:45
Give (objc, objv) their own ride from enter to leave traces. check-in: cea40c809e user: dgp tags: dgp-bye-ctx-eval-flag
18:34
merge trunk check-in: b94fb74ee9 user: dgp tags: dgp-refactor
17:11
Many simplifications to the TIP 280 machinery. * Removed support for non-NULL invoker when TCL_EV... check-in: 2f5ee8efad user: dgp tags: trunk
16:44
Remove Tcl_Preserve support for ContLineLoc values. It's not needed. This allows the clLoc field of... check-in: 08cfa769ec user: dgp tags: dgp-bye-ctx-eval-flag
16:01
Test for TclContinuationsGet() usage, and simplifications. check-in: 26304b215c user: dgp tags: dgp-bye-ctx-eval-flag
14:41
Replace potentially memleak creating safety check of a "cannot happen" condition with an assertion. check-in: 6d9ae929c5 user: dgp tags: dgp-bye-ctx-eval-flag
12:44
Add comment stating new limitation on Tcl(NR)EvalObjEx() interface. check-in: 45e786b5ee user: dgp tags: dgp-bye-ctx-eval-flag
2013-08-06
20:18
merge trunk check-in: 1f866ae516 user: dgp tags: dgp-refactor
17:24
All use of the evalFlag value TCL_EVAL_CTX is unused by the code and unreachable by extensions. Thi... check-in: dfb5bac00f user: dgp tags: dgp-bye-ctx-eval-flag
16:41
The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: b673919222 user: dgp tags: trunk
16:20
Add assertions that will guide and protect more discovery of dead code for elimination. check-in: 08d5678d26 user: dgp tags: dgp-bye-ctx-eval-flag
13:30
Drop TCL_LOCATION_EVAL_LIST now that it is unused. Closed-Leaf check-in: ac585604b9 user: dgp tags: dgp-bye-location-eval-list
13:20
Eliminate the union that is no longer needed. check-in: 73f1c90b0d user: dgp tags: dgp-bye-location-eval-list
13:08
Revert the changes that went too far and broke things. check-in: 230b3c084e user: dgp tags: dgp-bye-location-eval-list
04:15
The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: a292acfcd1 user: dgp tags: dgp-bye-location-eval-list
2013-08-05
23:54
merge trunk check-in: 19c11d8c16 user: dgp tags: dgp-refactor
22:06
rebase against trunk Leaf check-in: e0957ec4b8 user: jan.nijtmans tags: bug-c4e230f29b
22:00
Mark unixforkevent-1.1 nonPortable, until proven on more platforms. Make sure that when testing for... check-in: 4e3f024bd7 user: jan.nijtmans tags: trunk
16:37
merge trunk check-in: dd155eb7e2 user: dgp tags: dgp-refactor
14:47
merge trunk check-in: cb1d262fa1 user: dgp tags: dkf-command-type
2013-08-03
15:27
[3611643fff]: Support TclOO in autoload mechanism. check-in: f031beec9a user: dkf tags: trunk
2013-08-02
21:16
merge trunk check-in: 5c1b3d3094 user: dgp tags: dgp-refactor
20:19
Deal with the elaborate rip-apart-a-metaclass case as well. check-in: 04e4971bde user: dkf tags: trunk
17:30
merge trunk check-in: 0d355bac3f user: dgp tags: dgp-refactor
14:58
[9d61624b3d]: Stop crashes when emptying the superclass slot. check-in: 8e643395a4 user: dkf tags: trunk
10:33
merge trunk check-in: 396ccb299c user: jan.nijtmans tags: novem
2013-08-01
19:18
[1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow existing regexps "in the wild"... check-in: b7100ded1f user: dgp tags: trunk
15:09
merge trunk check-in: 82f569b731 user: dgp tags: dgp-refactor
13:40
merge trunk check-in: c40011494f user: dkf tags: dkf-command-type
13:27
And documentation check-in: da1c84db5c user: dkf tags: dkf-command-type
13:21
Support type discovery in coroutines. check-in: fe2979495f user: dkf tags: dkf-command-type
12:54
Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet bu... check-in: e733a91cdb user: jan.nijtmans tags: trunk
06:44
Improving the test suite for [info cmdtype]. check-in: 8ec3cb29a9 user: dkf tags: dkf-command-type
2013-07-31
20:05
merge trunk check-in: 9997333092 user: dkf tags: dkf-command-type
20:03
Added tests check-in: c279444116 user: dkf tags: dkf-command-type
2013-07-30
19:49
merge trunk check-in: 9764d43a45 user: dgp tags: dgp-refactor
2013-07-29
10:51
rebase check-in: b63d274c35 user: jan.nijtmans tags: win-console-panic
10:12
Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: a72287aa7d user: jan.nijtmans tags: trunk
2013-07-28
00:03
merge cleanup check-in: 31629ba6cd user: dgp tags: dgp-refactor
2013-07-27
20:54
merge-mark check-in: 8d3d92c641 user: dgp tags: dgp-refactor
20:29
Simplify AuxData access with a macro. check-in: 3f7279e103 user: dgp tags: trunk
19:23
Shut down the remaining places where a TCL_TOKEN_COMMAND token was generated and then passed on to c... check-in: 1cbf82e813 user: dgp tags: dgp-refactor
17:06
Tidy up syntax error handling so that tested error messages are preserved. check-in: 29f5a9b93f user: dgp tags: dgp-refactor
2013-07-26
20:34
Work In Progress making expr parsing produce TCL_TOKEN_SCRIPT_SUBST tokens. check-in: 5de07618b9 user: dgp tags: dgp-refactor
17:05
Remove Tcl_ResetResult() workaround that's no longer needed after merging the TclCompileScript() re... check-in: db9f99d903 user: dgp tags: dgp-refactor
13:30
merge trunk check-in: 19708186c4 user: dkf tags: dkf-command-type
13:27
merge trunk check-in: 737776fd62 user: dgp tags: dgp-refactor
13:24
[6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: bff43cd4c3 user: dgp tags: trunk
09:20
Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: efa7ddd3b9 user: jan.nijtmans tags: trunk
2013-07-25
15:20
Make sure all syntax errors in subst get properly compiled. check-in: 76b2b7a130 user: dgp tags: dgp-refactor
06:59
Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS check-in: 53be2bce4e user: jan.nijtmans tags: trunk
2013-07-24
17:15
Remove all unneeded handling of the TCL_TOKEN_COMMAND token type. Add comment explaining the handlin... check-in: dd09c7e820 user: dgp tags: dgp-refactor
16:56
Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: ade314d8cf user: dgp tags: trunk
14:14
Fix Cygwin build: put Tcl_ConsolePanic in the stub library, not the dll. check-in: bec248e963 user: jan.nijtmans tags: win-console-panic
14:04
merge trunk check-in: a4b5282a13 user: dgp tags: dgp-refactor
13:58
Mark commands with potential to compile expansion arguments (as [list] does). check-in: 2a890ec41a user: dgp tags: trunk
12:15
merge trunk check-in: 00d71a61ed user: dgp tags: dgp-refactor
12:13
more disabled code removal check-in: 7b08cfd02d user: dgp tags: trunk
2013-07-23
20:27
delete stray commented out bits check-in: 2a7d6b0074 user: dgp tags: dgp-refactor
20:18
merge trunk check-in: 411112f7ca user: dgp tags: dgp-refactor
20:11
Remove outdated, disabled code. check-in: d526d293b4 user: dgp tags: trunk
18:05
merge trunk check-in: 143b76f4bb user: dgp tags: dgp-refactor
18:03
Remove outdated comment. Stack depths are well checked now. check-in: 872bbb0773 user: dgp tags: trunk
18:01
Stop checking stack depth in [catch] compiler. Stack depth is checked in compiles of *all* Tcl comma... check-in: d9951d453c user: dgp tags: trunk
16:57
Find and repair the surplus PUSH that was causing trouble. check-in: c3815bca63 user: dgp tags: dgp-refactor
12:42
implement for Cygwin as well check-in: 00a17823f0 user: jan.nijtmans tags: win-console-panic
11:54
Add documentation check-in: 1a3237a811 user: jan.nijtmans tags: win-console-panic
10:57
rebase check-in: da05c42132 user: jan.nijtmans tags: win-console-panic
09:49
merge trunk check-in: 2dd21b756d user: jan.nijtmans tags: novem
09:27
Add "testfork" test command. Not used in any test-case yet check-in: 48ebb48d02 user: jan.nijtmans tags: trunk
2013-07-20
04:54
merge trunk. still have stack depth issues in [subst] syntax errors. check-in: df020c50d0 user: dgp tags: dgp-refactor
04:40
fix for the segfault check-in: b9a246c16d user: dgp tags: dgp-refactor
2013-07-19
15:57
test demonstrating segfault check-in: afa3069486 user: dgp tags: dgp-refactor
2013-07-18
20:27
Rewrite of the TclCompileScript() routine.

Primarily this breaks that large, rather convoluted rout... check-in: 1757fd6ebc user: dgp tags: trunk

18:25
[assemble] compile syntax error into bytecode reporting syntax error message. Closed-Leaf check-in: fd39545639 user: dgp tags: dgp-tcs-rewrite
15:42
merge trunk check-in: 84e6740946 user: dgp tags: dgp-tcs-rewrite
15:34
merge trunk; resolve conflicts; adapt [1c17fbba5d] fix check-in: 60b66eae40 user: dgp tags: dgp-refactor
15:05
[Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is not obscured. Instead highl... check-in: 91ed4186a8 user: dgp tags: trunk
2013-07-17
16:02
Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE [a0bc856dcd] check-in: 30ab3e0fb0 user: oehhar tags: rfe-notifier-fork
13:57
Factor out the call to a compileProc into one place used by both ensemble subcommand compiles and to... check-in: 2c30f7e029 user: dgp tags: dgp-tcs-rewrite
2013-07-16
20:48
Streamline the housekeeping on the operands of INST_START_CMD. For example, do only incr on success,... check-in: c13bc40aa0 user: dgp tags: dgp-tcs-rewrite
17:21
Simplify the ensemble subcommand compile. There's no need to be crafting synthetic Tcl_Parse and co... check-in: c094eb7c53 user: dgp tags: dgp-tcs-rewrite
14:52
Simplify arguments to TclContinuationsEnterDerived(). check-in: 9554c7ea6d user: dgp tags: dgp-tcs-rewrite
14:12
Changed subcommand name following community feedback. check-in: 4e6e5d4f1a user: dkf tags: dkf-command-type
14:07
Eliminate the litInfo table and all the code tending to its care and feeding. The pc -> command inde... check-in: 495adbf6e7 user: dgp tags: dgp-tcs-rewrite
2013-07-15
20:16
Build CompileBasicNArgCommand on top of TclCompileInvocation. check-in: eefc49c5e0 user: dgp tags: dgp-tcs-rewrite
19:40
merge trunk check-in: 303b956143 user: dgp tags: dgp-tcs-rewrite
19:20
merge trunk check-in: 369655f910 user: dgp tags: dgp-refactor
19:09
Possible improvement in light of [86ceb4e2b6]. check-in: d97afc2a13 user: dgp tags: bug-86ceb4e2b6
17:07
Prefer CompileWord() over CompileTokens() when possible. check-in: 4790b68c65 user: dgp tags: trunk
2013-07-12
18:44
Global replace: CompileBody() -> BODY(). check-in: 8338d07129 user: dgp tags: trunk
16:25
Tests demonstrating the need for the last two SetLineInformation() calls. check-in: 4b58b335d4 user: dgp tags: trunk
2013-07-11
23:19
Revise the CompileWord() and PushVarNameWord() macros to make explicit the SetLineInformation() that... check-in: 7306344a31 user: dgp tags: trunk
17:06
Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate epoch-bumping step. check-in: ecb508317b user: dgp tags: trunk
04:12
merge trunk check-in: b54bb58009 user: dgp tags: dgp-tcs-rewrite
04:11
merge trunk check-in: 0d2ad11aca user: dgp tags: dgp-refactor
04:07
Add a test for each call to SetLineInformation() demonstrating the need for it to be there. Fixed b... check-in: b5f3a4a690 user: dgp tags: trunk
04:00
Revert the revised macros used in developing the new tests. Closed-Leaf check-in: cfbc6f951c user: dgp tags: tip280-test-coverage
03:48
Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix the bugs around those calls e... check-in: 3282980a1f user: dgp tags: tip280-test-coverage
2013-07-10
20:33
Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some obvious refactoring impr... check-in: b117cbf10a user: dgp tags: tip280-test-coverage
19:43
Add tests for SetLineInformation() calls in tclCompCmdsGR.c. check-in: e91a9d2971 user: dgp tags: tip280-test-coverage
19:34
Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. check-in: 82bfa30a3c user: dgp tags: tip280-test-coverage
18:02
merge trunk check-in: 4e4f10a76c user: dgp tags: tip280-test-coverage
17:58
Fix for [86fb5ea28e]. Test will eventually merge in from tip280-test-coverage. check-in: ca488c3bfe user: dgp tags: trunk
16:43
Next attempt. Appears to have uncovered a bug. check-in: 815313114f user: dgp tags: tip280-test-coverage
16:27
First additional test. Remove dup macros in tclEnsemble.c. check-in: a70901af92 user: dgp tags: tip280-test-coverage
16:17
Disabling the SetLineInformation() macro entirely causes only 3 tests in the test suite to fail. Re... check-in: 3474390eda user: dgp tags: tip280-test-coverage
13:45
Some documentation. check-in: d2e5dab63a user: dkf tags: dkf-command-type
03:28
Remove the (now unused) wlineat arguments. check-in: 28e986f628 user: dgp tags: dgp-tcs-rewrite
03:17
Revise the litInfo table so that it gets built later (in TclInitByteCodeObj) from a simpler store of... check-in: cd1f5a64d4 user: dgp tags: dgp-tcs-rewrite
2013-07-09
20:37
Tentative Work In Progress unwinding TIP 280 line information. check-in: fc79e08504 user: dgp tags: dgp-tcs-rewrite
09:30
rebase check-in: 82fa3f9bb1 user: jan.nijtmans tags: bug-1712098
2013-07-08
23:02
Use the TokenAfter() macro. check-in: 8b4182f53a user: dgp tags: dgp-tcs-rewrite
22:36
Use TIP 280 macros. check-in: 6c074bf665 user: dgp tags: dgp-tcs-rewrite
19:54
merge trunk check-in: 917f4540cf user: dgp tags: dgp-tcs-rewrite
19:53
merge trunk: check-in: 886e808dd1 user: dgp tags: dgp-refactor
19:29
Factor out compiling the Command literal. check-in: 07154b5b9c user: dgp tags: dgp-tcs-rewrite
18:56
Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: b259e31b93 user: jan.nijtmans tags: novem
18:56
Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: d369017148 user: jan.nijtmans tags: trunk
18:08
Plug memory leak; Break three compilation mechanisms into routines. check-in: 1be8ee0aab user: dgp tags: dgp-tcs-rewrite
15:39
Move TIP 280 and command extent housekeeping to the periphery. check-in: 98d911f411 user: dgp tags: dgp-tcs-rewrite
15:24
Defer expansion request detection as much as possible. check-in: b5995f92b3 user: dgp tags: dgp-tcs-rewrite
15:00
Consolidate the StartExpanding() calls. check-in: 92ab99b072 user: dgp tags: dgp-tcs-rewrite
14:31
The routines StartExpanding() and EnterCmdWordData() are orthogonal, so it's ok to reverse the order... check-in: 33fae79cbd user: dgp tags: dgp-tcs-rewrite
13:18
rebase check-in: 3940be1e6f user: jan.nijtmans tags: rfe-854941, tip-596
12:55
merge trunk check-in: c3479ec585 user: dgp tags: dgp-tcs-rewrite
12:38
merge trunk check-in: 111df960dc user: dgp tags: dgp-refactor
12:37
Rebase. Remove usability of -DUSE_TCL_STUBS check-in: fa6285ac6b user: jan.nijtmans tags: initsubsystems
07:20
Merge stwo's fork and trunk back to a single "novem". check-in: 3681adaaea user: jan.nijtmans tags: novem
06:51
Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and ... check-in: 15c829bcbe user: jan.nijtmans tags: trunk
2013-07-07
15:43
First part of upcoming TIP - Improving [exec]'s syntax : the syntax extension (not the new redirects... Leaf check-in: ca7271f40f user: ferrieux tags: tip-improve-exec
11:57
merge trunk check-in: da2f2cfb27 user: dkf tags: dkf-improved-disassembler
11:15
Added a mechanism for discovering the "type" of a command. check-in: 91caa35b78 user: dkf tags: dkf-command-type
09:15
merge-mark check-in: e72d624507 user: jan.nijtmans tags: trunk
02:11
OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 6340b1084c user: stwo tags: trunk
01:09
OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 8d6af72e7b user: stwo tags: novem
2013-07-06
22:33
merge http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: b4662ea558 user: kbk tags: novem
22:29
Merge mark check-in: 7201f921aa user: kbk tags: trunk
22:24
http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: 35cce9c766 user: kbk tags: trunk
2013-07-05
19:56
merge trunk check-in: cd4d468de2 user: dgp tags: dgp-tcs-rewrite
19:55
merge trunk check-in: 337ee7924f user: dgp tags: dgp-refactor
19:54
merge trunk check-in: d26213e0bd user: dgp tags: dgp-tcs-rewrite
14:56
Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro... check-in: a3d5954fa4 user: jan.nijtmans tags: trunk
14:06
merge-mark check-in: c1b7020feb user: jan.nijtmans tags: novem
14:04
CONST -> const in one place check-in: d854a861eb user: jan.nijtmans tags: trunk
14:02
Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are redefined as macros. check-in: 30f633409c user: jan.nijtmans tags: trunk
11:07
More complete implementation of RFE [854941], now not requiring TIP #414 any more. check-in: 717ee454f7 user: jan.nijtmans tags: rfe-854941, tip-596
2013-07-04
19:33
merge trunk check-in: 26ef4ffa3f user: jan.nijtmans tags: novem
2013-07-03
10:43
Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change check-in: 023ab0d950 user: jan.nijtmans tags: trunk
08:59
Fix compiler warning when compiling Itcl 4.0: In file included from ./generic/itcl2TclOO.c:12:0: /Tc... check-in: 3c0b0bbda6 user: jan.nijtmans tags: trunk
08:56
Fix compiler warning when compiling Cygwin port with -Wwrite-strings check-in: 5873351128 user: jan.nijtmans tags: trunk
2013-07-02
12:05
First experimental implementation of RFE [854941], built on top of TIP #414. check-in: ccb77d8416 user: jan.nijtmans tags: rfe-854941, tip-596
10:36
comment improvements check-in: 4bf4d3191d user: dgp tags: dgp-tcs-rewrite
07:17
Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: a3ae798ed1 user: jan.nijtmans tags: trunk
06:43
Better (hopefully) fix for Tk bug 1712098, which elimin... Closed-Leaf check-in: e2f236a273 user: jan.nijtmans tags: bug-1712098
2013-07-01
20:58
More Work In Progress. check-in: 579d4e455f user: dgp tags: dgp-tcs-rewrite
2013-06-28
13:16
merge trunk check-in: 85728857dc user: dgp tags: dgp-refactor
12:31
Tk bug 1712098 check-in: 15475c0ad5 user: jan.nijtmans tags: bug-1712098
02:58
More elimination of error message litter to fix [Bug 20a81392ec]. check-in: 2b4ecf6ecb user: dgp tags: dgp-tcs-rewrite
2013-06-27
20:10
Stop the compileProc routines leaving behind error messages in interp. (Nicer way to solve [Bug 20a8... check-in: 0a9f3b2935 user: dgp tags: dgp-tcs-rewrite
15:05
rebase check-in: 530e1d11e3 user: jan.nijtmans tags: novem-reduced-symbol-export
13:12
merge trunk check-in: c499bee30f user: dgp tags: dgp-tcs-rewrite
13:11
plug memory leaks check-in: c5dcd6efaa user: dgp tags: dgp-tcs-rewrite
12:42
merge trunk check-in: 5b074630fd user: dgp tags: dgp-refactor
12:35
Fix [34538ba43f] check-in: 535c915c79 user: jan.nijtmans tags: trunk
12:26
merge step from trunk check-in: 86a495fc78 user: dgp tags: dgp-refactor
12:05
merge trunk check-in: bd5af01d4d user: dgp tags: dgp-tcs-rewrite
10:30
rebase check-in: 4bc183093d user: jan.nijtmans tags: initsubsystems
09:53
merge trunk. Remove Tcl_SetPanicProc from stub table; it is meant to be called by embedders, before... check-in: e100908f94 user: jan.nijtmans tags: novem
09:07
rebase check-in: 789f1aed4e user: jan.nijtmans tags: win-console-panic
08:51
Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. check-in: 6189063c4d user: jan.nijtmans tags: trunk
2013-06-26
20:20
merge trunk check-in: 4fe319cbcc user: dgp tags: dgp-tcs-rewrite
20:13
Stop buffer overrun into undefined values detected by valgrind. check-in: b043bd2769 user: dgp tags: trunk
17:26
Correct typo detected by valgrind. check-in: 8817dafe34 user: dgp tags: trunk
16:06
Fix bytecode ranges in the cmdMapPtr. still leaky. check-in: f6a18ccded user: dgp tags: dgp-tcs-rewrite
14:24
typos. On Cygwin, Tcl_SetPanicProc(NULL) should set back the panic proc to its default, which is no... check-in: 38e74dd2c5 user: jan.nijtmans tags: trunk
08:23
rebase check-in: ca1a1a7c57 user: jan.nijtmans tags: win-console-panic
08:15
rebase check-in: 61bc7420cf user: jan.nijtmans tags: initsubsystems
03:46
A few bug fixes from failing tests; still leaky. check-in: c7302407ae user: dgp tags: dgp-tcs-rewrite
2013-06-25
20:22
merge trunk check-in: 49f14bbea9 user: dgp tags: dgp-tcs-rewrite
20:22
Nearly functional now, but leaky and not yet as tidy as I'm hoping for. check-in: 97f68093e1 user: dgp tags: dgp-tcs-rewrite
19:23
Replace always true test with assertion. check-in: 131df98507 user: dgp tags: trunk
15:01
merge trunk check-in: 2ee54f2f83 user: dgp tags: dgp-tcs-rewrite
15:01
Make more use of the CompileTokens() macro. check-in: dfc55c5a38 user: dgp tags: trunk
14:19
Branch for rewriting TclCompileScript() and related routines, with the intent to generally simplify ... check-in: 8297f30f00 user: dgp tags: dgp-tcs-rewrite
12:32
merge trunk check-in: 106c3a3fde user: jan.nijtmans tags: initsubsystems
12:22
merge-mark check-in: f11c8c5db0 user: jan.nijtmans tags: novem-reduced-symbol-export
12:13
merge trunk check-in: e125db6f98 user: dgp tags: dgp-refactor
12:07
merge trunk check-in: bb2a18c661 user: jan.nijtmans tags: novem
12:06
Don't use deprecated Tcl_DStringTrunc any more check-in: 4967e0a879 user: jan.nijtmans tags: trunk
10:56
rebase check-in: e1791704a3 user: jan.nijtmans tags: novem-reduced-symbol-export
10:02
Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). check-in: d9308f6b18 user: jan.nijtmans tags: trunk
2013-06-24
18:59
merge trunk check-in: 83dbd0b97e user: dgp tags: dgp-refactor
2013-06-21
12:28
rebase check-in: e5f09adeaa user: jan.nijtmans tags: initsubsystems
12:13
Merge trunk. Remove TclpReaddir and TclpInetNtoa from internal stub table: It's not used anywhere a... check-in: 6606e36376 user: jan.nijtmans tags: novem
11:57
Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it's even not necessary a... check-in: 390eff66e1 user: jan.nijtmans tags: trunk
11:53
Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData, so less type casts are... check-in: 6fcb6b3e57 user: jan.nijtmans tags: trunk
2013-06-20
14:20
TclCompileScript() should not overwrite envPtr->numSrcBytes. The envPtr already has the right value ... check-in: e346706482 user: dgp tags: trunk
12:37
merge trunk check-in: 7d96f3bfeb user: dgp tags: dgp-refactor
11:05
Properly encode more operand types to reduce the number of special cases in the disassembler. check-in: 9d361e7c74 user: dkf tags: dkf-improved-disassembler
2013-06-19
22:46
merge trunk check-in: 8d4c7580ce user: dkf tags: dkf-improved-disassembler
22:44
Fixed bug with optimizing with INST_START_CMD about. check-in: 126b87f15e user: dkf tags: trunk
20:00
merge trunk check-in: 4b848557de user: dgp tags: dgp-refactor
19:33
More use of simplifying macros. Replace dynamic allocation with automatic storage on the call stack. check-in: bf171b6b51 user: dgp tags: trunk
12:53
Eliminate a lot of dead code (for Windows 95/98/ME only). Eliminate all usage of TclWinSetInterface... check-in: 68c2017fb2 user: jan.nijtmans tags: trunk
2013-06-18
13:59
Update Unicode tables to latest 6.3 beta version check-in: 0c0141f21f user: jan.nijtmans tags: novem
13:46
merge trunk check-in: e6a93ffe18 user: jan.nijtmans tags: tip-389-impl
11:50
merge trunk check-in: bc4d6bb1d4 user: jan.nijtmans tags: novem
10:36
Fix [3611974]: InitSubsystems multiple thread issue check-in: 33d17a1685 user: jan.nijtmans tags: trunk
09:52
rebase check-in: 94ffa9c58a user: jan.nijtmans tags: win-console-panic
08:13
Simplify TIP #414 implementation by using the function TclInitStubTable() in stead of re-use Tcl_Ini... check-in: 77799a9144 user: jan.nijtmans tags: initsubsystems
07:50
Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. check-in: 6aa9adc7fc user: jan.nijtmans tags: trunk
07:00
Better place to put vsnprintf switch, so it is usable by all *.c files. Fix comment on _ANSI_ARGS_ ... check-in: 315c3fcfce user: jan.nijtmans tags: trunk
2013-06-17
19:59
merge trunk check-in: 4aab607c04 user: dgp tags: dgp-refactor
17:05
Updates to redirect bug reports to the new tracker location. check-in: b359014605 user: dgp tags: trunk
17:03
Fix [42b8083613] check-in: 486c1f031e user: jan.nijtmans tags: trunk
14:04
Remove extra scribblings not normally needed. Thanks to jdc for suggestion. check-in: 82ded8793a user: dkf tags: dkf-improved-disassembler
13:29
Use more portable TclIsSpaceProc() in stead of isspace(). check-in: 4bfe3111b1 user: jan.nijtmans tags: trunk
04:54
Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \u001f check-in: 89b05343cb user: jan.nijtmans tags: trunk
04:41
On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms it will be aligned to ... check-in: 2c3567ce0e user: jan.nijtmans tags: trunk
2013-06-16
20:48
link tclsh with stub library, just like xttest and tcltest, in order to allow additional static stub... check-in: a5fc9b9513 user: jan.nijtmans tags: trunk
20:32
split off TclInitStubTable() as separate function - which does the actual stub table initialization ... check-in: e04a3d09f8 user: jan.nijtmans tags: trunk
2013-06-14
11:21
rebase check-in: 980cdb2a78 user: jan.nijtmans tags: win-console-panic
10:15
Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. Some... check-in: cc8464e99f user: jan.nijtmans tags: trunk
2013-06-13
21:21
Improved rendering of some opcode arguments and auxdata. check-in: ff4c6d947f user: dkf tags: dkf-improved-disassembler
20:37
Repair the panics in the test suite. check-in: 05d512a0d0 user: dgp tags: dgp-refactor
17:51
equivalent Closed-Leaf check-in: 085d8ad9a1 user: jan.nijtmans tags: dgp-review
15:14
Merge trunk all the way. Still suffers panics. check-in: 17714198a3 user: dgp tags: dgp-refactor
15:08
Merge to next conflict resolution. Result has panics in test suite. check-in: c791a1eece user: dgp tags: dgp-refactor
14:50
merge trunk to the next conflict resolution check-in: b7f61fa3c7 user: dgp tags: dgp-refactor
14:03
Merge trunk to next conflict resolution. check-in: b88278df21 user: dgp tags: dgp-refactor
13:49
Merge trunk to first conflict resolution. check-in: f3790e370e user: dgp tags: dgp-refactor
08:31
merge trunk check-in: f1f306cbcc user: dkf tags: dkf-improved-disassembler
07:23
Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. Fix some gcc warnings which... check-in: 7233b39085 user: jan.nijtmans tags: trunk
2013-06-12
12:24
Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produced by Microsoft tools)... check-in: 4cca2f5455 user: jan.nijtmans tags: trunk
10:35
merge trunk (except for disabled MSVC warnings, see [48b92a6ab6]) check-in: 3a393d295a user: jan.nijtmans tags: novem
10:29
Silence various warnings when doing a 64-bit build with MSVC: Those warnings can only _really_ be fi... check-in: 48b92a6ab6 user: jan.nijtmans tags: trunk
08:55
Extract more of the info from the bytecode. check-in: 9cd4cf533f user: dkf tags: dkf-improved-disassembler
07:19
rebase TIP #414 implementation check-in: 62048336ab user: jan.nijtmans tags: initsubsystems
2013-06-11
23:05
Leave behind the stack depth estimate testing machinery in this branch. It verifies instruction by ... check-in: 107fff7e1e user: dgp tags: dgp-stack-depth-tester
22:47
Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand. All the information require... check-in: 857848cd8e user: dgp tags: trunk
21:40
merge trunk check-in: 16ef96c190 user: dkf tags: dkf-improved-disassembler
21:33
Code-readable disassembler: tcl::unsupported::getbytecode check-in: 791b38c94f user: dkf tags: dkf-improved-disassembler
20:45
merge trunk Closed-Leaf check-in: f38f08056c user: dgp tags: mig-review
20:38
Select improvements in stack depth estimates brought over from mig-review.

Mostly these are just si... check-in: c438852c5f user: dgp tags: trunk

19:51
merge trunk check-in: 343157ed81 user: dgp tags: mig-review
19:41
Repairs to compile/exec debugging output. check-in: 31ab051598 user: dgp tags: trunk
19:21
Make compiled [if] stack depth estimation simpler and more accurate. check-in: 89575ae1e2 user: dgp tags: mig-review
18:10
merge trunk check-in: 70a20c2f04 user: dgp tags: mig-review
17:58
Stack housekeeping repair for last checkin. check-in: 28107fc861 user: dgp tags: trunk
16:57
simpler stack management check-in: 4ebf99f4b9 user: dgp tags: mig-review
16:44
[33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). check-in: f51d308790 user: dgp tags: trunk
08:34
merge trunk check-in: 0b1bfdabdd user: dkf tags: dkf-improved-disassembler
08:19
Move the disassembler to its own file. check-in: d5d42f1b36 user: dkf tags: dkf-improved-disassembler
08:12
Improve compatibility detection for <time.h> and <sys/stat.h>: - Move <time.h> before other include... check-in: 832ec0b070 user: jan.nijtmans tags: trunk
05:26
More tidying of stack management code. check-in: cca1b62768 user: dgp tags: mig-review
04:54
Tidy up the stack depth management code. check-in: 899091eba0 user: dgp tags: mig-review
2013-06-10
16:25
Fix stack estimates for INST_EXPAND_DROP. check-in: ed2c0d0cc7 user: dgp tags: mig-review
15:24
Repair stack estimates. check-in: 62d663840c user: dgp tags: mig-review
10:04
unwrapping some of the complexity Leaf check-in: c1e812405e user: dkf tags: bug-3613671
08:26
Start of work on a proper fix for [3613671]; just structural refactoring first. check-in: 8f572309d2 user: dkf tags: bug-3613671
07:41
merge trunk check-in: b0dd790637 user: jan.nijtmans tags: novem
07:36
Update Unicode tables to Unicode 6.3 beta. Merge trunk check-in: 9e9232f06e user: jan.nijtmans tags: tip-389-impl
04:09
Merge trunk (creates new stack estimate breakage). check-in: 04b1daf754 user: dgp tags: mig-review
03:29
undo mistaken commit check-in: 6e8977e585 user: dgp tags: mig-review
03:25
merge near trunk check-in: a2f6edc051 user: dgp tags: mig-review
2013-06-09
17:38
merge trunk Closed-Leaf check-in: 2c864037e0 user: dkf tags: dkf-bytecode-optimizer
17:34
[779d38b996]: Make the 'try' compiler handle -during right and compile some more cases than it did b... check-in: c802ed39c4 user: dkf tags: trunk
17:21
Fix the problems with code generation; behavior now appears correct. Closed-Leaf check-in: e5c6d3237f user: dkf tags: dkf-better-try-compilation
08:15
Improving tests, fixed one case. check-in: 9e122457be user: dkf tags: dkf-better-try-compilation
2013-06-08
23:43
Working on a better compiler for [try]; found some bugs in previous compilation code which aren't re... check-in: 0d0c3fe646 user: dkf tags: dkf-better-try-compilation
23:35
More informative comment describing INST_SYNTAX. check-in: b51448551b user: dkf tags: trunk
13:42
merge trunk check-in: 6cc5db9090 user: dkf tags: dkf-bytecode-optimizer
13:17
Factor out stereotypical ways of getting variable indices. check-in: 360646c003 user: dkf tags: trunk
2013-06-07
15:26
merge trunk check-in: d02be90b14 user: dgp tags: mig-review
13:22
rebase check-in: 5317ab91f8 user: jan.nijtmans tags: win-console-panic
12:48
Simplify stack depth management. check-in: d1d80bd65a user: dkf tags: trunk
04:24
Repaid debug compile of [array unset]. check-in: b9aa843f54 user: dgp tags: mig-review
04:09
Repair debug compile of [info commands]. check-in: 829641f1bd user: dgp tags: mig-review
2013-06-06
23:26
Fix up the stack estimates for dict.test again check-in: 9601841d5c user: dgp tags: mig-review
22:15
merge trunk check-in: 184de21a77 user: dgp tags: mig-review
21:01
More efficient instruction sequence for [dict for] with correct exception depth handling. check-in: b8ef9b2ae6 user: dkf tags: trunk
19:29
Progress getting more stack estimates correct. Exceptions are still the hard part. check-in: 2081ac3e11 user: dgp tags: mig-review
18:24
Stack estimates corrected for dict.test check-in: 8ef0557982 user: dgp tags: mig-review
17:24
merge trunk check-in: 7347c76f80 user: dgp tags: mig-review
16:55
3614382 Fix stack management of compiled [dict for] by shifting limits of the catch range. check-in: 1ece872cc7 user: dgp tags: trunk
14:24
3614360 Repair stack demands of optimized compiled [return LITERAL]. check-in: 540c80bfad user: dgp tags: trunk
10:51
merge trunk check-in: abce91dbf1 user: dgp tags: mig-review
09:09
Working on the optimizer. check-in: 3a46a5a270 user: dkf tags: trunk
06:56
Minor grammar fix. check-in: f89ee3aa87 user: dkf tags: dkf-bytecode-optimizer
06:53
Split the optimizer up. Remove the dreaded 'goto' from which doesn't need it. check-in: 397ecd686a user: dkf tags: dkf-bytecode-optimizer
2013-06-05
23:05
Added optimizing of jump-to-nop and jump-to-jump cases. Ta to AK for suggesting. check-in: 678267e235 user: dkf tags: dkf-bytecode-optimizer
21:44
merge trunk check-in: 0d7b5d2fb0 user: dkf tags: mig-review
21:42
Working on the optimizer, and finding a few bugs in bytecode generation. check-in: 7cac684087 user: dkf tags: trunk
21:05
Added the optimizer... check-in: 21f1396d3e user: dkf tags: dkf-bytecode-optimizer
20:55
Corrected wrong information about instruction width that was causing an optimizer crash. check-in: 86379e17df user: dkf tags: dkf-bytecode-optimizer
20:25
debug reporting fix check-in: 83166feb50 user: dgp tags: mig-review
20:23
merge fixes check-in: 9fb220c28a user: dkf tags: dkf-bytecode-optimizer
20:15
Progress fixing up the stack management of compiled [dict]. check-in: d4b3d3041a user: dgp tags: mig-review
18:12
Get stack depth adjustments right for INST_DONE opimized [return] compile. check-in: 2b62dc5fb5 user: dgp tags: mig-review
17:23
Compiled [subst] properly track stack adjustments. check-in: 72c970770d user: dgp tags: mig-review
16:09
Debug printing for [subst] compiles check-in: fffd1d6dfa user: dgp tags: mig-review
16:07
Repair merge of instruction table check-in: 2994094c72 user: dgp tags: mig-review
15:35
Get a proper merge from the trunk going again. check-in: 19eadbeb44 user: dgp tags: mig-review
15:24
merge trunk

Fossil has hopelessly fouled up this checkin's branch history. Closed-Leaf check-in: 53494f969b user: dgp tags: mig-review

15:22
[Bugs 2835313, 3614226, 3614342]: Complete the construction of break/continue compilers that get the... check-in: 0cf4701170 user: dgp tags: trunk
15:07
Repair TCL_COMPILE_DEBUG guards Closed-Leaf check-in: f938eff7f5 user: dgp tags: bug-3614342
14:50
Stack Depth fixups. check-in: 37677f8c2e user: dgp tags: bug-3614342
12:34
More cleaning up; factor out optimizer to new file. Some weird problems still. check-in: 585a8c7af2 user: dkf tags: dkf-bytecode-optimizer
11:59
merge trunk check-in: 0208fd3481 user: dgp tags: mig-review
08:11
[Bugs 2835313, 3614226]: Complete the construction of break/continue compilers that get the stack cl... check-in: ac84c44dcf user: dkf tags: bug-3614342
07:57
merge trunk Closed-Leaf check-in: 831ea0cbac user: dkf tags: dkf-compile-improvements
07:51
Even better tests check-in: 5e5fa6ce2d user: dkf tags: dkf-compile-improvements
07:19
Stack cleanup works now even in the most evil expansion cases. check-in: 5f597cd627 user: dkf tags: dkf-compile-improvements
2013-06-04
08:34
TIP #414 implementation check-in: f76bf90f39 user: jan.nijtmans tags: initsubsystems
08:33
Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. One more last-moment fix for FreeB... check-in: 47e3976f09 user: jan.nijtmans tags: trunk
2013-06-03
22:43
repair error.test check-in: 59081017e1 user: dgp tags: mig-review
22:38
merge trunk check-in: cdfdeca7cf user: dgp tags: mig-review
20:31
merge 8.5 check-in: d0c70147da user: dgp tags: trunk
16:52
fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tc... check-in: b9d619c24f user: mig tags: trunk
14:57
Next stage of fixing the break/continue generation. check-in: c1d4474810 user: dkf tags: dkf-compile-improvements
12:55
merge back from trunk check-in: c806ed3683 user: dkf tags: dkf-compile-improvements
09:46
Merge back the improved [break] and [continue] compilation. check-in: db942354cc user: dkf tags: trunk
09:37
Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226. check-in: 0244245364 user: dkf tags: dkf-compile-improvements
2013-06-02
21:32
Fix a stack depth calculation. check-in: d8a4c9f440 user: dkf tags: dkf-compile-improvements
18:54
Remove useless macro, use existing macro where it makes sense. check-in: 16d63a94d0 user: dkf tags: dkf-compile-improvements
17:41
Many improvements to code generation of efficient break and continue. check-in: 4ee4a3fe46 user: dkf tags: dkf-compile-improvements
2013-06-01
21:05
Getting better at doing more efficient break/continue instruction handling. check-in: 5d2383cba4 user: dkf tags: dkf-compile-improvements
04:05
Work in progress auditing the stack usage estimates of the bytecode compiler routines. Much of this... check-in: f77c2158c2 user: dgp tags: mig-review
2013-05-30
23:29
Experimental super-stack-estimate checker. check-in: eb37a3ef11 user: dgp tags: mig-review
22:46
Set up to (ab)use INST_EXPAND_STKTOP to debug compiler stack estimates. check-in: 4079ecc87b user: dgp tags: mig-review
20:37
Tighten up expansion a bit. check-in: e9aab30d75 user: dgp tags: mig-review
20:03
Back on track. check-in: fb1ab4af1d user: dgp tags: mig-review
19:07
Try this instead Closed-Leaf check-in: 28f799eed9 user: dgp tags: mig-review
18:58
Oops! Don't forget nested script substitution! check-in: 43cf65d2e4 user: dgp tags: mig-review
18:51
More robust expansion calculation. Look Ma! No operand! check-in: ae093ef704 user: dgp tags: mig-review
10:57
derp check-in: 204a8cab40 user: dkf tags: dkf-compile-improvements
10:55
Working towards the next batch of optimizations. check-in: 3b09d7b08a user: dkf tags: dkf-compile-improvements
10:29
Corrected code generation when doing the second run with an 'infinite' loop. check-in: aebfca2101 user: dkf tags: trunk
2013-05-29
20:36
Simplifications and tidying up of stack management issues. Work in progress. check-in: 94c169dbe0 user: dgp tags: trunk
17:28
merge trunk check-in: b6d8bbff1b user: dgp tags: dgp-refactor
17:20
3614102 - Reset stack housekeeping when compileProc fails. check-in: 83e8b2e153 user: dgp tags: trunk
16:08
merge trunk check-in: 3d9e134de3 user: dgp tags: dgp-refactor
14:37
Stop emitting the instructions INST_*_SCALAR_STK*. They are identical to their INST_*_STK* counterp... check-in: 134b3c0bfc user: dgp tags: trunk
2013-05-28
19:21
Use the routines that provide "basic compile" instead of reinventing them. check-in: d578a3c006 user: dgp tags: trunk
14:29
Plug the memory leak. Greater ambitions to improve this routine are proving more difficult than exp... check-in: e4201224a2 user: dgp tags: trunk
14:04
Missed bits of dup code elimination. check-in: e636794bc5 user: dgp tags: trunk
07:25
merge trunk check-in: 03d94f0a34 user: jan.nijtmans tags: novem
07:24
Move changelog entry to correct date. check-in: e12f672220 user: jan.nijtmans tags: trunk
2013-05-27
20:45
3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. Bumped msgcat to ve... check-in: 520c9e9ff7 user: oehhar tags: trunk
2013-05-25
03:26
Repair some stack depth housekeeping. check-in: 3ebbf5fefa user: dgp tags: trunk
2013-05-24
18:37
3613854 - Fixup stack maintenance /code generation for [array set x $oddList].

Postscript - I see... check-in: 77f74854f9 user: dgp tags: trunk

10:39
merge trunk check-in: 6604e2cb37 user: dgp tags: dgp-refactor
2013-05-23
20:24
Spare developers the burden and error risk of counting bytes in string literals, or having to type t... check-in: b89a07c1fc user: dgp tags: trunk
18:42
merge trunk check-in: 7c1b88ceaf user: dgp tags: dgp-refactor
18:32
Eliminate code duplication. check-in: 948546755c user: dgp tags: trunk
18:13
merge trunk check-in: 19a741f795 user: dgp tags: dgp-refactor
11:40
merge-mark check-in: 60f412d6a8 user: jan.nijtmans tags: trunk
2013-05-22
16:39
Removed const qualifier causing the HP native cc to error out (error 1675: Duplicate type qualifier ... check-in: 6d9213be40 user: andreask tags: trunk
13:34
silence compiler warning check-in: 13314a4573 user: dgp tags: trunk
13:07
[3613609]: Replace strcasecmp() with UTF-8-aware version. check-in: 89f027f118 user: dkf tags: trunk
10:36
* doc/file.n: [Bug 3613671]: Added note to portability section on the fact that [file owned] does ...
check-in: a9869d4e5a user: dkf tags: trunk
2013-05-20
16:14
Merge trunk. Still crippled in the same way as before. check-in: d99df0e9f0 user: dgp tags: dgp-refactor
15:10
3613569 Handle case when TclpTempFileNameForLibrary returns NULL. check-in: 5548df43ec user: dgp tags: trunk
14:17
[3613567]: Corrected sense of test on results of access() in temp file creation. check-in: 98e89843c0 user: dkf tags: trunk
2013-05-19
20:44
merge trunk check-in: 964dda3207 user: jan.nijtmans tags: novem
20:37
Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOC... check-in: 837d5a924d user: jan.nijtmans tags: trunk
19:09
Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti check-in: 29afce30ee user: jan.nijtmans tags: trunk
2013-05-18
13:25
Split tclCompCmds.c into two roughly-equal-sized pieces. check-in: acbaf52e6e user: dkf tags: trunk
2013-05-17
17:56
Merge trunk. Conflicts resolved. Branch builds and runs ok. Still does not have the new expand-su... check-in: 67c1291e8a user: dgp tags: dgp-refactor
17:00
Merge near-trunk. check-in: d3d95087d5 user: dgp tags: dgp-refactor
14:09
fix directory where tclWinPanic.c resides check-in: 24bf5a61dd user: jan.nijtmans tags: win-console-panic
14:02
rebase check-in: 807f110dd7 user: jan.nijtmans tags: novem-bug-3598300
13:49
merge trunk check-in: c8652a1430 user: jan.nijtmans tags: novem
11:02
Remove useless variables. check-in: 1b1edcdcc7 user: dkf tags: trunk
07:36
rebase check-in: 3a8c190af0 user: jan.nijtmans tags: win-console-panic
07:24
Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: f13860c832 user: jan.nijtmans tags: trunk
2013-05-16
17:43
Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl sc... check-in: 0dcab17710 user: andreask tags: trunk
13:24
Confirmed that every caller of TclProcCompileProc() arranges for the procPtr and nsPtr arguments: ns... Closed-Leaf check-in: 9424cfeac1 user: dgp tags: dkf-review
12:33
Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 562f5e0679 user: jan.nijtmans tags: trunk
2013-05-15
20:32
Unless I'm missing something, this patch to TclCompileListCmd() should eliminate pointless, wasteful... Closed-Leaf check-in: 2f95126244 user: dgp tags: dgp-compile-list-shimmer
16:55
Fix platform version mismatch between code and index. check-in: d64159a66f user: andreask tags: trunk
15:18
Disabled some code in TclCompileScript(). Test suite results are unaffected. Does this indicate a g... check-in: e7415ccfa3 user: dgp tags: dkf-review
13:27
Trunk merged. Conflicts resolved. New functionality not yet enabled. check-in: 775ad8abf2 user: dgp tags: dgp-refactor
11:03
merge trunk check-in: 389eae3a70 user: jan.nijtmans tags: novem
10:56
Removing a few changes that were not actually needed, and correcting comments. check-in: e112c51022 user: dkf tags: trunk
10:44
merge-mark check-in: d6300a7bf5 user: dkf tags: trunk
10:42
merge trunk check-in: afed07eb5d user: jan.nijtmans tags: novem
10:41
A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: 40f8bba871 user: dkf tags: trunk
10:41
merge-mark check-in: 6f516aeb48 user: jan.nijtmans tags: trunk
10:41
merge trunk Closed-Leaf check-in: c76fb949b9 user: dkf tags: dkf-bcc-optimize
10:38
A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: a42aa0a38c user: dkf tags: dkf-bcc-optimize
2013-05-14
18:44
make dist check-in: 652c4f2107 user: dgp tags: trunk
12:39
merge trunk check-in: 56cdb9f4ce user: dgp tags: dgp-refactor
2013-05-13
19:30
merge trunk check-in: e1f06628eb user: jan.nijtmans tags: novem
16:59
Merged fix to bytecode engine problem. Details in merged revision. check-in: 01e27a732a user: andreask tags: trunk
16:51
Fixed bug in parent revision [832a1994c7] unpredictably breaking the execution of precompiled byteco... Closed-Leaf check-in: 461dc8b0cc user: andreask tags: bugfix-832a1994c7-for-precompiled-bc
15:17
merge trunk. Add back Tcl_AddErrorInfo to stub table (it's still used by Tk 8.6) check-in: 2097339df1 user: jan.nijtmans tags: novem
14:35
merge trunk check-in: c366eda7c3 user: dgp tags: dgp-refactor
14:23
compiler warning check-in: 49281094f1 user: dgp tags: trunk
14:12
Solved with a Tcl_ResetResult() call. check-in: 2569f069d9 user: dgp tags: dgp-refactor
14:07
Upgrade to zlib 1.2.8 check-in: f7bd677361 user: jan.nijtmans tags: trunk
14:05
Cause of the failing tests is the second pass optimizing compile. The second pass is building on re... check-in: 49a20875f0 user: dgp tags: dgp-refactor
12:53
Bring merge up to date with the trunk. Still suffers two test failures. check-in: 4700365c09 user: dgp tags: dgp-refactor
12:37
Create stanza to set INST_LIST_EXPANDED to replace function lost in merge. Still have two failing te... check-in: 65eb9f36e1 user: dgp tags: dgp-refactor
11:18
merge check-in: f4dd83a22d user: dgp tags: dgp-refactor
2013-05-12
00:44
Optimizations and general bytecode generation improvements. check-in: efa1b5bb6b user: dkf tags: trunk
00:42
Corrected the stack balancing in the special [list {*} ] compiler. check-in: 037223b708 user: dkf tags: dkf-bcc-optimize
00:04
Fix implementation of INST_LIST_EXPANDED. check-in: db31442aff user: dkf tags: dkf-bcc-optimize
2013-05-11
20:02
Partial fix: still ongoing check-in: faad6bf676 user: dkf tags: dkf-bcc-optimize
2013-05-10
19:08
Merge to near-trunk. check-in: 6f527b2285 user: dgp tags: dgp-refactor
12:57
Optimizations and general bytecode generation improvements. check-in: 18bcecceea user: dkf tags: dkf-bcc-optimize
2013-05-08
19:28
Start branch reducing use of sprintf(). Closed-Leaf check-in: cef46dbe76 user: dgp tags: dgp-sprintf
15:47
Corrected args -> arg arg ... in msgcat doc Closed-Leaf check-in: e74b5b596c user: oehhar tags: bug3036566
14:52
Document mcunknown format parameters check-in: 218c37d355 user: oehhar tags: bug3036566
08:40
Add install references and changes entry check-in: 18cd5e8964 user: oehhar tags: bug3036566
08:24
Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : PreferredUILanguages" t... check-in: 6dd00195c1 user: oehhar tags: bug3036566
2013-05-07
18:08
merge trunk Closed-Leaf check-in: 53d0e4fb5c user: mig tags: mig-no280
15:02
merge trunk. remove some unneeded #undef's check-in: 312eebbd03 user: jan.nijtmans tags: novem
11:38
No longer link Cygwin executables with zlib1.dll, but with cygz.dll. On Cygwin64 this doesn't work,... check-in: 76f6a1495e user: jan.nijtmans tags: trunk
2013-05-06
09:08
Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned long. This is potentia... check-in: 9bb59c6083 user: jan.nijtmans tags: novem
07:35
merge trunk check-in: 19ff9b95e1 user: jan.nijtmans tags: novem
07:33
Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: ad5495e548 user: jan.nijtmans tags: trunk
06:48
merge-mark check-in: 86970292d9 user: jan.nijtmans tags: trunk
2013-04-30
18:49
(::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: b15cddcf1f user: andreask tags: trunk
2013-04-29
12:34
Bringing vexpr up to date with the latest trunk.

Combining the vexpr patch with my fix to the m4 fi... Closed-Leaf check-in: 728208200b user: hypnotoad tags: hypnotoad-vexpr

12:31
Bringing patch up to date with the latest trunk Closed-Leaf check-in: 216aa27e26 user: hypnotoad tags: hypnotoad-prefer-native-8.6
09:31
Improve code generation for [array set] in a common case. check-in: b274b30ee6 user: dkf tags: trunk
2013-04-25
07:40
merge-mark check-in: f97e93ec09 user: jan.nijtmans tags: trunk
2013-04-23
14:38
Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG check-in: 579f65acc8 user: jan.nijtmans tags: novem
14:15
Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj... check-in: 039d46054a user: jan.nijtmans tags: trunk
2013-04-21
21:01
Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tc... check-in: 15c4d2e35f user: jan.nijtmans tags: novem
2013-04-19
09:49
merge-mark check-in: 7fb8568b0c user: jan.nijtmans tags: novem
09:39
merge trunk Closed-Leaf check-in: 2be1ff116b user: jan.nijtmans tags: more-macros
09:12
Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: 73c89b805b user: jan.nijtmans tags: trunk
2013-04-16
20:20
merge-mark check-in: 5025e53b83 user: dgp tags: trunk
17:34
merge trunk check-in: 03a0f57813 user: dgp tags: bug-2502002
2013-04-12
11:31
merge trunk check-in: c3d77d2f57 user: jan.nijtmans tags: novem
11:27
Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 0d1aa1bcb8 user: jan.nijtmans tags: trunk
2013-04-11
21:30
More progress. NR-enable [interp] and [$slave], completely with invokehidden subcommand. Test suit... check-in: 895289c52a user: dgp tags: bug-2502002
19:36
More revisions let multi-interp test case work, but at cost of panics and segfaults. Pushing the NR... check-in: 21d32f3242 user: dgp tags: bug-2502002
15:10
rebase check-in: f3309c1997 user: jan.nijtmans tags: initsubsystems
14:39
New internal routine TclNRInvoke() - NR-enabled path through the machinery behind invokehidden comma... check-in: db2d5a1b57 user: dgp tags: bug-2502002
13:35
merge trunk check-in: 5a1c73c881 user: dgp tags: bug-2502002
12:26
merge mark check-in: 6b78eda9dd user: dgp tags: trunk
10:18
rebase check-in: 1ef49d9a0e user: jan.nijtmans tags: initsubsystems
2013-04-09
20:45
3608714 Stop [string replace] refusing to replace empty substrings. check-in: 00e0754b40 user: dgp tags: bug-3608714
20:01
added some test cases, based on bug report check-in: 2bf9b851b9 user: dkf tags: bug-3610404
19:04
Use the double-secret iPtr->lookupNsPtr field to get post-enter-trace re-resolutions of commands don... check-in: 50ca00e10f user: dgp tags: bug-3610404
17:46
First simple-minded attempt at fix. Fixes the demo script. Causes massive test failures. Leaf check-in: 6a70fd9dd8 user: dgp tags: bug-3610383
2013-04-08
20:29
fix http package installation check-in: 106daecfca user: jan.nijtmans tags: trunk
20:07
3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: f8f456846f user: dgp tags: trunk
18:11
Revise TclNREvalObjv so that pre-resolution of the Command by a caller does not force suppression of... check-in: cc11942e49 user: dgp tags: bug-2502002
15:58
Documentation fix. check-in: e3d216f079 user: dgp tags: trunk
2013-04-05
08:46
merge trunk check-in: 8647fce932 user: dkf tags: dkf-http-cookies
2013-04-04
17:18
merge-mark check-in: a0ad7c4dd4 user: dgp tags: trunk
15:00
Bump http to 2.8.7 in the other dozen places as well. check-in: 30ee96e61d user: max tags: trunk
14:52
Bump http to 2.8.7 check-in: 6021cc928a user: max tags: trunk
14:42
Allow URLs that don't have a path, but a query query, e.g. http://example.com?foo=bar . check-in: a0172365d2 user: max tags: trunk
07:10
merge-mark check-in: 269efe1424 user: jan.nijtmans tags: novem
07:07
Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. check-in: 45d8edf1bb user: jan.nijtmans tags: trunk
2013-04-03
21:27
merge trunk check-in: a01b93b18e user: jan.nijtmans tags: more-macros
21:24
rebase check-in: b7d15a1a4b user: jan.nijtmans tags: initsubsystems
21:07
rebase check-in: 22d20ff38b user: jan.nijtmans tags: win-console-panic
20:55
merge trunk check-in: 025e044267 user: jan.nijtmans tags: novem
20:50
some more "ignore-glob" patterns check-in: 4783ead091 user: jan.nijtmans tags: trunk
13:27
merge-mark check-in: 48f5143259 user: jan.nijtmans tags: trunk
13:15
merge-mark check-in: 13e5002af4 user: dgp tags: trunk
13:12
rebase increase limit to 26000 characters check-in: 5e330292a6 user: jan.nijtmans tags: win-console-panic
12:38
better comments check-in: 78ecb6410c user: jan.nijtmans tags: initsubsystems
2013-04-01
21:48
Use Tcl_InitSubsystems in Tcl_Main macro check-in: 64763c55bf user: jan.nijtmans tags: initsubsystems
16:45
initsubsystems check-in: ad3c7bfca4 user: jan.nijtmans tags: initsubsystems
2013-03-31
22:09
2 lines not used any more check-in: f40ca07559 user: jan.nijtmans tags: initsubsystems
20:27
Fix Tcl_Main macro check-in: eed03000ed user: jan.nijtmans tags: initsubsystems
20:17
Going forward trying to define a better Tcl_InitStubsystems() check-in: f1f393d1f0 user: jan.nijtmans tags: initsubsystems
19:32
better leave tclPanic.c as it was check-in: 394d222af4 user: jan.nijtmans tags: win-console-panic
19:12
Use more macros in stead of thin wrapper functions. check-in: 3236f03180 user: jan.nijtmans tags: more-macros
2013-03-30
21:44
Better Windows console panic proc, still to be TIPped. check-in: 429d0febb3 user: jan.nijtmans tags: win-console-panic
2013-03-29
13:17
revert previous 2 commits: Setting argv0 as well is not a good idea. Needs to be worked out further,... Closed-Leaf check-in: 78c782a997 user: jan.nijtmans tags: initsubsystems2
12:46
Always set "argv0", irrespective of the "argc" value. check-in: 6d95830845 user: jan.nijtmans tags: initsubsystems2
12:29
Set the "argv0" variable as well as "argc"/"argv", if specified. This makes Tcl_InitSubsystems set t... check-in: 07ffdd7695 user: jan.nijtmans tags: initsubsystems2
10:08
New version, which takes the TCL_INIT_PANIC flag and the pseudo interpreter stuff out, without losin... check-in: 3ae7bcc7f0 user: jan.nijtmans tags: initsubsystems2
07:49
How would it look like, if the various initializations were split in separate commands? Closed-Leaf check-in: 14318b338f user: jan.nijtmans tags: initsubsystems2-split
2013-03-28
21:33
merge trunk check-in: 092350c306 user: jan.nijtmans tags: initsubsystems2
20:50
Demonstrate how the Tcl_Main() macro can use Tcl_InitSubsystems(), as fully equivalent replacement o... Closed-Leaf check-in: c65adb6b19 user: jan.nijtmans tags: initsubsystems2
14:49
merge-mark check-in: ab56b33031 user: jan.nijtmans tags: trunk
11:50
merge trunk. typo check-in: 77d3c41af0 user: jan.nijtmans tags: initsubsystems2
2013-03-27
18:48
Tolerate NULL interps check-in: 877c8ac162 user: dgp tags: trunk
15:46
renumber flag values, improve doc. check-in: 8e182c8395 user: jan.nijtmans tags: initsubsystems2
14:13
merge-mark check-in: 6a633181a3 user: jan.nijtmans tags: trunk
10:49
merge-mark check-in: 8da6d71781 user: jan.nijtmans tags: trunk
07:51
Version with all TCL_INIT_CREATE_XXX flags back check-in: b086c08897 user: jan.nijtmans tags: initsubsystems2
2013-03-26
18:00
merge trunk so review patch/diff is smaller check-in: 0dd323deff user: dgp tags: initsubsystems
15:57
Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad idea at all, provided i... check-in: a89da0d045 user: jan.nijtmans tags: initsubsystems
13:58
Add TCL_INIT_STUFF check-in: 2b53c1a5ac user: jan.nijtmans tags: initsubsystems
10:46
Don't initialize the encoding subsystem any more in Tcl_InitSubsystems(). check-in: 95b6e24fda user: jan.nijtmans tags: initsubsystems2
10:20
Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flag check-in: 02bff4de7f user: jan.nijtmans tags: initsubsystems
2013-03-25
15:00
TCL_INIT_ENCODINGPATH check-in: 19f0825e7e user: jan.nijtmans tags: initsubsystems
2013-03-22
23:08
Update to tzdata2013b check-in: 2fa10e0214 user: venkat tags: trunk
14:38
Eliminate some usage of VOID and its variants. Remove unnecessary #undef's check-in: 173d15f828 user: jan.nijtmans tags: novem
14:15
merge trunk check-in: d836fd6c98 user: jan.nijtmans tags: novem
13:22
If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases ... check-in: 8c696d0203 user: jan.nijtmans tags: trunk
11:35
merge trunk check-in: 7107b724db user: jan.nijtmans tags: initsubsystems
2013-03-21
14:56
merge-mark check-in: 5d80e6de9b user: jan.nijtmans tags: trunk
14:45
Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 45e154a241 user: jan.nijtmans tags: trunk
14:42
test suite hygiene check-in: 5115309a0d user: dgp tags: trunk
14:35
2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. check-in: 3541de0a97 user: dgp tags: trunk
2013-03-20
15:39
Bring forward tests to trunk check-in: 6dc8fe8244 user: dgp tags: trunk
14:10
merge trunk check-in: 5a5d0ec834 user: mig tags: mig-no280
13:41
Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: d2de88281c user: jan.nijtmans tags: trunk
2013-03-19
14:59
Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: 7eee715c3f user: jan.nijtmans tags: trunk
14:39
3597000 Consistent [file copy] result. check-in: 64f4ffa382 user: dgp tags: trunk
13:57
[Bug 3608360]: Incompatible behaviour of "file exists". check-in: 5567ed9fa5 user: jan.nijtmans tags: trunk
13:13
Test independence in fCmd.test check-in: 207842b573 user: dgp tags: trunk
11:55
Back out bug fix for [Bug 2893771], because it was the cause of the regression. check-in: 61ca003f52 user: jan.nijtmans tags: trunk
11:48
Check for wildcards if we've used FindFirstFile inside NativeAccess. Closed-Leaf check-in: 99d56dff4b user: dkf tags: bug-3608360
10:18
[Bug 3606390]: Fix isolation of test string-6.37. check-in: 872241114a user: dkf tags: trunk
10:01
[Bug 3606387]: Fix isolation of test scan-7.4. Also updated scan.test to use tcltest 2 properly. check-in: 44ed41f429 user: dkf tags: trunk
2013-03-18
18:37
Test independence in fileSystem.test check-in: 5db36f952e user: dgp tags: trunk
18:00
Test independence in unixFCmd.test check-in: 704a4f5023 user: dgp tags: trunk
14:30
[Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: 4d12cfb47c user: dkf tags: trunk
12:41
Merging in changes from trunk Closed-Leaf check-in: e580295bc9 user: seandeelywoods tags: hypnotoad-bug-3598385
12:38
Merging with updates from trunk check-in: 0827b509f2 user: seandeelywoods tags: hypnotoad-vexpr
12:37
Updating with latest fixes from trunk check-in: e92018c3bf user: seandeelywoods tags: hypnotoad-prefer-native-8.6
2013-03-12
12:53
merge trunk check-in: d78ed2315d user: dgp tags: dgp-refactor
08:47
Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: ab91ada793 user: jan.nijtmans tags: trunk
2013-03-11
19:06
3606391 trace.test test independence. check-in: 47cb241e14 user: dgp tags: trunk
17:40
Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. check-in: 081509f926 user: dgp tags: trunk
12:55
3607246,3607372 Unbalanced refcounts of literals in the global literal table. check-in: c440d13b97 user: dgp tags: trunk
12:46
merge trunk check-in: 1ea0f1cce2 user: dgp tags: dgp-literal-reform
01:42
Bring over the literal reform ideas. check-in: 6333182519 user: dgp tags: dgp-refactor
01:38
merge trunk check-in: 1158364b0d user: dgp tags: dgp-refactor
2013-03-10
16:13
Don't scan the whole literal list seeking the one value that can cause a circular reference, when w... check-in: 674a1ecef4 user: dgp tags: dgp-literal-reform
15:10
When possible, move literals instead of copying them. check-in: bf1bea5357 user: dgp tags: dgp-literal-reform
2013-03-08
21:24
3607372 Correct literal refcounting. check-in: f1a5efa5f0 user: dgp tags: dgp-literal-reform
21:14
3607372 Correct literal refcounting. Closed-Leaf check-in: 1c1952f439 user: dgp tags: bug-3607372
20:57
msvc compiler warning: signed-unsigned mismatch. check-in: 8af2068174 user: jan.nijtmans tags: trunk
19:11
Now change to store a simple array of (Tcl_Obj *) literal values in CompileEnv. WARNING! This will ... check-in: 8d274fcbcf user: dgp tags: dgp-literal-reform
18:49
Simplify the TclCreateLiteral() interface. Save the complexity for within tclLiteral.c where it is ... check-in: 9a1eac84fd user: dgp tags: dgp-literal-reform
01:37
Restore the optional return of a (LiteralEntry *) by TclCreateLiteral so that refCounts can be incre... check-in: b64e393eac user: dgp tags: dgp-literal-reform
2013-03-07
22:26
Restore the "find-only" mode of TclCreateLiteral(). check-in: 75ceac5253 user: dgp tags: dgp-literal-reform
22:17
Fix for Bug 3607246 closes the memleaks and stops the panics. check-in: e2a1f97623 user: dgp tags: dgp-literal-reform
21:30
Work in progress reworking how literals are stored. First effort is replacing the string based loca... check-in: 8de868a03b user: dgp tags: dgp-literal-reform
21:16
Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcounts of literals in the global ta... Closed-Leaf check-in: 03fa2a45da user: dgp tags: bug-3607246
04:44
merge trunk check-in: a9b009d0e5 user: dgp tags: dgp-refactor
2013-03-06
21:55
Cleaner error handling in fixempties(). check-in: c769b9bb91 user: dgp tags: trunk
20:54
merge trunk check-in: 54d0ba332e user: dgp tags: dgp-refactor
20:50
3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 4d7eba11ad user: dgp tags: trunk
20:25
merge trunk Closed-Leaf check-in: 83fa62555b user: dgp tags: bug-3606683
20:19
Rework into Tcl 8.5+ coding style. check-in: e2e917cba4 user: dgp tags: bug-3606683
18:10
Indent reduction in fixempties() check-in: db9ee67ba8 user: dgp tags: bug-3606683
17:33
Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: ef621551bc user: dgp tags: bug-3606683
16:27
New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 959e0edb20 user: dgp tags: bug-3606683
13:41
merge novem Closed-Leaf check-in: 71ed38908b user: jan.nijtmans tags: novem-remove-va
13:38
merge trunk check-in: e15ac1e46b user: jan.nijtmans tags: initsubsystems
13:37
merge trunk check-in: 1c0213ef18 user: jan.nijtmans tags: tip-389-impl
13:16
merge trunk check-in: abcef2c4ac user: jan.nijtmans tags: novem
12:26
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: da4c323ede user: jan.nijtmans tags: trunk
2013-03-05
23:44
merge trunk check-in: 9b6195c25c user: mig tags: mig-no280
22:35
merge trunk; resolve conflicts check-in: 5e76cf24a8 user: dgp tags: dgp-refactor
22:13
New internal routine TclFetchLiteral() for better CompileEnv encapsulation. check-in: b98f550ddf user: dgp tags: trunk
20:19
Remove from tclCompile.h declarations used in only one source file. check-in: 0db2298136 user: dgp tags: trunk
19:48
Remove TclInitCompilation() declaration with no definition. check-in: b2050b3947 user: dgp tags: trunk
18:35
merge trunk check-in: d1e83b542c user: dgp tags: dgp-refactor
14:01
Contributed patch from Tom Lane <[email protected]>. Rewrites parts of the regexp engine to avoid inf... check-in: 1ac3b956e9 user: dgp tags: bug-3606683
2013-03-04
15:41
merge mark check-in: c3555b23bf user: dgp tags: trunk
2013-03-03
17:58
unix/configure: regenerated. check-in: 3cbcd8e900 user: jenglish tags: trunk
17:57
Unix terminal and serial port I/O: retire obsolete termio and sgtty code, general cleanup. See SF [... check-in: 993c21721a user: joe tags: trunk
2013-03-02
20:32
... which means struct TtyState can be replaced with struct FileState. Closed-Leaf check-in: a0a30dc1e2 user: joe tags: jenglish-termios-cleanup
20:06
Member TtyState.savedState set in TtyInit() but never subsequently used. This can go away... check-in: add199644a user: joe tags: jenglish-termios-cleanup
07:52
TtyParseMode signature simplification: take single pointer to struct TtyAttrs instead of separate p... check-in: ffc66250fc user: jenglish tags: jenglish-termios-cleanup
07:30
More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, dummy implementations return 0 i... check-in: 5db764042b user: jenglish tags: jenglish-termios-cleanup
07:22
Do not use strncasecmp(). It is nonstandard and not portable. Use Tcl_UtfNcasecmp() instead. check-in: ebcb4500bd user: jenglish tags: jenglish-termios-cleanup
07:19
Do not use strncasecmp(). It is nonstandard and not portable. Closed-Leaf check-in: 8b86a7d30f user: jenglish tags: jenglish-termios-cleanup
2013-03-01
23:57
unix/configure: regenerated. check-in: 7b597d4160 user: jenglish tags: jenglish-termios-cleanup
23:53
Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. check-in: 686239894b user: jenglish tags: jenglish-termios-cleanup
22:52
merge trunk: check-in: 89b0073ee3 user: dgp tags: dgp-refactor
21:13
ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, so we can't assume they are present... check-in: b62235d0e5 user: jenglish tags: jenglish-termios-cleanup
18:47
[Bug 3606397]: Make test work in isolation, and corrected what was being tested. check-in: 921106e91c user: dkf tags: trunk
18:33
[Bug 3606542]: Add missing constraint to test. check-in: 068506d5f1 user: dkf tags: trunk
2013-02-28
21:52
TtyGetOptionProc: remove inoperative comment "The string returned by this function is in static sto... check-in: e62e3d1877 user: jenglish tags: jenglish-termios-cleanup
17:09
merge trunk check-in: e37a95335b user: dgp tags: dgp-refactor
17:08
Revise TclReleaseLiteral() to tolerate a NULL interp argument. Update callers and revise mistaken co... check-in: c192ffaad6 user: dgp tags: trunk
15:05
merge trunk check-in: 0c45bc8da1 user: dgp tags: dgp-refactor
14:19
fix coroutine-4.6 so that it runs in isolation, [Bug 3606395] check-in: 2c8c39bdf1 user: mig tags: trunk
13:03
merge trunk check-in: b357321c05 user: mig tags: mig-no280
08:47
Use more macro's in stead of thin wrapper functions. check-in: 3b51901dfc user: jan.nijtmans tags: more-macros
08:29
Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. check-in: 03b46ac836 user: jan.nijtmans tags: trunk
2013-02-27
23:48
TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef instead of 'unsigned long'. check-in: 332ffa37e6 user: jenglish tags: jenglish-termios-cleanup
22:30
Remove IOSTATE facade: it's always a struct termios. check-in: 8ca75fe668 user: jenglish tags: jenglish-termios-cleanup
22:12
ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) check-in: 101dfc5395 user: jenglish tags: jenglish-termios-cleanup
21:09
ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. check-in: b63d89e585 user: jenglish tags: jenglish-termios-cleanup
20:33
For termios, we never want DIRECT_BAUD; always use the symbolic constants as prescribed by POSIX. check-in: bab772b6a5 user: jenglish tags: jenglish-termios-cleanup
19:53
termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections (mechanical change, don... check-in: 2b1e1359fe user: jenglish tags: jenglish-termios-cleanup
17:49
merge trunk check-in: ae24060008 user: dgp tags: dgp-refactor
17:48
minor: formatting tweaks in the change log check-in: 95baa65e2e user: dkf tags: trunk
15:33
Somewhat tidier, less daunting test. check-in: bb0c2651c0 user: dgp tags: trunk
13:26
Wrap test-case over multiple lines check-in: 807251dc1a user: jan.nijtmans tags: trunk
12:06
merge trunk. Implement Tcl_VarTraceInfo and Tcl_UpVar as macro. check-in: fa671b9c4f user: jan.nijtmans tags: novem
11:42
Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_VarTraceInfo2 conversio... check-in: bc5a4c82f4 user: jan.nijtmans tags: trunk
08:19
[Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: 3cb628fa5e user: jan.nijtmans tags: trunk
2013-02-26
17:48
merge trunk check-in: 5cdc56d804 user: dgp tags: dgp-refactor
17:48
Remove from tclIO.h structs used only in tclIO.c. check-in: f02d4b5c29 user: dgp tags: trunk
13:37
[Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. check-in: 6186ad3f14 user: dkf tags: trunk
10:17
Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a p... check-in: d6219fccc2 user: jan.nijtmans tags: trunk
2013-02-25
18:31
[Bug 3605721]: Test independence fixes for binary-41.* check-in: 810e56be3c user: dkf tags: trunk
18:19
merge trunk check-in: 603ebf1760 user: dgp tags: dgp-refactor
18:17
Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct used only locally. ... check-in: c3e51e7bce user: dgp tags: trunk
16:46
merge trunk check-in: 75efda89ec user: dgp tags: dgp-refactor
16:41
LimitHandler struct used only locally. Remove from tclInt.h check-in: bf6457d2fe user: dgp tags: trunk
16:07
merge novem check-in: 8b01448495 user: jan.nijtmans tags: novem-reduced-symbol-export
16:05
merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 7087b32fea user: jan.nijtmans tags: novem
16:05
merge trunk check-in: 73e2db1b36 user: dgp tags: dgp-refactor
16:03
Merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 0e5e775003 user: jan.nijtmans tags: tip-389-impl
16:00
Remove unused struct InterpList. check-in: c522399ab8 user: dgp tags: trunk
15:45
Array Search struct used only locally. Remove from tclInt.h. check-in: d37e373c83 user: dgp tags: trunk
15:35
ArraySearch struct used only locally. Remove from tclInt.h. check-in: 0e027e1610 user: dgp tags: dgp-refactor
14:58
merge trunk check-in: ee6e67fe2b user: dgp tags: dgp-refactor
14:55
3605719,3605720 Test independence. Thanks Rolf Ade for patches. check-in: c4b02b8c49 user: dgp tags: trunk
13:52
merge trunk. Update all unicode tables to current state of Unicode 6.3 (not released yet) check-in: 2fffdb3621 user: jan.nijtmans tags: novem
13:49
merge trunk check-in: 3b77ae7a29 user: dgp tags: dgp-refactor
13:38
Merge trunk. Upgrade all tables to Unicode 6.3 (not released yet) check-in: adf88dd045 user: jan.nijtmans tags: tip-389-impl
13:16
For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change character class from Spac... check-in: b553432c31 user: jan.nijtmans tags: trunk
2013-02-24
21:35
integrate TIP #414 check-in: ef6717b40a user: jan.nijtmans tags: novem-reduced-symbol-export
12:17
merge trunk check-in: 8738bbd988 user: mig tags: mig-no280
2013-02-23
20:16
merge trunk. Comment improvements, styling. check-in: 3f9ac86c63 user: jan.nijtmans tags: initsubsystems
20:00
Bug [3599194]: compat/fake-rfc2553.c is broken check-in: 3f470535de user: jan.nijtmans tags: trunk
11:19
merge trunk. Simplify dummy "interp" struct. check-in: 10fb5497e9 user: jan.nijtmans tags: initsubsystems
11:05
merge novem. Simplify dummy "interp" struct. check-in: 64671da9bd user: jan.nijtmans tags: novem-reduced-symbol-export
10:54
merge trunk check-in: f9d20f59a1 user: jan.nijtmans tags: novem
04:08
New BA routines _Size() and Copy(). Use BA_AuxData in CompileEnv. check-in: de39cce7e6 user: dgp tags: dgp-refactor
2013-02-22
19:24
refactor so that all access to auxDataArrayPtr field are in tclCompile.c. check-in: a5c5bd22d0 user: dgp tags: dgp-refactor
19:17
merge trunk check-in: fe0d62b5d5 user: dgp tags: dgp-refactor
19:10
unused variables check-in: 0ca3bfd67d user: dgp tags: trunk
19:05
Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 541899f7c7 user: dgp tags: trunk
15:01
Convert the JumpList stack to storage in a BrodnikArray. check-in: f9fa79b99b user: dgp tags: dgp-refactor
13:40
revert unnecessary invalidate string rep check-in: 91133d74f9 user: mig tags: mig-no280
13:25
merge trunk check-in: db7dc35588 user: mig tags: mig-no280
13:24
clear the string rep of bcSrcPtr if it was generated by a trace check-in: 977246ec27 user: mig tags: mig-no280
12:01
fix doc: return value of Tcl_FindExecutable check-in: f29dc113f0 user: jan.nijtmans tags: novem-reduced-symbol-export
11:51
merge-mark check-in: 8758cf2678 user: jan.nijtmans tags: novem-reduced-symbol-export
09:59
merge novem check-in: 04a9713437 user: jan.nijtmans tags: novem-reduced-symbol-export
09:41
Merge trunk. Convert Tcl_UntraceVar to macro, calling Tcl_UntraceVar2 in stead. No change of functi... check-in: ca1773c970 user: jan.nijtmans tags: novem
2013-02-21
14:49
Revise [namespace export] to not call Tcl_Export(). This still isn't as nice as one would hope. Wha... check-in: 2cd5f5a56f user: dgp tags: dgp-refactor
13:04
merge trunk check-in: 04f150ae38 user: dgp tags: dgp-refactor
03:24
3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a2b4b773d4 user: dgp tags: trunk
2013-02-20
15:04
merge trunk check-in: 1684a55b42 user: dgp tags: dgp-refactor
14:51
Merge trunk. Convert Tcl_SetVar/Tcl_UnsetVar/Tcl_GetVar/Tcl_TraceVar to macros, calling the *2 vari... check-in: badbf86292 user: jan.nijtmans tags: novem
12:47
merge trunk. doc improvements check-in: 90fc621127 user: jan.nijtmans tags: initsubsystems
11:43
[Bug 3605401]: Compiler error with latest mingw-w64 headers. check-in: 935bea4747 user: jan.nijtmans tags: trunk
11:40
[Bug 3605401]: Compiler error with latest mingw-w64 headers. Closed-Leaf check-in: 0db74d9ccc user: jan.nijtmans tags: bug-3605401
10:25
Bug 3605401: Compiler error with latest mingw-w64 headers check-in: d67be824f8 user: jan.nijtmans tags: bug-3605401
2013-02-19
19:08
Store the export pattern list of a Namespace in a Tcl list. Don't use a BrodnikArray. Tcl list is b... check-in: 6e3269c313 user: dgp tags: dgp-refactor
17:11
Refactor so all refs to exportArrayPtr field are in tclNamesp.c check-in: f65e7b0320 user: dgp tags: dgp-refactor
15:47
Revise Append and Detach ops on BrodnikArray to work with pointers. This makes more data copying opt... check-in: 9215a31935 user: dgp tags: dgp-refactor
15:46
merge novem check-in: 28ee40df7e user: jan.nijtmans tags: novem-reduced-symbol-export
13:22
merge trunk check-in: 358258bd5f user: dgp tags: dgp-refactor
13:21
Merge trunk. Tranform Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult to macros, and remove them... check-in: e216391d96 user: jan.nijtmans tags: novem
11:36
Fix bug #2438181: Incorrect error reporting in traces. Test-case and fix provided by Poor Yorick. check-in: 30b7b8d858 user: jan.nijtmans tags: trunk
2013-02-17
22:14
merge trunk Closed-Leaf check-in: b811284fad user: jan.nijtmans tags: better-deprecation
21:03
Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both UNIX and Win. check-in: c5362b1bbd user: jan.nijtmans tags: trunk
13:02
Doc improvements. Use freeProc field of pseudo interpreter to store the magic value. check-in: f95bca8d3c user: jan.nijtmans tags: initsubsystems
2013-02-15
21:09
Re-implement TclLog2() as call to TclMSB(). Fix RequirePrecision comments. check-in: f96c55017d user: dgp tags: dgp-refactor
20:27
Replace the JumpFixupArray with a BrodnikArray of JumpFixup. check-in: affdb3a496 user: dgp tags: dgp-refactor
18:51
Convert the array of CmdLocation in the CompileEnv struct to a BrodnikArray. check-in: 44ba7ef101 user: dgp tags: dgp-refactor
16:21
merge trunk check-in: fac0c7fdd6 user: jan.nijtmans tags: novem
15:34
merge trunk check-in: 24c3ab2c88 user: dgp tags: dgp-refactor
15:32
3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d706380005 user: dgp tags: trunk
14:41
merge trunk check-in: 7978262fd5 user: mig tags: mig-no280
14:21
merge trunk: check-in: f95a1f3321 user: dgp tags: dgp-refactor
13:01
Eliminate last use of Tcl_SetResult (except the use in the Test suite) Fix depreciation message in t... check-in: 5624da85e3 user: jan.nijtmans tags: trunk
10:29
Merge trunk. Move Tcl_InitSubsystems documentation to its own manpage check-in: 2c1aac6d79 user: jan.nijtmans tags: initsubsystems
2013-02-14
13:49
merge-mark check-in: 482e6777f0 user: jan.nijtmans tags: trunk
13:24
ChangeLog corrected: msgcat issue must not be XP specific check-in: b8b8789444 user: oehhar tags: trunk
12:11
[Bug 3604576]: msgcat-1.5.0.tm error on windows XP check-in: a93771b3e5 user: jan.nijtmans tags: trunk
10:11
merge trunk check-in: 74eea63e68 user: jan.nijtmans tags: initsubsystems
09:01
Improve some comments and quoting, no change in functionality. Only check for refCount == 0x6161616... check-in: 37c5e68b61 user: jan.nijtmans tags: trunk
2013-02-13
19:31
Use a Brodnik array for the cache of env variable strings set by Tcl. check-in: f6c5711efa user: dgp tags: dgp-refactor
2013-02-12
21:40
use longValue as internal repr in stead of wideValue. name new type "lindex" in stead of already ex... Closed-Leaf check-in: 36abbd5b57 user: jan.nijtmans tags: no-register-objtypes
2013-02-11
19:01
merge trunk check-in: 29af322735 user: dgp tags: dgp-refactor
15:53
Still to be TIP'ed. In this branch objTypes are not registered to Tcl any more, and still can do ev... check-in: 271dbffaf7 user: jan.nijtmans tags: no-register-objtypes
13:50
merge trunk Leaf check-in: 76befed959 user: mig tags: mig-alloc-reform
13:48
fix no-thread build check-in: db817d8d11 user: mig tags: mig-alloc-reform
10:25
more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions check-in: a80fb8c697 user: jan.nijtmans tags: novem
09:38
Merge trunk. Various Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj modifications check-in: 1b58c7107b user: jan.nijtmans tags: novem
08:57
Fix [Bug 3603553]. check-in: 58f4f4ca46 user: dkf tags: trunk
08:54
Correction to comment in re key buffer size. Closed-Leaf check-in: 7ac67a7adf user: dkf tags: bug-3603553
08:11
[Bug 3603553]: Ensure that data gets written to the underlying stream by compressing transforms when... check-in: 872d5beba0 user: dkf tags: bug-3603553
2013-02-10
17:33
merge trunk check-in: 635340f79c user: mig tags: mig-no280
13:26
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> check-in: 4ef9e63656 user: jan.nijtmans tags: trunk
2013-02-09
15:33
merge trunk check-in: 81bad31ec1 user: dgp tags: dgp-refactor
12:30
[Bug 3603695]: Change the way that the [oo::object] 'varname' method is implemented so that there ar... check-in: 00a57768c1 user: dkf tags: trunk
12:25
Apply a fix for the bug. Passes the test suite now. Closed-Leaf check-in: 42bc12523c user: dkf tags: bug-3603695
2013-02-08
15:14
merge trunk. Simplify Reference struct of tclPreserve.c. check-in: 115adf7562 user: dgp tags: dgp-refactor
14:07
characterize bug check-in: c8569983d1 user: dkf tags: bug-3603695
13:28
Merge trunk. Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, ... check-in: bb4707eb07 user: jan.nijtmans tags: novem
11:48
merge trunk check-in: 9af350fd79 user: mig tags: mig-no280
09:23
[3603804]: Improve example to actually be capable of throwing the trapped errors check-in: 2ac1c24629 user: dkf tags: trunk
01:44
[3603557]: Increase the maximum depth of recursion used when duplicating an automaton in response to... check-in: 089609bfd8 user: dkf tags: trunk
2013-02-07
21:27
Convert tclPreserve.c to use a BrodnikArray of Reference, primarily as a means to test the BrodnikAr... check-in: fb7f9690ef user: dgp tags: dgp-refactor
17:30
Convert to macros, parameterized by element type. check-in: 4168aee3eb user: dgp tags: dgp-refactor
14:24
merge trunk check-in: 5545001768 user: dgp tags: dgp-refactor
14:22
put braces around all macro parameters check-in: 4537584c92 user: jan.nijtmans tags: novem
13:57
merge trunk check-in: 74dc2e68f8 user: jan.nijtmans tags: novem
13:55
Tcl_InvalidateStringRep -> TclInvalidateStringRep check-in: b0db125f02 user: jan.nijtmans tags: trunk
10:15
merge trunk check-in: 3d2d02771d user: jan.nijtmans tags: novem
2013-02-06
20:22
First draft implementation of the BrodnikArray. check-in: e0f6846c68 user: dgp tags: dgp-refactor
2013-02-05
21:34
merge trunk check-in: 0b573f25cb user: dgp tags: dgp-refactor
16:56
[Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to be normalized, even when n... check-in: aba7ba3b9f user: dgp tags: trunk
13:55
merge trunk check-in: 0ae611bce6 user: jan.nijtmans tags: initsubsystems
09:21
[3433012]: Added dummy version of TclpLoadMemory to use in the event that a platform thinks it can l... check-in: bf36815647 user: dkf tags: trunk
2013-02-04
22:58
merge trunk check-in: dbf610a339 user: jan.nijtmans tags: initsubsystems
22:56
merge trunk check-in: 4d2d2556fc user: jan.nijtmans tags: novem
22:02
merge trunk check-in: 27b32c30cb user: dkf tags: dkf-bytecode-8.6-main
20:48
Merge in fix for 3602706 check-in: dff3f1d1e5 user: dgp tags: trunk
15:49
merge novem. Some more API changes int -> size_t check-in: abeb8eae61 user: jan.nijtmans tags: novem-more-memory-API
14:40
[3603163]: Stop crash in weird case where [eval] is used to make [array set] get confused about whet... check-in: 8426c3a5db user: dkf tags: trunk
14:30
[3603163]: Prevent odd crashes in 'eval {array set ...}' check-in: 48c9fc5cdf user: dkf tags: dkf-bytecode-8.6-main
14:15
merge trunk check-in: 0439b85bce user: jan.nijtmans tags: novem
10:51
Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFromAnyProc (except the ca... check-in: af25d8dc8c user: jan.nijtmans tags: trunk
2013-02-03
17:17
merge novem check-in: f0ab71bc6c user: jan.nijtmans tags: novem-more-memory-API
16:07
merge trunk check-in: 4c05d0f9d9 user: jan.nijtmans tags: initsubsystems
16:05
merge trunk check-in: 127b30eda5 user: jan.nijtmans tags: novem
11:34
More symmetric Tcl_(Incr|Decr)RefCount call, preventing bugs like #3601260 and #3602706 check-in: fa161ec8b8 user: jan.nijtmans tags: trunk
2013-02-01
15:32
merge trunk check-in: 900671e443 user: dkf tags: dkf-bytecode-8.6-main
09:46
merge trunk check-in: 1d3d013041 user: mig tags: mig-no280
09:32
back out 418e8da - removal of one trampoline bounce check-in: a984ce0d62 user: mig tags: mig-no280
09:11
merge trunk check-in: 4e754b12da user: jan.nijtmans tags: initsubsystems
2013-01-31
21:41
restore memdebug, accidentally broken check-in: cf31c15308 user: mig tags: mig-no280
13:50
Bug [3598282]: Stop using installData.tcl to install the timezone files. check-in: 70995bd619 user: stwo tags: trunk
10:32
merge-mark check-in: d582535bcc user: jan.nijtmans tags: trunk
10:31
merge core-8-5-branch check-in: f9be79d941 user: jan.nijtmans tags: trunk
05:17
merge trunk Leaf check-in: 6ea5f2ccf9 user: dgp tags: contrib-patrick-fradin-code-cleanup
04:34
For traces and embedding support, select modernizations from Patrick Fradin. check-in: d36209124c user: dgp tags: trunk
04:14
merge trunk check-in: 1eee93abda user: dgp tags: dgp-refactor
04:07
Better testevent cleanup and event loop management check-in: f28e0cda05 user: dgp tags: trunk
2013-01-30
22:40
Remove old vars and tests, now unused, one that collides with tcltest. check-in: 744155fc38 user: dgp tags: trunk
22:08
missing testevent delete check-in: 5942243a74 user: dgp tags: trunk
20:51
For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix check-in: 886f2784c1 user: dgp tags: trunk
20:11
merge trunk check-in: 49cb04bef0 user: mig tags: mig-no280
19:27
(::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: cc69dcd0b5 user: andreask tags: trunk
19:00
For [package] etc., select modernizations from Patrick Fradin. check-in: 29a8e457d4 user: dgp tags: trunk
17:58
In the script library, selected modernizations from Patrick Fradin. check-in: e2850774ab user: dgp tags: trunk
17:22
More improvements found browsing tcltest check-in: b1b77002f4 user: dgp tags: trunk
16:52
Fradin improvements in test suite too check-in: 71b3eaddaa user: dgp tags: trunk
16:34
For tcltest, selected modernizations and style improvements from Patrick Fradin. check-in: 5a6e2b64fd user: dgp tags: trunk
08:19
merge changes from trunk Closed-Leaf check-in: fc2438ef5f user: dkf tags: novem-no-startcmd
07:30
more style enforcement check-in: 4fbe0cedaf user: dkf tags: novem-no-startcmd
2013-01-29
20:03
For MSVC 7+, attempt to use _BitScanReverse* for better assembly. Untested. check-in: a182522c9a user: dgp tags: dgp-refactor
19:20
For gcc 3.4+, use __builtin_clzll for better assembly code results. check-in: 5e69b62a21 user: dgp tags: dgp-refactor
18:54
passes testsuite, should be ever-so-slightly faster ... opinion? Leaf check-in: 977ea3f1c7 user: mig tags: dkf-review
17:50
empty, to jump over mistake check-in: 2004d228c6 user: mig tags: trunk
09:26
merge removal of one trampoline bounce in 'mig-retest' check-in: 418e8da991 user: mig tags: mig-no280
09:24
Remove one trampoline bounce in EvalObjv. Leaf check-in: 6201c0ec53 user: mig tags: mig-retest
08:14
merge trunk check-in: 548bf19900 user: jan.nijtmans tags: novem
03:27
typos check-in: 59b8b01501 user: dgp tags: dgp-refactor
2013-01-28
22:27
Make test suite coverage more sensible. check-in: 4ed3793bf0 user: dgp tags: dgp-refactor
20:52
merge trunk check-in: 9bba578a45 user: mig tags: mig-no280
19:39
Rework the comments for accuracy and clarity. Make some simplifications. check-in: a4a46a4167 user: dgp tags: dgp-refactor
17:40
merge trunk check-in: f892643b53 user: dgp tags: dgp-refactor
17:34
remove unused var check-in: 1fd5a134cd user: dgp tags: dgp-refactor
15:16
Improve code generation for some ensemble subcommands in cases where full compilation is impossible ... check-in: c8a255c3f3 user: dkf tags: trunk
11:43
More extensive use of the techniques to improve other edge cases in ensemble compilation. check-in: 6c2a113fcb user: dkf tags: dkf-bytecode-8.6-main
01:27
Slightly better compilation of some [array] cases. check-in: cb37eebca5 user: dkf tags: dkf-bytecode-8.6-main
00:57
merge trunk check-in: fbec850cdd user: dkf tags: dkf-bytecode-8.6-main
2013-01-27
23:38
New experiment (ended), regarding non-shimmering "string length" Closed-Leaf check-in: 9b7ff4b901 user: jan.nijtmans tags: novem-no-shimmer-string-length
2013-01-26
20:06
merge trunk check-in: f330dcdf6f user: dgp tags: dgp-refactor
17:04
merge trunk check-in: e910becf4c user: jan.nijtmans tags: initsubsystems
16:55
[Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: e6f01c28bd user: jan.nijtmans tags: trunk
16:11
macros for Tcl_GetString and Tcl_GetStringFromObj check-in: 7845d6854d user: jan.nijtmans tags: novem-more-memory-API
05:06
Redo the 64-bit TclMSB() using 8 bit blocks instead of 9 bit blocks. check-in: e49632d725 user: dgp tags: dgp-refactor
00:45
merge trunk doc improvements check-in: 77f930df2e user: jan.nijtmans tags: initsubsystems
2013-01-25
23:38
merge novem check-in: 6d83b97710 user: jan.nijtmans tags: novem-more-memory-API
21:56
Repair the 64-bit TclMSB() to correct for the surprising behavior of the C rightshift operator. check-in: 197eda1d0c user: dgp tags: dgp-refactor
21:02
Variable and code lines reduction of 32-bit TclMSB() keeping correctness. check-in: 86a362410e user: dgp tags: dgp-refactor
20:19
Fix the 32-bit version of TclMSB() by correcting flaws in the compress step. check-in: dfbb214954 user: dgp tags: dgp-refactor
18:48
merge trunk check-in: 11c27b3886 user: mig tags: mig-no280
18:47
remove unused code check-in: a55a37a15b user: mig tags: trunk
17:18
Testing command and (some) tests for TclMSB(). check-in: 04e0787dbb user: dgp tags: dgp-refactor
15:53
merge trunk check-in: 73a8288593 user: dgp tags: dgp-refactor
13:18
merge trunk check-in: 9a6483315f user: mig tags: mig-no280
13:14
merge trunk check-in: cc31429de1 user: jan.nijtmans tags: novem
13:12
merge trunk check-in: 03ea4f0870 user: jan.nijtmans tags: initsubsystems
13:07
Another memory leak, and one Tcl_Free -> ckfree check-in: 248353f6a6 user: jan.nijtmans tags: trunk
13:07
Another memory leak, and one Tcl_Free -> ckfree check-in: 479be4881a user: jan.nijtmans tags: initsubsystems
12:58
merge trunk Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage. check-in: b23d78bcae user: jan.nijtmans tags: novem
11:53
fix minor memory leak check-in: b8a82c3fd7 user: jan.nijtmans tags: trunk
11:48
Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 12d1dbc8af user: jan.nijtmans tags: trunk
11:45
Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 199cbbfcdb user: jan.nijtmans tags: initsubsystems
10:04
merge novem. Some more fixes. Closed-Leaf check-in: 0d1a1f9a92 user: jan.nijtmans tags: novem-unversioned-stub
09:12
Merge trunk Rename TclInitStubs back to Tcl_InitStubs, for easier compatibility with Tcl 8. check-in: f2fa121e89 user: jan.nijtmans tags: novem
2013-01-24
22:02
new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 08080f56f1 user: jan.nijtmans tags: trunk
21:31
revert [8e83219e38]: it doesn't work on i386 check-in: 16e86f8613 user: jan.nijtmans tags: trunk
21:30
TclMSB(): First draft of 32-bit implementation. Untested. check-in: efac7801c5 user: dgp tags: dgp-refactor
21:04
merge trunk check-in: ca479183a2 user: dgp tags: dgp-refactor
20:46
Silence some compiler warnings. check-in: cd00ede986 user: dgp tags: trunk
18:38
Protect 32-bit systems, and satisfy a cranky old compiler. check-in: d6738af392 user: dgp tags: dgp-refactor
15:14
New file, tclBrodnik.c, to hold a dynamic array implementation. New routine TclMSB() to compute trun... check-in: 4dca221eb8 user: dgp tags: dgp-refactor
10:37
Convert Tcl_GetIndexFromObj implementation to macro check-in: 039696e2d8 user: jan.nijtmans tags: novem
08:22
Simplify STRING_AT macro. Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or ... check-in: 4d66f17ddb user: jan.nijtmans tags: trunk
2013-01-23
16:58
merge trunk check-in: 71bd53c7b0 user: dgp tags: dgp-refactor
16:38
close fork check-in: 66791937a9 user: dgp tags: dgp-refactor
14:11
merge trunk check-in: da179330ed user: jan.nijtmans tags: novem
14:04
Fix [2911139]: connect asynchronously, but without unnecessary internal waits. check-in: b242bb3e4b user: jan.nijtmans tags: trunk
13:57
fix leak (not present in trunk) check-in: 8419c6aaa5 user: mig tags: mig-no280
11:12
(Experiment) [string length] which does not shimmer any more. Closed-Leaf check-in: 44514b9586 user: jan.nijtmans tags: no-shimmer-string-length
2013-01-22
21:58
Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: 8e83219e38 user: jan.nijtmans tags: trunk
19:24
Contribution by Patrick Fradin <[email protected]> Quoting his mail:
================...
check-in: d801822907 user: andreask tags: contrib-patrick-fradin-code-cleanup
2013-01-21
22:44
Make it work on mingw as well check-in: 7e7515a079 user: jan.nijtmans tags: novem-bug-3598300
18:27
remove tip348: errorstack check-in: 68ed8e9957 user: mig tags: mig-no280
18:20
remove stray tip280 remains check-in: de246d2083 user: mig tags: mig-no280
18:17
merge trunk, keep no280 "pure" check-in: cd71689178 user: mig tags: mig-no280
16:27
merge trunk. rename TclInitStubs to Tcl_InitStubs, so tclStubLibCompat.c is no longer necessary check-in: a102833ac9 user: jan.nijtmans tags: novem-unversioned-stub
13:56
merge trunk check-in: bfce21f368 user: jan.nijtmans tags: initsubsystems
13:52
merge-mark check-in: 73eaab6e6c user: jan.nijtmans tags: novem
13:51
Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so extensions using this (like... check-in: 84256abd0c user: jan.nijtmans tags: trunk
2013-01-19
22:19
win32/win64/cygwin follow-up: change Tcl_StatBuf from _stat32i64 to __stat64 check-in: b7e5cc2b82 user: jan.nijtmans tags: novem-bug-3598300
18:50
Attempt for better approach fixing bug 3598300 on OSX. It is binary incompatible, so it can only be ... check-in: c0d528ca3c user: jan.nijtmans tags: novem-bug-3598300
18:28
merge trunk check-in: f7a92b1cbd user: jan.nijtmans tags: novem
17:49
fix Bug 3598300 on MacOSX too check-in: 590472b443 user: jan.nijtmans tags: trunk
17:02
Merging in changes from TRUNK check-in: 920d263867 user: seandeelywoods tags: hypnotoad-vexpr
13:36
merge trunk check-in: a33431908c user: dgp tags: dgp-pkg-migration
04:02
isolate the compiler/engine subsystem - preparing to move them out of generic and permit plugging in... Closed-Leaf check-in: 563e43ef46 user: mig tags: mig-no280-mistake
2013-01-18
17:13
merge no280, empty Leaf check-in: 20a97c9cf6 user: mig tags: mig-strip-brutal
17:11
remove stray tip280 remains Closed-Leaf check-in: 0e374a646e user: mig tags: mig-no280
16:18
Rework copyright parsing logic to handle a wider variety of name and date formats check-in: 77d5743f56 user: twylite tags: bug-3600058-td
16:16
Fix handling of text lines starting with a period (they could be confused with directives). Fix hand... check-in: a5f6a91d6e user: twylite tags: bug-3600058-td
14:44
[Bug 3598300]: unix: tcl.h does not include sys/stat.h. (with an exception for OSX, for now) check-in: 992ef8a601 user: jan.nijtmans tags: trunk
14:19
Send status messages to ::STATUSOUT (default stdout) and warnings/errors to stderr. Fix LF in messag... check-in: 5ae21c0da6 user: twylite tags: bug-3600058-td
13:54
Merge frq-3599786 into bug-3600058-td to handle interrelated changes check-in: 0be80a1464 user: twylite tags: bug-3600058-td
01:56
removing interp-wide shared literals (see also branch novem-purge-literals) check-in: 58e15f85c8 user: mig tags: mig-strip-brutal
2013-01-17
22:28
Convert Tcl_Eval and Tcl_GlobalEval to a macro check-in: 159cb7db17 user: jan.nijtmans tags: novem
16:41
Branch to investigate what happens when we no longer maintain shared literal tables.

First checkin ... check-in: 739fe7ea28 user: dgp tags: novem-purge-literals

16:32
merge trunk check-in: 3c4edc83aa user: dgp tags: novem
16:24
add/remove files from incomplete commit check-in: 73dd0e6336 user: mig tags: mig-strip-brutal
16:18
more removals, more separation of concerns: destruction almost complete

TEBC now almost split in tw... check-in: ee6fe20b03 user: mig tags: mig-strip-brutal

15:46
merge check-in: 22a269a657 user: mig tags: mig-strip-brutal
15:35
merge trunk check-in: 236305ce7d user: mig tags: mig-no280
15:13
COMPILE_DEBUG big: fix bug in stack verification for {*} check-in: 187e70fc60 user: mig tags: trunk
15:08
[3600328]: Fix problems caused by buggy [array] compilation inside a buggy ensemble compilation (whi... check-in: 44fc0c6d46 user: dkf tags: trunk
13:46
merge trunk Closed-Leaf check-in: 53b13e69d1 user: dkf tags: bug-3600328
09:12
As minimal a fix for the issues with [3598300] as I can make. Closed-Leaf check-in: 80f892227c user: dkf tags: minimal-fix-for-3598300-problems
08:38
revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sy... check-in: a1d2456c70 user: jan.nijtmans tags: trunk
2013-01-16
14:16
merge trunk check-in: b0cc155cb9 user: dkf tags: bug-3600328
11:01
[Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that is an encoding we gua... check-in: 6fbfcdadfe user: dkf tags: trunk
09:58
Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: e227db0bcb user: jan.nijtmans tags: trunk
2013-01-15
23:54
missing file check-in: 912cd908fe user: mig tags: mig-strip-brutal
23:08
TEBC is almost gone, down to 44 insts mostly for math. No commands are compiled, all (including [set... check-in: da8004af56 user: mig tags: mig-strip-brutal
22:57
adding back the docs and changes, now that the novem mess is (mostly?) cleaned check-in: d7a9910dd3 user: mig tags: mig-strip-brutal
21:06
[Bug 3598300]: unix: tcl.h does not include sys/stat.h check-in: 71141a7657 user: jan.nijtmans tags: trunk
19:46
merge trunk check-in: ece0938d6c user: mig tags: mig-no280
19:37
peephole INST_START_CMD before entering the big switch in tebc check-in: 832a1994c7 user: mig tags: trunk
19:35
merge trunk Closed-Leaf check-in: 9842555cd9 user: mig tags: ISC-peephole
19:26
remove [4522b11989], it breaks the build on linux check-in: f00093f08c user: mig tags: trunk
2013-01-14
21:22
Even more List-like alternative redesign to fix Bug 1884496. check-in: b4d6d76edc user: dgp tags: dgp-refactor
20:01
fake merge: sync check-in: 1b1677cb97 user: mig tags: mig-strip-brutal
20:00
merge check-in: 06ef021f40 user: mig tags: mig-strip-brutal
19:42
merge trunk check-in: f0d9025358 user: mig tags: mig-no280
19:11
backout novem - merges are noisy enough as it is check-in: 370629d5e7 user: mig tags: mig-strip-brutal
18:02
update INCOMPATIBILITIES check-in: add96adf79 user: mig tags: mig-strip-brutal
18:00
removing "uninteresting" files (doc, Changelog) to reduce merge conflicts check-in: e6c519de83 user: mig tags: mig-strip-brutal
15:23
forgot two #undef's check-in: e643c0a9c3 user: jan.nijtmans tags: trunk
15:19
Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using this, compiled against ... check-in: 159d19e85b user: jan.nijtmans tags: trunk
15:04
*** CLOSED *** the code lives in the newer version of the branch

merge trunk Closed-Leaf check-in: cc8466e440 user: mig tags: mig-nre-mods

15:01
merge trunk check-in: 92db875654 user: mig tags: mig-alloc-reform
12:14
remove tip348: errorstack check-in: 9d2ae9006e user: mig tags: mig-no280
11:00
remove tip348: errorstack check-in: a5fe7b7d06 user: mig tags: mig-strip-brutal
08:32
merge trunk via no280 check-in: 3ff2f11b3b user: mig tags: mig-strip-brutal
08:11
merge trunk check-in: e0f3a4b292 user: mig tags: mig-no280
2013-01-13
23:26
Various bits of cleanup, efficiencies, and comment documentation in tclVar.c (from mig-review) check-in: 34c7f786b2 user: mig tags: trunk
18:12
Clarify readable fileevent "false positives" in the case of multibyte encodings/transforms [Bug 3436... check-in: 1b05bdee42 user: ferrieux tags: trunk
09:13
If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are taken from the public stu... check-in: 7a46d6fb7a user: jan.nijtmans tags: trunk
2013-01-12
22:23
merge trunk Remove various double-defined (both in public and private stub tables) functions from pr... check-in: 93807ff0cd user: jan.nijtmans tags: novem
21:57
Put back TclBackgroundException in internal stub table, so extensions using this, compiled against 8... check-in: 10413f8ec8 user: jan.nijtmans tags: trunk
18:32
Decouple (List-like) TokenArray intreps from parent object to avoid pull-the-rug shimmering effects ... check-in: 86e21dd01d user: ferrieux tags: dgp-refactor
10:53
discouraging the compiler from re-reading *pc in the peephole loop, part2 (any diff?) check-in: 6a87d68046 user: mig tags: ISC-peephole
10:49
discouraging the compiler from re-reading *pc in the peephole loop check-in: aca39f9669 user: mig tags: ISC-peephole
10:14
even better ... or so I hope: also inlining INST_PUSH1 in the peephole, checking for ISC after LOAD1... check-in: e8fdf6d26b user: mig tags: ISC-peephole
2013-01-11
23:29
merge trunk check-in: 8fc1e382f6 user: mig tags: ISC-peephole
21:16
better comments check-in: 7299843751 user: mig tags: ISC-peephole
18:05
fix for consecutive ISC (produced by [while 1 {...}) check-in: eae6510cde user: mig tags: ISC-peephole
17:33
merge trunk check-in: af6f7ab078 user: dgp tags: dgp-refactor
17:27
Test for Bug 1884496 (not buggy on trunk). check-in: ebc33b0d1d user: dgp tags: trunk
15:37
testing a cheaper(?) INST_START_COMMAND check-in: c718302fca user: mig tags: ISC-peephole
14:15
merge trunk check-in: d8848dae5b user: dkf tags: bug-3600328
14:04
First attempt at fixing problems caused by [array set] inside [namespace eval], which caused partial... check-in: aa3b9c941a user: dkf tags: bug-3600328
13:03
merges check-in: a737d88683 user: mig tags: mig-strip-brutal
12:45
merge trunk check-in: e1fc074fec user: mig tags: mig-no280
12:43
merge trunk check-in: 75b83898e5 user: mig tags: mig-nre-mods
12:43
merge trunk check-in: 82f56635d2 user: mig tags: mig-alloc-reform
12:42
Name functions according to 'what' instead of 'how' in the [tailcall] machinery, in view of making p... check-in: 436a4cdd32 user: mig tags: trunk
2013-01-10
21:44
merge mig-nre-mods check-in: 0968a8dae3 user: mig tags: mig-no280
21:39
bring in improvs from trunk check-in: b6343c1d9f user: mig tags: mig-nre-mods
21:18
tailcall now running in a simpler model, with no eval-flags and no nre-stack rewriting; yieldto also... check-in: 7bbaefb54f user: mig tags: trunk
20:43
tailcall now running in a simpler model, with no eval-flags and no nre-stack rewriting. check-in: ab22e6199f user: mig tags: mig-nre-mods
20:28
merge trunk check-in: 2f274ed277 user: mig tags: mig-nre-mods
19:04
merge trunk check-in: c8969e4cd8 user: mig tags: mig-alloc-reform
18:36
merge trunk check-in: 68d60b33f1 user: dgp tags: dgp-refactor
18:17
fix off-by-one error introduced in bd7d7a2061 check-in: 6547cc9e7b user: mig tags: trunk
17:22
Merge trunk through conflict-free, failure-free checkins. check-in: 4c9fad4837 user: dgp tags: dgp-refactor
11:45
Remove TclWinNToHS, it is not used anywhere any more. check-in: d02d0e8a9b user: jan.nijtmans tags: novem
11:31
merge novem check-in: 01d6d91b04 user: jan.nijtmans tags: novem-unversioned-stub
10:04
merge trunk check-in: 6ea214ccfe user: jan.nijtmans tags: novem
09:55
Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. Make sure that extensions which are compiled using... check-in: ae4651d4d1 user: jan.nijtmans tags: novem
09:23
Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODE check-in: 80facf4d91 user: jan.nijtmans tags: initsubsystems
02:38
merge mig-nre-mods check-in: 7a87611416 user: mig tags: mig-strip-brutal
02:32
adding new file, forgotten in last commit check-in: 1c45076f5a user: mig tags: mig-nre-mods
02:29
code reorg, trying to make it clearer who needs to know what about NRE internals check-in: 2ad2681308 user: mig tags: mig-nre-mods
00:54
more info hiding: stop using the macro version of NRAddCallback check-in: 30fa8455a2 user: mig tags: mig-nre-mods
2013-01-09
17:32
more NRE abstraction check-in: e3caace30c user: mig tags: mig-nre-mods
16:43
Experimental: categories added to man pages; enhance tcltk-man2html to use categories to render ToC Leaf check-in: 82bff07330 user: twylite tags: frq-3599786
15:37
Restore panic check at and of the loop. Thanks! Don for noticing this. check-in: 37ceb43edf user: jan.nijtmans tags: novem
14:07
[Bug 3599395]: http assumes status line is a proper tcl list. check-in: f4f88c291e user: jan.nijtmans tags: trunk
12:33
Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (changes in private funct... check-in: 96818dd70f user: jan.nijtmans tags: novem
10:30
New function Tcl_InitSubsystems, still to be TIP'ed check-in: 5a777a1b8a user: jan.nijtmans tags: initsubsystems
09:27
Proposed fixes for bug #3600058: support escaped single quote; rewrite font handling to handle font ... check-in: 8b229b6c5b user: twylite tags: bug-3600058-td
08:17
Join paths with 'file join' not as strings to avoid platform-specific separator problems check-in: b4888e8144 user: twylite tags: frq-3599786
03:20
First sketches of a two-layer data structure for storing Tcl lists. Closed-Leaf check-in: 02a317eb67 user: dgp tags: novem-two-layer-list
2013-01-08
23:19
merge from trunk and mig-nre-mods, via no280 check-in: 62f42cba47 user: mig tags: mig-strip-brutal
23:12
merges check-in: 74d86827cf user: mig tags: mig-no280
23:01
merge trunk check-in: 52003e67f8 user: mig tags: mig-no280
22:46
backing out the TCL_EVAL_REDIRECT changes, orthogonal check-in: 54461f939f user: mig tags: mig-nre-mods
22:34
added macros for speed, reduced stack size to 100 check-in: 02104c4da4 user: mig tags: mig-nre-mods
21:42
remove some unused static functions/variables check-in: a257559487 user: jan.nijtmans tags: novem
21:40
NRE now running on a stack! Version 0: more things to test and details to polish. check-in: c2471a3eb4 user: mig tags: mig-nre-mods
21:38
merge trunk check-in: 2be3881eef user: mig tags: mig-nre-mods
20:31
merge trunk check-in: 44958db7fd user: dkf tags: dkf-http-cookies
17:10
The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, to hold their flags. Reduce wa... check-in: 01b69f70f3 user: dgp tags: novem
16:57
fixed debug version check-in: 924cef56ee user: mig tags: mig-nre-mods
16:09
move to auto-init check-in: c60ec2c4d1 user: mig tags: mig-nre-mods
13:03
$builddir is a local variable check-in: d433d96843 user: jan.nijtmans tags: trunk
10:27
[Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 8a291bcb44 user: jan.nijtmans tags: trunk
08:08
mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core list check-in: 0d1bc53480 user: jan.nijtmans tags: trunk
03:42
one smallbug gone, the big one still eludes me check-in: 9976c8459d user: mig tags: mig-nre-mods
03:32
merge trunk check-in: 9904da079b user: mig tags: mig-alloc-reform
01:30
empty merge of trunk (via no280) check-in: 02f83e8ea1 user: mig tags: mig-strip-brutal
01:26
merge trunk check-in: bc7170d76c user: mig tags: mig-no280
01:06
CRASH. Have to look for who is calling TclNRAddCallback and trying to access its data[] afterwards (... check-in: a7149815b9 user: mig tags: mig-nre-mods
2013-01-07
18:38
backout, and merge trunk check-in: 31794a3cc2 user: mig tags: mig-nre-mods
18:34
still no good Closed-Leaf check-in: 9becc4f643 user: mig tags: mig-err
14:40
Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not an... check-in: 8ceea4a885 user: jan.nijtmans tags: trunk
13:25
merge trunk check-in: a51b0d02b1 user: mig tags: mig-strip-brutal
13:24
merge trunk check-in: e520340e06 user: mig tags: mig-err
13:21
removing stupid trick of maintaining the diff, does not really help check-in: 311b53ae7b user: mig tags: mig-strip-brutal
13:16
FRQ-3599786: add command line option --pkgdir to tcltk-man2html.tcl to specify the directory under w... check-in: aa69efcca9 user: twylite tags: frq-3599786
13:00
merge-mark. Hoping trunk is OK now, again ;-( check-in: 212c2767fe user: jan.nijtmans tags: trunk
10:07
Merging vexpr branch back to trunk check-in: a7631372a7 user: seandeelywoods tags: hypnotoad-vexpr
07:28
CRASH - possibly full of mental typos check-in: e419af1fe1 user: mig tags: mig-err
04:21
move TCL_EVAL_REDIRECT from iPtr->evalFlags (tclInt.h) to flags passed to the eval functions (tcl.h) check-in: dbbf3397a0 user: mig tags: mig-nre-mods
03:51
more abstraction check-in: e26efb6f53 user: mig tags: mig-nre-mods
02:54
reenable compiled tailcall check-in: a05cac94c9 user: mig tags: mig-nre-mods
01:55
... tmp check-in: f992470028 user: mig tags: mig-nre-mods
00:45
partial work towards a new tailcall mechanism check-in: f588f27dc9 user: mig tags: mig-nre-mods
2013-01-06
21:52
towards an nre stack (instead of linked list) check-in: 0415caab7d user: mig tags: mig-nre-mods
21:09
Don't depend on Spencer-specific regexp syntax (/u and /U) any more. Bump http package to 2.8.6. check-in: 5cac37240c user: jan.nijtmans tags: novem
20:40
Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrelated places . Bump http... check-in: f38c7f79f0 user: jan.nijtmans tags: trunk
16:34
merge novem check-in: fef6277219 user: mig tags: mig-strip-brutal
15:16
remove deprecated API's part 1: declarations check-in: 490fb3a809 user: mig tags: mig-strip-brutal
09:06
nreProc gone for good check-in: 1a8a7b595d user: mig tags: mig-strip-brutal
08:36
nreProc gone from TclOO and namespaces, only ensembles left. OO-nre fixed check-in: 741dcb6acf user: mig tags: mig-strip-brutal
08:02
*REVIEW* nreProc not mentioned anymore in tclBasic.c, but oo-nre is broken (nre.test) check-in: 37f98635a5 user: mig tags: mig-strip-brutal
07:15
oops :( now it compiles and runs cleanly check-in: 65bb2c8af4 user: mig tags: mig-strip-brutal
07:11
Tcl_NRCreateObjCommand is gone, objProc and nreProc are merged into one. Lots of cleanup still due, ... check-in: c23cc74614 user: mig tags: mig-strip-brutal
06:51
... ensembles like it check-in: 1181ca09e7 user: mig tags: mig-strip-brutal
06:40
moving along towards unifying objProc and nreProc check-in: 204b79148c user: mig tags: mig-strip-brutal
05:32
proof: treating objProc as if it were nreProc works check-in: 40f809df32 user: mig tags: mig-strip-brutal
05:18
small fix in OO constructors (dkf approves?) check-in: 266ae8974c user: mig tags: mig-strip-brutal
05:06
test cmd type on the deleteProc,not the objProc or nreProc check-in: 29dbafe242 user: mig tags: mig-strip-brutal
2013-01-05
22:24
Make CreateInterp use the standard API to create the builtin commands. Remove [case]. check-in: 0b76a34ae3 user: mig tags: mig-strip-brutal
19:45
removed Tcl_CmdInfo and its API check-in: e9a98443e4 user: mig tags: mig-strip-brutal
18:16
merge trunk check-in: 6c03a15d80 user: dkf tags: dkf-bytecode-8.6-main
16:58
merge trunk check-in: 6f7f4d94f9 user: mig tags: mig-nre-mods
16:05
removed TCL_EVAL_DIRECT support check-in: 45eff1b998 user: mig tags: mig-strip-brutal
15:20
add file INCOMPATIBILITIES check-in: 5d4a506c27 user: mig tags: mig-strip-brutal
14:21
simplifying CF management, keeping it internal check-in: 9f8643cf48 user: mig tags: mig-strip-brutal
05:08
merge trunk, fix stack computation tocompensate for current BC errors check-in: e8a597b33c user: mig tags: mig-alloc-reform
04:45
get COMPILE_DEBUG to work check-in: d0c595e2a5 user: mig tags: mig-strip-brutal
04:34
added a tiny shell script to maintain the diffs check-in: 96fb4f3dba user: mig tags: mig-strip-brutal
04:25
doh ... first merge, THEN store the diff check-in: b66df9c7b3 user: mig tags: mig-strip-brutal
04:20
merge trunk check-in: bf3c0ee683 user: mig tags: mig-strip-brutal
03:53
forgot to update fromTrunk.diff check-in: 3ee2726c02 user: mig tags: mig-strip-brutal
03:43
improved stack checking under TCL_COMPILE_DEBUG check-in: 33d3915a80 user: mig tags: trunk
03:22
removed stupid diffs from trunk, added fromTrunk.diff to better track merged changes check-in: 87f8819f8f user: mig tags: mig-strip-brutal
02:47
move file, trying to get simpler diffs from trunk check-in: 7cdbea5f05 user: mig tags: mig-strip-brutal
02:36
temp fix: overallocate stack in tebc until we fix issues check-in: f562a17af5 user: mig tags: mig-strip-brutal
02:18
remove the assembler, part2 check-in: 861406ec89 user: mig tags: mig-strip-brutal
02:17
remove the assembler check-in: 5e6fed4034 user: mig tags: mig-strip-brutal
01:20
remove old droppings check-in: 137c34b39d user: mig tags: mig-strip-brutal
01:07
merge trunk check-in: 7d0aeef64f user: mig tags: mig-strip-brutal
01:04
merge novem check-in: 7b65c4ebc1 user: jan.nijtmans tags: novem-reduced-symbol-export
00:42
merge trunk check-in: deb13a6abe user: jan.nijtmans tags: novem
00:39
merge fork check-in: b18953345f user: jan.nijtmans tags: trunk
00:36
fix the new assertion, it should not trigger when an expansion is in progress check-in: 56be4365e0 user: mig tags: trunk
00:36
adjust stub library version number check-in: 5f32d735d7 user: jan.nijtmans tags: trunk
00:15
Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before* stack cleanup. It curr... check-in: cc975c8c54 user: mig tags: trunk
00:11
merge novem finish implementation, now works as intended change Tcl_FindExecutable by returning a du... check-in: 7c09ac36af user: jan.nijtmans tags: novem-reduced-symbol-export
2013-01-04
16:56
getting out of the mem allocator biz check-in: f7a7c5653d user: mig tags: mig-strip-brutal
15:44
merge check-in: 7daaf951c4 user: mig tags: mig-strip-brutal
15:09
merge trunk check-in: 7fae92b2e1 user: mig tags: mig-alloc-reform
15:01
Fix memory leak in [format] compiler. check-in: 113b75cd58 user: dkf tags: trunk
14:38
Fix bad memory access problems found by Miguel Sofer when valgrinding. check-in: 963a7f31e2 user: dkf tags: trunk
14:34
merge trunk check-in: d4b0410564 user: mig tags: mig-alloc-reform
14:32
missing file check-in: 7bbee83e6e user: mig tags: mig-alloc-reform
11:14
merge trunk check-in: c79e7ecc00 user: dkf tags: dkf-bytecode-8.6-main
11:14
Improve code generation for many simple core ensemble subcommands. check-in: 5a0e18f766 user: dkf tags: trunk
11:06
Add super-simple compiler to many ensemble subcommands to allow better code generation where we can ... check-in: 40fef44a65 user: dkf tags: dkf-bytecode-8.6-main
06:54
merges check-in: 01331c9a5a user: mig tags: mig-strip-brutal
05:35
empty merge with trunc: sync, last patch does not apply to this branch. Temp work committed, not deb... check-in: 467a159cd0 user: mig tags: mig-alloc-reform
05:26
Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. check-in: bd7d7a2061 user: mig tags: trunk
02:09
small change, clearer logic replacing sizeof with offsetof check-in: 00ba59bb7d user: mig tags: mig-alloc-reform
02:05
merge trunk check-in: effc9f8ca4 user: mig tags: mig-alloc-reform
2013-01-03
14:35
"Mine eyes deceive, but others catch me when I fall." -- Someone or other check-in: 606dc91401 user: dkf tags: trunk
14:24
Channel buffer min size is 1. Issue found by Schelte Bron. check-in: 8c118480fd user: dkf tags: trunk
14:08
merge main dev branch check-in: ca5122117a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
14:07
merge main dev branch check-in: b7fcd3c212 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
14:02
speling ficks check-in: ea646daa60 user: dgp tags: trunk
11:59
merge mig-alloc-reform check-in: fe20502465 user: mig tags: mig-strip-brutal
11:47
remove unused var check-in: 57c67c7ee6 user: mig tags: mig-alloc-reform, mig-alloc-reform-Z2
11:45
merge trunk check-in: c711be5b6a user: mig tags: mig-alloc-reform
11:24
now working, configuration still to do check-in: aac0c044ee user: mig tags: mig-alloc-reform
10:25
merge trunk check-in: 9734fe87d2 user: dkf tags: dkf-bytecode-8.6-main
10:23
Added mechanism for pre-parsing built-in ensembles even when they are not going to generate specific... check-in: 0a095f089c user: dkf tags: trunk
10:17
don't use iPtr->legacyResult for Tcl >= 8.1, because it doesn't work. Use Tcl_AppendResult in stead. check-in: 7163f9950a user: jan.nijtmans tags: novem-more-memory-API
09:46
test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: 6a52542dcc user: jan.nijtmans tags: trunk
04:28
a little less broken than before check-in: 27d899c597 user: mig tags: mig-alloc-reform
04:14
*BROKEN* First steps towards choosing allocators at load time check-in: 86a7932955 user: mig tags: mig-alloc-reform
00:37
Got the test suite passing cleanly. Excellent. check-in: 181c28a90f user: dkf tags: dkf-bytecode-8.6-main
2013-01-02
19:28
no changes, sync with core-8-5-branch to signal the backported fix check-in: b3100f7283 user: mig tags: trunk
19:20
remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to ... check-in: 9691e2e37d user: mig tags: trunk
18:35
merge trunk check-in: b007e860d2 user: dkf tags: dkf-bytecode-8.6-main
18:33
All tests pass except one; not sure what's wrong there. check-in: f3fd481cd7 user: dkf tags: dkf-bytecode-8.6-main
18:06
Merge the [subst] compile improvements with accommodations to parser changes. check-in: 55db16ea6d user: dgp tags: dgp-refactor
17:38
Merge trunk through conflict-free, failure-free checkins. check-in: d66d19493d user: dgp tags: dgp-refactor
17:14
merge trunk to conflict point; resolve check-in: c1c8005786 user: dgp tags: dgp-refactor
15:10
Passing more tests. check-in: f3f4dfddde user: dkf tags: dkf-bytecode-8.6-main
14:59
merge novem check-in: aa3f8af5e0 user: jan.nijtmans tags: novem-more-memory-API
14:56
merge trunk check-in: ab2fe69baf user: jan.nijtmans tags: novem
14:49
remove the refcounts and NEW_PRESERVE from zippy: it only works for Tcl_Alloc'ed blocks, and is inco... check-in: 1cb98eb1b9 user: mig tags: mig-alloc-reform
14:37
test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Don't free ctrl.script... check-in: 179ae0efd8 user: jan.nijtmans tags: trunk
14:30
fix MEM_DEBUG and leak, ported from mig-strip-brutal check-in: a1a46aa241 user: mig tags: mig-no280
13:44
fix mem leak. The leak was introduced when providing a command source for cmd traces without using t... check-in: 4b55e80476 user: mig tags: mig-strip-brutal
11:58
merge trunk. tclStubLib.c: protect loading incompatible Tcl9 extensions in Tcl8 check-in: 4919da4fc4 user: jan.nijtmans tags: novem-more-memory-API
11:33
restore missing file check-in: bfcdd1a5c1 user: mig tags: mig-strip-brutal
11:31
merge mig-alloc-reform, get MEM_DEBUG working again check-in: e8eb527a16 user: mig tags: mig-strip-brutal
02:24
restore TCL_MEM_DEBUG to working order check-in: 8e3f5b5619 user: mig tags: mig-alloc-reform
2013-01-01
18:38
merged mig-alloc-reform: MEM_DEBUG is gone, as is the Tcl stack and TclStackAlloc. See also README.m... check-in: 0b98f38a1d user: mig tags: mig-strip-brutal
17:51
merge trunk check-in: 4242bd371d user: mig tags: mig-alloc-reform
17:23
Start of the mig-strip-brutal branch, initially a copy of mig-no280

The idea of this branch is to r... check-in: 62c193ec98 user: mig tags: mig-strip-brutal

16:54
merge trunk check-in: 4c4fb7eeec user: mig tags: mig-no280
15:26
missing update in last merge check-in: 289843313b user: mig tags: mig-no280
2012-12-31
20:39
Bug fix for 3598385

dict exists now throws an error if an invalid dict is encountered, according to... check-in: e04297dbf7 user: hypnotoad tags: bug-3598385, hypnotoad-bug-3598385

12:32
Marked some string subcommands as obsolete, following discussion on tcl-core. check-in: 1a460ac0d3 user: dkf tags: trunk
02:39
Working towards more efficient treatment of non-bytecoded ensemble subcommands. check-in: 8e445bdbe1 user: dkf tags: dkf-bytecode-8.6-main
2012-12-29
18:17
Fix correct cleanup in more situations, using a new macro TclFreeIfRefCountZero Closed-Leaf check-in: 00a7908896 user: jan.nijtmans tags: novem-freeifrefcountzero
18:12
two more places where refCount was assumed to be a signed value. In Tcl9 that will probably be not t... check-in: 59b85594f2 user: jan.nijtmans tags: novem
16:37
Implement Tcl_SaveResult/Tcl_DiscardResult/Tcl_RestoreResult as macro

This is already on the nove... Closed-Leaf check-in: f75bd45aaf user: jan.nijtmans tags: novem-saveresult-as-macro

15:24
fix tm.tcl to include tcl8 locations, and fix corresponding test-cases check-in: c2a6bd5d9e user: jan.nijtmans tags: novem
09:24
merge trunk check-in: d53d72ddfb user: jan.nijtmans tags: novem
09:23
restore refcounts as they were before the Tcl_ListObjReplace call, in the error situation. In Tcl9,... check-in: f83c3f4bad user: jan.nijtmans tags: trunk
2012-12-27
15:05
merge trunk check-in: 721001a95f user: jan.nijtmans tags: novem
15:04
[Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early check-in: 4865e19aac user: jan.nijtmans tags: trunk
2012-12-26
09:59
eliminate dependancy of compat/*.h on tcl.h check-in: 1a74bb2740 user: jan.nijtmans tags: trunk
2012-12-23
10:55
some simplifycations and more comments check-in: 6d15f7f316 user: jan.nijtmans tags: novem-unversioned-stub
08:18
merge trunk check-in: c5680da39e user: dkf tags: dkf-bytecode-8.6-main
08:17
Change back to using an isDigit function. We simply don't need to make any (formally non-portable) ... check-in: 31e633f6ad user: dkf tags: trunk
2012-12-22
22:56
dde/reg dll/lib without version number as well check-in: ba03bb7fd0 user: jan.nijtmans tags: novem-unversioned-stub
22:42
reduce exported symbols for makefile.vc as well check-in: 86d27aadb0 user: jan.nijtmans tags: novem-reduced-symbol-export
20:20
merge novem add Tcl_TomMath_InitStubs/Tcl_OOInitStubs to unix/tclAppInit.c check-in: 96d9dbe992 user: jan.nijtmans tags: novem-reduced-symbol-export
19:48
merge novem remove version number from reg.dll and dde.dll check-in: b9fd2ceaf2 user: jan.nijtmans tags: novem-unversioned-stub
19:05
Stop leaking allocated space when objifying a zero-length DString. [Bug 3598150] spotted by afredd. check-in: c384751ee6 user: ferrieux tags: trunk
15:21
merge release check-in: 13b5907663 user: dkf tags: dkf-bytecode-8.6-main
2012-12-21
10:13
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler. check-in: 7752ee08e3 user: jan.nijtmans tags: novem
10:00
merge novem check-in: 1e6adfd926 user: jan.nijtmans tags: novem-unversioned-stub
09:42
merge trunk check-in: 3e37fb5245 user: jan.nijtmans tags: novem
09:13
Inline compat Tcl_GetDefaultEncodingDir. Eliminate unnecessary static HasStubSupport() and isDigit(... check-in: fd98f3556d user: jan.nijtmans tags: trunk
06:16
merge release check-in: bace4350dd user: dgp tags: trunk
2012-12-20
10:04
Merging in changes from trunk check-in: 040936a1c7 user: seandeelywoods tags: hypnotoad-vexpr
09:56
Merging with trunk check-in: bd253c91c6 user: seandeelywoods tags: hypnotoad-prefer-native-8.6
2012-12-19
11:43
merge main dev branch check-in: a6aefff3f5 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
11:42
merge main dev branch check-in: ec9d7394f3 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
11:15
merge trunk re-use interp->result and interp->freeProc check-in: c5d467fb05 user: jan.nijtmans tags: novem-unversioned-stub
2012-12-18
14:02
Improved the sequence of instructions issued for [subst] when dealing with simple variable reference... check-in: 879b78fc5c user: dkf tags: trunk
13:47
Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_SetErrorCodeVA, Tcl_PanicV... check-in: 38e0d974dc user: jan.nijtmans tags: novem-remove-va
10:21
Better version that can handle simple composite array keys as well. As long as they are free of comm... check-in: bc557e607b user: dkf tags: dkf-bytecode-8.6-main
09:37
Generate better code for the common case of subst-ed variables where the variable is a simple scalar... check-in: 2a40713424 user: dkf tags: dkf-bytecode-8.6-main
09:02
merge trunk check-in: 7e88f46d94 user: dkf tags: dkf-bytecode-8.6-main
2012-12-17
14:40
Simpler code to do installation of [info class] and [info object].

We know this is a safe thing to ... check-in: e3336029df user: dkf tags: trunk

14:27
Slim down the code a bit more; we can make more safe assumptions. Closed-Leaf check-in: db490510ed user: dkf tags: dkf-review
12:45
remove deprecated functions Tcl_VarEval and Tcl_VarEvalVA check-in: 9d10212623 user: jan.nijtmans tags: novem
2012-12-14
19:25
merge trunk, update changes and re-tag Closed-Leaf check-in: cbbe01fc1a user: dgp tags: core-8-6-0-rc, core-8-6-0
13:21
undo TCL_STUB_MAGIC change: It was not a good idea to change it at all. check-in: cdd454262b user: jan.nijtmans tags: novem-reduced-symbol-export
13:14
merge novem check-in: 2cfbe81281 user: jan.nijtmans tags: novem-reduced-symbol-export
12:45
re-add some things lost in [d70f8a19e4] check-in: 20ee37718a user: jan.nijtmans tags: novem-unversioned-stub
12:13
Merge novem. Remove interp->result completely (experiment, seems to work fine). check-in: 5023b5c133 user: jan.nijtmans tags: novem-unversioned-stub
10:24
Use the Tcl memory allocator in the stub library. unused variable "minor" check-in: 91df28f375 user: jan.nijtmans tags: novem-unversioned-stub
09:58
merge trunk. Don't specify which Tcl 8.x version Tcl_InitStubs is used with: we simply don't know, ... check-in: d70f8a19e4 user: jan.nijtmans tags: novem-unversioned-stub
09:40
Merge trunk. Add more clarity why refCount should be decremented AFTER checking for <2. Protect 8.... check-in: e427f41e18 user: jan.nijtmans tags: novem
2012-12-13
20:20
TIP 400 suffered from the same segfaulting flaw as 3595576. Segfaulting test and fix committed. check-in: 8ca83061d7 user: dgp tags: trunk
19:43
Simplify the [info object] and [info class] additions. check-in: 3184e01afd user: dgp tags: dkf-review
16:17
Restore clarity to macro test. check-in: 64542aaa92 user: dgp tags: trunk
16:08
Merge 3595576 tests from 8.5. check-in: 48775c28b4 user: dgp tags: trunk
15:31
merge novem check-in: 431733cccd user: jan.nijtmans tags: novem-unversioned-stub
13:37
Fix for [Bug 3595576], found by andrewsh check-in: 5e873e324a user: mig tags: trunk
13:01
merge trunk check-in: d64cd8436c user: jan.nijtmans tags: novem
12:14
Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: 25064e0f65 user: jan.nijtmans tags: trunk
11:02
Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: fb66668b16 user: jan.nijtmans tags: trunk
10:54
add special opcodes for common forms of stack manipulations check-in: 79822eefc6 user: dkf tags: novem-no-startcmd
09:01
merge novem Change signature of Tcl_FindExecutable: const char * -> const void *, to make it usable ... check-in: d7750d0af0 user: jan.nijtmans tags: novem-reduced-symbol-export
2012-12-12
21:21
More memory API changes, mainly char* -> void* and unsigned -> size_t check-in: 19fb92fb72 user: jan.nijtmans tags: novem-more-memory-API
20:16
Prefer to extract package data from the *contents* not the directory name. check-in: da0cd63997 user: dgp tags: core-8-6-0-rc
11:24
gcc warning check-in: 373dd16752 user: jan.nijtmans tags: novem-unversioned-stub
11:17
merge novem change length and refCount field of Tcl_Obj to size_t change numBytes parameters of Tcl_... check-in: adc78601ea user: jan.nijtmans tags: novem-unversioned-stub
10:21
allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcat remove some dead code (al... check-in: 387d3899e0 user: jan.nijtmans tags: novem
05:01
Rename the memory routines so that Tcl_Alloc/Tcl_Free/etc become the recommended things for extensio... Closed-Leaf check-in: af97429aed user: dgp tags: novem-rename-memory-API
2012-12-11
23:13
better wordings in error-messsage. now works in Tcl 8.6 as well. check-in: 8a8361607e user: jan.nijtmans tags: novem-unversioned-stub
21:31
Tag 8.6.0 for release check-in: a8713b3963 user: dgp tags: core-8-6-0-rc
21:19
update changes check-in: 764d85a7ee user: dgp tags: trunk
21:04
seems to be working. More testing and code cleanup needed. check-in: a076e87ed3 user: jan.nijtmans tags: novem-unversioned-stub
15:55
refactor all macros for code issuing into tclCompile.h check-in: bb1a189497 user: dkf tags: novem-no-startcmd
11:14
formatting, comments check-in: 6f1d7c9394 user: jan.nijtmans tags: novem-unversioned-stub
10:51
merge trunk better error message in stub library in case of incompatible stubs check-in: c035f83a83 user: jan.nijtmans tags: novem-unversioned-stub
2012-12-10
23:23
Improve the generation of HTML documentation in 8.6, allowing for contributed packages whose non-ver... check-in: 2246e9d5a0 user: dkf tags: trunk
21:59
use Tcl_StubInit(... "8.5-") everywhere check-in: 5d9f03902e user: jan.nijtmans tags: novem-reduced-symbol-export
21:51
merge trunk fix mingw build check-in: 8e7234ccff user: jan.nijtmans tags: novem-reduced-symbol-export
20:54
merge trunk check-in: 94274c0c5b user: jan.nijtmans tags: novem
15:58
merge trunk check-in: a827c84f1b user: dgp tags: core-8-6-0-rc
14:17
Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 08341ded36 user: dgp tags: trunk
09:27
remove TODO: peephole definitely not worth the complexity check-in: 53742b73b3 user: dkf tags: novem-no-startcmd
04:32
WIP getting rid of the ::tcl_precision variable Closed-Leaf check-in: 3f715e19ef user: dgp tags: novem-numbers-eias
2012-12-09
21:30
merge novem put Tcl_GetDefaultEncodingDir legacy implementation to its own file in the stub library check-in: 1e365f91da user: jan.nijtmans tags: novem-unversioned-stub
19:44
[Bug 3594188] Clarifications about commas. check-in: d9fda76c9b user: ferrieux tags: trunk
12:08
merge trunk: get fix for test error under -DPURIFY check-in: 9912334f76 user: mig tags: mig-nre-mods
11:52
Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test und... check-in: c6db0a87d1 user: ferrieux tags: trunk
2012-12-08
17:20
merge trunk: get fix for test error under -DPURIFY check-in: 17400850c5 user: mig tags: mig-nre-mods
17:13
Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed nonblocking channels. Th... check-in: 3a000c424c user: ferrieux tags: trunk
2012-12-07
22:16
merge trunk check-in: a14ea8190e user: jan.nijtmans tags: novem
22:14
just lost one MODULE_SCOPE in the merge check-in: 5df2ea1b62 user: jan.nijtmans tags: trunk
21:36
only set tclStubsPtr if all version checks pass check-in: 54e473087a user: jan.nijtmans tags: trunk
19:26
merge trunk check-in: 1362ee01f0 user: dgp tags: core-8-6-0-rc
18:08
3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: ee35495951 user: dgp tags: trunk
17:06
merge trunk Leaf check-in: 6bc654cdb3 user: dgp tags: bug-3588687
17:05
merge trunk check-in: e4e386f99f user: dgp tags: novem
17:03
Source compat, rather than stubs compat demo. check-in: 782e6b36ec user: dgp tags: trunk
16:27
merge trunk check-in: a2d65bb563 user: dgp tags: bug-3588687
16:12
merge trunk check-in: 897580da1c user: jan.nijtmans tags: novem
15:56
small correction in doc/NRE.3 check-in: 911bf76b1e user: mig tags: trunk
15:53
fix failing test check-in: 0443331428 user: jan.nijtmans tags: trunk
15:51
add proper runtime-detection to pkgb.so check-in: a88be5763c user: jan.nijtmans tags: trunk
14:54
merge trunk check-in: 23cb3fc491 user: dgp tags: bug-3588687
14:53
Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. check-in: 65b793e46a user: dgp tags: trunk
14:11
now change magic value, to demonstrate better solution Closed-Leaf check-in: 6036e60a13 user: jan.nijtmans tags: novem-demo-bug-3588687
13:02
merge trunk check-in: db526d195f user: dgp tags: bug-3588687
10:51
merge novem protect Tcl_InitStubs from generating extensions loadable in Tcl 8, as long as Tcl9 is i... check-in: 85ac919260 user: jan.nijtmans tags: novem-unversioned-stub
10:13
merge novem check-in: 5e60484f24 user: jan.nijtmans tags: novem-demo-bug-3588687
10:11
merge trunk turn pkgb.so into a Tcl8 interoperability test library: Whatever Tcl9 looks like, loadin... check-in: f65733f49b user: jan.nijtmans tags: novem
09:56
Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: eacefd5015 user: jan.nijtmans tags: trunk
2012-12-06
21:10
Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: 5930a12b49 user: dgp tags: trunk
19:31
Move toward version-free stubs library. Continued WIP. check-in: 5cddc0f2ed user: dgp tags: bug-3588687
16:40
Be even stricter: on alpha/beta, extesions only run with the exact same Tcl version. Stub library im... check-in: 4ecf252eb3 user: jan.nijtmans tags: novem-reduced-symbol-export
15:53
Provide the real required version number to Tcl_InitStubs, even in alpha/beta released. During alpha... check-in: 0302a932a8 user: jan.nijtmans tags: novem-reduced-symbol-export
15:33
New branch for exploring mods to nre's guts check-in: c132033ec9 user: mig tags: mig-nre-mods
02:17
Fix [tailcall] and [yieldto] to not panic in dying namespaces: [Bug 3592747] Leaf check-in: 76780156de user: mig tags: bug-3592747
01:57
Create new branch named "bug-3592747" check-in: f7c415b6fa user: mig tags: bug-3592747
2012-12-05
22:40
A demo version of "novem" in which the signature of Tcl_EvalEx is modified to have a Tcl_WideInt num... check-in: 20aaa17323 user: jan.nijtmans tags: novem-demo-bug-3588687
22:38
do some Tcl_EvalEx, for test-purposes, demonstrating a crash Closed-Leaf check-in: 67ca035922 user: jan.nijtmans tags: novem-support
14:42
use Tcl_PkgProvideEx everywhere (again, for testing purposes) check-in: e63bcbdcec user: jan.nijtmans tags: novem-support
14:21
merge trunk Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do ... check-in: 50e935089a user: jan.nijtmans tags: novem-support
14:07
merge novem check-in: 396bd93f09 user: jan.nijtmans tags: novem-unversioned-stub
14:04
merge novem Eliminate the use of USE_TCL_STUBS everywhere, use !BUILD_tcl in stead check-in: 17b7956803 user: jan.nijtmans tags: novem-reduced-symbol-export
13:41
merge trunk check-in: 6fd5ca7bd0 user: jan.nijtmans tags: novem
13:31
Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTemporaryFile. Move the f... check-in: ebd606c56f user: jan.nijtmans tags: trunk
10:30
take over earlier changes as well check-in: 599e1b8629 user: jan.nijtmans tags: novem-unversioned-stub
10:27
merge trunk re-add tclStubLibCompat.c (removed in a previous merge action) check-in: 064f99da9a user: jan.nijtmans tags: novem-unversioned-stub
10:11
tweaking; fix busylooping test check-in: 5ee25d36b9 user: dkf tags: novem-no-startcmd
09:42
Move the TCL_MAJOR_VERSION check to the HasStubSupport function. Change the signature of TclInitStu... check-in: afba69728c user: jan.nijtmans tags: bug-3588687
2012-12-04
20:53
merge trunk check-in: 0a9254547c user: dgp tags: bug-3588687
20:40
merge trunk check-in: 3b2d7fa654 user: dgp tags: core-8-6-0-rc
14:28
merge check-in: 7d3e4d8977 user: dkf tags: novem-no-startcmd
14:28
merge main novem branch Closed-Leaf check-in: 59f4f6914f user: dkf tags: novem-reduced-bytecodes
14:26
Factor out patterns. check-in: 19ea054967 user: dkf tags: novem-no-startcmd
14:14
Even simpler: make Tcl_Init() a macro which calls Tcl_InitStubs. Embedder doesn't need to change the... check-in: 16a63b155c user: jan.nijtmans tags: novem-reduced-symbol-export
13:51
Experiment: Speed up Tcl by only exporting the minimal set of symbols from the dll/so. Advantage: U... check-in: 668d02e882 user: jan.nijtmans tags: novem-reduced-symbol-export
13:40
merge trunk check-in: ab905bcfdc user: jan.nijtmans tags: novem
13:39
MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) check-in: 31daf6f1a3 user: jan.nijtmans tags: trunk
00:01
Cleaning up some of the internals of TIP #280.

Replaced the hashtables keyed by pointers to Proc an... Leaf check-in: d2cb52feda user: andreask tags: novem-ak-iframe-direct

2012-12-03
21:04
merge trunk Leaf check-in: 4418113cd7 user: dgp tags: unknown-rewrite
20:47
This branch explores the performance implications of relacing the dynamic array data structure unde... Leaf check-in: 22f8fd36d9 user: andreask tags: novem-ak-preserve-experiments
19:50
Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: 1cba517bf0 user: dgp tags: trunk
14:35
Tcl headers already protect from EXTERN defines check-in: 6b7f7f3849 user: dgp tags: trunk
13:02
Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 1dfcdabf11 user: jan.nijtmans tags: novem
11:59
fix math problem; remove duplicate opcodes check-in: 01ee59ac30 user: dkf tags: novem-no-startcmd
11:47
deprecate Tcl_Backslash, Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 2a1937a64a user: jan.nijtmans tags: better-deprecation
10:57
Optimizations for incr-heavy code. check-in: 4fdda0401b user: dkf tags: novem-no-startcmd
10:01
Initialize legacyFreeProc with invalid value: This will result in a crash immediately, when an exten... check-in: f72e9defa2 user: jan.nijtmans tags: novem
2012-12-02
23:24
Experimenting with not generating INST_START_CMD where it wouldn't be useful. Also removed INST_DIC... check-in: 96f784113e user: dkf tags: novem-no-startcmd
14:35
Allow http, msgcat and tcltest to be loaded by Tcl 9 as well. I think that this should be included ... check-in: 499080ff58 user: jan.nijtmans tags: novem-support
2012-11-30
21:39
Rewrite [::unknown] making use of [tailcall]. Big reduction in complexity, with minor cosmetic dama... check-in: 7ce47f1fbc user: dgp tags: unknown-rewrite
21:16
merge novem check-in: a778111260 user: jan.nijtmans tags: novem-unversioned-stub
17:00
Remove all maintenance of a string result in the Interp. check-in: 9178d5ee52 user: dgp tags: novem
16:14
Re-fix failing load-3.2 test. The right way this time. check-in: c2d9408ad3 user: dgp tags: novem
16:10
Stop [glob] complaining about empty list result. Continue support for a no-op -nocomplain option, b... check-in: 8995198630 user: dgp tags: novem
15:55
After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreter check-in: 840a428efe user: jan.nijtmans tags: novem
15:42
merge (modified) novem-review. unbreak windows build check-in: 450c1b970d user: jan.nijtmans tags: novem
09:16
Inform the HTML builder about the TDBC drivers. check-in: 4a4695ca27 user: dkf tags: trunk
07:55
Improve behavior when exception ranges need retraction. check-in: bcd72865d9 user: dkf tags: novem-reduced-bytecodes
2012-11-29
21:44
merge novem check-in: 8b49954837 user: dkf tags: novem-reduced-bytecodes
21:44
Get rid of two unusable bytecodes; they always Tcl_Panic()ed... check-in: f047f6448e user: dkf tags: novem-reduced-bytecodes
21:34
No string result -> no more need for TCL_RESULT_SIZE Closed-Leaf check-in: f859396af2 user: dgp tags: novem-remove-string-result
21:28
Bug fix. Stop load-3.2 test failure. check-in: 62aae3e879 user: dgp tags: novem
21:26
merge novem check-in: 80d7fefc49 user: dkf tags: novem-reduced-bytecodes
21:26
merge novem check-in: eb6eee568f user: dkf tags: novem-reduced-bytecodes
21:25
Purge remnants of support for compilers ignorant of C keyword 'inline'. check-in: 3b2b41c66a user: dgp tags: novem
21:25
Reducing the complexity of the bytecodes as an experiment. check-in: f85f56e089 user: dkf tags: novem-reduced-bytecodes
21:03
Stop defining VOID. Demand C compilers that know the void keyword. check-in: 0cbc079c6b user: dgp tags: novem
20:32
Destroy all the TCL_STORAGE_CLASS and associated nonsense. check-in: 3ce8b298a8 user: dgp tags: novem
17:45
Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them. And Tcl doesn't need to be in the u... check-in: 5cb2cdbe3e user: dgp tags: novem
17:25
Proposed rollback of the TCL_STUB_MAGIC change on novem branch. Closed-Leaf check-in: acb499fbfd user: dgp tags: novem-review
17:03
missed bit of merge check-in: f8c0bcf085 user: dgp tags: novem-remove-string-result
16:52
Get the updated error message check-in: 8c5d02ccf4 user: dgp tags: novem-remove-string-result
16:26
Merge bug-3588687 check-in: e738bbbfd9 user: dgp tags: novem-remove-string-result
16:03
merge novem check-in: 9aea84f29c user: dgp tags: novem-remove-string-result
15:58
merge trunk check-in: b4566ed5f7 user: dgp tags: novem
15:24
Revise TclInitStubs() so that it checks for consistent values of both TCL_MAJOR_VERSION and TCL_STUB... check-in: b170487915 user: dgp tags: bug-3588687
14:54
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 115032dc74 user: dgp tags: trunk
13:15
silence compiler warning check-in: b447c19b77 user: dgp tags: trunk
2012-11-28
08:52
Silence some (unimportant) warnings from the MIPSpro compiler. check-in: 3b738c70ee user: dkf tags: trunk
00:04
[3590483]: Some compilers cannot initialize with complex non-constants. check-in: 7d73c405e1 user: dkf tags: trunk
2012-11-27
21:09
3588687 Added cross checks so that [load]ed extension, [load]ing interp, and linked stubs library al... check-in: eb3b3c4f75 user: dgp tags: bug-3588687
2012-11-26
22:37
Merge (selected bits of) novem check-in: 1d357d342e user: dgp tags: novem-remove-string-result
22:23
Stop segfaults in test suite. check-in: c39b6ff155 user: dgp tags: novem-remove-string-result
21:49
merge (some of) novem check-in: cc8d784bea user: dgp tags: novem-remove-string-result
21:43
Merge use of [load] to find and nicely report error when incompatible stubs mechanisms between [load... check-in: 1d36aeb2bf user: dgp tags: novem-remove-string-result
21:30
...and here's the lines left behind in the editor. check-in: 20202399bf user: dgp tags: novem-remove-string-result
21:25
Comments and renamings around the legacy fields for string results. check-in: 70b9582b31 user: dgp tags: novem-remove-string-result
17:40
Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk
15:37
merge trunk check-in: 3be459daae user: jan.nijtmans tags: novem
15:33
merge trunk check-in: f3fa5b57c9 user: mig tags: mig-alloc-reform
15:33
unbreak UNIX build check-in: b676e091f0 user: jan.nijtmans tags: novem
15:31
merge trunk check-in: cdc837ae05 user: mig tags: mig-alloc-reform
15:28
merge trunk check-in: 75ea3a482f user: dgp tags: core-8-6-0-rc
15:27
doc formatting goofs check-in: c6b4acb1a5 user: dgp tags: trunk
14:29
Removed functions marked deprecated or obsolete for a long time: Tcl_Backslash, Tcl_EvalFile, Tcl_Gl... check-in: 6b2cf92413 user: jan.nijtmans tags: novem
2012-11-25
16:02
remove commented-out junk in tclListObj.c check-in: 0c315832ff user: mig tags: mig-alloc-reform
2012-11-22
17:27
merge trunk check-in: 35b8d54516 user: dgp tags: core-8-6-0-rc
15:14
Modification to Autoconf to prefer tcl8.6+ or tcl9 over tcl8.5 (or older)

This allows build scripts... check-in: 9166f0084e user: seandeelywoods tags: hypnotoad-prefer-native-8.6

09:18
merge trunk check-in: e122d03c34 user: jan.nijtmans tags: novem
08:49
Fix bug reported by Brian Griffin:

http://code.activestate.com/lists/tcl-core/12524/

check-in: 181caa1a57 user: jan.nijtmans tags: trunk
04:07
Adding: * generic/tclVexpr.tcl - Script to build tclVexpr.c and vexpr.n * generic/tclVexpr.c - F... check-in: 7fcc65a8ad user: hypnotoad tags: hypnotoad-vexpr
2012-11-20
12:14
merge dkf-compile-misc-info check-in: 7ddc1cf12f user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
12:13
merge dkf-compile-misc-info check-in: e4156ccf6b user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
12:11
[Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes check-in: 15e6f87e78 user: dkf tags: trunk
12:04
very minor style tweaks Closed-Leaf check-in: d83ade012e user: dkf tags: bug-3033307
10:03
merge novem check-in: e445ac19a3 user: jan.nijtmans tags: novem-unversioned-stub
10:01
merge trunk check-in: 4403712fe4 user: jan.nijtmans tags: novem
09:12
merge trunk check-in: b80796f566 user: jan.nijtmans tags: better-deprecation
09:01
It might be that iPtr->result points to an empty string but that iPtr->objResult contains the real e... check-in: c7d7ddfbe3 user: jan.nijtmans tags: novem
08:42
... make it more portable check-in: b72b900ae6 user: jan.nijtmans tags: novem
08:40
Add checks for the assumtions made in tclStubLib.c, making sure that those assumtions are maintained... check-in: 16299cb2af user: jan.nijtmans tags: novem
2012-11-19
22:35
Remove version number from stub library check-in: bd9e1fa311 user: jan.nijtmans tags: novem-unversioned-stub
22:34
make windde and winreg load again check-in: ae8377e32a user: jan.nijtmans tags: novem
22:23
merge trunk check-in: 9bbf5fce52 user: dkf tags: bug-3033307
22:10
merge trunk check-in: 6300f76d27 user: dkf tags: dkf-bytecode-8.6-main
22:08
[Bug 3588366]: Corrected implementation of bounds restriction for end-indexed compiled [string range... check-in: 2af48a01bb user: dkf tags: trunk
21:57
(Bad idea) Closed-Leaf check-in: bb17b099d2 user: jan.nijtmans tags: tcl_nosize
21:46
Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values check-in: ce3ac22537 user: jan.nijtmans tags: novem
21:45
eliminate unused variable check-in: 945c5ca4de user: jan.nijtmans tags: novem
17:30
merge trunk check-in: 9e3b81d1d8 user: dgp tags: core-8-6-0-rc
15:37
make Tcl_SeekOld, Tcl_TellOld, TclCopyChannelOld and TclSockMinimumBuffersOld deprecated as well: <p... check-in: cc058c2125 user: jan.nijtmans tags: better-deprecation
12:17
Merge trunk

Adapt Tcl_Tell and Tcl_Seek to use the new type

check-in: d2181b6ae0 user: jan.nijtmans tags: tcl_nosize
11:17
Remove some undocumented - obsolete - function from the API with 'Old' in the name. check-in: 4648cb9db2 user: jan.nijtmans tags: novem
10:20
Merge novem.

Introduce TCL_SIZE_T type. Not complete yet.

check-in: a3ee6b3635 user: jan.nijtmans tags: tcl_nosize
08:30
Better solution for handling errors from Tcl 8.x compiled extensions. Works for existing ones. check-in: 34daa2003f user: jan.nijtmans tags: novem
2012-11-18
22:18
If TCL_NO_DEPRECATED is defined, switch off obsolete "puts" syntax check-in: a25a575bed user: jan.nijtmans tags: better-deprecation
22:11
Better deprecation: If TCL_NO_DEPRECATED is defined, disable Tcl_CreateMathFunc, Tcl_GetMathFuncInfo... check-in: f283c4dc45 user: jan.nijtmans tags: better-deprecation
20:13
merge novem branch check-in: 0e988a3278 user: jan.nijtmans tags: tcl_nosize
19:38
no need for head-scratching any more, already corrected on novem branch Closed-Leaf check-in: e649759f5c user: jan.nijtmans tags: novem-remove-string-result
17:24
change stub library to detect - and generate a nice error-message - when a shared library compiled ... check-in: cd530ee72f user: jan.nijtmans tags: novem
17:12
on-hold at Don Porter's request change stub library to detect - and generate a nice error-me... Closed-Leaf check-in: 7b721861e8 user: jan.nijtmans tags: on-hold-trunk
07:39
Better programming practice, no literal '-1' in source code. Might even be useful for 64bit-sizes br... check-in: 11a1d1e174 user: jan.nijtmans tags: tcl_nosize
2012-11-17
00:25
WIP removing the maintenance of a string result in the Interp.

Still some head-scratching on what t... check-in: f46d17d968 user: dgp tags: novem-remove-string-result

2012-11-16
22:56
revert mistaken commit Closed-Leaf check-in: d4edc59509 user: dgp tags: dgp-remove-string-result
22:51
merge trunk check-in: 8f081ad005 user: dgp tags: dgp-remove-string-result
21:17
Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!) check-in: 536c0df045 user: dgp tags: novem
19:17
Burn the octal bridges. We're not goin' back. check-in: f1954e7f4d user: dgp tags: novem
17:57
Tcl_Value is now a synonym for Tcl_Obj ! check-in: d6204416c3 user: dgp tags: novem
17:52
Remove pre-8.5 interface for custom expr functions. check-in: d0406260f8 user: dgp tags: novem
16:37
merge trunk check-in: 748e6739a3 user: dgp tags: novem
16:19
3587651 Fix [info functions] and Tcl_ListMathFuncs(). check-in: 182c1d99c3 user: dgp tags: trunk
14:15
More work done. Still I am finding places where int should be size_t and reverse. check-in: d348e679f7 user: jan.nijtmans tags: novem-64bit-sizes
12:52
merge trunk check-in: 0cf5bc8ded user: dgp tags: core-8-6-0-rc
12:38
merge "novem"

Everything compiles now, but it doesn't run yet.

check-in: 005a09e2be user: jan.nijtmans tags: novem-64bit-sizes
12:02
eliminate CONST/CONST84/CONST86 check-in: b9edee7fc7 user: jan.nijtmans tags: novem
11:41
A few unneeded internal CONST/CONST86's check-in: b86be72558 user: jan.nijtmans tags: trunk
11:27
merge "novem" Review function changes int <-> size_t. Changed some more and reverted some others. Ru... check-in: 8edd8131a2 user: jan.nijtmans tags: novem-64bit-sizes
10:22
Doc fix in TCL_MEM_DEBUG.3 check-in: 17676b7c5f user: jan.nijtmans tags: novem
10:22
Doc fix in TCL_MEM_DEBUG.3 check-in: 6dbd91a6d0 user: jan.nijtmans tags: trunk
10:12
Merge trunk

Fix Windows build

Now usable with Thread's "novem" branch (3.0a1)

Remove some...

check-in: 603622b6d3 user: jan.nijtmans tags: novem
09:38
Let all test-cases which require Thread, at least require Thread 2.7 check-in: 12f5a13e60 user: jan.nijtmans tags: trunk
08:35
Don't use deprecated function check-in: c063c9d28f user: jan.nijtmans tags: trunk
2012-11-15
22:17
Abandon support for pre-8.5 bytecode. check-in: 334b80b0c1 user: dgp tags: novem
21:46
merge from novem check-in: 9d18b10109 user: dkf tags: novem-64bit-sizes
21:04
Goodbye to [case]. check-in: ece21b6163 user: dgp tags: novem
20:56
first few files converted check-in: 072b223051 user: dkf tags: novem-64bit-sizes
20:25
Contributed patch from Andy Goth. check-in: 9fb81c1f45 user: dgp tags: bug-3033307
15:59
Working towards 64-bit memory object sizes; WIP... check-in: c8100e8bb4 user: dkf tags: novem-64bit-sizes
15:04
Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 534312e090 user: jan.nijtmans tags: trunk
11:48
Simplification: don't declare struct types that are never used. check-in: 1e2c21fd06 user: jan.nijtmans tags: trunk
05:12
Octal death documentation impacts. check-in: d0016535c0 user: dgp tags: novem
04:09
Kill Octal; bump to 9.0a0; make test suite work again. check-in: 9ea4c8ee49 user: dgp tags: novem
01:54
merge trunk: check-in: 6dd0c8d37c user: dgp tags: core-8-6-0-rc
01:44
unbreak trunk; fix some warnings check-in: 3bb8276262 user: dkf tags: trunk
00:20
IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy check-in: ee5b8dcfad user: jan.nijtmans tags: trunk
2012-11-14
16:57
merge trunk check-in: 872a233e89 user: dgp tags: core-8-6-0-rc
15:50
oops Closed-Leaf check-in: 19cd443ed2 user: jan.nijtmans tags: forgiving-pkgconfig
15:44
Experiment: make ::tcl::pkgconfig more forgiving when the requested encoding cannot be found. check-in: 4cc7e2a948 user: jan.nijtmans tags: forgiving-pkgconfig
14:35
merge mark check-in: dc72be0dbc user: dkf tags: trunk
13:01
* unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor out all the code to do temp...
check-in: 2f3da59db1 user: dkf tags: trunk
09:58
merge trunk Closed-Leaf check-in: 7e567b9e05 user: jan.nijtmans tags: frq-3579001
09:12
Workaround for mingw versions which don't provide _fpcontrol in float.h check-in: 73042d17c8 user: jan.nijtmans tags: trunk
2012-11-13
21:31
merge trunk check-in: 21954dc8a9 user: dgp tags: core-8-6-0-rc
21:23
360894 Threads inherit floating point config from their creator thread check-in: 3574448bf4 user: dgp tags: trunk
20:03
also search for the library directory (init.tcl, encodings, etc) relative to the build directory ass... check-in: e54043c366 user: mistachkin tags: trunk
18:02
merge trunk check-in: 9d434752ed user: dkf tags: dkf-http-cookies
2012-11-12
23:33
merge mark check-in: addeb1588f user: dgp tags: trunk
10:25
Check for USE_TCL_STUBS as well Closed-Leaf check-in: 5339e19ee5 user: jan.nijtmans tags: bug-3562640
10:03
merge trunk check-in: af3e5de5a0 user: jan.nijtmans tags: bug-3562640
08:01
merge trunk.

doc fix

check-in: 50ce5a659d user: jan.nijtmans tags: frq-3579001
07:53
style fix check-in: 5fbbfc2a80 user: jan.nijtmans tags: trunk
07:44
merge trunk check-in: b3da51d3fb user: jan.nijtmans tags: frq-3579001
2012-11-10
19:24
added forgotten Changelog entry check-in: d5f32ab609 user: mig tags: trunk
17:08
re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBUG mode check-in: 4ea681879b user: mig tags: trunk
2012-11-09
20:11
merge trunk check-in: 0808bcc7b6 user: jan.nijtmans tags: frq-3579001
12:11
Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the only way to access TclO... check-in: 06345d5b54 user: jan.nijtmans tags: trunk
2012-11-08
21:46
merge trunk; resolve conflicts check-in: b9106ac438 user: dgp tags: dgp-refactor
16:22
dup test name check-in: dd63631c29 user: dgp tags: trunk
15:44
merge trunk check-in: 80ae3ec193 user: dgp tags: core-8-6-0-rc
15:43
Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 check-in: 1f7c7e8b4e user: dgp tags: core-8-6-0-rc
15:25
Create Tcl 8.6.0 release branch check-in: 1cb8443cf3 user: dgp tags: core-8-6-0-rc
15:21
Updated the language of the documentation so that "object" refers to an OO concept throughout, and a... check-in: d664748a86 user: dkf tags: trunk
13:50
Missing bits of the msgcat 1.4 -> 1.5 bump. check-in: fc792635e1 user: dgp tags: trunk
13:06
Remove another reference to tcl.wse.in check-in: 5c25c5c93b user: jan.nijtmans tags: trunk
10:16
merge updates to make HTML generation better check-in: 069f682541 user: dkf tags: trunk
10:14
Added tooltip generation to contents and keywords pages. Closed-Leaf check-in: 833d91a67d user: dkf tags: off-trunk
08:22
Make HTML generator more resilient against problems when generating docs for older versions of Tcl/T... check-in: d61b5fb209 user: dkf tags: off-trunk
2012-11-07
20:53
Import tzdata2012i check-in: 4d62db0c92 user: kbk tags: trunk
20:41
Remove files and references for long outdated Wise Installer. check-in: bbb8a76120 user: dgp tags: trunk
17:30
merge mark check-in: bbfde6b0fc user: dgp tags: trunk
14:41
Added package descriptor file to allow for easier configuration of integration of contributed packag... check-in: 38cdd285ca user: dkf tags: trunk
14:27
merge trunk check-in: f1c98e24ba user: jan.nijtmans tags: frq-3579001
13:18
Minor change: another formatting improvement check-in: 9fdefb44c5 user: dkf tags: trunk
13:14
Minor change: Formatting fix check-in: ea0214e0bd user: dkf tags: trunk
10:36
just fix some characters that fossil cannot handle well check-in: 9c4864e9d1 user: jan.nijtmans tags: trunk
08:03
Finish the TIP #416 implementation as specified (#define's were still missing). Added warning to "lo... check-in: 6c3f682fbf user: jan.nijtmans tags: frq-3579001
2012-11-06
21:16
merge trunk check-in: 892cbafd88 user: dkf tags: frq-3579001
16:27
Complete bump to http 2.8.5 check-in: ccb1ff90b3 user: dgp tags: trunk
13:16
[Bug 3581754]: Ensure that http -command callbacks are done at most once. check-in: c25583796f user: dkf tags: trunk
2012-11-05
21:56
merge main dev branch check-in: cccfdb8685 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
21:55
merge main dev branch check-in: 4c63be2ac8 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
21:47
merge trunk: INST_TAILCALL has bug check-in: 90ced9e9c8 user: dkf tags: dkf-bytecode-8.6-main
20:27
merge changes check-in: 67e02930a9 user: dgp tags: trunk
16:57
Disable bytecompile of [tailcall] until it gets some repair. As is, it hopelessly bogs down debug-e... check-in: 681260c3fd user: dgp tags: trunk
15:33
merge main dev branch check-in: bd2cb80131 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
15:28
merge main dev branch check-in: 3b9b1bfb43 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
15:17
merge trunk check-in: 1fc3f2cbaf user: dkf tags: dkf-bytecode-8.6-main
14:55
Added bytecode compilation of many Tcl commands, merged from development branch. check-in: 8e20d1a93f user: dkf tags: trunk
14:42
TIP #413 check-in: 1763fa9dc9 user: jan.nijtmans tags: trunk, potential incompatibility
14:34
Added compilation of [array exists], [array set] and [array unset]. Fixed a whole bunch of issues wi... check-in: 7c61073736 user: dkf tags: merge-to-trunk, dkf-bytecode-8.6-main
2012-11-04
16:57
fix Tcl_FSFileAttrStrings doc check-in: 78a8bf7285 user: jan.nijtmans tags: trunk
2012-11-03
20:21
Added compilation of [string last] and improved the compilation of [string range]. This in turn enab... check-in: 75cbbc5cf0 user: dkf tags: dkf-bytecode-8.6-main
12:48
Added compilation of [info object isa object] (i.e., object verification). check-in: 4d5db00353 user: dkf tags: dkf-bytecode-8.6-main
2012-11-02
20:39
reorder to preserve main BC development branch sequence better check-in: ef6191e5a7 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
20:25
merge dkf-compile-misc-info check-in: f0a7031a74 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:13
Added more TclOO introspection bytecodes ([info object class], [info object namespace]). Also moved ... check-in: 294a3d3bb9 user: dkf tags: dkf-bytecode-8.6-main
16:50
Work on compilation of [string is]. Hit some problem edge cases with differences in strictness of ed... check-in: dd27dc1543 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2012-11-01
20:40
Working towards a BCCed [next]. This version almost works, except for a problem with restorin... check-in: 6344562868 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:06
Added compilation of [tailcall]. Not a particularly efficient compilation though; it does not detect... check-in: 2968fdc5d5 user: dkf tags: dkf-bytecode-8.6-main
16:47
Added compilation of [dict create] and [dict merge]. check-in: b8eaa3a98a user: dkf tags: dkf-bytecode-8.6-main
2012-10-31
13:09
Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 check-in: 2afb21274b user: jan.nijtmans tags: trunk
2012-10-30
22:16
Added [dict exists] compilation; implementation is 95% shared with [dict get]. check-in: 6859d16fe4 user: dkf tags: dkf-bytecode-8.6-main
20:59
Some corrections and performance tweaks check-in: b6871e5b80 user: dkf tags: dkf-bytecode-8.6-main
18:20
Compilation of [string first] and [string range] (with constant indices). check-in: e756e9bdac user: dkf tags: dkf-bytecode-8.6-main
12:39
Added compilation of [regsub] (in the simplest, most restricted case). check-in: d2d9a5c8de user: dkf tags: dkf-bytecode-8.6-main
2012-10-29
21:35
Added compilation of simplest practical case of [string map]. check-in: b1a427318b user: dkf tags: dkf-bytecode-8.6-main
17:16
Minor: correct a comment check-in: e10490c739 user: dkf tags: dkf-bytecode-8.6-main
17:15
Compiler for some of the simpler cases of [format]. check-in: 07728408e3 user: dkf tags: dkf-bytecode-8.6-main
12:03
merge trunk check-in: 4b0388c65f user: dkf tags: dkf-bytecode-8.6-main
12:03
Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help. check-in: dfc7ee7e95 user: dkf tags: dkf-bytecode-8.6-main
11:02
Compilation of [info commands] in the case of a fully-qualified literal name. check-in: 71f464d707 user: dkf tags: dkf-bytecode-8.6-main
2012-10-28
18:58
fix INST_YIELD so that it works Closed-Leaf check-in: ce774f1a5a user: mig tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
16:01
Added [self namespace] to bytecoded command set. check-in: 6f1282e0b7 user: dkf tags: dkf-bytecode-8.6-main
2012-10-26
13:13
Working towards a BCCed [yield]; this doesn't work right now. check-in: af49d8d62b user: dkf tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
07:32
Compile [namespace which -command]; big performance saving in some contexts. check-in: a8d554940e user: dkf tags: dkf-bytecode-8.6-main
2012-10-25
09:56
Added compilation of [namespace code] (except for gnarly edge cases). check-in: a761d4846d user: dkf tags: dkf-bytecode-8.6-main
2012-10-24
21:22
syntax improvement: expect options before the filename

start at documentation

check-in: 7bc615df40 user: jan.nijtmans tags: frq-3579001
13:08
experimental implementation of FRQ-3579001 check-in: 0895bccd51 user: jan.nijtmans tags: frq-3579001
11:28
make tclTest.c compilable against version 2 filesystems check-in: 69687a01db user: jan.nijtmans tags: trunk
09:52
merge trunk check-in: a141b7be02 user: dkf tags: dkf-bytecode-8.6-main
09:50
Added compilation of [dict unset]; the bytecode needed already existed anyway. check-in: 673065682d user: dkf tags: trunk
08:19
minor correction to index line check-in: aedd95e0ee user: dkf tags: trunk
2012-10-23
22:07
unbreak Mac OSX build check-in: 38faf636a9 user: jan.nijtmans tags: trunk
21:52
merge trunk Closed-Leaf check-in: e01dd5837a user: jan.nijtmans tags: tip-318-update
21:50
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are availab... check-in: 4d417791c9 user: jan.nijtmans tags: trunk
2012-10-19
14:17
yet another small introspector: [self] check-in: 7d0c06ec95 user: dkf tags: dkf-bytecode-8.6-main
08:48
merge trunk check-in: 73270ca4da user: dkf tags: dkf-bytecode-8.6-main
2012-10-18
17:38
* generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels are properly set, fix bug discove... check-in: ad2663e692 user: mig tags: trunk
2012-10-17
13:52
merge trunk check-in: 818f3a1c03 user: dkf tags: dkf-bytecode-8.6-main
2012-10-16
14:25
Remove two characters, zero width non-joiner (U+200c) and zero width joiner (U+200d), which were fin... check-in: d02f58c491 user: jan.nijtmans tags: tip-318-update
13:58
doc fix check-in: 594e7e2747 user: jan.nijtmans tags: tip-318-update
13:44
merge trunk check-in: ea6ac35e9b user: dkf tags: dkf-http-cookies
13:44
merge trunk check-in: 4d4bfd540c user: dkf tags: tip-318-update
13:14
Implementation of TIP #405. check-in: 24849c713c user: dkf tags: trunk
13:06
merge trunk Closed-Leaf check-in: 1196fa3726 user: dkf tags: tip-405-impl-td
13:04
Implementation of TIP #400. check-in: b6e98440db user: dkf tags: trunk
12:50
merge trunk Closed-Leaf check-in: 006482c0ff user: dkf tags: tip-400-impl
2012-10-14
19:02
Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's source code. check-in: 6d7a7b3eb9 user: jan.nijtmans tags: trunk
2012-10-13
20:29
Bug 3576509: tcl::Bgerror crashes with invalid arguments check-in: 70a5908228 user: jan.nijtmans tags: trunk
2012-10-12
13:18
separating out the IDNA handling code check-in: 62de51204b user: dkf tags: dkf-http-cookies
2012-10-10
14:49
reorganize the code so that the IDNA procs live with the punycode procs; correct some misleading (an... check-in: 90c381007e user: dkf tags: dkf-http-cookies
2012-10-09
01:55
and remove the two characters from string trim as well check-in: 999841323f user: jan.nijtmans tags: tip-318-update
01:48
merge trunk

Dont include U+0082 and U+0083 in the Tcl space set

check-in: 227a4f0b70 user: jan.nijtmans tags: tip-318-update
2012-10-06
06:13
[Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. check-in: ffd92c638b user: jan.nijtmans tags: trunk
2012-10-05
16:37
3574819 Increase test robustness by creating files in fresh directory to reduce trouble with any exi... check-in: 03878f7b0c user: dgp tags: trunk
14:54
...and all the compilation and tests now work/pass check-in: d075bd7bcd user: dkf tags: tip-405-impl-td
13:05
compilation code adjusted check-in: 726ad3d776 user: dkf tags: tip-405-impl-td
08:55
adjusted non-compiled implementation of [dict map] to match TIP check-in: 609bef1013 user: dkf tags: tip-405-impl-td
08:17
tuning up the documentation check-in: 2e8391a42d user: dkf tags: tip-405-impl-td
07:56
merge trunk check-in: 299bf364c3 user: dkf tags: tip-405-impl-td
2012-10-04
10:31
merge trunk check-in: ba7cb4e081 user: dkf tags: dkf-http-cookies
08:25
merge trunk check-in: 81346a2dc2 user: dkf tags: tip-400-impl
08:24
clean up some of the code to remove warnings and uselessly-settable things check-in: 27db6ec7f9 user: dkf tags: tip-400-impl
2012-10-03
15:39
When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 986eb391ad user: dgp tags: trunk
09:38
documented new C API; corrected type signature of no-zlib fallback function check-in: dac22bcb59 user: dkf tags: tip-400-impl
08:11
merge trunk check-in: 46dc221942 user: dkf tags: tip-400-impl
2012-10-02
16:08
Fix for core bug yet to be named/numbered. Closed-Leaf check-in: ba0663c73f user: dgp tags: dgp-stackedstdchan
2012-09-26
21:02
Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. check-in: 3989ecbba9 user: max tags: trunk
12:32
update documentation check-in: 2e479f5fee user: jan.nijtmans tags: tip-318-update
12:00
Merge trunk check-in: b2aae08f2d user: jan.nijtmans tags: tip-389-impl
2012-09-23
20:29
eliminate unnecessary TEXT() macros check-in: c155794425 user: jan.nijtmans tags: trunk
16:48
tip 318 update check-in: f09c1bc377 user: jan.nijtmans tags: tip-318-update
2012-09-21
09:27
new Tcl_UniCharIsWhitespace function Closed-Leaf check-in: 7a11f2ec28 user: jan.nijtmans tags: tip-318-update
2012-09-20
22:24
merge trunk

add some more related space characters

check-in: 7d7bea41b7 user: jan.nijtmans tags: tip-318-update
21:43
New import libraries for zlib 1.2.7, usable for all win32/win64 compilers check-in: 5b46cb3197 user: jan.nijtmans tags: trunk
21:18
[Frq 3527238]: Full unicode support for dde. Dde version is now 1.4.0b2. check-in: 9cf41d70ab user: jan.nijtmans tags: trunk, potential incompatibility
09:53
clock uses new msgcat features check-in: d0f6a51a8f user: oehhar tags: msgcat_dyn_locale
2012-09-19
22:57
merge trunk check-in: 598b8f1670 user: dkf tags: dkf-http-cookies
20:40
(proposal) msgcat with dynamic mc file load on locale change check-in: 0c67dffd72 user: oehhar tags: msgcat_dyn_locale
20:31
TIP#399 implementation: mcconfig may add additional glob pattern for mcload check-in: dbafc2163d user: oehhar tags: msgcat_dyn_locale
14:50
merge trunk

change dde version to 1.4.0b2

Closed-Leaf check-in: 82e045469a user: jan.nijtmans tags: frq-3527238
12:33
Let "nmakehlp -V" start searching digits after the found match (suggested by Harald Oehlmann) check-in: 8be494c5ee user: jan.nijtmans tags: trunk
09:50
Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330 and 336). check-in: d35c303e78 user: jan.nijtmans tags: trunk
2012-09-18
20:44
merge release branch check-in: 29624cf67f user: dgp tags: trunk
10:15
Fix the bugs in the punycode decoder check-in: bb4d24d885 user: dkf tags: dkf-http-cookies
07:21
add next line (U+0085), zero width space (U+200b) and zero width no-break space (U+feff) to the defa... check-in: e2bad6f20a user: jan.nijtmans tags: tip-318-update
2012-09-17
14:44
adapt to 8.6 environment properly; still some bugs... check-in: fa6e3d18fd user: dkf tags: dkf-http-cookies
12:56
Tag Tcl 8.6b3 for release. Closed-Leaf check-in: 4b47cb33d0 user: dgp tags: core-8-6-b3, core-8-6-b3-rc
12:26
merge trunk check-in: 328958e0e1 user: dgp tags: core-8-6-b3-rc
10:50
eliminate compiler warning in previous commit check-in: 81b322475b user: jan.nijtmans tags: trunk
2012-09-16
15:51
Nicer style test. check-in: 5a15cd0ee2 user: stwo tags: trunk
2012-09-14
18:20
Mistaken cleanup command. check-in: d614733809 user: dgp tags: trunk
18:15
Missing test cleanup. check-in: ac320d5dc6 user: dgp tags: trunk
14:59
3555001 Safer stale config fix. check-in: 405473ca60 user: dgp tags: core-8-6-b3-rc
07:44
merge trunk check-in: 1b812be6a3 user: dkf tags: dkf-http-cookies
2012-09-13
16:19
Safer stale config fix for review. Closed-Leaf check-in: 4a50977539 user: dgp tags: bug-3555001
15:55
merge trunk check-in: f6bdb60091 user: dgp tags: core-8-6-b3-rc
15:54
autoconf-2.59 check-in: 47f0dca723 user: dgp tags: trunk
15:34
First draft of tcl/pkgs/README bundling instructions. check-in: 172f8899ef user: dgp tags: core-8-6-b3-rc
14:17
Revert committed debugging configuration. check-in: 4594e269cc user: dgp tags: core-8-6-b3-rc
14:08
merge trunk check-in: e5ba23a0a1 user: dgp tags: core-8-6-b3-rc
13:09
Fix msgcat-0.7 when running tests outside of the build tree (part of Bug #3549770) check-in: 973091ef75 user: jan.nijtmans tags: trunk
12:37
merge trunk check-in: b052731c8b user: dgp tags: core-8-6-b3-rc
12:34
3566106 Solaris9/x86 support. Thanks Dagobert and others. check-in: a017a9202a user: dgp tags: trunk
11:32
Update TIP #318 implementation to conform to the Unicode 6.2 space characters

To be discussed on ...

check-in: 31ec38cd41 user: jan.nijtmans tags: tip-318-update
09:02
3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for filesystem-7.1.1 check-in: d3bb61ba3c user: twylite tags: trunk
2012-09-12
19:15
merge trunk check-in: 2a7a5a7b0e user: dgp tags: core-8-6-b3-rc
19:11
finish the TIP 404 implementation. check-in: 0d4581c31d user: dgp tags: trunk
17:08
tip#404 file locale mcset: mc(fl)(m)set check-in: dc1e9e3dea user: oehhar tags: trunk
11:50
merge trunk check-in: d5aa40b536 user: dgp tags: core-8-6-b3-rc
2012-09-11
14:07
3564735 Protect against mem corruption when var resolvers misbehave. check-in: 693403d81c user: dgp tags: trunk
12:23
merge trunk check-in: 69991604b3 user: dgp tags: core-8-6-b3-rc
10:37
packing the code tighter, doing more explanatory comments check-in: 34c925dc01 user: dkf tags: dkf-http-cookies
2012-09-10
21:26
merge trunk check-in: 005c69b8a7 user: dkf tags: dkf-http-cookies
21:24
loading of restricted domain list now believed to work check-in: 40f3b920e9 user: dkf tags: dkf-http-cookies
13:24
fix running package-tests on Windows, correct TCLSH_PROG in this case check-in: fe48e50258 user: jan.nijtmans tags: trunk
11:00
Now, a working punycode engine check-in: 0553f99855 user: dkf tags: dkf-http-cookies
2012-09-09
12:02
working on handling punycoding of IDNAs check-in: 4119011907 user: dkf tags: dkf-http-cookies
2012-09-07
21:58
Experiment: MSVC build now links with 64-bit zlib1.dll Closed-Leaf check-in: a63c381a6f user: jan.nijtmans tags: msvc-with-64bit-zlib1.dll
21:01
removed leftover from failed attempt to unify stub tables. check-in: 786146633c user: jan.nijtmans tags: trunk
17:22
ChangeLog entry added Closed-Leaf check-in: 7236bac9ae user: oehhar tags: tip-404
15:47
correct font issues in define.n silence thread.test warning messages Automake updates check-in: 53895584ca user: dgp tags: core-8-6-b3-rc
15:32
Reentrant mcfl(m)set command, test, document mcflset as recommended for message files check-in: 62aa37bb59 user: oehhar tags: tip-404
10:35
More improvements check-in: 93526c4a13 user: dkf tags: dkf-http-cookies
07:13
improving the database, working towards a purging algorithm for session cookies check-in: 7e095fd713 user: dkf tags: dkf-http-cookies
2012-09-06
19:18
Tidy up, making code be of higher general quality. check-in: 1065366fb5 user: dkf tags: dkf-http-cookies
12:02
merge trunk check-in: 190fcdd1cb user: dgp tags: core-8-6-b3-rc
10:16
merge trunk check-in: d39b2621be user: dkf tags: dkf-http-cookies
09:49
improve logging, correct 'secure' property handling, correct domain handling, simplify http<->cookie... check-in: 6524b62e77 user: dkf tags: dkf-http-cookies
2012-09-05
10:24
closer to working check-in: 4a6b9a9da7 user: dkf tags: dkf-http-cookies
09:47
Minor clarification of description; all traces use a command prefix for their callbacks. check-in: cc90448ff2 user: dkf tags: trunk
09:46
more realistic queries check-in: 2a58a9277e user: dkf tags: dkf-http-cookies
2012-09-04
21:35
merge trunk check-in: b38773da76 user: dkf tags: tip-405-impl-td
21:26
merge trunk check-in: b4413bbae8 user: dkf tags: dkf-http-cookies
21:24
Improving the cookie lookup code to actually handle paths&domains check-in: 70cf84a53e user: dkf tags: dkf-http-cookies
2012-09-02
07:28
Add package index entry. check-in: dbca55b3e5 user: dkf tags: dkf-http-cookies
07:21
merge trunk check-in: 1ed34b8810 user: dkf tags: dkf-http-cookies
2012-08-30
18:49
...and the date too. check-in: 9701b127b9 user: dgp tags: trunk
18:46
Update changes for 8.6b3 check-in: b5c1fbee86 user: dgp tags: trunk
2012-08-29
06:31
proposed solution for [Bug 3562640]: problem loading Thread in 8.5, when compiled for 8.6 check-in: 6b9d54bfeb user: jan.nijtmans tags: bug-3562640
2012-08-28
14:28
And add the listing of supported options. Closed-Leaf check-in: 21d7b4b106 user: dkf tags: tip-404
14:15
Added mcconfig -mcfilelocale, as TIP-specified. check-in: 674aa977f0 user: dkf tags: tip-404
13:04
merge trunk check-in: 3875099862 user: dgp tags: core-8-6-b3-rc
2012-08-27
17:24
Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some added documentation. ... check-in: b7c4598501 user: dkf tags: tip-404
17:12
Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code which wasn't prepared ... check-in: d17e59a33e user: andreask tags: trunk
12:40
merge trunk check-in: 52b73fe414 user: dgp tags: core-8-6-b3-rc
2012-08-26
08:20
minor: tidy up formatting check-in: 7cbc87061e user: dkf tags: trunk
2012-08-25
10:11
[Bug 3561330]: Use the correct full name of March in Ukrainian. check-in: 7fd43f120a user: dkf tags: trunk
2012-08-24
06:33
make sure that extensions which might still use TclWinNToHS, now use ntohs directly. check-in: e9aa33ca4b user: jan.nijtmans tags: trunk
2012-08-23
20:18
small wrapper for TclWinNToHs, for change in calling convention check-in: 65be206be4 user: jan.nijtmans tags: trunk
14:37
merge trunk check-in: b691687908 user: dgp tags: core-8-6-b3-rc
12:11
[Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj(). check-in: f61c86cef1 user: jan.nijtmans tags: trunk
2012-08-21
16:35
merge trunk check-in: ce5a28a6c4 user: dgp tags: core-8-6-b3-rc
08:07
unnecessary hook struct definitions Closed-Leaf check-in: e787083b2f user: jan.nijtmans tags: jn-no-struct-names
2012-08-20
23:50
3559678 Fix bad filename normalization when the last component is the empty string. check-in: ec32e3cc76 user: dgp tags: trunk
14:14
merge trunk check-in: e6892c2563 user: dgp tags: core-8-6-b3-rc
09:12
Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an initialized winsock_2 l... check-in: 46096ee96a user: jan.nijtmans tags: trunk
06:49
remove unnecessary struct names, which only pollute the "struct" namespace for te compiler. check-in: db442914c7 user: jan.nijtmans tags: jn-no-struct-names
2012-08-17
07:21
nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: 7c90caa198 user: jan.nijtmans tags: trunk
2012-08-15
08:41
build htmlhelp, not winhelp by default check-in: ab0adb1265 user: jan.nijtmans tags: trunk
08:22
Only build the threaded builds by default check-in: 0f40790ef4 user: jan.nijtmans tags: trunk
2012-08-13
14:18
[Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler warnings. check-in: 3f2231d81a user: stwo tags: trunk
14:02
.... but be less verbose check-in: 7762aa5871 user: jan.nijtmans tags: trunk
13:58
Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build check-in: 17f050e907 user: jan.nijtmans tags: trunk
10:05
tinkering with the documentation check-in: ab548049ff user: dkf tags: tip-400-impl
04:42
minor fix check-in: 3ef4f0c6d7 user: jan.nijtmans tags: trunk
2012-08-11
21:24
merge trunk check-in: edaf160c8e user: dkf tags: tip-400-impl
2012-08-09
14:34
Complete multi-fd server socket channels on Windows [Bug #3545363]. check-in: aef7ffe46d user: max tags: trunk
14:26
Fix http-3.29 for machines without IPv6 support. check-in: 5d478dc916 user: max tags: trunk
00:25
merge trunk check-in: aa80e8a546 user: stwo tags: stwo-dev86
2012-08-08
23:07
Change one '#ifdef' to '#if defined()' for improved consistency within the file. check-in: 211aa43013 user: stwo tags: trunk
20:30
merge trunk check-in: ddf95e5e5d user: dgp tags: core-8-6-b3-rc
16:00
Man page updates for command rename from 'mapeach' to 'lmap'. check-in: 812e05fc2c user: twylite tags: tip-405-impl-td
15:34
Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. check-in: 3bbaa5984a user: twylite tags: tip-405-impl-td
15:28
Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'dict map'. check-in: ef48016717 user: twylite tags: tip-405-impl-td
10:32
merge trunk check-in: 27388707f2 user: jan.nijtmans tags: frq-3527238
10:00
[Bug #1536227]: Cygwin network pathname supoort check-in: dfd98db64f user: jan.nijtmans tags: trunk
2012-08-07
20:57
Minor changes to improve style (C89 declarations, consistent indentation, clarification of #endifs, ... check-in: 3995dbcf90 user: dkf tags: trunk
15:27
3554250 Overlooked one field of cleanup in the thread exit handler for the filesystem subsystem. check-in: 9379eb7e44 user: dgp tags: trunk
14:58
add 3 testcases for "dde poke", only active with --enable-symbols (we need a "dde poke" server for t... check-in: 2cc13853c7 user: jan.nijtmans tags: trunk
07:19
A little more installer consistency tweaking. check-in: da69009508 user: stwo tags: trunk
02:55
No need for install-sh to be executable. check-in: 6a8c6fd0ae user: stwo tags: trunk
2012-08-06
11:45
Installer consistency tweaks. check-in: 5b33f65330 user: stwo tags: trunk
08:48
fix two minor blunders, introduced by [1fb35ca910] Only define _USE_32BIT_TIME_T for Tcl build, and ... check-in: 701864f6d2 user: jan.nijtmans tags: trunk
07:59
merge trunk check-in: ff11683bab user: jan.nijtmans tags: frq-3527238
07:40
Reference to correct Bug #number. Fix warning in winDde.c, and more test-cases using Unicode charac... check-in: 359adb529b user: jan.nijtmans tags: trunk
2012-08-05
20:34
Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!) check-in: 37c35b79b9 user: dkf tags: trunk
15:12
Initial implementation of frq [3551813], use @ to report offset in [binary scan]. check-in: 27834cfe28 user: stwo tags: stwo-dev86
12:09
Final part of result generation conversion (modulo any minor blunders) check-in: 1fb35ca910 user: dkf tags: trunk
2012-08-04
18:54
Unbreak. check-in: 5047d34050 user: stwo tags: trunk
13:04
more result generation conversion check-in: 6325d5dbea user: dkf tags: trunk
12:09
Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That's now everyone we care... check-in: 1a67b9c45a user: dkf tags: trunk
07:52
merge trunk Closed-Leaf check-in: 87af801de3 user: dkf tags: dkf-utf16-branch
07:51
merge trunk Closed-Leaf check-in: d203e314d8 user: dkf tags: dkf-notifier-poll
07:49
merge trunk check-in: 680fa63bf7 user: dkf tags: dkf-http-cookies
07:48
merge trunk Leaf check-in: 0e556bddf4 user: dkf tags: dkf-documentation-figures
07:47
merge trunk check-in: 942e699a9b user: dkf tags: dkf-bytecode-8.6-main
07:46
merge trunk Closed-Leaf check-in: cd8e483be3 user: dkf tags: dkf-alias-encoding
07:41
more result generation conversion check-in: 9a036eff3a user: dkf tags: trunk
2012-08-03
16:39
[Patch-3163961] Implementation of TIP #405 merged from private branch. Includes 'mapeach', 'dict ma... check-in: 252caf426a user: twylite tags: tip-405-impl-td
16:38
Create new branch named "tip-405-impl-td" check-in: b2326556cd user: twylite tags: tip-405-impl-td
14:24
more result generation conversion check-in: b3ccaec093 user: dkf tags: trunk
10:56
converting to using Tcl_Obj API for error message generation; part done check-in: 7fb86a29c9 user: dkf tags: trunk
2012-08-02
15:44
integrate QNX special path handling better with TIP #402 check-in: 239d8177fa user: jan.nijtmans tags: tip-402
12:54
merge trunk check-in: 15da7fc903 user: jan.nijtmans tags: tip-402
12:08
merge trunk check-in: d62cfbac77 user: jan.nijtmans tags: frq-3527238
09:54
Fix Bug #3545367: DDE test failures It turns out that "dde poke" had the same bug, unfortunately we ... check-in: cc7f2babeb user: jan.nijtmans tags: trunk
2012-08-01
14:53
Fix Bug #3545367: DDE test failures check-in: bc4b7b1b91 user: jan.nijtmans tags: trunk
2012-07-31
23:27
add coffbase for sample check-in: 1917444560 user: jan.nijtmans tags: trunk
15:16
oops check-in: 00d7ce369f user: jan.nijtmans tags: trunk
14:48
add thread to coffbase.txt, so the thread extension can use it check-in: 4f37b72ad7 user: jan.nijtmans tags: trunk
14:35
Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer objects. check-in: b074e043df user: dkf tags: trunk
12:46
small cosmetic fixes check-in: 79fb0cd1e4 user: dkf tags: trunk
12:19
import small refactoring from TclOO package codebase check-in: 81b73c1017 user: dkf tags: trunk
11:46
[Frq 3544967] Missing objectfiles in static lib check-in: 184b5f3465 user: jan.nijtmans tags: trunk
11:00
merge trunk Closed-Leaf check-in: c37771a249 user: dkf tags: bug-3545363
10:52
some small tinkerings check-in: d50462be29 user: dkf tags: dkf-http-cookies
10:37
add -Q option from sampleextension check-in: 1f2aea4e3d user: jan.nijtmans tags: trunk
2012-07-30
18:56
event tests should continue to work with static Tcltest package check-in: eeed854a7b user: jan.nijtmans tags: trunk
15:33
fix winPipe.test tests, when running with tcltest86.dll check-in: f25a960e68 user: jan.nijtmans tags: trunk
15:13
fix event-tests running with tcltest86.dll check-in: f589421a83 user: jan.nijtmans tags: trunk
15:03
fix filesystem-7.1.x tests in install environment [3549770], as suggested by Twylite temporary worka... check-in: a748572cd1 user: jan.nijtmans tags: trunk
14:09
unneeded variable check-in: d54ed135c4 user: jan.nijtmans tags: trunk
14:06
eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT environment variable now, whic... check-in: c963f30c85 user: jan.nijtmans tags: trunk
14:01
Updated ChangeLog for changes in [7a82c3e6] check-in: a676783b98 user: twylite tags: bug-3545363
13:15
fix load-9.1 test case, when testing using tcltest86.dll check-in: c3114ad016 user: jan.nijtmans tags: trunk
12:51
Less strictness about exactly which dll versions are tested check-in: 6a9564af94 user: jan.nijtmans tags: trunk
11:42
Fix various test when run outside of the build environment [3549770] check-in: c1dc55adfd user: jan.nijtmans tags: trunk
10:44
Add checks whether we are testing the right dll's check-in: 9ec11d9ecc user: jan.nijtmans tags: trunk
09:27
fix info.test tests check-in: df5d6146cb user: jan.nijtmans tags: trunk
2012-07-29
21:11
fix some comments check-in: 6c2af8c78b user: jan.nijtmans tags: trunk
16:23
No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll t... check-in: 9792ff8b65 user: jan.nijtmans tags: trunk
2012-07-28
23:22
[Bug 3549770] Multiple test failures running tcltest outside build tree check-in: 334aea1d5d user: jan.nijtmans tags: trunk
2012-07-27
21:51
Support Unicode 6.2 (Add Turkish lira sign) check-in: d3a863309e user: jan.nijtmans tags: trunk
16:31
merge mark check-in: 8679e02d45 user: dgp tags: trunk
2012-07-26
22:17
use forward slashes in $ROOT, whenever the path is handled by tclsh/tcltest fix TCL_LIBRARY value in... check-in: 48960595cc user: jan.nijtmans tags: trunk
2012-07-25
15:00
merge 8.5 check-in: c867d5576a user: dgp tags: trunk
14:47
3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. check-in: 6909864f56 user: dgp tags: trunk
09:57
[Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when needed to honour TIP#398... check-in: 9a396c910e user: ferrieux tags: trunk
08:10
sync with TEA, fix some comments check-in: 0728cce9c7 user: jan.nijtmans tags: trunk
2012-07-24
20:20
Preserve the chanPtr so that script evaluation cannot invalidate it when we plan to use it again. check-in: 7f143c10c1 user: dgp tags: trunk
13:58
[Bug: 3545363]: Handle socket with multiple underlying file descriptors where required (TcpCloseProc... check-in: 7a82c3e60d user: twylite tags: bug-3545363
2012-07-23
18:50
[Bug 3545365]: Never try a bg-flush on a dead channel, just like before 2011-08-17. check-in: 3bbd536102 user: ferrieux tags: trunk
14:46
merge-mark check-in: 86fd7c9f28 user: jan.nijtmans tags: trunk
14:26
merge-mark check-in: f90ce88076 user: jan.nijtmans tags: trunk
2012-07-20
08:37
Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwin or Cygwin check-in: 482372f088 user: jan.nijtmans tags: trunk
08:23
merge trunk check-in: cc1004724e user: dkf tags: dkf-http-cookies
01:53
Fix several more missing mutex-locks in TestasyncCmd. check-in: 8a2457cb88 user: mistachkin tags: trunk
2012-07-19
22:39
autoconf-2.59 check-in: 98b22dad01 user: jan.nijtmans tags: trunk
16:28
First attempt at a "bad cookie domain" detector, a critical security check. check-in: ad3ccf4e89 user: dkf tags: dkf-http-cookies
15:08
merge trunk check-in: 7f4305364f user: dgp tags: dgp-remove-string-result
14:07
3544642 Be kind to BSDers day. Purge gmake-ism. check-in: fc2ebbbc9c user: dgp tags: trunk
13:34
fix bug [3545366]: Win32 link normalization test failures check-in: 1a73a32709 user: jan.nijtmans tags: trunk
11:01
merge-mark check-in: a13915c2bf user: jan.nijtmans tags: trunk
10:54
[Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 connections. Fix conversion of host a... check-in: a1fbf5e763 user: max tags: bug-3545363
2012-07-18
11:17
better formatting of "configure --help" check-in: 816b439a2b user: jan.nijtmans tags: trunk
08:42
same fore Makefile.in Closed-Leaf check-in: bdd9c308d6 user: jan.nijtmans tags: frq-3544967
06:36
FRQ-3544967: Missing objectfiles in static lib check-in: 8dd36b5426 user: jan.nijtmans tags: frq-3544967
2012-07-17
13:08
should be uppercase check-in: f0f8f50874 user: jan.nijtmans tags: trunk
12:59
[Bug 3544932]: Visual studio compiler check fails check-in: 85aee0da88 user: jan.nijtmans tags: trunk
09:03
[Bug 3544943]: Version mismatch in rules.vc check-in: 55be072fff user: jan.nijtmans tags: trunk
2012-07-16
22:28
Fix mostly-harmless minor buffer overrun. check-in: 68e44b50d1 user: dkf tags: trunk
20:31
[Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj() Closed-Leaf check-in: b4ec99a4a5 user: jan.nijtmans tags: bug-3496014
11:24
merge trunk check-in: 777950336d user: jan.nijtmans tags: tip-402
08:36
make dde 1.4 loadlable when ::tcl::pkgconfig is available check-in: 5dd4322c78 user: jan.nijtmans tags: frq-3527238
08:33
merge trunk check-in: 23a2b25ef0 user: jan.nijtmans tags: frq-3527238
08:09
Make registry 1.3 package dynamically loadable when ::tcl::pkgconfig is available check-in: a65bf226ec user: jan.nijtmans tags: trunk
2012-07-12
10:54
Update TclOO package to 0.7, correct copyright dates. check-in: b656b5a3a7 user: dkf tags: core-8-6-b3-rc
08:09
dde version: 1.4.0b1 check-in: 1908ecf966 user: jan.nijtmans tags: trunk
2012-07-11
20:18
versions of dde and registry packages in "changes" file not correct check-in: 15595c4dc0 user: jan.nijtmans tags: trunk
19:30
[Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts example better in order ... check-in: 09c2514752 user: jan.nijtmans tags: trunk
17:09
Release candidate branch for Tcl 8.6b3. check-in: b2b7bb2325 user: dgp tags: core-8-6-b3-rc
15:54
Update changes for 8.6b3. check-in: b442199a53 user: dgp tags: trunk
10:56
merge trunk check-in: d1d825927b user: dkf tags: dkf-http-cookies
10:52
Start of implementation of cookiejar package. Not yet working/finished. check-in: a8d3af91a7 user: dkf tags: dkf-http-cookies
2012-07-10
20:27
merge 8.5 check-in: c7c6dfcb5b user: dgp tags: trunk
2012-07-08
11:32
merge trunk check-in: 4d5a76f620 user: dkf tags: dkf-http-cookies
11:22
merge trunk check-in: bc6d15f63b user: dkf tags: dkf-http-cookies
11:15
Make the parsing work with Google. check-in: 45709d29ff user: dkf tags: dkf-http-cookies
10:57
merge trunk check-in: 1dc9aeaa83 user: jan.nijtmans tags: frq-3527238
10:55
Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209] check-in: 1b9de38627 user: max tags: trunk
10:34
MSVC 6.0 does not have the %I modifier check-in: 206a39d2c4 user: jan.nijtmans tags: trunk
2012-07-07
12:34
Starting work on support code for cookies. This adds a configurable interface for plugging in a cook... check-in: 5dbc65f824 user: dkf tags: dkf-http-cookies
2012-07-05
13:56
1189293 Make "<<" binary safe. check-in: abc8fa71fe user: dgp tags: trunk
08:17
protect Tcl_GetIndexFromObjStruct from empty strings in table check-in: 9d3c7c6bdb user: jan.nijtmans tags: trunk
2012-07-04
13:41
only use public API in loaded packages; oops\! check-in: 1cbabb74c0 user: dkf tags: trunk
07:09
merge trunk check-in: d35459107e user: dkf tags: tip-400-impl
00:07
missed a spot check-in: 28f296708d user: dkf tags: trunk
2012-07-03
19:02
Feature branch to explore making use of the Hoehrmann UTF-8 decoder. http://bjoern.hoehrmann.de/utf-... Closed-Leaf check-in: 8e353afbe6 user: dgp tags: dgp-hoehrmann-decoder
15:24
merge trunk check-in: cac5eb87de user: dgp tags: dgp-refactor
14:52
Factor out a number of common patterns of use of Tcl_DStringAppend. check-in: 4dd736c95f user: dkf tags: trunk
2012-07-02
15:11
NRInterpCoroutine -> TclNRInterpCoroutine make NRCommand static make TalInstructionTable static cons... check-in: 676ca7df46 user: jan.nijtmans tags: trunk
08:57
merge-mark check-in: a9f3496920 user: jan.nijtmans tags: trunk
08:40
[Bug 3536888] update: Translate script parameters for msgcat check-in: b3e93a43b7 user: jan.nijtmans tags: trunk
2012-07-01
19:51
merge trunk check-in: 734e9dff15 user: jan.nijtmans tags: frq-3527238
19:44
add TclUnixCopyFile to stub table for Cygwin check-in: afb4e7c90a user: jan.nijtmans tags: trunk
2012-06-29
11:40
Add tn, ro_MO and ru_MO to msgcat check-in: 435c723835 user: jan.nijtmans tags: trunk
09:30
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 Bump msgcat version to 1.4.5 check-in: a9b59c28e4 user: jan.nijtmans tags: trunk
08:49
Reinforced the description of the requirement for the tables of names for Tcl_GetIndexFromObj to ind... check-in: c58e511ee3 user: dkf tags: trunk
2012-06-28
21:30
only expect tcldde.dll when --enable-shared check-in: 808ed98ff1 user: jan.nijtmans tags: trunk
21:05
Simplify tclFileSystem.h. Define structs where used. check-in: b59a169885 user: dgp tags: trunk
2012-06-27
18:53
merge check-in: 21f0d00d5c user: jan.nijtmans tags: trunk
15:12
Experimental support for UNC paths (through VFS) on UNIX/Mac check-in: c91c7cef8f user: jan.nijtmans tags: tip-402
14:41
don't print out copying of zlib1.dll check-in: 8f812cd4e5 user: jan.nijtmans tags: trunk
2012-06-26
19:49
merge-mark check-in: c12944a459 user: jan.nijtmans tags: trunk
19:44
fix some gcc 64-bit warnings quoting improvements eliminate unused variable check-in: 5ce6ec5402 user: jan.nijtmans tags: trunk
14:31
use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path check-in: 0bde6cbf35 user: jan.nijtmans tags: trunk
09:41
Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependencies on cygwin-specific ... check-in: 00e39c13a5 user: jan.nijtmans tags: trunk
08:05
Use EAI_SYSTEM only if it exists. check-in: 3a19fabce0 user: max tags: trunk
2012-06-25
16:42
3024359 Make sure that the per-thread cache of the list of file systems currently registered is only... check-in: a340fc1f8f user: dgp tags: trunk
13:05
minor: changelog formatting check-in: 6a08a1397b user: dkf tags: trunk
12:57
[Bug 3537605]: Make [encoding dirs ? ?] report the right error message. check-in: 0d03fa5c04 user: dkf tags: trunk
09:23
merge trunk check-in: 9460101cd7 user: dkf tags: tip-400-impl
08:08
[Patch #1536227]: Cygwin network pathname support check-in: a9f36601c5 user: jan.nijtmans tags: trunk
2012-06-24
15:15
add configurability of readahead limit check-in: 7482d21f6a user: dkf tags: tip-400-impl
06:07
some wrong versions check-in: 3d36fc27c1 user: jan.nijtmans tags: trunk
2012-06-23
07:27
[Bug 3508771]: Cygwin notifier for handling win32 events check-in: eb701a2be1 user: jan.nijtmans tags: trunk
2012-06-22
18:50
FilesystemRecord structs no longer need refcounting check-in: 1377d27f90 user: dgp tags: trunk
16:50
Revise the order of memory free, so that bugs that attempt to access freed memory are more likely to... check-in: 14796ee27f user: dgp tags: trunk
15:25
Rework the error message generation of [socket], so that the error code of getaddrinfo is used inste... check-in: 31ae01e6f6 user: max tags: trunk
10:51
Restored the possibility to define a panicproc as low memory handler See: #1446864 check-in: f3c68559aa user: jan.nijtmans tags: trunk
08:17
merge trunk check-in: 5e66fb3083 user: dkf tags: tip-400-impl
07:52
Documenting the stream command options better. check-in: 8441bebe57 user: dkf tags: tip-400-impl
07:51
Start to split apart the stream command implementation for easier maintenance. check-in: 60118984c2 user: dkf tags: tip-400-impl
2012-06-21
21:36
merge trunk check-in: 7c4c6a5dfc user: dgp tags: dgp-pkg-migration
18:03
Stop storing FilesystemRecord in the intrep of a "path". We never use it. Store the Tcl_Filesystem i... check-in: 617b36da35 user: dgp tags: trunk
11:31
[Bug 3362446]: possible allocation error when using UNICODE check-in: 8600fa53be user: jan.nijtmans tags: trunk
10:56
[Bug 3362446]: possible allocation error when using UNICODE check-in: 80fb35055e user: jan.nijtmans tags: trunk
09:48
[Bug #3362446]: registry keys command fails with 8.5/8.6 check-in: 0aac52c609 user: jan.nijtmans tags: trunk
2012-06-20
20:02
Remove dead code that complicates fs path values but adds no value. check-in: dd88cbe53a user: dgp tags: trunk
2012-06-19
15:00
Plug memory leak, part of [Bug #3362446]. Dde version should be 1.3.0, not 1.3 check-in: 1c7cfda54c user: jan.nijtmans tags: trunk
11:58
make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446) check-in: 2bdd7f3c3c user: jan.nijtmans tags: trunk
2012-06-16
17:20
merge trunk check-in: 2b00cddb34 user: dkf tags: tip-400-impl
2012-06-15
09:39
alternative fix for [a7e00a0e02] breakage: just make sure that the variable $tmpspace is always set check-in: 1581f9beac user: jan.nijtmans tags: trunk
09:02
upgrade to 1.2.7 build of dll check-in: 0799b50a05 user: jan.nijtmans tags: trunk
2012-06-14
13:56
fix fCmd-6.19 on win32, which was broken by [a7e00a0e02] check-in: 8992b49011 user: jan.nijtmans tags: trunk
07:37
more readable check-in: 29049e28d2 user: jan.nijtmans tags: trunk
2012-06-13
12:42
merge trunk update dde doc check-in: fd51a2cd3c user: jan.nijtmans tags: frq-3527238
2012-06-12
12:36
add test that triggered reporting of [Bug 3530230] check-in: 41bb6c4e84 user: dkf tags: trunk
2012-06-11
17:49
3532959 Make sure the lifetime management of entries in the linePBodyPtr hash table can tolerate eit... check-in: bfddfa54a6 user: dgp tags: trunk
09:34
new attempt, with only those parts of frq-3527238 which don't introduce new command options, so don'... check-in: 28ef7b1b66 user: jan.nijtmans tags: frq-3527238
00:07
verify zlib package presence and version check-in: f610c56714 user: dkf tags: tip-400-impl
2012-06-09
23:18
merge trunk check-in: 22783de97e user: dkf tags: tip-400-impl
23:15
more cross-testing of dictionary-powered compression; describe package configuration check-in: 0b4976f30a user: dkf tags: tip-400-impl
17:52
tidy up, fix test check-in: 8de6530ffc user: dkf tags: tip-400-impl
2012-06-08
13:25
3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that old unix systems that ne... check-in: a790f23b77 user: dgp tags: trunk
08:07
Revise the "null data" check: null strings are possible, but empty binary arrays are not check-in: 146dc6a0b5 user: jan.nijtmans tags: trunk
2012-06-07
07:12
compressing transforms now work with dictionaries, even if raw check-in: e231a12fa0 user: dkf tags: tip-400-impl
2012-06-06
14:49
merge trunk check-in: b109af9eb4 user: dkf tags: tip-400-impl
14:48
Declare that Tcl provides the zlib 2.0 package. check-in: bb6a97ac20 user: dkf tags: trunk
13:07
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables check-in: f980e7a9d2 user: jan.nijtmans tags: trunk
10:34
making the -dictionary option work with streams check-in: 66c85777b9 user: dkf tags: tip-400-impl
09:30
more tests, more failures, more docs check-in: f8985a5c76 user: dkf tags: tip-400-impl
2012-06-05
16:50
more test tinkering check-in: 742f9aa251 user: dkf tags: tip-400-impl
16:36
fix broken tests check-in: 880937da6f user: dkf tags: tip-400-impl
16:25
better test that dictionaries work check-in: de20ce73f0 user: dkf tags: tip-400-impl
16:05
merge trunk check-in: e73acb9905 user: dkf tags: tip-400-impl
15:59
Remove unused variable NULL_CONTEXT. check-in: 56ee0e2274 user: dgp tags: trunk
15:41
Remove unused variable mantDIGIT. check-in: 8444ad9f87 user: dgp tags: trunk
13:06
3530533 Add comments to failing tests. check-in: f2f7e65354 user: dgp tags: trunk
2012-06-01
22:01
[Bug 3530536]: zlib-7.4 fails on IRIX64 check-in: 4427cf5dcc user: jan.nijtmans tags: trunk
21:34
two more testcases, showing that only the "deflate" and "inflate" streams don't update the checksum,... Closed-Leaf check-in: 2cd9b5a6b6 user: jan.nijtmans tags: bug-3530536
21:09
bug-3530536 check-in: b7606a8e7c user: jan.nijtmans tags: bug-3530536
19:34
3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict check-in: a7e00a0e02 user: dgp tags: trunk
2012-05-31
14:52
[Bug 3531089] Added test to stop this from happening again check-in: e35f4db709 user: dkf tags: trunk
14:20
fix subtle problem with safe [file] that caused Tk test failure check-in: 0eb7c39906 user: dkf tags: trunk
10:09
[Bug 1997845]: Corrected formatting so that generated HTML can link properly. check-in: cb03557b65 user: dkf tags: trunk
09:04
Prevented intermittent test failure due to race condition. check-in: aef2fad906 user: dkf tags: trunk
08:31
merge trunk check-in: 12d3e9c223 user: dkf tags: tip-400-impl
2012-05-30
14:41
minor: make TIP 106 commit easier to spot in ChangeLog check-in: c73d8858d2 user: dkf tags: trunk
04:59
experiment fixing bug 3530536 Closed-Leaf check-in: fd248ceb70 user: jan.nijtmans tags: bug-3530536
2012-05-29
11:09
merge trunk Note: this breaks winDde-9.4 test, which still needs to be fixed! Closed-Leaf check-in: 623ce25e16 user: jan.nijtmans tags: frq-3527238
09:52
minor: rewrap overlong lines check-in: 4c808f2ab4 user: dkf tags: trunk
09:48
[Bug 2931407]: Clarified semantics of division and remainder operators. check-in: 719987889f user: dkf tags: trunk
07:57
[Bug 3525762]: Encoding handling in dde check-in: 9cc84a6ebc user: jan.nijtmans tags: trunk
2012-05-28
19:30
explicitely specify encoding in DdeCreateStringHandle Closed-Leaf check-in: 262b595d2b user: jan.nijtmans tags: bug-3525762
13:17
[Bug 3529949]: Defang 'file dirname ~' etc in safe interps check-in: 88208bfbd4 user: dkf tags: trunk
08:39
fix for bug bug-3525762 check-in: 225184bfe2 user: jan.nijtmans tags: bug-3525762
2012-05-26
13:04
Track the remnants of [Bug 2913625] as knownBug tests. :-( check-in: 32f830e2a6 user: dkf tags: trunk
2012-05-25
14:52
[Bug 3528418]: Document what is going on with respect to qualification of command prefixes in ensemb... check-in: 95e215a97e user: dkf tags: trunk
08:50
Factor out constant that must be the same in multiple places. Prompted by a conversation with Alexan... check-in: 68547a2755 user: dkf tags: trunk
08:29
merge trunk check-in: 58ac4eadab user: jan.nijtmans tags: frq-3527238
08:19
[Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as well as XTYP_REQUEST. ... check-in: e50aa91fc7 user: jan.nijtmans tags: trunk
06:42
fix genStubs.tcl for OSX check-in: 0a86fa399d user: jan.nijtmans tags: trunk
2012-05-24
19:52
Take cygwin handling of X11 into account Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix check-in: 8b1aa1dc5e user: jan.nijtmans tags: trunk
10:54
Revert most of [3caedf05df], since when we let cygwin share the win32 stub table this is no longer n... check-in: 3873dc6035 user: jan.nijtmans tags: trunk
10:05
merge trunk check-in: baf67cf0df user: dkf tags: tip-400-impl
09:54
minor: Cleaning up code, adding comments. check-in: f44eb823c8 user: dkf tags: trunk
08:02
add "--" argument to various commands, and some bug fixes check-in: ec27660cbb user: jan.nijtmans tags: frq-3527238
2012-05-23
14:15
add -binary option to "dde eval" check-in: 3f917a93ea user: jan.nijtmans tags: frq-3527238
13:13
* generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that decompressed input is flushed t... check-in: 0252132d3a user: dkf tags: trunk
12:00
fix [bug 3529063]: 2 minor bugs in TIP #106 implementation check-in: 1b2cd6ca9a user: jan.nijtmans tags: trunk
09:19
added -binary option for "dde servername" check-in: b087d03c2b user: jan.nijtmans tags: frq-3527238
2012-05-22
20:28
Use zero-delays instead of finite ones when posting fileevents, because (1) they should be zero in t... Closed-Leaf check-in: 8971a30409 user: ferrieux tags: bug-3525907
16:05
3528601 Fix broken --disable-threads build. check-in: a7a2d55df6 user: dgp tags: trunk
15:11
Avoid calling close() on a bogus fd when an attempt to open a client socket with an unsupported addr... check-in: 95bbb434f9 user: dgp tags: trunk
12:32
Increase the timer resolution of test io-29.33b so the timing sensitivity of the test is reduced and... check-in: 3d15cab626 user: dgp tags: trunk
09:15
better unicode detection: Unicode always ends with two zero-bytes check-in: a80aa8d5d3 user: jan.nijtmans tags: frq-3527238
2012-05-21
17:08
Use [package prefer latest] to force valgrinding to use a version of Thread suitable for the whole t... check-in: fe1400c626 user: dgp tags: trunk
16:56
When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, care must be taken ... check-in: a13bf543cf user: dgp tags: trunk
16:49
Update requirements to avoid old buggy Thread releases. check-in: 57970151cd user: dgp tags: trunk
14:08
merge trunk check-in: af0d651ee7 user: dgp tags: dgp-pkg-migration
12:12
update doc check-in: 6081ecfbdf user: jan.nijtmans tags: frq-3527238
11:58
merge trunk check-in: 9130382a5a user: jan.nijtmans tags: frq-3527238
11:31
TIP #106: Add Encoding Abilities to the [dde] Command check-in: caff0b1e87 user: jan.nijtmans tags: trunk
2012-05-20
20:46
Add test showing both loss of bytes and empty-fileevent frenzy. check-in: 1897b2023d user: ferrieux tags: bug-3525907
07:58
* generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut the amount of hackiness in cl...
check-in: 5855f07bc4 user: dkf tags: trunk
2012-05-18
00:01
typofix check-in: 79f43c880f user: dkf tags: tip-400-impl
2012-05-17
21:47
Brought bugfix branch uptodate with head development. check-in: c003b262df user: andreask tags: bug-3525907
21:45
Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of timed events, and added co... check-in: 5ffc93920d user: andreask tags: bug-3525907
17:26
merge trunk check-in: 22b8f68842 user: dkf tags: tip-400-impl
17:20
Cancel the timeout timers! If this isn't done, lingering timers from early tests can trigger false... check-in: ba6087ec84 user: dgp tags: trunk
16:43
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar...
check-in: 0fb04d2cdf user: dkf tags: trunk, potential incompatibility
15:01
[Bug 3527618]: Stabilize tests that use [info frame 0] check-in: 7b16456f75 user: dkf tags: trunk
14:44
[Bug 2964715]: fixes to globbing in safe interpreters check-in: fe7ec23cbd user: dkf tags: trunk
10:27
minor: ChangeLog formatting fixes check-in: ea85222359 user: dkf tags: trunk
2012-05-16
23:23
[Bug 3525462]: Document what relational operators really do with string args. check-in: b16c8afdda user: dkf tags: trunk
14:11
[Bug 3445787]: Improve the compatibility of safe interpreters' version of 'file' with that of unsafe... check-in: 35240baf0f user: dkf tags: trunk
09:29
FRQ 3527238: first experiment implementing CF_UNICODETEXT for dde check-in: ba88b2a19d user: jan.nijtmans tags: frq-3527238
2012-05-15
05:18
revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 0b3f9702e0 user: jan.nijtmans tags: trunk
2012-05-13
14:53
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: 7e5a842ffb user: jan.nijtmans tags: trunk
11:04
merge trunk check-in: b939500e30 user: dkf tags: tip-400-impl
2012-05-11
12:50
fix handling of closing '\0' for -binary data update dde version to 1.4.0 Closed-Leaf check-in: 5199131175 user: jan.nijtmans tags: tip-106-impl
2012-05-10
22:01
merge trunk check-in: 965fe4924b user: jan.nijtmans tags: tip-106-impl
21:57
first shot at internationalization of dde check-in: d36a06647e user: jan.nijtmans tags: trunk
21:48
[Bug 473946]: special characters not correctly sent check-in: 1aee402b1b user: jan.nijtmans tags: trunk
21:43
[Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ./configure, to avoid s... check-in: de38d43a1e user: ferrieux tags: trunk
09:22
updated C API to be more focused on supporting just some operations check-in: edb281b2f7 user: dkf tags: tip-400-impl
2012-05-09
22:28
Undone part of change [32d93a8414], keeping [chan postevent] synchronous for owner == handler. check-in: 360eb75e01 user: andreask tags: trunk
19:09
* generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the test case. Modified [chan post... check-in: 32d93a8414 user: andreask tags: trunk
19:03
* tests/ioCmd.test [Bug 3522560]: Added a test which crashes the core if it were not disabled as ... check-in: 92b2807753 user: andreask tags: trunk
2012-05-08
15:23
merge trunk check-in: abf7628aac user: dgp tags: dgp-refactor
09:26
another bug: [dde eval -async -binary] didn't work check-in: 1a74749c0d user: jan.nijtmans tags: tip-106-impl
09:07
fix test-cases winDde 5.1 and 5.3 check-in: e200c4594c user: jan.nijtmans tags: tip-106-impl
2012-05-07
18:40
merge trunk check-in: 3653a449db user: dgp tags: dgp-pkg-migration
16:36
Properly close nonblocking channels even when not flushing them. check-in: a219ffee40 user: ferrieux tags: trunk
09:29
merge trunk check-in: ac9bcc3eb6 user: dkf tags: tip-400-impl
08:27
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: 93f80efb6e user: jan.nijtmans tags: trunk
2012-05-06
17:33
merge trunk check-in: 4126f879b2 user: dkf tags: tip-106-impl
2012-05-05
14:29
start writing some documentation check-in: 309ef52010 user: dkf tags: tip-400-impl
2012-05-04
21:18
Add ability to get gzip header out of streaming zlib access check-in: a4f46e56cc user: dkf tags: tip-400-impl
21:11
some more removals from zlib1.2.7 check-in: 0b062cab34 user: jan.nijtmans tags: trunk
21:09
files removed from zlib-1.2.7 check-in: 054979d3c1 user: jan.nijtmans tags: trunk
10:53
merge trunk check-in: e9adf356e2 user: dkf tags: tip-400-impl
2012-05-03
21:14
don't try to run the cpuid test when cpuid is not available check-in: cbc4a3686d user: jan.nijtmans tags: trunk
20:41
zlib-1.2.7 check-in: eb14b7478a user: jan.nijtmans tags: trunk
20:22
3428754 Test socket-14.2 tolerate [socket -async] connection that connects synchronously. check-in: 08c5c40d93 user: dgp tags: trunk
18:28
3428753 Fix [socket -async] connections that manage to connect synchronously. check-in: 0b459f0184 user: dgp tags: trunk
13:10
Move cpuid testcase from win-specific to generic tests check-in: 123ede1877 user: jan.nijtmans tags: trunk
09:29
add some tests check-in: cb81e23411 user: dkf tags: tip-106-impl
09:09
move some more CYGWIN stuff to unix/tclUnixPort.h check-in: a973c8d07a user: jan.nijtmans tags: trunk
2012-05-02
21:55
Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 269feeeb77 user: jan.nijtmans tags: trunk
21:40
Disable offending test iocmd.tf-24.16, pending fix in refchan code explored in branch bug-3522560. check-in: fa80e0adcf user: ferrieux tags: trunk
21:15
Explicitly declare a channel nonblocking before throwing EAGAIN on write. Leaf check-in: cf299e00cf user: ferrieux tags: bug-3522560
14:37
cpuid-on-unix Closed-Leaf check-in: ffb2de10b7 user: jan.nijtmans tags: cpuid-on-unix
14:14
switch off 32-bit assembler check-in: 39f5e59933 user: jan.nijtmans tags: trunk
10:11
Update of Patch 2445648 to trunk tip. Implementation of TIP 106: Add Encoding Abilities to the [dde]... check-in: 73a6b9d590 user: dkf tags: tip-106-impl
06:50
TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: cf269b5da3 user: jan.nijtmans tags: trunk
2012-05-01
12:21
merge trunk Leaf check-in: 18b67ecc84 user: dgp tags: tip-401
08:29
first actual test of doing something with a compression dictionary check-in: 7990b4b092 user: dkf tags: tip-400-impl
04:51
merge trunk check-in: f0310da009 user: dkf tags: tip-400-impl
2012-04-30
21:53
Tame deadlocks in broken refchan tests [Bug 3522560] check-in: 29535daab1 user: ferrieux tags: trunk
21:31
Fix a nesting bug in the message-passing protocol to Tcl_SetChannelError in one case. check-in: a13a83a7c2 user: ferrieux tags: bug-3522560
21:15
Explore enforcing the (implied) law that EAGAIN is forbidden for a blocking channel. Violation disco... check-in: 89f82f5eaf user: ferrieux tags: bug-3522560
20:21
Initial TIP 401 patch check-in: e3a37c3439 user: dgp tags: tip-401
12:55
Revert introduction of non-portable asm snippet in function TclWinCPUID, to restore compilability on... check-in: 2e93a2feb3 user: ferrieux tags: trunk
09:15
Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag. check-in: 08f40b8f8e user: ferrieux tags: trunk
2012-04-29
07:23
merge trunk check-in: 8610da4944 user: dkf tags: tip-400-impl
07:18
Differentiate what options may be set by format type. check-in: bf9b0551c5 user: dkf tags: tip-400-impl
2012-04-28
17:09
IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels check-in: efc6bbd2cb user: ferrieux tags: trunk, potential incompatibility
17:03
Compat flag, test, and doc update. Closed-Leaf check-in: 96fb0e1328 user: ferrieux tags: tip-398-impl
2012-04-27
14:37
Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs check-in: add6ea1397 user: jan.nijtmans tags: trunk
08:51
Make 'auto_execok START' do the Right Thing check-in: b8ffe55b40 user: dkf tags: trunk
2012-04-26
19:59
get rid of _ANSI_ARGS_ and CONST check-in: ce95e51ad2 user: jan.nijtmans tags: trunk
15:00
compiler warning check-in: fe6ff3b983 user: jan.nijtmans tags: trunk
13:52
merge trunk check-in: b440e1e4c3 user: dkf tags: tip-400-impl
13:21
Repair more build breakage. check-in: 0589ebf465 user: dgp tags: trunk
13:00
fix Linux build ;-( check-in: e25c56f934 user: jan.nijtmans tags: trunk
10:45
fix OSX crash check-in: 8b54a29ab2 user: jan.nijtmans tags: trunk
2012-04-25
21:03
Implement Tcl_DStringResult with call to TclDStringToObj. check-in: e5a8be5394 user: dgp tags: dgp-remove-string-result
21:02
merge trunk check-in: e9150d1e4c user: dgp tags: dgp-remove-string-result
12:07
* generic/tclUtil.c (TclDStringToObj): Added internal function to make the fairly-common operation...
check-in: 2e12143e39 user: dkf tags: trunk
2012-04-24
21:50
fix merge error check-in: ca02a64d68 user: jan.nijtmans tags: trunk
21:29
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: 3caedf05df user: jan.nijtmans tags: trunk
08:55
merge trunk check-in: 3a8c412e3e user: ferrieux tags: tip-398-impl
2012-04-23
17:02
grammar fix (reported on Tcler's Chat) check-in: 1c1b151e93 user: dkf tags: trunk
14:13
autoconf check-in: 4aac12631b user: dgp tags: trunk
13:49
make some more internal tables const check-in: 8f88d10716 user: jan.nijtmans tags: trunk
08:20
fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' differs in parameter lists... check-in: fa22672ea8 user: jan.nijtmans tags: trunk
2012-04-22
20:51
merge trunk check-in: 0d20ee5cfe user: jan.nijtmans tags: tip-389-impl
2012-04-21
09:09
merge trunk check-in: bcbac1a341 user: dkf tags: dkf-utf16-branch
09:09
merge trunk check-in: 7c323936dd user: dkf tags: dkf-notifier-poll
09:07
merge trunk check-in: ed65c88c82 user: dkf tags: dkf-documentation-figures
09:05
merge trunk check-in: 3b60e56ca4 user: dkf tags: dkf-bytecode-8.6-main
09:05
merge trunk check-in: 5854464b46 user: dkf tags: dkf-alias-encoding
2012-04-20
10:22
another bit of fconfigure guts check-in: 3703d50e0a user: dkf tags: tip-400-impl
09:45
merge trunk check-in: b857802eb5 user: dkf tags: tip-400-impl
2012-04-19
12:57
To preserve the ability of [load] to bring in mistmatched stubs-enabled modules and react with an er... check-in: 2c78fcc24c user: dgp tags: dgp-remove-string-result
12:41
Clean version of changes; ifdef-free check-in: a9865171d6 user: dkf tags: dgp-remove-string-result
12:20
merge trunk check-in: 13b3347e1d user: dkf tags: dgp-remove-string-result
10:28
Added example to platform(n) manpage check-in: 77ebc079e2 user: dkf tags: trunk
2012-04-18
22:12
make some more internal tables const a few CONST -> const changes check-in: b45a9ed9e6 user: jan.nijtmans tags: trunk
18:42
Experimental branch where the interp->result field and related are removed and all simplifications t... check-in: 4d5b476573 user: dgp tags: dgp-remove-string-result
12:47
Apply tzdata2012c check-in: 4f48685207 user: kbk tags: trunk
2012-04-17
17:10
merge trunk check-in: 3d9e04ba5f user: dkf tags: tip-400-impl
15:55
merge trunk check-in: 55516a61c0 user: dgp tags: dgp-refactor
13:49
Restore the tcl_platform(threaded) variable. check-in: 5d93f81982 user: dgp tags: trunk
07:46
merge trunk check-in: a35c196e10 user: dkf tags: tip-400-impl
07:42
Working towards the channel transform config options. check-in: dec545b884 user: dkf tags: tip-400-impl
2012-04-16
06:15
* doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys...
check-in: 0f636792c9 user: dkf tags: trunk
2012-04-15
21:05
Refactor some [zlib] subcommands into their own functions check-in: e1ad1c7bd0 user: dkf tags: tip-400-impl
17:36
minor comment formatting check-in: 3b169161c4 user: dkf tags: trunk
14:07
Remove some low-value C stack frames. check-in: daf94de0ca user: dkf tags: trunk
10:12
merge trunk check-in: bd9cd15006 user: dkf tags: tip-400-impl
10:07
* generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make flushing work correctly in a pus...
check-in: d04f1fc81a user: dkf tags: trunk
2012-04-14
06:45
merge trunk check-in: f054d4db25 user: dkf tags: tip-400-impl
2012-04-13
22:29
sync win/rules.vc with Tk version check-in: ead472afb0 user: jan.nijtmans tags: trunk
2012-04-12
21:17
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName check-in: f45623c63d user: jan.nijtmans tags: trunk
2012-04-11
20:36
fix windows build broken by [92cfbef048] (Refactor Win socket and load code to be less baroque in it... check-in: c8d80a632a user: jan.nijtmans tags: trunk
20:34
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: 8032e7f92e user: jan.nijtmans tags: trunk
07:16
towards dictionary setting on transforms check-in: 584e69e4d2 user: dkf tags: tip-400-impl
2012-04-10
21:28
Ensure all documented functions are listed in index line. check-in: ea709bd746 user: dkf tags: trunk
09:30
corrected changelog entry check-in: 2f3e260bc8 user: dkf tags: trunk
09:29
very slight tidy up to make build messages more regular check-in: ec02f76b8b user: dkf tags: trunk
09:17
* generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to mark parts of Tcl's API as d...
check-in: 5b94c3788a user: dkf tags: trunk
08:13
merge trunk check-in: a8711ad508 user: dkf tags: tip-400-impl
07:29
Argument parsing update check-in: a853fd68ae user: dkf tags: tip-400-impl
2012-04-09
21:38
Fix [Bug 3396896] check-in: 8c8cfe9c98 user: dkf tags: trunk
17:04
Fix [Bug 2712377]: [info vars] and object declared variables check-in: 0b5e337729 user: dkf tags: trunk
2012-04-08
17:16
Another few bits of zlib stream core hacking check-in: c59fa7ccf4 user: dkf tags: tip-400-impl
2012-04-07
17:41
Another bit more check-in: 06de3274f0 user: dkf tags: tip-400-impl
2012-04-06
23:44
merged check-in: 57ffafa704 user: jan.nijtmans tags: trunk
23:42
cygwin should use SetEnvironmentVariable for windows env Closed-Leaf check-in: b154f7f607 user: jan.nijtmans tags: cygwin-environment-changes
2012-04-05
16:29
merge trunk check-in: f24817c9e5 user: dkf tags: tip-400-impl
09:34
Reduce amount of unreachable code. Refactor Win socket and load code to be less baroque in its inter... check-in: 92cfbef048 user: dkf tags: trunk
2012-04-04
20:51
Fix [Bug 3514761] and related ensemble/construction problems. check-in: 9569a8471a user: dkf tags: trunk
20:37
some formatting (*.decls) remove some unused cygwin-related code some minor gcc warnings check-in: 804d7eee7c user: jan.nijtmans tags: trunk
15:07
merge-mark check-in: fdfbefa0b9 user: jan.nijtmans tags: trunk
10:51
Added characterisation of Bug 3514761; currently knownBug... check-in: fdd4e996ad user: dkf tags: trunk
09:54
[Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: 0dfb472cef user: jan.nijtmans tags: trunk
2012-04-03
14:44
Remove the TclpGetTZName implementation for Cygwin (from 2012-04-02 commit) check-in: 64404b14d5 user: jan.nijtmans tags: trunk
10:58
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName Closed-Leaf check-in: 571970a62f user: jan.nijtmans tags: bug-3514475
2012-04-02
17:51
re-generate configure check-in: 6104ed0d3e user: jan.nijtmans tags: trunk
14:13
cygwin should not use ExitProcess check-in: 810dc33bbd user: jan.nijtmans tags: trunk
13:13
Implementation of TIP #396 check-in: 1d6747e53f user: dkf tags: trunk
09:45
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: 9e1a41ed83 user: jan.nijtmans tags: trunk
2012-03-31
15:16
Another step on the road to implementation. check-in: 928447f7d2 user: dkf tags: tip-400-impl
14:06
D'oh! check-in: 9e464ab00d user: dkf tags: tip-400-impl
13:48
Start of implementation of TIP 400: zlib improvements check-in: 359ebdf668 user: dkf tags: tip-400-impl
2012-03-30
12:28
[Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: df5899ee61 user: jan.nijtmans tags: trunk
2012-03-29
09:24
Fix minor typos in ChangeLog messages. check-in: e9858729dc user: dkf tags: trunk
08:38
faster memleak-free implementation of [string is entier] check-in: df23d89ed4 user: jan.nijtmans tags: trunk
2012-03-28
14:28
merge trunk check-in: 2a19fcb152 user: dkf tags: dkf-utf16-branch
14:27
merge trunk check-in: c908855c32 user: dkf tags: dkf-notifier-poll
13:33
merge trunk check-in: 2edb5d44c0 user: dkf tags: dkf-documentation-figures
13:32
merge trunk check-in: 13a02eed88 user: dkf tags: dkf-bytecode-8.6-main
13:32
merge trunk check-in: 10889e2974 user: dkf tags: dkf-alias-encoding
13:30
merge trunk check-in: 78f305269a user: dkf tags: tip-398-impl
2012-03-27
14:26
se lower numbers, preventing integer overflow in tclWinError.c check-in: f38a3c4d81 user: jan.nijtmans tags: trunk
12:36
gcc warning: unused but set variable check-in: 443b5353a6 user: jan.nijtmans tags: trunk
12:26
Implementation of TIP #395 check-in: 7141246313 user: dkf tags: trunk
12:15
[Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: cd7415d81d user: jan.nijtmans tags: trunk
08:21
Implementation of TIP #397 check-in: 037a44105f user: dkf tags: trunk, potential incompatibility
2012-03-26
13:11
Fix uninit variable (thanks to dgp for reporting) check-in: 785a336086 user: dkf tags: trunk
12:51
Implementation of TIP #380 check-in: 3e85aec4f2 user: dkf tags: trunk, potential incompatibility
08:56
3 missing stub macros for cygwin merge problem from Tcl 8.4 (old mac stub table got accidently back) check-in: 460693a27f user: jan.nijtmans tags: trunk
2012-03-25
21:42
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: b503983e6b user: jan.nijtmans tags: trunk
2012-03-23
15:55
wrong date in ChangeLog check-in: ed8d45b515 user: jan.nijtmans tags: trunk
15:53
Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). They were an attempt to... check-in: 70fd0e4074 user: jan.nijtmans tags: trunk
2012-03-22
21:57
merge trunk (fix OSX build error) check-in: c63f1e426a user: jan.nijtmans tags: tip-398-impl
10:01
[bug 3508771] fix OSX build check-in: 73fee7c814 user: jan.nijtmans tags: trunk
08:04
Take two. Don't forget to apply all patches, even when the phone rings in between. check-in: 83c38b0c0d user: ferrieux tags: tip-398-impl
07:33
Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is simply a revert of the ... check-in: f2a0a1891c user: ferrieux tags: tip-398-impl
2012-03-20
11:59
[Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 8f9c16848b user: jan.nijtmans tags: trunk
2012-03-19
17:15
Update to tzdata 2012b check-in: df17301541 user: venkat tags: trunk
16:51
  • Use the values returned by getaddrinfo() for all three arguments to socket() instead of only us...
check-in: 74615f33dc user: max tags: trunk
2012-03-15
21:14
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin check-in: 7ad5febe39 user: jan.nijtmans tags: trunk
2012-03-12
14:48
Start of some support for a macro for figures, which is mainly intended for use with Tk. Prompted by... check-in: 101dd10b7d user: dkf tags: dkf-documentation-figures
12:40
[Bug 3388350] mingw64 compiler warnings check-in: a798d1b44e user: jan.nijtmans tags: trunk
2012-03-11
17:03
A number of small spelling and wording fixes in the docs. check-in: 9539be84d1 user: dkf tags: trunk
2012-03-08
21:12
More small bits of doc mending. check-in: c00ce8ef2e user: dkf tags: trunk
09:55
Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake). check-in: ef1168c4d6 user: dkf tags: trunk
09:01
merge from trunk check-in: 198464a9f4 user: dkf tags: dkf-bytecode-8.6-main
09:00
merge from trunk check-in: dd77c1513d user: dkf tags: dkf-utf16-branch
09:00
merge from trunk check-in: ea86b8ad37 user: dkf tags: dkf-notifier-poll
08:59
merge from trunk check-in: cb4a3bfbb9 user: dkf tags: dkf-alias-encoding
2012-03-07
20:54
Refactor TclScanElement() part of list parsing to take advantage of tables constructed for the task ... check-in: 3b5c5a2957 user: dgp tags: trunk
20:18
DWORD_PTR typedef after <windows.h> check-in: 2c094f46eb user: jan.nijtmans tags: trunk
18:59
Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ... check-in: d4d8d006ea user: andreask tags: trunk
2012-03-06
20:54
Compatibility with older Visual Studio versions check-in: b9d820cfd6 user: jan.nijtmans tags: trunk
2012-03-05
20:44
merge-mark check-in: 6aba59467d user: jan.nijtmans tags: trunk
17:46
merge trunk check-in: 41e5026e0c user: dgp tags: dgp-refactor
2012-03-04
16:52
Compilation of misc info sometimes used in high-performance code. check-in: 2eebfcc371 user: dkf tags: dkf-bytecode-8.6-main
16:39
Patch from the cygwin folks check-in: 09cd534bb6 user: jan.nijtmans tags: trunk
2012-03-02
10:07
Add bug number. check-in: a17072b253 user: dkf tags: trunk
10:05
(Tcl_SetByteArrayObj): Only zero out the memory block if it is not being immediately overwritten. Th... check-in: 281db1ba11 user: dkf tags: trunk
2012-02-29
22:41
oops, that's no utf-8 BOM ;-( check-in: 86923ce939 user: jan.nijtmans tags: trunk
21:56
[Bug 3466099] BOM in Unicode check-in: ad684faec9 user: jan.nijtmans tags: trunk
2012-02-23
21:10
Add tests relating to bug 1115587. The bug itself still exists at this point. check-in: fc453fd101 user: dkf tags: trunk
2012-02-21
10:25
Documentation clarification, as discussed in [Bug 3482614]. check-in: 1d80a41569 user: dkf tags: trunk
2012-02-17
21:18
[Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work in VS10) check-in: 130293d784 user: jan.nijtmans tags: trunk
17:15
Merged core-8-5-branch segfault fix (commits [39f6ebe301] and [a6aa5be5b7]). check-in: 7135bc0716 user: andreask tags: trunk
09:10
merge trunk check-in: f7b605d4cd user: dkf tags: dkf-alias-encoding
09:08
merge trunk check-in: 8454ac74d2 user: dkf tags: dkf-utf16-branch
09:06
merge trunk check-in: 6ef0534927 user: dkf tags: dkf-notifier-poll
2012-02-16
23:11
[Bug 2233954] AIX: compile error check-in: dc007f490b user: jan.nijtmans tags: trunk
13:51
* generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation so that shortening a (not multi... check-in: cad3b32b14 user: dkf tags: trunk
2012-02-15
20:43
* generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation strategy for [lreplace] that ...
check-in: e3106247db user: dkf tags: trunk
12:02
* generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler for [lrange] with constant indices so ...
check-in: 533a2ba7b7 user: dkf tags: trunk
10:01
* generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix crash in compilation of [dict f...
check-in: af39754237 user: dkf tags: trunk
2012-02-11
15:44
Minor: Formatting fixes. check-in: e7b4aca827 user: dkf tags: trunk
12:47
merge mark check-in: 5cfe6cf698 user: dkf tags: trunk
2012-02-10
15:11
Document, by a retroactive bug report, a nasty Notifier issue on 64-bits x86 that affects the 8.4 br... check-in: 38c3b80088 user: ferrieux tags: trunk
2012-02-09
15:28
merge trunk check-in: 2b01c45c26 user: dkf tags: dkf-alias-encoding
15:28
merge trunk check-in: 2ee17eeb36 user: dkf tags: dkf-utf16-branch
15:28
merge trunk check-in: 8db26d2e11 user: dkf tags: dkf-notifier-poll
15:23
Converted the memcpy() calls in append operations to memmove() calls. This adds safety in the case o... check-in: 3bb4751c4e user: dgp tags: trunk
2012-02-08
20:22
merge trunk Closed-Leaf check-in: 66f3affcbc user: jan.nijtmans tags: bug-3466099
2012-02-06
19:12
Honor per-namespace compile suppression in ensemble subcommands. check-in: ecbee70832 user: dgp tags: trunk
18:57
3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). check-in: f59553e6ec user: dgp tags: trunk
17:41
3485022 TclCompileEnsemble() avoid compile when exec traces set. check-in: 64bca4282c user: dgp tags: trunk
17:11
fix for [Bug 3484621], take 3 check-in: 3f2b9932a7 user: mig tags: trunk
16:53
fix for [Bug 3484621], take 2 check-in: 2525262824 user: mig tags: trunk
16:46
Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bump the interp's compile ... check-in: b5b93de310 user: mig tags: trunk
2012-02-04
17:49
merge trunk check-in: 1051c7ac93 user: dkf tags: dkf-alias-encoding
17:48
merge trunk check-in: 6062d13e22 user: dkf tags: dkf-utf16-branch
17:48
merge trunk check-in: 1ea7dfcf2c user: dkf tags: dkf-notifier-poll
2012-02-03
23:33
[Frq 3483854] zlib-1.2.6 Not to be merged to trunk until the official zlib1.dll is released as well!... Closed-Leaf check-in: aed9557397 user: jan.nijtmans tags: zlib-1.2.6
23:00
mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: df5aea7b41 user: jan.nijtmans tags: trunk
21:25
merge trunk check-in: ffb46b40ba user: jan.nijtmans tags: tip-389-impl
2012-02-02
21:13
[Frq 3464401] Support Unicode 6.1 check-in: b171159506 user: jan.nijtmans tags: trunk
18:01
inverted logic check-in: 4ebc3a8e1e user: dgp tags: trunk
17:35
2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 23cc9bf170 user: dgp tags: trunk
2012-02-01
13:00
[Bug 3482614]: Documentation nit. check-in: 7f49ede254 user: dkf tags: trunk
2012-01-30
23:34
Minor: make comments accurate in [catch] compiler. check-in: b95f569ee3 user: dkf tags: trunk
15:43
* generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient bytecode generator for the ca...
check-in: c7bbf49644 user: dkf tags: trunk
2012-01-27
21:56
3479689 New internal routine TclJoinPath(). Refactor all the *Join*Path* routines to give them more... check-in: 55c8c6c155 user: dgp tags: trunk
18:44
3480599 Make [source] and [load] order of multi-file package happen in sorted order of the file name... check-in: d17bc3040a user: dgp tags: trunk
2012-01-26
23:26
alternative TIP 395 implementation: - more efficient, will not generate bignum - uses "string is int... Closed-Leaf check-in: 9969397e80 user: jan.nijtmans tags: tip-395-with-alt-name
21:58
merge trunk check-in: 702fdde8e2 user: jan.nijtmans tags: tip-389-impl
16:53
3475569 Add checks for unshared values before calls demanding them. 3479689 Stop memory corruption w... check-in: c53d73cbc2 user: dgp tags: trunk
2012-01-25
14:39
* generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When copying an object, make sure that ...
check-in: 2058b8a0d7 user: dkf tags: trunk
2012-01-23
22:19
merge trunk check-in: 9eab8924a0 user: jan.nijtmans tags: tip-389-impl
21:21
Simplify the logic of setting the TCL_REG_NOTBOL flag. check-in: e454de076f user: dgp tags: trunk
17:51
merge mark check-in: ec2592bc98 user: dgp tags: trunk
15:35
merge trunk check-in: 3d4874b922 user: dgp tags: dgp-pkg-migration
09:38
merge trunk check-in: 048c3301f8 user: dkf tags: dkf-alias-encoding
09:38
merge trunk check-in: 41d9eb81af user: dkf tags: dkf-utf16-branch
09:38
merge trunk check-in: b350d71428 user: dkf tags: dkf-notifier-poll
2012-01-22
21:50
[Frq 3473670]: Various Unicode-related check-in: d772d08f8a user: jan.nijtmans tags: trunk
13:16
* generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that errors only ever happen when in...
check-in: 22ec97b057 user: dkf tags: trunk
12:19
mark to avoid mistaken commit check-in: 1cf2a06f53 user: dkf tags: dkf-alias-encoding
12:06
merge trunk check-in: e91fb0cde4 user: dkf tags: dkf-alias-encoding
12:06
merge trunk check-in: bf9ad9a5fb user: dkf tags: dkf-utf16-branch
12:05
merge trunk check-in: bc79ca2833 user: dkf tags: dkf-notifier-poll
2012-01-21
08:31
Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h check-in: 473eee5c31 user: jan.nijtmans tags: trunk
08:20
Prevent buffer read overflow. Thanks to "sebres" for the report and fix check-in: 3cb2ac8fbd user: jan.nijtmans tags: trunk
2012-01-17
15:22
* doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on when a dictionary key and t... check-in: 18138fd96f user: dkf tags: trunk
14:34
merge mark check-in: 003418bc2c user: dgp tags: trunk
2012-01-16
13:35
merge trunk check-in: b9329b4911 user: dkf tags: dkf-alias-encoding
13:35
merge trunk check-in: 0d8d161fe8 user: dkf tags: dkf-utf16-branch
13:34
merge trunk check-in: 94e7978a5c user: dkf tags: dkf-notifier-poll
13:32
Ensure that error messages are always set, even in believed-unreachable code. check-in: 4366119ec4 user: dkf tags: trunk
2012-01-13
11:50
* library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket...
check-in: f9a94facca user: dkf tags: trunk
2012-01-12
20:40
[Bug 3472316] Document the destructive semantics of [fconfigure -error] on sockets. check-in: daf88a2bd0 user: ferrieux tags: trunk
13:23
[Bug 3466506]: Document more environment variables. check-in: 6f0fbae68b user: dkf tags: trunk
2012-01-09
20:34
[Bug 3464428] string is graph \u0120 is wrong check-in: e9a619e9dc user: jan.nijtmans tags: trunk
13:50
Revert mistaken commit. check-in: 38a63eef25 user: dgp tags: trunk
2012-01-08
20:49
Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928] check-in: dc71499520 user: kbk tags: trunk
2011-12-31
15:13
merge trunk check-in: d0927e994c user: dkf tags: dkf-alias-encoding
15:12
merge trunk check-in: e0cf8ae638 user: dkf tags: dkf-utf16-branch
15:09
merge trunk check-in: ac9b0e6278 user: dkf tags: dkf-notifier-poll
15:04
merge trunk check-in: d7da5e7e1e user: dkf tags: dkf-alias-encoding
2011-12-30
08:26
Update to Olson's tzdata2011n check-in: fdf178b941 user: venkat tags: trunk
2011-12-28
23:29
first attempt at fixing bug-3466099 check-in: 625e54fc08 user: jan.nijtmans tags: bug-3466099
2011-12-24
00:30
[Bug 3464428] string is graph \u0120 is wrong check-in: 0c1ac83954 user: jan.nijtmans tags: trunk
2011-12-13
17:45
(TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure as an AuxData type. For... check-in: 1afb7a55b3 user: andreask tags: trunk
2011-12-11
09:17
Some Unicode 6.0 chars not in [:print:] class check-in: 95f8aa7255 user: jan.nijtmans tags: trunk
2011-12-07
06:23
[Bug 3444754] string tolower \u01c5 is wrong check-in: 1f5f4a676e user: jan.nijtmans tags: trunk
2011-12-01
09:18
Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. check-in: 41679f73e6 user: dkf tags: trunk
2011-11-30
21:05
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: 8ba57189f9 user: jan.nijtmans tags: trunk
06:15
[Bug 2991415]: tclport.h #include'd before limits.h check-in: 92d210ba25 user: jan.nijtmans tags: trunk
06:08
don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 check-in: 07e9a25b12 user: jan.nijtmans tags: trunk
2011-11-26
16:08
merge trunk check-in: ff15145ebd user: dkf tags: dkf-utf16-branch
16:06
merge trunk check-in: e54193b3cb user: dkf tags: dkf-notifier-poll
16:04
merge trunk check-in: 854afbcec5 user: dkf tags: dkf-alias-encoding
2011-11-25
11:55
* library/history.tcl (history): Simplify the dance of variable management used when chaining to t...
check-in: 8d7fa1c1f0 user: dkf tags: trunk
2011-11-22
13:07
Make some of the logic in TclCompileObj less heavily nested, to improve clarity. check-in: 94f63a92f9 user: dkf tags: trunk
08:30
[Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) check-in: bc67d4f61a user: jan.nijtmans tags: trunk
2011-11-21
18:23
Fix a bug where global precompiled code (A) called from a precompiled procedure causes the core to ... check-in: 51f9d8af10 user: andreask tags: trunk
18:12
Fixed typo in a comment. check-in: 0a6cf58d8f user: andreask tags: trunk
05:51
Revise results of the thread-7.28 through thread-7.31 tests to account for the fact they are cancele... check-in: 0201686f93 user: mistachkin tags: trunk
01:26
Remove unnecessary after calls from the thread tests. Make error message matching more robust for... check-in: 4466e490d8 user: mistachkin tags: trunk
2011-11-18
12:11
Remove all use of thread::release from the thread 7.x tests, replacing it with a script that can eas... check-in: d4b7c74d47 user: mistachkin tags: trunk
04:57
Refactor all the remaining thread-7.x tests that were using [testthread]. Note that this test file ... check-in: 3344b33e21 user: mistachkin tags: trunk
01:01
For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is... check-in: 0b4be2fe68 user: mistachkin tags: trunk
2011-11-11
13:11
merge trunk check-in: 751590f372 user: dkf tags: dkf-utf16-branch
13:11
merge trunk check-in: 8157b4c216 user: dkf tags: dkf-notifier-poll
13:09
win/tclWinConsole.c: Refactor common thread handling patterns. check-in: 042936d44f user: dkf tags: trunk
10:58
Generalize previous fix to all of zlib.test; also, tidy up [chan configure] flags across zlib.test. check-in: 0c68b36e42 user: ferrieux tags: trunk
10:34
Use nonblocking writes in single-threaded IO tests to avoid deadlocks when going beyond OS buffers ... check-in: 242ebc5e92 user: ferrieux tags: trunk
2011-11-09
20:40
More work in progress converting tests from [testthread] to Thread package. check-in: b9f009241b user: dgp tags: trunk
2011-11-08
17:20
missing constraint and too brittle result check-in: ebef023af4 user: dgp tags: trunk
16:44
missing constraints check-in: b1ea4cffbf user: dgp tags: trunk
2011-11-03
14:37
* unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) (TclpGetGrGid): Use the elaborat...
check-in: ed2b08e566 user: dkf tags: trunk
2011-11-01
18:53
Work in progress converting tests from [testthread cancel] to [thread::cancel] check-in: 5587254983 user: dgp tags: trunk
14:39
merge mark check-in: 8fe91a8e59 user: dgp tags: trunk
2011-10-31
17:08
3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. check-in: 0b6c54865b user: dgp tags: trunk
2011-10-27
20:35
Start of work on system for alias encodings, i.e., alternate names for encodings. check-in: 4d643b6bec user: dkf tags: dkf-alias-encoding
20:15
Work In Progress migrating msgcat package to tcl/pkgs/ distribution. Includes inventing configure/ma... check-in: d505b7f4cd user: dgp tags: dgp-pkg-migration
19:37
After manual establish of symlink in second sandbox, commit sync'd change to both images of the link... check-in: 500e62a3e3 user: dgp tags: dgp-pkg-migration
19:35
Remove mistaken commits. check-in: 79fb8b8133 user: dgp tags: dgp-pkg-migration
19:31
Commit from the sandbox with the symlink to restore the consistency. check-in: 39aaba477b user: dgp tags: dgp-pkg-migration
19:27
Testing symlink support check-in: b2b0b83944 user: dgp tags: dgp-pkg-migration
19:13
Attempt to use new symlink support in fossil to begin package migration. check-in: d7de076618 user: dgp tags: dgp-pkg-migration
18:17
merge trunk check-in: a7347bcec3 user: dkf tags: dkf-utf16-branch
18:13
merge trunk check-in: 0af44e08cb user: dkf tags: dkf-notifier-poll
15:49
merge trunk check-in: 66be65105d user: dgp tags: dgp-refactor
2011-10-26
17:45
merge mark check-in: dc19c17742 user: dgp tags: trunk
2011-10-25
04:21
Add a local copy of reference JS demo at same fps. Add an interactive tclsh page for easy timings, i... Leaf check-in: 29517d12f7 user: ferrieux tags: ferrieux-nacl
2011-10-21
09:39
MINOR: Add emacs style info to end of C files. check-in: 845f5f4d8e user: dkf tags: trunk
2011-10-20
15:59
add missing merge mark check-in: a25a66c4d1 user: dgp tags: trunk
15:56
Update changes toward 8.6b3 release. Bump to http 2.8.3. check-in: 4643e7b717 user: dgp tags: trunk
14:39
merge trunk check-in: f92dc9224e user: dkf tags: dkf-utf16-branch
14:39
merge trunk check-in: c04c36b0d0 user: dkf tags: dkf-notifier-poll
14:37
Resolver fix from Stefan Sobernig. * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]:... check-in: 6941a89e57 user: dkf tags: trunk
14:24
ChangeLog entry. Closed-Leaf check-in: 0ce8e2b854 user: dkf tags: bug-3418547
13:50
Tidying up. check-in: dfb85d39bc user: dkf tags: bug-3418547
2011-10-19
20:21
Stop warnings and segfault. check-in: 1e6db28a29 user: dgp tags: bug-3418547
12:10
merge trunk Closed-Leaf check-in: b6b01c5365 user: dgp tags: remove-pathappend-intrep
2011-10-18
22:03
Streamline demo setup; update README to reflect API changes. check-in: 91aea72dbd user: ferrieux tags: ferrieux-nacl
13:08
Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 2b6aaefebf user: max tags: trunk
06:33
Update to new (incompatible, stabilized) ABI. Now requires Chrome 15 or above. check-in: d6b778727b user: ferrieux tags: ferrieux-nacl
2011-10-17
17:38
merge trunk check-in: bde0ffa6e5 user: dgp tags: remove-pathappend-intrep
2011-10-15
16:48
And the failing test file too... check-in: ae57dfb77e user: dkf tags: bug-3418547
15:57
Commit of patch relating to interp resolvers check-in: 5ba2c5ac72 user: dkf tags: bug-3418547
10:28
Update to Olson's tzdata2011l check-in: 95db49a59b user: venkat tags: trunk
2011-10-13
21:10
merge trunk check-in: e7017fcc72 user: dkf tags: dkf-utf16-branch
21:09
merge trunk check-in: 96352b53af user: dkf tags: dkf-notifier-poll
19:18
merge trunk check-in: 610f5b391c user: dgp tags: remove-pathappend-intrep
18:19
Correct botch. check-in: f0486f9bbd user: dgp tags: trunk
18:10
3423059 silence compiler warning check-in: d287fac6bb user: dgp tags: trunk
18:02
3423069 silence compiler warnings. check-in: d6b80e8cf1 user: dgp tags: trunk
08:02
revert test-case change for [Bug 2935503] check-in: fb6eac342d user: jan.nijtmans tags: trunk
2011-10-11
13:39
[Bug 2935503] Incorrect mode field returned by file stat command check-in: c07f32716f user: jan.nijtmans tags: trunk
2011-10-09
14:41
* generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of qualified names, and added ...
check-in: acdee8149c user: dkf tags: trunk
2011-10-07
21:21
Fix env.test, when running under wine 1.3 check-in: 78d77f044f user: jan.nijtmans tags: trunk
14:49
merge trunk check-in: 3dcfeb9b27 user: dkf tags: dkf-utf16-branch
14:48
merge trunk check-in: efd220a1ac user: dkf tags: dkf-notifier-poll
12:16
Merge updates from trunk check-in: 59daece720 user: ferrieux tags: ferrieux-nacl
12:01
Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) check-in: 91a0a93dad user: jan.nijtmans tags: trunk
2011-10-06
21:19
Reintegrate the compilation of [dict with], which is now usually much faster (but only inside contex... check-in: 81996420e6 user: dkf tags: trunk
19:57
Handle empty tail case to stop test failures. check-in: b14befee57 user: dgp tags: remove-pathappend-intrep
19:26
Disabled more large blocks of code not needed in the absence of the TCLPATH_APPEND intrep. check-in: 3ea6aab6df user: dgp tags: remove-pathappend-intrep
19:15
Add the other instructions to the assembler's nous. Closed-Leaf check-in: 5b83ff4cd5 user: dkf tags: dkf-dict-with-compiled
2011-10-05
19:01
Add special handling required for ~foo filesystem paths. check-in: a09a9e64c0 user: dgp tags: remove-pathappend-intrep
18:11
Radical experiment of completely disabling the TCLPATH_APPENDED intrep of the "path" Tcl_ObjType tha... check-in: 15d9677358 user: dgp tags: remove-pathappend-intrep
14:23
Merge to feature branch check-in: 2b23686155 user: jan.nijtmans tags: tip-389-impl
14:21
merge trunk check-in: 055aae0b17 user: dkf tags: dkf-dict-with-compiled
14:19
Added some tests. check-in: 55b7d7fafb user: dkf tags: dkf-dict-with-compiled
14:05
wrong copy/paste in ChangeLog check-in: fed81b9937 user: jan.nijtmans tags: trunk
13:58
Remove tclWinProcs, as it is no longer being used check-in: 3bc90017b9 user: jan.nijtmans tags: trunk
2011-10-04
08:44
merge trunk check-in: 7d5b912b37 user: dkf tags: dkf-dict-with-compiled
05:11
Update to Olson's tzdata2011k check-in: 078177c87f user: venkat tags: trunk
2011-10-03
10:45
Added support for having the dict var itself referenced by LVT index. check-in: 0b8e874e2c user: dkf tags: dkf-dict-with-compiled
07:51
Add assembler support for the new INST that I think has a stable interface. check-in: 13d6ce4ce6 user: dkf tags: dkf-dict-with-compiled
2011-10-02
16:29
Experimental compilation of the [dict with] subcommand. No tests yet, and not yet certain that the a... check-in: 3e46935f68 user: dkf tags: dkf-dict-with-compiled
2011-09-29
14:58
More polishing of Tcl's HTML doc converter. check-in: fe2f12390f user: dkf tags: trunk
10:56
[Bug 3414769]: Updated list of default-hidden commands for safe interps. check-in: ff6cb3f219 user: dkf tags: trunk
2011-09-28
08:32
[RFE 3010352]: make all TclOO API functions MODULE_SCOPE check-in: d952be86c1 user: jan.nijtmans tags: trunk
01:39
merge trunk check-in: 0f1d9f3a48 user: mig tags: mig-no280
01:39
merge trunk check-in: 12126498b2 user: mig tags: mig-alloc-reform
2011-09-27
09:57
Release unused memory... check-in: 538047ebb7 user: dkf tags: trunk
09:49
* generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected the memory management for th...
check-in: 06c0436f04 user: dkf tags: trunk
09:45
Test harness for Tcl_ParseArgsObjv Closed-Leaf check-in: ffc52b181f user: dkf tags: bug-3413857
09:44
Unbreak TCL_ARGV_AUTO_REST macro, found during testing. check-in: e670fd9be2 user: dkf tags: bug-3413857
2011-09-26
10:46
Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] check-in: 08c3728274 user: dkf tags: trunk
10:09
Proposed patch to fix [Bug 3413857]... check-in: 8edb5ef770 user: dkf tags: bug-3413857
2011-09-23
19:16
More revisions to get finalization of ReflectedTransforms correct, including adopting a "dead" field... check-in: 5752b4e079 user: dgp tags: trunk
16:00
Stop using the deprecated thread management commands of the tcltest package. The test suite ought to... check-in: d1a3e27d6c user: dgp tags: trunk
02:55
Further corrections to [info frame] in a coroutine. check-in: 2caf2b6c9c user: dgp tags: trunk
2011-09-22
20:32
Revise [info frame] so that it stops creating cycles in the iPtr->cmdFramePtr stack. check-in: 1250a21420 user: dgp tags: trunk
14:08
(minor: tidy up some comments) check-in: 2e5e7f4e21 user: dkf tags: trunk
14:05
[Bug 2903743]: Try to do the right thing when presented with old-style nroff. check-in: 6f7454b66b user: dkf tags: trunk
12:00
typo check-in: a95a9b242d user: jan.nijtmans tags: trunk
2011-09-21
21:45
Revise the thread exit handling of the [testthread] command so that it properly maintains the per-pr... check-in: 512220a685 user: dgp tags: trunk
20:54
[Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistaking them as nonblocking... check-in: 300934ee84 user: ferrieux tags: trunk
17:13
* generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the missing initialization of the 'dsti' fie... check-in: a68be69eac user: andreask tags: trunk
11:48
FRQ 3010352 implementation Closed-Leaf check-in: 25195041f0 user: jan.nijtmans tags: freq-3010352-impl
09:03
Merge to feature branch check-in: 56ff28f1ee user: jan.nijtmans tags: tip-389-impl
08:00
Remove constraint on test which apparently passes check-in: 68e549d7d5 user: dkf tags: trunk
2011-09-20
17:45
ChangeLog entry check-in: e13984197a user: dgp tags: trunk
17:33
Re-using the "interp" field to signal a dead channel (via NULL value) interfered with conditional c... check-in: e961049442 user: dgp tags: trunk
13:42
Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking ReflectedTransforms, yet... check-in: 2b932b9d01 user: dgp tags: trunk
08:24
Merge to feature branch check-in: 4bb08079e6 user: dkf tags: dkf-utf16-branch
08:24
Merge to feature branch check-in: 42d310a20c user: dkf tags: dkf-notifier-poll
2011-09-19
20:30
Conversion from [testthread] to Thread package stops most memory leaks. check-in: b284fade78 user: dgp tags: trunk
17:46
Plug most memory leaks in thread.test. check-in: 7f362b47fb user: dgp tags: trunk
17:19
Plug all memory leaks in ioCmd.test exposed by `make valgrind`. check-in: cc4f894e4a user: dgp tags: trunk
15:26
Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a memory leak that cann... Closed-Leaf check-in: c7ef5247c8 user: dgp tags: iocmd-leaks
14:41
Plug leak of a ReflectedChannel in test iocmd.tf-32.0 check-in: abb79fac86 user: dgp tags: iocmd-leaks
10:57
Plug a number of MarshallError memleaks. check-in: 0cc5ee5d23 user: dgp tags: iocmd-leaks
2011-09-18
19:10
Revise the tests that confront background flush on close across threads. Need cleanup code to bring ... check-in: 659251dcab user: dgp tags: iocmd-leaks
2011-09-17
07:19
merge to feature branch check-in: 34736d2412 user: jan.nijtmans tags: tip-389-impl
2011-09-16
18:18
Revise tests. You can't robustly thread::release a thread that's not thread::wait-ing check-in: f2bfb403dc user: dgp tags: trunk
17:12
Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) check-in: 2d642c14bb user: dgp tags: trunk
13:35
Synchronization marker. check-in: 112a12c3ec user: dkf tags: trunk
13:23
IMPLEMENTATION OF TIP #388 check-in: 4d6af4f7a4 user: jan.nijtmans tags: trunk, potential incompatibility
13:19
Noticed that a test now works. check-in: d281c444c3 user: dkf tags: trunk
13:13
[Bug 3408830]: Use the _right_ fix for [Bug 3400658]! check-in: 09babeb9c5 user: dkf tags: trunk
08:55
Minor change: formatting check-in: 1d7997772b user: dkf tags: trunk
08:34
[Bug 3391977]: Ensure that the -headers option to http::geturl overrides the -type option (importan... check-in: ece59da1db user: dkf tags: trunk
08:14
merge to feature branch check-in: 7c746c8b38 user: jan.nijtmans tags: tip-389-impl
08:12
merge trunk to feature branch Closed-Leaf check-in: 8b3fef2633 user: jan.nijtmans tags: tip-388-impl
2011-09-15
16:27
3408408 Partial improvement by sharing as literals the computed values of constant subexpressions wh... check-in: 3ea7c67cbf user: dgp tags: trunk
2011-09-13
20:04
3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: b9fb2d7653 user: dgp tags: trunk
18:27
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: d9f5e84500 user: dgp tags: trunk
2011-09-12
18:37
revise iocmd.tf-24.16 result to deal with Thread conversion check-in: d667541dc2 user: dgp tags: iocmd-leaks
17:52
stop segfault Closed-Leaf check-in: eeddaf97df user: dgp tags: thread-leaks
16:19
Attempt to convert test thread-7.26 check-in: 0c36f08d9f user: dgp tags: thread-leaks
10:26
[Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: f764b99f81 user: jan.nijtmans tags: trunk
05:06
more conversion work check-in: 5d0b07dbeb user: dgp tags: trunk
04:50
Work in progress taking leaks out of thread.test. check-in: abbfcb61f7 user: dgp tags: trunk
01:01
Convert [testthread] to Thread check-in: 96fb2de63c user: dgp tags: trunk
00:41
Convert [testthread] use to Thread package use in thread-6.1. Eliminates a memory leak in `make valg... check-in: a93bb93ff2 user: dgp tags: trunk
2011-09-11
20:02
3390699 Convert [testthread] use to Thread package use in socket_*-13.1. Eliminates a memory leak in... check-in: 09bf2a7588 user: dgp tags: trunk
2011-09-10
17:58
Minor formatting fixes. check-in: ddebb4ea7b user: dkf tags: trunk
17:57
[Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs produces the right sort... check-in: 3028445c87 user: dkf tags: trunk
2011-09-09
19:26
Convert uses of the [testthread] command to uses of the Thread package. This takes as many leaks as ... check-in: d8749f66d5 user: dgp tags: iocmd-leaks
15:37
3389733 Convert [testthread] use to Thread package use in *io-70.1. Eliminates a memory leak in `mak... check-in: fa4e7a890c user: dgp tags: trunk
15:08
Release the right thread! D'oh! check-in: 46c87cbb14 user: dgp tags: trunk
14:40
3389733 Convert [testthread] use to Thread package use in chan-io-70.1. Eliminates a memory leak in ... check-in: fca6992b0c user: dgp tags: trunk
2011-09-07
18:03
3401704 Allow function names like influence(), nanobot(), and 99bottles() that have been parsed as m... check-in: b0cd41e35f user: dgp tags: trunk, potential incompatibility
04:44
Update to Olson's tzdata2011i check-in: b81b6908ed user: venkat tags: trunk
2011-09-06
10:15
[RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) check-in: e6695ae7dc user: jan.nijtmans tags: trunk
09:53
unused static array wtens check-in: 6622b4b506 user: jan.nijtmans tags: trunk
2011-09-02
16:33
Convert [testthread] use to Thread package use in http.test. Eliminates memory leak seen in `make va... check-in: eeab1116f0 user: dgp tags: trunk
2011-09-01
21:03
[Bug 3401422] Cache script-level changes to the nonblocking flag of an async client socket in progre... check-in: 73120d28c1 user: ferrieux tags: trunk
17:29
3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). [scan Inf %g] is portabl... check-in: 79b3c9d044 user: dgp tags: trunk
2011-08-31
18:26
Use better 'isalnum' predicate ; add test case. Closed-Leaf check-in: 5ddc891b55 user: ferrieux tags: dgp-thread-leaks, bug-3401704
17:49
Detect trailers after Nan, Inf, etc. check-in: a132259d0c user: ferrieux tags: dgp-thread-leaks, bug-3401704
2011-08-30
21:27
Use the Thread package instead of the [testthread] command to do thread-enabled testing of the http... Closed-Leaf check-in: 029b9c4847 user: dgp tags: dgp-thread-leaks
16:20
Prevent leak of interps when using the [testthread exit] command. check-in: 3fc64e5692 user: dgp tags: dgp-thread-leaks
15:44
Prevent segfaults attempting to use thread maps after they've been deleted. Closed-Leaf check-in: a5b9dc7fa4 user: dgp tags: bug-3397515
10:30
Merge to feature branch check-in: d89eb1e656 user: dkf tags: dkf-utf16-branch
09:06
Merge to feature branch check-in: 86b845ef50 user: dkf tags: dkf-notifier-poll
06:33
Tcl_MainEx() (like Tk_MainEx()) Closed-Leaf check-in: 2f0a062d8f user: jan.nijtmans tags: rfe-1711975
00:23
[Bug 3398794]: Use Tcl errors in scripts, not panics. check-in: 241cdd7be1 user: dkf tags: trunk
2011-08-29
23:24
Put back the check for server sockets (bug #3394732). check-in: 0722843420 user: max tags: trunk
20:41
Work in progress plugging thread finalization memory leaks. check-in: b34df31421 user: dgp tags: bug-3397515
14:16
Leak of ReflectedTransformMap. check-in: e993e51faf user: dgp tags: trunk
10:43
Fix eval's faulty objProc, it was actually an nreProc [Bug 3399564]. Thanks to Joe Mistachki... check-in: 6fde6aa738 user: mig tags: trunk
07:44
Merge to feature branch check-in: 6652b24f63 user: jan.nijtmans tags: tip-389-impl
07:32
Merge to feature branch check-in: a28c1f710a user: jan.nijtmans tags: tip-388-impl
07:25
[3396731] inline string reverse: minor further improvements check-in: 69c582084d user: jan.nijtmans tags: trunk
2011-08-27
04:24
3396731 Revise the [string reverse] implementation to operate on the representation that comes in, a... check-in: dc7f1a9b04 user: dgp tags: trunk
02:28
Repaired the lost performance in the copy loop hotspots. Now meets or beats the former trunk (and ... Closed-Leaf check-in: 34daf5b5b3 user: dgp tags: revert-3396731
2011-08-25
16:26
3396731 Another rewrite of TclStringObjReverse() to make it adopt the nijtmans approach for reversin... check-in: 61d345ff2f user: dgp tags: revert-3396731
12:11
Merge to feature branch check-in: 4ddaab72c4 user: jan.nijtmans tags: tip-389-impl
12:03
Merge to feature branch check-in: 9ffb07c7e4 user: jan.nijtmans tags: tip-388-impl
12:00
[Enh 3396731] Follow-up: special case for Pure-unicode representation check-in: f9ddcf91ba user: jan.nijtmans tags: trunk
2011-08-24
08:32
fix tests utf-2.8 and utf-2.9 check-in: 39ae4108bf user: jan.nijtmans tags: tip-389-impl
07:50
Upcoming TIP implementation: Full support for Unicode 6.0 check-in: 5721cf9ae6 user: jan.nijtmans tags: tip-389-impl
07:47
Merge to feature branch check-in: 66fc824c99 user: jan.nijtmans tags: tip-388-impl
2011-08-23
17:00
Revert the [string reverse] rewrite in a branch for more review. check-in: 7e909249a4 user: dgp tags: revert-3396731
16:58
typo check-in: ee5a20b8a0 user: dgp tags: trunk
16:31
3396948 Leak of ReflectedChannelMap. check-in: 52957688a9 user: dgp tags: trunk
07:24
Merge to feature branch check-in: c6361c69eb user: jan.nijtmans tags: tip-388-impl
07:22
gcc 4.6 (64-bit) warnings check-in: 9d43ce6fe2 user: jan.nijtmans tags: trunk
07:08
[FRQ 3396731] inline string reverse check-in: 8ebe975003 user: jan.nijtmans tags: trunk
2011-08-22
10:19
merge-mark check-in: 656a0bd6af user: jan.nijtmans tags: trunk
10:18
Merge to feature branch check-in: 094a3c09ef user: jan.nijtmans tags: tip-388-impl
2011-08-19
20:27
3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls at some of its exits. check-in: 08b1cf9ec5 user: dgp tags: trunk
19:07
3394654, 3393276 Revise FlushChannel() to account for the possibility that the ChanWrite() call migh... check-in: 75186ea1b1 user: dgp tags: trunk
16:05
Preserve the chanPtr during FlushChannel so that channel drivers don't yank it away before we're don... check-in: 9b67637699 user: dgp tags: trunk
14:23
[Bug 1774689] async-4.3 sometimes fails. check-in: 1bf9107770 user: ferrieux tags: trunk
13:59
[Bug 2981154] async-4.3 segfault. check-in: 1163f96449 user: ferrieux tags: trunk
2011-08-18
15:06
[Bug 3096275] Sync fcopy buffers input. check-in: 2b3b49886d user: ferrieux tags: trunk
12:25
remove some debugging stuff check-in: 08c04d17be user: jan.nijtmans tags: tip-388-impl
12:25
remove some debugging stuff check-in: be820a555c user: jan.nijtmans tags: trunk
12:10
Merge to feature branch check-in: 34615edbb6 user: jan.nijtmans tags: tip-388-impl
11:31
[Bug 3393714] overflow in toupper delta check-in: 546b53b387 user: jan.nijtmans tags: trunk
2011-08-17
20:35
[Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. check-in: 1025712d5b user: ferrieux tags: trunk
18:33
Document TIP 378's one-way-ness. check-in: 2fd6414812 user: ferrieux tags: trunk
16:24
3393150 Overlooked free of intreps. (It matters for bignums!) check-in: ee34ff2b8a user: dgp tags: trunk
14:01
Merge to feature branch check-in: 8286568880 user: jan.nijtmans tags: tip-388-impl
12:19
3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. check-in: ed21e85c21 user: dgp tags: trunk
06:37
separate test for overflowed and negative Tcl_UniChar check-in: 4ab5a018bc user: jan.nijtmans tags: trunk
2011-08-16
19:49
3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. Closed-Leaf check-in: eb11820a8e user: dgp tags: bug-3392070
16:04
Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 compilers (AIX, cough, ... check-in: ca3ccdf1df user: andreask tags: trunk
14:04
Merge to feature branch check-in: fbcefff570 user: dkf tags: dkf-utf16-branch
14:03
Merge to feature branch check-in: 7db2c10d31 user: dkf tags: dkf-notifier-poll
13:55
Small changes to quell gcc warnings and make message generation less ugly. check-in: df6fb9a914 user: dkf tags: trunk
12:16
merge-mark check-in: 35b05b35d9 user: jan.nijtmans tags: trunk
09:18
merge current trunk check-in: daf0004532 user: jan.nijtmans tags: tip-388-impl
07:40
merge-mark check-in: 82122d5063 user: jan.nijtmans tags: trunk
06:03
merge-mark check-in: 200d5d451d user: jan.nijtmans tags: trunk
2011-08-15
15:58
3390272 Leak of [info script] value. check-in: 9e9e64abf9 user: dgp tags: trunk
13:55
mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when mingw doesn't... check-in: 88771ce2cf user: jan.nijtmans tags: trunk
11:30
merge-mark check-in: 18afef3c0d user: jan.nijtmans tags: trunk
08:59
[Bug 3388350] mingw64 compiler warnings check-in: 8fbf108ea7 user: jan.nijtmans tags: trunk
2011-08-14
08:23
[Patch 3124554]: Move WishPanic from Tk to Tcl Added Documentation check-in: 346ca26aa0 user: jan.nijtmans tags: trunk
2011-08-12
16:10
3389764 Eliminate possibility that "path" value dup can create reference cycle. check-in: baab435049 user: dgp tags: trunk
12:53
Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct __stati64' on newer mingw versi... check-in: d92dfa1a9d user: jan.nijtmans tags: trunk
09:55
[Bug 3390073]: Return the correct length of written data for a compressing transform, ensuring that ... check-in: d1aa332fc3 user: dkf tags: trunk
08:02
TIP 388 implementation check-in: 28fe328b17 user: jan.nijtmans tags: tip-388-impl
2011-08-11
20:04
Proposed fix for 3389764. Have "path" dup routine duplicate the pattern of a value with a cyclic r... Closed-Leaf check-in: feed5dc533 user: dgp tags: bug-3389764
2011-08-10
18:24
[Bug 3386721] Allow multiple [load]ing of the Tcltest package check-in: b71406bb51 user: ferrieux tags: trunk
13:44
compiler error on Windows: there should be only one TclFullFinalizationRequested function check-in: 5bcd13c4ac user: jan.nijtmans tags: trunk
2011-08-09
17:19
[Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlining of [exit], by condi... check-in: 8d3f0fb215 user: ferrieux tags: trunk
17:01
[Bug 3386417] avoid a reference loop between the bytecode and its companion errostack when compiling... check-in: 41f0f5b9d7 user: ferrieux tags: trunk
07:15
[Bug 3388350] mingw64 compiler warnings check-in: d323be815f user: jan.nijtmans tags: trunk
05:57
Change the signature of TclParseHex(), such that it can now parse up to 8 hex characters check-in: 0ef52956a9 user: jan.nijtmans tags: trunk
2011-08-08
21:41
Make the -buffersize option to '$zstream add' function correctly instead of having its value just be... check-in: 41f72bd027 user: dkf tags: trunk
21:14
Merge to feature branch check-in: 5f90ef1bc2 user: dkf tags: dkf-notifier-poll
21:13
Bring up to date with mainline. check-in: b85481571a user: dkf tags: dkf-utf16-branch
19:06
merge trunk check-in: 96034c7aff user: dgp tags: dgp-refactor
18:32
merge release to trunk check-in: 99580352a4 user: dgp tags: trunk
2011-08-07
15:46
[Bug 3387082]: Plug memory leak in call chain introspection. check-in: 5f31ec3fcd user: dkf tags: trunk
2011-08-06
20:49
* generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] * generic/tclStrToD.c: Plug anothe... check-in: 2edd8ea296 user: kbk tags: trunk
19:56
Plug another memory leak. [Bug 3384840] check-in: 81336419d0 user: kbk tags: trunk
16:27
Plug another memory leak. [Bug 3384840] check-in: 2b5c5e43d4 user: kbk tags: trunk
03:19
Plugged a memory leak in double->string conversion. [Bug 3386975] check-in: c9b7bd387f user: kbk tags: trunk
2011-08-05
18:53
merge from trunk to rc all but the AI_ADDRCONFIG experiment Closed-Leaf check-in: 06dea9b027 user: dgp tags: core-8-6-b2-rc, core-8-6-b2
15:23
Use Tcl_PrintfObj to generate more (complex) error messages. check-in: 76495bbc29 user: dkf tags: trunk
09:36
Ensure that memory isn't leaked when an unknown instruction is encountered. check-in: d4980ede3e user: dkf tags: trunk
00:00
[Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! check-in: d104ee18f9 user: dkf tags: trunk
2011-08-04
23:12
[Bug 3386197]: Plug memory leak in unstacking of zlib transforms. check-in: 89ff730dfa user: dkf tags: trunk
18:40
* generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValuePtr is the interp's resu... check-in: 8c944e4622 user: mig tags: trunk
16:35
More changes tidying. check-in: 3fbc04d14b user: dgp tags: trunk
14:38
missing TIP id in changes check-in: ce6e82ac1b user: dgp tags: trunk
14:13
More memleak plugging. check-in: 9798173867 user: dkf tags: trunk
14:03
Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. check-in: 585e304a31 user: max tags: trunk
13:16
[Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference ownership error. check-in: a8ffe21e92 user: dkf tags: trunk
2011-08-03
19:43
merge to rc check-in: 24f476a610 user: dgp tags: core-8-6-b2-rc
19:42
Update file generated by `make dist` check-in: 3bbd204856 user: dgp tags: trunk
19:38
merge to rc check-in: d72ced9618 user: dgp tags: core-8-6-b2-rc
18:12
Fix build on systems where ECANCELED == ELIBMAX check-in: a26df401f3 user: dgp tags: trunk
2011-08-02
15:12
merge to rc check-in: e4ebd9b9c7 user: dgp tags: core-8-6-b2-rc
15:11
Use the actual case used by Thread to name the directory its distributions unpack into. check-in: 95b2143482 user: dgp tags: trunk
14:46
merge to rc check-in: eba2e95ed3 user: dgp tags: core-8-6-b2-rc
14:45
Variable substitution botch. check-in: 16eb322d13 user: dgp tags: trunk
14:06
merge to rc check-in: 579ee14b07 user: dgp tags: core-8-6-b2-rc
14:04
Updates for 8.6b2 release. check-in: 00319e0051 user: dgp tags: trunk
11:18
merge trunk; FIXME: symbols=mem build broken check-in: 5e6ff3418b user: mig tags: mig-no280
11:18
merge trunk; FIXME: symbols=mem build broken check-in: 384901c292 user: mig tags: mig-alloc-reform
09:12
Merge to feature branch check-in: 8a0bf2664b user: dkf tags: dkf-notifier-poll
09:11
Bring up to date with mainline. check-in: 58b46fcb13 user: dkf tags: dkf-utf16-branch
09:07
[Bug 3384007]: Fix some panic messages. check-in: 783c413131 user: dkf tags: trunk
2011-08-01
17:15
* generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when recompiling procs, [Bug 3... check-in: 5a334ac208 user: mig tags: trunk
10:07
General cleanup of tests to promote intelligibility and to try to ensure that what is tested is just... check-in: 746b31b209 user: dkf tags: trunk
09:34
Added some examples of how some of the standard global variables can be used, following prompting by... check-in: 02393482fb user: dkf tags: trunk
09:15
[Bug 3382474]: Added code to determine the version number of contributed packages from their directo... check-in: a258021b9a user: dkf tags: trunk
2011-07-31
23:16
Bring up to date with mainline. check-in: e878fe8df0 user: dkf tags: dkf-utf16-branch
23:14
Add test of UTF-8 -> internal -> UTF-8 round trip (and make it pass). check-in: 7c97e3ea95 user: dkf tags: dkf-utf16-branch
2011-07-29
20:46
Small errors plague us all... check-in: 6afb5b0222 user: dkf tags: trunk
20:20
Small enhancements to improve cross-linking with contributed packages. check-in: 81c94d0f5a user: dkf tags: trunk
2011-07-28
15:56
merge to rc check-in: b77ad4ed48 user: dgp tags: core-8-6-b2-rc
15:56
autoconf check-in: c5229f032a user: dgp tags: trunk
15:51
Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. check-in: e8226eb7d0 user: max tags: trunk
14:47
merge to rc check-in: ab6ffb7d77 user: dgp tags: core-8-6-b2-rc
14:45
Update tzdata. Update changes. check-in: 26638820c0 user: dgp tags: trunk
14:26
Merge to feature branch check-in: cd522f12fc user: dkf tags: dkf-notifier-poll
14:24
Actual possible implementation of code to convert external UTF-8 to internal surrogate pairs and bac... check-in: fed6086a43 user: dkf tags: dkf-utf16-branch
2011-07-27
17:26
merge to rc check-in: b8ec099c51 user: dgp tags: core-8-6-b2-rc
10:40
Start work towards being able to work with utf8 fully and utf16 and other things outside the BMP. check-in: f9f8c8425c user: dkf tags: dkf-utf16-branch
2011-07-26
20:00
Ensure that TclOO is properly found by all the various package mechanisms (by adding a dummy ifneede... check-in: b90f247299 user: dkf tags: trunk
2011-07-21
16:36
[Bug 3372130] Fix hypot math function with MSVC10 check-in: eb36f33d12 user: jan.nijtmans tags: trunk
2011-07-19
19:42
merge to rc check-in: b2cc6298a4 user: dgp tags: core-8-6-b2-rc
19:31
3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). check-in: 8e35530849 user: dgp tags: trunk
18:13
Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. check-in: 4fadf0bce5 user: ferrieux tags: trunk
15:29
merge to rc check-in: 6e381c8a11 user: dgp tags: core-8-6-b2-rc
2011-07-18
23:45
The final parts of my doc improvement project check-in: 618f82e96e user: dkf tags: trunk
22:41
Undocument long gone limitation of [upvar]. check-in: 9717e8acd7 user: ferrieux tags: trunk
20:01
Bump version number to 8.6b2. check-in: e336bd355d user: dgp tags: core-8-6-b2-rc
15:24
More small documentation improvements. check-in: d67b1dfdff user: dkf tags: trunk
2011-07-17
15:00
Documentation improvements (small; some revision to parsing script) to improve the quality of HTML d... check-in: 03e341000a user: dkf tags: trunk
2011-07-15
17:56
Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 609c597cb2 user: dgp tags: trunk
14:55
3357771 Prevent circular references in values with ByteCode intreps. check-in: a26a1204dd user: dgp tags: trunk
11:45
[Bug 3365156]: Remove stray refcount bump that caused a memory leak. check-in: c02169bafa user: dkf tags: trunk
2011-07-14
17:57
Remove stray refcount bump that caused a memory leak. Closed-Leaf check-in: 238efaddfb user: dkf tags: bug-3365156
03:19
3366265 Allocate proper size buffer for TclConvertElement() to write to. check-in: 828fc551b1 user: dgp tags: trunk
2011-07-12
19:10
3364777 Stop segfault caused by reading from struct after it had been freed. check-in: 69fd1683a0 user: dgp tags: trunk
16:05
platform portable type matching in debug prints check-in: 83d26b2944 user: dgp tags: trunk
15:51
merge to trunk check-in: ad32aec14b user: dgp tags: trunk
2011-07-11
20:04
Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] check-in: 9ab9f69d77 user: mistachkin tags: trunk
2011-07-08
12:35
[FRQ 3358415]: Minor doc improvement check-in: 15623d9fe5 user: dkf tags: trunk
2011-07-07
18:57
* generic/tclBasic.c: add missing INT2PTR check-in: 08e5d58290 user: mig tags: trunk
17:41
Correct test suite errors revealed by a -singleproc 1 -debug 1 run. check-in: c5adaf006a user: dgp tags: trunk
08:47
minor gcc compiler warning with -Wwrite-strings check-in: 73385cf5ac user: jan.nijtmans tags: trunk
2011-07-06
18:25
merge trunk onto devel branch check-in: b60ab7bc4f user: mig tags: mig-alloc-reform
18:25
merge trunk onto devel branch check-in: 7268fb6531 user: mig tags: mig-no280
00:05
Merge to feature branch check-in: 157b73fa41 user: dkf tags: dkf-notifier-poll
2011-07-03
10:12
Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: 32a1e96326 user: dkf tags: trunk
2011-07-02
22:36
Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] check-in: fe4dba4d60 user: kbk tags: trunk
22:21
Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge conflicts on the next merge. check-in: 923e63eeee user: kbk tags: trunk
2011-06-28
15:43
Rework constraint detection and add constraints that cater for the fact, that both address families ... check-in: 86730a63b2 user: max tags: trunk
14:42
replace socket-14.3 with a test that is more useful and less likely to randomly fail depending on th... check-in: 2eb58b2d67 user: max tags: trunk
11:32
  • unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the writable fileevent at ...
check-in: b56716f2ac user: max tags: trunk
2011-06-24
17:50
merge mark check-in: a5f1869eae user: dgp tags: trunk
2011-06-23
19:55
merge to trunk check-in: 2f56abf592 user: dgp tags: trunk
2011-06-22
17:05
Re-add ".so man.macros", which got removed inadvertently along with the RCS Keyword lines. check-in: 6184e0639a user: max tags: trunk
16:40
Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH lo... check-in: 3adcfbaba3 user: andreask tags: trunk
14:32
Merge fixes for [socket -async] and other improvements to the unix socket code check-in: 8eefe5a06f user: max tags: trunk, potential incompatibility
14:21
complete a comment in socket.test Closed-Leaf check-in: 8f2747dc54 user: max tags: rmax-ipv6-branch
2011-06-21
16:49
tcltest 2.3.3 fixes: * Use package ifneeded so slave gets exactly same tcltest version as master ... check-in: 5c0438d85a user: dgp tags: trunk
14:10
3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. check-in: fb1352c7ed user: dgp tags: trunk
2011-06-20
20:11
merge changes to trunk check-in: 3b3f0c8d18 user: dgp tags: trunk
11:59
Merg [3148192] implementation fix, and caveat comment check-in: d4da13a54e user: jan.nijtmans tags: trunk
2011-06-19
20:22
Merge to feature branch check-in: 9e8f986a3d user: dkf tags: dkf-notifier-poll
2011-06-16
15:21
  • doc/socket.n: Document the fact that the event loop is now needed for [socket -async]
  • uni...
check-in: 68deb29ead user: max tags: rmax-ipv6-branch
2011-06-13
19:36
merge trunk check-in: 436bdbbf52 user: mig tags: mig-no280
19:36
merge trunk check-in: 1be044ebbd user: mig tags: mig-alloc-reform
13:50
3315098 Mem leak fix from Gustaf Neumann. check-in: 819514e8ee user: dgp tags: trunk
2011-06-08
20:28
Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68]) and replaced with one ... check-in: 04f804b338 user: andreask tags: trunk
10:14
More cleaning up of the code to remove unnecessary [string equal]s in tests. check-in: b26424e522 user: dkf tags: trunk
2011-06-07
14:59
Simplify file descriptor handling for client sockets and derived server sockets by putting an instan... check-in: 5f816f5758 user: max tags: rmax-ipv6-branch
14:31
Fix bug#3084338, a memleak when a [socket -async] was closed before the connection had succeeded or ... check-in: 3bbc03d664 user: max tags: rmax-ipv6-branch
12:53
Fix bug#3164655: getaddrinfo() crash on HP-UX check-in: 88194f2c70 user: max tags: rmax-ipv6-branch
2011-06-06
22:42
merge trunk check-in: a12509740a user: mig tags: mig-alloc-reform
22:36
merge trunk check-in: 34a2a4de6d user: mig tags: mig-no280
15:07
  • Don't use port 0 for test 14.2 as it fails in different ways on Linux and NetBSD.
  • Unify ch...
check-in: b563eaed64 user: max tags: rmax-ipv6-branch
13:48
Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have support for ip6 Follow... check-in: 298a314c4f user: jan.nijtmans tags: trunk
2011-06-02
16:58
Remove TclCleanupLiteralTable (see 994838). check-in: fbb4a85f92 user: dgp tags: trunk
14:55
[Bug 3185407]: Extend the set of epochs that are potentially bumped (in TclInvalidateNsCmdLookup) wh... check-in: 26e9391fdb user: dkf tags: trunk
2011-06-01
22:09
missing INT2PTR in last commit check-in: c7ebc39d54 user: mig tags: trunk
22:05
* generic/tclBasic.c: using the two free data elements in NRCommand to store objc and objv - useful ... check-in: ff4fa912fb user: mig tags: trunk
15:30
  • Improve socket.test by checking the latency on the loopback address and use that for some of th...
check-in: 16c719352e user: max tags: rmax-ipv6-branch
14:08
Revised fix for bug 3309871 check-in: 8da4e75d5f user: dgp tags: trunk
12:09
fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() check-in: f3a017078d user: jan.nijtmans tags: trunk
2011-05-31
20:36
Fix bug 3293874 check-in: 09c2da3a2a user: dgp tags: trunk
19:58
Rewind from a refactoring that veered into the weeds. Closed-Leaf check-in: 1d247886db user: dgp tags: bug-3293874
2011-05-30
18:04
  • Fix setting up of [fileevent] while an async socket is still in progress
  • Cache async sock...
check-in: 6d66913621 user: max tags: rmax-ipv6-branch
2011-05-27
18:42
purge old code Closed-Leaf check-in: bfd05a82ab user: dgp tags: bug-3293874
18:36
Fix [socket -async] for DNS names with more than one address check-in: a1abfd5e94 user: max tags: rmax-ipv6-branch
17:50
fix a timing issue in socket-12.3 check-in: 188a795873 user: max tags: trunk
2011-05-25
14:44
merge trunk check-in: f82b455ad0 user: dgp tags: bug-3293874
14:37
committed missing tzdata/Africa/Cairo from venkat's last commit check-in: df2425d65c user: kbk tags: trunk
14:19
Bump to msgcat 1.4.4 check-in: 41dc9a2976 user: dgp tags: trunk
14:03
merge trunk check-in: 52d8d45b3c user: dgp tags: bug-3293874
13:40
Bump TclOO version. check-in: 3c0ab86322 user: dkf tags: trunk, corresponds-to-TclOO-0-6-3
13:35
Implementation of TIP #381: Call Chain Introspection and Control check-in: 2778ad161a user: dkf tags: trunk
2011-05-24
16:02
Update to Olson tzdata2011g check-in: 2568fbd704 user: venkat tags: trunk
13:46
merge trunk check-in: ec03bc928d user: mig tags: mig-no280
13:46
merge trunk check-in: f62a607c8e user: mig tags: mig-alloc-reform
12:39
Merge to feature branch check-in: dcbbc346fa user: dkf tags: dkf-notifier-poll
12:36
Undo mistaken commit check-in: c1347e51a9 user: dkf tags: trunk
12:23
Remove some useless code from mcset and mcmset: [dict set] builds dictionary levels for us. check-in: 076d311d4f user: dkf tags: trunk
2011-05-17
21:38
Merged core-8-5-branch, fixup of TIP 280 location mapping. check-in: 168a79562b user: andreask tags: trunk
16:39
Refactoring so that SetElement() becomes the foundational primitive operation. SetElement() supports... check-in: 9a9e541131 user: dgp tags: bug-3293874
2011-05-16
09:09
* fixed problem with quoting in ::nacl::evall - failed on things that looked like strings check-in: 141843d0f4 user: colin tags: ferrieux-nacl
2011-05-12
21:13
Merged 8.5 following http fix that is not needed on trunk. check-in: 084dac6c02 user: pat tags: trunk
15:00
Set the defaults of all growth algorithm parameters based on one master value. check-in: e0b726da8e user: dgp tags: bug-3293874
06:10
If your compiler already defines _WIN64, assume --enable-64bit check-in: d55e77f0c4 user: jan.nijtmans tags: trunk
2011-05-11
20:42
Oops! check-in: 434596e345 user: dgp tags: bug-3293874
20:33
First draft of bug fix. check-in: ea441b300e user: dgp tags: bug-3293874
15:43
  • unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets here, as the generic ser...
check-in: 36776a398f user: max tags: trunk
2011-05-10
17:22
New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produ... check-in: 7720fbb825 user: dgp tags: trunk
2011-05-09
15:24
Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware API. check-in: dbab97cbba user: dkf tags: trunk
13:58
Revise empty string tests so that we avoid potentially expensive string rep generations, especially ... check-in: c2d4899eeb user: dgp tags: trunk
2011-05-08
11:07
* fixed src handling to <script> emulation check-in: 81ae7caf45 user: colin tags: ferrieux-nacl
11:03
* added src handling to <script> emulation (it's transformed into a [source] command. check-in: 274cf61d9a user: colin tags: ferrieux-nacl
07:20
* debugging of label,entry and button widgets check-in: a1081db7bc user: colin tags: ferrieux-nacl
05:53
* implemented frame widget * modified some of the ::JS interface check-in: ecbb0bbbb3 user: colin tags: ferrieux-nacl
04:14
* implemented entry and label widgets check-in: d16e74cd46 user: colin tags: ferrieux-nacl
2011-05-07
23:08
Convert TclGetLoadedPackages to use Tcl_Obj API for result generation. check-in: ae2f5eda42 user: dkf tags: trunk
20:39
merge trunk check-in: eeefcef28f user: mig tags: mig-no280
19:53
merge trunk check-in: 241f36be4b user: mig tags: mig-alloc-reform
19:33
fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: 11459f0b18 user: mig tags: trunk
2011-05-06
07:55
comment fix check-in: fa4eb25ecf user: jan.nijtmans tags: trunk
01:30
* Allowed for emulation of <script> ... now runTclScripts will callback to eval check-in: 5ee1aa409f user: colin tags: ferrieux-nacl
2011-05-05
22:17
Update doc and tools to Colin's new layout Closed-Leaf check-in: 2d21680323 user: ferrieux tags: ferrieux-nacl
18:28
Stop generating string rep of dict when converting to list. Tolerate NULL interps more completely. check-in: 849162b0bf user: dgp tags: trunk
15:32
Fix typo spotted by Emiliano Gavilan. check-in: 0ef5e8c424 user: dkf tags: trunk
07:53
* added initial NaTk support - won't yet run without symlink lib/ to Wub/ and symlink to tcllib/ check-in: 5262e46c8d user: colin tags: ferrieux-nacl
07:51
* mods for NaTk check-in: d3a2b330e6 user: colin tags: ferrieux-nacl
06:26
no longer depend on MODULE_SCOPE being defined check-in: b439e1d71b user: jan.nijtmans tags: trunk
2011-05-04
23:49
* defined an init script with TclSetPreInitScript() which permits us to use [interp create] without ... check-in: 4701561332 user: colin tags: ferrieux-nacl
03:22
* left out updateCoords, added it back into balls.html pending final disposition check-in: 43996dcdef user: colin tags: ferrieux-nacl
02:47
* Added new ::nacl ensemble to init.natcl, moved most support commands there * created an execll met... check-in: c9c95d03d6 user: colin tags: ferrieux-nacl
2011-05-03
19:44
merge 8.5 check-in: 27fd15ce57 user: dgp tags: trunk
2011-05-02
21:46
Merge to feature branch check-in: 55c8c105ff user: dkf tags: dkf-notifier-poll
21:12
Rewrite of parts of the switch compiler to better use the powers of TclFindElement() and do less par... check-in: 30dad692de user: dgp tags: trunk
20:17
Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: 60cf594f82 user: dgp tags: trunk, potential incompatibility
15:44
Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 304fa3c29b user: dgp tags: trunk
2011-04-29
01:05
Fix issue with library stripping in install-sh check-in: b269db5d3e user: kevin_walzer tags: trunk
2011-04-28
16:02
More isspace() callers. check-in: 41acfe91ea user: dgp tags: trunk
14:44
New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: ef10af814d user: dgp tags: trunk
13:45
Improved reaction to out of memory. check-in: 4363a1c212 user: dgp tags: trunk
13:30
minor comment fix check-in: 24205766d9 user: jan.nijtmans tags: trunk
2011-04-27
19:35
merge mark check-in: 12793bbb81 user: dgp tags: trunk
19:26
TclFreeIntRep() correction & cleanup. check-in: 5a1953dfe5 user: dgp tags: trunk
18:33
FreeListInternalRep() cleanup. check-in: 4683efaee9 user: dgp tags: trunk
07:54
fix for [Bug 3288345]: use _stat32i64 for CYGWIN too fix a few more gcc warnings check-in: eaf4d5e09f user: jan.nijtmans tags: trunk
2011-04-26
19:18
struct _stat64 -> struct __stat64 on AMD64 check-in: e1e46a9fe0 user: jan tags: trunk
2011-04-25
17:51
TclFreeIntRep() related cleanup. check-in: cb85bb5002 user: dgp tags: trunk
15:49
merge mark check-in: 3f3cd0b0c2 user: dgp tags: trunk
12:49
Revise last fix. check-in: d7448b047e user: dgp tags: trunk
2011-04-24
19:26
Fix compilation warning in TclListObj - printf format mismatch check-in: 3e2ab34dea user: venkat tags: trunk
2011-04-23
12:24
Merge to feature branch check-in: 31660e19ea user: dkf tags: dkf-notifier-poll
2011-04-22
08:28
merge latest trunk Closed-Leaf check-in: 359a91e742 user: jan.nijtmans tags: jn-frq-3257396
2011-04-21
21:15
[Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality check-in: 4bf64360a5 user: jan tags: trunk
18:50
Use macro to set List intreps check-in: 0353d21711 user: dgp tags: trunk
17:32
Limits on list length were too strict. Revised panics to errors where possible. check-in: 2d215ce103 user: dgp tags: trunk
13:47
Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 36b0307ba2 user: dgp tags: trunk
08:49
fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: ac3601bf0c user: jan.nijtmans tags: trunk
2011-04-20
22:13
Support cross-compilation to x64 from ix86 hosts when using NMAKE.

Part of the build uses tclsh to ... check-in: 2e77c2b14b user: patthoyts tags: trunk

19:29
Merge marker check-in: 7434f28679 user: andreask tags: trunk
2011-04-19
16:41
Reduce internals access in the implementation of [<foo>::pkgconfig list]. check-in: 5637694013 user: dgp tags: trunk
14:24
merge trunk check-in: 91f0cc8fa7 user: mig tags: mig-no280
14:19
merge trunk check-in: d040767de8 user: mig tags: mig-alloc-reform
08:19
Merge to feature branch check-in: f727d678da user: dkf tags: dkf-notifier-poll
08:04
This time, I'll try to get it right! check-in: ef35e2c747 user: dkf tags: trunk
2011-04-18
21:53
More concise serialization of coord-updates check-in: 7755a6cc4c user: ferrieux tags: ferrieux-nacl
21:42
Use ListRepPtr(.) and other cleanup. check-in: e7e05e37cc user: dgp tags: trunk
21:22
Use closures rather than strings for after and [every] check-in: 06e1f26911 user: ferrieux tags: ferrieux-nacl
18:50
Define and use macros that test whether a Tcl list value is canonical. check-in: 4b0bb72cb3 user: dgp tags: trunk
10:19
[Bug 3288696]: Command summary was confusingly wrong when it came to [dict filter] with a 'value' fi... check-in: d7cfe67cc6 user: dkf tags: trunk
08:38
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. check-in: 0b739fe1f1 user: jan.nijtmans tags: trunk
2011-04-16
16:01
Added 'natcl2tk' wrapper to run the same demo in true Tk, for speed comparisons. check-in: 8e4b3d24c5 user: ferrieux tags: ferrieux-nacl
14:21
Merge to feature branch check-in: 5a59a01655 user: dkf tags: dkf-notifier-poll
14:20
fix merge history check-in: ddca613cd6 user: dkf tags: trunk
11:51
Added comments to try to tame the file attributes guts, while trying to simplify things enough that ... check-in: f1162c3bd2 user: dkf tags: trunk
2011-04-15
12:15
Cleanup of updateStatus() check-in: 1a6ada0a28 user: ferrieux tags: ferrieux-nacl
2011-04-14
21:10
Balls demo -- better status display during Nacl load. Added setup and troubleshooting instructions. check-in: 6bc9b780a1 user: ferrieux tags: ferrieux-nacl
16:12
More Tcl_Concat* and TclTrim* improvements. check-in: 80ebbf75f2 user: dgp tags: trunk
2011-04-13
20:37
[Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. check-in: 7c5f3a8961 user: dgp tags: trunk
13:26
fix merge history check-in: 7dbbe17355 user: mig tags: trunk
13:23
fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: d58030af16 user: mig tags: trunk
11:03
[3285375]: Make the crash less mysterious through the judicious use of a panic. check-in: 398075e9b4 user: dkf tags: trunk
06:37
merge from trunk proposed compromise: only use --export-dynamic with --enable-shared check-in: 44ffce9bb6 user: jan.nijtmans tags: jn-frq-3257396
2011-04-12
21:52
Allow to build both 32 and 64-bit nexes, and serve them together. check-in: d0dd0f5238 user: ferrieux tags: ferrieux-nacl
20:13
Test for [Bug 3285472]. Not buggy in trunk. check-in: 920b355f33 user: dgp tags: trunk
19:18
Update to Olson tzdata2011f check-in: 3d162e8ce6 user: venkat tags: trunk
17:34
* generic/tclBasic.c: fix for [Bug 2440625], kbk's patch check-in: 7cbeec20a4 user: mig tags: trunk
14:21
minor nits, taken over from TEA (tclconfig) check-in: 941b13875b user: jan.nijtmans tags: trunk
11:13
merge trunk check-in: 31553b1b67 user: jan.nijtmans tags: jn-frq-3257396
07:26
revert 6b6ef4e0b1, removing the temporary tests again check-in: b580ef3c9e user: jan.nijtmans tags: trunk
2011-04-11
21:40
Fix wobbling by int($x+0.5) check-in: 164a94c046 user: ferrieux tags: ferrieux-nacl
21:11
Full emulation of the Google-balls demo. 40fps, but 3x CPU consumption check-in: ab96ed1ba7 user: ferrieux tags: ferrieux-nacl
11:10
merge trunk check-in: b34a5b7358 user: mig tags: mig-alloc-reform
11:09
merge trunk check-in: b936648e57 user: mig tags: mig-no280
10:37
insure that 'coroutine eval' runs the initial command in the proper context, [Bug 3282869] check-in: 15f9fcba6e user: mig tags: trunk
07:31
fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) check-in: e0421a23a8 user: jan.nijtmans tags: trunk
2011-04-10
23:11
First step of a Tk canvas emulation in NaTcl based on the HTML5 canvas. Optimized for move-only upda... check-in: 6f398fb8ef user: ferrieux tags: ferrieux-nacl
11:25
Cleanup of init, wrappers now compiled in. Coro-based [source $url]. Detailed description in README. check-in: 4d49dfa58c user: ferrieux tags: ferrieux-nacl
2011-04-09
20:28
Merge to feature branch check-in: 05a04a1205 user: dkf tags: dkf-notifier-poll
09:43
merge trunk check-in: 002e01648a user: jan tags: jn-frq-3257396
09:40
oops, accidently checked in check-in: d550d19c7c user: jan tags: trunk
08:03
typo, (and accidently checked in changes to tclOO.decls, reverted in the next commit [d550d19c7c] check-in: 742bcc2aec user: jan.nijtmans tags: trunk
2011-04-08
22:47
First example of a non-trivial event-driven Tcl program interacting with JS. Features after, [bger... check-in: 21b74633e5 user: ferrieux tags: ferrieux-nacl
06:31
fix for [Bug 3280043]: win2k: unresolved DLL imports check-in: d43bba3681 user: jan.nijtmans tags: trunk
2011-04-07
10:24
merge latest trunk check-in: 953246bca5 user: jan.nijtmans tags: jn-frq-3257396
10:19
Add some (temporary) test cases showing the problem with --export-dynamic check-in: 6b6ef4e0b1 user: jan.nijtmans tags: trunk
03:03
fix incomplete merge check-in: 7f00e4f36d user: mig tags: mig-no280
02:57
merge trunk to feature branch check-in: fec12a456e user: mig tags: mig-no280
02:56
* generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics not needed. check-in: 63b453f584 user: mig tags: trunk
00:11
last bugfix was incomplete check-in: df052ad59f user: mig tags: trunk
2011-04-06
23:35
* generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned long. check-in: caf317ab68 user: mig tags: trunk
21:44
Let nacl/tclUnixPort.h be a generated file rather than a source. check-in: bf7fead8fd user: ferrieux tags: ferrieux-nacl
19:05
why was I undefining MODULE_SCOPE? check-in: a4cd9d3ffe user: mig tags: mig-no280
18:53
Build fix. add tocstr tools relative pathname check-in: ba23ecfe5e user: venkat tags: ferrieux-nacl
18:18
merge trunk to feature branch check-in: af182bb0cf user: mig tags: mig-no280
18:16
merge trunk to feature branch check-in: 611c232145 user: mig tags: mig-alloc-reform
14:51
Don't use -fvisibility=hidden with static libraries (--disable-shared) check-in: 9cee434074 user: jan.nijtmans tags: trunk
13:10
Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no reason for exporting them... check-in: 0a2eb3820d user: jan.nijtmans tags: trunk
13:09
Don't use MODULE_SCOPE in module implementation, only in declaration. check-in: 02ace0039f user: jan.nijtmans tags: trunk
13:07
Added missing Changelog entry. check-in: 7815a81153 user: dkf tags: trunk
13:05
More generation of error codes (most platform-specific parts not already using Tcl_PosixError). check-in: 1b095ad294 user: dkf tags: trunk
2011-04-05
21:44
Merge to feature branch check-in: 4ce991bfb8 user: dkf tags: dkf-notifier-poll
20:39
Make init.tcl.c a generated file rather than a source. check-in: 67cb635128 user: ferrieux tags: ferrieux-nacl
20:19
Import Olson's tzdata2011e. check-in: b349849325 user: venkat tags: trunk
07:15
merge trunk check-in: 442fe018f8 user: jan.nijtmans tags: jn-frq-3257396
2011-04-04
22:54
Merge to feature branch check-in: efc9c228a8 user: dkf tags: dkf-notifier-poll
22:53
More generation of error codes (TclOO miscellany). check-in: 08998a4f58 user: dkf tags: trunk
22:03
Improve README for running the example. check-in: a114bffb5a user: venkat tags: ferrieux-nacl
21:42
Cleanup compile warnings - mostly by adding prototypes check-in: a44ecf099c user: venkat tags: ferrieux-nacl
20:17
Test _before_ commit, not after... check-in: db7e6ab270 user: dkf tags: trunk
20:07
More generation of error codes (miscellaneous commands mostly already handled). check-in: 3085894b65 user: dkf tags: trunk
18:56
Big cleanup, avoiding any symlinks nor copies. More streamlined ./configure step. check-in: 264b36c863 user: ferrieux tags: ferrieux-nacl
16:39
[3202030] Updated README files, repairing broken URLs and other rot. check-in: 154c0c9945 user: dgp tags: trunk
14:36
Remove execute bit from tclStrToD.c check-in: 97d7eb05fc user: dkf tags: trunk
14:22
Merge to feature branch check-in: e058edf908 user: dkf tags: mig-no280
14:18
Merge to feature branch check-in: a7a0485fd1 user: dkf tags: mig-alloc-reform
14:17
Merge to feature branch Leaf check-in: a35d52175c user: dkf tags: aku-tip-280-cl-perf-trial
14:11
Merge to feature branch check-in: 0f976afd0f user: dkf tags: dkf-notifier-poll
14:10
Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated test frameworks have n... check-in: 1758d58a3c user: dkf tags: trunk
14:01
Remove unused header file: unix/tclUnixThrd.h check-in: f0f03b194c user: jan.nijtmans tags: trunk
13:55
More generation of error codes ([format], after, [trace], RE optimizer). check-in: 7100664240 user: dkf tags: trunk
13:46
Minor tinkering with style. check-in: ad00613d3e user: dkf tags: trunk
13:40
Better error-message in case of errors related to setting a variable check-in: 0b4ce29050 user: jan.nijtmans tags: trunk
08:08
FRQ #3257396: Remove use of --export-dynamic check-in: bde7b55ccf user: jan.nijtmans tags: jn-frq-3257396
07:03
Explain chrome options better check-in: e860adf254 user: alex tags: ferrieux-nacl
2011-04-03
23:56
Clarify which files are actually symlinks check-in: d7c3b38fe1 user: alex tags: ferrieux-nacl
23:35
New branch ferrieux-nacl : a port of Tcl to Google's Nacl (Native Client) check-in: c38762ae52 user: alex tags: ferrieux-nacl
06:05
More generation of error codes (namespace creation, path normalization, pipeline creation, package h... check-in: a6c95ed9e0 user: dkf tags: trunk
2011-04-02
22:07
Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 147186904c user: kbk tags: trunk
17:22
More generation of errorCodes ([interp], [lset], [load], [unload]). check-in: d109deac44 user: dkf tags: trunk
12:17
More generation of errorCode information (default [bgerror] and [glob]). check-in: a2fcb8020d user: dkf tags: trunk
2011-04-01
10:48
mathematical version of TIP#131 check-in: c5a8b77ec4 user: max tags: trunk
09:29
Implement TIP#131 check-in: c7f554fb21 user: max tags: trunk
2011-03-31
10:05
Merge to feature branch check-in: ca02b70013 user: dkf tags: dkf-notifier-poll
10:04
TclClockOldscanObjCmd: More generation of errorCode information. check-in: 25eb27727e user: dkf tags: trunk