Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.5 | jan.nijtmans | 2021-01-05 | 1 | -1/+2 |
|\ | |||||
| * | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵ | jan.nijtmans | 2021-01-05 | 1 | -1/+2 |
| | | | | | | | | have the same version. | ||||
| * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -11/+13 |
| | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
| * | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Silicon | jan.nijtmans | 2020-06-24 | 1 | -31/+9 |
| | | |||||
| * | Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵ | jan.nijtmans | 2020-06-24 | 1 | -9/+31 |
| | | | | | | | | dist" came from. In case of "git", we can see that too | ||||
* | | make dist | jan.nijtmans | 2020-12-13 | 1 | -20/+6 |
| | | |||||
* | | Re-generate unix/tclConfig.h.in | jan.nijtmans | 2020-06-29 | 1 | -6/+20 |
| | | |||||
* | | Updates from `make dist` | dgp | 2019-11-03 | 1 | -20/+6 |
| | | |||||
* | | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS | jan.nijtmans | 2019-10-22 | 1 | -6/+28 |
| | | |||||
* | | make dist | dgp | 2018-11-01 | 1 | -6/+3 |
| | | |||||
* | | merge 8.5 | sebres | 2018-06-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵ | sebres | 2018-06-04 | 1 | -0/+3 |
| | | | | | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411). | ||||
| * | RefineApproximation() leaked twoMv and twoMd in one of its exits. | dgp | 2016-01-28 | 1 | -20/+6 |
| | | |||||
* | | merge trunk | dgp | 2016-01-29 | 1 | -20/+6 |
| | | |||||
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -6/+20 |
|\ \ | |/ | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -6/+20 |
| | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | products of "make dist" | dgp | 2015-03-06 | 1 | -20/+6 |
| | | |||||
| * | make dist | dgp | 2012-11-05 | 1 | -6/+20 |
| | | |||||
| * | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -5/+8 |
| | | |||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -6/+0 |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | | product of a make dist | dgp | 2015-03-06 | 1 | -20/+6 |
| | | |||||
* | | make dist | dgp | 2013-09-03 | 1 | -3/+3 |
| | | |||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -2/+2 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | make dist | dgp | 2013-05-14 | 1 | -0/+3 |
| | | |||||
* | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -9/+0 |
| | | |||||
* | | correct font issues in define.n | dgp | 2012-09-07 | 1 | -6/+20 |
|\ \ | | | | | | | | | | silence thread.test warning messages Automake updates | ||||
* | | | merge trunk | dgp | 2012-08-08 | 1 | -5/+8 |
|/ / | |||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | update file generated by 'make dist' | dgp | 2010-09-15 | 1 | -0/+3 |
| | | |||||
| * | regen | das | 2010-08-16 | 1 | -1/+1 |
| | | |||||
| * | regen | das | 2010-08-16 | 1 | -7/+4 |
| | | |||||
| * | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -15/+0 |
| | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
| * | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 | ||||
| * | autoheader-2.59 | das | 2008-04-01 | 1 | -3/+0 |
| | | |||||
| * | merge updates from HEAD | dgp | 2008-03-31 | 1 | -0/+3 |
| | | |||||
* | | Update file generated by `make dist` | dgp | 2011-08-03 | 1 | -2/+29 |
| | | |||||
* | | update file generated by 'make dist' | dgp | 2010-09-15 | 1 | -3/+6 |
| | | |||||
* | | autoheader-2.59 | das | 2009-11-26 | 1 | -3/+0 |
| | | |||||
* | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -15/+0 |
| | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
* | | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 | ||||
* | | autoheader-2.59 | das | 2009-01-03 | 1 | -0/+3 |
| | | |||||
* | | autoheader-2.59 | das | 2008-12-14 | 1 | -0/+3 |
| | | |||||
* | | autoheader-2.59 | das | 2008-12-01 | 1 | -0/+3 |
| | | |||||
* | | autoheader-2.59 | das | 2008-08-13 | 1 | -15/+0 |
| | | |||||
* | | autoheader-2.59 | das | 2008-07-13 | 1 | -3/+0 |
| | | |||||
* | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -3/+0 |
| | | |||||
* | | * unix/tclConfig.h.in: autoheader-2.59 | das | 2008-05-31 | 1 | -5/+1 |
| | | |||||
* | | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -1/+5 |
| | | |||||
* | | autoheader-2.59 | das | 2008-04-01 | 1 | -3/+0 |
| | |