summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | merge core-8-branchdkf2021-04-261-13/+15
|\ \ \ | |/ /
| * | Documenting our reference count managementdkf2021-04-241-13/+15
* | | Merge 8.7jan.nijtmans2021-04-071-3/+3
|\ \ \ | |/ /
| * | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-3/+3
* | | Merge 8.7jan.nijtmans2021-02-231-1/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-231-1/+8
| |\ \ | | |/
| | * Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-231-2/+9
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-15/+15
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | Merge 8.7jan.nijtmans2020-12-041-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-041-2/+2
| |\ \ | | |/
| | * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-2/+2
| | |\
| | | \
| \ \ \
*-. \ \ \ TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-18/+18
|\ \ \ \ \ | | |/ / /
| | * | | Merge 8.7jan.nijtmans2020-10-011-1/+1
| | |\ \ \
| | * \ \ \ TIP #587 for Tcl 8.7jan.nijtmans2020-09-251-18/+18
| | |\ \ \ \
| * | \ \ \ \ Merge trunkjan.nijtmans2020-09-251-2/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Default utf-8 for source commandjan.nijtmans2020-09-201-18/+18
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2020-09-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge 8.6jan.nijtmans2020-09-281-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
| | * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-1/+1
* | | | Merge 8.7jan.nijtmans2020-09-171-5/+6
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-5/+6
* | | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-011-2/+2
| |\ \ \ | | |/ /
| * | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ | | |/ /
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1