summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfsapnadkarni2023-10-211-0/+1
|\
| * Move zipfs finalization to TclFinalizeFilesystemapnadkarni2023-10-211-0/+1
* | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | Merge 8.7jan.nijtmans2023-10-091-85/+0
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-10-091-85/+0
| |\
| | * Fix [d0d0749467]: TclFSUnloadTempFile() is unusedjan.nijtmans2023-10-091-93/+0
| * | Merge 8.6jan.nijtmans2023-10-051-1/+1
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-8/+8
* | | Merge 8.7jan.nijtmans2023-10-041-1/+1
|\ \ \ | |/ /
* | | Merge 8.7 - Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02aca...apnadkarni2023-10-021-13/+40
|\ \ \ | |/ /
| * | More relatively minor fixes for file ensemble on zipfsapnadkarni2023-10-021-2/+7
| * | More file ensemble tests for zipfsapnadkarni2023-10-011-5/+15
| * | Start on tests and fixes for file commands for zipfsapnadkarni2023-09-301-6/+18
* | | merge trunkgriffin2023-06-191-2/+2
|\ \ \
| * | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l...jan.nijtmans2023-06-161-4/+4
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Partial sync-up with trunk.griffin2023-04-301-34/+33
|\ \ \ \ \ \ \ \ \ | | | | | | |/ / /
| | | | | | * | | Backout [3016169b6f], since TIP #657 (Make "-profile strict" the default in T...jan.nijtmans2023-04-231-5/+0
| | | | | |/ / /
| | | | | * | | Merge trunkapnadkarni2023-04-231-0/+5
| | | | | |\ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | Set the encoding profile to strict in Tcl_FSEvalFileEx().pooryorick2023-04-211-0/+5
| | | |/ / / /
| | | | * | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-6/+6
| | | |/ / /
| | | * | | Merge trunkapnadkarni2023-04-141-4/+3
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-4/+3
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | /
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+3
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
| | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-20/+20
| | |/ / | |/| |
| * | | Merge 8.7jan.nijtmans2023-03-241-1/+1
| |\ \ \ |/ / / / | | _ / | | /
| * | Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\ \ | | |/
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | | TIP #646 correction: let "fconfigure $chan -eofchar" return a single characte...jan.nijtmans2022-10-281-6/+6
* | | Merge 8.7jan.nijtmans2022-10-211-18/+18
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-05-171-6/+6
| |\ \
| * | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-0/+1
* | | | Remove code that was ifdef'ed outapnadkarni2022-08-071-13/+1
* | | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-3/+7
* | | | Merge 9.0jan.nijtmans2022-05-171-6/+6
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-05-171-6/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-6/+6
| | |/ /
* | | | Merge 9.0. Fix compilation (due to new macro's in previous commit)jan.nijtmans2022-05-171-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-101-5/+5
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-5/+5
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
| | * | Fix merge conflict previous commitjan.nijtmans2022-01-171-1/+0
| | * | Merge 8.6jan.nijtmans2022-01-171-0/+1
| | |\ \ | | | |/
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-5/+6
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-4/+4
* | | | More WIPjan.nijtmans2022-01-261-4/+5
* | | | More work in progressjan.nijtmans2022-01-241-17/+18
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-6/+6
|/ / /