Timeline
Not logged in

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

725 check-ins using file tests/utf.test version 60e0d49e57

2018-05-29
17:41
fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDT check-in: deec2700e3 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:38
forgotten flag "CLF_DAYOFWEEK" in one case, where day of week is set check-in: bec54ca26f user: sebres tags: sebres-8-6-clock-speedup-cr2
17:38
revert explicit adding of validity mode suffix in all test-cases: used wrapper command "test" instea... check-in: 3af5fef4cf user: sebres tags: sebres-8-6-clock-speedup-cr2
17:37
tests: sort test-files without extension (e. g. "clock" before "clock-ivm"). check-in: 98a00c62b4 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:27
conditional test-call rewritten: realized via tests\clock-ivm.test to cover inverted default validat... check-in: 4665d73890 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:26
fixed week-based calculation if neither mmdd nor ddd available; check-in: 4a386a66d2 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:25
validation rules: extended for day of year (and test covered now) check-in: cfdbd76b55 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:24
amend after rebase to master: follow rename yyDayNumber to yyDayOfWeek check-in: f8a84dde36 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:24
validation rules ready for scan/freescan; test cases extended; code review and clean-up; running of... check-in: 8905217602 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:21
first simple validation rules introduced check-in: c84575aa78 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:20
try to re-implement validation rules for `clock scan` (option `-valid 1|0`), see http://core.tcl.tk/... check-in: 096133d01b user: sebres tags: sebres-8-6-clock-speedup-cr2
17:19
Merge branch 'freescan_tz_fix' check-in: 50b7f5a2e7 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:18
follow http://core.tcl.tk/tcl/info/a3463a55a6a27eed: Historical change affecting tests: Detroit did ... check-in: 23e69132ef user: sebres tags: sebres-8-6-clock-speedup-cr2
17:16
Fixed performance test-cases: several test-cases repaired to be feasible using original clock engine... check-in: 2ee4bbed52 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:14
fixed test-cases (regardless the current time zone) check-in: cf59c755f3 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:14
FreeScan: rewritten lexer rules and some tokens for better space recognition; fewer conflicts (shift... check-in: 27ca927b8f user: sebres tags: sebres-8-6-clock-speedup-cr2
17:13
Apply Flightaware DST fix check-in: 40ff672959 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:12
try to fix GMT+0000, etc. **still wrong**, because of "GMT+1" and because of longest match "00:00 GM... check-in: 5371ea9f5f user: sebres tags: sebres-8-6-clock-speedup-cr2
17:11
FreeScan: repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59:59 +0100", additionally... check-in: 9c2d7fe16b user: sebres tags: sebres-8-6-clock-speedup-cr2
17:11
replace unneeded calculation of seconds of day (already available in field secondOfDay) check-in: aff1947daf user: sebres tags: sebres-8-6-clock-speedup-cr2
17:10
fixed multi-threaded race condition, if the same format will be first time used by 2 threads simulta... check-in: a95763095c user: sebres tags: sebres-8-6-clock-speedup-cr2
17:09
code review and cleanup (remove unused code) check-in: 8fe3268359 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:04
code review and cleanup (remove unused code) check-in: 5638c57be0 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:03
Added max permitted threshold (buffer size > result size) in percent, to directly return the buffer ... check-in: 2f98e44d4b user: sebres tags: sebres-8-6-clock-speedup-cr2
17:02
further optimization: better cache for GMT-timezone + minimize (re)allocation of buffers check-in: a011e0dddc user: sebres tags: sebres-8-6-clock-speedup-cr2
17:01
code review: micro optimizations check-in: f5e76e52be user: sebres tags: sebres-8-6-clock-speedup-cr2
16:59
generic\tclStrIdxTree.c: bug fix (lost abbreviation), if tree will be built from 2 lists, and the sh... check-in: 3a486c36b5 user: sebres tags: sebres-8-6-clock-speedup-cr2
16:47
performance: GetMonthDay re-implemented using most faster algorithm (without cycle). check-in: fffbb37b2a user: sebres tags: sebres-8-6-clock-speedup-cr2
16:45
try to resolve warnings by some forwards declarations: redefinition of typedef 'ClockScanToken' is a... check-in: dc1c56b36a user: sebres tags: sebres-8-6-clock-speedup-cr2
16:45
fixed test case clock-0.1 "auto-loading of ensemble and stubs on demand" - makes no sense if tclcloc... check-in: 6ffebe779b user: sebres tags: sebres-8-6-clock-speedup-cr2
16:42
Initialize prevf to fix (used before set) warning. * Prevf doesn't get used at line 145 unless `p... check-in: 60ed2fe58c user: sebres tags: sebres-8-6-clock-speedup-cr2
16:40
tests-perf\test-performance.tcl: ported from sebres-8-6-event-perf-branch (common test performance f... check-in: a08a2e912f user: sebres tags: sebres-8-6-clock-speedup-cr2
2018-02-04
13:49
getting it closer to working. Closed-Leaf check-in: b7161983e5 user: avl42 tags: tcl-469-1st-try
2018-01-26
19:48
silence compiler warning check-in: 37e302b6be user: dgp tags: sebres-string-insert-cr1
2017-11-17
07:05
Check for existence of targets.vc, not rules.vc to determine nmake support dir. check-in: d3adc68def user: apnadkarni tags: vc-reform
06:52
Add PRJ_PACKAGE_TCLNAME and other minor changes. Also: Change ifdef checks to check for empty strin... check-in: 9dfdb9f88b user: apnadkarni tags: vc-reform
2017-11-15
13:18
Loosen restriction on where rules-ext.vc file is located. check-in: 67db82ed88 user: apnadkarni tags: vc-reform
11:47
Include PKGNAMEFLAGS in stubscflags as some extension stubs use it check-in: 3b82400057 user: apnadkarni tags: vc-reform
07:54
Added default-install-stubs target. Make presence of nmake support files in extension directory opti... check-in: 3be76595ca user: apnadkarni tags: vc-reform
2017-11-08
18:52
Also remove panicVA(). check-in: 7500a3e45a user: dgp tags: tip-422
2017-11-07
16:47
Fix inclusion of custom resource files to match TIP spec check-in: 495fe8bd3a user: apnadkarni tags: vc-reform
09:33
Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP #422 is adapted accord... check-in: 24db7a9013 user: jan.nijtmans tags: tip-422
09:08
TIP #422 implementation, Tcl 8.7 part. Closed-Leaf check-in: eaefb24db7 user: jan.nijtmans tags: tip-422-for-8
2017-11-06
15:04
merge-mark check-in: a898034af7 user: jan.nijtmans tags: trunk
14:55
merge trunk check-in: 70449c549e user: jan.nijtmans tags: novem
14:50
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 ac... check-in: 1de7d31a02 user: jan.nijtmans tags: trunk
14:46
Fix version number of Windows Help file (not sure if it's actually used, but better safe than sorry) check-in: 8fcf451885 user: jan.nijtmans tags: core-8-branch
01:33
Rewrite documentation in comments for brevity and clarity. check-in: 568bd16ef2 user: pooryorick tags: trunk
00:17
merge 8.7 check-in: b7ea80156a user: dgp tags: tip-445
00:13
merge novem check-in: 7a4b5d5584 user: dgp tags: dgp-refactor
2017-11-05
14:41
merge core-8-branch check-in: f70e3acac4 user: jan.nijtmans tags: semver
14:35
merge core-8-branch check-in: 25a6bc568f user: jan.nijtmans tags: no-wideint
14:32
merge-mark check-in: 00716f8a93 user: jan.nijtmans tags: novem
14:24
merge trunk check-in: 9a1ca33625 user: jan.nijtmans tags: novem
14:21
Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate check-in: 1c1c230410 user: jan.nijtmans tags: trunk
14:14
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more check-in: 29c3b25318 user: jan.nijtmans tags: core-8-branch
2017-11-04
00:45
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 9d3eb006b3 user: dkf tags: trunk
00:44
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 5bc169fef7 user: dkf tags: core-8-branch
00:34
Fix for the weird [string first] behaviour. Closed-Leaf check-in: 7af9c67f01 user: dkf tags: string-first-unicode-bug
00:25
Detected bug in [string first] with unicode. Pat Thoyts found it. check-in: d2c4c651ca user: dkf tags: string-first-unicode-bug
2017-11-03
19:28
merge novem check-in: aae98a4d0e user: dgp tags: dgp-refactor
19:25
merge trunk check-in: a28b07053f user: dgp tags: novem
19:15
merge 8.7 check-in: f3e727f051 user: dgp tags: tip-445
18:56
TIPs 330 & 336 changes to Tcl 9 Implementation check-in: 07f5802714 user: dgp tags: trunk
18:44
TIP 278 Implementation check-in: 580ef6f047 user: dgp tags: trunk
18:39
TIP 114 Implementation check-in: 69397ff5af user: dgp tags: trunk
17:12
Merge package tolerances of Tcl 9. check-in: 8f0e7256c6 user: dgp tags: trunk
17:11
Bump to 9.0a0 check-in: f8ef35231d user: dgp tags: trunk
17:02
Revise a few stray packages not yet ready to tolerate a Tcl 9 bump. check-in: 7ac38785b5 user: dgp tags: core-8-branch
16:48
TIP 345 Implementation. check-in: 169ddc1957 user: dgp tags: trunk
16:10
Remove UpdateStringOfEndOffset() and related test-cases (this function is never actually used in Tcl... check-in: 5f92dc1f16 user: jan.nijtmans tags: bug-aaa02c55b9
13:05
merge zipfs check-in: 1e71395a96 user: jan.nijtmans tags: androwish
12:59
merge core-8-6-branch check-in: e80e6c0ea5 user: jan.nijtmans tags: zipfs
12:59
merge core-8-6-branch check-in: 705199e7bf user: jan.nijtmans tags: trunk
12:57
Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robustness. And fix a minor ... check-in: 4f69064432 user: jan.nijtmans tags: core-8-6-branch
12:24
merge trunk check-in: 4cb643b572 user: jan.nijtmans tags: no-wideint
12:15
merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk
12:14
Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which give advantage for platfor... check-in: 98b536e08b user: jan.nijtmans tags: core-8-6-branch
10:34
First shot at proposed solution (with test-cases). Doesn't handle "end-<integer>" and "<integer>-<in... check-in: 226140f554 user: jan.nijtmans tags: bug-aaa02c55b9
04:09
Revised Tip#479. Renamed new commands, added an info argspec command. @proc -> procx. @args -> argsx... Leaf check-in: 8db02d0c98 user: hypnotoad tags: tip479
2017-11-02
20:02
Pulling changes from trunk check-in: ed05b17d1c user: hypnotoad tags: tip479
13:21
merge novem check-in: 0e028ed45f user: dgp tags: dgp-refactor
12:53
merge trunk check-in: 319a7765cd user: dgp tags: novem
2017-11-01
22:21
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk
21:05
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk
16:16
merge novem check-in: ceec7bcd98 user: dgp tags: novem-purge-literals
14:46
TIP 422 implementation (rebase of branch novem-remove-va to trunk). check-in: e090a04f00 user: dgp tags: tip-422
12:35
Finally, get rid of tclWideIntType completely check-in: 01d55bd3e1 user: jan.nijtmans tags: no-wideint
2017-10-31
16:40
Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (since both have the same... check-in: 4b60ad78c5 user: jan.nijtmans tags: no-wideint
16:16
eliminate most use of (long) type, except for increments check-in: e2f2e6ca33 user: jan.nijtmans tags: no-wideint
14:48
Only use 64-bit tables for all platforms check-in: 60ef19dbc0 user: jan.nijtmans tags: no-wideint
14:40
more progress check-in: 24bff73c31 user: jan.nijtmans tags: no-wideint
12:39
more simplifications check-in: fc07c2bbab user: jan.nijtmans tags: no-wideint
11:37
Fix 2 failing test-cases, broken by some earlier commit check-in: 2aa14f69f0 user: jan.nijtmans tags: no-wideint
09:48
Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult by no longer assuming ... Closed-Leaf check-in: 91ee06dae2 user: jan.nijtmans tags: tip-330-336
2017-10-30
18:38
Updating core documentation with new behaviors from tip 479 check-in: c03fbe938d user: hypnotoad tags: tip479
17:43
Added tests for tip-479's new behavior check-in: a0941fe833 user: hypnotoad tags: tip479
16:46
Fix some pointer arthemeric (only visible on big-endian systems) check-in: d3adf52e7a user: jan.nijtmans tags: no-wideint
16:11
merge novem check-in: 00ce925303 user: dgp tags: dgp-refactor
16:11
Add the macro for ::oo::define::@method check-in: 84dd8878f8 user: hypnotoad tags: tip479
15:35
tidy? check-in: cc31c47dd3 user: dgp tags: tip-330-336
15:25
tidy check-in: e2ebfa8f73 user: dgp tags: tip-330-336
15:15
tidying check-in: 4ea0fcd9ac user: dgp tags: tip-330-336
14:56
Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. This makes the Tcl_Interp struct full... check-in: 70e9e38504 user: dgp tags: tip-330-336
14:37
Working implementation of tip#479 check-in: 6731ba3604 user: hypnotoad tags: tip479
14:32
more progress in code simplifications check-in: 3876616fc4 user: jan.nijtmans tags: no-wideint
14:01
Preliminary (non working at this point) implementation of tip479 check-in: c8c3341810 user: hypnotoad tags: tip479
12:48
TIP 278 into novem. check-in: 48a7a3af50 user: dgp tags: novem
12:43
TIP 345 into novem. check-in: e8a10ae4fa user: dgp tags: novem
12:41
Rebase tip-278 branch to workaround CVS conversion woes. Closed-Leaf check-in: 8103b8c9fd user: dgp tags: tip-278
12:08
merge trunk Closed-Leaf check-in: 42c669a1e0 user: dgp tags: tip-278
12:03
merge trunk check-in: bc43c864d7 user: dgp tags: tip-445
12:02
merge trunk Closed-Leaf check-in: 848a10e460 user: dgp tags: tip-345
12:02
merge trunk Closed-Leaf check-in: a2d4cd2f93 user: dgp tags: tip-114
11:01
Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplificat... check-in: c606809235 user: jan.nijtmans tags: no-wideint
08:47
Experimental branch meant to eliminate the "wideint" type, just merge it to a single "int" type. No ... check-in: c2abe1efd0 user: jan.nijtmans tags: no-wideint
05:25
merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk
05:19
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... Closed-Leaf check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91
03:45
merge novem check-in: ad63c68937 user: dgp tags: dgp-refactor
03:35
merge trunk check-in: 616515703c user: dgp tags: tip-445
03:29
merge trunk check-in: 8b988cd8ee user: dgp tags: novem
03:25
merge trunk check-in: 7a5d212d1a user: dgp tags: tip-278
03:23
merge 8.6 check-in: 0c0de52be7 user: dgp tags: trunk
03:23
More test rewrites for robust var resolution. check-in: 3ccc116e36 user: dgp tags: core-8-6-branch
03:01
merge 8.6 check-in: 2ce0a4a90e user: dgp tags: trunk
02:55
Revise tests that relied on deprecated variable resolution rules. check-in: 3e3819a1ea user: dgp tags: core-8-6-branch
02:16
merge trunk: check-in: 891a615296 user: dgp tags: tip-278
2017-10-28
17:18
Minor edits check-in: ab57722810 user: apnadkarni tags: vc-reform
2017-10-27
15:36
merge novem check-in: 52b1608dc2 user: dgp tags: dgp-refactor
15:20
merge trunk check-in: 0608bd6778 user: dgp tags: novem
15:04
merge zipfs check-in: 678164ee9b user: jan.nijtmans tags: androwish
14:56
merge core-8-6-branch check-in: e00f391a4d user: jan.nijtmans tags: zipfs
13:12
merge trunk check-in: 58759b9397 user: dgp tags: tip-445
13:12
merge trunk check-in: bb2a028c26 user: dgp tags: tip-345
13:07
merge trunk check-in: 51fa9fffa1 user: dgp tags: tip-114
12:57
oops check-in: 4456d66c47 user: dgp tags: trunk
12:57
oops check-in: 58b2048198 user: dgp tags: core-8-6-branch
12:51
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 3f35692159 user: dgp tags: trunk
12:50
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 67d6de0b15 user: dgp tags: core-8-6-branch
12:04
merge mark check-in: 7446fb0672 user: dgp tags: trunk
09:21
merge trunk. Change various TCL_LINK_? macros to TCL_TYPE_? check-in: 5e0b71621b user: jan.nijtmans tags: tip-312
08:45
First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #481]: Extend size range o... check-in: 3d8b34236d user: jan.nijtmans tags: tip-481
07:26
Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc15... check-in: ad84a95758 user: jan.nijtmans tags: trunk
2017-10-26
15:07
Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments. check-in: e81eb0a860 user: apnadkarni tags: vc-reform
02:08
Create new testing command [teststringbytes] to probe the things that otherwise require [encoding co... check-in: 7ef97e4681 user: dgp tags: tip-345
2017-10-25
17:31
Fix typo in set-old.test Closed-Leaf check-in: 4dca2189b0 user: fvogel tags: tip-421, bll-array-for
02:59
Updated comments. check-in: de9b52c251 user: apnadkarni tags: vc-reform
02:54
Convert remaining tests to use [testbytestring]. encoding-15.3 still needs replacement for [encoding... check-in: a286e2bb69 user: dgp tags: tip-345
02:23
Repair Tcl_CreateEncoding(); Modernize [testencoding]; Update most tests toying with identity encodi... check-in: 0b63befe36 user: dgp tags: tip-345
2017-10-24
23:30
Stop using "identity" as an encoding to test basic functionng of the [encoding] command. "iso8859-1"... check-in: 8e532b34df user: dgp tags: tip-345
23:16
Extend Tcl_CreateEncoding() to be able to create an encoding without registering it when it has no n... check-in: 63dd2e19e8 user: dgp tags: tip-345
21:24
'array for' implementation (TIP #421) from Brad Lanam check-in: 4d4e808594 user: fvogel tags: tip-421, bll-array-for
14:11
Cherrypick: [fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0aa4803add user: dkf tags: core-8-6-branch
13:59
merge trunk check-in: a4edde8f85 user: jan.nijtmans tags: z_modifier
13:59
merge trunk check-in: 34abf9bf2f user: jan.nijtmans tags: win-console-panic
13:57
merge trunk check-in: 7620549f82 user: jan.nijtmans tags: novem
13:56
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk
13:35
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 0ea0323496 user: kbk tags: novem
13:32
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: be4ae903c7 user: kbk tags: trunk
13:30
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 810600812c user: kbk tags: core-8-6-branch
11:25
[fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0d7a96d2b5 user: dkf tags: trunk
11:23
Added test case. check-in: efdb206a73 user: dkf tags: bug-fc1409fc91
08:38
[fc1409fc91]: TclOO method with non-literal value for body argument causes segmentation fault check-in: d6d4b18fc1 user: pooryorick tags: bug-fc1409fc91
2017-10-23
17:58
backout initial commit; need more care. Binary writes internally make use of this encoding. Need to... check-in: 69404f073a user: dgp tags: tip-345
17:12
Update TZ info to tzcode2017c. check-in: 822e31b89d user: jima tags: novem
17:10
Update TZ info to tzcode2017c. check-in: 9fd28af657 user: jima tags: trunk
17:06
Implementation branch for TIP 345: Kill the "identity" encoding. This checkin, completely does that.... check-in: 04e7b29a20 user: dgp tags: tip-345
16:59
Update TZ info to tzcode2017c. check-in: b0e52b87d7 user: jima tags: core-8-6-branch
16:20
Implementation branch for TIP 114 - Eliminate Octal Parsing... check-in: c5426334cf user: dgp tags: tip-114
13:53
Eliminate loimpact and tclalloc options. check-in: c6a9ff71d6 user: apnadkarni tags: vc-reform
13:47
tclWinPanic.c is in the \win directory, not in \generic! check-in: 381a1f89e1 user: jan.nijtmans tags: win-console-panic
13:23
merge trunk check-in: ed4667c2a5 user: jan.nijtmans tags: win-console-panic
12:10
merge core-8-6-branch check-in: 91967bbc3f user: jan.nijtmans tags: trunk
12:09
Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'Tcl_Flush' check-in: f7b55d3100 user: jan.nijtmans tags: core-8-6-branch
11:48
merge trunk Leaf check-in: 90692bcb98 user: dgp tags: tip-282
2017-10-21
12:14
Fully qualify OUT_DIR and TMP_DIR paths so that the test target can change directories and not break... check-in: 9613a236f8 user: apnadkarni tags: vc-reform
2017-10-20
15:32
Added test and shell targets. check-in: 7158ed350a user: apnadkarni tags: vc-reform
12:46
merge novem check-in: fd7489794a user: dgp tags: dgp-refactor
12:44
merge trunk check-in: fb19c3ba7d user: dgp tags: tip-445
12:36
Merge core-8-6-branch (execpt file win/makefile.vc) Closed-Leaf check-in: 0c840ffac5 user: dgp tags: sebres-8-6-clock-speedup-cr1
12:34
merge trunk: check-in: 992db56638 user: dgp tags: novem
2017-10-19
09:30
[1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: 8e4847552a user: dkf tags: trunk
09:28
Oops; put the code in the wrong place. Mixins have priority when deciding method visibility. check-in: 4140046408 user: dkf tags: core-8-6-branch
09:24
[1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: f8310655d4 user: dkf tags: core-8-6-branch
09:22
Ensure that method list introspection finds methods from mixins in all cases. Use better approach fo... Closed-Leaf check-in: deb7ff3522 user: dkf tags: bug-1a56550e96
2017-10-18
18:52
Consistently use 'TCLSH_NATIVE' for all MSVC targets that need to execute Tcl. check-in: e5d5305bfa user: mistachkin tags: irontcl
18:23
[1a56550e96] Mixins aren't being searched correctly by [info class methods -all] check-in: 5870e3c48b user: dkf tags: bug-1a56550e96
16:04
Update RCFILE to PRJ_RCFILE. check-in: 05394fc5d2 user: apnadkarni tags: vc-reform
16:03
Fix resource file compilation when makefile specifies PRJ_RCFILE check-in: fbe0f5d1a7 user: apnadkarni tags: vc-reform
01:24
bug fixes check-in: ed8f6a16dd user: dgp tags: dgp-refactor
2017-10-17
22:55
bug fixes check-in: 8525019388 user: dgp tags: dgp-refactor
16:20
TODO comments explaining what to do and why to wait. check-in: f02e397753 user: dgp tags: dgp-refactor
15:43
Implement and use transients. check-in: 0b0fa29781 user: dgp tags: dgp-refactor
15:01
Add PRJ_MANIFEST to support manifest generation. check-in: 94f7087b2f user: apnadkarni tags: vc-reform
13:58
Start support for transients. check-in: 53d2c4c8fe user: dgp tags: dgp-refactor
12:33
Detect merges of identcal subtrees; eliminate the duplication. check-in: 10d1a11b1d user: dgp tags: dgp-refactor
01:44
Move all the claims to a final pass. check-in: ac0d031fd2 user: dgp tags: dgp-refactor
01:40
Copy over partial results. check-in: 83493485a5 user: dgp tags: dgp-refactor
2017-10-16
20:55
bug fixes check-in: 68f202d70b user: dgp tags: dgp-refactor
20:35
Pulling changes from trunk check-in: 5bc369953c user: hypnotoad tags: core_zip_vfs
16:53
Detect a merge that produces second argument and avoid copy. check-in: 948083211f user: dgp tags: dgp-refactor
15:30
Detect a no-op merge of contents and avoid copy in that case check-in: e1550635bf user: dgp tags: dgp-refactor
12:46
Fixed reversed check for implicit rules check-in: 9cd828350e user: apnadkarni tags: vc-reform
12:05
merge trunk check-in: 81c802c91a user: jan.nijtmans tags: z_modifier
11:55
Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A' modifiers (floating p... check-in: 3d16d7c07b user: jan.nijtmans tags: z_modifier
2017-10-15
06:58
Permit application makefile to define RCFILE. Change PROJECT_REQUIRES_TK to use value instead of ifd... check-in: 0773717246 user: apnadkarni tags: vc-reform
2017-10-14
22:52
fix unixFCmd test-cases, as result of the octal behavior change check-in: c79f83d82e user: jan.nijtmans tags: z_modifier
16:35
When KVLMerge and subsequent testing detects two identical values, collapse them into two uses of th... check-in: 89cdc58a95 user: dgp tags: dgp-refactor
2017-10-13
17:51
Correct listIsFirst value. check-in: aefa8c54a4 user: dgp tags: dgp-refactor
16:40
merge novem check-in: b59c82c600 user: dgp tags: dgp-refactor
16:39
merge trunk check-in: a49c3597fe user: dgp tags: novem
16:38
merge tip-445 check-in: b68fb468fe user: dgp tags: cjo-hydra
16:38
merge trunk check-in: 73893dacd8 user: dgp tags: tip-445
16:15
Plug some memleaks. check-in: 5fdcbcbaeb user: dgp tags: trunk
14:46
Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. check-in: d97fba48fc user: jan.nijtmans tags: z_modifier
14:07
Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be considered separately) check-in: 0c4174b197 user: jan.nijtmans tags: z_modifier
13:56
merge trunk Closed-Leaf check-in: eba17e3e82 user: jan.nijtmans tags: tip-389-impl
13:03
Rework lifetime management of the tokensType internal rep. check-in: b0ea212222 user: dgp tags: dgp-refactor
2017-10-12
19:56
Don't skip comment and command start initializations. check-in: 340847e486 user: dgp tags: dgp-refactor
19:26
Stop an invalid read in the Brodnik machinery. check-in: e945614f04 user: dgp tags: dgp-refactor
16:33
memleak check-in: dd0af5cd3e user: dgp tags: dgp-refactor
16:23
WIP check-in: 220199cad9 user: dgp tags: dgp-refactor
15:23
merge novem check-in: af099af1b3 user: jan.nijtmans tags: novem-more-memory-API
15:21
merge trunk check-in: d7c27886c9 user: jan.nijtmans tags: novem
15:20
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional c... check-in: 28f72eb529 user: jan.nijtmans tags: trunk
14:52
Account for changes in KVLMerge. check-in: e8be7bfb41 user: dgp tags: dgp-refactor
12:56
merge tip-445 check-in: 29aa41b930 user: dgp tags: cjo-hydra
12:55
merge novem check-in: 3899669480 user: dgp tags: dgp-refactor
12:37
merge trunk check-in: e09c20f945 user: dgp tags: tip-445
12:30
Convert to use of a per-HAMT collision list. check-in: 3cdd2a6e8c user: dgp tags: dgp-refactor
00:56
update comment Closed-Leaf check-in: 8784b35f65 user: dgp tags: dgp-hamt-collision
2017-10-11
23:42
Avoid a self merge in MergeContents check-in: 87260a9796 user: dgp tags: dgp-hamt-collision
23:32
Handle collisions in the remove operation check-in: fb7d7cf7fb user: dgp tags: dgp-hamt-collision
17:45
Make the collision lists sharable. check-in: 74eb685080 user: dgp tags: dgp-hamt-collision
14:09
merge novem check-in: ac9cb5b64c user: jan.nijtmans tags: novem-more-memory-API
03:38
Make sure iterations pass through collision overflows too. check-in: 0934b982c6 user: dgp tags: dgp-hamt-collision
03:19
Post-process all hash collisions that arise during merges. (None :)) check-in: 261ef9caa2 user: dgp tags: dgp-hamt-collision
2017-10-10
19:11
Started the collision fallback implementation. check-in: e9cb01c62e user: dgp tags: dgp-hamt-collision
18:28
some tidying check-in: 0b06a32063 user: dgp tags: dgp-hamt-collision
16:52
update comment check-in: 2a1120185d user: dgp tags: dgp-hamt-collision
16:45
Eliminate the tail field and uses of it. check-in: 8c2c87b7fb user: dgp tags: dgp-hamt-collision
16:07
Simplified model means we no longer need tricky adjustment accounting. check-in: 642f98e81f user: dgp tags: dgp-hamt-collision
15:11
merge zipfs check-in: f3498c8e60 user: jan.nijtmans tags: androwish
15:05
merge core-8-6-branch check-in: 27c028feca user: jan.nijtmans tags: zipfs
14:41
In simplified design, every KVList holds one key value pair. check-in: 4df55bdf0e user: dgp tags: dgp-hamt-collision
14:34
More API transformation. check-in: 09739e8daf user: dgp tags: dgp-hamt-collision
14:26
Begin redesign where we move the handling of hash collisions to the hamt as a whole instead of requi... check-in: a13d68cbee user: dgp tags: dgp-hamt-collision
2017-10-09
14:28
merge trunk check-in: 61bc0c7245 user: jan.nijtmans tags: novem
14:27
merge core-8-6-branch check-in: f8df60a625 user: jan.nijtmans tags: trunk
14:25
In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) check-in: b41dcee6c2 user: jan.nijtmans tags: core-8-6-branch
12:55
merge trunk check-in: 3d2670a053 user: jan.nijtmans tags: novem
12:54
Merge core-8-6-branch check-in: c2c6c7dd43 user: jan.nijtmans tags: trunk
12:53
Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch check-in: d5293abae0 user: jan.nijtmans tags: core-8-6-branch
2017-10-08
16:12
Fix RC template dependency to not generate it every time check-in: 1c30b73378 user: apnadkarni tags: vc-reform
14:25
Fix htmlhelp generation on 64-bit systems check-in: 0fd616210f user: apnadkarni tags: vc-reform
13:18
Add default rc template so extensions do not have to write their own check-in: 40a10400d4 user: apnadkarni tags: vc-reform
2017-10-07
20:44
bug fixes check-in: b6e0357c0c user: dgp tags: dgp-refactor
17:16
Was not setting VERSION for extensions. check-in: 1db70dbfa8 user: apnadkarni tags: vc-reform
16:37
Complete reworking of size calculation. check-in: a92065e8f3 user: dgp tags: dgp-refactor
13:33
Fix ignore glob for Visual C++ output directories. check-in: 0f0baaa171 user: apnadkarni tags: vc-reform
2017-10-06
19:57
tests/string.test: bypass not-compiled tests if missing testevalex (without constraints) check-in: 2c1d97b93b user: sebres tags: sebres-string-insert-cr1
19:52
compiled [string insert]: rewritten via INST_STR_REPLACE (with operand); compiled [string replace]: ... check-in: 1ecff38fdd user: sebres tags: sebres-string-insert-cr1
19:24
Rework toward a simpler scheme of size tracking that's not as entangled with other design choices. check-in: b13237f9e9 user: dgp tags: dgp-refactor
13:38
Move standard predefined targets to targets.vc as this allows the master makefile to modify macros i... check-in: 1f7d80fd52 user: apnadkarni tags: vc-reform
13:32
Collect slot histogram data check-in: 1a30be1ef3 user: dgp tags: dgp-refactor
12:03
Disable code that cannot happen. check-in: 1fe6d463b0 user: dgp tags: dgp-refactor
00:01
Simplify noComp for loops per mailing list suggestion from sebres [https://sourceforge.net/p/tcl/mai... check-in: 9fab97caea user: andy tags: amg-string-insert
2017-10-05
23:58
Merge trunk check-in: f56e51ac5b user: andy tags: amg-string-insert
18:18
another ratio reported check-in: d9c1c45ee5 user: dgp tags: dgp-refactor
18:09
Implement a first pass [hamt info] command. check-in: 6ac61a2093 user: dgp tags: dgp-refactor
17:00
Added standard target for generating pkgIndex.tcl. Added PKGNAMEFLAGS to pass PACKAGE_NAME and PACKA... check-in: 5ae070d1d2 user: apnadkarni tags: vc-reform
15:42
bug fix check-in: afa5dbe7cd user: dgp tags: dgp-refactor
14:52
Implement the [hamt size] command. check-in: 68ba69deef user: dgp tags: dgp-refactor
14:42
Machinery to compute and track hamt size. check-in: e05843ee31 user: dgp tags: dgp-refactor
14:19
Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to DISABLE_{STANDARD,CLEAN}_TARGETS. check-in: 306cb5962f user: apnadkarni tags: vc-reform
10:38
Refactor code common to merge and insert. check-in: 2c2acd6ee9 user: dgp tags: dgp-refactor
2017-10-04
21:11
Bugfix MergeList. check-in: 3dff0cbcf4 user: dgp tags: dgp-refactor
19:28
WIP check-in: de18cfcf25 user: dgp tags: dgp-refactor
15:16
Implemented a [hamt get] command. check-in: e57f4d150a user: dgp tags: dgp-refactor
01:57
Add default-* targets check-in: 341523261c user: apnadkarni tags: vc-reform
2017-10-03
19:31
bug fixes check-in: b82161d2ef user: dgp tags: dgp-refactor
16:34
Implement the [hamt merge] command. check-in: 0837519daf user: dgp tags: dgp-refactor
15:33
Completion of the merge machinery. check-in: 5b3fbcb610 user: dgp tags: dgp-refactor
13:50
WIP check-in: bdfb1551e4 user: dgp tags: dgp-refactor
13:44
Extract version numbers from TEA files so do not have to be separately defined. check-in: ea34ce1ddc user: apnadkarni tags: vc-reform
13:41
Have nmakehlp return non-0 exit code if version string not located with -V option check-in: 88bad90fbb user: apnadkarni tags: vc-reform
12:55
WIP check-in: 151488be2c user: dgp tags: dgp-refactor
09:12
Merge trunk check-in: 984891340b user: jan.nijtmans tags: novem
09:11
Merge latest 'const'ification changes from libtommath (develop branch, will be in next release). Non... check-in: 294fb5e1fa user: jan.nijtmans tags: trunk
08:06
Remove use of any macros used in rules.vc from rules-ext.vc Added USE_WIDECHAR_API to control usage ... check-in: 94a2203359 user: apnadkarni tags: vc-reform
03:52
WIP check-in: e2d4dc416f user: dgp tags: dgp-refactor
00:28
WIP check-in: b460c4bb8c user: dgp tags: dgp-refactor
00:05
WIP check-in: 192b04097e user: dgp tags: dgp-refactor
2017-10-02
23:49
More allocator reworking. check-in: 581c6e914b user: dgp tags: dgp-refactor
22:01
WIP check-in: 1323f2b9ac user: dgp tags: dgp-refactor
19:25
Allocation refactoring, and sketch of merge operation. check-in: 0b52d64b1d user: dgp tags: dgp-refactor
18:41
Avoid making second copy of the same immutable value. check-in: 1b1ff36d81 user: dgp tags: dgp-refactor
18:25
API reform. Move all type arguments to be first in the argument list. check-in: 561b441e9d user: dgp tags: dgp-refactor
17:09
Introduce rules-ext.vc file for extensions to select most recent rules.vc check-in: 6f657c84cf user: apnadkarni tags: vc-reform
16:28
More refactoring. check-in: 738b6d5e74 user: dgp tags: dgp-refactor
16:10
New routine to merge KVLists. Re-implement KVLInsert as call to it; some utility routine refactoring... check-in: a08ce61f17 user: dgp tags: dgp-refactor
2017-09-30
14:11
Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc Fixed initialization of _TCLDI... check-in: 502c8ac90b user: apnadkarni tags: vc-reform
08:34
Added MAKEEXTCMD macro. Fixed couple of syntax errors when building extensions. check-in: 5bdbef03b2 user: apnadkarni tags: vc-reform
06:20
Added standard macros LIBDIR and DEMODIR. Also set common Tk related names and paths check-in: eb729b3c75 user: apnadkarni tags: vc-reform
2017-09-29
14:23
Permit definition of implicit rules and standard targets to be disabled check-in: f968ddffea user: apnadkarni tags: vc-reform
12:41
Added implicit rule for compiling resources. Added Tcl import libraries to link macro. check-in: 8d52c4f4f4 user: apnadkarni tags: vc-reform
06:12
Updated for Tk compatibility. Removed extraneous quotes in macro definitions. Macros should be quote... check-in: 4ce75659d8 user: apnadkarni tags: vc-reform
2017-09-28
12:22
Add pkgcflags, appcflags and stubscflags to reflect different compilation modes. Packages compile (... check-in: 796c9fe1ab user: apnadkarni tags: vc-reform-tests-pass, vc-reform
2017-09-26
12:22
Include rules.vc and nmakehlp.c as part of install. Work toward not having to keep updating extens... check-in: 1889687ba8 user: apnadkarni tags: vc-reform
09:05
Remove coffbase.txt and all references to it: It's not recommended by Microsoft any more. check-in: 11d0a8e543 user: jan.nijtmans tags: novem
2017-09-25
17:35
Eliminate obsolete winhelp style documentation and fix Html Help doc build to work on 64-bit systems... check-in: 5137d4fbb1 user: apnadkarni tags: vc-reform
16:33
Eliminated /base option on linking as not recommended with ASLR check-in: 847eaa26c5 user: apnadkarni tags: vc-reform
16:23
Improvements to Tip#430 based on community input. Added a forward declaration of TclZipfs_Init. Adde... check-in: 15770f48da user: hypnotoad tags: core_zip_vfs
16:23
Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros check-in: 1e35d5e767 user: apnadkarni tags: vc-reform
13:45
Move TCLSH and TCLSH_NATIVE macros to rules.vc check-in: 5be00eaab3 user: apnadkarni tags: vc-reform
13:36
Pull changes from Trunk check-in: b714ad6059 user: hypnotoad tags: core_zip_vfs
10:41
Added project-specific include paths and preprocessor defines. check-in: 6503da624b user: apnadkarni tags: vc-reform
01:29
Add [hamt remove] command and fix more bugs. check-in: e9ad162b01 user: dgp tags: dgp-refactor
2017-09-24
14:25
Move clean target to rules.vc to avoid repetition in every extension check-in: 60ffde8e32 user: apnadkarni tags: vc-reform
12:13
Move installation dir macros to rules.vc check-in: 8085276411 user: apnadkarni tags: vc-reform
06:03
Moved generic compiler and linker flags completely into rules.vc so extensions do not have to repeat... check-in: 5c431028b8 user: apnadkarni tags: vc-reform
03:33
Add the [hamt replace] command. check-in: 10ba393f1e user: dgp tags: dgp-refactor
2017-09-23
23:14
more fixes check-in: 60a73184c4 user: dgp tags: dgp-refactor
20:10
more bug fixes check-in: 4eb9ff8b9e user: dgp tags: dgp-refactor
17:13
Bug fixes. check-in: c12e9164cf user: dgp tags: dgp-refactor
16:36
Simplify implementation of non-bytecoded [string replace] check-in: e2718c364b user: andy tags: amg-string-insert
15:30
Implement the [hamt create] command. We can start scripting. check-in: f9981a2144 user: dgp tags: dgp-refactor
14:55
Complete the "hamt" Tcl_ObjType. check-in: 3984353a09 user: dgp tags: dgp-refactor
07:35
More refactoring. Moved defines that are Tcl-specific to makefile.vc as rules.vc is common to extens... check-in: 0e5cb21d0e user: apnadkarni tags: vc-reform
2017-09-22
23:45
Use iterators to make the UpdateString routine. check-in: b5fef85d14 user: dgp tags: dgp-refactor
23:18
Complete the iterator routines. It compiles! Must be good. check-in: a481e78199 user: dgp tags: dgp-refactor
22:46
Update TIP number check-in: 17b8835c72 user: andy tags: amg-string-insert
14:12
merge tip-445 check-in: 33d9c74caf user: dgp tags: cjo-hydra
14:11
More TIP 445 conversion of the "path" Tcl_ObjType. check-in: 900a82f661 user: dgp tags: tip-445
13:41
merge tip-445 check-in: 368b8fecdc user: dgp tags: cjo-hydra
13:32
Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed by Cyan Ogilvie. This reworking... check-in: 99fdc9b9b1 user: dgp tags: tip-445
13:26
First step in complete refactoring. Breaking up into logical sections with comments. Fix floating p... check-in: b555514410 user: apnadkarni tags: vc-reform
13:11
merge tip-445 check-in: 3dfe39c4ac user: dgp tags: cjo-hydra
13:05
merge trunk check-in: abe6bafaea user: dgp tags: tip-445
13:01
merge novem check-in: b29b5ed6f5 user: dgp tags: dgp-refactor
08:49
merge trunk check-in: 3bb43f216a user: jan.nijtmans tags: novem
08:48
Make libtommath's "make" work in Tcl environment (for testing). Eliminate internal s_is_power_of_two... check-in: 4fcc04a348 user: jan.nijtmans tags: trunk
02:17
Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message. Actually already cherrypicke... check-in: 04772444ec user: apnadkarni tags: trunk
2017-09-21
22:00
Checkpoint of work in progress. Leaf check-in: 13fc64f17c user: dkf tags: http3
19:05
RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 49499625f2 user: apnadkarni tags: trunk
18:47
RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 85eebd6da8 user: apnadkarni tags: core-8-6-branch
14:35
[3ae1251264] Run only the tests that match the assumptions of the test design. check-in: 42d9139712 user: dgp tags: amg-string-insert
12:02
WIP check-in: 1c37169922 user: dgp tags: dgp-refactor
2017-09-20
17:25
Include $noComp flag in string test names check-in: 6a5d5c5e50 user: andy tags: amg-string-insert
17:06
merge tip-445 check-in: 5ef7842f07 user: dgp tags: cjo-hydra
16:20
merge novem check-in: 206a729f35 user: dgp tags: dgp-refactor
16:17
merge trunk check-in: 7168d447c8 user: dgp tags: tip-445
12:58
First cut at making application-independent compile and link flags common to all extensions defined ... check-in: a00775326e user: apnadkarni tags: vc-reform
09:22
merge trunk check-in: 52f439bd00 user: jan.nijtmans tags: novem
09:21
Move fast return from s_is_power_of_two() to mp_div_d(). This saves a function call in the common ca... check-in: ed59743eb7 user: jan.nijtmans tags: trunk
09:09
merge trunk check-in: 6320a360bf user: jan.nijtmans tags: novem
09:07
Further astyle formatting of libtommath. No functional changes. check-in: 6706db6842 user: jan.nijtmans tags: trunk
05:11
Alternate, equivalent way of running bytecoded tests check-in: 8da17cd010 user: andy tags: amg-string-insert
05:08
Correct string tests to exercise both bytecoded and non-bytecoded implementations. string-29.6 now ... check-in: 45c4e5f731 user: andy tags: amg-string-insert
2017-09-19
16:43
Disable pointer<->int warnings related to cast between different sizes There are a gadzillion of the... check-in: efdaaeb661 user: apnadkarni tags: vc-reform
16:07
Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise. check-in: 7267f6da0a user: apnadkarni tags: vc-reform
15:12
Do not permit nothreads in OPTS as sockets, registry and dde require threading. check-in: 39dbe837aa user: apnadkarni tags: vc-reform
12:50
Fix mapping of VCVERSION to VCVER. The simplistic calculation no longer holds for new versions of th... check-in: b564ced4b6 user: apnadkarni tags: vc-reform
12:10
Remove /Gs which enables _chkstk on *every* function call. The normal default behaviour (without the... check-in: 04c1607a24 user: apnadkarni tags: vc-reform
10:49
Create new branch named "vc-reform" check-in: 3f41663ec6 user: apnadkarni tags: vc-reform
06:21
Improve documentation of [string insert] with respect to end-relative indexing check-in: 3865939887 user: andy tags: amg-string-insert
2017-09-18
15:13
Merge trunk check-in: 1db5d9c514 user: jan.nijtmans tags: z_modifier
14:57
merge tip-445 check-in: fcdd5750b4 user: dgp tags: cjo-hydra
14:57
merge trunk check-in: e9af9d16ff user: dgp tags: tip-445
14:54
merge novem check-in: bcaf1b3113 user: dgp tags: dgp-refactor
14:39
merge trunk check-in: aac06499fb user: jan.nijtmans tags: novem
14:38
Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor dir... check-in: 5d1dde9e60 user: jan.nijtmans tags: trunk
13:19
merge trunk check-in: 0df52e2051 user: dgp tags: amg-string-insert
12:54
merge trunk check-in: c2ee1a2e85 user: jan.nijtmans tags: novem
12:53
Another round of libtommath const'ification. To be submitted to the libtommath folks check-in: 330a406fa5 user: jan.nijtmans tags: trunk
12:30
merge tip-445 check-in: dc0d611fa1 user: dgp tags: cjo-hydra
12:06
merge novem check-in: 1ef33883a0 user: dgp tags: dgp-refactor
12:06
WIP check-in: f51f5fa799 user: dgp tags: dgp-refactor
11:59
merge trunk check-in: 6e13a9423e user: dgp tags: tip-445
10:07
Merge trunk check-in: 3cea4fc314 user: jan.nijtmans tags: novem
08:31
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific ... check-in: 6954ead823 user: jan.nijtmans tags: trunk
03:11
Document [string insert] check-in: d017d0cd78 user: andy tags: amg-string-insert
03:02
Document Tcl_ReplaceObj() check-in: c491f05a28 user: andy tags: amg-string-insert
01:38
Rename Tcl_StringReplace() to Tcl_ReplaceObj() for consistency with other public string object funct... check-in: e5bf34271e user: andy tags: amg-string-insert
01:29
Improve comments check-in: 659068fa85 user: andy tags: amg-string-insert
01:19
Juggle [string insert] bytecode compilation logic check-in: 6fcce5edbb user: andy tags: amg-string-insert
01:16
Rearrange bytecoded [string replace] logic, reinstate [string replace]/[string insert] result tracin... check-in: e55f8ad1a8 user: andy tags: amg-string-insert
01:11
Use Tcl_StringReplace() to implement core of bytecoded [string replace] check-in: 02800a9cf4 user: andy tags: amg-string-insert
00:48
Update stringComp.test for new [string insert] command check-in: 4bf779f2de user: andy tags: amg-string-insert
00:39
stringComp.test and maybe many other tests may need to be reconsidered so that both bytecoded and no... check-in: cc99fd2be5 user: andy tags: amg-string-insert
00:32
Correct terminology check-in: 4cdab44b68 user: andy tags: amg-string-insert
00:32
Implement bytecoded [string insert] check-in: 064fc1f23c user: andy tags: amg-string-insert
2017-09-17
21:09
Correct bytecode index comments check-in: 22c8aea0e3 user: andy tags: amg-string-insert
21:09
Improve comment to describe return value check-in: 6d502aa4ca user: andy tags: amg-string-insert
2017-09-16
19:50
Merge trunk check-in: 601141ff84 user: andy tags: amg-string-insert
2017-09-15
13:36
merge trunk check-in: f8a598e13a user: jan.nijtmans tags: novem
13:08
'const'ify more libtommath functions. All functions in generic/tclTomMath.decls (used by Tcl) are do... check-in: b54e97868c user: jan.nijtmans tags: trunk
2017-09-14
19:22
WIP check-in: 46a5c64a59 user: dgp tags: dgp-refactor
14:34
New Tcl_ObjType WIP. check-in: 28f6f8c7e8 user: dgp tags: dgp-refactor
14:20
merge tip-445 check-in: b3e3e1647b user: dgp tags: cjo-hydra
14:19
merge novem check-in: 3b5667b4ff user: dgp tags: dgp-refactor
14:12
merge trunk check-in: decd9fa55d user: dgp tags: tip-445
14:02
merge trunk check-in: 65554137c5 user: dgp tags: novem
14:02
Move new declarations to more conventional place for tidier merging. check-in: d0b21fc95e user: dgp tags: trunk
08:06
merge trunk check-in: 02f4b68952 user: jan.nijtmans tags: novem
08:05
Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes. check-in: f4cdedde64 user: jan.nijtmans tags: trunk
07:42
Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments check-in: 41b84c3667 user: jan.nijtmans tags: trunk
07:41
Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments check-in: d2007ae5e7 user: jan.nijtmans tags: core-8-6-branch
2017-09-13
10:42
Merge trunk check-in: a493ca45ea user: jan.nijtmans tags: novem
10:14
Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions. Deprecate the internal... check-in: 900152d715 user: jan.nijtmans tags: trunk
2017-09-12
17:23
merge mark check-in: 1ce7e9a19f user: dgp tags: cjo-hydra
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: d9dfa71717 user: dgp tags: tip-445
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: 30c6c52314 user: dgp tags: cjo-hydra
15:44
Make sure ListObjReplace invalidates outdated intreps. check-in: 7d602c3a9f user: dgp tags: tip-445
15:30
Make sure ListObjReplace invalidates outdated intreps. check-in: 6a6da26999 user: dgp tags: cjo-hydra
15:18
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 36a738fa99 user: dgp tags: tip-445
15:13
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 30bbfe68d6 user: dgp tags: cjo-hydra
13:23
Revised dict value means we much invalidate existing intreps. check-in: f7ef63faa6 user: dgp tags: tip-445
13:22
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 36ed69949c user: dgp tags: tip-445
13:21
Revised dict value means we much invalidate existing intreps. check-in: 9fb681446d user: dgp tags: cjo-hydra
12:11
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 8d1ff0b345 user: dgp tags: cjo-hydra
2017-09-11
17:17
Stop crash in oo.test check-in: 1b78167222 user: dgp tags: cjo-hydra
16:52
Add a DupHydra implementation. check-in: 2864297e48 user: dgp tags: cjo-hydra
14:51
Fixes to Tcl_StoreIntRep -- support irPtr == NULL check-in: 91058bb83b user: dgp tags: cjo-hydra
14:44
Hydra work from Cyan Ogilvie. check-in: ac03e05714 user: dgp tags: cjo-hydra
13:21
merge novem check-in: a0bd6b43c0 user: jan.nijtmans tags: novem-more-memory-API
13:06
merge novem check-in: 17c54399fb user: dgp tags: dgp-refactor
12:23
global consts are things compilers are picky about. check-in: e0b9c0e7df user: dgp tags: dgp-refactor
12:02
merge trunk check-in: 241056bf07 user: dgp tags: tip-445
11:21
merge trunk check-in: 30418b0549 user: jan.nijtmans tags: novem
10:38
Many 'const' addtions in libtommath where it makes sense. To be submitted back to the libtommath guy... check-in: ae8992c395 user: jan.nijtmans tags: trunk
00:12
It compiles! Ship it! check-in: d959cdad5e user: dgp tags: dgp-refactor
2017-09-10
19:11
WIP check-in: 6047938a8b user: dgp tags: dgp-refactor
13:35
merge novem check-in: 4fa9cc2903 user: jan.nijtmans tags: novem-more-memory-API
2017-09-09
16:26
Merge trunk check-in: 8b29b13280 user: jan.nijtmans tags: novem
2017-09-08
18:05
WIP check-in: 79337b43e1 user: dgp tags: dgp-refactor
17:21
WIP check-in: 68358ccbd1 user: dgp tags: dgp-refactor
17:10
WIP check-in: 43e58b6dc6 user: dgp tags: dgp-refactor
17:05
WIP check-in: 8043bdedce user: dgp tags: dgp-refactor
14:38
Re-base to trunk. Now versioned as 8.7.0-alpha.2 check-in: eacebd08b2 user: jan.nijtmans tags: semver
14:15
Add some more functions from libtommath for availability within Tcl (mainly the 'long long' variants... check-in: ff847e8f35 user: jan.nijtmans tags: trunk
14:02
WIP check-in: 977d156621 user: dgp tags: dgp-refactor
13:30
Be consistent about how I am referred to. check-in: 6015050c0e user: gahr tags: trunk
13:13
Bump to 8.7a2 to distinguish trunk from 8.7a1 release. check-in: 6896e53834 user: dgp tags: trunk
12:50
merge release check-in: 31bf380580 user: dgp tags: trunk
12:48
Rebase to trunk check-in: 5e999389ca user: jan.nijtmans tags: z_modifier
11:45
WIP check-in: 45ae72da47 user: dgp tags: dgp-refactor
11:04
Rebase to trunk check-in: 56aed80e04 user: jan.nijtmans tags: win-console-panic
03:49
WIP check-in: af8cc4ae35 user: dgp tags: dgp-refactor
2017-09-07
12:59
merge trunk; rc1 Closed-Leaf check-in: 2606a5c5d7 user: dgp tags: rc1, core-8-7-a1-rc, core-8-7-a1
12:46
WIP check-in: 17672bd902 user: dgp tags: dgp-refactor
01:38
Implementation of persistent, immutable key/value lists. Lifetime management done with refcounts to ... check-in: 91867afcf2 user: dgp tags: dgp-refactor
2017-09-06
19:27
WIP check-in: 1f1e0ccf10 user: dgp tags: dgp-refactor
15:02
Fix use of "long long" (manually) in MSVC check-in: 9f18b82478 user: jan.nijtmans tags: trunk
2017-09-05
16:44
Pulling changes from trunk check-in: 1418d72876 user: hypnotoad tags: core_zip_vfs
15:38
update changes check-in: 7cbc33c3ce user: dgp tags: rc0, core-8-7-a1-rc
14:56
Recognise "-rc" also as part of version ranges (was missing from previous commit) check-in: 48b0bbee92 user: jan.nijtmans tags: tip-439, semver
14:19
Add support for "-rc" releases, which are the same as final releases but the version string is diffe... check-in: e59079446e user: jan.nijtmans tags: tip-439, semver
12:41
merge novem check-in: 8dfd1f597e user: dgp tags: dgp-refactor
12:41
merge trunk check-in: 37388a0d90 user: dgp tags: tip-445
12:41
merge trunk check-in: 2efd1733e7 user: dgp tags: core-8-7-a1-rc
12:28
merge trunk check-in: 56ba25c528 user: dgp tags: tip-282
2017-09-04
15:24
merge trunk check-in: d051a64dbc user: jan.nijtmans tags: tip-439, semver
14:03
merge trunk check-in: 55e5374f6b user: jan.nijtmans tags: novem
14:01
Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering from msgcat check-in: d077ae59a3 user: jan.nijtmans tags: trunk
13:59
Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy) check-in: df3d5fa5a3 user: jan.nijtmans tags: core-8-6-branch
13:32
merge zipfs check-in: f033ca9370 user: jan.nijtmans tags: androwish
13:21
Merge core-8-6-branch, fallback for MAP_FILE check-in: 47d6be63bb user: jan.nijtmans tags: zipfs
12:40
merge trunk check-in: 1f080164e9 user: jan.nijtmans tags: tip-439, semver
12:38
merge core-8-6-branch check-in: 134e487b22 user: jan.nijtmans tags: trunk
12:37
Typo's (Thanks to Gustaf Neumann), nothing functional. check-in: 4e7c82c6e1 user: jan.nijtmans tags: core-8-6-branch
2017-09-02
22:10
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 95c4436a1e user: dgp tags: trunk
22:03
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: e71b74b743 user: dgp tags: core-8-6-branch
2017-09-01
14:20
merge zipfs check-in: e57ab5d3e2 user: jan.nijtmans tags: androwish
14:00
merge core-8-6-branch check-in: c3e090e484 user: jan.nijtmans tags: zipfs
13:52
merge trunk check-in: 736343cba1 user: jan.nijtmans tags: tip-389-impl
13:49
Merge core-8-6-branch check-in: 314f32710e user: jan.nijtmans tags: trunk
13:48
Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharSet(). Only makes a diff... check-in: 9d12b1026e user: jan.nijtmans tags: core-8-6-branch
08:50
merge trunk check-in: 3f9db43f3e user: jan.nijtmans tags: tip-389-impl
01:44
merge trunk check-in: d10af812b3 user: dgp tags: core-8-7-a1-rc
01:29
merge novem check-in: 6043683920 user: dgp tags: dgp-refactor
00:52
merge trunk check-in: c3fbabfb73 user: dgp tags: tip-445
2017-08-31
13:57
merge trunk check-in: 2a52ebe007 user: jan.nijtmans tags: novem
13:56
Merge core-8-6-branch. Remove all git tag information for libtommath, so we don't have useless file ... check-in: 8451176357 user: jan.nijtmans tags: trunk
13:43
Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have crlf ending check-in: 05d1345b41 user: jan.nijtmans tags: core-8-6-branch
12:21
(merge-mark core-8-6-branch). Give state to UtfToUtfProc() and UnicodeToUtfProc() in which the last... check-in: ec434c5d08 user: jan.nijtmans tags: trunk
09:46
http state 100 continue handling broken [2a94652ee1] check-in: d6bb682808 user: oehhar tags: novem
09:35
http state 100 continue handling broken [2a94652ee1] check-in: 79053036d8 user: oehhar tags: trunk
09:32
http state 100 continue handling broken [2a94652ee1] check-in: fb94c24691 user: oehhar tags: core-8-6-branch
08:41
merge trunk check-in: 2bfc123728 user: jan.nijtmans tags: novem
06:31
http state 100 continue handling broken [2a94652ee1] Closed-Leaf check-in: b80bf5033f user: oehhar tags: bug-2a94652ee1
2017-08-30
15:29
Cherrypick string.test [de104ef5ab] check-in: c649c52458 user: andy tags: trunk
15:22
Merge trunk check-in: 0def7d0317 user: andy tags: amg-string-insert
15:20
Rename TclStringReplace() to Tcl_StringReplace() and add to the stubs table. Documentation not yet ... check-in: 678e846973 user: andy tags: amg-string-insert
12:39
merge trunk check-in: d6b05e9e2c user: jan.nijtmans tags: tip-439, semver
12:37
Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the ... check-in: c28c8e4f1c user: jan.nijtmans tags: trunk
12:01
merge trunk check-in: ddda318c41 user: jan.nijtmans tags: tip-439, semver
11:49
merge trunk check-in: 18735f269b user: jan.nijtmans tags: novem
11:46
Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radix.c to latest libtommat... check-in: 0f28787503 user: jan.nijtmans tags: trunk
2017-08-29
21:44
(experiment) See: [https://github.com/libtom/libtommath/pull/75] proposal by sjaeckel Closed-Leaf check-in: f51addad6e user: jan.nijtmans tags: libtommath-tcl-fixes-75
21:27
a few missing bits after previous commit check-in: 8c421aaec5 user: jan.nijtmans tags: trunk
20:45
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk
20:43
Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1
20:25
libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1
09:25
merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk
09:24
(cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec redirection to append ... check-in: 520999f475 user: jan.nijtmans tags: core-8-6-branch
09:19
Merge trunk check-in: f2f6504adb user: jan.nijtmans tags: novem
2017-08-25
13:46
Merge trunk check-in: c841475a89 user: jan.nijtmans tags: tip-389-impl
2017-08-24
16:56
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk
2017-08-22
12:41
merge core-8-6-branch check-in: 2b42a8db4c user: jan.nijtmans tags: trunk
12:12
Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks because of gcc error. Only u... check-in: ba30aa3b1c user: jan.nijtmans tags: core-8-6-branch
2017-08-20
20:11
Add test cleanup check-in: 5f8c346dfb user: andy tags: amg-string-insert
19:57
Add tests to exercise almost every line of TclStringReplace(). The one line not being exercised is ... check-in: eb2821be09 user: andy tags: amg-string-insert
19:55
Tweak string index boundary conditionals for tiny performance improvement and to make existing tests... check-in: 025ea6e5be user: andy tags: amg-string-insert
18:13
Add non-bytecoded [string replace] tests to exercise new TclStringReplace() function check-in: 9af4defa79 user: andy tags: amg-string-insert
03:45
Add string-14.18 to test that [string replace] with last<first does not insert a string, even though... check-in: de104ef5ab user: andy tags: amg-string-insert
03:21
Reimplement NON-BYTECODED [string replace] in terms of new TclStringReplace() function check-in: c0036938dd user: andy tags: amg-string-insert
03:20
Correct NULL dereference, and optimize short-circuit logical operation check-in: fa3278ec35 user: andy tags: amg-string-insert
02:44
Work toward dgp's suggestion that the underlying engine handle both [string insert] and [string repl... check-in: 0cfeecb740 user: andy tags: amg-string-insert
2017-08-18
22:06
merge core-8-6-branch check-in: 75da8b29f8 user: jan.nijtmans tags: trunk
21:39
RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate handling for TCL_UTF_MAX==4... check-in: 578af1b751 user: jan.nijtmans tags: core-8-6-branch
13:44
merge novem check-in: d592c0fb4a user: dgp tags: dgp-refactor
13:43
merge trunk check-in: 56e26d203d user: dgp tags: tip-445
13:23
merge trunk check-in: f1f87ddc33 user: dgp tags: novem
2017-08-17
22:50
Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54... check-in: 1b01d8a66c user: jan.nijtmans tags: trunk
22:26
Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind which I'm not so sure a... check-in: aab6df2b73 user: jan.nijtmans tags: core-8-6-branch
21:56
merge core-8-6-branch check-in: 6d463326bc user: jan.nijtmans tags: trunk
21:52
'#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the number of gcc warnings,... check-in: 96fdbb7598 user: jan.nijtmans tags: core-8-6-branch
18:32
Correct bug in getting second Unicode character sequence check-in: 87dadea232 user: andy tags: amg-string-insert
18:15
Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to match [linsert] check-in: 581e438bb7 user: andy tags: amg-string-insert
18:14
Work around [3397978fff] check-in: a20a2ff810 user: andy tags: amg-string-insert
17:29
Backout [b163c4f423]: Command ensembles indeed do affect argument reference counts, see [3397978fff] check-in: b83433c23f user: andy tags: amg-string-insert
2017-08-16
15:14
Test code to investigate command ensemble argument reference counts check-in: b163c4f423 user: andy tags: amg-string-insert
15:14
Fix typo check-in: 9f7c7d5fb4 user: andy tags: amg-string-insert
2017-08-15
08:25
Write some test cases check-in: ea030eb727 user: andy tags: amg-string-insert
08:23
Correct bug in shared pure byte array case check-in: 597e9993b3 user: andy tags: amg-string-insert
08:04
Remove repeated code check-in: d83ac7baf8 user: andy tags: amg-string-insert
08:04
Update existing tests to accommodate new [string insert] command check-in: 900ca572ab user: andy tags: amg-string-insert
07:50
Begin implementation of [string insert] check-in: cbfded0f59 user: andy tags: amg-string-insert
2017-08-14
15:33
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: 98d2b59531 user: dgp tags: core-8-6-branch
2017-08-13
22:31
The 'clean' target should delete the generated 'nmhlp-out.txt' file as well. check-in: be7ee34b29 user: mistachkin tags: irontcl
22:15
Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs. check-in: 6b3568e058 user: mistachkin tags: irontcl
22:05
Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. check-in: bde6588ccd user: mistachkin tags: irontcl
2017-08-12
19:45
Correct longstanding typo in continue man page check-in: 7e42c87b8f user: andy tags: trunk
2017-08-10
19:14
Add 8.7 -only changes to the changes file. check-in: f7e3a4a75e user: dgp tags: core-8-7-a1-rc
17:34
Update outdated comment. check-in: d5dec2b051 user: dgp tags: core-8-7-a1-rc
17:03
Backport [array names -regexp] should support backrefs check-in: c84987f4b7 user: dgp tags: core-8-6-branch
14:56
Bring changes up to the 8.6.7 release. check-in: f73f06f6d8 user: dgp tags: core-8-7-a1-rc
14:29
Release candidate branch for Tcl 8.7a1. check-in: 31c23dd6bb user: dgp tags: core-8-7-a1-rc
14:17
merge 8.6 check-in: c36e167835 user: dgp tags: trunk
13:28
Silence compiler warning in --disable-threads build check-in: 6c566de0bb user: dgp tags: core-8-6-branch
2017-08-09
16:38
merge mark check-in: 485cf243f0 user: dgp tags: trunk
16:29
merge mark check-in: 722db62800 user: dgp tags: core-8-6-branch
16:28
merge release check-in: 6f13e81b5f user: dgp tags: core-8-6-branch
14:41
bump release date Closed-Leaf check-in: 1a93a1613f user: dgp tags: release, core-8-6-7-rc, core-8-6-7
2017-08-08
16:42
Merge core-8-6-branch check-in: 216c54cb51 user: andy tags: core-8-6-7-rc
16:42
Cherrypick [527d354828] check-in: e339228320 user: andy tags: core-8-6-branch
16:40
Merge novem check-in: 0f3306d7d6 user: andy tags: dgp-refactor
16:39
Merge trunk check-in: 16185b644b user: andy tags: tip-445
16:39
Merge trunk check-in: aadf195d2c user: andy tags: novem
2017-08-07
01:16
[5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids ... check-in: 527d354828 user: andy tags: trunk
2017-08-04
13:26
merge novem check-in: 7d00234e68 user: dgp tags: dgp-refactor
13:25
merge trunk check-in: da03eaabd8 user: dgp tags: tip-445
13:19
merge trunk check-in: 4b17c28700 user: dgp tags: novem
13:18
merge 8.6 check-in: 310ded6da8 user: dgp tags: trunk
2017-08-03
14:40
merge 8.6 check-in: 859df7220f user: dgp tags: rc1, core-8-6-7-rc
14:39
Improved test http-4.16. check-in: 26055ab3e1 user: dgp tags: core-8-6-branch
2017-08-02
23:38
Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts not what we want to test ... check-in: bf3ac94fa2 user: dkf tags: core-8-6-branch
2017-08-01
16:05
update changes check-in: 23702a8e3a user: dgp tags: core-8-6-7-rc
2017-07-22
22:49
Make it work again with new epoll Notifier Warning: might need some more tweaks if it turns out to ... check-in: 434eb7d003 user: avl42 tags: tcl-469-1st-try
2017-07-18
13:46
merge novem check-in: 56f00462f4 user: dgp tags: dgp-refactor
13:39
merge trunk check-in: e9ce600364 user: dgp tags: tip-445
13:34
merge trunk check-in: 5a7371016e user: dgp tags: novem
12:58
merge 8.6 check-in: 1345e78da1 user: dgp tags: rc0, core-8-6-7-rc
2017-07-17
08:04
merge core-8-6-branch check-in: 4009d98d80 user: jan.nijtmans tags: trunk
08:04
Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_m... check-in: d86807b814 user: jan.nijtmans tags: core-8-6-branch
2017-07-16
20:55
fileevent $ch exception ... check-in: 5610dcf5cd user: avl tags: tcl-469-1st-try
2017-07-14
15:08
merge zipfs check-in: 6232610ca9 user: jan.nijtmans tags: androwish
15:03
merge rfe-6c0d7aec67 Adapt upstream Androwish improvements check-in: 327ea0a2de user: jan.nijtmans tags: zipfs
14:48
merge core-8-6-branch Closed-Leaf check-in: e07455203e user: jan.nijtmans tags: rfe-6c0d7aec67
14:21
merge trunk check-in: 50bd973657 user: jan.nijtmans tags: tip-439, semver
2017-07-13
16:04
merge sebres-event-perf-fix-busy-wait check-in: de29c24e4b user: sebres tags: sebres-8-6-event-perf-branch
15:07
merge core-8-6-branch check-in: a3919af766 user: jan.nijtmans tags: trunk
15:06
Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in implementation of TclUtfToUn... check-in: 65f2f760e4 user: jan.nijtmans tags: core-8-6-branch
2017-07-10
11:31
merge core-8-6-branch check-in: 1e6415bbda user: sebres tags: sebres-8-6-event-perf-branch
2017-07-06
16:58
merge novem check-in: 7eb94b8f21 user: dgp tags: dgp-refactor
16:52
merge trunk check-in: 4dc6e2e33e user: dgp tags: novem
16:52
merge trunk check-in: a21e565627 user: dgp tags: tip-445
16:47
merge 8.6 check-in: 92f352fb7a user: dgp tags: core-8-6-7-rc
16:40
merge 8.6 check-in: 78ed92ebd5 user: dgp tags: trunk
16:34
[adb198c256] Switch to an alternative fix for file join memleaks. check-in: df20b03ff6 user: dgp tags: core-8-6-branch
16:00
Pull out of the loop a block of code that can only run in first iteration. Closed-Leaf check-in: e5a3e7cba1 user: dgp tags: bug-adb198c256
15:46
Alternative fix for memleaks in fs path join machinery. check-in: 6ab9649e66 user: dgp tags: bug-adb198c256
2017-07-04
14:31
Add in the URL parsing as a general service. check-in: 68f522f39f user: dkf tags: http3
2017-07-03
12:46
merge trunk check-in: 2cab48c756 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch check-in: f46366c736 user: jan.nijtmans tags: trunk
12:39
merge zipfs check-in: 27c91b58a4 user: jan.nijtmans tags: androwish
12:34
merge rfe-6c0d7aec67 check-in: 04c2a45d71 user: jan.nijtmans tags: zipfs
12:32
merge core-8-6-branch check-in: 4467b7768e user: jan.nijtmans tags: rfe-6c0d7aec67
09:23
resolve 8.6-fork check-in: 674ec2d9ec user: sebres tags: core-8-6-branch
09:19
tclPathObj: fixed TclJoinPath - usage of released object and object leakage. closes [adb198c256df8c4... check-in: fbaf970e24 user: sebres tags: core-8-6-branch
08:32
merge trunk check-in: 7067ab8082 user: jan.nijtmans tags: novem
08:30
merge core-8-6-branch check-in: 1335f34599 user: jan.nijtmans tags: trunk
08:27
'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. check-in: 5b95f585fa user: jan.nijtmans tags: core-8-6-branch
2017-06-29
13:18
merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix
11:42
merge novem check-in: 76a8ebccd9 user: dgp tags: dgp-refactor
11:29
merge trunk check-in: e6b9d7a231 user: dgp tags: tip-445
11:19
merge 8.6 check-in: 6402881613 user: dgp tags: core-8-6-7-rc
2017-06-28
13:45
merge trunk check-in: 6921b83aca user: jan.nijtmans tags: novem
13:44
merge core-8-6-branch check-in: 474ea18601 user: jan.nijtmans tags: trunk
13:32
Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate the expected uppercase c... check-in: bb9d202e4c user: jan.nijtmans tags: core-8-6-branch
11:02
Implement %a and %A for floating point numbers check-in: 35812670ab user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-27
18:21
Rethinking how to hold the bits of configuration. check-in: 3ffd93f7c0 user: dkf tags: http3
12:00
Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just generate uppercase direct... check-in: 2004acdea6 user: jan.nijtmans tags: jn-0d-radix-prefix
10:13
Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's suggestion). Seems ready... check-in: 3b3992d33d user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-26
20:26
merge novem check-in: 69f79aa309 user: dgp tags: dgp-refactor
20:14
merge trunk check-in: b9b632a2ca user: dgp tags: tip-445
20:13
merge trunk check-in: 80be23dd56 user: dgp tags: novem
20:00
Merge 8.6; Bump to TclOO 1.2.0. check-in: c5252bc435 user: dgp tags: trunk
19:56
update changes check-in: ffa6b8ce70 user: dgp tags: core-8-6-7-rc
19:51
merge 8.6 check-in: 089d3ed92d user: dgp tags: core-8-6-7-rc
19:37
Bump to TclOO 1.1.0 check-in: 417c4f636d user: dgp tags: core-8-6-branch
19:22
merge 8.6 check-in: 6399d0c012 user: dgp tags: core-8-6-7-rc
19:18
[46f801ea5a] Make autoloader less fragile when it cannot manufacture a known consistent stack trace.... check-in: 432f9304f2 user: dgp tags: core-8-6-branch
19:17
Try to make good stack trace. Fallback to making not-so-good stack trace. Stop failing altogether. T... Closed-Leaf check-in: c67cb06977 user: dgp tags: bug-46f801ea5a
17:30
Test demonstrating autoloader fragility. check-in: 6fd70a102b user: dgp tags: bug-46f801ea5a
11:37
merge trunk check-in: 0705d03cdf user: jan.nijtmans tags: tip-439, semver
10:20
Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes check-in: e2b749751c user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-25
22:16
Start of work on developing a new major version of the HTTP package. check-in: 21792340da user: dkf tags: http3
2017-06-23
20:49
Tests for ::http::Write done. check-in: 0926e525f7 user: gerald tags: tip-452
20:08
Added test suites for more of the http package, two procedures left to do test suites for. check-in: 8321eb1dcd user: gerald tags: tip-452
15:05
merge trunk check-in: d3b73e481b user: jan.nijtmans tags: novem
15:04
No longer split tests for longIs32bit/longIs64bit, since the results should be identical check-in: a7db1ba444 user: jan.nijtmans tags: trunk
13:11
typo fix check-in: b3af99ceb9 user: dgp tags: trunk
13:09
Rewrite the documentation of [regsub -command] so it's not quite such a mess. check-in: c11222b967 user: dgp tags: trunk
12:39
repair broken tests check-in: b063408c38 user: dgp tags: trunk
12:28
Repair compiler warning about uninitialized value. check-in: d06a0b65c1 user: dgp tags: trunk
09:14
Merge trunk (but without %#d format, pending further decision and bug-fixing) check-in: 818930fdcd user: jan.nijtmans tags: novem
08:11
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals check-in: 4f68bf6677 user: jan.nijtmans tags: trunk
2017-06-22
22:54
Add [regsub -command] case that wasn't actively tested for. check-in: 0bd419a4d7 user: dkf tags: trunk
22:03
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: 1f77049cc0 user: dkf tags: trunk
22:02
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: e927ed1f31 user: dkf tags: core-8-6-branch
22:00
Documentation correction; issue pointed out by DGP. Closed-Leaf check-in: b574d9d391 user: dkf tags: tip-473
21:55
Rebase for final implementation work check-in: 187b146c23 user: dkf tags: tip-473
21:50
Implement TIP #470: Reliable Access to OO Definition Context Object check-in: 0ae0df0685 user: dkf tags: trunk
21:48
merge trunk Closed-Leaf check-in: bc0550924f user: dkf tags: tip-470
21:46
Implement TIP #463: Command-Driven Substitutions for regsub check-in: 9aaee27679 user: dkf tags: trunk
14:23
merge novem check-in: e166a5a58b user: dgp tags: dgp-refactor
13:45
merge trunk check-in: 8d97ed6516 user: dgp tags: tip-445
13:41
merge trunk check-in: 30c71bc195 user: dgp tags: novem
12:25
merge trunk Closed-Leaf check-in: d26f75a105 user: dgp tags: tip-463
08:59
merge core-8-6-branch check-in: 1d11dc7a53 user: jan.nijtmans tags: trunk
08:59
Upgrade all internal character tables to Unicode 10 check-in: f78dec2d2f user: jan.nijtmans tags: core-8-6-branch
08:16
Merge core-8-6-branch Closed-Leaf check-in: 7a62143dca user: jan.nijtmans tags: bsg-0d-radix-prefix
08:15
Add test-cases, testing the legacy behavior of "format %#d" check-in: 66e3be83ac user: jan.nijtmans tags: core-8-6-branch
03:33
Added additional tests into rewrite of http test package. check-in: e8c535c2c0 user: gerald tags: tip-452
2017-06-21
21:22
More http test rewrites. check-in: 98e3eadd14 user: gerald tags: tip-452
2017-06-20
23:04
Test for several more commands. check-in: 24ff58075c user: gerald tags: tip-452
14:36
Added test for several commands. check-in: a59225dbf1 user: gerald tags: tip-452
2017-06-19
22:45
Fix for [c81183a2a71adeff28d846b5dcf8ca5bb15bbf30]. check-in: 52264f7439 user: gerald tags: tip-452
22:21
[4e5007ea1b285527] Added all code path tests for ::http::formatQuery. check-in: 286eddfbe6 user: gerald tags: tip-452
21:40
Test complete for http::geturl -- all code paths covered. Also fix for tcloo code in TIP 452. check-in: b8e209a539 user: gerald tags: tip-452
18:11
merge novem check-in: 4cc19e9c99 user: dgp tags: dgp-refactor
18:04
Silence compiler warning check-in: 29123b010b user: dgp tags: novem
17:56
Merge trunk. Improve test http-4.16 in robustness and result utility. check-in: 854cdede26 user: dgp tags: novem
17:37
merge trunk check-in: a75ba760f7 user: dgp tags: tip-445
17:31
merge 8.6 check-in: c01deee8cf user: dgp tags: core-8-6-7-rc
07:17
Think-o fix... Closed-Leaf check-in: bd2957a486 user: dkf tags: dkf-oo-override-definition-namespaces
07:14
merge core-8-6-branch check-in: e297f56c1c user: dkf tags: dkf-oo-override-definition-namespaces
2017-06-18
18:02
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: bbaad94279 user: dkf tags: trunk
14:01
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: 2bcf10b88e user: dkf tags: core-8-6-branch
13:44
Also apply the tricks when going via the 'self' definition. check-in: eee12a7f97 user: dkf tags: dkf-oo-override-definition-namespaces
13:36
Start of an idea on how to make it easier to have non-trivial little languages for particular class ... check-in: c3b3ca625f user: dkf tags: dkf-oo-override-definition-namespaces
2017-06-16
21:13
Partial test suite written for http::geturl. check-in: bb8efd05a0 user: gerald tags: tip-452
20:40
merge novem check-in: 95b720f9ff user: dgp tags: dgp-refactor
20:35
merge trunk check-in: f7688ef8a2 user: dgp tags: novem
20:28
merge trunk check-in: 2b4060cef5 user: dgp tags: tip-445
20:17
Merge 8.6; update changes. check-in: b7fe674c77 user: dgp tags: core-8-6-7-rc
19:54
Another reworking, now with comments. check-in: e9f3293d67 user: dgp tags: trunk
17:08
Added empty failing tests for all the paths in geturl. check-in: 6dcf1b1049 user: gerald tags: tip-452
16:28
Added empty failing test for each unit that should be tested. NOTE -- some units will have multiple... check-in: a57bb47530 user: gerald tags: tip-452
16:23
Simplify the final loop when we know we're generating strings for all. check-in: 20cca1d020 user: dgp tags: trunk
16:07
Split loop into two cases for further simplification. check-in: afd6a2812b user: dgp tags: trunk
15:51
Factor out and simplify loop scanning leading known empty values. check-in: 1e6a22b0fc user: dgp tags: trunk
15:15
Started to add support for tcloo into tcltest package. First set of http test using TIP 452. check-in: 7fcd7262f6 user: gerald tags: tip-452
14:46
Use local variables. check-in: af5aec752d user: dgp tags: trunk
14:43
Rework the logic. Equivalent function. check-in: aa9699939f user: dgp tags: trunk
14:33
Merge rfe-6c0d7aec67 check-in: 3411d08422 user: jan.nijtmans tags: zipfs
14:31
merge core-8-6-branch check-in: 5631b412d3 user: jan.nijtmans tags: rfe-6c0d7aec67
12:56
Extend cases where string rep generation can be prevented. check-in: 3f07499767 user: dgp tags: trunk
11:47
Better define the meaning of "first" and "last". check-in: a1eb17546f user: dgp tags: trunk
2017-06-15
11:01
Merge core-8-6-branch. Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’... check-in: cf3e4e5c76 user: jan.nijtmans tags: bsg-0d-radix-prefix
09:38
merge core-8-6-branch check-in: a1f9019daa user: jan.nijtmans tags: trunk
09:13
Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. check-in: 512a5af394 user: jan.nijtmans tags: core-8-6-branch
2017-06-14
21:51
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 49e696d1b9 user: dkf tags: trunk
21:49
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 98b22be0c4 user: dkf tags: core-8-6-branch
21:42
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: dce77b1b20 user: dkf tags: trunk
10:04
Little variation on Brian's proposal: Only prefix decimal number with '0d' when that's necessary for... check-in: 20eeb7733d user: jan.nijtmans tags: jn-0d-radix-prefix
07:54
Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) check-in: ae4471b37c user: jan.nijtmans tags: bsg-0d-radix-prefix
2017-06-13
14:13
merge zipfs check-in: 8923cc6a6e user: jan.nijtmans tags: androwish
12:20
Merge rfe-6c0d7aec67 check-in: 38baf640f3 user: jan.nijtmans tags: zipfs
12:18
merge core-8-6-branch check-in: 8eec477ed9 user: jan.nijtmans tags: rfe-6c0d7aec67
2017-06-12
13:29
merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier
2017-06-10
17:06
1) Added namespace exports to tcltest namespace for new features 2) Rolled minor revision number of ... check-in: 9c86f726c0 user: gerald tags: tip-452
2017-06-09
12:20
merge trunk check-in: ee2c5cf945 user: jan.nijtmans tags: tip-389-impl
11:48
merge novem check-in: f687ce6a36 user: jan.nijtmans tags: novem-more-memory-API
11:17
merge trunk check-in: f0e33a9d48 user: jan.nijtmans tags: novem
2017-06-08
21:49
Check in reference implementation of TIP 452. TO DO: create test for two existing Tcl procedure to ... check-in: 2e7887b673 user: gerald tags: tip-452
21:15
Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk
21:10
Don't test the impossible. Closed-Leaf check-in: db46268589 user: dgp tags: dgp-stringcat-delaystringrep
21:05
Modernize overflow checks. check-in: f4c7382b8a user: dgp tags: dgp-stringcat-delaystringrep
20:58
merge trunk check-in: 993ce8428b user: dgp tags: dgp-stringcat-delaystringrep
20:57
More streamlining check-in: 8d50922091 user: dgp tags: dgp-stringcat-delaystringrep
20:49
Make read and write operations on Tcl_Var handles available in tclInt API. check-in: 2487a9bc13 user: dkf tags: trunk
20:49
Make read and write operations on Tcl_Var handles available in tclInt API. (This will be useful f... check-in: 7d94f61c60 user: dkf tags: core-8-6-branch
20:40
More streamlining. check-in: 04d8b74d04 user: dgp tags: dgp-stringcat-delaystringrep
20:38
Create new branch named "tip-452" check-in: 0aad28628c user: gerald tags: tip-452
20:31
pendingPtr == NULL implies (last == first) implies early out check-in: 5ed6f019fa user: dgp tags: dgp-stringcat-delaystringrep
19:35
Tests for string rep generation suppression check-in: 51f3983e40 user: dgp tags: dgp-stringcat-delaystringrep
16:48
merge trunk check-in: 260be46929 user: dgp tags: dgp-stringcat-delaystringrep
12:59
merge trunk check-in: 7b30d63181 user: jan.nijtmans tags: novem
12:53
merge core-8-6-branch check-in: 0a9475dd06 user: jan.nijtmans tags: trunk
12:50
Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed the fact that tolower()... check-in: 9d00eb3607 user: jan.nijtmans tags: core-8-6-branch
12:38
merge core-8-6-branch check-in: 9053c4a54f user: jan.nijtmans tags: trunk
12:37
Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. check-in: 6b5843fde9 user: jan.nijtmans tags: core-8-6-branch