| Commit message (Expand) | Author | Age | Files | Lines |
* | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff... | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
|\ |
|
| * | Merge-mark 8.5. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -1/+0 |
| |\ |
|
| | * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -6/+0 |
|
|
| * | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -2/+15 |
|
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
|
|
* | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -6/+3 |
|
|
* | | | Minor TIP #562 fix: Missing #endif, results in (harmless) compiler warning wh... | jan.nijtmans | 2020-02-28 | 1 | -0/+2 |
|
|
* | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -10/+24 |
|\ \ \ |
|
| * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -9/+18 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -1/+8 |
|
|
* | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -2/+4 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
|
|
| | | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -5/+5 |
|
|
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -45/+45 |
|/ / / |
|
* | | | Merge 8.7, and fix build problem on Windows | jan.nijtmans | 2019-04-07 | 1 | -14/+22 |
|\ \ \ |
|
| * | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ... | jan.nijtmans | 2019-03-11 | 1 | -11/+19 |
|
|
* | | | | Support -winsize read-only option | dkf | 2019-03-29 | 1 | -1/+27 |
|
|
* | | | | Partial implementation on Windows. UNTESTED | dkf | 2019-03-27 | 1 | -4/+9 |
|
|
* | | | | Better handling, reset capabilty, and ensure that inherited channels are correct | dkf | 2019-03-24 | 1 | -30/+91 |
|
|
* | | | | Start of implementation of TIP 160: better terminal control | dkf | 2019-03-24 | 1 | -36/+212 |
|/ / / |
|
* | | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -4/+4 |
|
|
* | | | merge trunk | jan.nijtmans | 2017-05-04 | 1 | -9/+8 |
|\ \ \ |
|
| * \ \ | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -9/+8 |
| |\ \ \
| | |/ / |
|
* | | | | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() | jan.nijtmans | 2017-03-08 | 1 | -160/+0 |
|/ / / |
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -2/+2 |
|/ / |
|
* | | Fix [e770d92d76]: Add support for higher baud rates in Tcl | jan.nijtmans | 2015-06-16 | 1 | -0/+33 |
|\ \
| |/ |
|
| * | 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]] | 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 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | 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 | 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 |
|
|