Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add makefile.vc target sfe for single-file executable | apnadkarni | 2020-12-03 | 1 | -0/+28 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2020-12-03 | 12 | -57/+57 |
|\ | |||||
| * | two more 0o??? notations | jan.nijtmans | 2020-12-03 | 2 | -4/+4 |
| | | |||||
| * | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵ | jan.nijtmans | 2020-12-03 | 9 | -58/+58 |
| | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-12-03 | 5 | -7/+10 |
|\ \ | |/ | |||||
| * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 4 | -6/+9 |
| |\ | |||||
| | * | Fix syntax error in win/makefile.vc | jan.nijtmans | 2020-12-03 | 1 | -5/+0 |
| | | | |||||
| | * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 4 | -6/+9 |
| | | | |||||
* | | | Simplify some \\u???? escape sequences to \\x?? | jan.nijtmans | 2020-12-03 | 5 | -13/+13 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-02 | 1 | -12/+0 |
|\ \ \ | |/ / | |||||
| * | | Don't use -opt:nowin98 linker option any more. See: ↵ | jan.nijtmans | 2020-12-02 | 1 | -12/+0 |
| | | | | | | | | | | | | [https://bugzilla.mozilla.org/show_bug.cgi?id=130372] | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-02 | 5 | -38/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-02 | 5 | -38/+13 |
| |\ \ | | |/ | |||||
| | * | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified ↵ | jan.nijtmans | 2020-12-02 | 2 | -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 titles | jan.nijtmans | 2020-12-01 | 1 | -3/+3 |
| | | | |||||
| | * | Do 4 types of windows builds (just as we did on Travis) | jan.nijtmans | 2020-12-01 | 1 | -4/+11 |
| | | | |||||
| | * | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 4 | -32/+0 |
| | | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | | | Another TIP #589 side-effect: Make sure that the encoding used in ↵ | jan.nijtmans | 2020-12-01 | 1 | -3/+6 |
| | | | | | | | | | | | | ::tcltest::viewFile matches the one in ::tcltest::makeFile | ||||
* | | | Fix 2 testcases in Windows. Cause: tcltest::makeFile should assume the same ↵ | jan.nijtmans | 2020-12-01 | 2 | -15/+25 |
| | | | | | | | | | | | | | | | encoding as the "source" command uses (TIP #589) Aso remove the ::tcltest::bytestring command: It doesn't work any more starting Tcl 8.7 since the "identity" encoding is gone (TIP #345) | ||||
* | | | Remove incomplete stuff from .project: It is not enough to make actual ↵ | jan.nijtmans | 2020-12-01 | 1 | -15/+0 |
| | | | | | | | | | | | | building from within Eclipse possible | ||||
* | | | Merge-mark | jan.nijtmans | 2020-12-01 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Handle 5 test-failures on Cygwin/Msys | jan.nijtmans | 2020-12-01 | 1 | -6/+6 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-01 | 2 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-30 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Minor fixes + copy editing :). See [https://github.com/tcltk/tcl/pull/8] | jan.nijtmans | 2020-11-30 | 1 | -6/+6 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-30 | 2 | -16/+5 |
|\ \ \ | |/ / | |||||
| * | | doc update: 16-bit DOS appllications are not supported any more. | jan.nijtmans | 2020-11-30 | 2 | -17/+6 |
| | | | | | | | | | Use • in stead of • representing bullets in html | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-30 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pages | jan.nijtmans | 2020-11-30 | 1 | -1/+2 |
| | | | |||||
* | | | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to ↵ | jan.nijtmans | 2020-11-30 | 2 | -52/+57 |
| | | | | | | | | | | | | | | | UTF-16 with TCL_UTF_MAX==4 Als use more of TIP #587 in encoding.test | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-30 | 1 | -14/+3 |
|\ \ \ | |/ / | |||||
| * | | Update README.md | jan.nijtmans | 2020-11-30 | 1 | -14/+3 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-30 | 3 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-30 | 3 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 3 | -6/+6 |
| | | | |||||
* | | | Added single-file distributions of Tcl for all main platforms. | dkf | 2020-11-27 | 2 | -0/+147 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | These are *UNOFFICIAL* builds as they do not correspond to particular releases. The macOS build is packaged in a .dmg with a README that explains how to run it as the binary is not signed or notarized (and this is unlikely to change). | ||||
| * | | | That's the best we can do without entering the morass that is ↵ | dkf | 2020-11-27 | 1 | -12/+26 |
| | | | | | | | | | | | | | | | | signing/notarization on macOS; Windows now uses the right version IDs | ||||
| * | | | Better version ID, trying to track down weird macOS problem | dkf | 2020-11-27 | 2 | -18/+36 |
| | | | | |||||
| * | | | Try to use a .dmg for macOS distribution | dkf | 2020-11-26 | 1 | -4/+17 |
| | | | | |||||
| * | | | Switch to older Ubuntu so that we build with older glibc. Thanks to morganw ↵ | dkf | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | for testing. | ||||
| * | | | Name of target is different | dkf | 2020-11-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Experimental branch: building single file distributions | dkf | 2020-11-25 | 1 | -0/+102 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | label change in win-build.yml | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-27 | 3 | -22/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 3 | -18/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵ | jan.nijtmans | 2020-11-27 | 4 | -48/+22 |
| | | | | | | | | | | | | | | | | github actions |