Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -3/+12 |
| | |||||
* | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -2/+31 |
| | | | | | | | | * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). | ||||
* | Fix examples. [Bug 2780680] | dkf | 2009-04-27 | 1 | -21/+21 |
| | |||||
* | * library/platform/platform.tcl: Extended the darwin sections to | andreas_kupries | 2009-04-08 | 1 | -3/+3 |
| | | | | | | | | | * library/platform/pkgIndex.tcl: add a kernel version number to * unix/Makefile.in: the identifier for anything from Leopard (10.5) * win/Makefile.in: on up. Extended patterns for same. Extended cpu * doc/platform.n: recognition for 64bit Tcl running on a 32bit kernel on a 64bit processor (By Daniel Steffen). Bumped version to 1.0.4. Updated Makefiles. | ||||
* | * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] | dgp | 2009-03-30 | 1 | -2/+2 |
| | |||||
* | typo | dgp | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | * changes: Update for 8.5.6 release. | dgp | 2008-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net> Backport of 2008-11-26 commit from Kevin Kenny. * win/tclWinThrd.c (TclpThreadCreate): We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field while windows only fills it with a 32 bit value. The result is an inability to join the threads as the ids cannot be matched. Backport of 2008-10-13 commit from Pat Thoyts. | ||||
* | optional argument format correction | dgp | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 1 | -2/+2 |
| | |||||
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -4/+4 |
| | | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization. | ||||
* | * doc/global.n: Correct false claim about [info locals]. | dgp | 2008-09-25 | 1 | -3/+4 |
| | |||||
* | * doc/namespace.n: fix [Bug 2098441] | Miguel Sofer | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | typo | dgp | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | Fix error in example. [Bug 2016740] | dkf | 2008-07-15 | 1 | -2/+2 |
| | |||||
* | Correct examples. [Bug 1982642] | dkf | 2008-07-07 | 2 | -16/+29 |
| | |||||
* | typo | dgp | 2008-06-30 | 1 | -2/+2 |
| | |||||
* | * doc/ObjectType.3: Updated documentation of the Tcl_ObjType | dgp | 2008-06-30 | 1 | -36/+74 |
| | | | | struct to match expectations of Tcl 8.5 [Bug 1917650]. | ||||
* | Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain | dgp | 2008-06-27 | 1 | -3/+3 |
| | | | | | this claim in the docs. Also revise false claim that a custom Tcl_ObjType requires calling Tcl_RegisterObjType(). | ||||
* | typos | dgp | 2008-06-27 | 1 | -4/+4 |
| | |||||
* | remove stray .RE | dgp | 2008-06-25 | 1 | -2/+1 |
| | |||||
* | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding | andreas_kupries | 2008-06-17 | 1 | -9/+16 |
| | | | | | | ::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]. | ||||
* | Fix typo spotted by Steve Havelka | dkf | 2008-04-18 | 1 | -2/+2 |
| | |||||
* | 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]. |