summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+3
* Merge 8.6jan.nijtmans2021-03-091-5/+8
|\
| * Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-8/+8
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-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
* | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | 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
* | | 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
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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
* | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-45/+45
|/ / /
* | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-14/+22
|\ \ \
| * | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-111-11/+19
* | | | 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
|/ / /
* | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-4/+4
* | | 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
* | Add test-case for previous commit, which shows that when trying to open a fil...jan.nijtmans2014-11-031-0/+5
|\ \ | |/
| * Add test-case for previous commit, which shows that when trying to open a fil...jan.nijtmans2014-11-031-0/+5
| * Additional check for an error condition on the socket.dgp2014-06-121-1/+7
| * Workaround the broken select() in some Linux kernels that fails to reportdgp2014-06-111-3/+52
* | Unix terminal and serial port I/O: retire obsolete termio and sgtty code,joe2013-03-031-314/+98
|\ \
| * | ... which means struct TtyState can be replaced with struct FileState.joe2013-03-021-51/+25
| * | Member TtyState.savedState set in TtyInit() but never subsequently used.joe2013-03-021-19/+10
| * | TtyParseMode signature simplification: take single pointer to struct TtyAttrs jenglish2013-03-021-19/+12
| * | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined,jenglish2013-03-021-6/+7
| * | Do not use strncasecmp(). It is nonstandard and not portable.jenglish2013-03-021-7/+7
| * | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.jenglish2013-03-011-5/+6
| * | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX,jenglish2013-03-011-39/+19
| * | TtyGetOptionProc: remove inoperative comment "The string returned by jenglish2013-02-281-6/+2