summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-7/+7
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-8/+8
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
| |\ \ | | |/
| | * Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-1/+0
| | |\
| | | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-6/+0
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+15
* | | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | | merge 8.7dgp2020-03-091-6/+3
|\ \ \ \ | |/ / /
| * | | TCL_UNUSED in the unix sources.dgp2020-03-091-6/+3
| * | | Minor TIP #562 fix: Missing #endif, results in (harmless) compiler warning wh...jan.nijtmans2020-02-281-0/+2
* | | | Merge 8.7jan.nijtmans2020-02-281-73/+20
|\ \ \ \ | |/ / /
| * | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-10/+24
| |\ \ \
| | * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-9/+18
| | * | | Merge 8.7jan.nijtmans2020-01-301-1/+8
* | | | | Merge 8.7jan.nijtmans2020-02-281-47/+49
|\ \ \ \ \ | |/ / / /
| * | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-2/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge tip-548jan.nijtmans2019-08-291-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-45/+45
* | | | | Merge 8.7jan.nijtmans2019-08-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\ \ | | | |/
| | | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | | * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-5/+5
* | | | merge 8.7dkf2019-04-191-51/+322
|\ \ \ \ | |/ / /
| * | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-14/+22
| |\ \ \
| * | | | Support -winsize read-only optiondkf2019-03-291-1/+27
| * | | | Partial implementation on Windows. UNTESTEDdkf2019-03-271-4/+9
| * | | | Better handling, reset capabilty, and ensure that inherited channels are correctdkf2019-03-241-30/+91
| * | | | Start of implementation of TIP 160: better terminal controldkf2019-03-241-36/+212
* | | | | Merge 8.7jan.nijtmans2019-03-111-11/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-111-11/+19
| |/ / /
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-09-131-4/+4
|\ \ \ \
| * \ \ \ merge 8.7jan.nijtmans2018-09-131-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-4/+4
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-10/+10
|/ / / /
* | | | Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary.stu2018-06-131-11/+13
|/ / /
* | | merge trunkjan.nijtmans2017-05-041-9/+8
|\ \ \
| * \ \ [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-9/+8
| |\ \ \ | | |/ /
* | | | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()jan.nijtmans2017-03-081-160/+0
|/ / /
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/ /
* | Fix [e770d92d76]: Add support for higher baud rates in Tcljan.nijtmans2015-06-161-0/+33
|\ \ | |/
| * Fix [e770d92d76]: Add support for higher baud rates in Tcljan.nijtmans2015-06-161-0/+33
| |\
| | * Patch to add support for higher baud rates under Unix Ticket [e770d92d76]]hypnotoad2015-06-101-0/+33
| |/ |/|
* | Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-4/+4