Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Allow additional optional "interp" argument for testinterpresolver command. ↵ | jan.nijtmans | 2016-09-05 | 1 | -1/+1 | |
| | | | | | | Not used yet in any test-case. Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch). Eliminate some unecessary spacing. | |||||
* | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. | ashok | 2016-07-09 | 1 | -3/+4 | |
| | ||||||
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead ↵ | jan.nijtmans | 2015-06-24 | 1 | -6/+6 | |
| | | | | of int for more internal variables. | |||||
* | Added comments raising questions about possible updates to channel | dgp | 2014-03-21 | 1 | -0/+6 | |
| | | | drivers on Windows. | |||||
* | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. | jan.nijtmans | 2013-11-16 | 1 | -3/+3 | |
| | ||||||
* | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -10/+3 | |
| | | | Eliminate all usage of TclWinSetInterfaces(), which does exactly the same as TclpSetInterfaces(), but keep exported symbol and stub entry. | |||||
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -2/+0 | |
|\ | ||||||
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -2/+0 | |
| | | ||||||
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 1 | -1/+1 | |
| | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%' | |||||
| * | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -17/+20 | |
| | | ||||||
* | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer | dkf | 2012-07-31 | 1 | -10/+11 | |
| | | | | | | objects. | |||||
* | | [Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when ↵ | ferrieux | 2012-07-25 | 1 | -4/+22 | |
| | | | | | | | | needed to honour TIP#398. | |||||
* | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 1 | -1/+3 | |
| |\ | ||||||
| | * | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293 | dgp | 2012-07-02 | 1 | -1/+3 | |
| | | | | | | | | | to find end of written data bytes. | |||||
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -7/+7 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | merge trunk | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | | |\ | | | |/ | | |/| | ||||||
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | |||||
* | | | | 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 | |
| |\ \ \ | | |/ / | ||||||
| | * | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 | |
| | |/ | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -15/+0 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -25/+0 | |
| | | | ||||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -9/+0 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -9/+0 | |
| | | | ||||||
* | | | minor gcc compiler warning with -Wwrite-strings | jan.nijtmans | 2011-07-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+2 | |
| | | | | | | | | | Tcl_PosixError). | |||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -12/+12 | |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | |||||
* | | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | |||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 | |
| |\ \ | | |/ | | | | more harm than good. Purged them. | |||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 | |
| | | | | | | | | | more harm than good. Purged them. | |||||
| | * | * win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head | andreas_kupries | 2006-03-14 | 1 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by David Gravereaux in 2004. See ChangeLog entry 2004-01-19. [Bug 1381436]. Fixed a thread-safety problem with the process list. The delayed cut operation after the wait was going stale by being outside the list lock. It now cuts within the lock and does a locked splice for when it needs to instead. [Bug 859820] | |||||
| | * | Finalization of the pipes are now solely done in TclpFinalizePipes and | vasiljevic | 2006-03-10 | 1 | -34/+11 | |
| | | | | | | | | | | | | | | | | | | not over the thread-exit handler, because the order of actions the Tcl generic core will impose may result in cores/hangs if the thread exit handler tearis down pipes too early (see Bug # 1437595). | |||||
| | * | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 1 | -12/+8 | |
| | | | | | | | | | | | | | | | * win/tclWinPort.h: provides extended error code support. * tests/exec.test: Wrote some tests for this feature. | |||||
| | * | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | bug 1225044 | Kevin B Kenny | 2005-06-22 | 1 | -21/+41 | |
| | | | ||||||
| | * | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -7/+4 | |
| | | | ||||||
| | * | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -32/+17 | |
| | | | ||||||
| | * | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 1 | -17/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the -blocking option when closing. The windows pipe driver now has the same behavior as the UNIX side. This change is to avoid a hung shell when exiting due to open pipes that refuse to close in a graceful manner. * doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented. [Bug 947693] ***POTENTIAL INCOMPATIBILITY*** Scripts that use async pipes on windows, must (like the UNIX side) set -blocking to 1 before calling [close] to receive the exit status. * tests/winPipe.test (winpipe-6.1/2): added 'fconfigure $f -blocking 1' so the exit status can be acquired. | |||||
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -4/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * mac/tclMacChan.c: | |||||
| | * | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | DOS application, the path priming does not need an ending space as BuildCommandLine() will do this for us. | |||||
| | * | (BuildCommandLine): Append a space when the path got primed. | davygrvy | 2004-05-10 | 1 | -4/+6 | |
| | | | ||||||
| | * | backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() ↵ | davygrvy | 2004-02-25 | 1 | -16/+10 | |
| | | | | | | | | | | | | rules of quoting | |||||
| | * | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ronaldd@users.sourceforge.net>. | |||||
| | * | * win/tclWinPipe.c: fixed a bug in BuildCommandLine. | mdejong | 2003-10-04 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | This bug built a command line with a missing space between tclpipe.dll and the following arguments. It caused error in Windows 98 when exec command.com (e.g. dir) [Bug 789040] |