summaryrefslogtreecommitdiffstats
path: root/win/tcl.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-4/+0
|
* merge 8.7jan.nijtmans2018-03-151-0/+4
|\
| * merge 8.7dgp2018-03-121-4/+0
| |\
| * | Basic scaffolding for tcl::processf.bonnet2017-08-171-0/+4
| | |
* | | merge 8.7jan.nijtmans2017-12-061-4/+0
|\ \ \ | | |/ | |/|
| * | Remove compat/float.h and related machinery. The last system known where ↵jan.nijtmans2017-11-151-4/+0
| |/ | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
* | tclWinPanic.c is in the \win directory, not in \generic!jan.nijtmans2017-10-231-4/+4
| |
* | merge trunkjan.nijtmans2017-05-041-13/+9
|\ \ | |/
| * Merge core-8-6-branchjan.nijtmans2017-03-071-4/+0
| |\
| | * Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-071-4/+0
| | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
| * | Merge core-8-6-branchjan.nijtmans2017-01-121-8/+8
| |\ \ | | |/
| | * Fix version number in tcl.dsp (thanks to Arjen Markus for noticing this)jan.nijtmans2017-01-121-8/+8
| | |
| * | configure.in -> configure.acjan.nijtmans2016-03-081-1/+1
| |/
* | merge trunkjan.nijtmans2015-07-021-1571/+1571
|\ \ | |/
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-1567/+1567
| |\ | | | | | | | | | | | | | | | 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.nijtmans2015-06-251-1567/+1567
| | | | | | | | | | | | | | | | | | 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.
* | | rebasejan.nijtmans2013-06-261-0/+4
|\ \ \ | |/ / |/| |
| * | rebasejan.nijtmans2013-06-181-0/+4
| |\ \
| | * | Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-301-0/+4
| | | |
* | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-4/+0
|/ / /
* | | split off TclInitStubTable() as separate function - which does the actual ↵jan.nijtmans2013-06-161-0/+4
|/ / | | | | | | stub table initialization - previously part of Tcl_InitStubs().
* | tclWinThrd.h: (removed) because it is just empty en used nowherenijtmans2010-10-131-4/+0
| |
* | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-041-4/+0
| | | | | | | | | | | | | | * win/tclWinPipe.c (TclpCreateProcess): * win/stub16.c (removed): removed Win9x tclpip8x.dll build and 16-bit application loader stub support. Win9x is no longer supported.
* | Split tommath stub lib source filenijtmans2010-03-041-0/+8
|/ | | | | in separate file. Don't use -fvisibility=hidden for cygwin
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-4/+0
| | | | | | | | | * unix/Makefile.in: called by Tcl source code. Remove autogoo * unix/configure.in: the supplied a replacement version on * win/tcl.dsp: systems where the routine was not available. [RFE 1811848]. * unix/configure: autoconf-2.59
* Default for 8.5 is threaded buildpatthoyts2007-09-171-6/+6
|
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-091-4/+0
| | | | | | | | | * generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c. * unix/Makefile.in: This sets the stage for expr compiling to * win/Makefile.in: work directly with the full parse tree * win/makefile.bc: structures, and not have to pass through * win/makefile.vc: the information lossy format of an array * win/tcl.dsp: of Tcl_Tokens.
* Updated target file idpatthoyts2005-10-141-8/+8
|
* many more TIP 173 changesKevin B Kenny2004-09-271-4/+0
|
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-111-4/+0
| | | | | | | | | | * win/tclWinInit.c: had identical implementations for both win and * generic/tclInterp.c: unix. Moved to a single generic implementation. * generic/tclMain.c: * library/init.tcl: * generic/tclInitScript.h (removed): * unix/Makefile.in: * win/tcl.dsp:
* Patch 922727 committed. Implements three changes:dgp2004-04-061-8/+0
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: Reworked the Tcl header files into a clean * unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h * win/tclWinInt.h: and every C source file should #include * win/tclWinPort.h: at most one of those files to satisfy its declaration needs. tclWinInt.h and tclWinPort.h also better organized so that tclWinPort.h includes the Windows implementation of cross-platform declarations, while tclWinInt.h makes declarations that are available on Windows only. * generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h * generic/tclMath.h (removed): header file. The internal Tcl * macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a * win/tcl.dsp: #include <math.h> directly, and file external to Tcl needing libm should do the same. * win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file. * win/makefile.bc (TCLOBJS): It's a vestige from matherr() days * win/makefile.vc (TCLOBJS): gone by. * win/tcl.dsp: * win/tclWinMtherr.c (removed):
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-8/+0
|
* * win/makefile.vc:davygrvy2001-11-101-6/+56
| | | | | | | | | | | | | | * win/tcl.dsp: winhelp target fixes for non-NT systems. It seems NMAKE under these remembers changed directories during commands. A new tcltest feature from Peter Spjuth <peter.spjuth@space.se> to specify a pattern file from the commandline and redirecting output to a file when not under NT with it's scrollback console. Then it replays it, piped through more. Added 2 new static "configurations" to tcl.dsp. I could keep adding more, but I think we should leave it up to the user for customizing it. Sticky-points left: 'profile' option.
* * win/tcl.dsp:davygrvy2001-11-081-0/+1549
* win/tcl.dsw: Simple MsDev stub project files that calls makefile.vc. Will help run Tcl in the debugger easier without confusing MsDev for where the .pdb files are.