Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | dkf | 2014-02-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | dkf | 2014-01-09 | 1 | -2/+10 |
|\ \ \ | |/ / | |||||
| * | | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
| |\ \ | | |/ | |||||
| | * | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
| | | | |||||
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 |
| |\ \ | | |/ | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| | * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 |
| | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| | * | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -49/+104 |
| | | | | | | | | | Backport some improvements from Tcl 8.6 | ||||
* | | | merge trunk | dkf | 2013-07-07 | 1 | -4/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). | jan.nijtmans | 2013-06-25 | 1 | -4/+0 |
| | | | |||||
* | | | merge trunk | dkf | 2013-06-19 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | split off TclInitStubTable() as separate function - which does the actual ↵ | jan.nijtmans | 2013-06-16 | 1 | -0/+4 |
| | | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs(). | ||||
* | | | Move the disassembler to its own file. | dkf | 2013-06-11 | 1 | -1/+6 |
|/ / | |||||
* | | More cleaning up; factor out optimizer to new file. Some weird problems still. | dkf | 2013-06-05 | 1 | -0/+1 |
| | | |||||
* | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 1 | -0/+1 |
| | | |||||
* | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -2/+2 |
| | | |||||
* | | merge trunkfrq_3527238 | jan.nijtmans | 2012-09-19 | 1 | -2/+2 |
|\ \ | | | | | | | <p>change dde version to 1.4.0b2 | ||||
* \ \ | merge trunk | jan.nijtmans | 2012-08-02 | 1 | -43/+52 |
|\ \ \ | |/ / | |||||
| * | | [Frq 3544967] Missing objectfiles in static lib | jan.nijtmans | 2012-07-31 | 1 | -22/+32 |
| |\ \ | |||||
| | * | | same fore Makefile.infrq_3544967 | jan.nijtmans | 2012-07-18 | 1 | -20/+25 |
| | | | | |||||
| | * | | FRQ-3544967: Missing objectfiles in static lib | jan.nijtmans | 2012-07-18 | 1 | -4/+10 |
| | | | | |||||
| * | | | fix some comments | jan.nijtmans | 2012-07-29 | 1 | -1/+2 |
| | | | | |||||
| * | | | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -4/+4 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bug [3549770]: Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -4/+4 |
| | | | | |||||
| * | | | use forward slashes in $ROOT, whenever the path is handled by tclsh/tcltest | jan.nijtmans | 2012-07-26 | 1 | -12/+11 |
| | |/ | |/| | | | | fix TCL_LIBRARY value in "test-core" rule | ||||
| * | | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| |\ \ \ |/ / / / | | _ / | | / | |||||
| * | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| | | | |||||
* | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+1 |
| | | | |||||
* | | | Support cross-compilation to x64 from ix86 hosts when using NMAKE. | patthoyts | 2011-04-20 | 1 | -2/+11 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | Support cross-compilation to x64 from ix86 hosts when using NMAKE. | patthoyts | 2011-04-20 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
* | | | merge trunkdogeen_assembler_branch | Kevin B Kenny | 2011-03-05 | 1 | -3/+0 |
|\ \ \ | |||||
| * \ \ | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ \ \ | | |/ / | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| | |\ \ | | | |/ | | | | | more harm than good. Purged them. | ||||
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
| | | | | | | | | | | | | more harm than good. Purged them. | ||||
| | | * | Fix for AMD64 target symbols builds. | patthoyts | 2007-09-11 | 1 | -12/+14 |
| | | | | |||||
| | | * | * win/makefile.vc: Updated MSVC build to properly deal with | patthoyts | 2006-09-26 | 1 | -10/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5 * win/rules.vc: * generic/tcl.h: Fixed stat definition for MSVC8 AMD64. * win/tclWinSock.c: Casting type police. * win/tclWinTime.c: | ||||
| | | * | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | (VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909 | ||||
| | | * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] | ||||
| | | * | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
| | | | | | | | | | | | | | | | | from MSVC or the Platform SDK. | ||||
| | | * | * win/makefile.vc: Fixed bug in installation of http 2.5. | andreas_kupries | 2004-11-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse: | ||||
| | | * | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-07-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol for every compile. Instead, define TCL_PIPE_DLL only when compiling tclWinPipe.c. This will break other build systems, so they will need to remove the TCL_DBGX define and replace it with a define for TCL_PIPE_DLL. * win/makefile.vc: Ditto. * win/tclWinPipe.c (TclpCreateProcess): Remove PREFIX_IDENT and DEBUG_IDENT from top of file. Use TCL_PIPE_DLL passed in from build env instead of trying to construct the dll name from already defined symbols. This approach is more flexible and better in the long run. |