Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -169/+34 |
| | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 1 | -8/+0 |
| | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 1 | -2/+2 |
| | |||||
* | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | One include too much | jan.nijtmans | 2020-06-24 | 1 | -1/+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 | 1 | -0/+3 |
| | |||||
* | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -3/+2 |
| | |||||
* | Don't assume/set LDFLAGS being "", it could be set on the "configure" ↵ | jan.nijtmans | 2020-01-06 | 1 | -1/+0 |
| | | | | | command-line. Remove "test-packages" test-target (which doesn't exist), but add "test-tcl" being the same as "test". | ||||
* | More patches from Debian | jan.nijtmans | 2019-10-31 | 1 | -3/+3 |
| | |||||
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 1 | -0/+6 |
| | |||||
* | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on ↵ | jan.nijtmans | 2019-10-02 | 1 | -0/+162 |
| | | | | NetBSD. Patch by Kamil Rytarowski. | ||||
* | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added ↵ | jan.nijtmans | 2019-09-02 | 1 | -1/+1 |
| | | | | @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70). | ||||
* | Add support for DragonFly | jan.nijtmans | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵ | sebres | 2018-06-04 | 1 | -0/+64 |
| | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411). | ||||
* | merge 8.5 | dgp | 2015-11-30 | 1 | -1/+1 |
|\ | |||||
| * | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -1/+1 |
| | | | | | | On win32, don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing. | ||||
* | | merge 8.5 | dgp | 2015-10-29 | 1 | -231/+0 |
|\ \ | |/ | |||||
| * | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 1 | -231/+0 |
| | | |||||
* | | autoconf-2.59 | dgp | 2015-10-23 | 1 | -1/+1 |
|/ | |||||
* | Tcl/OpenBSD/Sparc needs -fPIC. | stwo | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -0/+231 |
|\ | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | ||||
| * | merge trunk | dgp | 2015-05-28 | 1 | -4/+2 |
| |\ | |||||
| | * | Missed a bit | dgp | 2015-05-20 | 1 | -2/+1 |
| | | | |||||
| | * | [29044ba23f] Remove RANLIB as part of library installation. At best it's | dgp | 2015-05-20 | 1 | -2/+1 |
| | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen. | ||||
| * | | Don't change autoconf version by accident. | dgp | 2015-05-20 | 1 | -4940/+13712 |
| | | | |||||
| * | | regenerate configure | dkf | 2015-05-18 | 1 | -13518/+4977 |
| |/ | |||||
| * | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -152/+0 |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
| * | autoconf-2.59 | dgp | 2015-02-26 | 1 | -1/+1 |
| | | |||||
| * | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | | |||||
| * | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 1 | -1/+8 |
| | | |||||
| * | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -5/+3 |
| |\ | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
| * | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ | ferrieux | 2014-05-16 | 1 | -0/+3 |
| | | | | | | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save. | ||||
| * | | Make Cygwin's "configure" work from another directory than /unix. (Not ↵ | jan.nijtmans | 2014-05-09 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | everything works this way!) | ||||
| * \ \ | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 1 | -5/+9 |
| |\ \ \ | |||||
| * \ \ \ | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 1 | -4/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
| * | | | | | | Revert [5215b8740c] (Enh [2959069]), as it turns out that ↵ | jan.nijtmans | 2013-11-19 | 1 | -79/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!). | ||||
| * | | | | | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -0/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make sure that when testing for pthread_atfork the thread library is taken into account. | ||||
| * \ \ \ \ \ \ | Make sure that "string is space \u202f" will continue to return "1", even if ↵ | jan.nijtmans | 2013-07-29 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/]. Don't hardcode "tclWinError.o" for Cygwin | ||||
| * | | | | | | | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-26 | 1 | -103/+2 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| * | | | | | | | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS | jan.nijtmans | 2013-07-25 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 1 | -102/+102 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -39/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Griffin. | ||||
| * | | | | | | | | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -14/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
| * | | | | | | | | | merge 8.5 | dgp | 2013-06-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ |