| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t... | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
|
|
* | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-21 | 7 | -95/+100 |
|
|
* | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size... | jan.nijtmans | 2021-02-23 | 1 | -3/+3 |
|
|
* | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c... | jan.nijtmans | 2021-02-08 | 1 | -57/+48 |
|
|
* | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|
|
* | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o... | jan.nijtmans | 2021-01-05 | 2 | -14/+6 |
|
|
* | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary h... | jan.nijtmans | 2021-01-05 | 2 | -2/+4 |
|
|
* | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
|
|
* | correct quoting in unix/installManPage, so $Dir can contain spaces | jan.nijtmans | 2020-12-24 | 1 | -7/+7 |
|
|
* | unix/configure.in is not supposed to be executable in the distribution. | jan.nijtmans | 2020-12-24 | 1 | -6/+1 |
|
|
* | Last pre-autoconf-2.69 obsolete construct eliminated. Works with autoconf-2.5... | jan.nijtmans | 2020-12-24 | 1 | -113/+118 |
|
|
* | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers don'... | jan.nijtmans | 2020-12-24 | 2 | -6/+6 |
|
|
* | Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_P... | jan.nijtmans | 2020-12-24 | 1 | -31/+31 |
|
|
* | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet! | jan.nijtmans | 2020-12-23 | 1 | -1/+1 |
|
|
* | Update all configure-related stuff to work with autoconf-2.70 too. For now, e... | jan.nijtmans | 2020-12-22 | 4 | -318/+158 |
|
|
* | Add .travis.yml and .github/worksflows to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -0/+3 |
|
|
* | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
|
|
* | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate... | jan.nijtmans | 2020-12-01 | 2 | -16/+0 |
|
|
* | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
|
|
* | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 2 | -4/+4 |
|
|
* | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ... | jan.nijtmans | 2020-10-09 | 1 | -6/+6 |
|
|
* | create server socket with AI_PASSIVE flag (used for bind) | sebres | 2020-08-10 | 1 | -1/+1 |
|
|
* | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
|
|
* | One include too much | jan.nijtmans | 2020-06-24 | 2 | -2/+0 |
|
|
* | re-generate unix/configure | jan.nijtmans | 2020-06-24 | 1 | -0/+9 |
|
|
* | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Silicon | jan.nijtmans | 2020-06-24 | 4 | -32/+19 |
|
|
* | Add "manifest.uuid" to the distribution, so we can see exactly where "make di... | jan.nijtmans | 2020-06-24 | 2 | -10/+37 |
|
|
* | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 2 | -10/+0 |
|
|
* | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 6 | -9/+9 |
|
|
* | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -1/+1 |
|
|
* | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 3 | -8/+8 |
|
|
* | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 2 | -4/+3 |
|
|
* | Don't assume/set LDFLAGS being "", it could be set on the "configure" command... | jan.nijtmans | 2020-01-06 | 3 | -5/+21 |
|
|
* | Makefiles got out of sync with tcltest version. | dgp | 2019-11-25 | 1 | -2/+2 |
|
|
* | http package from 2.7.14 to 2.7.15 | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
|
|
* | More patches from Debian | jan.nijtmans | 2019-10-31 | 4 | -7/+8 |
|
|
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 3 | -0/+19 |
|
|
* | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|
|
* | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD... | jan.nijtmans | 2019-10-02 | 2 | -2/+190 |
|
|
* | Correct typo's in tcl.m4. Found by Kamil Rytarowski | jan.nijtmans | 2019-10-01 | 1 | -4/+4 |
|
|
* | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs... | jan.nijtmans | 2019-09-02 | 1 | -1/+1 |
|
|
* | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 4 | -5/+5 |
|
|
* | Fix "make dist" for the README -> README.md renaming | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
|
|
* | Missing keyword: "static" | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
|
|
* | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 8 | -22/+115 |
|\ |
|
| * | Add support for DragonFly | jan.nijtmans | 2018-10-30 | 2 | -4/+4 |
|
|
| * | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 1 | -2/+2 |
|
|
| * | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add... | jan.nijtmans | 2018-06-15 | 1 | -0/+6 |
|
|
| * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without... | sebres | 2018-06-04 | 4 | -6/+85 |
|
|
| * | Unbreak build when HAVE_FTS is not set.
| jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
|
|