Tcl Source Code

Timeline
Login

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

663 check-ins using file generic/tclEnsemble.c version 9cf6780328

2018-03-12
13:07
Convert DOS -> unix line endings. check-in: 8ab900d3e1 user: dgp tags: tip-462
2018-02-04
13:49
getting it closer to working. Closed-Leaf check-in: b7161983e5 user: avl42 tags: tcl-469-1st-try
2018-01-26
19:48
silence compiler warning check-in: 37e302b6be user: dgp tags: sebres-string-insert-cr1
2017-11-25
10:54
Restoring the Makefile.in for the win/ directory after an unfortunate copy/paste error check-in: 4aeb610c78 user: tne tags: core_zip_vfs
2017-11-24
11:46
Tweak to ensure mount points for zipfs are corralled into the //zipfs:/ prefix space check-in: bf3a647091 user: hypnotoad tags: core_zip_vfs
11:21
Pulling changes from Androwish check-in: e5b9c90e58 user: hypnotoad tags: core_zip_vfs
10:32
Restoring whitespace to tclZipfs.c to improve legibility. check-in: facf85dff5 user: hypnotoad tags: core_zip_vfs
09:24
Re-base everything to latest core-8-branch. But don't include deprecations in *.decls files any more... check-in: acd9fcacb4 user: jan.nijtmans tags: semver
2017-11-23
13:56
merge core-8-branch. now really remove the math-related functions when compiling with -DTCL_NO_DEP... check-in: 3c414a62f6 user: jan.nijtmans tags: tip-485
12:21
If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatformId() check-in: 31747a5c93 user: jan.nijtmans tags: tip-487
12:04
Remove more pre-XP stuff. check-in: 215237be17 user: jan.nijtmans tags: tip-487
11:55
Fixing a goof, Zipfs was looking for the Dll where the installer put the file, which is not necessar... check-in: fa45598420 user: hypnotoad tags: core_zip_vfs
09:22
re-base full TIP #487 implementation to trunk. Closed-Leaf check-in: d95dbd986b user: jan.nijtmans tags: tip-487-for-9
08:30
Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for 8.7 in TIP #487. check-in: 63bb6eced7 user: jan.nijtmans tags: tip-487
2017-11-21
22:47
merge core-8-branch check-in: 4a006e1736 user: pspjuth tags: trunk
22:46
merge pspjuth-cminmax check-in: cf212282b0 user: pspjuth tags: core-8-branch
22:34
Pulling changes from core-8-branch check-in: 00dfc6711c user: hypnotoad tags: core_zip_vfs
18:57
Added additional functions to the "install" command in tclsh check-in: eb6443d309 user: hypnotoad tags: core_zip_vfs
16:49
Eliminated the need for a preinit script in Tip 430's AppHook.

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

14:21
Removing the pool of literal values within the internals of tclZipfs.c. Replaced with a single point... check-in: 9f0abfb1ac user: hypnotoad tags: core_zip_vfs
10:11
No need for _ATL_XP_TARGETING any more Closed-Leaf check-in: 0ba5b5bd26 user: jan.nijtmans tags: tip-487
09:48
deprecate VOID/CHAR/SHORT/LONG (windows-only) as well. check-in: a52017885a user: jan.nijtmans tags: tip-485
09:13
Revert [d874801c57]: putting back "string bytelength". It turns out to be too complicated to take a... check-in: db112bb527 user: jan.nijtmans tags: tip-485
04:26
Fixes to "make clean" to do a better job of cleaning up zip files and vfs directories

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

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

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

