summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/file.n (file readlink): [Bug 3070580]: Typofix.dkf2010-09-181-2/+2
|
* * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl'sdkf2010-09-101-5/+8
| | | | | special handling of backslash-newline. Makes example slightly less pure, but more useful.
* * doc/tm.n: Added underscore to the set of characters accepted inandreas_kupries2010-09-081-3/+3
| | | | | module names. This is true for quite some time in the code, this change catches up the documentation.
* * doc/glob.n: Fixed documentation ambiguity regarding the handlingandreas_kupries2010-09-021-3/+4
| | | | of -join.
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining ↵nijtmans2010-08-311-4/+4
| | | | part, doc.
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-3/+4
|
* * doc/dict.n: [Bug 3046999]: Corrected cross reference to arraydkf2010-08-291-2/+2
| | | | manpage to refer to (correct) existing subcommand.
* * doc/linsert.n: [Bug 3045123]: Make description of what is actuallydkf2010-08-211-5/+15
| | | | happening more accurate.
* Fix definition of Tcl_MethodTypenijtmans2010-08-201-5/+5
|
* [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntrynijtmans2010-08-141-3/+3
|
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+9
|
* * doc/http.n: Corrected description of location of one of the entriesdkf2010-07-251-2/+2
| | | | in the state array.
* * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing properdkf2010-06-301-2/+3
| | | | rendering of the exclusive-or operator.
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-162-8/+8
| | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters.
* * doc/unset.n: [Bug 2988940]: Fix typo.dkf2010-04-181-2/+7
|
* * doc/try.n: [Bug 2987551]: Fix typo.dkf2010-04-151-2/+2
|
* Formatting improvements for error stack docsdkf2010-04-073-43/+63
|
* * doc/Load.3: Minor corrections of formatting and cross links.dkf2010-04-061-6/+6
|
* Fix signature of Tcl_LoadFile in documentationnijtmans2010-04-061-2/+2
|
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-053-19/+59
|
* Added a first crack at documentation for TIP #357's Tcl_LoadFile et al.dkf2010-04-042-7/+96
|
* Added missing doc. Oops!dkf2010-03-311-3/+14
|
* * doc/package.n: [Bug 2980210]: Document the arguments taken bydkf2010-03-311-2/+2
| | | | the [package present] command correctly.
* Improve the documentation of how to make and use a thread.dkf2010-03-311-1/+48
|
* * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-1/+19
| | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors.
* Clarify the use of '&' for backgrounding a pipeline.dkf2010-03-201-2/+2
|
* * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxandreas_kupries2010-03-091-2/+36
| | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06.
* * doc/refchan.n: Followup to ChangeLog entry 2009-10-07andreas_kupries2010-03-031-5/+12
| | | | | | (generic/tclIORChan.c). Fixed the documentation to explain that errno numbers are operating system dependent, and reworked the associated example.
* Cleanup doc/safe.nrmax2010-02-261-8/+8
|
* [Bug 2957688]: clarified [socket -server] docsdkf2010-02-241-7/+13
|
* More zlib documentation improvements.dkf2010-02-102-20/+59
|
* Improvements to zlib documentation (and formatting of it).dkf2010-02-102-8/+67
|
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-3/+3
| | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions.
* [Bug 1970629]: Define a bit better what the current namespace of a procedure isdkf2010-01-221-1/+7
|
* Use a consistent indentation of 4 for code examples.dkf2010-01-2029-388/+434
|
* Split up and extended the examples for more claritydkf2010-01-201-22/+73
|
* Document that [tailcall] doesn't work inside [catch]dkf2010-01-201-3/+5
|
* [Bug 2929546]: Improve the dict documentation.dkf2010-01-191-4/+58
|
* Stop breaking of highlightable over a line for ease of scrapingdkf2010-01-141-3/+3
|
* Improve keyword lists.dkf2010-01-142-5/+5
|
* Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-1410-82/+83
|
* 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
|