summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-04106-257/+273
|\
| * Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-246-6/+6
| |
| * Merge 8.7jan.nijtmans2020-11-207-9/+13
| |\
| * \ Merge 8.7jan.nijtmans2020-11-1936-141/+384
| |\ \
| * \ \ Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵jan.nijtmans2020-11-1029-297/+354
| |\ \ \ | | | | | | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly
| * \ \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-0696-231/+243
| |\ \ \ \
| | * | | | Vary dltest package names for test purposesjan.nijtmans2020-11-044-17/+17
| | | | | |
| | * | | | Undo experimental unrelated changesjan.nijtmans2020-11-033-4/+4
| | | | | |
| | * | | | Correct casing in some error-messagesjan.nijtmans2020-11-032-5/+21
| | | | | |
| | * | | | Case-sensitive package namesjan.nijtmans2020-11-03102-314/+315
| |/ / / /
* | | | | Add makefile.vc target sfe for single-file executableapnadkarni2020-12-031-0/+28
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-12-0312-57/+57
|\ \ \ \ \
| * | | | | 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.
* | | | | | Merge 8.6jan.nijtmans2020-12-035-7/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | | | | | |
* | | | | | | Simplify some \\u???? escape sequences to \\x??jan.nijtmans2020-12-035-13/+13
| | | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-12-021-12/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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.6jan.nijtmans2020-12-025-38/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Another TIP #589 side-effect: Make sure that the encoding used in ↵jan.nijtmans2020-12-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ::tcltest::viewFile matches the one in ::tcltest::makeFile
* | | | | | | Fix 2 testcases in Windows. Cause: tcltest::makeFile should assume the same ↵jan.nijtmans2020-12-012-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.nijtmans2020-12-011-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | building from within Eclipse possible
* | | | | | | Merge-markjan.nijtmans2020-12-010-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Handle 5 test-failures on Cygwin/Msysjan.nijtmans2020-12-011-6/+6
| | | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-12-012-5/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.5jan.nijtmans2020-12-012-3/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-012-3/+3
| | | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-11-301-6/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Minor fixes + copy editing :). See [https://github.com/tcltk/tcl/pull/8]jan.nijtmans2020-11-301-6/+6
| | | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-11-302-16/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-302-17/+6
| | | | | | | | | | | | | | | | | | | | | Use • in stead of • representing bullets in html
* | | | | | | Merge 8.6jan.nijtmans2020-11-301-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pagesjan.nijtmans2020-11-301-1/+2
| | | | | | |
* | | | | | | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to ↵jan.nijtmans2020-11-302-52/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UTF-16 with TCL_UTF_MAX==4 Als use more of TIP #587 in encoding.test
* | | | | | | Merge 8.6jan.nijtmans2020-11-301-14/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update README.mdjan.nijtmans2020-11-301-14/+3
| | | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-11-303-5/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | | | | | |
* | | | | | | Added single-file distributions of Tcl for all main platforms.dkf2020-11-272-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 ↵dkf2020-11-271-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signing/notarization on macOS; Windows now uses the right version IDs
| * | | | | | | Better version ID, trying to track down weird macOS problemdkf2020-11-272-18/+36
| | | | | | | |