00:41
Typo fixes for minizip check-in: 8e88f231e5 user: hypnotoad tags: core_zip_vfs
00:36
Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previously discovered /libra... check-in: a4cbb0feb7 user: hypnotoad tags: core_zip_vfs
2017-11-20
23:34
Change to TclZipfs_AppHook to accomidate Windows check-in: 74bcd5fae3 user: tne tags: core_zip_vfs
22:45
Fixing the quoting for arguments to minizip check-in: eaa6c99d64 user: hypnotoad tags: core_zip_vfs
21:29
Updating tcl.m4 in windows to fix a typo check-in: 6aee71e52c user: hypnotoad tags: core_zip_vfs
19:35
Removing debugging printf() statement check-in: 9357f48bf2 user: tne tags: core_zip_vfs
19:21
Fixes to determing the dll location on Windows using GetModuleFileName() check-in: 1f05b4b6c9 user: tne tags: core_zip_vfs
18:08
Autoconf fixes check-in: 4ebd790c48 user: hypnotoad tags: core_zip_vfs
17:09
Modifications to allow the Tcl build system to exploit either a native zip executable in the path or... check-in: 535a8088d4 user: hypnotoad tags: core_zip_vfs
16:26
Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_VARARGS check-in: ad7a53a680 user: jan.nijtmans tags: tip-485
16:01
merge core-8-branch. Deprecate support for "string bytelength" check-in: d874801c57 user: jan.nijtmans tags: tip-485
14:55
TIP 487 implementation: Stop support for Windows XP and Windows CE check-in: 47d26a0b4a user: jan.nijtmans tags: tip-487
13:05
Fix executable flags check-in: 6ce7ce433c user: jan.nijtmans tags: tip-389
12:58
merge core-8-branch check-in: 1a3cef7d5c user: jan.nijtmans tags: tip-389
12:13
Remove TclCopyChannelOld() function. Should have been part of [b03c4194f001be0b|this] earlier commit... check-in: f79d84d06c user: jan.nijtmans tags: trunk
12:07
If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch
10:30
Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't recommend it for 8.6 (ev... Closed-Leaf check-in: d1a0fa5def user: jan.nijtmans tags: pspjuth-cminmax
10:23
merge core-8-branch check-in: d9c10c6e4a user: jan.nijtmans tags: trunk
10:15
Fix error-message for min/math functions: "to" -> "for", for consistancy with the error-messages for... check-in: 22ef078c98 user: jan.nijtmans tags: core-8-branch
09:28
merge core-8-branch check-in: daf50b9345 user: jan.nijtmans tags: trunk
08:58
Fix [e058307eef]: Use of values.h breaks build of Tk trunk ... check-in: bc666d65df user: jan.nijtmans tags: core-8-branch
2017-11-19
18:16
Added handling to allow Tclsh to intercept a zip file fed as the first command line argument, and op... check-in: 006e6abb7e user: hypnotoad tags: core_zip_vfs
2017-11-18
20:28
Pulling changes from core-8-branch check-in: 12f6bb0443 user: hypnotoad tags: core_zip_vfs
20:25
Now that UNC paths work correctly on Windows, removing the platform specific zipfs mount point for w... check-in: 0ee3890968 user: tne tags: core_zip_vfs
20:21
Adjust the rule to look for libtcl_XXX.zip ONLY in the directory that contains the executable or the... check-in: 32bd1478db user: hypnotoad tags: core_zip_vfs
17:07
Reserve paths matching //[^/]*: for VFS mount points, and prevent calling native filesystem ops duri... check-in: 6b296f6f0c user: aspect tags: core_zip_vfs
17:04
add some tests for join and normalize check-in: 226e5a583c user: aspect tags: core_zip_vfs
17:02
fix zipfs tests check-in: d1d39d3b56 user: aspect tags: core_zip_vfs
12:21
Added documentation for the zipfs root command and working of TclZipfs_AppHook check-in: f215c8975d user: hypnotoad tags: core_zip_vfs
11:59
Updated zipfs tests to recognize the mount points are different on different platforms check-in: 5b936e23e5 user: tne tags: core_zip_vfs
11:48
Added a pool of literal strings to zipfs to manage constants that are being belched out by the file ... check-in: 28687cac6b user: hypnotoad tags: core_zip_vfs
2017-11-17
17:23
Added a package manifest to init to allow core distributed packages to auto-populate [package ifneed... check-in: 2c07aba348 user: hypnotoad tags: core_zip_vfs
16:08
merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX == 4 check-in: 37b4aab687 user: jan.nijtmans tags: tip-389
15:34
merge core-8-branch check-in: 49ecc78c8b user: jan.nijtmans tags: tip-389
15:30
merge core-8-6-branch check-in: e1d3a917d4 user: jan.nijtmans tags: core-8-branch
12:54
Integrating fixes from aspect that make the //zipfs:/ mount point viable, and also allow one archive... check-in: 27df0ecb87 user: hypnotoad tags: core_zip_vfs
12:39
Pulling changes from core-zip-vfs Closed-Leaf check-in: 79dde51515 user: hypnotoad tags: core_zip_vfs-8-6, core_zip_vfs-aspect
12:29
Pulling changes from core-8-branch check-in: 044a5cf7f7 user: hypnotoad tags: core_zip_vfs
12:28
Closing a fork check-in: d533f130ec user: hypnotoad tags: core_zip_vfs
11:53
fix [glob] handling of leading // check-in: 66fe3ce72b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
11:51
tests demonstrating zipfs:/ and zipfs:// volume names breaking on unix Leaf check-in: a4444ce66b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-volumename-tests
11:05
Hash mounted zips by mount point, so the same zip can be mounted more than once. Path normalization... Leaf check-in: 500774557b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-bymntpt
10:50
TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public API check-in: 717b28b47a user: jan.nijtmans tags: trunk
10:24
clean up stray unused dstrings check-in: c30d1e6bb0 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
10:23
TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be removed in Tcl 9.0. check-in: 09065aa27e user: jan.nijtmans tags: core-8-branch
10:21
whitespace consistency check-in: b422e8383b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
10:17
Zipfs: Nix AbsolutePath() and most uses of CanonicalPath(). Tcl_FSNormalizePath is to be trusted. check-in: 821756d959 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
08:39
Zipfs: Use //zipfs:/ as mount point. Use Tcl_FSNormalizePath() on the way in to most VFS operations... check-in: 8b130a967c user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect
04:47
Rebuilt the configure files without the call to the missing SC_ENABLE_ZIPFS macro Closed-Leaf check-in: ec5b26585d user: hypnotoad tags: core_zip_vfs-8-6
04:46
merge trunk Leaf check-in: d6a83ef702 user: aspect tags: bug-1224888
04:45
Final tweaks to get Msys Zipfs build working check-in: 0d0ba33c7c user: tne tags: core_zip_vfs-8-6
04:13
First pass on the Msys style windows build. Moving Zipfs features closer together in the autoconf check-in: b279fbbfa3 user: hypnotoad tags: core_zip_vfs-8-6
03:10
Pulling changes from core-8-6-branch check-in: e8f362e191 user: hypnotoad tags: core_zip_vfs-8-6
03:09
Moved Zipfs initialization and path hinting out of tclInterp.c and into a preinit script populated b... check-in: 173157c4c2 user: hypnotoad tags: core_zip_vfs-8-6
2017-11-16
08:45
merge core-8-6-branch check-in: e0e3d7c4ab user: jan.nijtmans tags: core-8-branch
2017-11-15
15:00
merge core-8-branch. Also fix some test-cases, expecting the existence of "int" objType. check-in: 7eeff18e38 user: jan.nijtmans tags: no-wideint
14:13
Merge dgp's "end-int-registration" branch, but slightly different: In stead of not registering "int"... check-in: d1aa4663ab user: jan.nijtmans tags: no-wideint
13:39
merge trunk check-in: 5d829c82fa user: dgp tags: dgp-properbytearray
10:01
merge core-8-branch check-in: 7163cf716b user: jan.nijtmans tags: trunk
09:42
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4... check-in: bf8e546c42 user: jan.nijtmans tags: core-8-branch
08:56
merge core-8-branch check-in: 8322a4ab21 user: jan.nijtmans tags: trunk
08:55
Change signature of (internal) TclScanElement() function. This saves memory allocation and the possi... check-in: 1019b4d815 user: jan.nijtmans tags: core-8-branch
2017-11-14
18:52
merge trunk check-in: 7cafc2bc32 user: dgp tags: dgp-properbytearray
18:35
TIP 484 proposes a re-implementation of Tcl's "int" Tcl_ObjType. Since the new implementation is not... Closed-Leaf check-in: d9ee6504b4 user: dgp tags: end-int-registration
18:19
merge 8.7 check-in: ccd961edbd user: dgp tags: no-wideint
17:24
[5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: 42eaa6f3d1 user: dgp tags: trunk
17:09
Repair lost of broken [package prefer] testing. check-in: 1830f9f520 user: dgp tags: core-8-branch
14:48
[5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: dc94155e2d user: dgp tags: core-8-branch
10:00
Remove extra.unused2 field from struct Interp. It really is unused ... check-in: 1d99fbfa63 user: jan.nijtmans tags: trunk
2017-11-13
11:17
merge core-8-branch check-in: 485b18d72a user: jan.nijtmans tags: trunk
11:15
Merge core-8-6-branch check-in: beb52eff8e user: jan.nijtmans tags: core-8-branch
08:59
merge tcl-9-cleanup (and also a minor bug-fix from core-8-branch). check-in: b03c4194f0 user: jan.nijtmans tags: trunk
08:37
Add a lot of "deprecation" marks to internal API which will be removed in Tcl 9.0 (see also tcl-9-cl... check-in: 7849f573c0 user: jan.nijtmans tags: core-8-branch
2017-11-11
13:22
Pulling changes from core-8-branch check-in: b5ff501606 user: hypnotoad tags: core_zip_vfs-8-6
09:18
Improvements to tip430 to embed the /library file system within a shared library or as a zip archive... check-in: c8a90daba2 user: hypnotoad tags: core_zip_vfs
2017-11-10
08:49
merge core-8-6-branch check-in: 3d5a87d84a user: jan.nijtmans tags: core-8-branch
2017-11-09
16:07
merge core-8-branch check-in: 05952d6309 user: jan.nijtmans tags: tip-389
15:56
Merge core-8-branch. Backout the Tcl_EvalFile changes. check-in: 9e3aed8df3 user: jan.nijtmans tags: tip-485
14:59
Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (I see no reason to wait... check-in: ffdb1ca7f8 user: jan.nijtmans tags: no-wideint
14:57
Limit index parsing to pure integers without white-space Closed-Leaf check-in: d9bb1de1db user: jan.nijtmans tags: bug-aaa02c55b9
14:44
merge trunk check-in: d27981d722 user: dgp tags: no-wideint
14:40
merge trunk Closed-Leaf check-in: 844ae11ba0 user: dgp tags: tcl-9-cleanup
14:38
Merge core-8-branch Add back UpdateStringOfEndOffset() and related test-cases. Implement bignum supp... check-in: 81f505cb4c user: jan.nijtmans tags: bug-aaa02c55b9
13:46
merge trunk check-in: a10fc87c05 user: dgp tags: dgp-properbytearray
12:51
merge core-8-branch check-in: 49e104fa48 user: jan.nijtmans tags: trunk
12:50
merge core-8-6-branch check-in: ef4cc04bc1 user: jan.nijtmans tags: core-8-branch
12:37
For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to run on the EXACT the sam... check-in: 8cb6e13ad8 user: jan.nijtmans tags: core-8-branch
11:49
Get rid of Tcl_DStringTrunc et al, as described in the TIP (Thanks, Don!). check-in: b5dc25393a user: jan.nijtmans tags: tip-485
11:04
No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback to TIP #485! check-in: bb9ad1532d user: jan.nijtmans tags: tip-485
10:34
Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). check-in: 9f1544d005 user: jan.nijtmans tags: tip-485
09:02
Fogot to remove the TclWinSetInterfaces() implementation. check-in: f4e1587599 user: jan.nijtmans tags: tcl-9-cleanup
2017-11-08
18:58
merge trunk Closed-Leaf check-in: da1386961e user: dgp tags: tip-422
18:52
Also remove panicVA(). check-in: 7500a3e45a user: dgp tags: tip-422
16:12
Forgot TclpGetTime() check-in: 6cca533da5 user: jan.nijtmans tags: tcl-9-cleanup
15:50
Tcl-9 huge cleanup: Remove many unused internal functions which do nothing more than occupy the inte... check-in: 5b49111b6d user: jan.nijtmans tags: tcl-9-cleanup
14:30
Rebase to trunk. check-in: a12771a1b9 user: dgp tags: dgp-properbytearray
11:50
TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-branch). check-in: e46c7b8b77 user: jan.nijtmans tags: tip-485
09:41
Pairing down the tip#430 branch to only include files and utilities called out by the tip. Eliminate... check-in: 3bbf40910f user: hypnotoad tags: core_zip_vfs
09:38
merge core-8-branch check-in: 3885b08997 user: jan.nijtmans tags: trunk
09:37
Change "epoch" field for dicts from "int" to "unsigned int". This doubles the number of available ep... check-in: c9da2e2ebb user: jan.nijtmans tags: core-8-branch
03:02
compiler warning check-in: 0d906d005f user: dgp tags: trunk
02:57
compiler warning check-in: 09a80aff1b user: dgp tags: core-8-branch
02:48
merge 8.7 check-in: 7db9b1ea89 user: dgp tags: trunk
02:26
merge 8.6 check-in: 38b28e0af8 user: dgp tags: core-8-branch
02:25
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: 70d5898e80 user: dgp tags: core-8-branch
00:39
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: fbd05fa61d user: pooryorick tags: trunk
2017-11-07
20:54
TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 0a3c726a85 user: pooryorick tags: trunk
19:51
Removing kit building facilities. They aren't part of the tip430 spec check-in: 930afd928d user: hypnotoad tags: core_zip_vfs
19:26
Removing patches for Androwish that are not needed for tip430 check-in: 4caf125cbf user: hypnotoad tags: core_zip_vfs
19:13
Adding a [file normalize] to zipfs tests that are looking for absolute filenames.

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

18:45
Updated the zipfs portion of the testsuite to tip430 standards check-in: 813520bc02 user: hypnotoad tags: core_zip_vfs
16:46
Pulling changes from core-8-branch check-in: 54d3ee03e9 user: tne tags: core_zip_vfs
16:31
merge 8.7 check-in: 82237d44ae user: jan.nijtmans tags: z_modifier
16:16
More code simplifications, with still equal functionality. check-in: 1db008ceb5 user: jan.nijtmans tags: no-wideint
15:11
merge 8.7 check-in: 22cae0454a user: dgp tags: tip-462
14:28
merge 8.7 check-in: aa5f10d8cf user: dgp tags: no-wideint
13:30
merge core-8-branch check-in: 63ac24063a user: jan.nijtmans tags: trunk
13:29
merge core-8-6-branch check-in: 84de05583b user: jan.nijtmans tags: core-8-branch
12:15
Somewhat simplified implementation of TIP #389, in which the "string length" if characters > U+FFFF ... check-in: d224d38a6d user: jan.nijtmans tags: tip-389
09:33
Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP #422 is adapted accord... check-in: 24db7a9013 user: jan.nijtmans tags: tip-422
09:08
TIP #422 implementation, Tcl 8.7 part. Closed-Leaf check-in: eaefb24db7 user: jan.nijtmans tags: tip-422-for-8
2017-11-06
15:04
merge-mark check-in: a898034af7 user: jan.nijtmans tags: trunk
14:50
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 ac... check-in: 1de7d31a02 user: jan.nijtmans tags: trunk
14:46
Fix version number of Windows Help file (not sure if it's actually used, but better safe than sorry) check-in: 8fcf451885 user: jan.nijtmans tags: core-8-branch
01:33
Rewrite documentation in comments for brevity and clarity. check-in: 568bd16ef2 user: pooryorick tags: trunk
2017-11-05
16:41
Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally terminated processes. check-in: 064d93dfb0 user: f.bonnet tags: tip-462
14:41
merge core-8-branch check-in: f70e3acac4 user: jan.nijtmans tags: semver
14:35
merge core-8-branch check-in: 25a6bc568f user: jan.nijtmans tags: no-wideint
14:21
Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate check-in: 1c1c230410 user: jan.nijtmans tags: trunk
14:14
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more check-in: 29c3b25318 user: jan.nijtmans tags: core-8-branch
2017-11-04
00:45
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 9d3eb006b3 user: dkf tags: trunk
00:44
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 5bc169fef7 user: dkf tags: core-8-branch
00:34
Fix for the weird [string first] behaviour. Closed-Leaf check-in: 7af9c67f01 user: dkf tags: string-first-unicode-bug
00:25
Detected bug in [string first] with unicode. Pat Thoyts found it. check-in: d2c4c651ca user: dkf tags: string-first-unicode-bug
2017-11-03
18:56
TIPs 330 & 336 changes to Tcl 9 Implementation check-in: 07f5802714 user: dgp tags: trunk
18:44
TIP 278 Implementation check-in: 580ef6f047 user: dgp tags: trunk
18:39
TIP 114 Implementation check-in: 69397ff5af user: dgp tags: trunk
17:12
Merge package tolerances of Tcl 9. check-in: 8f0e7256c6 user: dgp tags: trunk
17:11
Bump to 9.0a0 check-in: f8ef35231d user: dgp tags: trunk
17:02
Revise a few stray packages not yet ready to tolerate a Tcl 9 bump. check-in: 7ac38785b5 user: dgp tags: core-8-branch
16:48
TIP 345 Implementation. check-in: 169ddc1957 user: dgp tags: trunk
16:10
Remove UpdateStringOfEndOffset() and related test-cases (this function is never actually used in Tcl... check-in: 5f92dc1f16 user: jan.nijtmans tags: bug-aaa02c55b9
12:59
merge core-8-6-branch check-in: 705199e7bf user: jan.nijtmans tags: trunk
12:24
merge trunk check-in: 4cb643b572 user: jan.nijtmans tags: no-wideint
12:15
merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk
10:34
First shot at proposed solution (with test-cases). Doesn't handle "end-<integer>" and "<integer>-<in... check-in: 226140f554 user: jan.nijtmans tags: bug-aaa02c55b9
04:09
Revised Tip#479. Renamed new commands, added an info argspec command. @proc -> procx. @args -> argsx... Leaf check-in: 8db02d0c98 user: hypnotoad tags: tip479
2017-11-02
20:02
Pulling changes from trunk check-in: ed05b17d1c user: hypnotoad tags: tip479
2017-11-01
22:21
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk
21:05
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk
14:46
TIP 422 implementation (rebase of branch novem-remove-va to trunk). check-in: e090a04f00 user: dgp tags: tip-422
12:35
Finally, get rid of tclWideIntType completely check-in: 01d55bd3e1 user: jan.nijtmans tags: no-wideint
2017-10-31
16:40
Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (since both have the same... check-in: 4b60ad78c5 user: jan.nijtmans tags: no-wideint
16:16
eliminate most use of (long) type, except for increments check-in: e2f2e6ca33 user: jan.nijtmans tags: no-wideint
14:48
Only use 64-bit tables for all platforms check-in: 60ef19dbc0 user: jan.nijtmans tags: no-wideint
14:40
more progress check-in: 24bff73c31 user: jan.nijtmans tags: no-wideint
12:39
more simplifications check-in: fc07c2bbab user: jan.nijtmans tags: no-wideint
11:37
Fix 2 failing test-cases, broken by some earlier commit check-in: 2aa14f69f0 user: jan.nijtmans tags: no-wideint
09:48
Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult by no longer assuming ... Closed-Leaf check-in: 91ee06dae2 user: jan.nijtmans tags: tip-330-336
2017-10-30
18:38
Updating core documentation with new behaviors from tip 479 check-in: c03fbe938d user: hypnotoad tags: tip479
17:43
Added tests for tip-479's new behavior check-in: a0941fe833 user: hypnotoad tags: tip479
16:46
Fix some pointer arthemeric (only visible on big-endian systems) check-in: d3adf52e7a user: jan.nijtmans tags: no-wideint
16:11
Add the macro for ::oo::define::@method check-in: 84dd8878f8 user: hypnotoad tags: tip479
15:35
tidy? check-in: cc31c47dd3 user: dgp tags: tip-330-336
15:25
tidy check-in: e2ebfa8f73 user: dgp tags: tip-330-336
15:15
tidying check-in: 4ea0fcd9ac user: dgp tags: tip-330-336
14:56
Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. This makes the Tcl_Interp struct full... check-in: 70e9e38504 user: dgp tags: tip-330-336
14:37
Working implementation of tip#479 check-in: 6731ba3604 user: hypnotoad tags: tip479
14:32
more progress in code simplifications check-in: 3876616fc4 user: jan.nijtmans tags: no-wideint
14:01
Preliminary (non working at this point) implementation of tip479 check-in: c8c3341810 user: hypnotoad tags: tip479
12:41
Rebase tip-278 branch to workaround CVS conversion woes. Closed-Leaf check-in: 8103b8c9fd user: dgp tags: tip-278
12:08
merge trunk Closed-Leaf check-in: 42c669a1e0 user: dgp tags: tip-278
12:02
merge trunk Closed-Leaf check-in: 848a10e460 user: dgp tags: tip-345
12:02
merge trunk Closed-Leaf check-in: a2d4cd2f93 user: dgp tags: tip-114
11:01
Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplificat... check-in: c606809235 user: jan.nijtmans tags: no-wideint
08:47
Experimental branch meant to eliminate the "wideint" type, just merge it to a single "int" type. No ... check-in: c2abe1efd0 user: jan.nijtmans tags: no-wideint
05:25
merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk
05:19
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... Closed-Leaf check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91
03:25
merge trunk check-in: 7a5d212d1a user: dgp tags: tip-278
03:23
merge 8.6 check-in: 0c0de52be7 user: dgp tags: trunk
03:01
merge 8.6 check-in: 2ce0a4a90e user: dgp tags: trunk
02:16
merge trunk: check-in: 891a615296 user: dgp tags: tip-278
2017-10-27
13:12
merge trunk check-in: bb2a028c26 user: dgp tags: tip-345
13:07
merge trunk check-in: 51fa9fffa1 user: dgp tags: tip-114
12:57
oops check-in: 4456d66c47 user: dgp tags: trunk
12:51
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 3f35692159 user: dgp tags: trunk
12:04
merge mark check-in: 7446fb0672 user: dgp tags: trunk
09:21
merge trunk. Change various TCL_LINK_? macros to TCL_TYPE_? check-in: 5e0b71621b user: jan.nijtmans tags: tip-312
08:45
First implementation of TIP #481: Extend size range o... check-in: 3d8b34236d user: jan.nijtmans tags: tip-481
07:26
Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc15... check-in: ad84a95758 user: jan.nijtmans tags: trunk
2017-10-26
02:08
Create new testing command [teststringbytes] to probe the things that otherwise require [encoding co... check-in: 7ef97e4681 user: dgp tags: tip-345
2017-10-25
02:54
Convert remaining tests to use [testbytestring]. encoding-15.3 still needs replacement for [encoding... check-in: a286e2bb69 user: dgp tags: tip-345
02:23
Repair Tcl_CreateEncoding(); Modernize [testencoding]; Update most tests toying with identity encodi... check-in: 0b63befe36 user: dgp tags: tip-345
2017-10-24
23:30
Stop using "identity" as an encoding to test basic functionng of the [encoding] command. "iso8859-1"... check-in: 8e532b34df user: dgp tags: tip-345
23:16
Extend Tcl_CreateEncoding() to be able to create an encoding without registering it when it has no n... check-in: 63dd2e19e8 user: dgp tags: tip-345
13:59
merge trunk check-in: a4edde8f85 user: jan.nijtmans tags: z_modifier
13:59
merge trunk check-in: 34abf9bf2f user: jan.nijtmans tags: win-console-panic
13:56
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk
13:32
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: be4ae903c7 user: kbk tags: trunk
11:25
[fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0d7a96d2b5 user: dkf tags: trunk
11:23
Added test case. check-in: efdb206a73 user: dkf tags: bug-fc1409fc91
08:38
[fc1409fc91]: TclOO method with non-literal value for body argument causes segmentation fault check-in: d6d4b18fc1 user: pooryorick tags: bug-fc1409fc91
2017-10-23
17:58
backout initial commit; need more care. Binary writes internally make use of this encoding. Need to... check-in: 69404f073a user: dgp tags: tip-345
17:10
Update TZ info to tzcode2017c. check-in: 9fd28af657 user: jima tags: trunk
17:06
Implementation branch for TIP 345: Kill the "identity" encoding. This checkin, completely does that.... check-in: 04e7b29a20 user: dgp tags: tip-345
16:20
Implementation branch for TIP 114 - Eliminate Octal Parsing... check-in: c5426334cf user: dgp tags: tip-114
13:47
tclWinPanic.c is in the \win directory, not in \generic! check-in: 381a1f89e1 user: jan.nijtmans tags: win-console-panic
13:23
merge trunk check-in: ed4667c2a5 user: jan.nijtmans tags: win-console-panic
12:10
merge core-8-6-branch check-in: 91967bbc3f user: jan.nijtmans tags: trunk
11:48
merge trunk Leaf check-in: 90692bcb98 user: dgp tags: tip-282
2017-10-19
09:30
[1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: 8e4847552a user: dkf tags: trunk
2017-10-16
20:35
Pulling changes from trunk check-in: 5bc369953c user: hypnotoad tags: core_zip_vfs
12:05
merge trunk check-in: 81c802c91a user: jan.nijtmans tags: z_modifier
11:55
Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A' modifiers (floating p... check-in: 3d16d7c07b user: jan.nijtmans tags: z_modifier
2017-10-14
22:52
fix unixFCmd test-cases, as result of the octal behavior change check-in: c79f83d82e user: jan.nijtmans tags: z_modifier
2017-10-13
16:15
Plug some memleaks. check-in: 5fdcbcbaeb user: dgp tags: trunk
14:46
Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. check-in: d97fba48fc user: jan.nijtmans tags: z_modifier
14:07
Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be considered separately) check-in: 0c4174b197 user: jan.nijtmans tags: z_modifier
13:56
merge trunk Closed-Leaf check-in: eba17e3e82 user: jan.nijtmans tags: tip-389-impl
2017-10-12
15:20
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional c... check-in: 28f72eb529 user: jan.nijtmans tags: trunk
2017-10-09
14:27
merge core-8-6-branch check-in: f8df60a625 user: jan.nijtmans tags: trunk
12:54
Merge core-8-6-branch check-in: c2c6c7dd43 user: jan.nijtmans tags: trunk
2017-10-06
19:57
tests/string.test: bypass not-compiled tests if missing testevalex (without constraints) check-in: 2c1d97b93b user: sebres tags: sebres-string-insert-cr1
19:52
compiled [string insert]: rewritten via INST_STR_REPLACE (with operand); compiled [string replace]: ... check-in: 1ecff38fdd user: sebres tags: sebres-string-insert-cr1
00:01
Simplify noComp for loops per mailing list suggestion from sebres [https://sourceforge.net/p/tcl/mai... check-in: 9fab97caea user: andy tags: amg-string-insert
2017-10-05
23:58
Merge trunk check-in: f56e51ac5b user: andy tags: amg-string-insert
2017-10-03
09:11
Merge latest 'const'ification changes from libtommath (develop branch, will be in next release). Non... check-in: 294fb5e1fa user: jan.nijtmans tags: trunk
2017-09-25
16:23
Improvements to Tip#430 based on community input. Added a forward declaration of TclZipfs_Init. Adde... check-in: 15770f48da user: hypnotoad tags: core_zip_vfs
13:36
Pull changes from Trunk check-in: b714ad6059 user: hypnotoad tags: core_zip_vfs
2017-09-23
16:36
Simplify implementation of non-bytecoded [string replace] check-in: e2718c364b user: andy tags: amg-string-insert
2017-09-22
22:46
Update TIP number check-in: 17b8835c72 user: andy tags: amg-string-insert
08:48
Make libtommath's "make" work in Tcl environment (for testing). Eliminate internal s_is_power_of_two... check-in: 4fcc04a348 user: jan.nijtmans tags: trunk
02:17
Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message. Actually already cherrypicke... check-in: 04772444ec user: apnadkarni tags: trunk
2017-09-21
22:00
Checkpoint of work in progress. Leaf check-in: 13fc64f17c user: dkf tags: http3
19:05
RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 49499625f2 user: apnadkarni tags: trunk
14:35
[3ae1251264] Run only the tests that match the assumptions of the test design. check-in: 42d9139712 user: dgp tags: amg-string-insert
2017-09-20
17:25
Include $noComp flag in string test names check-in: 6a5d5c5e50 user: andy tags: amg-string-insert
09:21
Move fast return from s_is_power_of_two() to mp_div_d(). This saves a function call in the common ca... check-in: ed59743eb7 user: jan.nijtmans tags: trunk
09:07
Further astyle formatting of libtommath. No functional changes. check-in: 6706db6842 user: jan.nijtmans tags: trunk
05:11
Alternate, equivalent way of running bytecoded tests check-in: 8da17cd010 user: andy tags: amg-string-insert
05:08
Correct string tests to exercise both bytecoded and non-bytecoded implementations. string-29.6 now ... check-in: 45c4e5f731 user: andy tags: amg-string-insert
2017-09-19
06:21
Improve documentation of [string insert] with respect to end-relative indexing check-in: 3865939887 user: andy tags: amg-string-insert
2017-09-18
15:13
Merge trunk check-in: 1db5d9c514 user: jan.nijtmans tags: z_modifier
14:38
Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor dir... check-in: 5d1dde9e60 user: jan.nijtmans tags: trunk
13:19
merge trunk check-in: 0df52e2051 user: dgp tags: amg-string-insert
12:53
Another round of libtommath const'ification. To be submitted to the libtommath folks check-in: 330a406fa5 user: jan.nijtmans tags: trunk
08:31
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific ... check-in: 6954ead823 user: jan.nijtmans tags: trunk
03:11
Document [string insert] check-in: d017d0cd78 user: andy tags: amg-string-insert
03:02
Document Tcl_ReplaceObj() check-in: c491f05a28 user: andy tags: amg-string-insert
01:38
Rename Tcl_StringReplace() to Tcl_ReplaceObj() for consistency with other public string object funct... check-in: e5bf34271e user: andy tags: amg-string-insert
01:29
Improve comments check-in: 659068fa85 user: andy tags: amg-string-insert
01:19
Juggle [string insert] bytecode compilation logic check-in: 6fcce5edbb user: andy tags: amg-string-insert
01:16
Rearrange bytecoded [string replace] logic, reinstate [string replace]/[string insert] result tracin... check-in: e55f8ad1a8 user: andy tags: amg-string-insert
01:11
Use Tcl_StringReplace() to implement core of bytecoded [string replace] check-in: 02800a9cf4 user: andy tags: amg-string-insert
00:48
Update stringComp.test for new [string insert] command check-in: 4bf779f2de user: andy tags: amg-string-insert
00:39
stringComp.test and maybe many other tests may need to be reconsidered so that both bytecoded and no... check-in: cc99fd2be5 user: andy tags: amg-string-insert
00:32
Correct terminology check-in: 4cdab44b68 user: andy tags: amg-string-insert
00:32
Implement bytecoded [string insert] check-in: 064fc1f23c user: andy tags: amg-string-insert
2017-09-17
21:09
Correct bytecode index comments check-in: 22c8aea0e3 user: andy tags: amg-string-insert
21:09
Improve comment to describe return value check-in: 6d502aa4ca user: andy tags: amg-string-insert
2017-09-16
19:50
Merge trunk check-in: 601141ff84 user: andy tags: amg-string-insert
2017-09-15
13:08
'const'ify more libtommath functions. All functions in generic/tclTomMath.decls (used by Tcl) are do... check-in: b54e97868c user: jan.nijtmans tags: trunk
2017-09-14
14:02
Move new declarations to more conventional place for tidier merging. check-in: d0b21fc95e user: dgp tags: trunk
08:05
Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes. check-in: f4cdedde64 user: jan.nijtmans tags: trunk
07:42
Fix [f5da3d30e0]: clerical error in comments check-in: 41b84c3667 user: jan.nijtmans tags: trunk
2017-09-13
10:14
Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions. Deprecate the internal... check-in: 900152d715 user: jan.nijtmans tags: trunk
2017-09-11
10:38
Many 'const' addtions in libtommath where it makes sense. To be submitted back to the libtommath guy... check-in: ae8992c395 user: jan.nijtmans tags: trunk
2017-09-08
14:38
Re-base to trunk. Now versioned as 8.7.0-alpha.2 check-in: eacebd08b2 user: jan.nijtmans tags: semver
14:15
Add some more functions from libtommath for availability within Tcl (mainly the 'long long' variants... check-in: ff847e8f35 user: jan.nijtmans tags: trunk
13:30
Be consistent about how I am referred to. check-in: 6015050c0e user: gahr tags: trunk
13:13
Bump to 8.7a2 to distinguish trunk from 8.7a1 release. check-in: 6896e53834 user: dgp tags: trunk
12:50
merge release check-in: 31bf380580 user: dgp tags: trunk
12:48
Rebase to trunk check-in: 5e999389ca user: jan.nijtmans tags: z_modifier
11:04
Rebase to trunk check-in: 56aed80e04 user: jan.nijtmans tags: win-console-panic
2017-09-07
12:59
merge trunk; rc1 Closed-Leaf check-in: 2606a5c5d7 user: dgp tags: rc1, core-8-7-a1, core-8-7-a1-rc
2017-09-06
15:02
Fix use of "long long" (manually) in MSVC check-in: 9f18b82478 user: jan.nijtmans tags: trunk
2017-09-05
16:44
Pulling changes from trunk check-in: 1418d72876 user: hypnotoad tags: core_zip_vfs
15:38
update changes check-in: 7cbc33c3ce user: dgp tags: rc0, core-8-7-a1-rc
14:56
Recognise "-rc" also as part of version ranges (was missing from previous commit) check-in: 48b0bbee92 user: jan.nijtmans tags: tip-439, semver
14:19
Add support for "-rc" releases, which are the same as final releases but the version string is diffe... check-in: e59079446e user: jan.nijtmans tags: tip-439, semver
12:41
merge trunk check-in: 2efd1733e7 user: dgp tags: core-8-7-a1-rc
12:28
merge trunk check-in: 56ba25c528 user: dgp tags: tip-282
2017-09-04
15:24
merge trunk check-in: d051a64dbc user: jan.nijtmans tags: tip-439, semver
14:01
Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering from msgcat check-in: d077ae59a3 user: jan.nijtmans tags: trunk
12:40
merge trunk check-in: 1f080164e9 user: jan.nijtmans tags: tip-439, semver
12:38
merge core-8-6-branch check-in: 134e487b22 user: jan.nijtmans tags: trunk
2017-09-02
22:10
[0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 95c4436a1e user: dgp tags: trunk
2017-09-01
13:52
merge trunk check-in: 736343cba1 user: jan.nijtmans tags: tip-389-impl
13:49
Merge core-8-6-branch check-in: 314f32710e user: jan.nijtmans tags: trunk
08:50
merge trunk check-in: 3f9db43f3e user: jan.nijtmans tags: tip-389-impl
01:44
merge trunk check-in: d10af812b3 user: dgp tags: core-8-7-a1-rc
2017-08-31
13:56
Merge core-8-6-branch. Remove all git tag information for libtommath, so we don't have useless file ... check-in: 8451176357 user: jan.nijtmans tags: trunk
12:21
(merge-mark core-8-6-branch). Give state to UtfToUtfProc() and UnicodeToUtfProc() in which the last... check-in: ec434c5d08 user: jan.nijtmans tags: trunk
09:35
http state 100 continue handling broken [2a94652ee1] check-in: 79053036d8 user: oehhar tags: trunk
2017-08-30
15:29
Cherrypick string.test [de104ef5ab] check-in: c649c52458 user: andy tags: trunk
15:22
Merge trunk check-in: 0def7d0317 user: andy tags: amg-string-insert
15:20
Rename TclStringReplace() to Tcl_StringReplace() and add to the stubs table. Documentation not yet ... check-in: 678e846973 user: andy tags: amg-string-insert
12:39
merge trunk check-in: d6b05e9e2c user: jan.nijtmans tags: tip-439, semver
12:37
Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the ... check-in: c28c8e4f1c user: jan.nijtmans tags: trunk
12:01
merge trunk check-in: ddda318c41 user: jan.nijtmans tags: tip-439, semver
11:46
Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radix.c to latest libtommat... check-in: 0f28787503 user: jan.nijtmans tags: trunk
2017-08-29
21:44
(experiment) See: https://github.com/libtom/libtommath/pull/75 proposal by sjaeckel Closed-Leaf check-in: f51addad6e user: jan.nijtmans tags: libtommath-tcl-fixes-75
21:27
a few missing bits after previous commit check-in: 8c421aaec5 user: jan.nijtmans tags: trunk
20:45
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk
20:43
Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1
20:25
libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1
09:25
merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk
2017-08-27
21:25
Comments and formatting check-in: 4bfe8e269d user: f.bonnet tags: tip-462
15:25
Fixed reference counting issue with objects returned by WaitProcessStatus check-in: de93dfa9c6 user: f.bonnet tags: tip-462
15:24
On Windows, Tcl_Pids now map to dwProcessId instead of hProcess because the system reuses handles of... check-in: bdf5100b03 user: f.bonnet tags: tip-462
11:05
Refactoring to support all processes and not just detached ones. check-in: 35e5121282 user: f.bonnet tags: tip-462
2017-08-25
13:46
Merge trunk check-in: c841475a89 user: jan.nijtmans tags: tip-389-impl
2017-08-24
16:56
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk
2017-08-23
19:51
Added switches and pid list support to tcl::process status check-in: d5505d71d9 user: f.bonnet tags: tip-462
18:31
Refactoring and preliminary implementation of tcl::process (list|status) check-in: 53a8328d11 user: f.bonnet tags: tip-462
2017-08-22
12:41
merge core-8-6-branch check-in: 2b42a8db4c user: jan.nijtmans tags: trunk
2017-08-20
20:11
Add test cleanup check-in: 5f8c346dfb user: andy tags: amg-string-insert
19:57
Add tests to exercise almost every line of TclStringReplace(). The one line not being exercised is ... check-in: eb2821be09 user: andy tags: amg-string-insert
19:55
Tweak string index boundary conditionals for tiny performance improvement and to make existing tests... check-in: 025ea6e5be user: andy tags: amg-string-insert
18:13
Add non-bytecoded [string replace] tests to exercise new TclStringReplace() function check-in: 9af4defa79 user: andy tags: amg-string-insert
03:45
Add string-14.18 to test that [string replace] with last<first does not insert a string, even though... check-in: de104ef5ab user: andy tags: amg-string-insert
03:21
Reimplement NON-BYTECODED [string replace] in terms of new TclStringReplace() function check-in: c0036938dd user: andy tags: amg-string-insert
03:20
Correct NULL dereference, and optimize short-circuit logical operation check-in: fa3278ec35 user: andy tags: amg-string-insert
02:44
Work toward dgp's suggestion that the underlying engine handle both [string insert] and [string repl... check-in: 0cfeecb740 user: andy tags: amg-string-insert
2017-08-18
22:06
merge core-8-6-branch check-in: 75da8b29f8 user: jan.nijtmans tags: trunk
12:49
Completed [tcl::process autopurge] semantics and added [tcl::process purge] implementation along wit... check-in: 895210c8ba user: f.bonnet tags: tip-462
07:51
Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/TclProcessSetAutopurge co... check-in: 67ed1efdfa user: f.bonnet tags: tip-462
2017-08-17
22:50
Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54... check-in: 1b01d8a66c user: jan.nijtmans tags: trunk
21:56
merge core-8-6-branch check-in: 6d463326bc user: jan.nijtmans tags: trunk
18:32
Correct bug in getting second Unicode character sequence check-in: 87dadea232 user: andy tags: amg-string-insert
18:15
Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to match [linsert] check-in: 581e438bb7 user: andy tags: amg-string-insert
18:14
Work around [3397978fff] check-in: a20a2ff810 user: andy tags: amg-string-insert
17:29
Backout [b163c4f423]: Command ensembles indeed do affect argument reference counts, see [3397978fff] check-in: b83433c23f user: andy tags: amg-string-insert
13:03
Fixed line endings check-in: 2a872d1898 user: f.bonnet tags: tip-462
13:02
Basic scaffolding for tcl::process check-in: 7cbd47fe03 user: f.bonnet tags: tip-462
2017-08-16
15:14
Test code to investigate command ensemble argument reference counts check-in: b163c4f423 user: andy tags: amg-string-insert
15:14
Fix typo check-in: 9f7c7d5fb4 user: andy tags: amg-string-insert
2017-08-15
08:25
Write some test cases check-in: ea030eb727 user: andy tags: amg-string-insert
08:23
Correct bug in shared pure byte array case check-in: 597e9993b3 user: andy tags: amg-string-insert
08:04
Remove repeated code check-in: d83ac7baf8 user: andy tags: amg-string-insert
08:04
Update existing tests to accommodate new [string insert] command check-in: 900ca572ab user: andy tags: amg-string-insert
07:50
Begin implementation of [string insert] check-in: cbfded0f59 user: andy tags: amg-string-insert
2017-08-12
19:45
Correct longstanding typo in continue man page check-in: 7e42c87b8f user: andy tags: trunk
2017-08-10
19:14
Add 8.7 -only changes to the changes file. check-in: f7e3a4a75e user: dgp tags: core-8-7-a1-rc
17:34
Update outdated comment. check-in: d5dec2b051 user: dgp tags: core-8-7-a1-rc
14:56
Bring changes up to the 8.6.7 release. check-in: f73f06f6d8 user: dgp tags: core-8-7-a1-rc
14:29
Release candidate branch for Tcl 8.7a1. check-in: 31c23dd6bb user: dgp tags: core-8-7-a1-rc
14:17
merge 8.6 check-in: c36e167835 user: dgp tags: trunk
2017-08-09
16:38
merge mark check-in: 485cf243f0 user: dgp tags: trunk
2017-08-07
01:16
[5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids ... check-in: 527d354828 user: andy tags: trunk
2017-08-04
13:18
merge 8.6 check-in: 310ded6da8 user: dgp tags: trunk
2017-07-22
22:49
Make it work again with new epoll Notifier

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

2017-07-17
08:04
merge core-8-6-branch check-in: 4009d98d80 user: jan.nijtmans tags: trunk
2017-07-16
20:55
fileevent $ch exception ... check-in: 5610dcf5cd user: avl tags: tcl-469-1st-try
2017-07-14
14:21
merge trunk check-in: 50bd973657 user: jan.nijtmans tags: tip-439, semver
2017-07-13
15:07
merge core-8-6-branch check-in: a3919af766 user: jan.nijtmans tags: trunk
2017-07-06
16:40
merge 8.6 check-in: 78ed92ebd5 user: dgp tags: trunk
2017-07-04
14:31
Add in the URL parsing as a general service. check-in: 68f522f39f user: dkf tags: http3
2017-07-03
12:45
merge core-8-6-branch check-in: f46366c736 user: jan.nijtmans tags: trunk
08:30
merge core-8-6-branch check-in: 1335f34599 user: jan.nijtmans tags: trunk
2017-06-29
13:18
merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-28
13:44
merge core-8-6-branch check-in: 474ea18601 user: jan.nijtmans tags: trunk
11:02
Implement %a and %A for floating point numbers check-in: 35812670ab user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-27
18:21
Rethinking how to hold the bits of configuration. check-in: 3ffd93f7c0 user: dkf tags: http3
12:00
Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just generate uppercase direct... check-in: 2004acdea6 user: jan.nijtmans tags: jn-0d-radix-prefix
10:13
Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's suggestion). Seems ready... check-in: 3b3992d33d user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-26
20:00
Merge 8.6; Bump to TclOO 1.2.0. check-in: c5252bc435 user: dgp tags: trunk
11:37
merge trunk check-in: 0705d03cdf user: jan.nijtmans tags: tip-439, semver
10:20
Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes check-in: e2b749751c user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-25
22:16
Start of work on developing a new major version of the HTTP package. check-in: 21792340da user: dkf tags: http3
2017-06-23
20:49
Tests for ::http::Write done. check-in: 0926e525f7 user: gerald tags: tip-452
20:08
Added test suites for more of the http package, two procedures left to do test suites for. check-in: 8321eb1dcd user: gerald tags: tip-452
15:04
No longer split tests for longIs32bit/longIs64bit, since the results should be identical check-in: a7db1ba444 user: jan.nijtmans tags: trunk
13:11
typo fix check-in: b3af99ceb9 user: dgp tags: trunk
13:09
Rewrite the documentation of [regsub -command] so it's not quite such a mess. check-in: c11222b967 user: dgp tags: trunk
12:39
repair broken tests check-in: b063408c38 user: dgp tags: trunk
12:28
Repair compiler warning about uninitialized value. check-in: d06a0b65c1 user: dgp tags: trunk
08:11
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals check-in: 4f68bf6677 user: jan.nijtmans tags: trunk
2017-06-22
22:54
Add [regsub -command] case that wasn't actively tested for. check-in: 0bd419a4d7 user: dkf tags: trunk
22:03
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: 1f77049cc0 user: dkf tags: trunk
21:50
Implement TIP #470: Reliable Access to OO Definition Context Object check-in: 0ae0df0685 user: dkf tags: trunk
21:48
merge trunk Closed-Leaf check-in: bc0550924f user: dkf tags: tip-470
21:46
Implement TIP #463: Command-Driven Substitutions for regsub check-in: 9aaee27679 user: dkf tags: trunk
12:25
merge trunk Closed-Leaf check-in: d26f75a105 user: dgp tags: tip-463
08:59
merge core-8-6-branch check-in: 1d11dc7a53 user: jan.nijtmans tags: trunk
03:33
Added additional tests into rewrite of http test package. check-in: e8c535c2c0 user: gerald tags: tip-452
2017-06-21
21:22
More http test rewrites. check-in: 98e3eadd14 user: gerald tags: tip-452
2017-06-20
23:04
Test for several more commands. check-in: 24ff58075c user: gerald tags: tip-452
14:36
Added test for several commands. check-in: a59225dbf1 user: gerald tags: tip-452
2017-06-19
22:45
Fix for [c81183a2a71adeff28d846b5dcf8ca5bb15bbf30]. check-in: 52264f7439 user: gerald tags: tip-452
22:21
[4e5007ea1b285527] Added all code path tests for ::http::formatQuery. check-in: 286eddfbe6 user: gerald tags: tip-452
21:40
Test complete for http::geturl -- all code paths covered.

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

2017-06-18
18:02
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: bbaad94279 user: dkf tags: trunk
2017-06-16
21:13
Partial test suite written for http::geturl. check-in: bb8efd05a0 user: gerald tags: tip-452
19:54
Another reworking, now with comments. check-in: e9f3293d67 user: dgp tags: trunk
17:08
Added empty failing tests for all the paths in geturl. check-in: 6dcf1b1049 user: gerald tags: tip-452
16:28
Added empty failing test for each unit that should be tested. NOTE -- some units will have multiple... check-in: a57bb47530 user: gerald tags: tip-452
16:23
Simplify the final loop when we know we're generating strings for all. check-in: 20cca1d020 user: dgp tags: trunk
16:07
Split loop into two cases for further simplification. check-in: afd6a2812b user: dgp tags: trunk
15:51
Factor out and simplify loop scanning leading known empty values. check-in: 1e6a22b0fc user: dgp tags: trunk
15:15
Started to add support for tcloo into tcltest package. First set of http test using TIP 452. check-in: 7fcd7262f6 user: gerald tags: tip-452
14:46
Use local variables. check-in: af5aec752d user: dgp tags: trunk
14:43
Rework the logic. Equivalent function. check-in: aa9699939f user: dgp tags: trunk
12:56
Extend cases where string rep generation can be prevented. check-in: 3f07499767 user: dgp tags: trunk
11:47
Better define the meaning of "first" and "last". check-in: a1eb17546f user: dgp tags: trunk
2017-06-15
09:38
merge core-8-6-branch check-in: a1f9019daa user: jan.nijtmans tags: trunk
2017-06-14
21:51
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 49e696d1b9 user: dkf tags: trunk
21:42
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: dce77b1b20 user: dkf tags: trunk
2017-06-13
11:10
Add tests and docs. check-in: e19250e477 user: dkf tags: tip-470
2017-06-12
14:04
Add support of 0d in the format %# conversion flag. Add tests for same. check-in: b8074009fb user: griffin tags: bsg-0d-radix-prefix
13:29
merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier
2017-06-10
17:06
1) Added namespace exports to tcltest namespace for new features 2) Rolled minor revision number of ... check-in: 9c86f726c0 user: gerald tags: tip-452
2017-06-09
12:20
merge trunk check-in: ee2c5cf945 user: jan.nijtmans tags: tip-389-impl
2017-06-08
21:49
Check in reference implementation of TIP 452.

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

21:15
Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk
21:10
Don't test the impossible. Closed-Leaf check-in: db46268589 user: dgp tags: dgp-stringcat-delaystringrep
21:05
Modernize overflow checks. check-in: f4c7382b8a user: dgp tags: dgp-stringcat-delaystringrep
20:58
merge trunk check-in: 993ce8428b user: dgp tags: dgp-stringcat-delaystringrep
20:57
More streamlining check-in: 8d50922091 user: dgp tags: dgp-stringcat-delaystringrep
20:49
Make read and write operations on Tcl_Var handles available in tclInt API. check-in: 2487a9bc13 user: dkf tags: trunk
20:40
More streamlining. check-in: 04d8b74d04 user: dgp tags: dgp-stringcat-delaystringrep
20:38
Create new branch named "tip-452" check-in: 0aad28628c user: gerald tags: tip-452
20:31
pendingPtr == NULL implies (last == first) implies early out check-in: 5ed6f019fa user: dgp tags: dgp-stringcat-delaystringrep
19:35
Tests for string rep generation suppression check-in: 51f3983e40 user: dgp tags: dgp-stringcat-delaystringrep
16:48
merge trunk check-in: 260be46929 user: dgp tags: dgp-stringcat-delaystringrep
16:44
When possible delay string rep generation until necessary. check-in: 38795b0541 user: dgp tags: dgp-stringcat-delaystringrep
12:53
merge core-8-6-branch check-in: 0a9475dd06 user: jan.nijtmans tags: trunk
12:38
merge core-8-6-branch check-in: 9053c4a54f user: jan.nijtmans tags: trunk
2017-06-07
15:23
merge core-8-6-branch check-in: eba046ff54 user: jan.nijtmans tags: trunk
2017-06-06
14:46
Merge trunk check-in: b03462a529 user: jan.nijtmans tags: tip-389-impl
14:35
merge core-8-6-branch check-in: 7082428670 user: jan.nijtmans tags: trunk
13:14
[716b427f76] Optimize TclStringCatObjv when only one non-empty argument. check-in: 529d17802a user: dgp tags: trunk
12:56
A few more tweaks to streamline and clarify. Closed-Leaf check-in: d253aace3f user: dgp tags: bug-716b427f76
09:25
makes TclStringCatObjv safe accepting objc = 0 (or 1), then fast exits with new object / first; chec... check-in: c30066298d user: sebres tags: bug-716b427f76
09:24
merge core-8-6-branch check-in: 28a2ae3999 user: jan.nijtmans tags: trunk
09:01
amend to [eac4656f1e8cf793] (moved to scope where numChars != 0 in Unicode case) check-in: 0a267ebdd3 user: sebres tags: bug-716b427f76
08:34
small code review: don't need to check length if unchanged + the same case if 0 length check-in: eac4656f1e user: sebres tags: bug-716b427f76
2017-06-05
23:20
merge trunk Closed-Leaf check-in: fc7eefaf93 user: dkf tags: dkf-expose-ptrgetvar
20:03
Optimize TclStringCatObjv() for case when only one argument is non-empty. check-in: 4225e01eb6 user: dgp tags: bug-716b427f76
17:57
Revert performance optimization as first step to providing a refactored one. check-in: c32e3b1b7c user: dgp tags: bug-716b427f76
17:15
[67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 8e28fedaa0 user: dgp tags: trunk
2017-06-02
10:59
merge core-8-6-branch check-in: 08a3bc6b34 user: jan.nijtmans tags: trunk
08:12
Merge core-8-6-branch. This removes the work currently being done in "sebres-8-6-clock-speedup-cr1" ... check-in: 3527801f9f user: jan.nijtmans tags: trunk
2017-05-29
19:44
merge core-8-6-branch check-in: 1e36f66134 user: sebres tags: trunk
15:38
merge trunk check-in: 6d946ddf77 user: jan.nijtmans tags: tip-389-impl
13:14
merge core-8-6-branch check-in: a9965b7335 user: jan.nijtmans tags: trunk
2017-05-28
16:06
0d in LinkVar check-in: 9712ea48a2 user: griffin tags: bsg-0d-radix-prefix
2017-05-27
22:17
Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. check-in: d492c01a39 user: griffin tags: bsg-0d-radix-prefix
2017-05-23
22:36
TIP#457: Update named group ending Leaf check-in: be60dadb16 user: mlafon tags: tip-457
22:27
merge trunk check-in: 340fa5f4a8 user: mlafon tags: tip-457
16:00
[19a8c9399d] Plug mem leak in TIP 459 machinery. check-in: f1c99ff14c user: dgp tags: trunk
14:57
merge trunk check-in: 9430d4c198 user: jan.nijtmans tags: tip-389-impl
14:48
Update internal tables to Unicode 10.0. Still in Beta, but to be released soon. check-in: 090498e9a8 user: jan.nijtmans tags: trunk
12:25
merge trunk check-in: 9afecad529 user: dgp tags: tip-282
2017-05-22
09:16
Merge core-8-6-branch. Obsolete a number of systems, which were already obsoleted by TEA: We cannot ... check-in: 883e6ffa29 user: jan.nijtmans tags: trunk
07:34
Taking a stab at TIP#288 implementation.

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

2017-05-20
12:45
Fix build on OpenBSD. [82701b94c4] missed a couple of bits. Tcl/Tk's tcl.m4 isn't identical to TEA's... check-in: f002261843 user: stu tags: trunk
2017-05-19
14:23
merge core-8-6-branch check-in: f3376c975d user: aspect tags: trunk
2017-05-18
13:27
merge core-8-6-branch check-in: 91616b46d8 user: jan.nijtmans tags: trunk
12:33
TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier check-in: 858569fb04 user: jan.nijtmans tags: trunk
09:24
merge core-8-6-branch check-in: 66276befa2 user: jan.nijtmans tags: trunk
2017-05-12
15:06
merge trunk check-in: 3c8f553d8e user: jan.nijtmans tags: tip-439, semver
14:31
Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl_GetEncodingSearchPath(... check-in: 3f14a7216c user: jan.nijtmans tags: trunk
2017-05-11
19:06
reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate" Closed-Leaf check-in: 21298a7bf2 user: sebres tags: sebres-trunk-timerate
18:53
merge trunk (to sebres-trunk-timerate) check-in: 53c18af29e user: sebres tags: sebres-trunk-timerate
2017-05-09
11:31
merge core-8-6-branch check-in: ce9f58ecc7 user: jan.nijtmans tags: trunk
09:49
merge core-8-6-branch check-in: 7ee9022a55 user: jan.nijtmans tags: trunk
2017-05-05
23:04
merge trunk check-in: 30e5b4dae8 user: mlafon tags: tip-457
22:57
TIP#457: Remove -varname, add level for -upvar check-in: 824ce85c80 user: mlafon tags: tip-457
19:11
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 5c07ae32cf user: dgp tags: trunk
2017-05-04
22:27
Add [info linkedname] introspection command check-in: 6ed76df29d user: mlafon tags: info-linkedname
14:51
merge trunk Closed-Leaf check-in: 50be45e71e user: dgp tags: tip-458
14:19
merge trunk check-in: ab6adfa911 user: jan.nijtmans tags: win-console-panic
12:28
merge core-8-6-branch check-in: a4fd5b790b user: jan.nijtmans tags: trunk
09:51
merge core-8-6-branch check-in: 790adcb1b9 user: jan.nijtmans tags: trunk
08:55
merge trunk check-in: 9a065b2341 user: jan.nijtmans tags: tip-458
2017-05-03
15:28
merge core-8-6-branch check-in: 332495285a user: jan.nijtmans tags: trunk
12:09
merge trunk check-in: bf5ec8f76b user: jan.nijtmans tags: tip-439, semver
10:03
slightly better formatting, both in genStubs.tcl and in the generated XXX_DEPRECATED functions. check-in: 43c15aca5d user: jan.nijtmans tags: trunk
2017-05-02
12:36
Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now accepts a message text, w... check-in: f067385a72 user: jan.nijtmans tags: trunk
2017-05-01
20:29
Revert the colorful debug garbage mistakenly committed. check-in: 4be672cf74 user: dgp tags: trunk
20:25
[f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: a8e5699f86 user: dgp tags: trunk
08:22
merge core-8-6-branch check-in: f3148fad99 user: jan.nijtmans tags: trunk
2017-04-29
14:41
Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator precedence for possible... check-in: d701ee871e user: fvogel tags: trunk
11:04
[f9fe90d0fa]: more path normalization in TclNewFSPathObj Leaf check-in: 27bac5b2c6 user: aspect tags: bug-f9fe90d0fa
2017-04-28
17:57
[f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: e895b53905 user: dgp tags: trunk
17:46
Test for [f34cf83dd0]. check-in: 769ae9c349 user: dgp tags: trunk
14:15
silence uninit variable warnings check-in: 8194119149 user: dgp tags: trunk
13:21
merge core-8-6-branch check-in: 2b305ab496 user: jan.nijtmans tags: trunk
11:15
Make sure not to miss bignums Leaf check-in: 4a871e9293 user: gahr tags: tkt-04e26c02c0
08:37
Restore a few unsafe GetNumberFromObj calls check-in: 0e230fc5a2 user: gahr tags: tkt-04e26c02c0
06:22
Merge trunk check-in: 1afe1c545f user: gahr tags: tkt-04e26c02c0
2017-04-27
17:26
[04e26c02c0] Remove useless condition that raises warnings. check-in: e47f5822c0 user: dgp tags: trunk
12:38
Start of implementation of TIP #470. check-in: 80f6a35f66 user: dkf tags: tip-470
10:51
[50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. check-in: d9638d1cad user: dkf tags: trunk
10:37
[04e26c02c0] Provide an unsafe version of the GetNumberFromObj for use when we know the arguments ar... check-in: 98eb0f7628 user: gahr tags: tkt-04e26c02c0
2017-04-26
14:06
Experiment, does this work? Still to be tested: Eliminate variable triggerPipeVal/eventFdVal (just u... Closed-Leaf check-in: 2d07e770af user: jan.nijtmans tags: tip-458-experiment
13:48
Move some variable declarations closer to where they are used. No change in functionality. check-in: cf831b219f user: jan.nijtmans tags: tip-458
2017-04-23
20:46
TIP#457: Update proc and info documentation check-in: e722c70aad user: mlafon tags: tip-457
2017-04-20
22:01
TIP#457: Fix warnings in InfoArgSpecCmd check-in: 68a6d74898 user: mlafon tags: tip-457
14:50
merge trunk check-in: 7d7ac08583 user: jan.nijtmans tags: tip-439, semver
14:47
merge core-8-6-branch check-in: f590914719 user: jan.nijtmans tags: trunk
12:15
merge trunk check-in: db391524d4 user: jan.nijtmans tags: tip-439, semver
11:44
Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compiled with -DTCL_NO_DEPRECA... check-in: 4d61bcaef4 user: jan.nijtmans tags: trunk
10:13
Entry for text.n into exclude_refs_map inserted. check-in: 9b324dcab5 user: gcramer tags: trunk
06:15
merge trunk check-in: 78f8e94175 user: jan.nijtmans tags: tip-312
2017-04-18
21:09
merge trunk check-in: d54a7e08cc user: mlafon tags: tip-457
21:00
TIP#457: Updated implementation check-in: 97c5da5e61 user: mlafon tags: tip-457
19:02
merge core-8-6-branch check-in: 0ca94b41a1 user: jan.nijtmans tags: trunk
06:15
merge-mark check-in: cc29baf4fd user: jan.nijtmans tags: z_modifier
2017-04-17
12:05
Repair revised tests that failed. check-in: 467717ad27 user: dgp tags: trunk
2017-04-14
13:00
merge trunk check-in: 242a7d68cd user: jan.nijtmans tags: tip-458
10:04
merge trunk check-in: 89e408ec01 user: jan.nijtmans tags: z_modifier
09:06
merge core-8-6-branch check-in: 71e6ac46c0 user: jan.nijtmans tags: trunk
2017-04-13
12:20
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsin... check-in: a6c8a2df48 user: jan.nijtmans tags: trunk
10:00
Merge trunk Leaf check-in: 0169fbc878 user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock
2017-04-12
13:49
merge trunk. New TIP is getting shape. check-in: 062aba6c2a user: jan.nijtmans tags: z_modifier
13:43
If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(),... check-in: 7f1a6f68a7 user: jan.nijtmans tags: trunk
13:15
Revert recent commit. TIP 237 is clear that %llu is invalid. check-in: 55cb96d9d2 user: dgp tags: trunk
12:33
merge core-8-6-branch check-in: e6b6bedf25 user: jan.nijtmans tags: trunk
12:00
merge trunk check-in: cee5251dd0 user: jan.nijtmans tags: initsubsystems
11:51
merge trunk check-in: a58a0cd6c3 user: jan.nijtmans tags: tip-312
10:06
merge trunk check-in: 031a739fcd user: jan.nijtmans tags: z_modifier
09:35
merge core-8-6-branch check-in: 14915702ec user: jan.nijtmans tags: trunk
08:40
merge trunk check-in: 6aebbe4316 user: jan.nijtmans tags: tip-439, semver
2017-04-11
15:20
Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional ... check-in: 1f5acc492f user: jan.nijtmans tags: trunk
11:30
unbreak windows build (by previous commit) check-in: d64f0632a8 user: jan.nijtmans tags: trunk
2017-04-10
16:21
More minor style fixes. check-in: 4809613b1b user: dkf tags: trunk
12:39
Merge Harald's "robust-async-connect-tests" branch. Thanks! check-in: 9f162eb401 user: jan.nijtmans tags: trunk
11:01
Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same change as Tcl_OpenTcpServer... Leaf check-in: 97a181d1d6 user: jan.nijtmans tags: tip-468-bis
09:35
merge (minor style issues from) trunk check-in: 6ecd17f92a user: jan.nijtmans tags: tip-468
2017-04-09
16:51
Minor style issues through the socket implementation code. check-in: 11fdde797a user: dkf tags: trunk
14:32
TIP 468 implementation from Shannon Noe. check-in: ca6b6fe37e user: dkf tags: tip-468
2017-04-07
15:15
merge trunk check-in: a771bb4f89 user: jan.nijtmans tags: z_modifier
15:11
Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWi... check-in: ceda176637 user: jan.nijtmans tags: trunk
14:48
Use "0o" in stead of "0" as octal prefix in more places. check-in: c48c3ddc4b user: jan.nijtmans tags: z_modifier
13:46
Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. check-in: 9997117f12 user: jan.nijtmans tags: z_modifier
2017-04-06
15:25
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are... check-in: d731f72293 user: jan.nijtmans tags: trunk
12:24
merge trunk check-in: 70664e0beb user: jan.nijtmans tags: tip-439, semver
11:13
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be remove... check-in: 637ba41a2b user: jan.nijtmans tags: trunk
08:53
merge trunk check-in: c8c1e2ae5b user: jan.nijtmans tags: tip-439, semver
2017-04-05
14:47
Use a random unused port for the dummy http server to avoid conflicts with local services running on... check-in: f5bb1cb2a2 user: max tags: trunk
09:09
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: be99031456 user: jan.nijtmans tags: trunk
2017-04-03
12:54
Merge core-8-6-branch. Add test-cases showing that the (undocumented) %p format (and also %zd/%td) a... check-in: c3e6a981f3 user: jan.nijtmans tags: trunk
2017-03-31
14:44
Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. Eliminating some interna... check-in: c456624781 user: jan.nijtmans tags: trunk
13:10
a few bug-fixes/typos, improvements in error-messages check-in: 0ae98702db user: jan.nijtmans tags: tip-312
12:02
merge trunk check-in: c317f852bd user: jan.nijtmans tags: tip-312
11:05
Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as "configure": Should be 1 if si... check-in: a7b0e7639e user: jan.nijtmans tags: z_modifier
09:54
Merge trunk check-in: 1293cdb483 user: jan.nijtmans tags: z_modifier
09:19
Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memory. Only effective with ... check-in: d3f3eeca93 user: jan.nijtmans tags: trunk
2017-03-29
19:07
[900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 61147cf575 user: dkf tags: trunk
19:05
Tweak to make tests a little clearer. Closed-Leaf check-in: 3de5f77756 user: dkf tags: bug-900cb0284bc
14:57
merge trunk check-in: 5736699b29 user: jan.nijtmans tags: z_modifier
14:53
Fix [4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk
13:23
merge trunk check-in: f8d6447fff user: jan.nijtmans tags: z_modifier
12:19
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 7338748e64 user: jan.nijtmans tags: trunk
12:05
(more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive expectations: If the platf... check-in: c2eca96850 user: jan.nijtmans tags: z_modifier
2017-03-28
07:14
(experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER but then for size_t. check-in: 9dd6c3c9da user: jan.nijtmans tags: z_modifier
2017-03-27
13:02
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: b32a1a3b8d user: jan.nijtmans tags: trunk
13:02
Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not listed (bug [900cb0284bc]) check-in: 2099250d6f user: aspect tags: bug-900cb0284bc
09:28
Create new branch named "tip-462" check-in: 55a98b0ebb user: f.bonnet tags: tip-462
2017-03-24
15:52
Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/'j'/'I' for size_t/intp... check-in: 316d711dac user: jan.nijtmans tags: trunk
10:31
merge trunk check-in: 94c8b35bc4 user: jan.nijtmans tags: tip-439, semver
10:30
Merge trunk check-in: 16f83d748c user: jan.nijtmans tags: tip-458
09:33
Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() check-in: c1557805a9 user: jan.nijtmans tags: trunk
2017-03-23
16:35
Use portable %p modifier in "generic/tclThreadTest.c", in stead of more complicated TCL_LL_MODIFIER. check-in: 684a6e27ae user: jan.nijtmans tags: trunk
08:42
merge with trunk check-in: 0dcff196ee user: jima tags: trunk
2017-03-22
19:46
New(ish) test interp-14.11 was missing its -cleanup. check-in: c498dac30d user: dgp tags: trunk
2017-03-21
09:01
Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few more stub entries whic... check-in: 4754095572 user: jan.nijtmans tags: trunk
2017-03-20
23:57
TIP#457: bugfix, add more testcases check-in: d6acf61ffe user: mlafon tags: tip-457
20:49
TIP#457: fix bug with -upvar inside a named group, add testcase check-in: 7324d35f49 user: mlafon tags: tip-457
10:24
If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more. check-in: 3651512988 user: jan.nijtmans tags: trunk
2017-03-18
17:29
TIP#457: remove check on upvar'ed argument to exist, add related tests check-in: 654164646d user: mlafon tags: tip-457
2017-03-17
10:57
If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAv... check-in: cb930ecbf1 user: jan.nijtmans tags: trunk
2017-03-16
09:07
Fixes to docs made possible by recent HTML rendering fixes for Tk. check-in: 5cc3f3f090 user: dkf tags: trunk
2017-03-15
23:02
tip-457: add more tests check-in: 7af45c87a8 user: mlafon tags: tip-457
15:15
redundant end-of-line spacing check-in: 8672d2a28d user: jan.nijtmans tags: trunk
13:54
Merge trunk. Indenting in tclTest.c check-in: c88fa4d641 user: jan.nijtmans tags: tip-312
13:44
Implement TCL_LINK_C(long double). Some simplifications. check-in: 89a6937cd9 user: jan.nijtmans tags: tip-312
02:40
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 8095566752 user: kbk tags: trunk
2017-03-14
22:22
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b13eeffcd1 user: kbk tags: trunk
15:55
Merge trunk. Implement TCL_LINK_D(long double), which could have size_t of 8 (same as double), 10 o... check-in: a47f420309 user: jan.nijtmans tags: tip-312
2017-03-13
21:15
Updates and fixes on TIP#457

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

10:22
Merge trunk check-in: bc31ce8337 user: jan.nijtmans tags: tip-439, semver
08:38
Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(). Replace Tcl_DbNewBoo... check-in: c77ac77cde user: jan.nijtmans tags: trunk
06:16
Add back missing significant character check-in: 6d8f6fb570 user: dkf tags: trunk
2017-03-12
19:45
Fix error in formatting in info.n check-in: b364092b62 user: fvogel tags: trunk
18:36
Add mappings for groff-style character naming, used in experimental branches of Tk. check-in: 07a9dec40d user: dkf tags: trunk
2017-03-11
10:54
Author: Mathieu Lafon <mlafon at gmail dot com> TIP#457: minor changes * Remove requirement to hav... check-in: 42ee1f509b user: avl tags: tip-457
2017-03-10
17:07
Merge the update of TZ info with trunk. check-in: 99108c6739 user: jima tags: trunk
13:16
Bring indenting in line with other code. No change in functionality check-in: 39f387a003 user: jan.nijtmans tags: tip-312
11:31
Fix compile on 32-bit Linux check-in: 9e65b836d1 user: jan.nijtmans tags: tip-312
10:25
Merge trunk. First step in re-coding the TCL_LINK_XXX macro's, encoding the sizeof(type) in the mac... check-in: ac86e89628 user: jan.nijtmans tags: tip-312
07:29
pulling Mathieu Lafon's implementation from git to fossil. check-in: 37245fa89d user: avl tags: tip-457
2017-03-08
14:53
Merge trunk check-in: 391b331b7d user: jan.nijtmans tags: tip-439, semver
14:50
minor simplification check-in: 6b8cff38a9 user: jan.nijtmans tags: tip-458
14:32
A few more end-of-line spacings check-in: 480612897a user: jan.nijtmans tags: tip-458
13:56
Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() check-in: c12456b387 user: jan.nijtmans tags: tip-458
13:35
Re-base to trunk, and get latest code from here: https://github.com/lalbornoz/tcl/tree/tip458. Unt... check-in: 175904ed88 user: jan.nijtmans tags: tip-458
2017-03-07
18:21
merge core-8-6-branch check-in: 6f9b5e9515 user: sebres tags: trunk
11:38
merge sebres-trunk-timerate check-in: d213089cec user: sebres tags: sebres-trunk-clock-speedup
11:35
timerate: don't calculate threshold by too few iterations, because sometimes first iteration(s) can ... check-in: e2fc653f78 user: sebres tags: sebres-trunk-timerate
11:08
Fix [e14d152114]: bundled zlib documentation is under a pot... check-in: 9f52002a0a user: jan.nijtmans tags: trunk
09:47
Merge core-8-6-branch check-in: 79d7f1f670 user: jan.nijtmans tags: trunk
08:45
merge trunk check-in: 05c17a7e1e user: jan.nijtmans tags: tip-312
2017-03-06
21:01
tclEmptyStringRep -> &tclEmptyString check-in: 5135ba585c user: sebres tags: sebres-trunk-clock-speedup
20:32
msgcat.test: fixed mcpackagelocale syntax usage test case (msgcat-12.1) check-in: f887e2a3a7 user: sebres tags: sebres-trunk-clock-speedup
20:19
merge trunk check-in: 53c746bbbf user: sebres tags: sebres-trunk-clock-speedup
20:18
merge trunk check-in: 5770326f2f user: sebres tags: sebres-trunk-timerate
20:10
merge core-8-6-branch check-in: 7e04677d75 user: sebres tags: trunk
2017-03-05
19:38
Deal with backslashes in ${...}, change "char" to "character" in error, fix tests. check-in: 05efac2985 user: avl tags: tip-465
15:05
Fix for Ticket [71c0878b71] + test cases check-in: 154835dcb2 user: avl tags: trunk
11:22
cherrypick 3bcf97f766: array index syntax done. ${...} not yet complete wrt backslashes. check-in: 52073ab224 user: avl tags: tip-465
11:04
Create new branch named "tip-465" check-in: 64cf6142f5 user: avl tags: tip-465
2017-03-02
15:24
restrictions on array index confined to lhs. Leaf check-in: f0655c4021 user: avl tags: avl-tip-282
2017-03-01
10:03
Implement (9): disallow $arr((() and ${{{} resulting in a consistent version of (4) check-in: 3bcf97f766 user: avl tags: avl-tip-282
08:49
reset to bg-tip-282 - in preparation to implementing (9). (2) is dead. check-in: d7f00edf5d user: avl tags: avl-tip-282
2017-02-28
10:03
TIP 312 implementation. Patch from René Zaumseil. Eliminated compiler warnings and partially reform... check-in: bf3596331e user: jan.nijtmans tags: tip-312
2017-02-27
15:19
merge trunk check-in: 5fb0e5ebc8 user: dgp tags: bg-tip-282
14:53
ParseTokens failed to fully respect its numBytes argument. check-in: f37dff89f9 user: dgp tags: trunk
2017-02-26
22:13
Merged Alexandre Ferrieux's bugfix. check-in: b1cfc2126b user: avl tags: avl-tip-282
15:33
[25842c161f] Ensure that finalization of a zlib stream works. check-in: 6b926caddb user: dkf tags: trunk
13:47
Reap the simplifications brought by the previous bugfix. check-in: cccdc65650 user: ferrieux tags: bg-tip-282
13:37
Use single-quote before array name to trigger weird array-parsing. check-in: 3dcae4b565 user: avl tags: avl-tip-282
13:22
Create new branch named "avl-tip-282" check-in: c14187f8b5 user: avl tags: avl-tip-282
2017-02-25
22:42
Fix a 2002 bug detected by Brian Griffin : in the presence of [], ParseTokens overshoots the passed ... check-in: e5800b67f9 user: ferrieux tags: bg-tip-282
16:22
Some cleanup check-in: b8e3a1cb71 user: griffin tags: bg-tip-282
2017-02-22
00:39
Add support for arrays in assignment Lvalues check-in: ceec540b41 user: griffin tags: bg-tip-282
2017-02-21
01:35
Add [::tcl::unsupported::parseexpr] to display expr parse trees prettily check-in: 4a658ddd10 user: ferrieux tags: bg-tip-282
2017-02-19
01:06
namespace qualifier support, assignment target limitations. check-in: d64c1ea4de user: griffin tags: bg-tip-282
2017-02-17
10:51
Prevents dual convert "tryCvtToNumeric" (once before assignment should be enough); check-in: 41f67f9169 user: sebres tags: bg-tip-282
2017-02-16
20:38
Complete the conversion from "=" to ":=" as the assignment operator. check-in: 225d0a3c73 user: dgp tags: bg-tip-282
19:05
Merge in tip-282 branch so that they don't differ in gratuitous ways. check-in: e52b765182 user: dgp tags: bg-tip-282
18:49
Rebase patch to trunk. check-in: b65b5d7f86 user: dgp tags: bg-tip-282
18:48
merge trunk check-in: e334bfbd11 user: dgp tags: tip-282
15:52
merge trunk check-in: ec40b5ef07 user: jan.nijtmans tags: tip-439, semver
2017-02-15
14:04
More internal use of size_t in stead of int, e.g. for epoch's check-in: ff3f6a12a8 user: jan.nijtmans tags: trunk