summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
Commit message (Collapse)AuthorAgeFilesLines
* Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-071-594/+0
| | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-594/+594
|\ | | | | | | | | | | 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-597/+597
| | | | | | | | | | | | 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.
* | merge trunkdkf2013-09-201-14/+14
|\ \
| * \ consistant use of capitalsjan.nijtmans2013-09-191-14/+14
| |\ \ | | |/
| | * consistant use of capitals.jan.nijtmans2013-09-191-14/+14
| | |
* | | merge trunkdkf2013-07-071-4/+0
|\ \ \ | |/ /
| * | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-4/+0
| | |
* | | merge trunkdkf2013-06-191-0/+4
|\ \ \ | |/ /
| * | split off TclInitStubTable() as separate function - which does the actual ↵jan.nijtmans2013-06-161-0/+4
| | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs().
* | | Move the disassembler to its own file.dkf2013-06-111-0/+5
|/ /
* | More cleaning up; factor out optimizer to new file. Some weird problems still.dkf2013-06-051-0/+1
| |
* | Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-181-0/+1
| |
* | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-081-4/+4
|\ \ | |/
| * changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-081-4/+4
| | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
* | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+2
| |
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
|\ \ | |/
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
| |\
| | * * win/makefile.vc: Fixed bug in installation of http 2.5.andreas_kupries2004-11-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
| * | * library/http/http.tcl: Bump http version to 2.7.1 to accountdgp2008-08-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This * unix/Makefile.in: release of http now requires a * win/Makefile.in: dependency on Tcl 8.5 to be able to * win/makefile.bc: use the unsigned formats in the * win/makefile.vc: [binary scan] command.
* | | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-041-10/+1
| | | | | | | | | | | | | | | | | | | | | * 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.
* | | remove some "BUILD_tcloo" leftoversnijtmans2010-06-021-1/+1
| | |
* | | Finish bump to registry 1.3.0dgp2010-03-301-3/+3
| | |
* | | Split tommath stub lib source filenijtmans2010-03-041-0/+7
| | | | | | | | | | | | | | | in separate file. Don't use -fvisibility=hidden for cygwin
* | | Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-261-0/+1
| | |
* | | Hive off the ensemble code into its own file.dkf2010-02-131-0/+1
| | | | | | | | | | | | Split the [switch] compiler for sanity's sake.
* | | Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-261-1/+3
| | |
* | | Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This patch makes use of the 8.6 zlib support to provide for deflate and gzip support and handles the -channel option with compression and chunked transfer encoding. For the -handler option we currently disable HTTP/1.1 features as we cannot properly pass the data through to the caller.
* | | Improve build rules on Win w.r.t. zlibdkf2008-12-141-1/+3
| | | | | | | | | | | | Improve autoconf magic on Unix and Win
* | | Ensure that all TclOO headers get installed. [Bug 2082299]dkf2008-08-291-0/+2
| | |
* | | * library/http/http.tcl: Bump http version to 2.7.1 to accountdgp2008-08-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This * unix/Makefile.in: release of http now requires a * win/Makefile.in: dependency on Tcl 8.5 to be able to * win/makefile.bc: use the unsigned formats in the * win/makefile.vc: [binary scan] command.
* | | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-311-2/+11
| | |
* | | Remove obsolete winhelp targets. They weren't supported and didn't work.dkf2008-05-261-24/+0
| | |
* | | * generic/tclBasic.c: Revised stubs-generation tool and interpdgp2008-04-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in * win/Makefile.in: libtclstub.a. This tightens up the rules for * win/makefile.bc: users of the stubs interfaces. [Bug 1819422] * win/makefile.vc:
* | | * README: Bump version number to 8.6a0dgp2008-04-011-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * macosx/Tcl-Common.xcconfig: * macosx/Tcl.pbproj/default.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/configure.in: * win/makefile.bc: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in libtclstub.a. This tightens up the rules for users of the stubs interfaces. [Bug 1819422] * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclTomMathDecls.h:
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/string.test: to report correct failindex values for non-decimal integer strings. [Bug 1805887]. * compat/strtoll.c (removed): The routines strtoll() and strtoull() * compat/strtoull.c (removed): are no longer called by the Tcl source * generic/tcl.h: code. (Their functionality has been replaced * unix/Makefile.in: by TclParseNumber().) Remove outdated comments * unix/configure.in: and mountains of configury autogoo that * unix/tclUnixPort.h: allegedly support the mythical systems where * win/Makefile.in: these routines might not have been available. * win/makefile.bc: * win/makefile.vc: * win/tclWinPort.h: * unix/configure: autoconf-2.59
* | * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c: entire file tclMathOp.c. * generic/tclInt.h: * generic/tclMathOp.c (removed): * generic/tclTestObj.c: * win/tclWinFile.c: * unix/Makefile.in: Updated to reflect deletion of tclMathOp.c. * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
* | * win/configure: autoconf-2.59 (FC6 fork)dgp2007-05-151-5/+5
| | | | | | | | | | | | | | * library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for * win/configure.in: [1682211] bug fix. * win/makefile.bc: * win/tclWinReg.c:
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: pointerSize. * win/Makefile.in: Added installation instructions for the platform * win/makefile.vc: package. Added the platform package. * win/makefile.bc: * unix/Makefile.in: * tests/platform.test: * tests/safe.test: * library/platform/platform.tcl: * library/platform/shell.tcl: * library/platform/pkgIndex.tcl:
* | Finished coding part of TIP#174. Still have tests and docs to do.dkf2006-11-251-0/+1
| |
* | * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-091-1/+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.
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-4/+0
| |
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+4
| | | | | | | | other developers
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-111-4/+4
| | | | | | | | | | | | | | | | | | * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
* | removed refs to ldAout.tcl [Bug 1244361]Kevin B Kenny2005-08-051-1/+0
| |
* | many more TIP 173 changesKevin B Kenny2004-09-271-1/+0
| |
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-1/+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):
* | * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57)
* | TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-4/+4
| |
* | Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-0/+1
| | | | | | | | and tricky enough to discourage non-specialists...