summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge trunktip_463dgp2017-06-225-8/+6
|\
| * [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.dkf2017-06-141-1/+1
| |\
| | * [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.dkf2017-06-141-1/+1
| | |
| * | Merge core-8-6-branch. This removes the work currently being done in ↵jan.nijtmans2017-06-022-151/+2
| |\ \ | | |/ | | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained.
| * | merge core-8-6-branch (except: the "timerate" command and the clock ↵jan.nijtmans2017-05-311-3/+3
| |\ \ | | | | | | | | | | | | performance-tests are kept)
| | \ \
| | \ \
| *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-116-9/+156
| |\ \ \ \ | | | |/ / | | |/| | | | | | | clock-speedup, 3-way merge)
| | | * | reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate"sebres_trunk_timeratesebres2017-05-111-0/+114
| | | |\ \
| | | * \ \ 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
| | |/ / / | |/| | |
| | * | | update documentation doc/clock.n: small enhancements and relevant changes of ↵sebres2017-05-111-2/+37
| | | |/ | | |/| | | | | | | | | new engine.
| | * | man for timerate (doc/timerate.n)sebres_8_6_timeratesebres2017-05-111-0/+114
| | |/
| | * In comments and documentation, distinguish between __int64 (a Microsoft ↵jan.nijtmans2017-03-291-1/+1
| | | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent)
| | * Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-071-1/+1
| | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
| | * s/then/than/ in Eval.3 manpagebch2017-02-061-1/+1
| | |
* | | Add documentation of [regsub -command].dkf2017-02-181-0/+72
|/ /
* | 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.
| * Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-12/+36
| | | | | | | | Don't use TCL_NO_DEPRECATED for disabling tests-cases: Those were not deprecated in 8.6 yet. Minor code clean-up. No functional changes.
* | Fix [1f4bb8162f]: lsort -dictionary documentation to be improvedfvogel2017-01-191-1/+2
|\ \ | |/
| * 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
|\ \ | |/
| * [253ba6e818] Improved description of [variable] behaviour.dkf2016-10-301-1/+6
| |
* | [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
|\ \ | |/
| * [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
| |\
| | * [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
| | |
* | | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments.dkf2016-10-091-0/+1
|\ \ \ | |/ /
| * | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments.dkf2016-10-091-0/+1
| |\ \ | | |/
| | * [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.
| * | [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 %idkf2016-10-091-3/+1
| | |
* | | Be more accurate about scan's %iferrieux2016-10-091-3/+1
| | |
* | | [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
|\ \ \ | |/ /
| * | [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
| |\ \ | | |/
| | * [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
| | |
| | * (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ↵jan.nijtmans2016-07-081-1/+3
| | | | | | | | | | | | on Windows.