Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants of d0f0ed3fb670f5fc
|
2008-01-20
| ||
| 21:16 | * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. [Bug 1869405] (Ficicchia) check-in: ac70196d3c user: hobbs tags: trunk | |
|
2008-01-18
| ||
| 15:59 | Minor fixes for indented paragraph handling check-in: e29ebb528e user: dkf tags: trunk | |
| 15:51 | Corrected formatting of manual check-in: eb1e292c0a user: dkf tags: trunk | |
|
2008-01-17
| ||
| 17:45 | * generic/tclCompExpr.c: Revision to preserve parsed intreps of numeric and b... check-in: 11aeaf7b0a user: dgp tags: trunk | |
| 00:56 | better wording for arg handling in proc.n (tclguy) check-in: c992833adf user: msofer tags: trunk | |
|
2008-01-16
| ||
| 21:54 | test for memory leak check-in: 39610720d8 user: dgp tags: trunk | |
| 21:05 | * generic/tclCompExpr.c: add an 'optimize' argument to * generic/tclCompile.c: TclCompileExpr() t... check-in: 30b91ac574 user: msofer tags: trunk | |
| 19:44 | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] * generic/tclExecute.c: (dgp) check-in: c7b9b21afa user: msofer tags: trunk | |
| 14:27 | * doc/proc.n: changed wording for access to non-local variables; added mention to [namespace upvar... check-in: 1eca400175 user: msofer tags: trunk | |
|
2008-01-15
| ||
| 11:59 | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def * generic/tclCompExpr.c: of struc... check-in: 5f67dc9efa user: msofer tags: trunk | |
|
2008-01-14
| ||
| 00:11 | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): use critical section for read & w... check-in: f6d9be4358 user: hobbs tags: trunk | |
|
2008-01-11
| ||
| 11:53 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack checking functionality in freebsd [Bu... check-in: 9d23069943 user: msofer tags: trunk | |
| 10:54 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in freebsd [Bug 1860425]. check-in: d0b63bd24a user: msofer tags: trunk | |
|
2008-01-10
| ||
| 16:09 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to * tests/format... check-in: 8af00ef2f0 user: dgp tags: trunk | |
|
2008-01-09
| ||
| 08:09 | Add a missing be to fix a typo. check-in: 3b9b2abdeb user: georgeps tags: trunk | |
|
2008-01-05
| ||
| 00:27 | * tools/tcltk-man2html.tcl (make-man-pages): make man page title use more specific info on lhs to ... check-in: e1659edfbc user: hobbs tags: trunk | |
|
2008-01-02
| ||
| 21:21 | Fixed documentation bug reported on tcl-core, and reordered documentation to discourage people from ... check-in: aa625aff94 user: dkf tags: trunk | |
| 19:03 | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish * library/init... check-in: 0c0959c51d user: dgp tags: trunk | |
|
2007-12-31
| ||
| 00:17 | Clarified meaning of dictionary values following discussion on comp.lang.tcl. check-in: 702d77591e user: dkf tags: trunk | |
|
2007-12-26
| ||
| 19:28 | missing Changelog entry check-in: f2b28e4a47 user: msofer tags: trunk | |
| 19:26 | * generic/tclCmdIL.c: more [lsort] data handling streamlines. The function MergeSort is gone, esse... check-in: 7a103c35ac user: msofer tags: trunk | |
|
2007-12-25
| ||
| 15:55 | * generic/tclCmdIL.c: more [lsort] data handling streamlines. Extra mem reqs of latest patches rem... check-in: b0d7aea1b6 user: msofer tags: trunk | |
|
2007-12-23
| ||
| 21:29 | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot * tests/regexp.test (regexp-2... check-in: 3abe8cff97 user: hobbs tags: trunk | |
| 17:52 | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. check-in: 7a28facee1 user: msofer tags: trunk | |
|
2007-12-22
| ||
| 21:50 | * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid calling SelectObjFromSublist when... check-in: db2d93d726 user: msofer tags: trunk | |
| 01:59 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 11152fded9 user: msofer tags: trunk | |
| 00:58 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 0d1a7a9b9f user: msofer tags: trunk | |
|
2007-12-19
| ||
| 21:32 | Revise release date; move release tag check-in: 39e99a2de4 user: dgp tags: trunk, core-8-5-0 | |
| 21:09 | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp * tests/switch.test-14.*: c... check-in: b6d2386bd1 user: hobbs tags: trunk | |
|
2007-12-18
| ||
| 19:33 | avoid exposing emails of contributors where possible check-in: 72d01790ef user: hobbs tags: trunk | |
| 15:45 | * changes: Updated for 8.5.0 release. check-in: e81a2adf90 user: dgp tags: trunk | |
| 10:53 | Fixes for problems created when processing regular expressions that generate very large automata. An... check-in: 8c98744456 user: dkf tags: trunk | |
|
2007-12-17
| ||
| 17:34 | * changes: Updated for 8.5.0 release. check-in: 689394aa06 user: dgp tags: trunk | |
| 15:28 | * generic/tclAlloc.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fi... check-in: 2c86995901 user: msofer tags: trunk | |
|
2007-12-14
| ||
| 23:36 | * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 16025... check-in: 23f6de3af4 user: hobbs tags: trunk | |
| 21:02 | remove note about gcc compiler warnings check-in: 70e432b525 user: hobbs tags: trunk | |
| 20:56 | fix typo check-in: 697dba736f user: hobbs tags: trunk | |
| 20:54 | updated notes check-in: 5ef8884f6d user: hobbs tags: trunk | |
| 13:52 | Fix for broken test on win2k with long machine name check-in: 7fa158bd4c user: patthoyts tags: trunk | |
| 02:27 | Support compilation with MSVC9 on AMD64 check-in: b5499dbd75 user: patthoyts tags: trunk | |
|
2007-12-13
| ||
| 15:22 | merge stable branch onto HEAD check-in: d1f7550cd9 user: dgp tags: trunk | |
| 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 | |