Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file win/tclsh.rc at check-in 7e44d394ded07f1c
|
2026-07-10
| ||
| 11:48 | Fix broken manifest (GH CI failure) inclusion. Need to include winuser.h else CREATEPROCESS_MANIFEST_RESOURCE_ID gets treated as a string id. This was previously hidden due to overwriting with mt.exe file: [50c0f2de4a] check-in: [1355748a7a] user: apnadkarni branch: main, size: 1589 | |
|
2026-07-06
| ||
| 11:14 | No need to worry about Windows 8.1 any more file: [77ff9a995c] check-in: [87bd80692d] user: jan.nijtmans branch: main, size: 1522 | |
|
2024-06-05
| ||
| 13:10 | More of the same: Space before tab is extremely unlikely to be correct indentation pattern. file: [e048d1ba93] check-in: [9ffd785566] user: jan.nijtmans branch: main, size: 1791 | |
|
2022-12-12
| ||
| 15:13 | merge trunk file: [5b29830933] check-in: [fd9dea8294] user: dgp branch: novem, size: 1748 | |
| 06:09 | Merge 8.6 - change copyright in Windows build to UCal. file: [4e526cfe9d] check-in: [778b2f211c] user: apnadkarni branch: core-8-branch, size: 1798 | |
| 06:08 | Change copyright in Windows rc from Activestate to UCal and others to match license. file: [301977c734] check-in: [cf4a8f1bc2] user: apnadkarni branch: core-8-6-branch, size: 1904 | |
|
2021-01-11
| ||
| 10:34 | Merge 9.0 file: [52ad9dff97] check-in: [f070ae806a] user: jan.nijtmans branch: novem, size: 1780 | |
|
2018-05-23
| ||
| 19:41 | merge trunk file: [da815b256c] check-in: [c78f328143] user: jan.nijtmans branch: novem, size: 1836 | |
|
2017-12-11
| ||
| 14:19 | Initial implementation of TIP #491. Not tested yet. file: [fa57ea5c3f] check-in: [4f8b3e767d] user: jan.nijtmans branch: tip-491, size: 1830 | |
|
2016-09-28
| ||
| 14:20 | Fix: 3 places where a superfluous TCL_MINOR_VERSION is still used where it shouldn't. file: [6b55c80de0] check-in: [d923a233e9] user: jan.nijtmans branch: semver, size: 1486 | |
|
2016-01-06
| ||
| 11:46 | Merge trunk. If TCL_NO_DEPRECATED is defined, make all internal stub funcions MODULE_SCOPE file: [bbea90f02c] check-in: [89443c0c3d] user: jan.nijtmans branch: semver, size: 1515 | |
|
2013-11-24
| ||
| 22:12 | merge trunk file: [792df61e11] check-in: [162f412163] user: jan.nijtmans branch: novem, size: 1942 | |
|
2013-11-21
| ||
| 11:43 | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] file: [967eeedb2e] check-in: [c505b4ac53] user: jan.nijtmans branch: core-8-5-branch, size: 1936 | |
|
2012-11-30
| ||
| 15:42 | merge (modified) novem-review. unbreak windows build file: [bef036918a] check-in: [450c1b970d] user: jan.nijtmans branch: novem, size: 1671 | |
|
2011-03-02
| ||
| 16:06 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [1f3495a8ab] check-in: [79367df0f0] user: dgp branch: core-8-5-branch, size: 1665 | |
|
2011-03-01
| ||
| 15:38 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [897f2cd4aa] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 1655 | |
|
2004-02-18
| ||
| 22:30 | Merge updates from HEAD. Ported support of {expand} syntax. file: [4a4d315c1a] check-in: [257d73b262] user: dgp branch: dgp-refactor, size: 1735 | |
|
2004-02-07
| ||
| 21:47 | * win/makefile.vc: * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the OPTS macro so a core build with symbols can be linked to the non-debug enabled C run-time. As per discussion with Kevin Kenny. Called like this: nmake -af makefile.vc OPTS=unchecked,symbols This clarifies the meaning of the 'g' naming suffix to mean only that the binary requires the debug enabled C run-time. Whether the binary contains symbols or not is a seperate condition. file: [25bfab3c51] check-in: [cc4a3db7ed] user: davygrvy branch: trunk, size: 1737 | |
| 05:47 | Merge updates from HEAD Note that this branch currently does not fully support the new {expand} syntax. Updates to TclEvalScriptTokens and TclCompileScriptTokens are still to come. file: [3209cae168] check-in: [beeeb45bbf] user: dgp branch: dgp-refactor, size: 1721 | |
|
2004-01-16
| ||
| 02:40 | Some clean-up with how the resource files are built. file: [237666db25] check-in: [0f93be7d06] user: davygrvy branch: trunk, size: 1723 | |
|
2003-12-16
| ||
| 02:31 | Slight modification to the STRINGIFY macro to support Borland's rc tool. file: [4b84daece9] check-in: [ae05ff553c] user: davygrvy branch: trunk, size: 1731 | |
|
2002-08-20
| ||
| 20:25 | merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk file: [ff07828edd] check-in: [354986d9c3] user: das branch: macosx-8-4-branch, size: 1725 | |
|
2002-06-18
| ||
| 00:12 | Trims to support the removal of RESOURCE_INCLUDED from rc scripts from FR #565088. * generic/tcl.h: moved the #ifndef RC_INVOKED start block up in the file. rc scripts don't need to know thread mutexes. * win/tcl.rc: * win/tclsh.rc: removed the #define RESOURCE_INCLUDED to let the built-in -DRC_INVOKED to the work. file: [f7d18b9165] check-in: [7e44d394de] user: davygrvy branch: trunk, size: 1726 | |
|
2001-10-03
| ||
| 20:24 | updated copyright info file: [280683cf96] check-in: [0c0ca810a4] user: hobbs branch: core-8-3-1-branch, size: 1758 | |
|
2001-10-01
| ||
| 20:57 | updated copyright file: [f297519586] check-in: [0b8a114b42] user: hobbs branch: trunk, size: 1755 | |
|
2001-04-03
| ||
| 22:54 | see backport log in ChangeLog for specific file backports from 8.4aCVS file: [4c70ed5203] check-in: [6defc375da] user: hobbs branch: core-8-3-1-branch, size: 1735 | |
|
2000-10-31
| ||
| 01:20 | 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/tcl.rc: * win/tclsh.rc: Added logic to derive filenames better in the resource scripts based on compile options. file: [0308c57bac] check-in: [6ed4f00b1a] user: davidg branch: trunk, size: 1732 | |
|
2000-08-08
| ||
| 19:03 | Deleted: Created branch tclpro-1-5-0-synthetic check-in: [e979569c4f] user: cvs2fossil branch: tclpro-1-5-0-synthetic, size: 0 | |
|
2000-04-18
| ||
| 23:26 | * win/Makefile.in: * win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in Windows resource files. Added an icon for tclsh.exe. file: [57a807609d] check-in: [ef4b92e1f8] user: redman branch: trunk, size: 1289 | |
|
1999-04-30
| ||
| 22:44 | * Merged changes from 8.1.0 branch file: [9f274c16c9] check-in: [dc45694c11] user: stanton branch: trunk, size: 1211 | |
|
1999-04-22
| ||
| 20:31 | Created branch core-8-1-0-synthetic file: [88801bcc17] check-in: [8d3de5a4ff] user: cvs2fossil branch: core-8-1-0-synthetic, size: 1215 | |
|
1999-04-21
| ||
| 00:42 | Deleted: Added comments for 4/19 and 4/20 check-in: [6c6fc5d7b2] user: redman branch: scriptics-tclpro-1-2-old, size: 0 | |
|
1999-04-16
| ||
| 00:46 | merged tcl 8.1 branch back into the main trunk file: [243843244b] check-in: [f3b32fb71c] user: stanton branch: trunk, size: 1164 | |
|
1999-02-19
| ||
| 02:17 | Deleted: Created branch scriptics-tclpro-1-2-synthetic check-in: [1d719b3ad1] user: cvs2fossil branch: scriptics-tclpro-1-2-synthetic, size: 0 | |
|
1998-09-24
| ||
| 23:58 | merging changes from 8.0.3 into 8.1a2 file: [04688f7212] check-in: [1c3c1ab19f] user: stanton branch: core-8-1-branch-old, size: 1168 | |
|
1998-09-21
| ||
| 23:39 | Added contents of Tcl 8.1a2 file: [3e930c554e] check-in: [8c56dc8868] user: stanton branch: core-8-1-branch-old, size: 1143 | |
|
1998-09-14
| ||
| 18:39 | Replaced SCCS strings, fixed binary files file: [5b2315cde6] check-in: [196f92fd17] user: stanton branch: trunk, size: 1076 | |
|
1998-03-26
| ||
| 14:56 | Added: Initial revision file: [5f5086bbc1] check-in: [f86c34e38d] user: rjohnson branch: trunk, size: 1055 | |