summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-271-2/+2
* Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-231-8/+21
* Code formattingjan.nijtmans2021-08-231-172/+268
* Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
* Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-217-95/+100
* Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-231-3/+3
* Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-081-57/+48
* On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
* Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-052-14/+6
* #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary h...jan.nijtmans2021-01-052-2/+4
* Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
* correct quoting in unix/installManPage, so $Dir can contain spacesjan.nijtmans2020-12-241-7/+7
* 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
* Add .travis.yml and .github/worksflows to "make dist"jan.nijtmans2020-12-171-0/+3
* Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
* Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-012-16/+0
* Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-012-3/+3
* 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
* One include too muchjan.nijtmans2020-06-242-2/+0
* re-generate unix/configurejan.nijtmans2020-06-241-0/+9
* Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-244-32/+19
* Add "manifest.uuid" to the distribution, so we can see exactly where "make di...jan.nijtmans2020-06-242-10/+37
* Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-172-10/+0
* Clean-up some unnecessary spacing.jan.nijtmans2020-04-176-9/+9
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-093-8/+8
* Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-242-4/+3
* Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-063-5/+21
* Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
* http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-181-2/+2
* More patches from Debianjan.nijtmans2019-10-314-7/+8
* Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
* Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-051-1/+1
* Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-022-2/+190
* Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+1
* Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
* Fix "make dist" for the README -> README.md renamingjan.nijtmans2019-05-271-1/+1
* Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-128-22/+115
|\
| * Add support for DragonFlyjan.nijtmans2018-10-302-4/+4
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2