summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add xref to script-level documentationdkf2009-09-031-1/+3
|
* Typo found by Andreas Kupriesdkf2009-08-221-2/+2
|
* TIP #353 IMPLEMENTATIONdgp2009-08-121-6/+21
| | | | | | | | | | | | | | * doc/NRE.3: New public routine Tcl_NRExprObj() permits * generic/tcl.decls: extension commands to evaluate Tcl expressions * generic/tclBasic.c: in NR-enabled command procedures. * generic/tclCmdAH.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * tests/expr.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* * doc/refchan.n [Bug 2827000]: Extended the implementation ofandreas_kupries2009-08-061-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}).
* Removed mention of auto_mkindex_old from indexed locations; we reallydkf2009-07-241-7/+9
| | | | | don't want people finding out about it and using it if they're not already doing so...
* Made it clearer what most people want instead of [self class].dkf2009-07-241-1/+10
|
* Expose function to efficiently return current name of an object.dkf2009-07-191-3/+9
|
* Updated documentation to provide better description of this advanced feature.dkf2009-07-121-11/+12
|
* Substantially increased the discussion of issues and work-arounds relating todkf2009-07-111-2/+111
| | | | nested vwaits, following discussion on the tcl-core mailing list on the topic.
* Extended the warning about vwait gotchasdkf2009-07-111-2/+5
|
* General improvement of the documentationdkf2009-07-111-42/+72
|
* backslash quotingpatthoyts2009-07-111-2/+2
|
* Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-3/+10
|
* Fix docbug.dkf2009-06-071-3/+3
|
* Fixed documentation of the right-associativity of the ** operator.ferrieux2009-05-261-4/+10
|
* Added more introspection: ability to look up namespace of an object.dkf2009-05-151-1/+7
|
* a little minor emacs nicenessdkf2009-05-151-1/+4
|
* "There's something very important I forgot to tell you."dkf2009-05-121-13/+44
| | | | | | | | | | | | "What?" "Don't nest the vwaits." "Why?" "It would be bad." "I'm fuzzy on the whole good/bad thing. What do you mean, 'bad'?" "Try to imagine all processing as you know it stopping gradually and every stack frame in your process spewing their guts at you." "Stack space exhaustion." "Right. That's bad. Okay. All right. Important safety tip."
* Fix [Bug 2538432] through clarification.dkf2009-05-031-3/+16
|
* Fix examples. [Bug 2780680]dkf2009-04-271-21/+17
|
* Doc improvements.dkf2009-04-152-21/+57
|
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-14/+18
|
* Fix for immediate problem in [Bug 2089279].dkf2009-04-101-3/+3
|
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-081-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.
* Fix [Bug 1910136].dkf2009-04-041-5/+27
|
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-301-2/+2
|
* Some small improvements to the last exampledkf2009-03-261-7/+13
|
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-251-2/+2
|
* Documented [coroutine] and [yield]. [Bug 2152285]dkf2009-03-251-0/+108
|
* Fix [Bug 2704302]dkf2009-03-241-4/+5
|
* Added documentation for tailcall.dkf2009-03-191-0/+69
|
* General minor documentation improvements.dkf2009-02-248-50/+68
|
* remove accidental typodkf2009-01-311-2/+2
|
* Added another example. [Bug 1216074]dkf2009-01-301-2/+40
|
* Added example.dkf2009-01-301-2/+36
|
* Added a note that 'zlib push' is reversed by 'chan pop'.dkf2009-01-241-2/+4
|
* typodgp2009-01-141-2/+2
|
* Added more examples. [Tk Bug 2491235]dkf2009-01-071-1/+27
|
* Convert tabs to spaces for reliable display with nroffdkf2009-01-051-6/+6
|
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-271-14/+25
| | | | implementation better.
* Fix minor typo. [Bug 2455165]dkf2008-12-211-2/+2
|
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-193-13/+11
| | | | | * doc/Tcl_Main.3: * doc/zlib.n:
* Formatting cleanup.dkf2008-12-1812-84/+83
|
* Compressing and decompressing channel transformation support.dkf2008-12-181-4/+41
| | | | Note that there may be "quality-of-implementation" issues left...
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-5/+15
|
* General improvements.dkf2008-12-171-84/+71
|
* Docs for TIP 329.dkf2008-12-162-0/+154
|
* Fix line endings damaged by last commitpatthoyts2008-12-151-303/+303
|
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-155-31/+57
| | | | | | | | * doc/CrtCommand.3: Various other documentation updates to * doc/CrtInterp.3: reflect the lack of access to Tcl_Interp fields * doc/Interp.3: by default. * doc/SetResult.3: * doc/tcl.decls:
* Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-151-7/+4
|