summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-12-121-2/+2
|\
| * Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-2/+2
* | Merge 8.7jan.nijtmans2019-10-051-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-10-051-1/+1
| |\
| | * Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
| | |\
* | | \ Merge 8.7jan.nijtmans2019-08-151-3/+3
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
* | | | merge 8.7dgp2019-05-031-2/+4
|\ \ \ \ | |/ / /
| * | | Check for BG_FLUSH_SCHEDULED inside ChannelTimerProcpooryorick2019-05-011-2/+4
* | | | merge bug-de232b49f2pooryorick2019-05-011-5/+33
|\ \ \ \ | |/ / /
| * | | Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers.pooryorick2019-04-271-5/+33
* | | | Merge 8.7jan.nijtmans2019-03-181-3/+3
|\ \ \ \ | |/ / /
| * | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-181-3/+3
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-9/+9
* | | | Merge 8.7jan.nijtmans2019-03-081-2/+2
|\ \ \ \ | |/ / /
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-8/+8
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-12/+12
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-6/+9
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2019-01-281-1/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-13/+13
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-13/+13
* | | | Implement TIP 445dgp2018-11-131-15/+28
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-10-181-17/+17
| |\ \ \
| * \ \ \ merge 8.7dgp2018-03-061-9/+13
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2017-11-291-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-10-271-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-04-121-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-04-111-330/+399
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-03-291-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-161-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-271-41/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Second half "chan" Tcl_ObjType conversion. Mistake avoided this time.dgp2016-07-181-10/+12
| * | | | | | | | | | | | | | Half convert "chan" Tcl_ObjType to new interfaces.dgp2016-07-181-6/+17
* | | | | | | | | | | | | | | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-13/+13
* | | | | | | | | | | | | | | merge trunkjan.nijtmans2018-09-131-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7jan.nijtmans2018-09-131-17/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-17/+17
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-37/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Remove 4 unneeded compatibility macro's, because those functions never return...jan.nijtmans2018-07-101-2/+2
* | | | | | | | | | | | | | | remaining external API. Looks like complete now. Milestone! Still more testin...jan.nijtmans2018-07-061-17/+17
* | | | | | | | | | | | | | | more progressjan.nijtmans2018-07-061-38/+37
* | | | | | | | | | | | | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-1/+1
* | | | | | | | | | | | | | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-29/+25
* | | | | | | | | | | | | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-10/+15
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | merge 8.7dgp2018-03-061-9/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | merge 8.6dgp2018-03-061-9/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | / / | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | * | | | | | | | | | | merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-...sebres2018-03-051-9/+13
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |