Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -8/+8 |
| | |||||
* | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| | | | install dde and registry dll for cygwin | ||||
* | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
| | | | quoting improvements | ||||
* | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -381/+368 |
| | |||||
* | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -128/+92 |
| | |||||
* | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
| | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -5/+9 |
|\ | | | | | | | processors, both 32-bit and 64-bit | ||||
| *-. | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+70 |
| |\ \ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| | | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+85 |
| | | |\ | | |/ / | |_| / |/| | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| * | | autoconf | dgp | 2012-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -6/+5 |
| |\ \ | | |/ | |||||
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -6/+5 |
| | |\ | |||||
| * | \ | re-generate configure | jan.nijtmans | 2012-04-02 | 1 | -2/+136 |
| |\ \ \ | | |/ / | |||||
| | * | | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -2/+136 |
| | | | | |||||
| * | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. | ||||
| | * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
| * | | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
| | |\ \ | |||||
| | * | | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 1 | -2/+4 |
| | | | | | |||||
| | * | | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge to rc | dgp | 2011-07-28 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | autoconf | dgp | 2011-07-28 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) | jan.nijtmans | 2011-04-11 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Don't use -fvisibility=hidden with static libraries (--disable-shared) | jan.nijtmans | 2011-04-06 | 1 | -6/+1 |
| | | | | | |||||
| * | | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-03-16 | 1 | -33/+4 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA. | ||||
| | * | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-03-16 | 1 | -33/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA. | ||||
| | * | | | [Bug 3205320]: stack space detection defeated by inlining | jan.nijtmans | 2011-03-10 | 1 | -3/+5 |
| | | | | | |||||
| | * | | | Cross-compile support for Win and UNIX (backported) | nijtmans | 2010-12-13 | 1 | -8/+45 |
| | | | | | |||||
| | * | | | Better building on OpenBSD. | stwo | 2010-12-12 | 1 | -13/+33 |
| | | | | | |||||
| | * | | | Backport blkcnt_t detection/usage. | stwo | 2010-09-06 | 1 | -1/+67 |
| | | | | | |||||
| | * | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
| | * | | | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 1 | -152/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | ||||
| | * | | | * generic/tcl.h: Bump to 8.5.9 for release. | dgp | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release. | ||||
| | * | | | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 1 | -1/+9 |
| | | | | | |||||
| | * | | | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵ | nijtmans | 2010-01-06 | 1 | -6152/+6334 |
| | | | | | | | | | | | | | | | | | | | | backported from trunk. | ||||
| | * | | | regen with autconf 2.61 | dkf | 2009-12-28 | 1 | -6175/+6220 |
| | | | | | |||||
| | * | | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -259/+0 |
| | | | | | | | | | | | | | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
| | * | | | * generic/tcl.h: Bump to 8.5.8 for release. | dgp | 2009-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
| | * | | | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | to add _r to CC on AIX with threads. | ||||
| | * | | | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Regen unix/configure. | ||||
| | * | | | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 1 | -2/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | * generic/tcl.h: Bump to 8.5.7 for release. | dgp | 2009-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
| | * | | | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * unix/configure: Autoconf 2.59 | ||||
| | * | | | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 1 | -4/+13 |
| | | | | | |||||
| | * | | | * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6 | dgp | 2008-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
| | * | | | * generic/tcl.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tcl.spec: * win/configure.in: * tools/tcl.wse.in: * README * unix/configure: autoconf (2.59) * win/configure: |