Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor improvements/fixes | dkf | 2008-03-26 | 1 | -8/+12 |
| | |||||
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 16 | -31/+31 |
| | |||||
* | Clarified docs. [Bug 1899962] | dkf | 2008-03-21 | 1 | -3/+8 |
| | |||||
* | removed erroneous whitespace | dkf | 2008-03-16 | 1 | -2/+2 |
| | |||||
* | Clarified documentation of what happens with negative indices. [Bug 1905809] | dkf | 2008-03-16 | 1 | -17/+22 |
| | | | | Added example, tidied up formatting. | ||||
* | * doc/info.n: Replaced {expand} with {8}. | andreas_kupries | 2008-03-12 | 1 | -2/+2 |
| | |||||
* | change http::geturl -keepalive default to 0 as it has poor true pipeline support | hobbs | 2008-03-12 | 1 | -3/+3 |
| | |||||
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -9/+25 |
| | | | | | | | | | | | | * win/Makefile.in (install-libraries): Added -myaddr option to allow * library/http/http.tcl (http::geturl): control of selected socket * library/http/pkgIndex.tcl: interface. [Bug 559898] * doc/http.n, tests/http.test: Added -keepalive and -protocol 1.1 with chunked transfer encoding support. [Bug 1063703, 1470377, 219225] Added ability to override Host in -headers. [Bug 928154] Added -strict option to control URL validation on per-call basis. [Bug 1560506] | ||||
* | * library/http/http.tcl (http::geturl): add -method option to support | hobbs | 2008-03-12 | 1 | -1/+6 |
| | | | | | * tests/http.test (http-3.1): http PUT and DELETE requests. * doc/http.n: [Bug 1599901, 862554] | ||||
* | * doc/http.n: Revised to indicate that [package require http 2.5.5] | dgp | 2008-03-10 | 1 | -3/+3 |
| | | | | is needed to get all the documented commands ([http::meta]). | ||||
* | Minor tidying up. [Bug 1909019] | dkf | 2008-03-06 | 1 | -22/+24 |
| | |||||
* | bug #705956 - fix inverted logic when cleaning up socket error in geturl. ↵ | patthoyts | 2008-02-27 | 1 | -1/+8 |
| | | | | Document meta accessor. | ||||
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -0/+1 |
| | | | | | | | | | | | | penultimate paragraph. [Bug 1898025] * generic/tclClock.c (ParseClockFormatArgs): Changed to check that the clock value is in the range of a 64-bit integer. [Bug 1862555] * library/clock.tcl (::tcl::clock::format, ::tcl::clock::scan, ::tcl::clock::add, ::tcl::clock::LocalizeFormat): Fixed bugs in caching of localized strings that caused weird results when localized date/time formats were used. [Bug 1902423] * tests/clock.test (clock-61.*, clock-62.1): Regression tests for [Bug 1862555] and [Bug 1902423]. | ||||
* | doc/clock.n - minor documentation fix in %N format group | Kevin B Kenny | 2008-02-06 | 1 | -2/+3 |
| | |||||
* | Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493] | dkf | 2008-01-29 | 1 | -14/+12 |
| | |||||
* | Minor fixes for indented paragraph handling | dkf | 2008-01-18 | 3 | -12/+34 |
| | |||||
* | Corrected formatting of manual | dkf | 2008-01-18 | 1 | -7/+12 |
| | |||||
* | better wording for arg handling in proc.n (tclguy) | Miguel Sofer | 2008-01-17 | 1 | -3/+10 |
| | |||||
* | * doc/proc.n: changed wording for access to non-local variables; | Miguel Sofer | 2008-01-16 | 1 | -5/+4 |
| | | | | | added mention to [namespace upvar]. Lame attempt at dealing with documentation [Bug 1872708] | ||||
* | Add a missing be to fix a typo. | georgeps | 2008-01-09 | 1 | -2/+2 |
| | |||||
* | Fixed documentation bug reported on tcl-core, and reordered documentation | dkf | 2008-01-02 | 1 | -15/+12 |
| | | | | to discourage people from using the hex formatter that is hardly ever useful. | ||||
* | Clarified meaning of dictionary values following discussion on comp.lang.tcl. | dkf | 2007-12-31 | 1 | -5/+10 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 163 | -163/+166 |
| | |||||
* | More clarifications, trying to make the trace docs overload the word 'command' | dkf | 2007-12-13 | 1 | -90/+95 |
| | | | | less. [Bug 1755984] | ||||
* | More clarification. [Bug 614282] | dkf | 2007-12-13 | 1 | -1/+16 |
| | |||||
* | Clarified documentation of enterstep and leavestep traces. [Bug 1701540] | dkf | 2007-12-13 | 1 | -16/+20 |
| | |||||
* | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> | dgp | 2007-12-12 | 1 | -2/+14 |
| | | | | | 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 | 1 | -12/+12 |
| | | | | Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971]. | ||||
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -10/+10 |
| | | | | | | | | | | | | | * 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 |
| | |||||
* | Fix markup errors. | jenglish | 2007-12-10 | 10 | -28/+23 |
| | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | Improved the documentation of the operators. [Bug 1823622] | dkf | 2007-12-08 | 2 | -65/+113 |
| | |||||
* | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
| | |||||
* | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. | dgp | 2007-12-07 | 3 | -12/+137 |
| | | | | | * doc/Interp.3: * doc/StringObj.3: | ||||
* | * doc/namespace.n: Documentation for zero-argument form of | dgp | 2007-12-06 | 1 | -3/+19 |
| | | | | [namespace import] (TIP 261) [Bug 1596416] | ||||
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 1 | -2/+9 |
| | |||||
* | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 2 | -2/+8 |
| | | | | | | | * doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to * tests/chan.test: Stuart Cassoff for contributing the fix. [Bug 800753] | ||||
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 2 | -23/+24 |
| | | | | | | | | | hash table used in dictionaries to additionally keep all entries in the hash table in a linked list, which is only ever added to at the end. This makes iteration over all entries in the dictionary in key insertion order a trivial operation, and so cleans up a great deal of complexity relating to dictionary representation and stability of iteration order. | ||||
* | Typo | dkf | 2007-11-20 | 1 | -44/+41 |
| | |||||
* | Improvements after review by Arjen Markus. | dkf | 2007-11-16 | 2 | -35/+61 |
| | |||||
* | More tweaks | dkf | 2007-11-15 | 1 | -49/+64 |
| | |||||
* | Must pass non-NULL interp to Tcl_SetEnsemble* functions. | dkf | 2007-11-15 | 1 | -2/+4 |
| | |||||
* | Readability improvements | dkf | 2007-11-15 | 1 | -81/+123 |
| | |||||
* | Strengthened the text about Tcl not supporting MCCEs | dkf | 2007-11-14 | 1 | -8/+8 |
| | |||||
* | Clarify. | dkf | 2007-11-13 | 1 | -17/+31 |
| | |||||
* | Minor documentation improvements | dkf | 2007-11-01 | 10 | -70/+91 |
| | |||||
* | Reorder paragraphs for better readability. | dkf | 2007-11-01 | 1 | -9/+9 |
| | |||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 1 | -35/+35 |
| | |||||
* | Clarified documentation of RE flags. [Bug 1167840] | dkf | 2007-11-01 | 1 | -12/+14 |
| |