summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge 8.6jan.nijtmans2021-01-052-10/+6
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2021-01-053-3/+5
| | |\ \ | | | |/
| | | * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary h...jan.nijtmans2021-01-052-2/+4
| * | | Merge 8.6jan.nijtmans2021-01-052-21/+23
| |\ \ \ | | |/ /
| | * | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
| * | | Merge 8.6jan.nijtmans2021-01-051-28/+28
| |\ \ \ | | |/ /
| | * | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates t...jan.nijtmans2021-01-051-29/+29
| | * | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-042-19/+19
* | | | Merge 8.7jan.nijtmans2021-01-046-79/+47
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2021-01-021-1/+1
| |\ \ \ | | |/ /
| | * | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies onlydgp2020-12-301-0/+1
| | |\ \
| | | * \ Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
| | | |\ \ | | | | |/
| | | | * Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
| | * | | merge 8.6dgp2020-12-262-2/+2
| | |\ \ \ | | | |/ /
| | * | | Merge 8.6jan.nijtmans2020-12-171-6/+22
| | |\ \ \
| | * | | | make distdgp2020-12-111-20/+6
| | * | | | merge 8.6dgp2020-12-074-30/+14
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2020-10-191-211/+201
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.6dgp2020-10-134-7/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.6dgp2020-10-072-2/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.6dgp2020-09-157-73/+85
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.6dgp2020-07-271-2/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-07-231-26/+26
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bump to 8.6.11 for release.dgp2020-07-063-3/+3
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2020-12-265-257/+159
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.6. Give up handling EXTRA_CC_SWITCHES for c++ compilejan.nijtmans2020-12-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpagejan.nijtmans2020-12-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | | * | | | | | | | | | correct quoting in unix/installManPage, so $Dir can contain spacesjan.nijtmans2020-12-241-7/+7
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2020-12-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | unix/configure.in is not supposed to be executable in the distributionjan.nijtmans2020-12-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | unix/configure.in is not supposed to be executable in the distribution.jan.nijtmans2020-12-241-6/+1
| | | * | | | | | | | | Last pre-autoconf-2.69 obsolete construct eliminated. Works with autoconf-2.5...jan.nijtmans2020-12-241-113/+118
| | | * | | | | | | | | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers don'...jan.nijtmans2020-12-242-6/+6
| | | * | | | | | | | | Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_P...jan.nijtmans2020-12-241-31/+31
| | | * | | | | | | | | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!jan.nijtmans2020-12-231-1/+1
| | | * | | | | | | | | Update all configure-related stuff to work with autoconf-2.70 too. For now, e...jan.nijtmans2020-12-224-318/+158
| * | | | | | | | | | | autoupdate */configure.ac and */tcl.m4. Should still work with autoconf-2.69 toojan.nijtmans2020-12-192-110/+122
| * | | | | | | | | | | Rename AC_HELP_STRING to AS_HELP_STRING, and fix determination of intptr_t/ui...jan.nijtmans2020-12-183-149/+39
* | | | | | | | | | | | Further elimination of __int64 typejan.nijtmans2020-12-172-36/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge 8.6. Re-generate tclConfig.h.in with autoheader v2.70jan.nijtmans2020-12-172-19/+40
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all fi...jan.nijtmans2020-12-171-6/+9
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Add .travis.yml and .github/worksflows to "make dist"jan.nijtmans2020-12-171-0/+3
* | | | | | | | | | | Re-generate configure scripts with (brand-new!!!) autoconf-2.70jan.nijtmans2020-12-171-2899/+3642
* | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \