Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/proc.n: changed wording for access to non-local variables; | Miguel Sofer | 2008-01-16 | 2 | -5/+10 |
| | | | | | added mention to [namespace upvar]. Lame attempt at dealing with documentation [Bug 1872708] | ||||
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 4 | -9/+14 |
| | | | | | * generic/tclCompExpr.c: of struct TclOpCmdClientData to * generic/tclCompile.h: accomodate C++ compilers [Bug 1855644] | ||||
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 2 | -3/+9 |
| | | | | use critical section for read & write side. [Bug 1353846] (newman) | ||||
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack | Miguel Sofer | 2008-01-11 | 2 | -8/+14 |
| | | | | checking functionality in freebsd [Bug 1850424] | ||||
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in | Miguel Sofer | 2008-01-11 | 2 | -7/+9 |
| | | | | freebsd [Bug 1860425]. | ||||
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to | dgp | 2008-01-10 | 3 | -5/+15 |
| | | | | | * tests/format.test: account for big.used == 0 corner case in the %ll(idox) format directives. [Bug 1867855]. | ||||
* | Add a missing be to fix a typo. | georgeps | 2008-01-09 | 2 | -2/+6 |
| | |||||
* | * tools/tcltk-man2html.tcl (make-man-pages): make man page title | hobbs | 2008-01-05 | 2 | -1/+6 |
| | | | | use more specific info on lhs to improve tabbed browser view titles. | ||||
* | Fixed documentation bug reported on tcl-core, and reordered documentation | dkf | 2008-01-02 | 2 | -15/+18 |
| | | | | to discourage people from using the hex formatter that is hardly ever useful. | ||||
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 9 | -15/+27 |
| | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Clarified meaning of dictionary values following discussion on comp.lang.tcl. | dkf | 2007-12-31 | 2 | -17/+26 |
| | |||||
* | missing Changelog entry | Miguel Sofer | 2007-12-26 | 1 | -0/+9 |
| | |||||
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines. The | Miguel Sofer | 2007-12-26 | 1 | -137/+108 |
| | | | | | | | | function MergeSort is gone, essentially inlined into Tcl_LsortObjCmd. It is not a straight inlining, two loops over all lists elements where merged in the process: the linked list elements are now built and merged into the temporary sublists in the same pass. | ||||
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines. | Miguel Sofer | 2007-12-25 | 2 | -51/+70 |
| | | | | | | Extra mem reqs of latest patches removed, restored to previous mem profile. Improved -unique handling, now eliminating repeated elems immediately instead of marking them to avoid reinsertion at the end. | ||||
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot | hobbs | 2007-12-23 | 4 | -7/+27 |
| | | | | | * tests/regexp.test (regexp-22.2): be used because it * tests/regexpComp.test: [Bug 1857126] disallows backrefs. | ||||
* | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. | Miguel Sofer | 2007-12-23 | 3 | -42/+117 |
| | |||||
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid | Miguel Sofer | 2007-12-22 | 2 | -23/+41 |
| | | | | calling SelectObjFromSublist when there are no sublists. | ||||
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 2 | -13/+27 |
| | | | | | | sufficient length for the sorted list instead of growing it. Second commit replaces calls to Tcl_ListObjAppenElement with direct access to the internal rep. | ||||
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 2 | -2/+7 |
| | | | | sufficient length for the sorted list instead of growing it. | ||||
* | Revise release date; move release tagcore_8_5_0 | dgp | 2007-12-19 | 2 | -4/+8 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp | hobbs | 2007-12-19 | 3 | -3/+57 |
| | | | | | | * tests/switch.test-14.*: compilation to pass the cflags to INST_REGEXP (changed on 12-07). Added tests for switch -regexp compilation (need more). [Bug 1854399] | ||||
* | avoid exposing emails of contributors where possible | hobbs | 2007-12-18 | 1 | -3/+3 |
| | |||||
* | * changes: Updated for 8.5.0 release. | dgp | 2007-12-18 | 2 | -3/+10 |
| | |||||
* | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 7 | -16/+120 |
| | | | | | | | generate very large automata. An enormous number of thanks to Will Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] | ||||
* | * changes: Updated for 8.5.0 release. | dgp | 2007-12-17 | 2 | -4/+12 |
| | |||||
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 5 | -48/+88 |
| | | | | | | | | * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fix alignment for memory returned by TclStackAlloc; insure that all memory allocators align to 16-byte boundaries on 64 bit platforms [Bug 1851832, 1851524] | ||||
* | * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail | hobbs | 2007-12-14 | 2 | -6/+10 |
| | | | | conversion of vfs mounts. [Bug 1602539] | ||||
* | remove note about gcc compiler warnings | hobbs | 2007-12-14 | 1 | -10/+7 |
| | |||||
* | fix typo | hobbs | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | updated notes | hobbs | 2007-12-14 | 2 | -43/+42 |
| | |||||
* | Fix for broken test on win2k with long machine name | patthoyts | 2007-12-14 | 2 | -3/+10 |
| | |||||
* | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 3 | -2/+15 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 334 | -344/+368 |
| | |||||
* | More clarifications, trying to make the trace docs overload the word 'command' | dkf | 2007-12-13 | 2 | -91/+96 |
| | | | | less. [Bug 1755984] | ||||
* | More clarification. [Bug 614282] | dkf | 2007-12-13 | 2 | -10/+25 |
| | |||||
* | Clarified documentation of enterstep and leavestep traces. [Bug 1701540] | dkf | 2007-12-13 | 2 | -16/+25 |
| | |||||
* | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> | dgp | 2007-12-12 | 2 | -3/+16 |
| | | | | | Tcl_TakeBignumFromObj() revision [TIP 298]. Added docs for the Tcl_InitBignumFromDouble() routine. [Bug 1446971]. | ||||
* | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> | dgp | 2007-12-12 | 2 | -12/+15 |
| | | | | Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971]. | ||||
* | * changes: Updated for 8.5.0 release. | dgp | 2007-12-12 | 2 | -1/+32 |
| | |||||
* | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion | hobbs | 2007-12-11 | 2 | -6/+11 |
| | | | | when not necessary | ||||
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 12 | -94/+180 |
| | | | | | | | | | | | | | * generic/tclIntDecls.h: to tclInt.h from stubs. * generic/tclStubInit.c: Add flags var to TclByteArrayMatch for * generic/tclInt.h: future extensibility * generic/tcl.h: define TCL_MATCH_EXACT doc for Tcl_StringCaseMatch. * doc/StrMatch.3: It is compatible with existing usage. * generic/tclExecute.c (INST_STR_MATCH): flag for TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch, TclStringMatchObj): * generic/tclRegexp.c (Tcl_RegExpExecObj): * generic/tclCmdMZ.c (StringMatchCmd): Use TclStringMatchObj * tests/string.test (11.9.* 11.10.*): more tests | ||||
* | typo | dgp | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | formatting error | dgp | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | Visual Studio 2008/MSVC 9 support | patthoyts | 2007-12-10 | 1 | -4/+10 |
| | |||||
* | Fix markup errors. | jenglish | 2007-12-10 | 11 | -28/+31 |
| | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | * generic/tclDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 6 | -137/+502 |
| | | | | | | | * generic/tclIntDecls.h: [Bug 1834288] * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclStubInit.c: | ||||
* | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 3 | -122/+133 |
| | | | | | | * generic/tclInt.decls: mark exported symbols not in stubs * generic/tclTomMath.decls: table [Tk FR 1716117]; cleanup formatting. | ||||
* | * tools/genStubs.tcl: fix numerous issues handling 'macosx', | das | 2007-12-10 | 1 | -102/+270 |
| | | | | | | | 'aqua' or 'x11' entries interleaved with 'unix' entries [Bug 1834288]; add genStubs::export command [Tk FR 1716117]; cleanup formatting. | ||||
* | make tclChannelType static (fix 'make checkstubs') | das | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate | hobbs | 2007-12-09 | 4 | -8/+26 |
| | | | | | * generic/tclIO.c (SetChannelFromAny): internal rep only after validating channel rep. [Bug 1847044] |