summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-02-281-30/+33
|\
| * Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-31/+34
| |\
| | * Merge 8.7jan.nijtmans2020-02-261-1/+1
| | |\ | | |/ | |/|
| | * Merge 8.7jan.nijtmans2020-02-131-71/+33
| | |\
| | * \ Merge 8.7jan.nijtmans2019-12-131-2/+2
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2019-10-061-1/+1
| | |\ \ \
| | * \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+4
| | |\ \ \ \
| | * \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-3/+3
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
* | | | | | | Merge 8.7jan.nijtmans2020-02-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-02-241-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge 8.5jan.nijtmans2020-02-241-1/+1
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-301-69/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2020-01-301-69/+31
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-301-69/+31
* | | | | | | | Merge 8.7jan.nijtmans2020-01-201-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-181-3/+3
| * | | | | | | Merge 8.7. Unbreak travis build with TCL_UTF_MAX=3jan.nijtmans2019-11-171-3/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2019-11-151-3/+3
| |/ / / / / /
* | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \