summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless abso...jan.nijtmans2023-12-301-12/+16
* Fix incorrect TclUtfNcasecmp() usage (since len is in bytes, not characters h...jan.nijtmans2023-12-291-26/+25
* Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-7/+7
* Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-121-30/+43
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-6/+6
* Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
* 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
* | 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
* | 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
| * | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedefjenglish2013-02-271-16/+8
| * | Remove IOSTATE facade: it's always a struct termios.jenglish2013-02-271-25/+18
| * | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO))jenglish2013-02-271-7/+4
| * | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined.jenglish2013-02-271-21/+1
| * | For termios, we never want DIRECT_BAUD; always use the symbolic constantsjenglish2013-02-271-14/+0
| * | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sectionsjenglish2013-02-271-100/+1
|/ /
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-35/+40
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+2
* | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
|\ \ | |/
* | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\
| | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | * Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ...guest2012-03-041-25/+30
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+21
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-13/+13
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-011-5/+24
| | * Fix mark and space parity on Linuxrmax2008-03-031-1/+4