summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in example. [Bug 2016740]dkf2008-07-151-2/+2
|
* more consistent wrong # arg messages: change all messages containing ↵nijtmans2008-07-134-12/+12
| | | | ?options? to the form ?-option value ...?
* Tighten up language.dkf2008-07-081-15/+16
|
* Correct examples. [Bug 1982642]dkf2008-07-072-17/+31
|
* Improve [lindex] examples.dkf2008-07-061-5/+24
|
* typodgp2008-06-301-2/+2
|
* Clean up typedef formattingdkf2008-06-301-7/+11
|
* * doc/ObjectType.3: Updated documentation of the Tcl_ObjTypedgp2008-06-301-36/+74
| | | | struct to match expectations of Tcl 8.5 [Bug 1917650].
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-2979-836/+825
| | | | typedefs, add a few missing bits)
* Fix [Bug 2004256]dkf2008-06-291-31/+49
|
* Fix [Bug 2004480]dkf2008-06-281-3/+3
|
* Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintaindgp2008-06-271-3/+3
| | | | | this claim in the docs. Also revise false claim that a custom Tcl_ObjType requires calling Tcl_RegisterObjType().
* typosdgp2008-06-271-4/+4
|
* remove stray .REcore_8_6_a1dgp2008-06-251-2/+1
|
* bug #1995063 fix examples and comment on eof use.patthoyts2008-06-241-5/+33
|
* Make [next] work as described in TIP. [Bug 1998244]dkf2008-06-191-2/+2
|
* * doc/tm.n: Followup to changelog entry 2008-03-18 regardingandreas_kupries2008-06-171-8/+15
| | | | | | ::tcl::tm::Defaults. Updated the documentation to not only mention the new (underscored) form of environment variable names, but make it the encouraged form as well. See [Bug 1914604].
* TIP 285 ImplementationJoe Mistachkin2008-06-133-12/+69
|
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-3110-4/+1608
|
* Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg)patthoyts2008-05-071-2/+2
|
* doc/Ensemble.3: Fix a typo: s/defiend/defined/georgeps2008-04-201-2/+2
| | | | Thanks to hat0 for spotting this.
* Fix typo spotted by Steve Havelkadkf2008-04-181-2/+2
|
* Minor improvements/fixesdkf2008-03-261-8/+12
|
* Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-2616-31/+31
|
* Clarified docs. [Bug 1899962]dkf2008-03-211-3/+8
|
* removed erroneous whitespacedkf2008-03-161-2/+2
|
* Clarified documentation of what happens with negative indices. [Bug 1905809]dkf2008-03-161-17/+22
| | | | Added example, tidied up formatting.
* * doc/info.n: Replaced {expand} with {8}.andreas_kupries2008-03-121-2/+2
|
* change http::geturl -keepalive default to 0 as it has poor true pipeline supporthobbs2008-03-121-3/+3
|
* * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-121-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 supporthobbs2008-03-121-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]dgp2008-03-101-3/+3
| | | | is needed to get all the documented commands ([http::meta]).
* Minor tidying up. [Bug 1909019]dkf2008-03-061-22/+24
|
* bug #705956 - fix inverted logic when cleaning up socket error in geturl. ↵patthoyts2008-02-271-1/+8
| | | | Document meta accessor.
* * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-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 groupKevin B Kenny2008-02-061-2/+3
|
* Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493]dkf2008-01-291-14/+12
|
* Minor fixes for indented paragraph handlingdkf2008-01-183-12/+34
|
* Corrected formatting of manualdkf2008-01-181-7/+12
|
* better wording for arg handling in proc.n (tclguy)Miguel Sofer2008-01-171-3/+10
|
* * doc/proc.n: changed wording for access to non-local variables;Miguel Sofer2008-01-161-5/+4
| | | | | added mention to [namespace upvar]. Lame attempt at dealing with documentation [Bug 1872708]
* Add a missing be to fix a typo.georgeps2008-01-091-2/+2
|
* Fixed documentation bug reported on tcl-core, and reordered documentationdkf2008-01-021-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.dkf2007-12-311-5/+10
|
* merge stable branch onto HEADdgp2007-12-13163-163/+166
|
* More clarifications, trying to make the trace docs overload the word 'command'dkf2007-12-131-90/+95
| | | | less. [Bug 1755984]
* More clarification. [Bug 614282]dkf2007-12-131-1/+16
|
* Clarified documentation of enterstep and leavestep traces. [Bug 1701540]dkf2007-12-131-16/+20
|
* * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() ->dgp2007-12-121-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() ->dgp2007-12-121-12/+12
| | | | Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971].