Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins using file win/Makefile.in version 02acae7591
|
2007-12-13
| ||
| 11:36 | More clarifications, trying to make the trace docs overload the word 'command' less. [Bug 1755984] check-in: e8f4555f3b user: dkf tags: trunk | |
| 11:21 | More clarification. [Bug 614282] check-in: f760bdf67c user: dkf tags: trunk | |
| 11:10 | Clarified documentation of enterstep and leavestep traces. [Bug 1701540] check-in: e588ec220f user: dkf tags: trunk | |
|
2007-12-12
| ||
| 16:53 | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 1b12a11154 user: dgp tags: trunk | |
| 16:34 | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 8b699375ea user: dgp tags: trunk | |
| 15:35 | * changes: Updated for 8.5.0 release. check-in: d322f3a73c user: dgp tags: trunk | |
|
2007-12-11
| ||
| 03:17 | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion when not necessary check-in: a239670b07 user: hobbs tags: trunk | |
| 02:57 | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob * generic/tclIntDecls.h: to tclInt... check-in: ae5e18deba user: hobbs tags: trunk | |
|
2007-12-10
| ||
| 21:23 | typo check-in: 0815651535 user: dgp tags: trunk | |
| 19:11 | formatting error check-in: d0f0ed3fb6 user: dgp tags: trunk | |
| 16:23 | Visual Studio 2008/MSVC 9 support check-in: 5c7c5896ff user: patthoyts tags: trunk | |
| 16:20 | Fix markup errors. Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". check-in: 05c939be22 user: jenglish tags: trunk | |
| 15:51 | * generic/tclDecls.h: regen with new genStubs.tcl. * generic/tclIntDecls.h: [Bug 1834288] * gene... check-in: 903771a2c0 user: das tags: trunk | |
| 15:51 | * generic/tcl.decls: use new genstubs 'export' command to * generic/tclInt.decls: mark exported ... check-in: 8a67b3c764 user: das tags: trunk | |
| 15:50 | * tools/genStubs.tcl: fix numerous issues handling 'macosx', 'aqua' or 'x11' entries interlea... check-in: 68bd9c106b user: das tags: trunk | |
| 15:16 | make tclChannelType static (fix 'make checkstubs') check-in: 69c392c373 user: das tags: trunk | |
|
2007-12-09
| ||
| 22:24 | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate * generic/tclIO.c (SetChanne... check-in: 0404d916bd user: hobbs tags: trunk | |
|
2007-12-08
| ||
| 21:15 | Forgot to adjust tests to take into account safeness of [unload] check-in: 81150649ce user: dkf tags: trunk | |
| 20:25 | Improved the documentation of the operators. [Bug 1823622] check-in: 770cbcf2d4 user: dkf tags: trunk | |
| 18:13 | Match docs and reality. [Bug 1662436] check-in: 80143d5796 user: dkf tags: trunk | |
|
2007-12-07
| ||
| 21:24 | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): * generic/tclCompCmds.c (TclCompileRegexp... check-in: 28682fa314 user: hobbs tags: trunk | |
| 21:08 | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use TCL_REG_NOSUB as we come here without... check-in: f09094b1c8 user: hobbs tags: trunk | |
| 21:05 | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache stdout channel object for [puts $st... check-in: b33091fe58 user: hobbs tags: trunk | |
| 20:34 | * README: Remove mention of dead comp.lang.tcl.announce newsgroup. [Bug 18464... check-in: a6368d59b2 user: dgp tags: trunk | |
| 20:27 | * unix/README: Mention the stub library created by `make` and warn about the effect... check-in: 2f4d6ed06a user: dgp tags: trunk | |
| 19:15 | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. * doc/Interp.... check-in: c6954ec042 user: dgp tags: trunk | |
|
2007-12-06
| ||
| 21:58 | * doc/namespace.n: Documentation for zero-argument form of [namespace import] (... check-in: 0a76cacb5d user: dgp tags: trunk | |
| 19:34 | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check check-in: f6850b8d88 user: hobbs tags: trunk | |
| 19:23 | add TclGetChannelFromObj decl check-in: 5444883d4b user: hobbs tags: trunk | |
| 16:36 | Oops! check-in: b8ddb19de7 user: dkf tags: trunk | |
| 16:14 | Simplify code for setting up the [chan] ensemble now that we can leverage TclMakeEnsemble to do most... check-in: e37ce3e407 user: dkf tags: trunk | |
| 10:25 | Fix [Bug 1845320] and [Bug 1845397] check-in: d9d2c48e5f user: dkf tags: trunk | |
|
2007-12-05
| ||
| 21:47 | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce * generic/tclIO.c: overhead in ... check-in: b780154df6 user: hobbs tags: trunk | |
| 19:25 | * tests/stack.test: made the tests for stack overflow not care about which mechanism caused the er... check-in: cc75b975ed user: msofer tags: trunk | |
| 18:40 | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32 but not msvc for Tk's [send... check-in: 64e3983c30 user: hobbs tags: trunk | |
| 13:42 | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. [Bug 1844789] check-in: 22fae00c0c user: dkf tags: trunk | |
|
2007-12-03
| ||
| 21:39 | Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again] check-in: a497527c2c user: dkf tags: trunk | |
| 21:26 | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that * library/tclt... check-in: edc02dc415 user: dgp tags: trunk | |