History of win/tclConfig.sh.in of f590914719838448
Not logged in

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

History of file win/tclConfig.sh.in at check-in f590914719838448

2024-03-04
20:58
Merge 8.7 file: [23d42da2fd] check-in: [fe71c12fd3] user: jan.nijtmans branch: main, size: 6190
20:30
Merge 8.6 file: [6f6781d4bb] check-in: [e2f5845694] user: jan.nijtmans branch: core-8-branch, size: 6532
19:56
Merge 8.6. TCL_PACKAGE_PATH is not used on Windows file: [2016a42d0c] check-in: [596141a1ce] user: jan.nijtmans branch: bug-1b8a893ded, size: 6346
2023-08-03
13:04
Merge 8.7 file: [8c885ec2ef] check-in: [a9ae11180e] user: jan.nijtmans branch: main, size: 6208
11:26
Merge 8.7 file: [4df1db0457] check-in: [93c7430bce] user: jan.nijtmans branch: core-8-branch, size: 6550
10:59
Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - has always been just empty) file: [e1fe3e5e42] check-in: [5bf817797a] user: jan.nijtmans branch: core-8-6-branch, size: 6364
2023-08-02
20:51
Merge 8.7 file: [fe2c0b5b15] check-in: [330d66778a] user: jan.nijtmans branch: main, size: 6188
19:34
Merge 8.6 file: [b8c8937611] check-in: [edeef9d8e1] user: jan.nijtmans branch: core-8-branch, size: 6583
19:13
deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling containing spaces file: [21c6569237] check-in: [56fc4852f7] user: jan.nijtmans branch: core-8-6-branch, size: 6397
2023-08-01
15:52
Merge 8.7 file: [39aa7cecb1] check-in: [cf7342b5ad] user: jan.nijtmans branch: main, size: 6615
15:42
Merge 8.6 file: [172522e37a] check-in: [d0a4f77020] user: jan.nijtmans branch: core-8-branch, size: 6804
15:27
Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) file: [4fd0dcf658] check-in: [ad91302b1e] user: jan.nijtmans branch: core-8-6-branch, size: 6618
13:01
Bug [76d45ec836] - mingw - tommath not copied on install file: [c684b02dac] check-in: [5e1a3868b7] user: apnadkarni branch: main, size: 6520
2020-07-03
10:21
Merge 8.7 file: [2cd92d3bca] check-in: [10349e0db1] user: jan.nijtmans branch: trunk, size: 6416
2020-06-15
14:14
Added DEPRECATED comment in tclConfig.sh.in (both UNIX and win32) file: [c327669637] check-in: [a1ba9f2960] user: jan.nijtmans branch: death-to-dbgx, size: 6605
2020-02-04
09:46
Death to DBGX file: [d8d0422b68] check-in: [0c16754a85] user: jan.nijtmans branch: death-to-dbgx, size: 6563
2018-05-24
13:27
merge 8.7 file: [7fb115a715] check-in: [95e6ece457] user: dgp branch: core_zip_vfs, size: 6577
2018-05-22
20:12
More removals of TCL_THREADS usage (configure scripts/win makefiles) file: [4c2776616e] check-in: [7c0047114e] user: jan.nijtmans branch: core-8-branch, size: 6438
2017-11-17
04:13
First pass on the Msys style windows build. Moving Zipfs features closer together in the autoconf file: [03b9bbdb73] check-in: [b279fbbfa3] user: hypnotoad branch: core_zip_vfs-8-6, size: 6663
2017-04-20
14:50
merge trunk file: [08a9922350] check-in: [7d7ac08583] user: jan.nijtmans branch: semver, size: 6587
14:47
merge core-8-6-branch file: [d5302bcb4f] check-in: [f590914719] user: jan.nijtmans branch: trunk, size: 6524
14:07
Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it should just be empty: TEA extensions might depend on it. file: [04319d0f9f] check-in: [14eee2fd50] user: jan.nijtmans branch: core-8-6-branch, size: 6524
2016-03-08
14:20
Merge trunk file: [ab613d2e70] check-in: [e311f38ad0] user: jan.nijtmans branch: semver, size: 6576
13:44
configure.in -> configure.ac file: [d20754b941] check-in: [4706c883d8] user: jan.nijtmans branch: trunk, size: 6477
2015-12-11
08:43
Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!) file: [0752f8df22] check-in: [32379be1ed] user: jan.nijtmans branch: semver, size: 6576
2014-11-14
09:44
Remove a number of eol-spaces. No change in functionality. file: [c4aa4aa02b] check-in: [43b5a95f6d] user: jan.nijtmans branch: trunk, size: 6477
2014-02-12
12:13
typo file: [981fb03680] check-in: [4eb3385757] user: jan.nijtmans branch: core-8-5-branch, size: 6478
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: [ec73ba6af1] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 6478
2002-02-05
02:21
Merging with the current TOT. Very few conflicts, mostly in the generated files. file: [c80ca893f4] check-in: [f469a31a06] user: wolfsuit branch: macosx-8-4-branch, size: 6559
2001-11-08
03:07
Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. file: [ab2873de5d] check-in: [1b2b73902f] user: mdejong branch: trunk, size: 6553
2001-05-19
16:11
Update to head -> S4-0-2 file: [ff382c96a1] check-in: [1b2b2b84cf] user: msofer branch: msofer-bcEngine, size: 6429
2001-04-25
22:01
* unix/configure: Regen. * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable. file: [0b0185f30d] check-in: [6fb90b112f] user: mdejong branch: trunk, size: 6426
2000-09-28
06:33
* win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific autoconf variables. file: [69abb0fe27] check-in: [96394f0855] user: hobbs branch: trunk, size: 6338
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-07-28
07:58
* win/Makefile.in: * win/configure.in: * win/tcl.m4: * win/tclConfig.sh.in: Back port of gcc for windows build system from 8.4. file: [4ddb0fa48d] check-in: [cf95876426] user: mo branch: core-8-3-1-branch, size: 6340
2000-07-13
01:08
Added builds of the tclreg and tcldde static libraries. file: [8f36217ba3] check-in: [b7b41af2c9] user: welch branch: core-8-3-1-branch, size: 6445
2000-07-07
11:13
Fix definition of TCL_SRC_DIR in mingw/vc++ configure so that it matches the unix verison file: [b98f4e66b0] check-in: [41152ea860] user: mo branch: trunk, size: 6357
2000-06-20
21:30
Applied patch from [Bug: 5921] file: [2357d2efd1] check-in: [beffb3997a] user: ericm branch: trunk, size: 6462
1999-07-29
19:21
Added lines so that extensions can set up static linker (ar vs. lib) and C compiler warning flags easily. file: [9282440da4] check-in: [8ccef65e92] user: wart branch: trunk, size: 6461
1999-07-28
18:51
Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can get these values in the same way they get the debug and optimize CFLAGS. file: [c95f7b8b0f] check-in: [0d5ddcfb91] user: wart branch: trunk, size: 6277
1999-06-16
22:38
Added: added tclConfig.sh.in for Windows file: [7399c6a3bc] check-in: [e5da250aa2] user: surles branch: trunk, size: 6120