summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* ... which means struct TtyState can be replaced with struct FileState.jenglish_termios_cleanupjoe2013-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
| | * * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-3/+4
| | * Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-071-36/+6
| | * Added MT-safe implementation of some library calls.vasiljevic2006-09-061-1/+31
| | * * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-181-1/+4
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-76/+53
| | * * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-171-10/+10
| | * * Applied [SF Tcl Patch 868853], fixing a mem leak inandreas_kupries2004-05-041-1/+10
| | * Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-1/+3
| | * * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-231-9/+12
| * | Prettify and fix filename in ChangeLog.ferrieux2010-03-011-4/+9
| * | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-011-4/+10
| * | * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-3/+2
| * | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macrosdas2009-04-101-34/+31
| * | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+4
* | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-3/+4
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-8/+8
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+3
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-5/+5
* | | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy-andreas_kupries2009-11-171-5/+9
* | | Some small bits of tidying up.dkf2009-11-091-68/+68
* | | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.crmax2009-06-151-1140/+3