summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * make distdgp2020-12-111-20/+6
| | | |
| | | * merge 8.6dgp2020-12-113-132/+169
| | | |\ | |_|_|/ |/| | |
* | | | Update "platform" package to handle macOS Big Sur with arm processor.jan.nijtmans2020-12-111-2/+11
|\ \ \ \ | | |/ / | |/| | Also handle that Catalina and higher no longer support 32-bit applications
| * | | Update "platform" package for Big Sur:jan.nijtmans2020-12-111-11/+34
| | | | | | | | | | | | | | | | | | | | 1) Catalina was the last platform supporting 32-bit applications 2) macOS is no longer 10 but 11 3) New "arm" processor
* | | | Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION ↵apnadkarni2020-12-111-125/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | checks. msvcrt and time64bit OPTS checks were using Tcl versions before definition. Moved Tcl version retrieval to earlier in the build as a fix. Also, < cannot be used with strings, so made the checks numerics.
* | | | nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7apnadkarni2020-12-112-5/+31
| | | |
| | | * merge 8.6dgp2020-12-1010-27/+42
| | | |\ | |_|_|/ |/| | |
* | | | Update "platform" package to handle Big Sur version numbering. Also remove ↵jan.nijtmans2020-12-101-10/+24
| | | | | | | | | | | | | | | | special case for cygwin/msys2, just make it more generic
* | | | Fix [ed5be77734]: win: "comx:" not recognized as serial portjan.nijtmans2020-12-102-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak: account for terminating '\0'jan.nijtmans2020-12-101-1/+1
| | | |
| * | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-102-4/+5
|/ / / | | | | | | (concluded from code inspection, not tested yet)
* | | Use more 0o??? syntax for octal. Clean up build *.yml filesjan.nijtmans2020-12-106-9/+8
| | |
* | | sync win/rules.vc with Tcl 8.7. No change for 8.6jan.nijtmans2020-12-101-3/+4
| | |
| | * merge 8.6dgp2020-12-07114-627/+768
| | |\ | |_|/ |/| |
* | | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-073-5/+5
| | |
* | | nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.hapnadkarni2020-12-061-1/+28
| | |
* | | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-047-114/+127
|\ \ \ | |/ /
| * | Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6jan.nijtmans2020-12-041-7/+20
| | |
* | | Merge 8.5jan.nijtmans2020-12-041-66/+0
|\ \ \ | |/ /
| * | TclWordEnd was removed in 8.1, so those testcases cannot be run anymorejan.nijtmans2020-12-041-66/+0
| | |
* | | Fix 4 socket testcases on Msys (those fail on Cygwin too)jan.nijtmans2020-12-041-2/+4
| | |
* | | two more 0o??? notationsjan.nijtmans2020-12-032-4/+4
| | |
* | | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-039-58/+58
| | | | | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* | | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-034-6/+9
|\ \ \ | |/ /
| * | Fix syntax error in win/makefile.vcjan.nijtmans2020-12-031-5/+0
| | |
| * | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-034-6/+9
| | |
* | | Don't use -opt:nowin98 linker option any more. See: ↵jan.nijtmans2020-12-021-12/+0
| | | | | | | | | | | | [https://bugzilla.mozilla.org/show_bug.cgi?id=130372]
* | | Merge 8.5jan.nijtmans2020-12-025-38/+13
|\ \ \ | |/ /
| * | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified ↵jan.nijtmans2020-12-022-16/+0
| | | | | | | | | | | | | | | without /DRIVER; image may not run. This options was only useful on MSVC++ 5.0 and earlier, which is no longer supported
| * | Add options to workflow step titlesjan.nijtmans2020-12-011-3/+3
| | |
| * | Do 4 types of windows builds (just as we did on Travis)jan.nijtmans2020-12-011-4/+11
| | |
| * | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-014-32/+0
| | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script
* | | Handle 5 test-failures on Cygwin/Msysjan.nijtmans2020-12-011-6/+6
| | |
* | | Merge 8.5jan.nijtmans2020-12-012-3/+3
|\ \ \ | |/ /
| * | Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-012-3/+3
| | |
* | | Minor fixes + copy editing :). See [https://github.com/tcltk/tcl/pull/8]jan.nijtmans2020-11-301-6/+6
| | |
* | | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-302-17/+6
| | | | | | | | | Use &amp;bull; in stead of &amp;#8226; representing bullets in html
* | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pagesjan.nijtmans2020-11-301-1/+2
| | |
* | | Update README.mdjan.nijtmans2020-11-301-14/+3
| | |
* | | Merge 8.5jan.nijtmans2020-11-303-5/+5
|\ \ \ | |/ /
| * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-303-6/+6
| | |
* | | Merge 8.5jan.nijtmans2020-11-271-1/+1
|\ \ \ | |/ /
| * | label change in win-build.ymljan.nijtmans2020-11-271-1/+1
| | |
* | | Merge 8.5jan.nijtmans2020-11-273-18/+17
|\ \ \ | |/ /
| * | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵jan.nijtmans2020-11-274-48/+22
| | | | | | | | | | | | github actions
* | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-2620-131/+131
| | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | | Merge 8.5jan.nijtmans2020-11-262-7/+7
|\ \ \ | |/ /
| * | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want ↵jan.nijtmans2020-11-253-10/+10
| | | | | | | | | | | | to build on, not just "latest"
* | | Don't use "Copyright &lt;year> _by_" any more. This results in more ↵jan.nijtmans2020-11-2046-62/+62
| | | | | | | | | | | | consistant copyright statements in the (html) documentation
* | | Add a --disable-shared build to github actionsjan.nijtmans2020-11-201-10/+11
|\ \ \ | |/ /