| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Remove a number of eol-spaces. No change in functionality. | nijtmans@users.sourceforge.net | 2014-11-14 | 1 | -4/+4 | 
 | 
 | 
| *    | Add test-case for previous commit, which shows that when trying to open a fil... | nijtmans@users.sourceforge.net | 2014-11-03 | 1 | -0/+5 | 
| |\   | 
 | 
| | *  | Add test-case for previous commit, which shows that when trying to open a fil... | nijtmans@users.sourceforge.net | 2014-11-03 | 1 | -0/+5 | 
 | 
 | 
| | *  | Additional check for an error condition on the socket. | dgp@users.sourceforge.net | 2014-06-12 | 1 | -1/+7 | 
 | 
 | 
| | *  | Workaround the broken select() in some Linux kernels that fails to report | dgp@users.sourceforge.net | 2014-06-11 | 1 | -3/+52 | 
 | 
 | 
| * |    | Unix terminal and serial port I/O: retire obsolete termio and sgtty code, | joe | 2013-03-03 | 1 | -314/+98 | 
| |\ \   | 
 | 
| | * |  | ... which means struct TtyState can be replaced with struct FileState. | joe | 2013-03-02 | 1 | -51/+25 | 
 | 
 | 
| | * |  | Member TtyState.savedState set in TtyInit() but never subsequently used. | joe | 2013-03-02 | 1 | -19/+10 | 
 | 
 | 
| | * |  | TtyParseMode signature simplification: take single pointer to struct TtyAttrs  | jenglish@flightlab.com | 2013-03-02 | 1 | -19/+12 | 
 | 
 | 
| | * |  | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, | jenglish@flightlab.com | 2013-03-02 | 1 | -6/+7 | 
 | 
 | 
| | * |  | Do not use strncasecmp().  It is nonstandard and not portable. | jenglish@flightlab.com | 2013-03-02 | 1 | -7/+7 | 
 | 
 | 
| | * |  | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish@flightlab.com | 2013-03-01 | 1 | -5/+6 | 
 | 
 | 
| | * |  | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, | jenglish@flightlab.com | 2013-03-01 | 1 | -39/+19 | 
 | 
 | 
| | * |  | TtyGetOptionProc: remove inoperative comment "The string returned by  | jenglish@flightlab.com | 2013-02-28 | 1 | -6/+2 | 
 | 
 | 
| | * |  | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef | jenglish@flightlab.com | 2013-02-27 | 1 | -16/+8 | 
 | 
 | 
| | * |  | Remove IOSTATE facade: it's always a struct termios. | jenglish@flightlab.com | 2013-02-27 | 1 | -25/+18 | 
 | 
 | 
| | * |  | ifdef reduction - missed a couple spots (#if ...  defined(USE_TERMIO)) | jenglish@flightlab.com | 2013-02-27 | 1 | -7/+4 | 
 | 
 | 
| | * |  | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. | jenglish@flightlab.com | 2013-02-27 | 1 | -21/+1 | 
 | 
 | 
| | * |  | For termios, we never want DIRECT_BAUD; always use the symbolic constants | jenglish@flightlab.com | 2013-02-27 | 1 | -14/+0 | 
 | 
 | 
| | * |  | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections | jenglish@flightlab.com | 2013-02-27 | 1 | -100/+1 | 
| |/ /   | 
 | 
| * |  | Final part of result generation conversion (modulo any minor blunders) | donal.k.fellows@manchester.ac.uk | 2012-08-05 | 1 | -35/+40 | 
 | 
 | 
| * |  | Factor out a number of common patterns of use of Tcl_DStringAppend. | donal.k.fellows@manchester.ac.uk | 2012-07-03 | 1 | -2/+2 | 
 | 
 | 
| * |    | get rid of _ANSI_ARGS_ and CONST | nijtmans@users.sourceforge.net | 2012-04-26 | 1 | -1/+1 | 
| |\ \  
| |/   | 
 | 
| * |    | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-23 | 1 | -1/+1 | 
| |\ \  
| |/   | 
 | 
| | *    | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-23 | 1 | -1/+1 | 
| | |\   | 
 | 
| | | *  | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-23 | 1 | -1/+1 | 
 | 
 | 
| | | *  | Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ... | guest | 2012-03-04 | 1 | -25/+30 | 
 | 
 | 
| * | |  | More generation of error codes (most platform-specific parts not already using | donal.k.fellows@manchester.ac.uk | 2011-04-06 | 1 | -0/+21 | 
 | 
 | 
| * | |  | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -13/+13 | 
 | 
 | 
| * | |    | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 | 
| |\ \ \  
| |/ /   | 
 | 
| | * |    | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 | 
| | |\ \  
| | |/   | 
 | 
| | | *  | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 | 
 | 
 | 
| | | *  | [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux@users.sourceforge.net | 2010-03-01 | 1 | -5/+24 | 
 | 
 | 
| | | *  | Fix mark and space parity on Linux | rmax | 2008-03-03 | 1 | -1/+4 | 
 | 
 | 
| | | *  | * unix/tclUnixChan.c (TclUnixWaitForFile): | Kevin B Kenny | 2006-11-28 | 1 | -3/+4 | 
 | 
 | 
| | | *  | Rewritten MT-safe wrappers to return ptrs to TSD storage | zv@archiware.com | 2006-09-07 | 1 | -36/+6 | 
 | 
 | 
| | | *  | Added MT-safe implementation of some library calls. | zv@archiware.com | 2006-09-06 | 1 | -1/+31 | 
 | 
 | 
| | | *  | 	* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() | das | 2006-08-18 | 1 | -1/+4 | 
 | 
 | 
| | | *  | 	* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 | 
 | 
 | 
| | | *  | 	TIP#218 IMPLEMENTATION | andreask@activestate.com | 2005-01-27 | 1 | -76/+53 | 
 | 
 | 
| | | *  | 	* unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring | hobbs | 2004-11-17 | 1 | -10/+10 | 
 | 
 | 
| | | *  | 	* Applied [SF Tcl Patch 868853], fixing a mem leak in | andreask@activestate.com | 2004-05-04 | 1 | -1/+10 | 
 | 
 | 
| | | *  | Fix memleak with long hostnames. [Bug 888777] | donal.k.fellows@manchester.ac.uk | 2004-02-25 | 1 | -1/+3 | 
 | 
 | 
| | | *  | 	* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] | andreask@activestate.com | 2003-10-23 | 1 | -9/+12 | 
 | 
 | 
| | * |  | Prettify and fix filename in ChangeLog. | ferrieux@users.sourceforge.net | 2010-03-01 | 1 | -4/+9 | 
 | 
 | 
| | * |  | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux@users.sourceforge.net | 2010-03-01 | 1 | -4/+10 | 
 | 
 | 
| | * |  |         * generic/tclCmdIL.c:   Removed unused variables. | dgp@users.sourceforge.net | 2009-07-16 | 1 | -3/+2 | 
 | 
 | 
| | * |  | 	* unix/tclUnixChan.c:		TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -34/+31 | 
 | 
 | 
| | * |  | 	* macosx/tclMacOSXNotify.c:	revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -1/+4 | 
 | 
 | 
| * | |  |   *  doc/socket.n:         Document the changes to the [socket] and
 | rmax | 2010-09-28 | 1 | -3/+4 | 
 | 
 |