main
Backport a lot of doc improvements from 9.0
Backport many small documentation changes (as far as appropriate) from 9.0. Update changes.md
Keep TUTF-8 description in Utf.3 and reference from other pages
Remove references to ancient TIP's
cherrypicked typos, errors and clarifications from the documentation-cleanup-for-transition branch (those marked as 'Fix:')
Be consistent in .VS/.VE tags in documentation: Just mention TIP number, nothing else.
Merge 9.0. Formatting
consistancy in documentation for ?arg ...?
Introduce encoding term TUTF-8 for Tcl's internal encoding.
TIP-723 timer: add man pages
Backport: Another round of small fixes, especially spelling errors...
Fix html generation: Encoding: process-text: impotent font change
Update manpages for TIP 732
Tcl_GetInt(3) needed to mention that _ was accepted as 'numeric whitespace'
Complete deprecation of Tcl_SetTimeProc/Tcl_QueryTimeProc
Fix 'make html' warning: process-text: impotent font change
Fix [70f3b23cad]. Doc fix only
(Cherry-pick): [2bc08cd2e6] - document TCL_{LL,SIZE}_MODIFIER, Tcl_Size, TCL_SIZE_MAX
Fix Tcl_LimitGetCommands() signature (int -> Tcl_Size)
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
consistancy in using 'unsigned int' vs 'unsigned'
There are no "two triplets" any more in 9.0
Make all references to -DFOO compiler flags bold in documentation
Merge 8.7
Fix header directives in Tcl.n
Delete obsolete comment that TCL_THREAD_JOIN is ignored on Windows.
Merge 9.0. Eliminate (internal) NS_KILLED
As per TIP 542, Tcl_UniChar{CaseMatch,Ncmp,Ncasecmp} are not present in Tcl 9
consistancy in handling 'package require' and in variable arguments
Added docs
Cherry-pick 2 trivial fixes from 'documentation-cleanup-for-transition' branch
Eliminate exess spacings in many doc pages.
[53a4d960] doc binary scan f endianess correction in example
Eliminate unneccessary eol-spacing from documentation.
Fix [ef7042075c]: tcl::build-info not documented
Fix [d4a4924ada]: 1rst example of chan doc refers to fconfigure command
Change "channelId" to "channel" in documentation, error-handling and testcases
Tweak wording of NAME section: principally consistent capitalisation
fix typo in coroutine manual page
Add divmod as well, to complete the set
Update docs
Update exec.n for TIP 753
Remove obsolete example. Neither start nor nativename is needed in 9.1
Fix wrong example: Should be "-translation binary" here, not "-encoding binary"
Merge 8.6
%#d conversion is always performed. Fix comment
Fix html generation, broken by TIP #745
Added Emacs metadata to a bunch of nroff source files.
(cherry-pick): Shorten sequences of multiple blank lines. http -> 2.10.2
Allow larger lists to be used. Doc fix
Add lseq to list command cross references
purged mentions of Tcl 8.7 in man pages (apart from usage in .VS and .VE macros which will not lead to visual output of the version number)
(ticket [a127bf6415cbfa]) removed the duplicate documentation of auto_path from library.n and inserted a reference to tclvars.n instead
Attempt to clarify various encoding and string representation terms
Fix "make html" failure: scanning section Tcl Commands, version 9.0.4 ...........................................................................lseq: DESCRIPTION: output-directive: unexpected .CS format: \# increasing: % <b>lseq</b> 1 to 5 ....
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them.
Added modf as a command
Bug f5d0e75a49 - correct tcl::process documentation for non-subprocesses
Various doc backports from 9.0
Update documentation for tcl::registry
add logb and remquo
complete the job in the previous commit
Document %z and %t size modifiers for 'format' and 'scan'
Initial reference implementation of TIP 712 (Add "positive" options to the subst command) with code, documentation and tests.
Merge 9.0
Document tcltest::configure -iterations
merge 8.6: man timerate fix [48a7a56dda844782] clarifying -overhead
try.n: Add an illustrative example to use "return" within a try block
Fix another case problem caused by Windows
Clarify unload docs as requested in Bug [b823e86fd2].
Fix zipfs canonical manpage to match TIP 430 and actual implementation