summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
Commit message (Expand)AuthorAgeFilesLines
* Same with TclListObjGetElementsjan.nijtmans2022-02-101-3/+3
* Almost complete (at least the API)jan.nijtmans2022-01-271-8/+7
* TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-3/+3
* Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-12/+12
|\
| * Merge 8.6jan.nijtmans2022-01-141-14/+14
| |\
| | * Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-131-15/+15
* | | Merge 8.7jan.nijtmans2022-01-121-33/+33
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-121-35/+35
| |\ \ | | |/
| | * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-1/+1
* | | Merge 8.7jan.nijtmans2021-08-231-0/+2
|\ \ \ | |/ /
| * | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+2
| |\ \ | | |/
| | * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-38/+57
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-11/+11
|\ \ \ | |/ /
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-4/+4
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-4/+4
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-4/+4
|\ \ \ | |/ /
* | | merge 8.7dgp2020-03-061-10/+5
|\ \ \ | |/ /
| * | More unused arguments through the IO code.dgp2020-03-061-10/+5
* | | Merge 8.7jan.nijtmans2020-02-281-45/+14
|\ \ \ | |/ /
| * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-24/+32
| |\ \
| | * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| | * | Merge 8.7jan.nijtmans2020-01-301-61/+17
| | |\ \
| | * | | Deprecate channel types 1-4jan.nijtmans2020-01-291-12/+27
* | | | | Merge 8.7jan.nijtmans2020-02-281-30/+35
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2020-02-131-35/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+8
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | | Merge 8.7jan.nijtmans2020-01-301-35/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6jan.nijtmans2020-01-301-35/+3
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-301-35/+3
* | | | Merge 8.7jan.nijtmans2019-08-151-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-03-081-8/+8
|\ \ \ | |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-12/+12
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2018-09-131-9/+8
|\ \ \ | |/ /
| * | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-9/+8
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-24/+24
|\ \ \ | |/ /
* | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-17/+17
|/ /
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-19/+19
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-19/+19
* | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-3/+3
* | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1