Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1699 check-ins using file generic/tclScan.c version 918675c45e
|
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 | |
|
2017-10-30
| ||
| 01:06 | merge 8.6.5 check-in: 76eb1ed02f user: dgp tags: tip-278 | |
|
2017-09-05
| ||
| 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 | |
|
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-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-18
| ||
| 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
| ||
| 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-07-10
| ||
| 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-06-13
| ||
| 12:28 | Improve docs, add tests, fix a corner case in the implementation. Closed-Leaf check-in: 097ba887bf user: dkf tags: oo-copy-ns | |
| 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 | |
|
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: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 | |
| 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: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 | |
| 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: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 [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world was a VAX] for OpenBSD... check-in: 82701b94c4 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-05-16
| ||
| 09:22 | small amend with forgetten static keyword by option Closed-Leaf check-in: 155b0b9754 user: sebres tags: sebres-8-6-clock-speedup | |
| 09:16 | optimized special case "-now" of base (by scan or add) or clock value (by format): bypass integer re... check-in: 3bbb6ac34c user: sebres tags: sebres-8-6-clock-speedup | |
| 08:51 | resolved warnings compiled with gcc, removed unused "MsgCtLitIdxs" (was moved to tclClock.c) check-in: 83b60683de user: sebres tags: sebres-8-6-clock-speedup | |
|
2017-05-12
| ||
| 19:58 | Fixed stardate format: be sure positive after decimal point (note: clock-value can be negative - mod... check-in: beb29f4251 user: sebres tags: sebres-8-6-clock-speedup | |
| 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 | |
| 07:45 | restored "-encoding utf-8" by source clock.tcl (lost by merging) check-in: dfa35bad59 user: sebres tags: sebres-8-6-clock-speedup | |
|
2017-05-11
| ||
| 21:53 | fixes lost indentation during back-porting check-in: 08692765e4 user: sebres tags: sebres-8-6-clock-speedup | |
| 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 | |
| 16:56 | update documentation doc/clock.n: small enhancements and relevant changes of new engine. check-in: 389c481865 user: sebres tags: sebres-8-6-clock-speedup | |
| 15:07 | [clock] tclStrIdxTree extended with possibility to hold client data; also changed in clock - indices... check-in: bb51fdfa13 user: sebres tags: sebres-8-6-clock-speedup | |
| 15:07 | prevents loss of key object if the format object (where key stored) becomes changed (loses its inter... check-in: 074c609e85 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:32 | auto-loading of ensemble and stubs on demand only (+ test covered now, see clock-0.1); introduces... check-in: dea486a461 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:25 | performance test cases extended: several cases to cover absence of the ensemble overhead check-in: d5393d3ceb user: sebres tags: sebres-8-6-clock-speedup | |
| 09:47 | merge sebres-8-6-timerate check-in: 08a111f2fa user: sebres tags: sebres-8-6-clock-speedup | |
| 09:46 | man for timerate (doc/timerate.n) check-in: 214a30c17b user: sebres tags: sebres-8-6-timerate | |
|
2017-05-10
| ||
| 13:02 | Added files missing after merge/back-port (rebase with merge point) check-in: 9e8757a67a user: sebres tags: sebres-8-6-clock-speedup | |
| 12:30 | Fixed possible wrong current date for CET / CEST test cases. check-in: ff211bf529 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::format") if failed throu... check-in: f33cef8a94 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All commands (including new) ... check-in: aab8387614 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | resolving differences between 8.6 and trunk check-in: 313b8e2f77 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | clock.test normalized (compared with trunk) check-in: 1217046826 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:28 | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to 8.6): tcl-clock functi... check-in: d827030278 user: sebres tags: sebres-8-6-clock-speedup | |
|
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 [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|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: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: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 | |
| 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:22 | merge core-8-6-branch check-in: f3148fad99 user: jan.nijtmans tags: trunk | |
| 08:20 | Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|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 | |
| 12:38 | Start of implementation of TIP #470. check-in: 80f6a35f66 user: dkf tags: tip-470 | |
| 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
| ||
| 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 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: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 [bc432269b74e9b246bf01f354714fed47cb227ed|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 | |
|
2017-04-17
| ||
| 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 | |
| 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 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 | |
| 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: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 | |
|
2017-04-11
| ||
| 19:11 | More changes work check-in: 3978cbe99e user: dgp tags: core-8-6-7-rc | |
|
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
| ||
| 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: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: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:53 | Fix [4768eb5c166a1b923e3472d18d75fdccc1a47513|4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk | |
| 13:23 | merge trunk check-in: f8d6447fff user: jan.nijtmans tags: z_modifier | |
| 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: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: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: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
| ||
| 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 | |
| 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
| ||
| 12:51 | merge 8.6 check-in: 8956dcddc6 user: dgp tags: core-8-6-7-rc | |
| 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: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: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 | |
| 10:22 | Merge trunk check-in: bc31ce8337 user: jan.nijtmans tags: tip-439, semver | |
| 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:22 | merge 8.6 check-in: 4d1a708d9f user: dgp tags: core-8-6-7-rc | |
| 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-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 | |
|
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 [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib documentation is under a pot... check-in: 9f52002a0a user: jan.nijtmans tags: trunk | |
| 11:05 | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|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: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 | |
|
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:19 | merge trunk check-in: 5fb0e5ebc8 user: dgp tags: bg-tip-282 | |
| 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. Leaf 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-22
| ||
| 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 | |
|
2017-02-15
| ||
| 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: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: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 | |
| 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: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: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: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
| ||
| 14:53 | Merge trunk. Don't use ListObjLength() in tclStrToD.c Closed-Leaf check-in: 7738a00416 user: jan.nijtmans tags: jn-emptystring | |
| 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 | |
| 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
| ||
| 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:55 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: c63d2eba50 user: jan.nijtmans tags: trunk | |
| 14:53 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: 391ad1092f user: jan.nijtmans tags: core-8-6-branch | |
|
2017-01-31
| ||
| 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
| ||
| 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: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-23
| ||
| 09:11 | Merge trunk Closed-Leaf check-in: 6f31b91468 user: jan.nijtmans tags: package_files | |
|
2017-01-20
| ||
| 16:21 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: a1398bebc9 user: jan.nijtmans tags: trunk | |
| 16:20 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|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-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: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: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: 5c15fabea2 user: venkat tags: trunk | |
| 08:46 | Merge IETF tzdata2016j check-in: 5aa7a47cef user: venkat tags: core-8-6-branch | |
|
2017-01-13
| ||
| 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
| ||
| 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: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
| ||
| 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: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: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 [7c7d3b4481d4e4e86420b54031f4abd1df18d64|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 [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now) without the "source -n... check-in: abcf4db593 user: jan.nijtmans tags: trunk | |
| 12:55 | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|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
| ||
| 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: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 | |
|
2016-12-23
| ||
| 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 | |
| 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 [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]: Tcl_LinkVar is... check-in: 2d5e0a6533 user: jan.nijtmans tags: bug-39f6304c2e | |
|
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-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 | |
| 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-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 | |
| 19:35 | More tests, comments and improvements to initial implementation. check-in: ed5acdb987 user: dah tags: dah-proc-arg-upvar | |
|
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 | |
|
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 | |
| 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: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: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:01 | merge trunk check-in: 4162fbf706 user: limeboy tags: tip-456 | |
| 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 | |
| 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 | |
| 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:03 | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDic... check-in: 63240d8b9e user: jan.nijtmans tags: trunk | |
| 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 | |
| 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 | |
| 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: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 | |
| 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 [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|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:15 | More internal use of size_t in stead of int. check-in: ef4da65408 user: jan.nijtmans tags: trunk | |
|
2016-11-18
| ||
| 15:51 | Minor: fix the indentation of comments. check-in: 06883b64fd user: dkf tags: trunk | |
| 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 [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|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: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: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 | |
| 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 | |
|
2016-11-12
| ||
| 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
| ||
| 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 [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk | |
| 10:55 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 56afef9ae8 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-11-10
| ||
| 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 | |
| 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: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: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: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: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: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: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 | |
|
2016-10-18
| ||
| 19:16 | Use memcmp where possible. check-in: 1799506222 user: dgp tags: trunk | |
|
2016-10-14
| ||
| 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
| ||
| 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
| ||
| 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: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 | |
|
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 [http::unregister]. check-in: 6bae8fa2fd user: dkf tags: trunk | |
| 17:10 | [74bc0e44f5] Document result of [http::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
| ||
| 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 | |
|
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 | |
| 15:23 | Harmonize tests with expr implementation. Closed-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: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 | |
| 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: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
| ||
| 09:25 | merge trunk check-in: da75b7b44f user: jan.nijtmans tags: tip-439, semver | |
| 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:36 | Revert b98ee56376. The "bug" fixed was documented behavior. check-in: e087838b90 user: dgp tags: trunk | |
| 07:28 | Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 check-in: 20c19f9d55 user: gahr tags: trunk | |
|
2016-09-08
| ||
| 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 | |
| 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: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: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 | |
| 13:34 | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk | |
| 12:54 | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|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: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 [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by Gustaf Neumann check-in: 3b88e32691 user: jan.nijtmans tags: bug-d4e7780ca1 | |
|
2016-08-30
| ||
| 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: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... Closed-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
| ||
| 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
| ||
| 16:20 | Update changes file. check-in: 43ae83ee3c user: dgp tags: core-8-6-6-rc | |
|
2016-07-20
| ||
| 20:39 | Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk | |
| 17:39 | Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk | |
| 16:32 | Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk | |
| 15:43 | Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk | |
| 11:48 | merge 8.6 check-in: 7cba574a67 user: dgp tags: core-8-6-6-rc | |
| 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
| ||
| 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
| ||
| 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 | |
| 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
| ||
| 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 | |
| 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: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 | |
|
2016-07-12
| ||
| 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 | |
| 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: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: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: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
| ||
| 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: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 | |
| 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 | |
|
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 | |
| 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: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 | |
|
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 | |
| 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: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
| ||
| 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: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: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: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 | |
|
2016-06-30
| ||
| 13:55 | Merge trunk check-in: f1bf3ef179 user: jan.nijtmans tags: tip-439, semver | |
| 13:16 | Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk | |
|
2016-06-29
| ||
| 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 | |
| 14:26 | merge 8.6 Closed-Leaf check-in: 152c9bf698 user: dgp tags: dgp-ensemble-rewrite | |
|
2016-06-27
| ||
| 20:29 | Re-order loop for fewer gotos. check-in: 0959583cf9 user: dgp tags: trunk | |
| 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: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: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: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:57 | merge 8.6 check-in: 36e5654983 user: dgp tags: dgp-ensemble-rewrite | |
| 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 | |
| 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
| ||
| 00:53 | merge 8.6 check-in: 4e27cf4c80 user: dgp tags: dgp-ensemble-rewrite | |
|
2016-06-16
| ||
| 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 | |
|
2016-06-14
| ||
| 10:00 | merge core-8-6-branch check-in: 86d0252679 user: jan.nijtmans tags: zipfs | |
| 09:58 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5aad54f649 user: jan.nijtmans tags: trunk | |
| 09:57 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|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:22 | Merge core-8-6-branch check-in: 35e0812952 user: jan.nijtmans tags: zipfs | |
|
2016-06-02
| ||
| 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 | |
| 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: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 | |
|
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
| ||
| 15:55 | merge 8.6 check-in: 4c37c40df1 user: dgp tags: dgp-ecr | |
| 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
| ||
| 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 | |
|
2016-04-29
| ||
| 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-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: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:46 | Update to tzdata2016d from IETF check-in: 7c5c37bb01 user: venkat tags: merge:tzdata-to-trunk | |
| 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 | |
| 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-11
| ||
| 17:29 | [d1f55451c6] Remove unnecessary panic routines. check-in: e9ad201186 user: dgp tags: trunk | |
|
2016-04-10
| ||
| 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
| ||
| 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 | |
| 13:30 | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: 697c1c9931 user: jan.nijtmans tags: trunk | |
| 13:27 | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: e40eb76900 user: jan.nijtmans tags: core-8-6-branch | |
| 12:28 | merge 8.6 check-in: 0fdb5892a5 user: jan.nijtmans tags: trunk | |
| 12:26 | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters check-in: a3e6750fec user: jan.nijtmans tags: core-8-6-branch | |
|
2016-04-07
| ||
| 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 | |
|
2016-04-05
| ||
| 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 | |
|
2016-04-04
| ||
| 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 | |
| 18:27 | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts and to reduce string copying. check-in: d991496886 user: dgp tags: trunk | |
| 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 | |
| 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:06 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess sp... check-in: 976ec94ceb user: jan.nijtmans tags: trunk | |
| 13:04 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt check-in: 06ccf650a8 user: jan.nijtmans tags: core-8-6-branch | |
| 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
| ||
| 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: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 | |
| 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 | |
| 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: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: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: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 | |
| 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 | |
| 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 | |
| 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 | |
| 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: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
| ||
| 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 | |
| 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:07 | Update tzdata to 2016b from ietf.org check-in: 938b541a95 user: venkat tags: trunk | |
|
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: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 | |
| 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
| ||
| 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: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
| ||
| 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 | |
| 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 | |
|
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
| ||
| 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: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: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: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
| ||
| 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: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:18 | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|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 [http://semver.org/|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
| ||
| 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: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: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 [https://www.sqlite.org/src/info/34eb6911afee09e7|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 | |
|
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: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: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: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: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: bug-57945b574a, tip-435 | |
| 19:47 | Add macro magic for non-threaded builds. check-in: 36666aee4c user: mistachkin tags: bug-57945b574a, tip-435 | |
| 19:11 | Add experimental Tcl_SetMutexWaitProc public API. check-in: 74d995560a user: mistachkin tags: bug-57945b574a, tip-435 | |
| 17:02 | Merge updates from trunk. check-in: 6e776b8e33 user: mistachkin tags: bug-57945b574a, tip-435 | |
| 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 | |
|
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
| ||
| 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 | |
|
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 | |
| 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: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: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
| ||
| 11:18 | Fix signed<->unsigned compare gcc compiler warning. check-in: d89f5f9792 user: jan.nijtmans tags: trunk | |
|
2015-09-30
| ||
| 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 | |
| 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
| ||
| 12:59 | merge trunk check-in: bd170ad572 user: jan.nijtmans tags: androwish | |
|
2015-09-25
| ||
| 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 [5d170b5ca5e12743006d737c79f959f3efabc644|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: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: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 | |
| 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 | |
| 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: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
| ||
| 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 [00189c4afcb9e2586301d711f71383e48817a72d|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:07 | Merge tzdata2015f check-in: ca76ce4725 user: venkat tags: trunk | |
|
2015-08-06
| ||
| 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-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: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 [57945b574a6df0332efc4ac96b066f7c347b28f7|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 | |
|
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 | |
| 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 | |
|
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
| ||
| 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 | |
| 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: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 | |
| 12:08 | merge tests Leaf check-in: a6e2e5b9f5 user: aspect tags: aspect-lreplace-cleanup | |
| 12:08 | lreplace test battery check-in: 0586ceac09 user: aspect tags: aspect-lreplace-cleanup | |
| 12:06 | test cases for 0f2c6bc9a Leaf check-in: 107f4f9bdc user: aspect tags: aspect-lreplace-tests-1 | |
| 11:44 | test cases for b820489dec Leaf check-in: 355706aa97 user: aspect tags: aspect-lreplace-tests | |
| 11:22 | allow lreplace to append check-in: 0f2c6bc9a8 user: aspect tags: aspect-lreplace-cleanup | |
| 11:12 | fix inverted empty list test in replaceRange case check-in: b820489dec user: aspect tags: aspect-lreplace-cleanup | |
| 11:08 | tidy up lreplace bytecode generation; fall back to interpreted for more cases check-in: 0c4a83c31e user: aspect tags: aspect-lreplace-cleanup | |
|
2015-06-28
| ||
| 01:55 | Merge tzdata2015e from ietf.org check-in: 1615793e80 user: venkat tags: trunk | |
|
2015-06-25
| ||
| 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
| ||
| 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 | |