summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-143-4/+10
|\
| * Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-121-7/+9
| |
| * Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-272-3/+6
| |
| * In comments and documentation, distinguish between __int64 (a Microsoft ↵jan.nijtmans2017-03-291-1/+1
| |\ | |/ |/| | | 64-bit integer type) and int64_t (C99 equivalent)
| * If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that ↵jan.nijtmans2017-03-171-2/+0
| | | | | | | | iPtr->(resultSpace|appendResult|appendAvl|appendUsed) are not used any more.
| * Fixes to docs made possible by recent HTML rendering fixes for Tk.dkf2017-03-161-3/+3
| |
| * Add back missing significant characterdkf2017-03-131-1/+1
| |
| * Fix error in formatting in info.nfvogel2017-03-121-1/+1
| |
| * cherrypick typo fix.bch2017-02-061-1/+1
| |
| * Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-12/+36
| |\ | | | | | | Minor code clean-up. No functional changes.
| * \ Fix [1f4bb8162f]: lsort -dictionary documentation to be improvedfvogel2017-01-191-1/+2
| |\ \
| * \ \ TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for ↵jan.nijtmans2017-01-042-3/+12
| |\ \ \ | | | | | | | | | | | | | | | now) without the "source -nopkg" part.
| | * | | Complete implementation, tests and documentationjan.nijtmans2016-11-282-3/+12
| | | | |
| * | | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ↵tip_456jan.nijtmans2017-01-042-2/+26
| |\ \ \ \ | | | | | | | | | | | | | | | | | | API to Support Passing Options to TCP Server Creation
| | * | | | Update the documentationlimeboy2016-12-141-1/+4
| | | | | |
| | * | | | Windows support and minor touchups to the documentation.limeboy2016-11-251-1/+1
| | | | | |
| | * | | | Minor documentation touchups.limeboy2016-11-251-3/+3
| | | | | |
| | * | | | Merge trunk, and fix two socket test-cases.jan.nijtmans2016-11-251-1/+1
| | |\ \ \ \ | | | |/ / /
| | * | | | First round of documentation update.limeboy2016-11-242-1/+22
| | |/ / /
| * | | | Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has ↵jan.nijtmans2016-12-201-3/+3
| |/ / / | | | | | | | | | | | | meaning.
| * | | Remove extra space in documentation for [file stat]andy2016-11-181-1/+1
| | | |
| * | | Make packages msgcat and tcltest work unmodified in "novem". Make more ↵jan.nijtmans2016-11-041-5/+5
| |\ \ \ | | | | | | | | | | | | | | | test-cases work unmodified in "novem".
| * \ \ \ [253ba6e818] Improved description of [variable] behaviour.dkf2016-10-301-1/+6
| |\ \ \ \ | | |/ / /
| * | | | [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
| |\ \ \ \
| * \ \ \ \ [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments.dkf2016-10-091-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵dkf2016-10-091-8/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | behaviour change.
| * | | | | | | Be more accurate about scan's %iferrieux2016-10-091-3/+1
| | | | | | | |
| * | | | | | | [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Fix typos in expr documentation.pooryorick2016-10-051-11/+11
| | | | | | | | |
| * | | | | | | | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee].pooryorick2016-10-051-214/+171
| | | | | | | | |
| * | | | | | | | Fix documentation of [expr] operators, replacing "divisor" with "dividend"pooryorick2016-10-031-3/+3
| | | | | | | | |
| * | | | | | | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ↵dkf2016-07-261-0/+12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | between OSs.
| * \ \ \ \ \ \ \ \ [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size ↵dkf2016-07-242-9/+17
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and that synchronous copying returns.
| * \ \ \ \ \ \ \ \ \ [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵dgp2016-07-181-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel name lookups. Also merge backlog of test suite & doc improvements.
| * | | | | | | | | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for ↵jan.nijtmans2016-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | example). Default (unsigned) cannot be changed in Tcl 8.x, that must wait until Tcl 9.
| * | | | | | | | | | | merge 8.6dgp2016-07-092-6/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branch: jan.nijtmans2016-07-071-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE Simplify all the Tcl_NRPostProc declarations Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows
| * \ \ \ \ \ \ \ \ \ \ \ \ Use conventional list operations for ensemble dispatchjan.nijtmans2016-07-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to disassemble TclOO constructors and destructors
| * | | | | | | | | | | | | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵jan.nijtmans2016-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which are deprecated.
| * | | | | | | | | | | | | | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-6/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [c3d956be5b] Clearer text about positioning of optional arguments.dkf2016-06-271-5/+23
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configuregahr2016-06-011-2/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Add a note in tcltest manual page to betray false expectations on msec and usec.gahr2016-05-041-0/+6
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Implement msec and usec verbosity levels in tcltest::configuregahr2016-04-201-2/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Change "integer string" to "integer" in documentation for [tell]. It's not ↵andy2016-05-261-1/+1
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary to emphasize EIAS in every man page. The phrase "integer string" dates back to 1999 [ee1e5d143e], previous was "decimal string" which dates back to 1998, in fact the oldest version in Fossil [196f92fd17].
| * | | | | | | | | | | | | | | merge trunktip_444gahr2016-04-0490-93/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Allow unstable Tcl releases to use unstable packages by default (this makes ↵jan.nijtmans2016-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "package require Tk" find the expected 8.7a0 version in stead of 8.6). Make many "package" test-cases work even when the environment variable TCL_PKG_PREFER_LATEST is set.
| | * | | | | | | | | | | | | | | Eliminate exess spacings in remaining doc pagesjan.nijtmans2016-03-0889-91/+91
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge trunkgahr2016-03-03111-399/+399
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1
| | | | | | | | | | | | | | | | |