summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-09-284-5/+5
|\
| * Merge 8.6jan.nijtmans2023-09-284-5/+5
| |\
| | * TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-284-6/+6
| | |\
| | | * TIP #662: Un-deprecate Tcl_VarEvaljan.nijtmans2023-07-311-2/+2
| | |/
| | * (cherry-pick): Added note about how some commands are mainly for Tkjan.nijtmans2023-06-081-0/+3
| * | Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int...jan.nijtmans2023-09-253-8/+4
* | | TIP #673: Remove deprecated [trace] subcommandsjan.nijtmans2023-09-271-20/+0
|\ \ \
| * \ \ merge trunkdgp2023-09-066-18/+45
| |\ \ \
| * \ \ \ Rebase to 9.0jan.nijtmans2023-08-041-20/+0
| |\ \ \ \
| | * | | | Remove documentation of deleted subcomands.dgp2023-06-281-20/+0
* | | | | | Merge 8.7 - zipfs file exists, statapnadkarni2023-09-251-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix file exist for zipfsapnadkarni2023-09-251-1/+2
* | | | | | Merge 8.7 - Expand zipfs tests. Fix [9a80630571], [6ed3447a7e], [01d8f30342] ...apnadkarni2023-09-151-12/+26
|\ \ \ \ \ \ | |/ / / / /
| * | | | | zipfs password testsapnadkarni2023-09-151-4/+8
| * | | | | Merge 8.7apnadkarni2023-09-134-7/+7
| |\ \ \ \ \
| | * \ \ \ \ TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-114-7/+7
| | |\ \ \ \ \
| | | * | | | | Make Tcl_GetBytesFromObj signature match documentation (not really a change s...jan.nijtmans2023-08-312-4/+4
| | | * | | | | Merge 8.7jan.nijtmans2023-08-041-6/+5
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-262-3/+3
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Rebase to latest 8.7jan.nijtmans2023-05-102-3/+3
| | | | |\ \ \ \ \ \
| | | | | * | | | | | TIP #666 implementationjan.nijtmans2023-05-032-3/+3
| * | | | | | | | | | Add !zipfslib constraint for tests that should only run without an attached T...apnadkarni2023-09-131-1/+3
| * | | | | | | | | | More tests and some manpage correctionsapnadkarni2023-09-111-8/+12
| * | | | | | | | | | Merge 8.7 (change in order of mount args)apnadkarni2023-09-105-36/+44
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Improve test coverage for zipfs mount/unmountapnadkarni2023-09-091-0/+4
* | | | | | | | | | | Merge 8.7 - Bug [78cd4f9ad3] - regression in zipfs mountapnadkarni2023-09-101-8/+19
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Bug [78cd4f9ad3] - regression in zipfs mountapnadkarni2023-09-101-8/+19
* | | | | | | | | | | Merge 8.7jan.nijtmans2023-09-082-9/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loadingjan.nijtmans2023-09-082-9/+9
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | More patches from juliannoble2. Thanks!jan.nijtmans2023-09-071-1/+1
| | * | | | | | | | | | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as welljan.nijtmans2023-09-072-3/+3
| | * | | | | | | | | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mount...jan.nijtmans2023-09-075-13/+13
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look ...jan.nijtmans2023-09-072-3/+3
* | | | | | | | | | | | Merge 8.7jan.nijtmans2023-09-072-13/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Fix examples (which don't output ".utf16" any more)jan.nijtmans2023-09-074-8/+8
| |/ / / / / / / / /
| * | | | | | | | | Fix zipfs-related documentationjan.nijtmans2023-09-072-13/+10
| |/ / / / / / / /
| * | | | | | | | backport numeric white-space bug fix from 9.0griffin2023-09-021-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Always use UCHAR() with isxdigit(). doc fixjan.nijtmans2023-09-011-1/+1
* | | | | | | | Fix bug with octal. Add floating point example to doc.griffin2023-09-011-0/+1
* | | | | | | | Tweak: keep "long usec" for 32-bit windows, as other 32-bit systems.jan.nijtmans2023-08-242-2/+2
* | | | | | | | Tcl_Read(), Tcl_ReadChars() return Tcl_Sizebch2023-08-211-2/+2
* | | | | | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-122-5/+5
* | | | | | | | Corrections and additions for ObjectType Abstract List descriptions. Part of ...griffin2023-08-081-10/+36
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge 8.7 Encoding doc fixapnadkarni2023-07-281-6/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix transposing of TCL_OK, TCL_ERROR in Encoding docsapnadkarni2023-07-281-6/+5
| |/ / / / /
* | | | | | Docs - tilde substitution and unsigned int->size_t in Tcl_Allocapnadkarni2023-07-244-1/+25
* | | | | | Merge 8.7 - update for missing TIP 548 function docsapnadkarni2023-07-172-51/+57
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix missing TIP 548 function docs. Some copy editing of doc prototypes for cl...apnadkarni2023-07-172-51/+57
* | | | | | merge TIP #636 (tip-636-tcl9-644)griffin2023-07-073-69/+245
|\ \ \ \ \ \
| * \ \ \ \ \ merge trunkgriffin2023-07-043-31/+31
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |