Timeline
Not logged in

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

1171 check-ins using file win/tclAppInit.c version b117ff9605

2020-11-25
09:16
Remove the Tcl_GetValue() functionality. This can always be developed separately check-in: a0c54184f7 user: jan.nijtmans tags: tip-481
2020-05-23
03:32
Update for TIP-551: Add documentation for this feature to the expr man page. The keyword "integ... Closed-Leaf check-in: 002a6fdc7d user: griffin tags: tip-551
2020-02-27
10:12
Clamp Tcl_GetIntForIndex() functions to never return values smaller than -1 or bigger than end + 1. check-in: 225cb7cb62 user: jan.nijtmans tags: strict-index-experiment
2020-02-26
20:19
edits check-in: 8f7ddd8226 user: dgp tags: dgp-review
16:56
merge core-8-branch check-in: e92d3a4952 user: dkf tags: tip-558
14:05
Merge 8.6 check-in: 0346bb5441 user: jan.nijtmans tags: core-8-branch
08:32
merge core-8-branch check-in: 7859c7efe0 user: dkf tags: tip-567
08:04
Merge 8.6 check-in: f5bc93143d user: jan.nijtmans tags: core-8-branch
2020-02-24
17:37
merge 8.7 check-in: 28d8cb877a user: dgp tags: dgp-review
12:18
Merge 8.6 check-in: 1d3f5159be user: jan.nijtmans tags: core-8-branch
10:31
Implementation of TIP 567 check-in: 64c6cc1210 user: dkf tags: tip-567
2020-02-22
12:35
merge core-8-branch check-in: 199fa617ec user: dkf tags: tip-558
12:34
typo fix check-in: c1f6ffdf98 user: dkf tags: core-8-branch
12:31
Less contorted code check-in: 78d6a94a9c user: dkf tags: tip-558
2020-02-21
08:52
Merge 8.6 check-in: 10d8a95829 user: jan.nijtmans tags: core-8-branch
2020-02-19
20:18
Merge 8.7 (this makes Travis build pass again) check-in: 8a48c3a5d0 user: jan.nijtmans tags: dgp-review
10:31
Handle endValue < -1. Improve documentation of new behavior. Leaf check-in: 69c8d35a07 user: jan.nijtmans tags: lset-index
2020-02-18
12:32
Handle invalid "lset" arguments better. Restrict Tcl_GetIntForIndex() index results between -1 (nega... check-in: 0245735b8a user: jan.nijtmans tags: lset-index
2020-02-17
20:13
edits check-in: 66f4cb4f35 user: dgp tags: dgp-review
20:04
WIP check-in: 9e44e890fa user: dgp tags: dgp-review
2020-02-15
10:28
There are subtle cases where an append-if-new operation is really useful for a slot. check-in: 108feb835c user: dkf tags: tip-558
2020-02-12
18:16
WIP check-in: 7baffdc778 user: dgp tags: dgp-review
17:54
WIP check-in: 28ec05e046 user: dgp tags: dgp-review
17:13
WIP check-in: 3a7d78ac06 user: dgp tags: dgp-review
17:10
WIP check-in: dc02be5f4d user: dgp tags: dgp-review
16:47
edits check-in: a927119ed1 user: dgp tags: dgp-review
13:26
Merge 8.7 Closed-Leaf check-in: ba5fe2748a user: jan.nijtmans tags: unicode-13
13:25
Merge 8.7 check-in: 1df476859c user: jan.nijtmans tags: death-to-dbgx
13:25
Merge 8.7 Closed-Leaf check-in: 6a19552cea user: jan.nijtmans tags: deprecate-channel-type-1-4
13:24
Merge 8.7 check-in: eea71a4ef7 user: jan.nijtmans tags: tip-558
13:18
Merge 8.6 check-in: d3d2b49204 user: jan.nijtmans tags: core-8-branch
2020-02-11
13:31
Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] (to be released March 1... check-in: 8858804859 user: jan.nijtmans tags: unicode-13
2020-02-10
20:07
WIP check-in: 53366332b5 user: dgp tags: dgp-review
20:06
WIP check-in: 3b430cee64 user: dgp tags: dgp-review
2020-02-07
21:40
WIP check-in: a2298832f2 user: dgp tags: dgp-review
15:47
merge 8.7 check-in: c8f5807b8e user: dgp tags: dgp-review
09:21
caching is one of the two hard things in CS (along with naming and off-by-one-errors) check-in: 4a4366153e user: dkf tags: tip-558
2020-02-05
16:41
merge-mark check-in: 8047caf34f user: jan.nijtmans tags: core-8-branch
2020-02-04
11:04
Merge 8.6 check-in: 12cc31b1b9 user: jan.nijtmans tags: core-8-branch
10:40
Few more DBGX cleanups check-in: 7c1273c0bc user: jan.nijtmans tags: death-to-dbgx
09:52
Adapt rules.vc too check-in: dc63e802f6 user: jan.nijtmans tags: death-to-dbgx
09:46
Death to DBGX check-in: 0c16754a85 user: jan.nijtmans tags: death-to-dbgx
08:28
It appears that inttypes.h was introduced in Visual Studio 2013 check-in: 15dcc5fde9 user: jan.nijtmans tags: core-8-branch
2020-02-03
14:41
merge 8.7 check-in: 21fba0c4bd user: dgp tags: dgp-review
2020-02-02
22:17
Oopsee check-in: 38cca2b646 user: jan.nijtmans tags: deprecate-channel-type-1-4
22:11
Deprecate Tcl_Close() stub entry as well check-in: 22c6b94b43 user: jan.nijtmans tags: deprecate-channel-type-1-4
16:26
TclInitBignumFromWide(U)Int is not used any more. check-in: 8cff484926 user: jan.nijtmans tags: core-8-branch
15:24
Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://github.com/libtom/libtommath... check-in: 09539af6a3 user: jan.nijtmans tags: core-8-branch
2020-01-31
17:10
merge 8.7 check-in: 8f2730cd01 user: dgp tags: dgp-review
14:58
Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeekProc for all internal c... check-in: 4107df0b30 user: jan.nijtmans tags: deprecate-channel-type-1-4
08:00
Merge 8.7 check-in: bdc0e2ae94 user: jan.nijtmans tags: deprecate-channel-type-1-4
07:54
Add 64-bit seek to the ZipChannel check-in: b1fbea06de user: jan.nijtmans tags: core-8-branch
2020-01-30
16:08
Merge 8.7 check-in: 566db5a014 user: jan.nijtmans tags: deprecate-channel-type-1-4
15:44
merge 8.6 check-in: 4c1f9cbfcf user: sebres tags: core-8-branch
13:54
Merge 8.6 check-in: 8feacb7452 user: jan.nijtmans tags: core-8-branch
13:21
Merge 8.6 check-in: 0d5cc3c4bb user: jan.nijtmans tags: core-8-branch
2020-01-29
15:52
Deprecate channel types 1-4 check-in: cf397fef44 user: jan.nijtmans tags: deprecate-channel-type-1-4
13:02
Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATED Use TCL_CHANNEL_VERSION_5 in stead of... check-in: 17f806107a user: jan.nijtmans tags: core-8-branch
2020-01-27
13:00
merge 8.7 check-in: 4e5f7351ab user: dgp tags: dgp-review
12:41
WIP check-in: 8cb7233f95 user: dgp tags: dgp-review
12:18
WIP check-in: 3a7c2e0651 user: dgp tags: dgp-review
11:57
WIP check-in: 38d35a156c user: dgp tags: dgp-review
10:31
Fix install-libraries-zipfs-static target: On Windows INSTALL_DATA makes no sense. Reported by René... check-in: b04bc4293a user: jan.nijtmans tags: core-8-branch
01:23
WIP check-in: 90e7a74bba user: dgp tags: dgp-review
01:16
WIP check-in: db7916f86b user: dgp tags: dgp-review
01:16
WIP check-in: 1f7b5579a0 user: dgp tags: dgp-review
01:16
WIP check-in: d5ae8041e8 user: dgp tags: dgp-review
01:15
WIP check-in: d172e85019 user: dgp tags: dgp-review
01:14
WIP check-in: 0d89cf4d3a user: dgp tags: dgp-review
01:13
WIP check-in: 8ffb9ad9ae user: dgp tags: dgp-review
00:36
WIP check-in: 5bce48738c user: dgp tags: dgp-review
00:22
WIP check-in: 60e8747765 user: dgp tags: dgp-review
00:16
WIP check-in: 60dec1c068 user: dgp tags: dgp-review
2020-01-26
02:36
WIP check-in: f56c0ef824 user: dgp tags: dgp-review
02:13
WIP check-in: 3a73d28da1 user: dgp tags: dgp-review
01:57
WIP check-in: 95bc847a21 user: dgp tags: dgp-review
2020-01-25
22:11
merge 8.7 check-in: d7f69610af user: dgp tags: dgp-review
14:51
TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extension compiled with -DTCL_N... check-in: bab804dcda user: jan.nijtmans tags: core-8-branch
2020-01-24
20:12
WIP check-in: fa4aaea12d user: dgp tags: dgp-review
19:38
Expand examples of incomplete work in Tcl 8.0 builtins. check-in: 80bf012a73 user: dgp tags: dgp-review
19:30
Happier highlighter. check-in: c3b49a01bd user: dgp tags: dgp-review
18:43
merge 8.7 check-in: 7d17729929 user: dgp tags: dgp-review
16:44
Implement TIP 559 check-in: eb2b9ce3b8 user: dgp tags: core-8-branch
2020-01-23
15:40
Fix See also links in list commands check-in: 3933aee1c8 user: apnadkarni tags: core-8-branch
13:14
Merge 8.6 check-in: e673109395 user: jan.nijtmans tags: core-8-branch
10:33
Add error-handling to all libtommath function calls. Most likely not perfect (open for further impro... check-in: 40c22004df user: jan.nijtmans tags: core-8-branch
09:46
Merge 8.6 check-in: 95939d51aa user: jan.nijtmans tags: core-8-branch
2020-01-22
09:26
Merge 8.7. All calls using MP_WUR handled now. Closed-Leaf check-in: abfe208bbd user: jan.nijtmans tags: no-wur
2020-01-21
22:24
merge 8.7 check-in: 866d1d7dc5 user: dgp tags: dgp-review
22:00
Implement TIP 543 check-in: 7f045bde78 user: dgp tags: core-8-branch
16:05
Merge 8.7, more WIP check-in: 77a1c10c7b user: jan.nijtmans tags: no-wur
2020-01-20
19:36
WIP check-in: 28b9760596 user: dgp tags: dgp-review
19:09
WIP check-in: 94ecf8fbd4 user: dgp tags: dgp-review
18:32
WIP check-in: d084e89d50 user: dgp tags: dgp-review
18:30
WIP check-in: 5151755f82 user: dgp tags: dgp-review
17:14
WIP check-in: dab2fa40f0 user: dgp tags: dgp-review
15:28
Merge-mark check-in: e7337911a8 user: jan.nijtmans tags: core-8-branch
14:35
Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, since that's not accordin... check-in: 779078e24c user: jan.nijtmans tags: core-8-branch
12:18
Implementation of TIP #542: Support for switchable Full Unicode support check-in: 73c2397d70 user: jan.nijtmans tags: core-8-branch
2020-01-17
19:07
formatting check-in: f1b37c4aae user: dgp tags: dgp-review
19:05
formatting check-in: 1a1c1c1923 user: dgp tags: dgp-review
18:43
WIP check-in: a64448b699 user: dgp tags: dgp-review
18:20
WIP check-in: 2d478511c4 user: dgp tags: dgp-review
18:07
WIP check-in: 9aeb01f090 user: dgp tags: dgp-review
17:15
merge 8.6 check-in: b061abfc0c user: sebres tags: core-8-branch
17:12
tweak check-in: e454ec6b78 user: dgp tags: dgp-review
15:50
edits check-in: d11787420e user: dgp tags: dgp-review
15:37
merge 8.7 Closed-Leaf check-in: f4cea11d2e user: dgp tags: utf-max
13:57
merge 8.7 check-in: 3bc6633fc4 user: dgp tags: dgp-review
10:43
Merge 8.7, more WIP check-in: e5a4139844 user: jan.nijtmans tags: no-wur
08:54
Merge 8.6 check-in: f0782b57a6 user: jan.nijtmans tags: core-8-branch
02:48
edits check-in: d771f66248 user: dgp tags: dgp-review
2020-01-16
20:43
WIP check-in: bf8acce547 user: dgp tags: dgp-review
2020-01-15
15:29
Merge 8.7 check-in: b1d9d559b8 user: jan.nijtmans tags: no-wur
10:21
Merge-mark 8.6. Remove a few "break"'s added in the previous commit, because they are redundant. check-in: 9a826dfb28 user: jan.nijtmans tags: core-8-branch
2020-01-14
17:35
WIP check-in: 4a5d22932f user: dgp tags: dgp-review
09:09
A few more "break" statements, so any compiler knows these are no FALLTHROUGH situations. check-in: 034ad43c4b user: jan.nijtmans tags: core-8-branch
2020-01-13
21:46
Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the definition of mp_int. ... Closed-Leaf check-in: 9f2dd970cd user: jan.nijtmans tags: tommath-compat
19:26
recount check-in: 9974933b0c user: dgp tags: dgp-review
17:51
WIP check-in: b3edeefeb6 user: dgp tags: dgp-review
17:35
WIP check-in: c2d02fad50 user: dgp tags: dgp-review
17:00
Implement TIP 559 (deprecation part). Closed-Leaf check-in: 8a9a2c7b58 user: dgp tags: tip-559-dep
15:20
Merge 8.6 check-in: b57a5cf85f user: jan.nijtmans tags: core-8-branch
15:05
edits check-in: bd18a61f7d user: dgp tags: dgp-review
14:36
merge 8.7 check-in: 2b19a21f97 user: dgp tags: dgp-review
12:47
Merge 8.6 check-in: a726483394 user: jan.nijtmans tags: core-8-branch
10:44
Merge 8.6 check-in: dc4d9a7fc0 user: jan.nijtmans tags: core-8-branch
2020-01-10
18:22
WIP check-in: e565009f0a user: dgp tags: dgp-review
17:40
merge 8.7 Closed-Leaf check-in: 1741ee4e4a user: dgp tags: tip-543
17:21
WIP check-in: 32f094732a user: dgp tags: dgp-review
16:36
WIP check-in: acb5d91fab user: dgp tags: dgp-review
16:05
WIP check-in: ea3f2ef2eb user: dgp tags: dgp-review
16:00
More WIP check-in: d6fb5a2518 user: jan.nijtmans tags: no-wur
15:58
WIP check-in: 51e2d5447b user: dgp tags: dgp-review
15:18
tommath_private.h : Remove special C4146 handling: already done in tclWinPort.h too. tcl.pc.in: Mak... check-in: 106e92e2ad user: jan.nijtmans tags: core-8-branch
14:38
fmt check-in: 72d07a007a user: dgp tags: dgp-review
14:38
fmt check-in: 84bff4852d user: dgp tags: dgp-review
14:36
WIP check-in: 85bd8279ae user: dgp tags: dgp-review
14:34
WIP check-in: 1aee89f8ee user: dgp tags: dgp-review
12:11
WIP check-in: 282a0e5863 user: dgp tags: dgp-review
12:10
WIP check-in: 6a55f0cd4c user: dgp tags: dgp-review
12:09
WIP check-in: 96dc7141ee user: dgp tags: dgp-review
11:40
WIP check-in: cd4308b1f9 user: dgp tags: dgp-review
11:39
WIP check-in: f27a9620ed user: dgp tags: dgp-review
11:24
WIP check-in: 5f37889a08 user: dgp tags: dgp-review
04:37
format fixes check-in: 7a2ae5549e user: dgp tags: dgp-review
04:26
WIP check-in: 1a09793b4f user: dgp tags: dgp-review
04:04
refinement check-in: 35ae207f81 user: dgp tags: dgp-review
04:00
WIP check-in: 245180139c user: dgp tags: dgp-review
2020-01-09
19:22
merge 8.7 check-in: 6c07affecb user: dgp tags: dgp-review
09:27
Put "-ltommath" in $MATH_LIBS in stead of $LIBS, so it won't be used by other checks in the configur... check-in: 860982c825 user: jan.nijtmans tags: core-8-branch
09:25
Put "-ltommath" in $MATH_LIBS in stead of $LIBS, so it won't be used by other checks in the configur... check-in: 84cff37894 user: jan.nijtmans tags: no-wur
09:20
Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not complete yet. check-in: 5329c070c4 user: jan.nijtmans tags: no-wur
2020-01-08
23:07
merge 8.7 check-in: 1aac492d2d user: dgp tags: dgp-review
23:00
merge 8.7 check-in: 7c9f4a0cee user: dgp tags: utf-max
22:25
Improvements to doc changes from TIPs 422 and 512. check-in: b3c6b4a55c user: dgp tags: core-8-branch
21:40
s/in stead/instead/ check-in: 95f0ae2a8b user: dgp tags: core-8-branch
21:10
merge 8.7 check-in: 2e11f84315 user: dgp tags: dgp-review
21:10
merge 8.6 check-in: 3918ffb3ff user: dgp tags: core-8-branch
19:29
typo check-in: 553ef8d3cd user: dgp tags: dgp-review
19:28
merge 8.7 check-in: 62e8bcd7c1 user: dgp tags: dgp-review
13:16
Merge 8.6 check-in: 544c17046b user: jan.nijtmans tags: core-8-branch
2020-01-07
15:44
Merge 8.7 check-in: b172b8716f user: jan.nijtmans tags: utf-max
15:22
Merge 8.7 Closed-Leaf check-in: 46470f86f7 user: jan.nijtmans tags: external-libtommath
14:42
Don't use "operator" as variable name, as it is a keyword in C++. Add some break statements, so Tcl ... check-in: 873949be4b user: jan.nijtmans tags: core-8-branch
14:32
Some eol whitespace eliminations check-in: 195168a5a2 user: jan.nijtmans tags: core-8-branch
12:18
One more place where the (deprecated) "unicode" encoding was still used. check-in: 2737ed2c3b user: jan.nijtmans tags: core-8-branch
09:24
Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary since 8.7. Small missing... check-in: dbd488fb8c user: jan.nijtmans tags: core-8-branch
08:35
Fix test encoding-28.0, adapting for the correct number of available encodings check-in: 668cbaf8c5 user: jan.nijtmans tags: core-8-branch
2020-01-06
20:24
one more check-in: d5321b0075 user: dgp tags: core-8-branch
20:12
Bring docs up to date with TIP 330 and TIP 336 changes already in Tcl 8.7 check-in: d886642726 user: dgp tags: core-8-branch
18:07
Missing bit of interp->result deprecation. check-in: 246c040ecf user: dgp tags: core-8-branch
17:26
Remove "new in 8.6" marks from the docs in the 8.7 branch. check-in: eea0f606ce user: dgp tags: core-8-branch
17:17
remove 'new in 8.5' marks in docs check-in: a15505b803 user: dgp tags: core-8-branch
11:02
Fix typo: "==" -> "=" check-in: 797243504e user: jan.nijtmans tags: core-8-branch
10:57
Merge 8.7. Don't think that ${LDFLAGS} should be part of MATH_LIBS: that should be arranged correctl... check-in: 14cdac6c49 user: jan.nijtmans tags: external-libtommath
10:40
Merge 8.6 check-in: 8f3cd51884 user: jan.nijtmans tags: core-8-branch
2020-01-04
14:51
merge 8.6 check-in: 7081666798 user: pooryorick tags: core-8-branch
2020-01-03
19:03
... check-in: a4537b50ab user: dgp tags: dgp-review
19:01
... check-in: 5f13b4acac user: dgp tags: dgp-review
18:08
... check-in: 9ac3a0860b user: dgp tags: dgp-review
17:57
... check-in: 5514569c66 user: dgp tags: dgp-review
17:34
... check-in: eacdab1bba user: dgp tags: dgp-review
17:33
... check-in: cd659d6dcd user: dgp tags: dgp-review
17:10
format tweaks check-in: 342b3b5af9 user: dgp tags: dgp-review
17:07
WIP check-in: 0cf04bba38 user: dgp tags: dgp-review
16:41
merge 8.7 check-in: a9a54e6b5d user: dgp tags: dgp-review
2020-01-02
21:26
next check-in: 0c11cb3cf8 user: dgp tags: dgp-review
21:24
take 2 check-in: 6fad833304 user: dgp tags: dgp-review
21:23
format trial check-in: 9118558a99 user: dgp tags: dgp-review
21:00
Restore the build by providing a copysign replacement for old MSVC versions. check-in: 0c17370926 user: fvogel tags: core-8-branch
20:05
WIP check-in: 4987961702 user: dgp tags: dgp-review
2020-01-01
16:57
Move the TIP 558 tests into their own file check-in: 8ba0156ba2 user: dkf tags: tip-558
16:46
More error cases check-in: 990b223f55 user: dkf tags: tip-558
16:01
Check for another tricky edge case check-in: 7ea1f0bf2e user: dkf tags: tip-558
2019-12-31
23:27
merge core-8-branch check-in: 0b6cea2411 user: dkf tags: tip-558
23:25
Better error messages when a property has the wrong kind for the type of access desired check-in: 8d0a5d9bb4 user: dkf tags: tip-558
22:58
Other list-returning [info class] subcommands are plurals, so change property -> properties check-in: 506093f465 user: dkf tags: tip-558
14:56
Added docs check-in: ba294d781a user: dkf tags: tip-558
2019-12-30
21:25
merge 8.7 check-in: c17aa20107 user: dgp tags: tip-543
16:24
Fixed index line check-in: eea0682265 user: dkf tags: core-8-branch
15:35
Even more tests, this time of the return-code semantics of property getters and setters. check-in: 301d146f1f user: dkf tags: tip-558
13:49
Regenerate configure check-in: 491a02c932 user: gahr tags: external-libtommath
13:48
Fix equality check, reported by Emiliano check-in: 3d0fcef5bb user: gahr tags: external-libtommath
10:13
merge core-8-branch check-in: b3b30aa5e4 user: dkf tags: tip-558
10:12
More tests, more fixes check-in: 676a1b7f11 user: dkf tags: tip-558
2019-12-29
13:23
Property definitions now work on instances. check-in: 3176dfe16e user: dkf tags: tip-558
2019-12-28
21:55
Starting to do the testing. check-in: 85cd024986 user: dkf tags: tip-558
13:24
Implementation of properties for TclOO check-in: 1b4d41b80b user: dkf tags: tip-558
2019-12-27
21:12
intro check-in: 944e746c02 user: dgp tags: dgp-review
20:51
format change check-in: f90f4b8ccb user: dgp tags: dgp-review
20:47
Start of document draft. check-in: 4d5f3a8004 user: dgp tags: dgp-review
20:42
Create a review branch for drafting a document. check-in: 453c429dbf user: dgp tags: dgp-review
12:53
Include LDFLAGS in TCL_LIB, since that's where MATH_LIBS come in check-in: c0afbcd14a user: gahr tags: external-libtommath
12:13
Regenerate configure check-in: 072f37aafe user: gahr tags: external-libtommath
12:12
Make sure LDFLAGS are propagated to MAKE_LIB check-in: 31d5db1f7b user: gahr tags: external-libtommath
12:11
Use AC_CHECK_LIB and put ltommath in MATH_LIBS to avoid polluting LIBS check-in: 182ec3352a user: gahr tags: external-libtommath
00:23
Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floating point overflow in ... check-in: 5cb42f70ad user: kbk tags: core-8-branch
2019-12-24
15:04
Add FALLTHRU markers, eliminating gcc warning using -Wextra check-in: 9a334f8d56 user: jan.nijtmans tags: core-8-branch
14:23
Attempt to improve support for external libtommath check-in: 8f8236bd3a user: jan.nijtmans tags: external-libtommath
13:52
More progress in making clang build on Cygwin warning-free check-in: cba1bad647 user: jan.nijtmans tags: core-8-branch
13:51
Make definition of struct mp_int EXACTLY the same as the one in the (modified) tommath.h check-in: 746fd90c42 user: jan.nijtmans tags: core-8-branch
10:05
Put our own included (-I) directories before directories coming in though CFLAGS, so building with e... check-in: 8619c767c0 user: jan.nijtmans tags: core-8-branch
2019-12-23
13:42
Merge 8.6 check-in: 087fb64a6b user: jan.nijtmans tags: core-8-branch
11:27
Merge 8.6 check-in: b511a2fa61 user: jan.nijtmans tags: core-8-branch
2019-12-22
14:55
Merge 8.6 check-in: 6169c6b18a user: jan.nijtmans tags: core-8-branch
2019-12-20
15:23
Update travis build fro xcode11 to xcode11.3 as highest platform check-in: 562b27436c user: jan.nijtmans tags: core-8-branch
2019-12-19
22:26
Merge 8.7. Exclude 4 test-cases in TCL_NO_DEPRECATED mode, because they are not supposed to work the... check-in: 34c6338153 user: jan.nijtmans tags: utf-max
22:12
Merge 8.6 check-in: 32bc878a76 user: jan.nijtmans tags: core-8-branch
22:04
Merge 8.6 check-in: 36076a5acc user: jan.nijtmans tags: core-8-branch
2019-12-17
23:14
Put back 4 test-cases as they were in core-8-branch, but only for TCL_UTF_MAX=3 check-in: a0689a88df user: jan.nijtmans tags: utf-max
2019-12-14
17:46
Merge 8.7 check-in: 93f03d43d2 user: jan.nijtmans tags: utf-max
17:43
Merge 8.6 check-in: 75097be697 user: jan.nijtmans tags: core-8-branch
14:08
Merge 8.7 check-in: ed89f90fbe user: jan.nijtmans tags: utf-max
2019-12-13
22:18
One #undef too much check-in: c1c0378b37 user: jan.nijtmans tags: core-8-branch
21:48
Don't export mp_sqr() directly from libtcl check-in: 5cfeb37cfe user: jan.nijtmans tags: core-8-branch
21:27
Merge 8.7 check-in: f8cb8be3a3 user: jan.nijtmans tags: utf-max
21:16
Optimize mp_mul for the case a==b check-in: 74255eccbf user: jan.nijtmans tags: core-8-branch
15:41
Merge 8.7 check-in: 24728eab4a user: jan.nijtmans tags: utf-max
15:13
merge-mark check-in: 976ab9d065 user: jan.nijtmans tags: core-8-branch
11:05
Implement TIP's #538: Externalize libtommath check-in: d796a3955d user: jan.nijtmans tags: core-8-branch
2019-12-12
21:38
Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. check-in: 35e74efb18 user: jan.nijtmans tags: core-8-branch
21:05
merge-mark check-in: cf16cada42 user: jan.nijtmans tags: core-8-branch
13:12
Add many missing constraints check-in: 8806c61bad user: jan.nijtmans tags: core-8-branch
08:23
Little doc tweak check-in: a6db2afbd0 user: jan.nijtmans tags: utf-max
2019-12-11
12:41
Implement "panic" as described in the TIP check-in: a8e8fd4eea user: jan.nijtmans tags: utf-max
08:55
Merge 8.7 check-in: 8fd30c9b17 user: jan.nijtmans tags: utf-max
08:52
Fix bug in tclEncoding.c, only manifesting in testcase encoding-15.4 for TCL_UTF_MAX=6. (knownBug, f... check-in: b8ea626e72 user: jan.nijtmans tags: core-8-branch
2019-12-10
13:42
Merge 8.6 check-in: 11e140ecfa user: jan.nijtmans tags: core-8-branch
13:15
merge 8.6 check-in: 828e8eb900 user: sebres tags: core-8-branch
2019-12-09
22:48
Undo accidental change in [343273c9de4fd4f1] check-in: a4fea85023 user: jan.nijtmans tags: core-8-branch
11:42
remove unneeded import (for >= 8.7) check-in: 3f502fafa2 user: sebres tags: core-8-branch
11:31
Merge 8.6 check-in: 343273c9de user: jan.nijtmans tags: core-8-branch
2019-12-08
16:58
Merge 8.7 check-in: d8d7007a64 user: jan.nijtmans tags: utf-max
16:49
Merge 8.6Merge 8.6 check-in: a9647a100b user: jan.nijtmans tags: core-8-branch
2019-12-07
18:25
merge-mark check-in: 2ccf0dd179 user: jan.nijtmans tags: core-8-branch
05:52
Initial implementation for TIP-551 Permit underscores in numeric literals check-in: 64b80d4ecd user: griffin tags: tip-551
05:46
Create new branch named "tip-551" check-in: 21eb23dc11 user: griffin tags: tip-551
2019-12-06
14:38
Merge 8.6 check-in: 76f0ccb22a user: jan.nijtmans tags: core-8-branch
13:47
merge-mark check-in: 771f469916 user: jan.nijtmans tags: core-8-branch
2019-12-04
13:26
Merge 8.6 check-in: 447d580cf0 user: jan.nijtmans tags: core-8-branch
2019-12-03
19:30
Remove Travis's Clang builds using TCL_UTF_MAX!=4. Too little difference with the corresponding GCC ... check-in: 6b22550842 user: jan.nijtmans tags: core-8-branch
16:22
Merge 8.7 check-in: e7363682e5 user: jan.nijtmans tags: tip-468
16:13
Merge 8.7 check-in: 4105725743 user: jan.nijtmans tags: utf-max
13:21
Merge 8.6 check-in: 82b698cbc1 user: jan.nijtmans tags: core-8-branch
12:58
Merge 8.6 check-in: 1436b96908 user: jan.nijtmans tags: core-8-branch
2019-12-02
22:07
merge 8.6 check-in: cc5377327f user: pooryorick tags: core-8-branch
20:48
Merge 8.6 check-in: 468df9021d user: jan.nijtmans tags: core-8-branch
18:15
Bump to 8.7a4 to distinguish development from 8.7a3 release. check-in: ff95f2c49c user: dgp tags: core-8-branch
13:28
Fix [a46a49b90f]: tests http-cookiejar-1.[12] fail check-in: 3a6e018caf user: jan.nijtmans tags: core-8-branch
10:58
Eliminate excess eol-spacing check-in: a8e4df4682 user: jan.nijtmans tags: core-8-branch
10:52
Merge 8.6 check-in: aac2f275b8 user: jan.nijtmans tags: core-8-branch
2019-12-01
21:25
Fix make install on Ubuntu (and - most likely - other platforms) check-in: fdc57191a6 user: jan.nijtmans tags: core-8-branch
20:04
Merge 8.7 check-in: f141590f7f user: jan.nijtmans tags: utf-max
17:52
Fix executable flag check-in: 10b8136f14 user: jan.nijtmans tags: core-8-branch
13:52
merge 8.6 check-in: a6f87ee744 user: pooryorick tags: core-8-branch
12:16
merge 8.6 check-in: b1cc5d82f5 user: pooryorick tags: core-8-branch
2019-11-29
12:29
merge-mark check-in: f32c9854de user: jan.nijtmans tags: core-8-branch
09:52
Merge 8.7 Closed-Leaf check-in: ada893702f user: jan.nijtmans tags: digit-bit-60
09:52
Fix one failing testcase (thanks, Travis!) check-in: 9f21fed226 user: jan.nijtmans tags: core-8-branch
2019-11-28
14:14
Merge 8.7 check-in: da5a2d331a user: jan.nijtmans tags: digit-bit-60
13:15
Merge 8.6 check-in: 4a1697cfab user: jan.nijtmans tags: core-8-branch
12:36
Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar and 1.0.1 for tcl::idna... check-in: 38b8dc20d4 user: jan.nijtmans tags: core-8-branch
2019-11-27
22:20
(hopefully) fix installation on Windows check-in: 90400ef571 user: jan.nijtmans tags: core-8-branch
21:09
Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.h check-in: 32128bbaf4 user: jan.nijtmans tags: digit-bit-60
20:15
Another minor tweak: No need to include manifest.txt in the vfs zip-file, since it's renamed to pkgI... check-in: 6629ce81e9 user: jan.nijtmans tags: core-8-branch
14:41
Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres. check-in: 5ab2f82728 user: jan.nijtmans tags: digit-bit-60
14:25
Minor tweak: Don't include the "dde" and "reg" directory in the zip-file on UNIX check-in: 1ca57a39c3 user: jan.nijtmans tags: core-8-branch
13:43
merge digit-bit-60 Closed-Leaf check-in: 9d6e0fd448 user: sergey.brester tags: digit-bit-60-msvc-fix
13:38
fixes compile errors for old VC versions, as well as tommath include path, there are two files with ... check-in: b57e51d900 user: sergey.brester tags: digit-bit-60-msvc-fix
12:14
Move check for stdbool.h from SC_MISSING_POSIX_HEADERS to SC_CONFIG_CFLAGS, since it's not POSIX. check-in: 6439898f34 user: jan.nijtmans tags: core-8-branch
11:09
Merge 8.6 check-in: 41d39bdc71 user: jan.nijtmans tags: core-8-branch
11:01
Proposed Windows installation code for cookiejar package Closed-Leaf check-in: 9c07fde122 user: dkf tags: cookiejar-win-install
2019-11-26
22:49
Merge 8.7 check-in: 1008c2a8aa user: jan.nijtmans tags: utf-max
22:42
Merge 8.7 check-in: ee1244f167 user: jan.nijtmans tags: digit-bit-60
21:35
Fix installation of cookiejar on UNIX, and add same pieces to windows as well. Also modify manifext.... check-in: c2cc1111c0 user: jan.nijtmans tags: core-8-branch
17:35
merge release check-in: 9f71767187 user: dgp tags: core-8-branch
16:29
Accept repackaging and distribution of http::cookiejar for Tcl 8.7a3. Closed-Leaf check-in: 41efcfa406 user: dgp tags: core-8-7-a3, core-8-7-a3-rc
11:16
Move the cookiejar package to its own directory so http works as a TM. Fix the unix installation cod... Closed-Leaf check-in: 4c56db207a user: dkf tags: cookiejar-split
08:37
Attempt to fix cookiejar installation, for now UNIX-only. Please review. Closed-Leaf check-in: fca8590e27 user: jan.nijtmans tags: fix-cookiejar-install
08:11
Merge 8.7a3 check-in: 3e3cba6eb0 user: jan.nijtmans tags: digit-bit-60
2019-11-25
18:08
merge 8.7 check-in: 4d30c13032 user: dgp tags: core-8-7-a3-rc
17:00
merge mark check-in: 7f8066e718 user: dgp tags: core-8-branch
16:40
Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro Cerutti for noticing th... check-in: 5b95c4733d user: jan.nijtmans tags: core-8-branch
16:34
Tweak visibility of some libtommath symbols and add --with-system-libtommath configure option (as re... check-in: ebafbc8a80 user: jan.nijtmans tags: digit-bit-60
2019-11-23
20:49
Merge 8.7 rc branch check-in: f9a7892bae user: jan.nijtmans tags: digit-bit-60
2019-11-22
15:18
merge 8.7 check-in: 7ed7694e4f user: dgp tags: rc2, core-8-7-a3-rc
15:15
merge 8.6 check-in: 789967a8f9 user: dgp tags: core-8-branch
13:33
Undo minor tweak, no longer necessary check-in: 4ef597b63a user: jan.nijtmans tags: digit-bit-60
13:26
Merge 8.7, and update to latest libtommath (support/1.x branch) check-in: 2ccc845beb user: jan.nijtmans tags: digit-bit-60
04:10
Merged rc file VERSIONINFO fixes check-in: 488929f620 user: apnadkarni tags: core-8-branch
2019-11-21
19:16
merge 8.6 check-in: ea8a17f0af user: sebres tags: core-8-branch
2019-11-20
13:32
Fix typo in tclTestObj.c check-in: 4c33a79021 user: jan.nijtmans tags: digit-bit-60
2019-11-18
21:41
Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though MP_WUR is not enabled ... check-in: 376a4590d0 user: jan.nijtmans tags: digit-bit-60
20:38
Merge 8.6 check-in: bb6ac7218a user: jan.nijtmans tags: core-8-branch
15:56
Formatting check-in: 3a7dffb88f user: jan.nijtmans tags: digit-bit-60
14:40
Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (shared-build only) check-in: d83d101308 user: jan.nijtmans tags: utf-max
12:58
Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead of statically linking li... check-in: e50bfc6fb8 user: jan.nijtmans tags: digit-bit-60
2019-11-17
19:47
Merge 8.7 check-in: acbfa8fc49 user: jan.nijtmans tags: tip-468
13:39
Merge 8.7. Unbreak travis build with TCL_UTF_MAX=3 check-in: ecae4a1bda user: jan.nijtmans tags: utf-max
2019-11-16
19:57
update changes check-in: 953b5cc2f5 user: dgp tags: core-8-7-a3-rc
2019-11-15
20:20
merge 8.7 check-in: ae4fe9e061 user: dgp tags: core-8-7-a3-rc
20:11
merge 8.6 check-in: 68aa2bb49b user: dgp tags: core-8-branch
20:01
merge 8.7; update changes check-in: 56526e5fcd user: dgp tags: core-8-7-a3-rc
15:19
Merge 8.7 check-in: 6013bbbb99 user: jan.nijtmans tags: utf-max
14:53
Merge 8.7 check-in: ad795af38b user: jan.nijtmans tags: digit-bit-60
14:35
Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7 check-in: e7da58aea6 user: jan.nijtmans tags: core-8-branch
14:20
Merge 8.7 check-in: c1ce8b2fa2 user: jan.nijtmans tags: digit-bit-60
13:05
Merge 8.6 check-in: 9d071d36b1 user: jan.nijtmans tags: core-8-branch
10:09
Merge 8.6. Also fix the use of WUR (warn unused result) in libtommath function signatures: this can... check-in: 47580c36fd user: jan.nijtmans tags: core-8-branch
2019-11-14
20:07
merge 8.6 check-in: e0c7160849 user: sebres tags: core-8-branch
14:48
Merge 8.6 check-in: 4af9b4a67a user: jan.nijtmans tags: core-8-branch
2019-11-13
18:24
merge 8.7 check-in: cd634aeb14 user: dgp tags: core-8-7-a3-rc
17:32
More work on changes. check-in: 34e23e75bc user: dgp tags: core-8-7-a3-rc
16:11
Merge 8.7 check-in: d962ec5f05 user: jan.nijtmans tags: utf-max
16:10
Merge 8.7 check-in: 19a2db5688 user: jan.nijtmans tags: digit-bit-60
16:02
Merge 8.6 check-in: f8a70ae387 user: jan.nijtmans tags: core-8-branch
12:38
Merge 8.6 check-in: 1572d9bdb5 user: jan.nijtmans tags: core-8-branch
09:08
Merge 8.6 check-in: 7ba9d1af8e user: jan.nijtmans tags: core-8-branch
2019-11-12
22:06
try to install libtommath 1.2.0 through homebrew on MacOS check-in: faf55f671f user: jan.nijtmans tags: digit-bit-60
12:11
Merge 8.7. Finish implementation. check-in: e221cdc084 user: jan.nijtmans tags: digit-bit-60
2019-11-11
20:51
Merge 8.6 check-in: d8c5530e62 user: jan.nijtmans tags: core-8-branch
16:19
Merge 8.7 check-in: d3aea608ed user: jan.nijtmans tags: utf-max
14:26
Merge 8.7 check-in: be8ec92abb user: jan.nijtmans tags: digit-bit-60
2019-11-09
19:39
Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead of the legacy TclBNInitB... check-in: ffa4e7a35d user: jan.nijtmans tags: core-8-branch
2019-11-08
21:56
Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead of the legacy TclBNInitB... Closed-Leaf check-in: 3188db3003 user: jan.nijtmans tags: libtommath-cleanup
20:09
Fix travis build win32, 32-bit mingw check-in: 0a0c3437e1 user: jan.nijtmans tags: digit-bit-60
15:57
Merge 8.6 check-in: 9b19022f67 user: jan.nijtmans tags: core-8-branch
15:11
Start updates to changes check-in: 90b21061b1 user: dgp tags: core-8-7-a3-rc
09:01
Merge 8.6. Add support for libtommath's mp_set_ll() function, since that's the replacement for the ... check-in: 4d1f47dcd2 user: jan.nijtmans tags: core-8-branch
2019-11-07
18:36
added removal of timeout-event in cleanup of io-44.6 (can bother followed tests), removed unneeded c... check-in: a62c53b7b7 user: sebres tags: core-8-branch
16:43
merge core-8-branch Closed-Leaf check-in: 50670df35e user: pooryorick tags: bug-bcd1004104
16:40
Rewrite comments in tclIOUtil.c check-in: 0ab8f36155 user: pooryorick tags: core-8-branch
15:09
merge 8.7 check-in: de6ff74610 user: dgp tags: core-8-7-a3-rc
14:57
merge-mark check-in: efdcc25a5d user: jan.nijtmans tags: core-8-branch
13:56
Deprecate mp_div_3(): Will be private function in future libtommath, not used in Tcl. Deprecate mp_s... check-in: 08927861fe user: jan.nijtmans tags: core-8-branch
2019-11-06
23:10
merge 8.6 check-in: 1ddfdc7c09 user: sebres tags: core-8-branch
22:47
Remove changes due to improper application of patch. check-in: 40a75d8a9b user: pooryorick tags: bug-bcd1004104
22:16
merge core-8-branch check-in: dbe6128ec5 user: pooryorick tags: bug-bcd1004104
20:41
Rewrite documentation of IO subsystem. check-in: e756ae681a user: pooryorick tags: core-8-branch
14:35
Merge 8.7. Add files missing from distribution. check-in: 28e86efc87 user: dgp tags: rc1, core-8-7-a3-rc
14:07
Add tcl/library/manifest.txt to the distribution produced by `make dist` check-in: 993aad672d user: dgp tags: core-8-branch
13:34
Move tclOOScript.tcl from the generic to the tools directory, so "make dist" can pick it up. Reporte... check-in: 15d8fa615a user: jan.nijtmans tags: core-8-branch
2019-11-05
17:52
Bump release date check-in: b53d0fea13 user: dgp tags: rc0, core-8-7-a3-rc
17:51
merge 8.7 check-in: 1bbb75a558 user: dgp tags: core-8-7-a3-rc
16:37
More WIP: All makefile builds appear to work fine, makefile.vc build still to be done. check-in: a5a9540010 user: jan.nijtmans tags: digit-bit-60
2019-11-04
12:10
Merge 8.7 check-in: faa210ccb0 user: jan.nijtmans tags: utf-max
2019-11-01
16:15
Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible accordingly (still WIP) check-in: 3833635e32 user: jan.nijtmans tags: digit-bit-60
11:25
Re-base to core-8-branch check-in: 0dd430544f user: jan.nijtmans tags: digit-bit-60
10:11
Merge 8.6 check-in: f9cf5c9a97 user: jan.nijtmans tags: core-8-branch
08:55
Change references to mp_digit into unsigned int, everywhere in tclTomMath.decls. It's the same, but ... check-in: c6b55e949e user: jan.nijtmans tags: core-8-branch
2019-10-31
14:28
Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' function returning a value Closed-Leaf check-in: 5d7fb19b76 user: jan.nijtmans tags: libtommath-no-mp_digit
12:58
Merge 8.7 check-in: 23038a2f98 user: jan.nijtmans tags: libtommath-no-mp_digit
11:16
Merge 8.6 check-in: 25c44a1f04 user: jan.nijtmans tags: core-8-branch
10:15
Merge 8.6 check-in: 7792d04f74 user: jan.nijtmans tags: core-8-branch
2019-10-30
21:34
Merge 8.6 check-in: 7e030f58de user: jan.nijtmans tags: core-8-branch
14:27
merge 8.7 check-in: 695a41a79b user: dgp tags: core-8-7-a3-rc
09:20
More tweaks, hopefully fixing the Travis build check-in: 04981e03c1 user: jan.nijtmans tags: libtommath-no-mp_digit
2019-10-29
23:22
More tweaks check-in: 73794dc997 user: jan.nijtmans tags: libtommath-no-mp_digit
23:07
WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. This make libtommath's API i... check-in: ee9d2a86da user: jan.nijtmans tags: libtommath-no-mp_digit
12:47
On Windows, use <stdint.h> header-file if available. check-in: 5d305f6a7a user: jan.nijtmans tags: core-8-branch
12:42
Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it is .... actually) check-in: 6e9c82e9e0 user: jan.nijtmans tags: core-8-branch
2019-10-28
16:49
Merge 8.7 check-in: f793191ffd user: jan.nijtmans tags: utf-max
16:41
Merge 8.6 check-in: d67c9f58a1 user: jan.nijtmans tags: core-8-branch
16:09
Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from tclTomMath.h. Add test... check-in: 2478ff2154 user: jan.nijtmans tags: core-8-branch
15:37
merge 8.7 check-in: 6983e51255 user: dgp tags: core-8-7-a3-rc
09:09
Remove (temporaryly) tests/fileSystemEncoding.test, since the bug is not fixed yet on Windows check-in: a65aad4cb9 user: jan.nijtmans tags: core-8-branch
08:40
Merge 8.6 check-in: 441fa629f4 user: jan.nijtmans tags: core-8-branch
2019-10-26
17:58
Merge core-8-branch. check-in: 4e7227fbb2 user: pooryorick tags: bug-bcd1004104
17:52
Test for [bcd100410465] and add ::tcltests::tempdir. check-in: c353b10c81 user: pooryorick tags: core-8-branch
17:47
More simple fix for [bcd100410465], stale cached file FsPath object. check-in: 0edc8ab6e3 user: pooryorick tags: core-8-branch
17:36
More simple fix for [bcd100410465], stale cached file FsPath object. check-in: 7bc367ea81 user: pooryorick tags: bug-bcd1004104
2019-10-25
21:22
Add Tcl_FreeEncoding to fix failing encoding-2.2 test. check-in: 69c49ce9e9 user: pooryorick tags: bug-bcd1004104
19:51
More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) symbols to new conventions... check-in: 4ed7fc3b13 user: jan.nijtmans tags: core-8-branch
16:24
Merge 8.6. Also remove unused variable in unix/tclUnixFile.c check-in: c7b6f338bd user: jan.nijtmans tags: core-8-branch
2019-10-24
20:59
Merge 8.6. Add Tcl_FreeEncoding(), in the hope of fixing testcase encoding-2.2... doesn't seem to ... check-in: 8e80238838 user: jan.nijtmans tags: bug-bcd1004104
19:26
Merge 8.6 check-in: b93d65a65a user: jan.nijtmans tags: core-8-branch
15:38
Reference registry 1.3.3 -> 1.3.4 check-in: 6d322e2ccc user: jan.nijtmans tags: core-8-branch
15:07
Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced yet by the Tcl core, bu... check-in: 7c78d3bcab user: jan.nijtmans tags: core-8-branch
08:16
Put work on ticket [bcd1004104] in a separate branch. Currently test-case encoding-2.2 fails. check-in: adb6794b6f user: jan.nijtmans tags: bug-bcd1004104
07:57
Backout [0f2870649c804dd8], since testcase encoding-2.2 fails check-in: 4c604727ef user: jan.nijtmans tags: core-8-branch
2019-10-23
20:36
merge-mark check-in: 9b71b59be2 user: jan.nijtmans tags: core-8-branch
14:11
Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprecated in libtommath 1.2.... check-in: 631e7ac3ab user: jan.nijtmans tags: core-8-branch
11:51
Fix gcc warning, also introduced by [0f2870649c804dd8] check-in: f90c5df06a user: jan.nijtmans tags: core-8-branch
11:49
Fix possible gcc warnings. Also indicate dummy parameters as "dummy" check-in: c881d525a2 user: jan.nijtmans tags: core-8-branch
10:01
Merge 8.6. Also unbreak windows build, broken since [0f2870649c804dd8]. check-in: e8c104baf7 user: jan.nijtmans tags: core-8-branch
2019-10-22
21:54
Fix breakage from previous commit (still one test-case, encoding-2.2, is failing) check-in: 5b03166381 user: jan.nijtmans tags: core-8-branch
19:21
Fix for [bcd1004104] check-in: 0f2870649c user: pooryorick tags: core-8-branch
15:47
Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_unsigned_bin_n, because ... check-in: 68d0196442 user: jan.nijtmans tags: core-8-branch
12:25
Merge 8.6 check-in: c762061add user: jan.nijtmans tags: core-8-branch
2019-10-21
13:13
merge 8.7 check-in: 5fb8c2811c user: dgp tags: core-8-7-a3-rc
2019-10-15
15:08
Merge-mark check-in: d749dc7f5a user: jan.nijtmans tags: core-8-branch
2019-10-14
21:17
Merge 8.6 check-in: 629cd30824 user: jan.nijtmans tags: core-8-branch
2019-10-11
12:46
Merge 8.6 check-in: fefe6b5e63 user: jan.nijtmans tags: core-8-branch
2019-10-10
19:15
Merge 8.6 check-in: 738ebc5a4e user: jan.nijtmans tags: core-8-branch
2019-10-05
20:44
Merge 8.6 check-in: e0329f2be8 user: jan.nijtmans tags: core-8-branch
2019-10-02
21:40
Merge 8.7 check-in: 65367fee00 user: jan.nijtmans tags: utf-max
15:45
merge 8.7 check-in: 4d31f46727 user: dgp tags: core-8-7-a3-rc
11:38
Merge 8.6 check-in: 9fb6b59d12 user: jan.nijtmans tags: core-8-branch
2019-09-29
15:45
Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUNICODE check-in: 0b8a43908a user: jan.nijtmans tags: core-8-branch
12:16
Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf check-in: 7e423e9904 user: jan.nijtmans tags: core-8-branch
12:08
Merge 8.6 check-in: fe78ab8c8d user: jan.nijtmans tags: core-8-branch
2019-09-25
15:03
merge 8.7 check-in: fff4f69131 user: dgp tags: core-8-7-a3-rc
13:42
Merge 8.7 check-in: be233f3e67 user: jan.nijtmans tags: utf-max
13:14
Merge 8.6 check-in: c88529bbda user: jan.nijtmans tags: core-8-branch
2019-09-20
21:20
Merge 8.6 check-in: eb2dd45bdd user: jan.nijtmans tags: core-8-branch
15:03
Merge 8.6 check-in: 6ecfaf33ad user: jan.nijtmans tags: core-8-branch
13:28
merge 8.7 check-in: b777bc8e54 user: dgp tags: core-8-7-a3-rc
2019-09-19
15:24
Merge 8.6 check-in: 6b92f77a0a user: jan.nijtmans tags: core-8-branch
07:44
Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without -DUNICODE) check-in: d43bb90300 user: jan.nijtmans tags: core-8-branch
2019-09-18
16:31
merge 8.7 check-in: 714a17e947 user: dgp tags: core-8-7-a3-rc
09:36
Add 3 more builds with Clang (UTF_MAX=6, UTF_MAX=3, NO_DEPRECATED). Change build order a little: Do... check-in: 341cf9e523 user: jan.nijtmans tags: core-8-branch
2019-09-17
13:02
Merge 8.6 check-in: 54066a8bad user: jan.nijtmans tags: core-8-branch
10:45
Fix .travis.yml check-in: 367284f275 user: jan.nijtmans tags: core-8-branch
07:02
Move testgetencpath/testsetencpath test commands from UNIX-specific to general. Rewrite a few other ... check-in: bc17bfbdde user: jan.nijtmans tags: core-8-branch
2019-09-16
21:35
Merge 8.6 check-in: 5057c37bdf user: jan.nijtmans tags: core-8-branch
19:09
Merge 8.6 check-in: f11e741756 user: jan.nijtmans tags: core-8-branch
14:50
merge 8.7 check-in: f810a72142 user: dgp tags: core-8-7-a3-rc
12:47
Fix Utf16ToUtfProc() (from TIP #548): If last code-point is higher surrogate, make sure that actual ... check-in: dcabd85684 user: jan.nijtmans tags: core-8-branch
2019-09-14
12:41
TIP #548 implementation: Support `wchar_t` conversion functions and deprecate `Tcl_WinUtfToTChar()` ... check-in: 2061b7bdd2 user: jan.nijtmans tags: core-8-branch
12:36
TIP #414 implementation: Add (back) Tcl_InitSubsystems as Public API check-in: e855aa1e7d user: jan.nijtmans tags: core-8-branch
2019-09-13
12:27
merge 8.7 check-in: 706d401216 user: dgp tags: core-8-7-a3-rc
09:14
Merge 8.7 Closed-Leaf check-in: 68dda9cc0c user: jan.nijtmans tags: tip-548
09:11
Merge 8.6 check-in: 91a3c7f29b user: jan.nijtmans tags: core-8-branch
07:56
Merge 8.6 check-in: aaebef55b7 user: jan.nijtmans tags: core-8-branch
2019-09-12
19:46
merge 8.6 check-in: 720d58721d user: sebres tags: core-8-branch
14:19
Merge 8.7 check-in: 6f354f84fd user: jan.nijtmans tags: tip-548
14:12
merge-mark check-in: ef00558754 user: jan.nijtmans tags: core-8-branch
11:26
Merge 8.6 check-in: f21c1c05aa user: jan.nijtmans tags: core-8-branch
08:01
Update TZ info to tzdata2019c. check-in: d9f0da5884 user: jima tags: core-8-branch
07:51
merge-mark check-in: 3f96ca088e user: jan.nijtmans tags: core-8-branch
2019-09-11
19:24
merge 8.6 check-in: 2305de0d9c user: dgp tags: core-8-branch
16:10
merge 8.7 check-in: dac4a870fd user: dgp tags: core-8-7-a3-rc
16:02
merge 8.6 check-in: 6043096a5d user: dgp tags: core-8-branch
11:35
Merge 8.6 check-in: baa255d019 user: jan.nijtmans tags: core-8-branch
2019-09-10
14:18
Merge 8.7 check-in: 211efca663 user: jan.nijtmans tags: tip-548
13:30
Merge 8.6 check-in: ae4f6ef118 user: jan.nijtmans tags: core-8-branch
2019-09-09
09:23
Don't use -64 in travis titles any more: x64 is implicit if 32-bit is not explicitely mentioned. check-in: b8b948e9e9 user: jan.nijtmans tags: core-8-branch
09:04
Merge 8.6 check-in: 3a0b1c8892 user: jan.nijtmans tags: core-8-branch
2019-09-08
13:35
Merge 8.6 check-in: b8166ed755 user: jan.nijtmans tags: core-8-branch
2019-09-07
14:44
merge-mark check-in: ea3163648f user: jan.nijtmans tags: core-8-branch
14:03
Merge 8.6. Remove 3 duplicate build-entries in .travis.yml check-in: b44bbee483 user: jan.nijtmans tags: core-8-branch
08:55
Fix bug 9d10c37aa8 (in the Tk repository): Improperly converted link in HTML man page for ttk::style check-in: 7effb19d89 user: fvogel tags: core-8-branch
2019-09-06
20:37
simple and binary compatible fix for [775ee88560]: use correct relative level (1) in case of top-1, ... check-in: b229e78d78 user: sebres tags: core-8-branch
20:31
merge 8.6 (TclGetFrame is the same as TclObjGetFrame, so no functional changes only test-case which ... check-in: e29902cb39 user: sebres tags: core-8-branch
17:36
cherry-pick [af744d56e0ffcc65] fixed segfault of [775ee88560] in 8.7 check-in: e42893986d user: sebres tags: core-8-branch
17:33
merge 8.6 check-in: 607ca590ce user: sebres tags: core-8-branch
16:52
extend TclObjGetFrame with flags, currently supports 1 only - signaling that a supplied level-argume... Closed-Leaf check-in: 3a85616c61 user: sebres tags: bug-775ee88560
14:51
Fix build with "cl" using configure/make build system. It turns out that using -DIOAPI_NO_64 is harm... check-in: f720376b8e user: jan.nijtmans tags: core-8-branch
14:45
Don't act on NULL objPtr check-in: af744d56e0 user: dgp tags: bug-775ee88560
14:04
test cases covering bug [775ee88560]: segfault in upvar at wrong level, wrong message of uplevel check-in: b87d2183ca user: sebres tags: bug-775ee88560
12:33
Merge 8.6 check-in: 0ec7174270 user: jan.nijtmans tags: core-8-branch
2019-09-05
21:30
Merge 8.7 Closed-Leaf check-in: 10067e5dc6 user: jan.nijtmans tags: initsubsystems
21:25
Merge 8.6 check-in: c377e86aa7 user: jan.nijtmans tags: core-8-branch
07:55
Merge 8.7 check-in: 131849aa4d user: jan.nijtmans tags: tip-548
06:57
Merge 8.6 check-in: f0c520c89f user: jan.nijtmans tags: core-8-branch
2019-09-04
15:57
merge-mark check-in: b1a560222a user: jan.nijtmans tags: core-8-branch
11:02
Merge 8.6 check-in: 673931f876 user: jan.nijtmans tags: core-8-branch
2019-09-03
14:19
Merge 8.7 check-in: 8b5f613fa3 user: jan.nijtmans tags: tip-548
10:53
Merge 8.6 check-in: 5d91fdde6c user: jan.nijtmans tags: core-8-branch
2019-09-02
11:35
Merge 8.7 check-in: 047480a971 user: jan.nijtmans tags: tip-548
11:33
Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. Add @runstatedir@ to Makefile.in's (not ... check-in: 148da898f2 user: jan.nijtmans tags: core-8-branch
2019-08-29
13:36
Merge 8.7 check-in: 516dbebb26 user: jan.nijtmans tags: tip-548
10:34
Merge core-8-6-branch. nmake bug fix [889065786b] for extension stubs. check-in: 777c029301 user: apnadkarni tags: core-8-branch
07:45
Fix one version-check in rules.vc (Thanks to Ashok P. Nadkarni for noticing this!) check-in: f049e25a2e user: jan.nijtmans tags: core-8-branch
2019-08-28
14:38
Merge 8.7 check-in: dba8e47516 user: jan.nijtmans tags: tip-548
12:57
merge 8.7 check-in: b1e79915be user: dgp tags: core-8-7-a3-rc
11:15
Merge 8.6 check-in: 8f92213e5f user: jan.nijtmans tags: core-8-branch
2019-08-27
18:33
merge 8.6 check-in: 3c525d911f user: sebres tags: core-8-branch
11:58
Merge 8.6 check-in: db34c7f0f0 user: jan.nijtmans tags: core-8-branch
2019-08-26
16:10
merge 8.7 check-in: 38a75e8d0f user: dgp tags: core-8-7-a3-rc
14:07
Merge 8.6 check-in: e1a5ec2117 user: jan.nijtmans tags: core-8-branch
09:07
Merge 8.7 check-in: 18c8da1615 user: jan.nijtmans tags: initsubsystems
09:06
Merge 8.7 check-in: e2284f7238 user: jan.nijtmans tags: tip-548
09:01
Merge 8.6 check-in: e6f9cfd83b user: jan.nijtmans tags: core-8-branch
2019-08-23
09:03
Merge 8.6 Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-... check-in: 0714da3ed9 user: jan.nijtmans tags: core-8-branch
08:29
Attempt to fix [3947fcf7]: Current .gitattributes settings might not allow switching branches Closed-Leaf check-in: dfa6dd4b95 user: jan.nijtmans tags: bug-3947fcf7
2019-08-20
08:37
merge 8.6 check-in: f7bdfcddfc user: sebres tags: core-8-branch
2019-08-19
19:12
merge 8.6: conflicts resolved, fix mingw build, closes [40d5ff2a0e], etc check-in: ea8a79173f user: sebres tags: core-8-branch
2019-08-15
15:33
Merge 8.7 check-in: 7aad571c32 user: jan.nijtmans tags: tip-548
15:31
Make zipfsFilesystem static (as the name - not starting with Tcl - suggests). Also remove one unneed... check-in: 91bd815b74 user: jan.nijtmans tags: core-8-branch
08:59
Merge 8.7 check-in: 42a10393d8 user: jan.nijtmans tags: tip-548
07:08
Merge 8.6 check-in: 5a8cd2e611 user: jan.nijtmans tags: core-8-branch
07:08
Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated in C++ (removed in C++1... check-in: 1f280ab76d user: jan.nijtmans tags: core-8-branch
2019-08-14
19:23
Minor simplification in test-suite: Because "teststringobj maxchars" has the effect that the value i... check-in: 21b8fc0bb3 user: jan.nijtmans tags: core-8-branch
15:13
Merge 8.7 check-in: e2428c2b13 user: jan.nijtmans tags: initsubsystems
07:24
Merge 8.7 Closed-Leaf check-in: c367ba59b1 user: jan.nijtmans tags: no-register
06:42
Remove "register" keyword in various places. Also add some type-casts to help C++ compatibility. check-in: 7e530cff3d user: jan.nijtmans tags: core-8-branch
2019-08-13
21:00
Eliminate dependency in test-suite on Unicode functions. Merge tip-548. Fix build with -DTCL_NO_DEPR... check-in: 67ec088a1c user: jan.nijtmans tags: utf-max
20:10
Merge 8.7 check-in: 7b84ac200f user: jan.nijtmans tags: tip-548
20:08
Merge 8.6 check-in: e9fc994676 user: jan.nijtmans tags: core-8-branch
2019-08-12
20:49
default TCL_UTF_MAX should still be 3 check-in: e48340686a user: jan.nijtmans tags: utf-max
20:47
Forgot some changes from tip-548 check-in: eefd01f9ab user: jan.nijtmans tags: utf-max
20:38
Merge branch tip-548. No longer define addtional stub-entries for functions that will be removed (be... check-in: 50d822dbab user: jan.nijtmans tags: utf-max
19:56
"utfmax" build should be with TCL_UTF_MAX=6 check-in: 18f1698e31 user: jan.nijtmans tags: tip-548
07:27
Make dateMeridian variable type MERIDIAN (an enum) in stead of int. check-in: cc96d0487b user: jan.nijtmans tags: core-8-branch
2019-08-11
21:24
Merge 8.7 check-in: bb9ef2a5e3 user: jan.nijtmans tags: tip-548
2019-08-04
19:35
Two places where "char *" is actually better than "void *", since that's the type the function retur... check-in: 59731fe02d user: jan.nijtmans tags: core-8-branch
18:26
Merge 8.7 check-in: 19fde4cc85 user: jan.nijtmans tags: tip-548
18:18
Merge 8.6 check-in: 1c8dd151aa user: jan.nijtmans tags: core-8-branch
2019-08-03
21:51
Use *WChar* in stead of *Char16* functions on Windows, always. It's actually the same, but more cons... check-in: 4229b74992 user: jan.nijtmans tags: tip-548
2019-08-02
15:13
Spread out definitions of Tcl_*WChar* functions over multiple lines, making it more readable. check-in: da05c42f89 user: jan.nijtmans tags: tip-548
15:03
Merge tip-548 check-in: d3a7842460 user: jan.nijtmans tags: utf-max
14:57
Oops, wrong check check-in: 850a3fccc8 user: jan.nijtmans tags: tip-548
14:36
Merge 8.7 check-in: a52eb4d784 user: jan.nijtmans tags: tip-548
14:34
Merge 8.6 check-in: e52b4963c3 user: jan.nijtmans tags: core-8-branch
14:24
Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* functions could be used... check-in: 3e89b867a2 user: jan.nijtmans tags: tip-548
13:35
Document that the *Backslash parsing functions output maximum 4 bytes, irrespectable of the TCL_UTF_... check-in: 1f393d7d01 user: jan.nijtmans tags: core-8-branch
13:00
Merge 8.7 check-in: be7a337980 user: jan.nijtmans tags: tip-548
12:47
Merge 8.6 check-in: b908a74678 user: jan.nijtmans tags: core-8-branch
12:15
Merge 8.7. Continue implementation for win32 check-in: ff6fa30271 user: jan.nijtmans tags: cplusplus
09:00
Merge 8.7. Some formatting. check-in: 6305175e0c user: jan.nijtmans tags: tip-548
08:08
Do UTF_MAX=6 build before NO_DEPRECATED build: consistant ordering of Travis builds. check-in: 007798c60a user: jan.nijtmans tags: core-8-branch
2019-08-01
21:55
Protect Tcl_AToB() functions against NULL input check-in: 6e1922b861 user: jan.nijtmans tags: utf-max
21:47
wrong length in tclMain.c, and wrong #endif check-in: daac0c5e66 user: jan.nijtmans tags: utf-max
21:35
Merge tip-548 check-in: 9ee774efe2 user: jan.nijtmans tags: utf-max
16:03
Merge 8.7. Documentation improvements and code cleanup. Approaching finish. check-in: 57546481c1 user: jan.nijtmans tags: tip-548
16:00
Remove variations of Clang builds: No added value check-in: e0e40504af user: jan.nijtmans tags: core-8-branch
11:55
Merge tip-548 check-in: 8819e7a6a3 user: jan.nijtmans tags: utf-max
09:31
Merge 8.7 check-in: 9a7f3deab1 user: jan.nijtmans tags: tip-548
09:18
Mark one more test as knownMsvcBug check-in: 0185b4384e user: jan.nijtmans tags: core-8-branch
08:26
Merge 8.6 check-in: 5169a577e3 user: jan.nijtmans tags: core-8-branch
2019-07-31
19:50
merge-mark check-in: a9a86364e2 user: jan.nijtmans tags: core-8-branch
12:44
Simplify documentation, since we have threaded notifier by default now. check-in: 6f4c8c79be user: jan.nijtmans tags: core-8-branch
08:51
Merge 8.6 check-in: 492a1b01d0 user: jan.nijtmans tags: core-8-branch
2019-07-30
11:57
Add some "const" keywords, in places where strings are really const. check-in: 4b1d7ce13b user: jan.nijtmans tags: core-8-branch
2019-07-25
08:36
Eliminate more usage of C++-specific keywords in C-code. check-in: 89eb41fe4c user: jan.nijtmans tags: core-8-branch
08:33
Eliminate "register" keyword usage from all header-files (and also corresponding implementations). check-in: 8e508ae7c6 user: jan.nijtmans tags: core-8-branch
2019-07-24
14:14
merge 8.6 check-in: 32d0df81b1 user: sebres tags: core-8-branch
07:59
Merge 8.6 check-in: fda838f0a3 user: jan.nijtmans tags: core-8-branch
2019-07-23
17:00
Merge 8.6 check-in: cf7af34c94 user: jan.nijtmans tags: core-8-branch
06:47
Eliminate the use of C++ keywords as variable names. Nothing more than rename the variables in somet... check-in: 6c003af490 user: jan.nijtmans tags: core-8-branch
2019-07-17
15:38
Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated in C++ (removed in C++1... check-in: f074bda87c user: jan.nijtmans tags: no-register
12:49
Merge 8.7 check-in: 26d80edf00 user: jan.nijtmans tags: tip-548
11:26
Fix travis build for 3 sections. Also (temporary) disable full-debug build, because it is currently ... check-in: f887c2a03f user: jan.nijtmans tags: core-8-branch
2019-07-16
09:55
Merge 8.6 check-in: 86986913ca user: jan.nijtmans tags: core-8-branch
09:25
Merge 8.6 check-in: 198a3e1ce6 user: jan.nijtmans tags: core-8-branch
09:20
Remove last traces of strtod() function, since it isn't used in Tcl any more. check-in: fac93bf61a user: jan.nijtmans tags: core-8-branch
2019-07-13
17:20
Merge 8.7 check-in: 58a18341ca user: jan.nijtmans tags: tip-548
17:16
(temporary) disable experimental Travis build-steps, as long as they fail: They were merged too soon... check-in: 348ac87ae5 user: jan.nijtmans tags: core-8-branch
2019-07-12
12:18
merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts resolved (nothreads not... check-in: 7e4ceff690 user: sebres tags: core-8-branch
12:04
Merge 8.6 check-in: ca29e49deb user: jan.nijtmans tags: core-8-branch
2019-07-11
07:18
Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive because they represent... check-in: 070bfd62cb user: jan.nijtmans tags: tip-548
2019-07-10
10:17
Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. Added some more test configu... check-in: 94765137c2 user: dkf tags: core-8-branch
05:51
Merge 8.7, and continue implementation. Almost done check-in: 237cdadf3f user: jan.nijtmans tags: cplusplus
2019-07-08
20:26
Merge-mark check-in: 3e78f0ff4f user: jan.nijtmans tags: core-8-branch
2019-07-07
20:51
Undo changes in configure script: Since wchar_t is not used in Tcl yet (except in Windows), the -fsh... check-in: f5227be22e user: jan.nijtmans tags: tip-548
20:38
Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not on 9.0 any more check-in: 49e4bfa90e user: jan.nijtmans tags: tip-548
2019-07-06
23:09
Fix UNIX/Mac build check-in: dde79eb6a8 user: jan.nijtmans tags: tip-548
2019-07-05
23:04
Merge 8.6 check-in: acbe79999f user: jan.nijtmans tags: core-8-branch
12:11
Merge 8.6 check-in: 4d008d1ead user: jan.nijtmans tags: core-8-branch
09:03
Improvement: always export both 16-bit and 32-bit UTF function check-in: 27f2c4cf5e user: jan.nijtmans tags: tip-548
2019-07-04
07:07
Merge 8.7 check-in: ec22280550 user: jan.nijtmans tags: tip-548
06:54
Experiment: compile Tcl with C++ compiler. WIP check-in: 99d5f9c948 user: jan.nijtmans tags: cplusplus
2019-07-03
14:22
unicode -> utf16/ucs2 in documentation check-in: c9ef61b554 user: jan.nijtmans tags: core-8-branch
2019-07-02
07:25
Update TZ info to tzdata2019b. check-in: 9141eb3ffe user: jima tags: core-8-branch
2019-07-01
19:30
Fix unitialized memory report from valgrind check-in: 2d18ddebd7 user: dgp tags: core-8-branch
2019-06-30
09:12
Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-casts, making it more C+... check-in: 9a11ef8e2b user: jan.nijtmans tags: core-8-branch
2019-06-29
21:34
Merge 8.6 check-in: 5a83481a99 user: jan.nijtmans tags: core-8-branch
14:35
Merge tip-548 check-in: 214386a043 user: jan.nijtmans tags: utf-max
13:59
Merge 8.7 check-in: 1ecbfe0266 user: jan.nijtmans tags: tip-548
13:57
Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we always compile in UNICODE mo... check-in: dcb0c6ddcb user: jan.nijtmans tags: core-8-branch
07:19
Merge tip-548 check-in: d5157a2e78 user: jan.nijtmans tags: utf-max
07:18
Merge 8.7 check-in: 8c5b879856 user: jan.nijtmans tags: tip-548
2019-06-28
22:42
Fix a warning due to a missing const in an internal minzip function check-in: c4ffd8376a user: jan.nijtmans tags: core-8-branch
22:36
Implement TIP #547: New encodings: UTF-16, UCS-2 check-in: 2cef9a0691 user: jan.nijtmans tags: core-8-branch
2019-06-27
18:39
Even better commenting of the fpclassify() replacement trickery. check-in: 320d9c1e25 user: dkf tags: core-8-branch
16:26
merge 8.6 check-in: 750ca8d8c2 user: sebres tags: core-8-branch
15:35
zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip points to directory, due... check-in: 72d5fb0855 user: sebres tags: core-8-branch
13:40
Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c check-in: e138330fe5 user: jan.nijtmans tags: core-8-branch
13:08
merge 8.7 check-in: a1193f802a user: dgp tags: core-8-7-a3-rc
10:49
Merge tip-548 check-in: dc9451c7a2 user: jan.nijtmans tags: utf-max
08:22
Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now. check-in: 59429c36a4 user: jan.nijtmans tags: tip-548
2019-06-26
21:25
Merge tip-548 check-in: 3c0f28be06 user: jan.nijtmans tags: utf-max
21:03
Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf check-in: a3e7f82f8e user: jan.nijtmans tags: tip-548
20:08
Merge tip-547 check-in: 6f4e263391 user: jan.nijtmans tags: tip-548
20:06
Merge 8.7 Closed-Leaf check-in: 25074a8c8b user: jan.nijtmans tags: tip-547
08:32
Merge 8.6 check-in: 34ea059cbf user: jan.nijtmans tags: core-8-branch
2019-06-25
22:32
Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libtommath) check-in: f4b325d680 user: jan.nijtmans tags: core-8-branch
19:04
merge 8.6 check-in: 83d2a10768 user: sebres tags: core-8-branch
15:50
Change int constants into char constants. Hopefully this eliminates C4305 warnings on MSVC 6.0 check-in: f34be7eafa user: jan.nijtmans tags: core-8-branch
11:01
amend (remove test define) check-in: b8edfed31f user: sebres tags: core-8-branch
10:56
merge and rewrite fpclassify-mingw-x86: new TCL_FPCLASSIFY_MODE mode (3) for __builtin_fpclassify, a... check-in: b94433a972 user: sebres tags: core-8-branch
10:40
fixed several fpclassify modes (better recognition and control via TCL_FPCLASSIFY_MODE), typos fixed... check-in: b29e0d77e1 user: sebres tags: core-8-branch
08:48
Where did that stray semicolon come from? Also improve the comments... check-in: f0d5abbc27 user: dkf tags: core-8-branch
07:36
use __builtin_fpclassify for mingw x86 (tested up to gcc 8.1, it seems to have a bug in fpclassify, ... Closed-Leaf check-in: 3e18a98752 user: sebres tags: fpclassify-mingw-x86
06:57
Merge 8.6 check-in: c97b25e143 user: jan.nijtmans tags: core-8-branch
2019-06-24
20:36
Better implementation of fpclassify() equivalent. check-in: f1e0f15a8b user: dkf tags: core-8-branch
08:56
merge 8.6 check-in: 2e6718f988 user: sebres tags: core-8-branch
07:26
Fix test title, since TclGetIntForIndex() is now exported as Tcl_GetIntForIndex() check-in: f68cec6e3a user: jan.nijtmans tags: core-8-branch
2019-06-20
19:42
[6bdadfba7d] Stop crash with multi-lappend and failing writes check-in: b1e3c213ae user: dkf tags: core-8-branch
2019-06-19
05:09
merge core-8-branch Leaf check-in: d64f86cf33 user: dkf tags: tip-450
2019-06-17
18:28
merge 8.7 check-in: e0511a8a90 user: dgp tags: core-8-7-a3-rc
18:18
merge 8.6 check-in: ea2f7a7e33 user: dgp tags: core-8-branch
2019-06-16
11:37
Merge 8.7 check-in: f9c29c1321 user: jan.nijtmans tags: tip-547
09:42
TIP 521: Float classification functions check-in: d465e9717d user: dkf tags: core-8-branch
2019-06-15
22:33
Merge 8.6 check-in: acb2aadd83 user: jan.nijtmans tags: core-8-branch
21:24
A neater way to write it that doesn't depend on detecting a specfic compiler version. For now. Closed-Leaf check-in: c58f52a94c user: dkf tags: tip-521
21:03
Try to work around MSVC6's lack of fpclassify()... check-in: 35debdf339 user: dkf tags: tip-521
17:49
TIP 461: text comparison operators for [expr] check-in: 7b13a290cc user: dkf tags: core-8-branch
12:06
merge core-8-branch check-in: cf6909fca7 user: dkf tags: tip-450
11:56
Corrections to definitions of [binary scan] and [binary format]. check-in: ed48c97271 user: dkf tags: core-8-branch
11:13
remove temporary page feed check-in: 241db3a03a user: dkf tags: tip-450
07:46
Make creating variables work correctly. check-in: 795b52feb7 user: dkf tags: tip-450
07:03
Rewrote to do modifications in-place unless Tcl_Obj is shared. check-in: 5c1e5aa513 user: dkf tags: tip-450
2019-06-14
21:15
Document [binary set] and clean up the binary manpage check-in: b0371b4216 user: dkf tags: tip-450
20:30
Fix the bug; set current end to end of input string so @* can go there. check-in: 9df20cff69 user: dkf tags: tip-450
14:04
Fix travis build (.travis.yml), and merge 8.7 Closed-Leaf check-in: ed3800e114 user: jan.nijtmans tags: tip-549
09:11
Test cases. One failure... check-in: e4a8d48058 user: dkf tags: tip-450
2019-06-12
18:58
merge 8.7 check-in: 29c0ca0903 user: dgp tags: core-8-7-a3-rc
15:26
Eliminate (internal) TclOffset() usage, just use offsetof() in stead. check-in: f0c76dd6a8 user: jan.nijtmans tags: core-8-branch
07:33
start of conversion tests check-in: a96fdd0411 user: dkf tags: tip-450
2019-06-11
15:32
Merge 8.6 check-in: 688dee2254 user: jan.nijtmans tags: core-8-branch
12:25
Don't create variable on error check-in: 1d3ff9a0e1 user: dkf tags: tip-450
11:42
Errors should prevent mutation check-in: 4396fabe69 user: dkf tags: tip-450
2019-06-10
20:08
merge core-8-branch Closed-Leaf check-in: d952a4b4ea user: dkf tags: tip-461
20:02
merge more expr doc tweaks check-in: 6047e60fec user: dkf tags: core-8-branch
19:50
update test check-in: a358973415 user: dgp tags: tip-521
19:42
merge 8.7 check-in: 4feba7477a user: dgp tags: tip-521
19:09
merge 8.7 check-in: b81e8ad1c0 user: dgp tags: tip-461
19:09
more formatting check-in: 09c6338b2f user: dgp tags: core-8-branch
19:06
merge 8.7 check-in: 1f594fd6f4 user: dgp tags: tip-461
18:58
Doc formatting and advice about double substitution in expressions. check-in: ccffc2575c user: dgp tags: core-8-branch
18:53
merge 8.6 check-in: 6f25d49eb4 user: dgp tags: core-8-branch
18:47
A few tests check-in: d5da75ee7e user: dkf tags: tip-450
16:00
merge 8.7 check-in: a89488e745 user: dgp tags: tip-461
2019-06-09
21:18
Merge tip-548 check-in: 18b83ff6b7 user: jan.nijtmans tags: utf-max
21:17
Merge tip-547 check-in: 572964bdc1 user: jan.nijtmans tags: tip-548
21:16
Merge 8.7 check-in: 83c21b831e user: jan.nijtmans tags: tip-547
14:07
First cut implementation of [binary set]. Probably buggy... check-in: 4569c75699 user: dkf tags: tip-450
11:36
merge 8.6 check-in: 90f8a66665 user: dkf tags: core-8-branch
05:10
merge fork check-in: 2e40e8ec3c user: bch tags: core-8-branch
05:07
cast to correct size, stop faulting check-in: 155dae9f15 user: bch tags: core-8-branch
2019-06-08
10:46
amend to close [c3a211e8a5], fixes can't read "major": no such variable check-in: baadd5eb23 user: sebres tags: core-8-branch
2019-06-07
22:09
closes [c3a211e8a5995018c82e]: search of tcl/tk is more backwards compatible now + make some errors ... check-in: 319c17789b user: sebres tags: core-8-branch
16:54
New TIP implementation: Make configure --enable-64bit the default check-in: 93a999f923 user: jan.nijtmans tags: tip-549
14:09
More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mainly in memory statistic... check-in: 2c0adf089a user: jan.nijtmans tags: core-8-branch
2019-06-06
17:58
Tests and docs check-in: bcf3f8dcdb user: dkf tags: tip-461
07:59
Squelch compiler warnings, but make refCount of type unsigned int. check-in: 5d8f8fc268 user: jan.nijtmans tags: core-8-branch
03:47
squelch int vs. long int (size_t) warings in comparison, format specifiers Closed-Leaf check-in: 088333187a user: bch tags: warning_squelch
2019-06-05
20:42
And fix the silly error check-in: ae460cf336 user: dkf tags: tip-461
20:35
And the command version of the new operators too. check-in: 74bd5c55d9 user: dkf tags: tip-461
19:34
Start of implementation of string comparison operators. check-in: 1bc15ccfa8 user: dkf tags: tip-461
2019-06-03
21:20
Merge tip-548 branch. check-in: 3040ef7443 user: jan.nijtmans tags: utf-max
19:48
TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide more flexible replacemen... check-in: 49785ba3b0 user: jan.nijtmans tags: tip-548
2019-06-02
13:44
Added docs check-in: ec4d895ba8 user: dkf tags: tip-521
11:59
Implement TIP 521, including tests check-in: 21db8cb07c user: dkf tags: tip-521
2019-05-31
23:35
Merge tip-547 check-in: 9265001ec1 user: jan.nijtmans tags: utf-max
23:19
TIP #547 implementation: New encodings: UTF-16, UCS-2 check-in: 56319f4d2a user: jan.nijtmans tags: tip-547
23:14
Merge 8.6 check-in: 856a391eaa user: jan.nijtmans tags: core-8-branch
12:20
TIP #544 implementation: Export TclGetIntForIndex() check-in: 9686f9be84 user: jan.nijtmans tags: core-8-branch
11:51
Merge 8.6 check-in: 06447464cb user: jan.nijtmans tags: core-8-branch
2019-05-30
12:14
merge 8.7 check-in: 2e004d8f5b user: dgp tags: core-8-7-a3-rc
2019-05-29
23:10
Merge 8.6 check-in: 99ae204a50 user: jan.nijtmans tags: core-8-branch
2019-05-28
22:50
Merge 8.6 check-in: 2b700c0fad user: jan.nijtmans tags: core-8-branch
22:20
Merge 8.6 check-in: cf6cc023b6 user: jan.nijtmans tags: core-8-branch
21:42
Merge 8.6 check-in: f70e8b4830 user: jan.nijtmans tags: core-8-branch
2019-05-26
21:03
tests for [invoke] and [namespace invoke] Leaf check-in: 210c48ba31 user: dkf tags: tip-284
15:36
Added docs check-in: 42e7c8ef38 user: dkf tags: tip-284
14:57
The other command specified in the TIP check-in: 046daaf776 user: dkf tags: tip-284
12:11
Import of old TIP 284 patch, and update for current Tcl check-in: 1832e6f878 user: dkf tags: tip-284
10:47
Fix a few critical errors and allow int32 as a type Leaf check-in: 5672730e2e user: dkf tags: tip-480
07:19
merge 8.7 check-in: 494534d018 user: dkf tags: tip-480
2019-05-25
08:06
TIP 383: [coroinject] and [coroprobe] check-in: 7bcb41aa5e user: dkf tags: core-8-branch
08:01
Add to error info when passing an error out of [coroprobe] Closed-Leaf check-in: de44589e23 user: dkf tags: tip-383
07:46
Implement TIP 431: [file tempdir] check-in: 974c5d161d user: dkf tags: core-8-branch
2019-05-24
20:12
Merge 8.6 check-in: fe4f4b2ccf user: jan.nijtmans tags: core-8-branch
17:00
merge 8.6 check-in: b756e59aec user: sebres tags: core-8-branch
2019-05-23
18:44
More bits and pieces of logging code Leaf check-in: b52c723e54 user: dkf tags: tip-390
2019-05-22
21:50
More simplifications, taking deprecations into account check-in: b95de9a625 user: jan.nijtmans tags: utf-max
07:35
Start of logging API implementation check-in: 412a238782 user: dkf tags: tip-390
07:33
Merge 8.7 check-in: 94403689d1 user: jan.nijtmans tags: utf-max
07:32
More WIP: eliminate all usage of (platform-specific) Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to its ... check-in: a33e22b6ba user: jan.nijtmans tags: utf-max
2019-05-21
18:04
merge 8.6 check-in: 1f016b0993 user: sebres tags: core-8-branch
16:43
merge 8.6 check-in: a48d7ab5ca user: dgp tags: core-8-branch
11:40
merge 8.6 (fixed optimization for create/search hash entries with the same keys) check-in: 145a4e3e51 user: sebres tags: core-8-branch
2019-05-17
21:56
more test cases (covering vice versa situations: hashed as string in dict/var and search for integer... Leaf check-in: 53f9e431af user: sebres tags: tip-534-sebres-fast-number-hash
21:54
code review check-in: 7f19c9f6b1 user: sebres tags: tip-534-sebres-fast-number-hash
18:26
more clean-up, size_t-related consolidation (prepared for unsigned object length in 9.0) check-in: 9208e61ec9 user: sebres tags: tip-534-sebres-fast-number-hash
17:43
code review (typo fixed, compiler compat, etc) + more test cases (hashing of not canonical form of i... check-in: 0c26cd8178 user: sebres tags: tip-534-sebres-fast-number-hash
15:18
introduces fast hash algorithm for canonical numeric objects (all wide integer ranges covered now), ... check-in: a614b04af1 user: sebres tags: tip-534-sebres-fast-number-hash
14:42
merge 8.7 check-in: 4d59245e22 user: dgp tags: core-8-7-a3-rc
14:42
merge 8.7 Leaf check-in: b948d2dca4 user: dgp tags: tip-445-api-fix
14:22
Merge 8.7 check-in: 592c6ff5b4 user: jan.nijtmans tags: utf-max
10:57
merge 8.7 check-in: a4a961564b user: sebres tags: tip-534-sebres-fast-number-hash
10:40
merge 8.6 check-in: 645515e90f user: sebres tags: core-8-branch
08:13
Remove misleading comment in nroff source Closed-Leaf check-in: b1549abd3f user: dkf tags: tip-431
08:09
Add test for what happens when the directory in the template doesn't exist; doc it too. check-in: 92fce1400e user: dkf tags: tip-431
07:31
merge core-8-branch check-in: 8cdb898408 user: dkf tags: tip-431
2019-05-15
15:18
Add documentation, don't overwrite earlier stub entry! Closed-Leaf check-in: 0b73588622 user: jan.nijtmans tags: tip-544
14:58
TIP #544 implementation. Documentation still missing. check-in: 13417ed7df user: jan.nijtmans tags: tip-544
2019-05-14
19:26
Merge 8.6 check-in: 2c56cc8106 user: jan.nijtmans tags: core-8-branch
10:31
Tweak the unix build instructions; general cleanup of a few bits and fixing of old maintainer-only t... check-in: 3f32db392d user: dkf tags: core-8-branch
2019-05-13
21:55
Merge 8.7 check-in: 34fcfbb094 user: jan.nijtmans tags: utf-max
17:56
Fix new tests cmdAH-33.[45] by making them pass on Windows check-in: 4493d19929 user: fvogel tags: tip-431
09:54
Fix crashing bug in tempdir name creation check-in: 870ee9c1b0 user: fvogel tags: tip-431
04:00
Let branch compile with MSVC 2008 check-in: 1f48601b75 user: fvogel tags: tip-431
2019-05-12
07:39
Better comments, and a better fix for UB avoidance. Leaf check-in: 0b67af9667 user: dkf tags: dkf-experimental-fast-number-hash
2019-05-11
14:43
Complete doc changes for TIP 543 in Tcl 8.7 check-in: 830722ba5a user: dgp tags: tip-543
12:57
merge 8.6 check-in: 5a36165795 user: dgp tags: core-8-branch
2019-05-10
21:28
optimized variant (especially on x86) for better performance on small integers; more test cases (cov... check-in: 139414267f user: sebres tags: dkf-experimental-fast-number-hash
20:30
Start of TIP 543 implementation. check-in: 1373a954c6 user: dgp tags: tip-543
18:32
testlinkarray: fixed cast to pointer from integer (and eliminate warning) check-in: 510d7e17de user: sebres tags: core-8-branch
17:43
minor amend: tclIntType is wide in 8.7 check-in: 17fdd3e553 user: sebres tags: dkf-experimental-fast-number-hash
17:38
better algorithm - special cases check removed, using unsigned (Tcl_WideUInt); wrapp comments to C-s... check-in: c39d6d51e4 user: sebres tags: dkf-experimental-fast-number-hash
17:31
tests/var.test: added test in order to check all possible corner cases (integer hash is equal string... check-in: 7ceecdf341 user: sebres tags: dkf-experimental-fast-number-hash
17:14
small amend: tclIntType is wide in 8.7 and more corner cases for different platforms check-in: 289bb16d7c user: sebres tags: dkf-experimental-fast-number-hash
16:35
Merge 8.7 check-in: ed6a549a7a user: jan.nijtmans tags: initsubsystems
16:28
fixes TclHashObjKey for several corner cases (also x86 / x64 and different types of hash and long); ... check-in: 8258ba565e user: sebres tags: dkf-experimental-fast-number-hash
08:00
Merge 8.7 check-in: 95a9ccf863 user: jan.nijtmans tags: dkf-experimental-fast-number-hash
07:46
merge 8.7 check-in: f3302db091 user: jan.nijtmans tags: utf-max
2019-05-09
20:06
If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. This opens up one more si... check-in: 0dd1983bb0 user: jan.nijtmans tags: core-8-branch
15:52
Merge 8.6. Fix compilation warning. No longer return linked adress as interp result in Tcl_LinkArra(... check-in: 676d95cac7 user: jan.nijtmans tags: core-8-branch
2019-05-08
18:07
merge 8.6 check-in: 859ebfe77b user: dgp tags: core-8-branch
06:53
Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in Tcl 9 they are not). E... check-in: 4b75757595 user: jan.nijtmans tags: core-8-branch
2019-05-04
22:49
merge mark check-in: bc7ad2ae31 user: dgp tags: core-8-branch
22:46
close fork check-in: 8ac3a0096a user: dgp tags: core-8-branch
18:33
merge mark check-in: 6b71487164 user: dgp tags: core-8-branch
15:04
merge 8.6 - missed basic.test on prior merge check-in: b088b73092 user: kbk tags: core-8-branch
14:58
Japanese Reiwa (令和) era check-in: e2481d41b4 user: kbk tags: core-8-branch
2019-05-03
20:06
merge 8.6 check-in: 3df57b5b27 user: dgp tags: core-8-branch
15:28
Plug memleak when deleting a namespace destroys a linked Tcl var. check-in: 5da0c56053 user: dgp tags: core-8-branch
15:15
missed bit of type revision. Closed-Leaf check-in: ab4235f017 user: dgp tags: dgp-wip
14:57
leak plug completed check-in: 56adab14f3 user: dgp tags: dgp-wip
2019-05-01
22:37
WIP check-in: 5348aa6973 user: dgp tags: dgp-wip
18:36
Tests check-in: 750a5ad088 user: dkf tags: tip-431
17:16
Use exit handlers to prevent memleak of ZipFile struct in zipfs mounts. check-in: 1b053812af user: dgp tags: core-8-branch
14:25
duplicate test names check-in: a4469e5351 user: dgp tags: core-8-branch
13:54
merge 8.7 Closed-Leaf check-in: 985df1d639 user: dgp tags: dgp-wip
13:52
now testing.... check-in: 1059771dcd user: dgp tags: dgp-wip
10:44
merge bug-de232b49f2 check-in: f51188e305 user: pooryorick tags: core-8-branch
10:44
Check for BG_FLUSH_SCHEDULED inside ChannelTimerProc Closed-Leaf check-in: 9d5631ebf8 user: pooryorick tags: bug-de232b49f2
2019-04-30
20:18
Document it check-in: 28b9c0cccf user: dkf tags: tip-431
18:31
Implementation of [file tempdir]; hand-tested on OSX... check-in: db87bf0a12 user: dkf tags: tip-431
13:35
Export API check-in: f19a5c884c user: dkf tags: tip-431
13:31
Windows implementation of TclpCreateTemporaryDirectory check-in: ec9291ddaa user: dkf tags: tip-431
07:44
Starting to implement a temporary directory creator. check-in: ca92b413f2 user: dkf tags: tip-431
2019-04-29
19:26
more WIP check-in: c253e0e5cc user: dgp tags: dgp-wip
2019-04-28
16:17
Advanced feature tests check-in: 4d84822cda user: dkf tags: tip-383
16:01
Basic tests check-in: c1ec2279fd user: dkf tags: tip-383
07:11
Documenting, both internally and in manpage check-in: ce5566a4f6 user: dkf tags: tip-383
2019-04-27
18:08
Remove unused variables check-in: edbb696f46 user: dkf tags: tip-383
17:56
Implement 383 as two commands for two scenarios: injection and probing check-in: 8aa55737df user: dkf tags: tip-383
07:19
Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers. check-in: d0dd6d19a4 user: pooryorick tags: bug-de232b49f2
2019-04-24
19:29
Track memory lifetimes in the zip mount/unmount. check-in: 8811378a89 user: dgp tags: dgp-wip
14:29
Plug memleak in [lpop] due to mishandling the unconventional recounting practices of TclLsetFlat(). check-in: ec114b14ff user: dgp tags: core-8-branch
04:52
merge bug-67a5eabbd3d1 check-in: 9bcec7cd88 user: pooryorick tags: core-8-branch
04:04
Add missed timer cleanup in tclIORChan.c/ReflectClose. Closed-Leaf check-in: ff99dcf804 user: pooryorick tags: bug-67a5eabbd3d1
2019-04-23
12:59
Ensure that Tcl_CreateTimerHandler is not called if there is an existing timer already scheduled. check-in: a4a689a760 user: pooryorick tags: bug-67a5eabbd3d1
11:29
Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" proc. check-in: e066e24f36 user: pooryorick tags: bug-67a5eabbd3d1
06:50
timerate: code style, doc style check-in: c4804bce46 user: dkf tags: core-8-branch
2019-04-22
15:15
Stop leaking ZipFile in MountBuffer() check-in: 0ef31fdf73 user: dgp tags: core-8-branch
14:56
Prevent reads of uninitalized memory. check-in: 1fbee8ac5c user: dgp tags: core-8-branch
14:09
[zipfs mount_data] should not accept three arguments. check-in: b19fb1c8d2 user: dgp tags: core-8-branch
2019-04-18
22:57
Compilation for [dict getwithdefault]. check-in: 3f55c6b25c user: dkf tags: core-8-branch
08:31
Style corrections and warning elimination check-in: 6be9e0f989 user: dkf tags: core-8-branch
2019-04-17
19:23
Replace memcpy() calls with memmove() to avoid undefined behavior when source and destination overla... check-in: 0b45548847 user: dgp tags: core-8-branch
17:45
Do not access allocated memory before initializing it. check-in: da82a19bbf user: dgp tags: core-8-branch
16:56
test file hygiene check-in: 6064100d09 user: dgp tags: core-8-branch
16:32
Duplicate test names. check-in: 024761f29a user: dgp tags: core-8-branch
16:26
The [namespace delete ::httpTest] at the end of httpPipeline.test failed to also undo the custom [::... check-in: c1db7d219b user: dgp tags: core-8-branch
15:08
[60559fd4a6] Test more robust against frame contexts of testing environment. check-in: 1b2cf8fff3 user: dgp tags: core-8-branch
2019-04-16
13:25
Implement TIP 342 check-in: 1417ed9dbf user: dkf tags: core-8-branch
2019-04-15
19:57
Add [dict getdef] alias Closed-Leaf check-in: f500eaf0ba user: dkf tags: tip-342
2019-04-14
15:14
Doc tweak check-in: 369e478469 user: dkf tags: core-8-branch
14:37
Implement TIP 504 check-in: 831cf8accf user: dkf tags: core-8-branch
14:17
Implement TIP 367 check-in: 48745adfd3 user: dkf tags: core-8-branch
14:17
Implement TIP 312 check-in: 8dfa9e699b user: dkf tags: core-8-branch
14:15
Implement TIP 160 check-in: 42f24469aa user: dkf tags: core-8-branch
07:52
Removed TCL_LINK_ALLOC; it wasn't used. Closed-Leaf check-in: 8260b9fa28 user: dkf tags: tip-312-new
2019-04-12
20:16
merge 8.7 Closed-Leaf check-in: c8c10b1df8 user: dgp tags: dgp-string-insert
20:15
merge 8.7 Closed-Leaf check-in: a92f73b21e user: dgp tags: tip-367
19:44
merge 8.7 check-in: 959bd9e05d user: dgp tags: tip-342
19:21
merge 8.7 check-in: 77b29afa6b user: dgp tags: tip-312-new
19:12
merge 8.7 Closed-Leaf check-in: 325ddbd682 user: dgp tags: tip-224
2019-04-11
21:39
Suggested fix for [60559fd4a6]: put selected tests in child interps Closed-Leaf check-in: d321b807d3 user: dkf tags: bug-60559fd4a6
20:37
Merge 8.6 check-in: 2a6c012bff user: jan.nijtmans tags: core-8-branch
09:52
merge 8.6 (conflicts resolved, changes on tests/cmdMZ.test in [4cb9044dfa] reverted - timerate is su... check-in: 1803c5e40f user: sebres tags: core-8-branch
2019-04-10
19:53
Complete implementation for MSVC (even building minigzip) check-in: 3b09ba4861 user: jan.nijtmans tags: digit-bit-60
2019-04-09
19:21
Merge 8.7. Complete implementation for MSVC and for UNIX. check-in: b392834e2c user: jan.nijtmans tags: digit-bit-60
08:46
Merge 8.6 check-in: 72e08a8f88 user: jan.nijtmans tags: core-8-branch
2019-04-08
21:25
Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings check-in: f49ac8ca52 user: jan.nijtmans tags: core-8-branch
19:06
Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other compilers/platforms) check-in: 1c2054cc64 user: jan.nijtmans tags: digit-bit-60
15:35
merge bug-45b9faf103f2, fewer destructive TclObjLookupVarEx, closes [45b9faf103f2] check-in: 7723c52623 user: sebres tags: core-8-branch
15:03
closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable released before set; par... Closed-Leaf check-in: e62a48e964 user: sebres tags: bug-45b9faf103f2
14:02
typo fix check-in: d3a48e8450 user: dgp tags: dgp-string-insert
13:54
extend comment check-in: 55e4917f08 user: dgp tags: dgp-string-insert
13:49
merge 8.7 check-in: 581926e4c8 user: dgp tags: dgp-string-insert
13:38
Improve test for last commit fixing [45b9faf103f2]. check-in: 55da18eb59 user: pooryorick tags: core-8-branch
13:01
Fix for [45b9faf103f2], [try] interaction with local variable names produces segmentation fault. check-in: 4100488a3c user: pooryorick tags: core-8-branch
2019-04-07
14:45
Merge 8.7, and fix test-case set-old-8.6 check-in: f511fa47d2 user: jan.nijtmans tags: tip-224
14:39
Merge 8.7, and fix build problem on Windows Closed-Leaf check-in: 5b54e4c576 user: jan.nijtmans tags: tip-160
2019-04-06
20:41
Merge 8.7. Add checks for libtommath library to configure script (experimental) check-in: b7a7b29452 user: jan.nijtmans tags: digit-bit-60
2019-04-05
21:15
Merge 8.6 check-in: 67062d71c0 user: jan.nijtmans tags: core-8-branch
20:51
Created TIP 531 implementation for Peter Da Silva Closed-Leaf check-in: 07d94cad22 user: dkf tags: tip-531
18:37
More efficient version (after feedback from KBK). Better test too. check-in: 41a632a0b1 user: dkf tags: tip-312-new
2019-04-04
23:47
Clean up and refactor a bit check-in: 258100c83e user: dkf tags: tip-312-new
23:08
Now with fewer memory leaks check-in: edef464b4f user: dkf tags: tip-312-new
22:48
Fix unsigned wide linking. check-in: 5d6108345e user: dkf tags: tip-312-new
21:31
Merge 8.7 Undo Tcl-specific changes in bn_mp_sqrt.c, and re-enable the two disabled test-cases: Th... check-in: a256ab380c user: jan.nijtmans tags: digit-bit-60
08:52
Split up tests to get better focus on what is being tested check-in: 84706f16ce user: dkf tags: tip-312-new
2019-04-03
19:52
Merge 8.7 check-in: c1bdc62c2a user: jan.nijtmans tags: utf-max
17:20
merge 8.7 check-in: d9c41ba6ee user: dgp tags: tip-445-api-fix
12:22
Docs check-in: 3c244a994e user: dkf tags: tip-312-new
09:36
refactor; mark broken tests as broken check-in: b3ffd86e9b user: dkf tags: tip-312-new
09:08
Some fixes. Still broken on 64-bit systems check-in: b81fc362ed user: dkf tags: tip-312-new
07:58
Import of TIP 312 implementation check-in: 39413ccd4f user: dkf tags: tip-312-new
2019-04-02
18:23
merge-mark check-in: 5b3cc9e2a9 user: jan.nijtmans tags: core-8-branch
2019-04-01
19:36
Modify testbytestring such that is only produces pure byte-arrays, if not it errors out. Modify Tcl... check-in: 3c92680ac9 user: jan.nijtmans tags: core-8-branch
16:15
typos check-in: 43e01869e4 user: dgp tags: tip-160
14:30
merge 8.6 (merge-point only, no functional changes) check-in: 6e506e162d user: sebres tags: core-8-branch
14:24
merge 8.6 check-in: 0a66d35b63 user: sebres tags: core-8-branch
10:51
Document check-in: 5122e74902 user: dkf tags: tip-342
10:38
Add tests check-in: 823d26b67c user: dkf tags: tip-342
08:48
Implement [dict getwithdefault] check-in: 6d442e58b8 user: dkf tags: tip-342
2019-03-31
20:45
(temporary workaround): Mark expr-47.12 and expr-47.13 as nonPortable: Those are the test-cases fail... check-in: 7ff2a29530 user: jan.nijtmans tags: digit-bit-60
14:05
Added tests check-in: 824fd479ea user: dkf tags: tip-224
13:43
Doc for [array value] check-in: ccad7281b9 user: dkf tags: tip-224
11:59
Implementation of [array value] check-in: 5357ebf74b user: dkf tags: tip-224
2019-03-30
12:54
Added documentation check-in: b7911ee099 user: dkf tags: tip-367
12:41
Tests, and reduce number of copies. check-in: 45414a4070 user: dkf tags: tip-367
10:36
Implementation of [lremove]. check-in: 4c507a70b2 user: dkf tags: tip-367
2019-03-29
14:22
Support -winsize read-only option check-in: fb891d7729 user: dkf tags: tip-160
11:57
Oops check-in: 1923ccb19c user: dkf tags: tip-160
2019-03-28
22:49
Merge 8.7 check-in: eebb1e7ee1 user: jan.nijtmans tags: utf-max
22:42
More complete typedef for mp_word, for MP_8BIT and MP_16BIT as well. check-in: 444187f1e9 user: jan.nijtmans tags: digit-bit-60
21:44
Experiment: On platforms which support it (gcc), compiled libtommath with DIGIT_BIT=60 check-in: 739233ffd0 user: jan.nijtmans tags: digit-bit-60
21:21
Merge 8.6 check-in: 9f000ec23e user: jan.nijtmans tags: core-8-branch
13:11
Tests, but not working ones... check-in: 65cf3217c7 user: dkf tags: tip-160
10:53
Documentation check-in: db422dbc3d user: dkf tags: tip-160
2019-03-27
23:48
Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch() check-in: 9610a55327 user: jan.nijtmans tags: core-8-branch
21:14
Implement -closemode check-in: 4b1e876fdc user: dkf tags: tip-160
20:21
Merge 8.6 check-in: 885ce37315 user: jan.nijtmans tags: core-8-branch
13:54
Partial implementation on Windows. UNTESTED check-in: 71442c5eb7 user: dkf tags: tip-160
08:29
Add autoconf support check-in: ebb0beff9a user: dkf tags: tip-160
2019-03-26
22:23
Update TZ info to tzdata2019a. check-in: 3e4a156ecf user: jima tags: core-8-branch
16:22
Additional protection for ridiculously big exponents, in case libtommath is compiled with DIGIT_BIT=... check-in: 642b1d2408 user: jan.nijtmans tags: core-8-branch
2019-03-25
21:52
merge-mark check-in: 5972fb41aa user: jan.nijtmans tags: core-8-branch
2019-03-24
22:08
Better handling, reset capabilty, and ensure that inherited channels are correct check-in: 2265475e82 user: dkf tags: tip-160
18:44
Start of implementation of TIP 160: better terminal control check-in: f58c31e497 user: dkf tags: tip-160
16:50
Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 byte sequence, account fo... check-in: 9c09af3627 user: jan.nijtmans tags: core-8-branch
13:05
Merge 8.7 check-in: 15927b5ba6 user: jan.nijtmans tags: utf-max
13:02
Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TCL_UTF_MAX: For TCL_UTF_... check-in: 69cd13225a user: jan.nijtmans tags: core-8-branch
2019-03-22
20:44
Add some test-cases with longer backslash sequences, to test for internal buffer overflows. check-in: 0a318e4eb4 user: jan.nijtmans tags: core-8-branch
15:08
lots of changes to the "info" page. Replace "command procedure" with "routine" in Tcl.n. check-in: c78313c4f3 user: pooryorick tags: core-8-branch
15:05
Make the html target work under more circumstances. check-in: 53cb36fff7 user: pooryorick tags: core-8-branch
2019-03-21
20:28
Merge 8.7. Also fix invalid reference to TclUtfToWChar, causing build failure check-in: 7c63883789 user: jan.nijtmans tags: utf-max
20:10
Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doesn't do rendering, this... check-in: 1c7bbbc9c1 user: jan.nijtmans tags: core-8-branch
19:56
Remove incorrect comment. Simplify handling of last bytes in Tcl_UniCharToUtfDString(), since TclUt... check-in: 33251a211f user: jan.nijtmans tags: core-8-branch
2019-03-20
22:54
Merge 8.7 check-in: 3ea5d3e8a3 user: jan.nijtmans tags: utf-max
22:45
Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of the string: Not quite co... check-in: 3e8ada19f5 user: jan.nijtmans tags: core-8-branch
2019-03-18
22:32
Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. Add type cast in tclUtf... check-in: b02df08680 user: jan.nijtmans tags: core-8-branch
22:14
enlarge a few small buffers, which could overflow using Unicode characters > /UFFFF. Eliminate some... check-in: 41c373ad8f user: jan.nijtmans tags: core-8-branch
20:07
Add 4 new encodings, and add documentation. check-in: 0ac59eb0c6 user: jan.nijtmans tags: utf-max
15:25
merge 8.7 check-in: 9c1a58d079 user: dgp tags: tip-445-api-fix
2019-03-17
22:16
For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the value of TCL_UTF_MAX. D... check-in: 82477e9d3a user: jan.nijtmans tags: core-8-branch
22:01
More WIP. Seems to be *almost* working. check-in: ab13cbd74c user: jan.nijtmans tags: utf-max
2019-03-16
21:16
Merge 8.7 Closed-Leaf check-in: cd427db76c user: jan.nijtmans tags: tommath-refactor
21:10
Merge 8.7 Move up some stub entries related to Tcl_UniChar Use TCL_UTF_MAX=4 for full Unicode in ste... check-in: 81502a66ed user: jan.nijtmans tags: utf-max
2019-03-15
20:52
Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommath itself does) Make Tcl... check-in: 515a22d41d user: jan.nijtmans tags: core-8-branch
15:47
merge 8.7 check-in: 65a911f5d4 user: dgp tags: tip-445-api-fix
2019-03-14
20:59
Merge 8.7. Fix 2 test-cases which were failing for TCL_UTF_MAX=6 check-in: 4032e7fe99 user: jan.nijtmans tags: utf-max
20:01
merge-mark check-in: 4990c65285 user: jan.nijtmans tags: tommath-refactor
19:52
Make internal libtommath stub entries deprecated: Those are not supposed to be called in extensions check-in: 99c1ed4d8a user: jan.nijtmans tags: core-8-branch
2019-03-12
21:44
Merge 8.7 check-in: 4acfc50392 user: jan.nijtmans tags: tommath-refactor
20:39
Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being planned) check-in: fdcb2a7323 user: jan.nijtmans tags: utf-max
2019-03-11
20:32
Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT check-in: 876f74eabe user: jan.nijtmans tags: core-8-branch
20:30
Improve parsing of -xchar option for serial channels: Allow full 8-bit range (correct UTF-8 handling... check-in: e63e8b0acb user: jan.nijtmans tags: core-8-branch
20:25
Fix [590e687905]: utf-1.11 test-case fails check-in: 07c460f447 user: jan.nijtmans tags: core-8-branch
2019-03-10
20:18
re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 new utility functions. ... check-in: 9eb437a15d user: jan.nijtmans tags: core-8-branch
2019-03-08
21:27
Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. check-in: 1df1b22fad user: jan.nijtmans tags: core-8-branch
20:44
Fix bug in mp_set_bit(), not affecting Tcl adtually (returning MP_VAL for some valid input) check-in: 26182f50b2 user: jan.nijtmans tags: tommath-refactor
20:40
Merge 8.7 check-in: 0fda504644 user: jan.nijtmans tags: tommath-refactor
19:54
Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, bu... check-in: 0d77fb2374 user: jan.nijtmans tags: core-8-branch
19:51
Code cleanup: less (size_t) casts Closed-Leaf check-in: ab3bc46fe1 user: jan.nijtmans tags: utf-max-6
14:56
merge 8.7 check-in: 1dd923d0cf user: dgp tags: tip-445-api-fix
14:47
merge 8.6 check-in: 8d5d640832 user: dgp tags: core-8-branch
2019-03-07
22:02
Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work on win32/win64. Patch ad... check-in: 650574e0fb user: jan.nijtmans tags: utf-max-6
21:59
Fix gcc compiler warning check-in: c6f4b50fbf user: jan.nijtmans tags: core-8-branch
14:17
(core-8-6-branch merge) Fix automatic pkgIndex generation for multiplatform installs. check-in: d48cced50f user: apnadkarni tags: core-8-branch
08:31
Merge 8.6. Remove unneeded code from init.tcl check-in: 3efa92355e user: jan.nijtmans tags: core-8-branch
2019-03-06
12:25
part of [db95e7a61e] reverted for consistency reasons: unsupported namespace is exported in previous... check-in: 72d7d613fe user: sebres tags: core-8-branch
11:26
V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. The PLATFORM_IDENTIFY m... check-in: 0391287fab user: apnadkarni tags: core-8-branch
2019-03-05
19:58
Remove double macro's. Resolve quotes in travis configuration: it doesn't work check-in: 40d18fda3e user: jan.nijtmans tags: core-8-branch
18:02
integrate dgp-sebres-timerate-review: no functional changes (already backported) check-in: 61fe0670ed user: sebres tags: core-8-branch
17:39
timerate is supported in 8.7 check-in: db95e7a61e user: sebres tags: core-8-branch
17:34
merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, performance test suite) check-in: 2d254280f0 user: sebres tags: core-8-branch
2019-03-02
18:15
Various tommath/numeric related optimizations: - Remove the DD_STEEL formatter: it isn't used anywhe... check-in: 5293802fe6 user: jan.nijtmans tags: core-8-branch
17:21
Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings occurring with -DTCL_U... check-in: 9b2a385a0f user: jan.nijtmans tags: core-8-branch
16:52
Minor optimization in UTF-8 handling, and add some comments describing how Tcl_UniCharToUtf() handle... check-in: 6e3632ede5 user: jan.nijtmans tags: core-8-branch
16:08
Merge 8.6 (one forgotten adaptation of surrogate handling, only compiled on Cygwin) check-in: 4f781560c5 user: jan.nijtmans tags: core-8-branch
2019-03-01
21:05
More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob check-in: 6df74d3d53 user: jan.nijtmans tags: core-8-branch
21:01
Update Unicode tables to version 12.0 check-in: 1ac480041b user: jan.nijtmans tags: core-8-branch
20:24
A confusion about signed vs unsigned comparision caused Tcl_UtfToUniChar() to return the wrong answe... check-in: 81046b694f user: dgp tags: core-8-branch
2019-02-28
20:19
merge 8.7 check-in: 06badfc315 user: dgp tags: tip-445-api-fix
2019-02-27
22:45
merge core-8-branch check-in: 6331f74415 user: jan.nijtmans tags: tommath-refactor
21:29
Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byte-array check-in: efe8f3e6b0 user: jan.nijtmans tags: core-8-branch
08:34
More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) and (unsigned) type-casts... check-in: 51c585131e user: jan.nijtmans tags: core-8-branch
2019-02-25
21:13
Merge 8.6 check-in: 64a59508ae user: jan.nijtmans tags: core-8-branch
21:10
Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testcase failure (as seen on ... Closed-Leaf check-in: b3d886c84f user: jan.nijtmans tags: bug-bd94500678
19:50
New internal macro TclHasIntRep() to re-encapsulate the typePtr field. check-in: 86b1045cc4 user: dgp tags: core-8-branch
17:56
merge 8.7 check-in: 5e35c2529b user: dgp tags: tip-445-api-fix
17:46
merge 8.7 check-in: cbfa90dcb2 user: dgp tags: core-8-7-a3-rc
17:06
merge 8.7 check-in: 6bda8e2cf5 user: dgp tags: bug-bd94500678
2019-02-24
17:19
Merge 8.6 check-in: 784f5feda2 user: jan.nijtmans tags: core-8-branch
2019-02-22
17:32
Revert recent commit that breaks the encapsulation interface of TIP 445. That encapsulation was put... check-in: 7992011cd3 user: dgp tags: core-8-branch
2019-02-19
20:21
Merge 8.7 check-in: 19890efeab user: jan.nijtmans tags: bug-bd94500678
20:16
Merge 8.6 check-in: 1b17625b60 user: jan.nijtmans tags: core-8-branch
19:38
Minor optimizations check-in: 0e2621fc4b user: jan.nijtmans tags: bug-bd94500678
2019-02-18
20:48
Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP) to byte-array. check-in: 9f67c17d01 user: jan.nijtmans tags: bug-bd94500678
20:39
Merge 8.6 check-in: fc1de63689 user: jan.nijtmans tags: core-8-branch
2019-02-15
19:55
WIP: refactor libtommath references: Deprecate functions which shouldn't be in stub tables. More ge... check-in: ae2d2e4e3a user: jan.nijtmans tags: tommath-refactor
2019-02-14
20:05
merge 8.7 check-in: 2a36cf176f user: dgp tags: dgp-string-insert
19:34
Improve portability of path constructions. check-in: 9dd7481c5c user: dgp tags: core-8-branch
10:56
small amend unfolding `list "$tcl_library/http"` (previously it was result of glob) check-in: 6c4886e1e1 user: sebres tags: core-8-branch
10:42
closes [b322938e08]: fix several zipfs-tests searching for single "http" directory in (compressed) t... check-in: 59607dfd9e user: sebres tags: core-8-branch
2019-02-09
21:05
Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entry for it. Add -Wpointer... check-in: ab48435928 user: jan.nijtmans tags: core-8-branch
2019-02-06
18:29
tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/pat... check-in: 32fc2906c3 user: sebres tags: core-8-branch
2019-02-05
21:59
fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't advance source pointer in ... check-in: 42976af3f3 user: sebres tags: core-8-branch
2019-02-04
22:46
merge 8.7 check-in: 308a5de5b2 user: jan.nijtmans tags: initsubsystems
15:14
optimize WidePwrSmallExpon (exponent is <= 16), this will huge decrease assembled code on x86 (113 v... check-in: ed2f8857c2 user: sebres tags: core-8-branch
2019-02-01
20:02
merge-mark check-in: f3582be384 user: jan.nijtmans tags: core-8-branch
16:06
merge 8.6 (regression fix [e3f481f187], conflicts resolved) check-in: cc09378b6e user: sebres tags: core-8-branch
15:56
speedup "process.test" using signal (via file delete) for the child-process it could exit immediatel... check-in: 4aa189548d user: sebres tags: core-8-branch
2019-01-31
22:42
fix [f559bbde4e]: TclInt.h: tclUnixPort.h:162:13: fatal error: ../compat/unistd.h: No such file or d... check-in: 34f124f2b8 user: jan.nijtmans tags: core-8-branch
22:23
Make TclIsPureByteArray() a macro, since it's only doing a single compare. Other internal simplifica... check-in: d4a22bc563 user: jan.nijtmans tags: core-8-branch
21:08
Merge 8.6 check-in: 90fc02235a user: jan.nijtmans tags: core-8-branch
2019-01-28
22:20
Fix for [f559bbde4e] (even though that's not really a bug) Closed-Leaf check-in: 52f9377326 user: jan.nijtmans tags: bug-f559bbde4e
22:03
Merge libtommath v1.1.0 check-in: 8782e17385 user: jan.nijtmans tags: core-8-branch
21:34
New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. But ... don't use this fun... check-in: d3ed67412e user: jan.nijtmans tags: core-8-branch
16:19
merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional changes here) check-in: 2f22a13f00 user: sebres tags: core-8-branch
2019-01-26
17:08
Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is always addressed with uns... check-in: 6d7fdfa9fa user: jan.nijtmans tags: core-8-branch
2019-01-25
14:17
Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: e29db71895 user: dkf tags: core-8-branch
13:05
renumeration of test check-in: 31dd092df4 user: sebres tags: core-8-branch
13:03
more tests for INST_EXPON: base -1, big exponent (odd/even). check-in: 792ac5cd29 user: sebres tags: core-8-branch
12:45
More simplifications in tclExecute.c (INST_EXPON), much more and well-arranged branching of wide/big... check-in: 238bd4d2c0 user: sebres tags: core-8-branch
2019-01-22
21:44
One more libtommath function, mp_tc_div_2d, which simplifies code. Some more code readability improv... check-in: e8e92eb381 user: jan.nijtmans tags: core-8-branch
18:09
Many simplifications in tclExecute.c, now that libtommath provides new functions mp_tc_and, mp_tc_or... check-in: c5c83014d6 user: jan.nijtmans tags: core-8-branch
16:57
Merge 8.6 check-in: e47078ef6d user: jan.nijtmans tags: core-8-branch
16:37
Update included libtommath to v1.1.0-rc4 check-in: 03dd359fe2 user: jan.nijtmans tags: core-8-branch
2019-01-21
13:08
fixes creation of libtcl.vfs using links, if ln-command does not support "-t" option (avoids error "... check-in: ab46a3bb2c user: sebres tags: core-8-branch
02:21
avoid additional in-between path-segment "." in zip, some zip-programs (inclusive minizip) will inse... check-in: 17382ed323 user: sebres tags: core-8-branch
01:49
speed up build process (preparing zip - creating of libtcl.vfs/tcl_library directory), use "ln" inst... check-in: 32a303e3d6 user: sebres tags: core-8-branch
2019-01-18
22:18
Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use this to produce slight... check-in: 63d377db23 user: jan.nijtmans tags: core-8-branch
2019-01-17
21:38
Slightly more efficient TclGetIntForIndexM macro, compared to previous commit check-in: 863c242747 user: jan.nijtmans tags: core-8-branch
2019-01-16
19:43
More TIP #502 optimizations and improvements, preparing further for the road to Tcl 9. No longer use... check-in: 171a83b60e user: jan.nijtmans tags: core-8-branch
2019-01-14
19:59
merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tcltests for ROOT_DIR/tes... check-in: f051b4e598 user: sebres tags: core-8-branch
19:48
fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace 8.6th constraint "win20... check-in: 38eca27069 user: sebres tags: core-8-branch
2019-01-13
15:43
Merge 8.6 check-in: 372ad13f77 user: jan.nijtmans tags: core-8-branch
2019-01-09
10:10
merge 8.6 (regression bug-[cc1e91552c], etc) check-in: f9979ea137 user: sebres tags: core-8-branch
2019-01-04
22:37
Merge 8.6 check-in: f66fc1c40d user: jan.nijtmans tags: core-8-branch
2019-01-03
20:49
Merge 8.6 check-in: f809471afd user: jan.nijtmans tags: core-8-branch
2018-12-31
10:51
Update TZ info to tzdata2018i. check-in: eaf3e6129d user: jima tags: core-8-branch
2018-12-30
23:59
Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem time stamp conversion wr... check-in: d0b326cb34 user: jan.nijtmans tags: core-8-branch
22:50
Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecated in vc2017 check-in: 8cd0f15296 user: jan.nijtmans tags: core-8-branch
2018-12-29
23:16
Update TZ info to tzdata2018h. check-in: 1499ad22b0 user: jima tags: core-8-branch
2018-12-28
21:09
merge 8.6 (merge point only, no functional changes) check-in: 900a93c562 user: sebres tags: core-8-branch
20:15
win/Makefile.in: closes [0bcc43fa778517c4]: replace INSTALL_DATA_DIR (ported from unix-makefile) wit... check-in: 2e0e4b1342 user: sebres tags: core-8-branch
20:01
merge 8.6 (resolved warnings) check-in: 369c35b300 user: sebres tags: core-8-branch
2018-12-20
20:05
merge-mark check-in: 866a67e10a user: jan.nijtmans tags: core-8-branch
20:02
Remove unused MODULE_SCOPE functions check-in: 629e7173d5 user: jan.nijtmans tags: core-8-branch
2018-12-18
20:01
Internal minor optimization of TIP #502 implementation. No difference in any outcome. check-in: 2bf0746716 user: jan.nijtmans tags: core-8-branch
19:54
Merge 8.6 check-in: 1f6d4722a2 user: jan.nijtmans tags: core-8-branch
2018-12-14
21:33
merge 8.7 check-in: fceef4cf7f user: dgp tags: core-8-7-a3-rc
2018-12-13
20:01
Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong on 32-bit systems, but... check-in: f2b18389ce user: jan.nijtmans tags: core-8-branch
2018-12-12
19:38
If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub... check-in: 72e64ef096 user: jan.nijtmans tags: core-8-branch
2018-12-11
19:43
Better use of Tcl_WideInt in stead of long, sometimes check-in: a6cbc60ca2 user: jan.nijtmans tags: core-8-branch
2018-12-08
17:33
Fix executable flags of 3 test-files check-in: d1643a8154 user: jan.nijtmans tags: core-8-branch
17:16
Merge 8.7 Bring back Tcl_InitSubsystems to what Tcl_InitSubsystems was: without additional parameter... check-in: ceb5ca35ee user: jan.nijtmans tags: initsubsystems
2018-12-02
20:02
If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj entries from stub tabl... check-in: 670eb3b871 user: jan.nijtmans tags: core-8-branch
2018-11-30
17:08
Don't panic when the interface offers a gentler way to signal error. check-in: 51b92fccef user: dgp tags: tip-445-api-fix
15:36
merge 8.7 check-in: 0b85f531b7 user: dgp tags: tip-445-api-fix
2018-11-29
21:34
Merge 8.6 check-in: 8a342714d3 user: jan.nijtmans tags: core-8-branch
2018-11-28
20:16
merge 8.7 check-in: b3a5d77ea3 user: dgp tags: tip-445-api-fix
2018-11-27
22:52
Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stub table, for backwards-... check-in: b5c1404365 user: jan.nijtmans tags: core-8-branch
2018-11-26
16:18
installVfs.tcl: fixed comparison operator (ne -> eq), therefore no lmkimg executed previously Leaf check-in: 5528128da8 user: sebres tags: nmake-zipfs
15:14
Adding /Y flags to suppress prompting check-in: 37434bbb85 user: hypnotoad tags: nmake-zipfs
15:11
Modifying the call to installVfs.tcl to create a file that is a different name than the current runn... check-in: 9cb24c2daf user: hypnotoad tags: nmake-zipfs
14:59
Unpatching ifdefs that don't seem to work check-in: ac17f1c4e3 user: hypnotoad tags: nmake-zipfs
14:58
makefile.vc: fixed missing compile defines for tclZipfs check-in: 6ca251f0fa user: sebres tags: nmake-zipfs
14:43
Adding ifdef checks to catch cases where CFG_RUNTIME_ZIPFILE is defined, but CFG_RUNTIME_LIBDIR and/... check-in: 46959b72a4 user: hypnotoad tags: nmake-zipfs
2018-11-25
19:46
Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to mention that this only... check-in: 964ec14d1c user: jan.nijtmans tags: core-8-branch
17:29
Slightly better than previous commit: In case of a version conflict, ignore pkgIndex file. Otherwise... check-in: f1ee1fdb49 user: jan.nijtmans tags: core-8-branch
2018-11-24
14:59
If a pkgIndex file is encountered which produces an error, continue. This shoud fix the Travis build... check-in: 65d2c43d52 user: jan.nijtmans tags: core-8-branch
09:02
re-generate configure script check-in: 5091330758 user: jan.nijtmans tags: core-8-branch
09:00
comment typo's check-in: 215b9673ab user: jan.nijtmans tags: core-8-branch
2018-11-23
19:59
make: better algo to wrap to absolute zip-path (for systems resp. toolchains without readlink/realpa... check-in: 78fe053f4a user: sebres tags: core-8-branch
13:11
Pulling changes from core-8-branch check-in: b5d6dd151f user: hypnotoad tags: nmake-zipfs
11:59
make/configure review: normalizes the latest fixes across unix/win check-in: fc958af380 user: sebres tags: core-8-branch
2018-11-22
23:17
unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of minizip), ignore possibl... check-in: e59b2f0ded user: sebres tags: core-8-branch
22:14
win/mingw build (if ZIPFS_BUILD): ignore following zip-error by adjust sfx process: zip error: Zip... check-in: 057d2b674d user: sebres tags: core-8-branch
18:30
fixes typo in [e108e6b947], test added to cover this case check-in: 904fa25862 user: sebres tags: core-8-branch
14:44
merge 8.6 check-in: 068e23660c user: sebres tags: core-8-branch
14:16
merge 8.6 check-in: 80652194d5 user: sebres tags: core-8-branch
09:26
Make encodings work again ;-( check-in: 9c93cb53f2 user: jan.nijtmans tags: core-8-branch
08:03
Merge 8.6 In addition, tclWinSerial.c: Change back two internal variables from size_t -> int, should... check-in: e90edd3fad user: jan.nijtmans tags: core-8-branch
07:40
typo, which caused travis build to fail. check-in: dcd091e5f9 user: jan.nijtmans tags: core-8-branch
2018-11-21
13:07
An experiment to integrate zipfs support with nmake check-in: 1b9cd2d684 user: hypnotoad tags: nmake-zipfs
13:06
Added a wrapper script for native builds to utilize Tcl to generate a VFS to attach to executables o... check-in: f3aa7e7e6e user: hypnotoad tags: core-8-branch
07:40
TIP #512 documentation: Indicate which functions cannot be called through the stub table any more. check-in: a82bbcbace user: jan.nijtmans tags: core-8-branch
07:36
Fix windows build with Visual Studio check-in: 33adb1055c user: jan.nijtmans tags: core-8-branch
00:40
Further refinements for the fix for bug [4e812aadae68af384605a5e78845abe40206fbe9] Moved the packag... check-in: 54273cb771 user: hypnotoad tags: core-8-branch
2018-11-20
19:15
Actually, it turns out that platform, platform::shell and tcltest have the same problem ... check-in: c841ea31ae user: jan.nijtmans tags: core-8-branch
19:07
Fix [4e812aadae68af384605]: package require msgcat fails check-in: 1e648e596f user: jan.nijtmans tags: core-8-branch
03:05
Revise the Tcl_InitStringRep() interface to accept a size_t length of the string value. This better ... check-in: 5ebb8df809 user: dgp tags: tip-445-api-fix
2018-11-19
23:53
Carrying the previous checkin over to the Windows Makefile check-in: 79e0c8a185 user: hypnotoad tags: core-8-branch
23:49
Fix for ticket [9cc1db9fb675bf64dfc775372fab1f697e46bb44] check-in: 5d40e4016b user: hypnotoad tags: core-8-branch
17:29
merge 8.7 check-in: 4c3f9f283e user: dgp tags: dgp-string-insert
16:13
merge 8.7 check-in: b7000c3fc4 user: dgp tags: core-8-7-a3-rc
2018-11-16
20:37
merge 8.6 check-in: d00889251a user: dgp tags: core-8-branch
2018-11-15
19:13
Add entry for Tcl_StaticPackage in internal stub table, since the public one is deprecated and will ... check-in: 47886611e7 user: jan.nijtmans tags: core-8-branch
18:07
merge 8.7 check-in: 75272f071e user: dgp tags: core-8-7-a3-rc
17:29
merge 8.6 check-in: 400c7845de user: dgp tags: core-8-branch
16:53
merge 8.6 check-in: 26a31b97ad user: dgp tags: core-8-branch
10:23
Stop more crashes on Travis check-in: f4f662f0c6 user: dkf tags: core-8-branch
08:34
Another attempt to fix Travis build: making the build robust against older zlib.h header file check-in: 3f67becca2 user: jan.nijtmans tags: core-8-branch
08:07
Merge 8.6 check-in: 7578ff8f8c user: jan.nijtmans tags: core-8-branch
07:51
Implement TIP #512: No stub for Tcl_SetExitProc() check-in: ea0975d6d3 user: jan.nijtmans tags: core-8-branch
2018-11-14
17:52
Bump to version 8.7a3 for release. check-in: 453113215c user: dgp tags: core-8-7-a3-rc
07:39
Workaround for crypt.h, when used in combination with older zlib library. Should make Travis build w... check-in: 25d73d803d user: jan.nijtmans tags: core-8-branch
2018-11-12
09:53
merge 8.6 to get Travis fixes check-in: 3420aa222e user: dkf tags: core-8-branch
09:48
Make cookiejar tests skip gracefully check-in: 47cb98ab2b user: dkf tags: core-8-branch
2018-11-11
16:35
merge fixes from 8.6 work Closed-Leaf check-in: 499a27f486 user: dkf tags: travis-8.7
15:18
Recreate the branch with minimal requirements check-in: a8a74fb6c1 user: dkf tags: travis-8.7
2018-11-09
19:05
policyAllow is also a cookiejar method; make tests account for it. check-in: 29645efd60 user: dgp tags: core-8-branch
19:03
Don't make tests depend on third party error messages we do not control. check-in: ad5b788593 user: dgp tags: core-8-branch
16:48
silence compiler warning check-in: 9df327f945 user: dgp tags: core-8-branch
16:16
Merge and adapt 8.6 check-in: 39988cd759 user: dgp tags: core-8-branch
2018-11-08
17:09
merge mark check-in: 03c951b922 user: dgp tags: core-8-branch
10:40
TESTBUGFIX: The C locale is more commonly based on UTF-8 than it used to be. check-in: dc79a3cce0 user: dkf tags: core-8-branch
2018-11-07
18:59
merge 8.6 check-in: ec95bdb397 user: dkf tags: core-8-branch
08:58
Fix "executable" flag for many files (now really!) check-in: df4c45f5bd user: jan.nijtmans tags: core-8-branch
2018-11-06
14:02
mark many files as not executable check-in: 2967754d0b user: dkf tags: core-8-branch
12:13
Implemen TIP 506 check-in: a28f0b7fe2 user: dgp tags: core-8-branch
12:11
merge 8.7 Closed-Leaf check-in: fc11dc4371 user: dgp tags: tip-506
11:15
Implement TIP 524 check-in: f726350fc9 user: dkf tags: core-8-branch
11:14
Implement TIP 523 check-in: 631b118fda user: dkf tags: core-8-branch
11:13
Implement TIP 519 check-in: fb31dee0c8 user: dkf tags: core-8-branch
11:12
Implement TIP 501 check-in: 2ac1f40dd9 user: dkf tags: core-8-branch
10:08
Added documentation Closed-Leaf check-in: ce45ca6798 user: dkf tags: tip-501
10:04
merge core-8-branch check-in: 33398e15df user: dkf tags: tip-501
09:51
Implement TIP 445 check-in: bfd27f7857 user: dkf tags: core-8-branch
09:50
Implement TIP 406 check-in: 5f51fd5a97 user: dkf tags: core-8-branch
09:49
merge core-8-branch Closed-Leaf check-in: 9484e75bad user: dkf tags: dkf-http-cookies
09:45
Added docs check-in: 5cc36bd031 user: dkf tags: tip-480
2018-11-05
09:33
Added tests check-in: 372fa01f11 user: dkf tags: tip-480
2018-11-04
23:05
Added missing boolean test check-in: 7f1442d9bc user: dkf tags: tip-480
23:00
Rest of baseline implementation of TIP. check-in: 9ad995dc14 user: dkf tags: tip-480
15:34
Start of implementing TIP 480. check-in: 3d83a8577a user: dkf tags: tip-480
2018-11-02
07:26
Merge 8.7 Closed-Leaf check-in: a6c095ea63 user: jan.nijtmans tags: tip-512
2018-11-01
20:10
Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and object/class mutation. check-in: 1e3b9149a7 user: pooryorick tags: core-8-branch
16:28
Replace logical and with bitwise & Closed-Leaf check-in: 37f9d3e1fe user: pooryorick tags: bug-e593adf103-core-8
16:06
Fix issue with oPtr->command, which might be NULL. check-in: 311f6dcc5b user: pooryorick tags: bug-e593adf103-core-8
14:48
Eliminate fallback attempts when broken strtod() routines are detected. This has long been creating ... check-in: eaf2699f09 user: dgp tags: core-8-branch
2018-10-30
20:46
Tray a later version of wine Closed-Leaf check-in: 043b844a58 user: jan.nijtmans tags: travis-8.7-wine
20:42
Merge 8.6 check-in: 5547022128 user: jan.nijtmans tags: core-8-branch
19:16
Handle global/namespace variables better. Leaf check-in: ee78d5d0a9 user: dkf tags: info-linkedname
18:57
Tidy up further (comments, helper macros). More tests check-in: e9b8f2dd62 user: dkf tags: info-linkedname
18:04
Neater magic check-in: 4c521e6b61 user: dkf tags: info-linkedname
15:40
Fix the branch; still needs cleaning up check-in: 115232d54c user: dkf tags: info-linkedname
15:07
merge core-8-branch check-in: ccef542a42 user: dkf tags: info-linkedname
2018-10-29
21:00
Another attempt using cross-compile check-in: 7ab351a773 user: jan.nijtmans tags: travis-8.7-wine
19:57
Fix compilation on Visual C++ 6.0, which doesn't have LLONG_MIN/LLONG_MAX check-in: 28c1c59dbb user: jan.nijtmans tags: core-8-branch
19:23
merge 8.7 check-in: cca06bb4a1 user: pooryorick tags: bug-e593adf103-core-8
18:19
Work started eliminating long outdated compat routines that now cause cross-compiling failure far mo... Closed-Leaf check-in: c671a610ec user: dgp tags: bug-840660e5a1
15:37
merge 8.7 Closed-Leaf check-in: 9220ded810 user: dgp tags: tip-445
14:39
merge mark check-in: 14ebe914be user: dgp tags: core-8-branch
13:36
[TIP 525] Revise [tcltest::runAllTests] to return indicator of any failure. check-in: a4ea2b2387 user: dgp tags: core-8-branch
13:19
[TIP 522] New option "-errorCode" to [tcltest::test] in tcltest 2.5 check-in: 6852438731 user: dgp tags: core-8-branch
2018-10-28
19:36
Merge tip-468 branch check-in: 55c044358f user: jan.nijtmans tags: tip-468
19:30
typo check-in: b924308250 user: jan.nijtmans tags: travis-8.7-wine
19:28
configuration to be tested check-in: 74460824f8 user: jan.nijtmans tags: travis-8.7-wine
19:26
Merge 8.7 check-in: 4f12a75d03 user: jan.nijtmans tags: tip-468
19:21
Experiment: See if we can build and test using cross-compiled mingw-w64 with wine check-in: 4c6c98a736 user: jan.nijtmans tags: travis-8.7-wine
15:36
Documentation Closed-Leaf check-in: 5fbb86d1a1 user: dkf tags: tip-524
12:48
Test cases (and some fixes) check-in: c1d92c86e0 user: dkf tags: tip-524
08:22
Definition and introspection commands. check-in: a6c39f8690 user: dkf tags: tip-524
2018-10-27
22:12
merge core-8-branch check-in: c000f42f30 user: dkf tags: tip-524
22:05
Core machinery for implementing TIP 524; still needs user-facing access commands check-in: 774b088366 user: dkf tags: tip-524
19:45
Merge 8.6 check-in: fc3996f465 user: jan.nijtmans tags: core-8-branch
18:08
Update TZ info to tzdata2018g. check-in: 0bf9474c61 user: jima tags: core-8-branch
01:31
merge 8.7 check-in: a4c2fb6fcf user: dgp tags: dgp-string-insert
01:04
Draft implementation of TIP 506 - rebased to Tcl 8.7 check-in: d827ebc363 user: dgp tags: tip-506
2018-10-26
19:01
Merge 8.6 check-in: 2c5843e74c user: jan.nijtmans tags: core-8-branch
2018-10-24
22:15
Simplify to only accept index arguemnts. No index list. Added manual page. Closed-Leaf check-in: 02d45a4442 user: pspjuth tags: tip-523
16:13
Turn on ACCEPT_NAN as first step toward TIP 520. Leaf check-in: 60e7a1c991 user: dgp tags: tip-520
14:33
Request the tcltest version that provides the testing facilities used. Closed-Leaf check-in: 180c5abd3a user: dgp tags: tip-522
02:00
merge 8.7 check-in: 11878ebb4d user: dgp tags: tip-445
2018-10-23
23:23
[d1d05d1c7a] Fix bug parsing end-$bignum End deprecated acceptance of "e" and "en" as index value. S... check-in: bea150e3a5 user: dgp tags: core-8-branch
23:16
merge 8.7 Closed-Leaf check-in: 0beb6b3d16 user: dgp tags: bug-d1d05d1c7a
23:09
Streamline and comment combined routine. check-in: 6e1e4b84af user: dgp tags: bug-d1d05d1c7a
21:35
Merge 8.7 check-in: 80ea199257 user: jan.nijtmans tags: tip-481
21:06
Cleanup check-in: 4c1ebfded2 user: pspjuth tags: tip-522
19:40
Merge tip-512 branch check-in: 5fbf0983c6 user: jan.nijtmans tags: initsubsystems
19:39
Merge 8.7 check-in: b4db93bcfb user: jan.nijtmans tags: tip-512
19:14
Merge libtommath-no-stdint.h branch. Re-generated tclTomMath.h check-in: f80d058b73 user: jan.nijtmans tags: core-8-branch
19:11
rework the logic a bit check-in: 83584c485d user: dgp tags: bug-d1d05d1c7a
19:01
End the deprecated practice of accepting "e" and "en" as valid index values. check-in: b881052e97 user: dgp tags: bug-d1d05d1c7a
18:49
Refactor the SetEndOffsetFromAny() routine into its only caller. check-in: 9bd9d04ad9 user: dgp tags: bug-d1d05d1c7a
18:24
The "end-offset" type is unregistered. No need for a setFromAnyProc. Remove and simplify. check-in: 4c6668c50a user: dgp tags: bug-d1d05d1c7a
17:58
merge 8.7 check-in: d647776905 user: dgp tags: bug-d1d05d1c7a
11:18
Expand the build matrix Closed-Leaf check-in: 4ecef18a5d user: dkf tags: travis-8.7
2018-10-22
21:15
Updated tests to exercise new feature. check-in: f44f5dd820 user: pspjuth tags: tip-522
20:40
formatting check-in: dce841dc73 user: jan.nijtmans tags: core-8-branch
20:27
Documentation and revision bump for tip 522 check-in: 674ab3b3d6 user: pspjuth tags: tip-522
20:23
merge 8.7 check-in: 54edbf7d42 user: dgp tags: bug-d1d05d1c7a
20:12
Merge changes in libtommath's latest "develop" branch check-in: 1333ab8fdb user: jan.nijtmans tags: core-8-branch
18:43
Implement TIP 523, New lpop command check-in: 00c6ed2b91 user: pspjuth tags: tip-523
18:36
Missing ',' in documentation (discovered by MacOSX help processing). Some whitespacing check-in: 0a84e79434 user: jan.nijtmans tags: core-8-branch
18:21
Fix error-message on MacOS: the __LINKEDIT segment does not cover the end of the file. Reason: We ap... check-in: 517d7010fc user: jan.nijtmans tags: core-8-branch
17:54
Merge 8.6 check-in: dba662c8b5 user: jan.nijtmans tags: core-8-branch
05:56
Implement TIP 522, Test error codes with Tcltest check-in: b1fea899b0 user: pspjuth tags: tip-522
05:14
merge fork check-in: 7ac6b33458 user: dkf tags: core-8-branch
04:30
Make new notifier code match Engineering Manual guidelines better check-in: fa73b929c7 user: dkf tags: core-8-branch
2018-10-21
20:38
Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideInt's too, so no longer r... check-in: 6988a6ed37 user: jan.nijtmans tags: core-8-branch
10:50
Squash warnings in the OSX notifier check-in: fbe54d6901 user: dkf tags: core-8-branch
10:17
Disable windows builds. Make test failures fatal. check-in: 01eafd4b7f user: dkf tags: travis-8.7
10:01
Remove unused variable Closed-Leaf check-in: d7cc3f28f1 user: dkf tags: tip-519
09:57
More tests. Better implementation. check-in: ab589541b2 user: dkf tags: tip-519
2018-10-20
23:41
Rebase on 8.7 check-in: 9367b0eaf1 user: dkf tags: tip-519
21:03
Working on porting the travis config forward check-in: b321d38e15 user: dkf tags: travis-8.7
2018-10-19
19:22
merge 8.7 check-in: cf76bede4f user: jan.nijtmans tags: tip-481
19:18
[d1d05d1c7a] Tests and fix for bignums in end-offset index value parsing. check-in: a9a1abe2b6 user: dgp tags: bug-d1d05d1c7a
15:52
Merge 8.6 check-in: 91d01941b7 user: jan.nijtmans tags: core-8-branch
15:49
Merge 8.7 check-in: 34c9fb80a7 user: jan.nijtmans tags: tip-512
10:07
merge core-8-branch check-in: 4e23367512 user: dkf tags: dkf-http-cookies
10:06
merge core-8-6-branch check-in: 4dfba7fb0e user: dkf tags: core-8-branch
2018-10-18
22:25
Rebase TIP-414 to TIP-512: If Tcl_SetPanicProc doesn't have a stub entry, it can take over the funct... check-in: 17b4500b7b user: jan.nijtmans tags: initsubsystems
21:54
Merge 8.7 check-in: 1b800c0c76 user: jan.nijtmans tags: tip-512
18:24
Update TZ info to tzdata2018f. check-in: 6ebaf8d7c8 user: jima tags: core-8-branch
15:31
merge 8.7 check-in: 000ee6e038 user: dgp tags: tip-445
13:24
merge 8.7 check-in: fb2539441f user: dgp tags: initsubsystems
2018-10-17
22:37
Add -Wpointer-arith compiler flag to gcc check-in: 2bb71ddc33 user: jan.nijtmans tags: core-8-branch
20:02
Merge 8.6 check-in: 849cc049e8 user: jan.nijtmans tags: core-8-branch
20:02
merge 8.7 check-in: 9e834efc20 user: dgp tags: dgp-string-insert
19:49
merge 8.7 Leaf check-in: 30d5e6a673 user: dgp tags: tip-469
19:47
merge 8.7 check-in: 740dc47d3e user: dgp tags: tip-465
16:24
merge 8.6 check-in: 85a4914711 user: dgp tags: core-8-branch
2018-10-15
10:28
Make it easier to extend cookiejar for policy reasons check-in: 7eb59bdd9f user: dkf tags: dkf-http-cookies
2018-10-14
14:00
Fix up citations check-in: f3c8f7ead8 user: dkf tags: dkf-http-cookies
13:48
Added more documentation. check-in: ade30b76cb user: dkf tags: dkf-http-cookies
13:14
Added documentation check-in: d4b0b1008b user: dkf tags: dkf-http-cookies
10:51
Adapt the code to the fact that we don't need to stick to the BMP any more check-in: e4614b8d14 user: dkf tags: dkf-http-cookies
09:17
Move header parsing to where it belongs check-in: 9fc163975c user: dkf tags: dkf-http-cookies
09:04
merge core-8-branch check-in: 9ce661b61e user: dkf tags: dkf-http-cookies
2018-10-12
18:45
Minor doc update check-in: fe86f9e208 user: dkf tags: core-8-branch
18:44
Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. It wasn't documented and... check-in: 2c8caf9947 user: dkf tags: core-8-branch
18:24
TCL_NUMBER_WIDE is deprecated check-in: 69b571d8bf user: jan.nijtmans tags: core-8-branch
18:15
Merge 8.6 check-in: 9675739d6d user: jan.nijtmans tags: core-8-branch
18:14
TIP #502 implementation: Index value reform. check-in: bae05b9e6f user: jan.nijtmans tags: core-8-branch
17:54
Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install", because tclsh is not ... check-in: d75d4c67d4 user: jan.nijtmans tags: core-8-branch