summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-221-3/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge to feature branchjan.nijtmans2011-08-181-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Document TIP 378's one-way-ness.ferrieux2011-08-171-0/+4
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge current trunkjan.nijtmans2011-08-162-11/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | [Patch 3124554]: Move WishPanic from Tk to Tcljan.nijtmans2011-08-142-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Documentation
| * | | | | | | | | | | | | | | | TIP 388 implementationjan.nijtmans2011-08-122-23/+36
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Added some examples of how some of the standard global variables can be used,dkf2011-08-011-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following prompting by a request by Robert Hicks.
| * | | | | | | | | | | | | | | The final parts of my doc improvement projectdkf2011-07-1810-19/+16
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Undocument long gone limitation of [upvar].ferrieux2011-07-181-2/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | More small documentation improvements.dkf2011-07-1813-31/+31
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-1734-110/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the quality of HTML doc builds.
| * | | | | | | | | | | | | | | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time of the last metadata change, not the time of creation.
| * | | | | | | | | | | | | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵max2011-06-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyword lines.
| * | | | | | | | | | | | | | | | | * doc/socket.n: Document the fact that the event loop is now needed for ↵max2011-06-161-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [socket -async] * unix/tclUnixSock.c: Set up the file handler for async sockets to fire on exceptions in addition to writable state. * tests/socket.test: Improve error reporting when socket-14.2 times out.
| * | | | | | | | | | | | | | | | | Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-253-0/+107
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix typo spotted by Emiliano Gavilan.dkf2011-05-051-1/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | This time, I'll try to get it right!dkf2011-04-191-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [Bug 3288696]: Command summary was confusingly wrong when it came to [dictdkf2011-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter] with a 'value' filter.
| * | | | | | | | | | | | | | | | | merge 8.5dgp2011-03-145-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-091-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-02229-451/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cause more harm than good. Purged them (except in zlib files).
| * | | | | | | | | | | | | | | | | | | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of subexpression info in Tcl_RegExpInfo structure.
| * | | | | | | | | | | | | | | | | | | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to ↵ferrieux2011-01-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brad Harder (yukonbob). [Bug 3159920]
| * | | | | | | | | | | | | | | | | | | | * doc/tclvars.n:Kevin B Kenny2011-01-151-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475]
| * | | | | | | | | | | | | | | | | | | | * doc/file.n: [Bug 3111298]: Typofix.dkf2010-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-152-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test:
| * | | | | | | | | | | | | | | | | | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for ↵nijtmans2010-11-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl on MSVC++
| * | | | | | | | | | | | | | | | | | | | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase claritydkf2010-11-041-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of explanation of what characters are actually permitted in variable substitutions. Note that this does not constitute a change of behavior; it is just an improvement of explanation.
| * | | | | | | | | | | | | | | | | | | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-8/+12
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Document [info errostack] faithfully.ferrieux2010-10-171-4/+14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-50/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine.
| * | | | | | | | | | | | | | | | | | | | * 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
| | | | | | | | | | | | | | | | | | | | |