Tcl Source Code

Timeline
Login

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

50 check-ins occurring around d874801c57677e4d.

2017-11-21
22:46
merge pspjuth-cminmax check-in: cf212282b0 user: pspjuth tags: core-8-branch
22:34
Pulling changes from core-8-branch check-in: 00dfc6711c user: hypnotoad tags: core_zip_vfs
18:57
Added additional functions to the "install" command in tclsh check-in: eb6443d309 user: hypnotoad tags: core_zip_vfs
16:49
Eliminated the need for a preinit script in Tip 430's AppHook.

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

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

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

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

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

00:41
Typo fixes for minizip check-in: 8e88f231e5 user: hypnotoad tags: core_zip_vfs
00:36
Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previously discovered /libra... check-in: a4cbb0feb7 user: hypnotoad tags: core_zip_vfs
2017-11-20
23:34
Change to TclZipfs_AppHook to accomidate Windows check-in: 74bcd5fae3 user: tne tags: core_zip_vfs
22:45
Fixing the quoting for arguments to minizip check-in: eaa6c99d64 user: hypnotoad tags: core_zip_vfs
21:29
Updating tcl.m4 in windows to fix a typo check-in: 6aee71e52c user: hypnotoad tags: core_zip_vfs
19:35
Removing debugging printf() statement check-in: 9357f48bf2 user: tne tags: core_zip_vfs
19:21
Fixes to determing the dll location on Windows using GetModuleFileName() check-in: 1f05b4b6c9 user: tne tags: core_zip_vfs
18:08
Autoconf fixes check-in: 4ebd790c48 user: hypnotoad tags: core_zip_vfs
17:09
Modifications to allow the Tcl build system to exploit either a native zip executable in the path or... check-in: 535a8088d4 user: hypnotoad tags: core_zip_vfs
16:26
Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_VARARGS check-in: ad7a53a680 user: jan.nijtmans tags: tip-485
16:01
merge core-8-branch. Deprecate support for "string bytelength" check-in: d874801c57 user: jan.nijtmans tags: tip-485
14:55
TIP 487 implementation: Stop support for Windows XP and Windows CE check-in: 47d26a0b4a user: jan.nijtmans tags: tip-487
13:05
Fix executable flags check-in: 6ce7ce433c user: jan.nijtmans tags: tip-389
12:58
merge core-8-branch check-in: 1a3cef7d5c user: jan.nijtmans tags: tip-389
12:13
Remove TclCopyChannelOld() function. Should have been part of [b03c4194f001be0b|this] earlier commit... check-in: f79d84d06c user: jan.nijtmans tags: trunk
12:07
If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch
10:30
Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't recommend it for 8.6 (ev... Closed-Leaf check-in: d1a0fa5def user: jan.nijtmans tags: pspjuth-cminmax
10:23
merge core-8-branch check-in: d9c10c6e4a user: jan.nijtmans tags: trunk
10:15
Fix error-message for min/math functions: "to" -> "for", for consistancy with the error-messages for... check-in: 22ef078c98 user: jan.nijtmans tags: core-8-branch
09:28
merge core-8-branch check-in: daf50b9345 user: jan.nijtmans tags: trunk
08:58
Fix [e058307eef]: Use of values.h breaks build of Tk trunk ... check-in: bc666d65df user: jan.nijtmans tags: core-8-branch
2017-11-19
18:40
Changed math functions min and max to C implementations. check-in: fd08949b6f user: pspjuth tags: pspjuth-cminmax
18:16
Added handling to allow Tclsh to intercept a zip file fed as the first command line argument, and op... check-in: 006e6abb7e user: hypnotoad tags: core_zip_vfs
00:06
Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update coroutine and TclOO object c... check-in: 8251e62bab user: pooryorick tags: pyk-command-named-colon
2017-11-18
20:28
Pulling changes from core-8-branch check-in: 12f6bb0443 user: hypnotoad tags: core_zip_vfs
20:25
Now that UNC paths work correctly on Windows, removing the platform specific zipfs mount point for w... check-in: 0ee3890968 user: tne tags: core_zip_vfs
20:21
Adjust the rule to look for libtcl_XXX.zip ONLY in the directory that contains the executable or the... check-in: 32bd1478db user: hypnotoad tags: core_zip_vfs
17:07
Reserve paths matching //[^/]*: for VFS mount points, and prevent calling native filesystem ops duri... check-in: 6b296f6f0c user: aspect tags: core_zip_vfs
17:04
add some tests for join and normalize check-in: 226e5a583c user: aspect tags: core_zip_vfs
17:02
fix zipfs tests check-in: d1d39d3b56 user: aspect tags: core_zip_vfs
12:21
Added documentation for the zipfs root command and working of TclZipfs_AppHook check-in: f215c8975d user: hypnotoad tags: core_zip_vfs
11:59
Updated zipfs tests to recognize the mount points are different on different platforms check-in: 5b936e23e5 user: tne tags: core_zip_vfs
11:48
Added a pool of literal strings to zipfs to manage constants that are being belched out by the file ... check-in: 28687cac6b user: hypnotoad tags: core_zip_vfs
2017-11-17
23:42
Lift the restriction on command names names that begin with ":". check-in: cb9f7a9106 user: pooryorick tags: pyk-command-named-colon
22:30
Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the empty string as its n... check-in: b433ae397c user: pooryorick tags: pyk-command-named-colon
17:23
Added a package manifest to init to allow core distributed packages to auto-populate [package ifneed... check-in: 2c07aba348 user: hypnotoad tags: core_zip_vfs