| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -5/+5 |
|
|
* | Fix [e770d92d76]: Add support for higher baud rates in Tcl | jan.nijtmans | 2015-06-16 | 1 | -0/+33 |
|\ |
|
| * | Patch to add support for higher baud rates under Unix Ticket [e770d92d76]]ticket_e770d92d6 | hypnotoad | 2015-06-10 | 1 | -0/+33 |
|
|
| * | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -4/+4 |
|
|
| * | Add test-case for previous commit, which shows that when trying to open a fil... | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
| |\
| |/
|/| |
|
| * | 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.jenglish_termios_cleanup | 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 | 2013-03-02 | 1 | -19/+12 |
|
|
| | * | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, | jenglish | 2013-03-02 | 1 | -6/+7 |
|
|
| | * | Do not use strncasecmp(). It is nonstandard and not portable. | jenglish | 2013-03-02 | 1 | -7/+7 |
|
|
| | * | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -5/+6 |
|
|
| | * | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, | jenglish | 2013-03-01 | 1 | -39/+19 |
|
|
| | * | TtyGetOptionProc: remove inoperative comment "The string returned by | jenglish | 2013-02-28 | 1 | -6/+2 |
|
|
| | * | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef | jenglish | 2013-02-27 | 1 | -16/+8 |
|
|
| | * | Remove IOSTATE facade: it's always a struct termios. | jenglish | 2013-02-27 | 1 | -25/+18 |
|
|
| | * | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) | jenglish | 2013-02-27 | 1 | -7/+4 |
|
|
| | * | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. | jenglish | 2013-02-27 | 1 | -21/+1 |
|
|
| | * | For termios, we never want DIRECT_BAUD; always use the symbolic constants | jenglish | 2013-02-27 | 1 | -14/+0 |
|
|
| | * | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections | jenglish | 2013-02-27 | 1 | -100/+1 |
| |/ |
|
| * | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -35/+40 |
|
|
| * | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -2/+2 |
|
|
| * | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
| |\ |
|
| * \ | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+21 |
|
|
| * | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -13/+13 |
|
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ |
|
| * | | | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 1 | -3/+4 |
|
|
| * | | | Eliminate various unnecessary type casts, use function typedefs whenever poss... | nijtmans | 2010-06-21 | 1 | -8/+8 |
|
|
| * | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
| * | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -5/+5 |
|
|
| * | | | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- | andreas_kupries | 2009-11-17 | 1 | -5/+9 |
|
|
| * | | | Some small bits of tidying up. | dkf | 2009-11-09 | 1 | -68/+68 |
|
|
| * | | | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c | rmax | 2009-06-15 | 1 | -1140/+3 |
|
|
| * | | | Remove unused variable (compiler warning) | dgp | 2009-04-10 | 1 | -2/+2 |
|
|
| * | | | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -33/+30 |
|
|
| * | | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -1/+4 |
|
|
| * | | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -2/+56 |
|
|
| * | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|
| * | | | * unix/tclUnixChan.c: fix minor compiler warning | nijtmans | 2008-10-08 | 1 | -2/+2 |
|
|
| * | | | Streamline async connect logic [Patch 1994512]. | jenglish | 2008-08-05 | 1 | -68/+40 |
|
|
* | | | | Add test-case for previous commit, which shows that when trying to open a fil... | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
|
|
* | | | | Additional check for an error condition on the socket. | dgp | 2014-06-12 | 1 | -1/+7 |
|
|
* | | | | Workaround the broken select() in some Linux kernels that fails to report | dgp | 2014-06-11 | 1 | -3/+52 |
| |_|/
|/| | |
|
* | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | make some more internal tables const | jan.nijtmans | 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 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | | [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux | 2010-03-01 | 1 | -5/+24 |
|
|