| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor code cleanup. | jan.nijtmans | 2018-09-05 | 1 | -7/+7 |
|
|
* | merge 8.6 | sebres | 2018-08-29 | 1 | -47/+176 |
|\ |
|
| * | code review after merge with 8.5 (restore usage of some functions, after lost... | sebres | 2018-08-29 | 1 | -9/+9 |
|
|
| * | merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ... | sebres | 2018-08-29 | 1 | -52/+181 |
| |\ |
|
| | * | code review, skip slow test winpipe-8.2 executed args from injectList particu... | sebres | 2018-08-23 | 1 | -31/+50 |
|
|
| | * | code review, restored backwards compatibility of the simplest escape of quote... | sebres | 2018-08-23 | 1 | -12/+25 |
|
|
| | * | fixes escape for special cases (+ more test-cases): | sebres | 2018-08-21 | 1 | -32/+110 |
|
|
| | * | because executable (1st argument) always proper escaped now, don't need to re... | sebres | 2018-08-20 | 1 | -1/+1 |
|
|
| | * | small amend: avoid reset of unpaired quote flag between arguments (previous a... | sebres | 2018-08-20 | 1 | -7/+18 |
|
|
| | * | win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnera... | sebres | 2018-08-20 | 1 | -34/+43 |
|
|
| | * | win: TclpCreateProcess or [exec process ...] - search for application extende... | sebres | 2018-08-17 | 1 | -4/+5 |
|
|
* | | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn... | jan.nijtmans | 2018-06-26 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-03-12 | 1 | -32/+15 |
|\ \ \ |
|
| * \ \ | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -31/+14 |
| |\ \ \ |
|
| | * \ \ | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 1 | -31/+14 |
| | |\ \ \ |
|
| | | * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -31/+14 |
| | | |/ / |
|
| * | | | | Merge trunk | jan.nijtmans | 2017-09-18 | 1 | -6/+6 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Rebase to trunk | jan.nijtmans | 2017-09-08 | 1 | -1/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -166/+458 |
| | |\ \ \ |
|
| | * | | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -1/+1 |
|
|
* | | | | | | merge 8.7 | dgp | 2017-11-07 | 1 | -167/+459 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Finish libtommath's constification work. All done (hopefully). And make sure ... | jan.nijtmans | 2017-09-18 | 1 | -6/+6 |
| |/ / / / |
|
| * | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -1/+1 |
|
|
| * | | | Fix gcc warning: unused variable wakeEvent | jan.nijtmans | 2017-05-04 | 1 | -2/+1 |
|
|
| * | | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -11/+11 |
| |\ \ \ |
|
| * | | | | [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using ... | sebres | 2017-04-12 | 1 | -3/+2 |
|
|
| * | | | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 1 | -17/+34 |
|
|
| * | | | | added wake-up event to prevent possible dead-locks by some waiting thread (e.... | sebres | 2017-04-11 | 1 | -12/+23 |
|
|
| * | | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc... | sebres | 2017-04-11 | 1 | -334/+380 |
|
|
| * | | | | code review and fix small memory leak using ckalloc, without finalization of ... | sebres | 2017-04-11 | 1 | -36/+71 |
|
|
| * | | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 1 | -236/+342 |
|
|
| * | | | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 1 | -7/+7 |
|
|
| * | | | | fix typo-bug (using wrong thread handle by set priority) | sebres | 2017-04-05 | 1 | -1/+1 |
|
|
| * | | | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 1 | -39/+46 |
|
|
| * | | | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 1 | -6/+78 |
| |/ / / |
|
| * | | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
|
|
* | | | | On Windows, Tcl_Pids now map to dwProcessId instead of hProcess because the s... | f.bonnet | 2017-08-27 | 1 | -3/+3 |
|
|
* | | | | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 1 | -41/+1 |
|
|
* | | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] i... | f.bonnet | 2017-08-18 | 1 | -1/+41 |
| |_|/
|/| | |
|
* | | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or... | jan.nijtmans | 2016-08-30 | 1 | -1/+1 |
|/ / |
|
* | | 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 of... | jan.nijtmans | 2015-06-24 | 1 | -6/+6 |
|
|
* | | Added comments raising questions about possible updates to channel | dgp | 2014-03-21 | 1 | -0/+6 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|