| Commit message (Expand) | Author | Age | Files | Lines |
* | Update rules.vc | jan.nijtmans | 2023-10-09 | 1 | -0/+4 |
|
|
* | No longer support "OPTS=utf16" in makefile.vc/rules.vc | jan.nijtmans | 2023-09-12 | 1 | -11/+30 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | www.tcl-tk.org -> www.tcl-lang.org | jan.nijtmans | 2022-10-26 | 1 | -1/+1 |
|
|
* | Unnecessary quotes in win/rules.vc | jan.nijtmans | 2022-07-07 | 1 | -1/+1 |
|
|
* | slightly stricter checking for TCL_MAJOR_VERSION in rules.vc | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
|
|
* | Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c... | jan.nijtmans | 2022-05-22 | 1 | -2/+2 |
|
|
* | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ... | jan.nijtmans | 2022-05-15 | 1 | -8/+7 |
|
|
* | Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn... | jan.nijtmans | 2022-03-15 | 1 | -2/+2 |
|
|
* | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], b... | jan.nijtmans | 2022-02-15 | 1 | -4/+4 |
|
|
* | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn'... | jan.nijtmans | 2022-02-14 | 1 | -3/+3 |
|
|
* | more tweaks for windows-arm64 | jan.nijtmans | 2022-02-11 | 1 | -3/+3 |
|
|
* | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better | jan.nijtmans | 2022-02-11 | 1 | -0/+5 |
|
|
* | another try, rules.vc version 1.10 | jan.nijtmans | 2022-02-06 | 1 | -4/+9 |
|
|
* | See [https://github.com/tcltk/tcl/pull/10] | jan.nijtmans | 2022-02-04 | 1 | -0/+9 |
|
|
* | Add \DUSE_NMAKE=1 to C-flags when nmake is used | jan.nijtmans | 2021-07-08 | 1 | -1/+1 |
|
|
* | Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAME | jan.nijtmans | 2021-06-08 | 1 | -1/+1 |
|
|
* | Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions fo... | jan.nijtmans | 2021-04-21 | 1 | -2/+14 |
|
|
* | Complete TIP #595 for rules.vc | jan.nijtmans | 2021-04-19 | 1 | -1/+7 |
|
|
* | Update to latest "rules.vc" | jan.nijtmans | 2021-04-13 | 1 | -2/+9 |
|
|
* | Backport win/rules.vc from 8.7 | jan.nijtmans | 2021-02-10 | 1 | -10/+2 |
|
|
* | Don't use LTO for any stub libraries: It's asking for trouble when an extensi... | jan.nijtmans | 2021-01-20 | 1 | -1/+1 |
|
|
* | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some exte... | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
|
|
* | Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ... | jan.nijtmans | 2020-12-22 | 1 | -1/+1 |
|
|
* | nmake: fix path in tcl.nmake check | apnadkarni | 2020-12-12 | 1 | -2/+2 |
|
|
* | Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION c... | apnadkarni | 2020-12-11 | 1 | -125/+127 |
|
|
* | nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7 | apnadkarni | 2020-12-11 | 1 | -4/+30 |
|
|
* | sync win/rules.vc with Tcl 8.7. No change for 8.6 | jan.nijtmans | 2020-12-10 | 1 | -3/+4 |
|
|
* | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcl | jan.nijtmans | 2020-12-07 | 1 | -3/+3 |
|
|
* | nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.h | apnadkarni | 2020-12-06 | 1 | -1/+28 |
|
|
* | Don't use -opt:nowin98 linker option any more. See: [https://bugzilla.mozilla... | jan.nijtmans | 2020-12-02 | 1 | -12/+0 |
|
|
* | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete... | jan.nijtmans | 2020-10-15 | 1 | -9/+2 |
|
|
* | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
|
|
* | rules.vc: No need to redefine values which are already the default. tclWinPor... | jan.nijtmans | 2020-06-12 | 1 | -9/+1 |
|
|
* | Let's test if "make install" works, for now without spaces in the path | jan.nijtmans | 2020-04-12 | 1 | -10/+15 |
|
|
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use... | jan.nijtmans | 2020-04-10 | 1 | -0/+1 |
|
|
* | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013 | jan.nijtmans | 2020-02-05 | 1 | -4/+1 |
|
|
* | Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 with... | jan.nijtmans | 2020-01-20 | 1 | -0/+5 |
|
|
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used... | jan.nijtmans | 2019-12-04 | 1 | -3/+12 |
|
|
* | Enhance rules.vc like already done in other configure scripts: Determine HAVE... | jan.nijtmans | 2019-11-28 | 1 | -1/+12 |
|
|
* | Fix generation of VERSIONINFO in RC files when package versions have 4 or more | apnadkarni | 2019-11-22 | 1 | -2/+15 |
|
|
* | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.... | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|\ |
|
* \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -31/+31 |
|\ \ |
|
| * \ | Merge 8.5 | jan.nijtmans | 2019-09-25 | 1 | -31/+31 |
| |\ \
| | |/ |
|
| | * | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
|
|
* | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ... | jan.nijtmans | 2019-09-19 | 1 | -17/+0 |
|/ / |
|
* | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef... | sebres | 2019-09-12 | 1 | -28/+26 |
|\ \
| |/ |
|
* | | Simplify searching for tcl86.lib (and related files): First search for the on... | jan.nijtmans | 2019-09-06 | 1 | -15/+9 |
|
|
* | | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any... | jan.nijtmans | 2019-09-04 | 1 | -3/+3 |
|
|
* | | Bug fix 889065786b. Add stubs related flags when compiling extension stubs. | apnadkarni | 2019-08-29 | 1 | -3/+3 |
|
|