History of win/makefile.bc of a99bded51f412bd3
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file win/makefile.bc at check-in a99bded51f412bd3

2021-01-19
13:54
Deleted: Merge 8.7 check-in: [0c85e9f95c] user: jan.nijtmans branch: tip-402, size: 0
2019-09-12
19:12
windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. file: [473db74567] check-in: [94b1c8d366] user: sebres branch: core-8-5-branch, size: 19730
2018-10-29
14:00
[TIP 525] Backport package tcltest 2.5 file: [cb8a3ff09f] check-in: [d27b044524] user: dgp branch: core-8-5-branch, size: 19717
2018-10-27
07:53
tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. file: [6aacd96660] check-in: [714f445acf] user: jan.nijtmans branch: core-8-5-branch, size: 19717
2018-10-24
21:22
Backport "registry" version 1.3.3, so all active branches now have the same registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) file: [921aa9f897] check-in: [e4761eb0a8] user: jan.nijtmans branch: core-8-5-branch, size: 19717
2018-09-04
19:47
Deleted: merge core-8-branch check-in: [cfb7564440] user: dkf branch: dkf-command-type, size: 0
2017-11-17
04:46
Deleted: merge trunk check-in: [d6a83ef702] user: aspect branch: bug-1224888, size: 0
2017-11-01
16:16
Deleted: merge novem check-in: [ceec7bcd98] user: dgp branch: novem-purge-literals, size: 0
2017-05-31
04:43
Deleted: Bring up-to-date. check-in: [358066f84b] user: stu branch: stwo-dev86, size: 0
2017-05-04
14:19
Deleted: merge trunk check-in: [ab6adfa911] user: jan.nijtmans branch: win-console-panic, size: 0
2017-03-08
12:08
Deleted: merge trunk check-in: [12851c0a69] user: jan.nijtmans branch: novem, size: 0
2017-03-07
09:47
Deleted: Merge core-8-6-branch check-in: [79d7f1f670] user: jan.nijtmans branch: trunk, size: 0
09:36
Deleted: Remove "makefile.bc". Not updated for many-many years, most likely it doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) check-in: [2e3592982c] user: jan.nijtmans branch: core-8-6-branch, size: 0
2016-03-03
19:45
Bump trunk to 8.7a0 to accept new feature development. file: [0328e5872d] check-in: [4def3fa682] user: dgp branch: trunk, size: 19648
2015-12-11
08:43
Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!) file: [12ee243971] check-in: [32379be1ed] user: jan.nijtmans branch: semver, size: 19648
2015-09-24
14:14
Merge latest TIP #414 implementation (branch initsubsystems). file: [dac1106b64] check-in: [8cde9e363d] user: jan.nijtmans branch: rfe-854941, size: 19949
2015-07-02
12:10
merge trunk file: [44e104fb1c] check-in: [7c68910cbf] user: jan.nijtmans branch: win-console-panic, size: 19790
2015-06-25
08:08
merge trunk file: [1e28792705] check-in: [76bc3b030d] user: jan.nijtmans branch: novem, size: 19499
08:02
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then 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. file: [2c2e5a8005] check-in: [63b06948ef] user: jan.nijtmans branch: trunk, size: 19648
07:52
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then 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. file: [5d612af00a] check-in: [0ff7f3392c] user: jan.nijtmans branch: core-8-5-branch, size: 19717
2014-09-28
22:23
merge trunk file: [f71fe4e6df] check-in: [9a9386911e] user: dgp branch: novem, size: 18909
2014-09-22
18:27
Merge with trunk file: [f9dc03607f] check-in: [aa4f784295] user: hypnotoad branch: core_zip_vfs, size: 19518
2014-09-15
09:44
The unix build has been pared down to the minimum hooks required to build a VFS enabled Tclsh with a simple compile flag. Modified the BC and Visual Studio makefiles for Windows, but these are untested. The default for Tcl is now to build a static or dynamic shell in the same way it would build a static or dynamic shell for Tclsh. Controlled by the --enable-shared flag. Note however that ZLib is compiled in to every VFS enabled shell. (Rather than rely on a dylib.) The "direct" build is maintained in the Makefile, mostly as a h(istor|yster)ical reference. The technique is not portable to Windows, and may not work outside of OSX. file: [f90d62f7d1] check-in: [f0b37aebaf] user: hypnotoad branch: core_zip_vfs, size: 19442
2014-09-01
07:15
Adding the ability for the Tcl core to build self-contained Zip-based executables * Integrated a pure-C implementation of ZipVfs * Modified Tcl_AppInit() to look for a zipvfs mounted on the executable file: [b3d1f8b9dd] check-in: [c1d9b13f8c] user: hypnotoad branch: core_zip_vfs, size: 19006
2013-11-08
14:57
rebase TIP [http://tip.tcl.tk/425|425] implementation file: [fcc08687e3] check-in: [4743eeb5a6] user: jan.nijtmans branch: win-console-panic, size: 19116
2013-10-18
07:36
rebase RFE [854941|#854941] implementation file: [4fd129b083] check-in: [982f3531f3] user: jan.nijtmans branch: rfe-854941, size: 19271
2013-10-16
07:13
merge novem file: [947f0e7806] check-in: [f9b406d125] user: jan.nijtmans branch: novem-reduced-symbol-export, size: 19094
2013-10-13
16:19
The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclOO in Tcl means that calling the function Tcl_OOInitStubs() should be elminated in full. This branch shows how to do that. file: [8b8bcd128f] check-in: [6142b8e869] user: jan.nijtmans branch: rfe-dfc08326e3, size: 18833
2013-09-21
12:49
merge trunk file: [70c4a4c923] check-in: [7c19121b2e] user: dgp branch: novem, size: 18978
2013-09-20
13:02
merge trunk file: [71a3a657a8] check-in: [7c1d00afae] user: dkf branch: dkf-improved-disassembler, size: 19054
2013-09-19
13:00
consistant use of capitals file: [1b3f8ffd1c] check-in: [eb4132517a] user: jan.nijtmans branch: trunk, size: 18978
12:37
consistant use of capitals. file: [e6e464847b] check-in: [65270ac77b] user: jan.nijtmans branch: core-8-5-branch, size: 19120
2013-07-08
13:18
rebase file: [c02733c355] check-in: [3940be1e6f] user: jan.nijtmans branch: rfe-854941, size: 19271
2013-07-05
11:07
More complete implementation of RFE [854941], now not requiring TIP #414 any more. file: [9e74731639] check-in: [717ee454f7] user: jan.nijtmans branch: rfe-854941, size: 19123
2013-07-02
12:05
First experimental implementation of RFE [854941], built on top of [http://tip.tcl.tk/414|TIP #414]. file: [8a9bd29cde] check-in: [ccb77d8416] user: jan.nijtmans branch: rfe-854941, size: 19271
2013-06-25
10:56
rebase file: [8018ed4f38] check-in: [e1791704a3] user: jan.nijtmans branch: novem-reduced-symbol-export, size: 19094
2013-06-19
22:46
merge trunk file: [36a2a7fd3f] check-in: [8d4c7580ce] user: dkf branch: dkf-improved-disassembler, size: 19202
2013-06-18
11:50
merge trunk file: [ba64c92a20] check-in: [bc4d6bb1d4] user: jan.nijtmans branch: novem, size: 19126
09:52
rebase file: [5a24100183] check-in: [94ffa9c58a] user: jan.nijtmans branch: win-console-panic, size: 19264
2013-06-16
20:32
split off TclInitStubTable() as separate function - which does the actual stub table initialization - previously part of Tcl_InitStubs(). file: [71e10a46b8] check-in: [e04a3d09f8] user: jan.nijtmans branch: trunk, size: 19126
2013-06-14
11:21
rebase file: [1475a750bd] check-in: [980cdb2a78] user: jan.nijtmans branch: win-console-panic, size: 19116
2013-06-11
08:19
Move the disassembler to its own file. file: [5dc6f43b3a] check-in: [d5d42f1b36] user: dkf branch: dkf-improved-disassembler, size: 19054
2013-06-10
07:41
merge trunk file: [1345e128d8] check-in: [b0dd790637] user: jan.nijtmans branch: novem, size: 18978
2013-06-07
13:22
rebase file: [7a3b384133] check-in: [5317ab91f8] user: jan.nijtmans branch: win-console-panic, size: 19087
2013-06-05
12:34
More cleaning up; factor out optimizer to new file. Some weird problems still. file: [84bc5d3ed1] check-in: [585a8c7af2] user: dkf branch: dkf-bytecode-optimizer, size: 18978
2013-05-19
20:44
merge trunk file: [5e6a19105d] check-in: [964dda3207] user: jan.nijtmans branch: novem, size: 18949
2013-05-18
13:25
Split tclCompCmds.c into two roughly-equal-sized pieces. file: [b1e4289c77] check-in: [acbaf52e6e] user: dkf branch: trunk, size: 18949
2013-05-17
14:09
fix directory where tclWinPanic.c resides file: [d4fe9209ff] check-in: [24bf5a61dd] user: jan.nijtmans branch: win-console-panic, size: 19056
2013-04-25
07:28
Update dde to version 1.3.3. Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) file: [f416237209] check-in: [2e764ac0b1] user: jan.nijtmans branch: core-8-4-branch, size: 17942
2013-03-30
21:44
Better Windows console panic proc, still to be TIPped. file: [6263814d93] check-in: [429d0febb3] user: jan.nijtmans branch: win-console-panic, size: 19060
2012-12-05
14:04
merge novem Eliminate the use of USE_TCL_STUBS everywhere, use !BUILD_tcl in stead file: [8d540313fc] check-in: [17b7956803] user: jan.nijtmans branch: novem-reduced-symbol-export, size: 18886
2012-11-22
04:07
Adding: * generic/tclVexpr.tcl - Script to build tclVexpr.c and vexpr.n * generic/tclVexpr.c - File that implements the vexpr command * doc/vexpr.n - Manual for the vexpr command Modified the build system to look for and build tclVexpr.c file: [e3f3e2382a] check-in: [7fcc65a8ad] user: hypnotoad branch: hypnotoad-vexpr, size: 18944
2012-11-15
04:09
Kill Octal; bump to 9.0a0; make test suite work again. file: [9cca87823e] check-in: [9ea4c8ee49] user: dgp branch: novem, size: 18918
2012-11-08
13:50
Missing bits of the msgcat 1.4 -> 1.5 bump. file: [ad08bb2ef6] check-in: [fc792635e1] user: dgp branch: trunk, size: 18918
09:15
changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, library/clock.tcl, win/makefile.bc and tools/tcl.wse.in file: [f21e770872] check-in: [a0f5aefcc4] user: oehhar branch: core-8-5-13-rc, size: 19120
2012-05-21
11:31
TIP #106: Add Encoding Abilities to the [dde] Command file: [899c33912f] check-in: [caff0b1e87] user: jan.nijtmans branch: trunk, size: 18918
2012-04-11
20:34
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation file: [4b63aacec3] check-in: [8032e7f92e] user: jan.nijtmans branch: trunk, size: 18918
19:50
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation file: [8bbd95cd60] check-in: [beba7a8c8c] user: jan.nijtmans branch: core-8-5-branch, size: 19120
2010-08-04
21:37
* win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * 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. file: [2be6aa069e] check-in: [e51e08a342] user: hobbs branch: trunk, size: 18909
2010-06-02
08:22
remove some "BUILD_tcloo" leftovers file: [09fa6ef144] check-in: [592b0d4648] user: nijtmans branch: trunk, size: 19338
2010-03-30
14:05
Finish bump to registry 1.3.0 file: [4b618fc6d8] check-in: [2268733bd3] user: dgp branch: trunk, size: 19352
2010-03-04
22:29
Split tommath stub lib source file in separate file. Don't use -fvisibility=hidden for cygwin file: [663035d8ad] check-in: [c8722c8b57] user: nijtmans branch: trunk, size: 19352
2010-02-26
14:38
Split tclCompCmds.c into two pieces to improve developer sanity. file: [3e1d31a54a] check-in: [63fb4017d5] user: dkf branch: trunk, size: 19077
2010-02-13
18:11
Hive off the ensemble code into its own file. Split the [switch] compiler for sanity's sake. file: [84e14ef17d] check-in: [4fbc57ea60] user: dkf branch: trunk, size: 19046
2009-09-26
21:42
Added dummy tclooConfig.sh files for easier cross-version building. [2026844] file: [c10914c854] check-in: [6475123e8f] user: dkf branch: trunk, size: 19017
2009-04-10
14:19
Improved HTTP/1.1 support and added specific HTTP/1.1 testing. 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. file: [38bf3eb819] check-in: [e861cc28b0] user: patthoyts branch: trunk, size: 18919
2008-12-14
13:32
Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win file: [0190b40386] check-in: [21345422c5] user: dkf branch: trunk, size: 18919
2008-08-29
12:37
Ensure that all TclOO headers get installed. [Bug 2082299] file: [28613f3738] check-in: [d8c81db9a2] user: dkf branch: trunk, size: 18866
2008-08-11
15:59
* library/http/http.tcl: Bump http version to 2.7.1 to account * 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. file: [2bf4632171] check-in: [6e510ffad0] user: dgp branch: trunk, size: 18740
15:49
* library/http/http.tcl: Bump http version to 2.7.1 to account * 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. file: [bcfec20685] check-in: [e654fbe098] user: dgp branch: core-8-5-branch, size: 19111
2008-05-31
19:56
Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] file: [b0e4520b14] check-in: [428c548d5f] user: dkf branch: trunk, size: 18740
2008-05-26
10:02
Remove obsolete winhelp targets. They weren't supported and didn't work. file: [d9d813cc72] check-in: [2b7ac345d5] user: dkf branch: trunk, size: 18495
2008-04-02
04:27
* 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 * win/Makefile.in: libtclstub.a. This tightens up the rules for * win/makefile.bc: users of the stubs interfaces. [Bug 1819422] * win/makefile.vc: file: [a17c59393e] check-in: [b4acdce3bf] user: dgp branch: trunk, size: 19083
2008-04-01
16:23
* README: Bump version number to 8.6a0 * 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: file: [d1244f9859] check-in: [b76be03521] user: dgp branch: trunk, size: 19111
2007-10-11
21:34
* generic/tclCmdMZ.c: Correct [string is (wide)integer] failure * 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 file: [64745f1372] check-in: [9ed4da643a] user: dgp branch: trunk, size: 19111
2007-06-28
21:24
* generic/tclBasic.c: Removed dead code, including the * 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: file: [3c56fec4e7] check-in: [151eab9347] user: dgp branch: trunk, size: 19162
2007-05-15
16:12
* win/configure: autoconf-2.59 (FC6 fork) * 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: file: [66c1b279bb] check-in: [de7229b032] user: dgp branch: trunk, size: 19189
2006-12-05
18:45
* generic/tclBasic.c: TIP #291. Define tcl_platform element for * 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: file: [3e905de86c] check-in: [3cc462fc46] user: andreas_kupries branch: trunk, size: 19189
2006-11-25
17:18
Finished coding part of TIP#174. Still have tests and docs to do. file: [c6b5ea63e1] check-in: [b33c94ebdb] user: dkf branch: trunk, size: 18859
2006-11-09
16:52
* generic/tclParseExpr.c (removed): Moved all the code of * 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. file: [2a12deeece] check-in: [503e4857a2] user: dgp branch: trunk, size: 18832
2006-10-20
14:04
Consolidated TIP#257 patch applied to HEAD to allow for experimentation by other developers file: [a8a816e70c] check-in: [a99bded51f] user: dkf branch: trunk, size: 18972
2006-10-08
17:14
Makefile updates for new file file: [75f45a8155] check-in: [2cb6b556f8] user: dkf branch: tip-257-implementation-branch, size: 18972
2006-09-11
03:54
* doc/tcltest.n: Bump to version tcltest 2.3.0 to account * 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: file: [77ba1f0834] check-in: [0bd317c5fb] user: dgp branch: trunk, size: 18862
2006-08-30
14:23
Outline of the additions to [info] command. No changes to test suite yet, nor any functional implementations of the new subcommand; this is just structure. Also forces the Unix Makefile.in to be use LF endings; make doesn't like CRLF. file: [fc51814689] check-in: [fdf32fc3ba] user: dkf branch: tip-257-implementation-branch, size: 18945
2006-07-11
10:00
Fix line endings :-( file: [1d168a1842] check-in: [8341f10f3f] user: dkf branch: tip-257-implementation-branch, size: 18918
2006-07-10
23:24
Split out the (likely to get rather large) support for the oo::define command Update all relevant makefiles so that the OO code can be built on (some) other platforms. file: [eadd1696bb] check-in: [ce2a3efdc6] user: dkf branch: tip-257-implementation-branch, size: 19515
2005-08-05
18:15
removed refs to ldAout.tcl [Bug 1244361] file: [1d5cf2a93f] check-in: [5fd3b5f95d] user: kennykb branch: trunk, size: 18862
2004-11-16
23:39
* win/makefile.vc: Fixed bug in installation of http 2.5. * 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: file: [6eb0c08131] check-in: [062dd62964] user: andreas_kupries branch: core-8-4-branch, size: 17942
2004-09-27
14:31
many more TIP 173 changes file: [1186e9f312] check-in: [e64761cd12] user: kennykb branch: trunk, size: 18924
2004-04-06
22:25
Patch 922727 committed. Implements three changes: * 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): file: [e49e40b5d4] check-in: [2e5b18c85c] user: dgp branch: trunk, size: 18950
2003-11-10
22:55
* library/dde/pkgIndex.tcl: Added safeguards so that registry * 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) file: [e5a1bc9c58] check-in: [207b9d2fc9] user: dgp branch: trunk, size: 18980
2003-10-21
00:23
TIP #156: Language-Neutral Root Locale for Msgcat file: [9831813e3c] check-in: [36d6f6daf7] user: kennykb branch: trunk, size: 18980
2003-06-25
23:02
Factored out the trace code - it's big enough to be its own maintenance area and tricky enough to discourage non-specialists... file: [2e0f4aa824] check-in: [9dafee66e2] user: dkf branch: trunk, size: 18980
2003-06-16
18:36
* win/Makefile.in: Haven't heard back from David for a week. * win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc: file: [33cf64c17c] check-in: [47fd2c260e] user: andreas_kupries branch: trunk, size: 18954
2003-04-05
01:25
Build support for dicts on Unix and Windows, plus public API (structure declaration and stubs entries.) file: [38790f4b4b] check-in: [6c777daa5a] user: dkf branch: trunk, size: 17970
2003-03-04
23:45
* README: Bumped version number of * generic/tcl.h: Tcl to 8.5a0. * library.init.tcl: * mac/README: * macosx/Tcl.pbproj/project.pbxproc: * tests/basic.test: * tools/configure.in: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/tcl.m4: * tools/configure: autoconf * unix/configure: * win/configure: file: [91aab4c84e] check-in: [a5f8f0d439] user: dgp branch: trunk, size: 17942
2002-10-18
23:58
* library/reg/pkgIndex.tcl: * win/configure: * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/makefile.bc: Updated to reg1.1 file: [ac968f0091] check-in: [8aff7bdeb8] user: hobbs branch: trunk, size: 17942
2002-08-20
15:33
* README: Bumped version number to 8.4b3 to distinguish * generic/tcl.h: HEAD from the 8.4b2 release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf * win/configure: * library/http/http.tcl: Corrected installation directory of * library/msgcat/msgcat.tcl: the package tcltest 2.2. Added * library/opt/optparse.tcl: comments in other packages to remind * library/tcltest/tcltest.tcl: that installation directories need * unix/Makefile.in: updates to match increasing version * win/Makefile.in: numbers. [Bug 597450] * win/makefile.bc: * win/makefile.vc: file: [736fd10d5b] check-in: [029bda30b1] user: dgp branch: trunk, size: 17942
2002-06-21
22:23
* Updated all package install directories to match current Major.minor versions of the packages. Added tcltest package to installation on Windows. file: [6ff44c71ed] check-in: [c89d65c5e7] user: dgp branch: trunk, size: 17942
2002-02-21
22:00
* win/mkd.bat (removed): * win/coffbase.txt (new): * win/makefile.bc: * win/makefile.vc: Changed the 'setup' target to stop using the mkd.bat file and just make the directory right in the rule. Same change to makefile.bc. configure.in nor Makefile.in use it. coffbase.txt will be the master list for our "prefered base addresses" set by the linker. This should improve load-time (NT only) by avoiding relocations. Submissions to the list by extension authors are encouraged. Added a 'tidy' target to compliment 'clean' and 'hose' to remove just the outputs. Also removed the $(winlibs) macro as it wasn't being used. Stuff left to do: 1) get the winhelp target to stop building in the tools/ directory. 2) stop using rmd.bat 3) add more dependacy rules. file: [f242bfc3f6] check-in: [03b767fef9] user: davygrvy branch: trunk, size: 17725
2002-01-25
01:47
First implementation of TIP #59 for Unix and Windows platforms. Made into a branch to allow me and platform specific maintainers to work on this in a coordinated way. file: [e9a3d18fb2] check-in: [def8f47954] user: andreas_kupries branch: tip-59-implementation, size: 18516
2001-10-18
09:03
Various changes to make life much easier on non-UNIX platforms (mostly Win32.) file: [5f51c1333d] check-in: [61fafe8162] user: dkf branch: dkf-64bit-support-branch, size: 17583
2001-09-14
01:00
* win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * library/reg/pkgIndex.tcl * library/dde/pkgIndex.tcl: Fixed version numbers from bogus tcl versions to independent versions for dde and registry packages. file: [db91a7ddff] check-in: [c65e18c468] user: andreas_kupries branch: trunk, size: 17532
2001-09-07
02:43
* Updated http package to version 2.4, reflecting the new features just added. file: [30ac270402] check-in: [6b6e834d7c] user: dgp branch: trunk, size: 17452
2001-09-06
05:26
Added: Borland lives once more! rejoice.. file: [1f916db8e4] check-in: [fc5ac8c0a7] user: davygrvy branch: trunk, size: 17452
1999-03-27
22:57
Deleted: removed Borland makefiles, no longer supported added tkIntXlibDecls.h to distribution check-in: [86bc59c1c6] user: redman branch: core-8-1-branch-old, size: 0
1999-03-11
19:28
Deleted: Add documentation for Tcl_GetVersion() check-in: [940e47cf48] user: redman branch: scriptics-tclpro-1-2, size: 0
1998-12-11
00:55
updated file lists file: [349a5e7f20] check-in: [5a7eb250db] user: stanton branch: core-8-1-branch-old, size: 9377
1998-10-21
20:39
Integrated latest regexp changes from Henry Spencer. Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command. file: [f90e81a0f6] check-in: [502d826d63] user: stanton branch: core-8-1-branch-old, size: 9316
1998-09-24
23:58
merging changes from 8.0.3 into 8.1a2 file: [bfc627d6dc] check-in: [1c3c1ab19f] user: stanton branch: core-8-1-branch-old, size: 9262
1998-09-21
23:39
Added contents of Tcl 8.1a2 file: [6b4be6de03] check-in: [8c56dc8868] user: stanton branch: core-8-1-branch-old, size: 9209
1998-09-14
18:39
Replaced SCCS strings, fixed binary files file: [137cb523e7] check-in: [196f92fd17] user: stanton branch: trunk, size: 8956
1998-07-20
16:23
*** empty log message *** file: [a89c47c819] check-in: [6fc98ea957] user: welch branch: trunk, size: 8935
1998-03-26
14:56
Added: Initial revision file: [2a6bcc0b44] check-in: [f86c34e38d] user: rjohnson branch: trunk, size: 8907