summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-05-192-2/+26
|\
| * Improve the synopsis of the transchan manpage so it helps users a bitdkf2023-05-191-1/+12
| * Improve the synopsis of the refchan manpage so it helps users a bitdkf2023-05-191-1/+14
* | Merge 8.7dkf2023-05-193-0/+387
|\ \ | |/
| * merge core-8-branchdkf2023-05-191-1/+1
| |\
| | * Merge 8.6jan.nijtmans2023-05-101-1/+1
| | |\
| | | * Backport: docs: function does not "return an error", it returns TCL_ERROR, in...jan.nijtmans2023-05-101-3/+3
| | | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1213-19/+19
| * | | Add doc comments, fix a typo in a manpagedkf2023-05-011-1/+1
| * | | Use modern copyright symbol, in line with rest of codedkf2023-05-011-1/+1
| * | | Merge 8.7dkf2023-05-0142-426/+857
| |\ \ \ | | |/ /
| | * | Fix a few function signatures in manpages for TIP 660.apnadkarni2023-04-194-7/+7
| * | | Merge 8.7jan.nijtmans2022-09-2719-44/+135
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-09-266-20/+200
| |\ \ \ \
| * \ \ \ \ rebase to 8.7jan.nijtmans2022-09-193-0/+387
| |\ \ \ \ \
| | * \ \ \ \ merge core-8-branchdkf2021-01-0519-20/+34
| | |\ \ \ \ \
| | * \ \ \ \ \ merge core-8-branchdkf2020-12-0655-399/+518
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge core-8-branchdkf2020-02-261-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge core-8-branchdkf2020-02-221-1/+1
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | There are subtle cases where an append-if-new operation is really useful for ...dkf2020-02-151-0/+6
| | * | | | | | | | | Merge 8.7jan.nijtmans2020-02-1246-306/+155
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge core-8-branchdkf2019-12-311-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Other list-returning [info class] subcommands are plurals, so change property...dkf2019-12-312-7/+7
| | * | | | | | | | | | | Added docsdkf2019-12-312-0/+381
* | | | | | | | | | | | | docs: function does not "return an error", it returns TCL_ERROR, indicating a...bch2023-05-091-1/+1
* | | | | | | | | | | | | Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-091-1/+1
* | | | | | | | | | | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2,...pooryorick2023-05-032-3/+3
* | | | | | | | | | | | | Add bytearray checking to TclCheckEmptyString(), and then usepooryorick2023-04-272-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Add bytearray checking to TclCheckEmptyString(), and then usepooryorick2023-04-232-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add bytearray checking to TclCheckEmptyString(), and then use pooryorick2023-04-231-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | TIP 422 eliminated va_list arguments from the API of Tcl 9.dgp2023-04-244-13/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl...jan.nijtmans2023-04-221-1/+1
* | | | | | | | | | | | | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating apooryorick2023-04-211-1/+1
* | | | | | | | | | | | | Minor doc correctionsapnadkarni2023-04-194-14/+15
* | | | | | | | | | | | | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-1631-125/+131
* | | | | | | | | | | | | Merge trunkapnadkarni2023-04-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix SetResult docjan.nijtmans2023-04-151-1/+1
* | | | | | | | | | | | | | Merge trunkapnadkarni2023-04-1413-190/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Rewrite documentation file SetResult.3pooryorick2023-04-131-172/+67
| * | | | | | | | | | | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-1212-18/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1212-18/+18
* | | | | | | | | | | | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc...jan.nijtmans2023-04-1310-28/+28
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Update the documentation for [chan] with regard to binary data.pooryorick2023-04-061-16/+13
* | | | | | | | | | | | | TIP 602 - update manpagesapnadkarni2023-04-058-51/+17
* | | | | | | | | | | | | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [putspooryorick2023-04-032-122/+145
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | | | | | | | | | | | Merge 8.7: Allow empty mode list in [chan create].max2023-03-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.6: Allow empty mode list in [chan create].max2023-03-301-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /