summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-09-291-0/+15
|\
| * TIP #605 implementation: Function to get class name from objectjan.nijtmans2021-09-271-0/+15
| |\
| | * Turn code snippets in TIP into a branch.dkf2021-08-011-0/+15
* | | Merge 8.7jan.nijtmans2021-09-242-14/+25
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-09-081-2/+2
| |\ \
| | * | Refine 'string replace' documentation wording. Thanks to Ted Brown on clt.oehhar2021-08-051-2/+2
| * | | tip#511 proposed implementationjan.nijtmans2021-08-171-12/+23
* | | | Merge 8.7jan.nijtmans2021-08-051-3/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-08-051-3/+4
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Clarify description of corner case 'string replace "" 0 0 A' to return the em...oehhar2021-08-051-3/+4
* | | Merge 8.7jan.nijtmans2021-06-254-7/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-06-214-7/+7
| |\ \ | | |/
| | * Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-213-5/+5
* | | Merge 8.7jan.nijtmans2021-06-081-2/+2
|\ \ \ | |/ /
| * | Update docs to reflect http 2.10dgp2021-06-041-2/+2
* | | Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-2615-40/+30
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-05-259-13/+13
| |\ \ | | |/
| | * Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, listjan.nijtmans2021-05-259-13/+13
| * | Fix errors in man pages buildfvogel2021-05-152-2/+2
| |\ \
| | * | Fix errors in man pages buildfvogel2021-05-152-2/+2
| * | | Ticket[535705]: encoding manpage example is about outdated source command. It...oehhar2021-05-061-18/+2
| |\ \ \ | | | |/ | | |/|
| | * | Ticket[535705]: encoding manpage example is about outdated source command. It...oehhar2021-05-061-18/+2
| * | | Merge 8.7jan.nijtmans2021-04-2843-14/+793
| |\ \ \
| * | | | Remove wtf-8/wtf-16/tcl-8 encodingsjan.nijtmans2021-04-161-2/+2
| * | | | Deprecate/remove "string bytelength"jan.nijtmans2021-04-091-6/+6
| * | | | Merge 8.7jan.nijtmans2021-04-086-81/+86
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-04-011-0/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2021-03-302-1/+38
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-03-286-66/+66
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-03-171-7/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix documentationjan.nijtmans2021-03-101-1/+2
| * | | | | | | | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-1/+6
* | | | | | | | | | doc updatejan.nijtmans2021-04-294-2/+12
* | | | | | | | | | Merge 8.7 Signature change for Tcl_SetPanicProc() and Tcl_FindExecutable()jan.nijtmans2021-04-2845-16/+795
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-1/+13
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Documenting our reference count managementdkf2021-04-251-0/+8
| * | | | | | | | Documenting our reference count managementdkf2021-04-253-0/+40
| * | | | | | | | Documenting our reference count managementdkf2021-04-258-3/+118
| * | | | | | | | Documenting our reference count managementdkf2021-04-253-0/+18
| * | | | | | | | Documenting our reference count managementdkf2021-04-252-0/+41
| * | | | | | | | Documenting our reference count managementdkf2021-04-255-4/+86
| * | | | | | | | Documenting our reference count managementdkf2021-04-255-0/+70
| * | | | | | | | Documenting our reference count managementdkf2021-04-241-3/+161
| * | | | | | | | Documenting our reference count managementdkf2021-04-243-0/+44
| * | | | | | | | Documenting our reference count managementdkf2021-04-246-0/+116
| * | | | | | | | Documenting our reference count managementdkf2021-04-243-1/+29
| * | | | | | | | Start of documenting our reference count managementdkf2021-04-232-0/+28
| * | | | | | | | Merge 8.6jan.nijtmans2021-04-162-2/+21
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ...jan.nijtmans2021-04-162-2/+21
| | |\ \ \ \ \ \ \
| | | * | | | | | | Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Har...jan.nijtmans2021-04-161-2/+11