summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Improve choice of keywordsdkf2010-01-1326-51/+55
|
* Some small formatting tweaksdkf2010-01-131-7/+7
|
* Formattingdkf2010-01-131-2/+2
|
* Tweak to generate better linksdkf2010-01-131-2/+2
|
* Improve NAME for better HTML generationdkf2010-01-131-2/+2
|
* Don't break a command reference over a linedkf2010-01-131-3/+4
|
* Fix parameter name confusion for server sockets.ferrieux2010-01-121-2/+2
|
* Small cleanups to improve HTML generation.dkf2010-01-103-22/+28
|
* Added documentation for argument.dkf2010-01-101-1/+3
|
* [Bug 2921538]: Updated example to not be quite so ancient.dkf2009-12-271-3/+4
|
* [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n indkf2009-12-161-11/+15
| | | | the HTML documentation.
* Document that [file tempfile] always works on the native filesystem by design.dkf2009-12-141-1/+7
| | | | [Bug 2388866]
* Change to braces in example to avoid bug in HTML creator scriptdkf2009-12-111-3/+3
|
* [Bug 2901433]: Improved description of {*} syntax.dkf2009-11-301-7/+8
|
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-2717-50/+53
|
* Fix [Bug 2849797]: channel name inconsistencies as suggested by DKFnijtmans2009-11-181-2/+4
| | | | | | minor *** POTENTIAL INCOMPATIBILITY *** because Tcl_CreateChannel() and its derivatives, now sometimes ignore their "chanName" argument.
* Revert mistaken commitdgp2009-11-162-39/+18
|
* (forward port) Fix [Bug 2891556] and improve test to detect similar ↵ferrieux2009-11-162-18/+39
| | | | manifestations in the future. Add tcltest support for finalization.
* Moved the descriptions of the index formats to their own section, anddkf2009-11-081-61/+75
| | | | added a warning to the 'bytelength' subcommand about future compatibility.
* Formatting correctiondkf2009-11-081-3/+3
|
* Clarificationdkf2009-11-051-7/+16
|
* Clarified [namespace import] and NAME RESOLUTIONdkf2009-11-051-74/+83
|
* Minor correctiondkf2009-11-021-2/+2
|
* Improve the general description.dkf2009-11-021-5/+17
|
* fixes for htmlhelp targetJoe Mistachkin2009-11-021-1/+3
|
* Move TIP#285 routines out of Tcl_Eval(3) into their own manpage.jenglish2009-11-013-48/+73
|
* Apply a bit more polishdkf2009-11-011-46/+57
|
* Apply a bit more polishdkf2009-11-011-169/+294
|
* Minor formatting fix.dkf2009-11-011-2/+2
|
* Improve with more explanation of what's going on.dkf2009-11-011-1/+43
|
* Typodkf2009-10-211-2/+2
|
* Added missing text. Noticed by Emiliano Gavilan.dkf2009-10-141-2/+3
|
* * doc/namespace.n: the description of [namespace unknown] failedMiguel Sofer2009-09-231-2/+3
| | | | to mention [namespace path]: fixed. Thx emiliano.
* Added suggestions for how to handle the multithreaded case. [Bug 2844962]dkf2009-09-031-1/+12
|
* 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
|