summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-12-141-0/+13
|\
| * Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0jan.nijtmans2020-12-141-0/+13
* | Merge 8.6jan.nijtmans2020-12-131-20/+6
|\ \ | |/
| * make distjan.nijtmans2020-12-131-20/+6
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-0831-46/+46
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-046-9/+9
|\ \
| * \ Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-105-146/+0
| |\ \
| * \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-066-9/+9
| |\ \ \
| | * | | Vary dltest package names for test purposesjan.nijtmans2020-11-042-6/+6
| | * | | Case-sensitive package namesjan.nijtmans2020-11-037-10/+10
| |/ / /
* | | | Merge 8.6jan.nijtmans2020-12-031-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| |\ \ \
| | * | | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
* | | | | Merge 8.6jan.nijtmans2020-12-022-16/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2020-12-022-16/+0
| |\ \ \ \ | | |/ / /
| | * | | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-012-16/+0
* | | | | 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-302-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2020-11-302-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-302-4/+4
| | * | | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-6/+6
| | * | | create server socket with AI_PASSIVE flag (used for bind)sebres2020-08-101-1/+1
| | * | | Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
* | | | | Merge 8.6jan.nijtmans2020-11-261-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
* | | | | Fix "make dist"jan.nijtmans2020-11-241-3/+2
* | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-201-3/+1
| |_|_|/ |/| | |
* | | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-065-146/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
* | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-223-5/+5
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-10-012-2/+2
| |\ \ \
| * | | | Use utf-8 as default encoding for configuration informationjan.nijtmans2020-09-253-5/+5
* | | | | Merge 8.6. jan.nijtmans2020-10-192-212/+203
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Improve comment in install-sh, regarding Tcl-specific changejan.nijtmans2020-10-191-1/+1
| * | | | Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). ...jan.nijtmans2020-10-191-210/+200
* | | | | Merge 8.6jan.nijtmans2020-10-151-1/+0
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.6jan.nijtmans2020-10-134-8/+10
|\ \ \ \ \ | |/ / / /
| * | | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-134-7/+9
* | | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-082-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-062-2/+2
* | | | | Fix (possible) gcc warnings in unix/dltest/*.cjan.nijtmans2020-10-066-1/+31
* | | | | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the ...jan.nijtmans2020-10-062-2/+2
| |_|/ / |/| | |
* | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-292-2/+2
| |/ / |/| |
* | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-173-8/+8
|\ \ \ | |/ /
* | | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-bra...jan.nijtmans2020-09-101-0/+1
* | | Merge 8.6jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | | Merge 8.6jan.nijtmans2020-08-291-2/+2
|\ \ \ | |/ /
| * | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2