| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|
|
* | 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 |
|
|
| | * | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec... | jan.nijtmans | 2017-08-29 | 1 | -1/+7 |
|
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -3/+3 |
|/ / / |
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2017-11-07 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. | ferrieux | 2017-08-24 | 1 | -1/+7 |
|
|
* | | | | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally termina... | f.bonnet | 2017-11-05 | 1 | -2/+2 |
|
|
* | | | | Comments and formatting | f.bonnet | 2017-08-27 | 1 | -1/+1 |
|
|
* | | | | Fixed reference counting issue with objects returned by WaitProcessStatus | f.bonnet | 2017-08-27 | 1 | -1/+4 |
|
|
* | | | | Refactoring to support all processes and not just detached ones. | f.bonnet | 2017-08-27 | 1 | -56/+19 |
|
|
* | | | | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 1 | -62/+3 |
|
|
* | | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] i... | f.bonnet | 2017-08-18 | 1 | -1/+58 |
|/ / / |
|
* | | | typos | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|/ / |
|
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -42/+51 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -4/+4 |
|
|
| | | |
| \ | |
*-. \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
|\ \ \
| | |/ |
|
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
| | |\
| |/ / |
|
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | 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 |
| | |/ |
|
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+18 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -5/+5 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
| | * | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -2/+18 |
|
|
| | * | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 1 | -5/+4 |
|
|
| | * | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug | andreas_kupries | 2005-10-05 | 1 | -7/+11 |
|
|
| | * | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+8 |
|
|
| | * | * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special | hobbs | 2004-07-02 | 1 | -15/+36 |
|
|
| * | | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash | andreas_kupries | 2009-07-24 | 1 | -4/+10 |
|
|
* | | | Fix compilation of xttest with 8.6 changes | nijtmans | 2010-06-14 | 1 | -11/+8 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -9/+10 |
|
|
* | | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 1 | -4/+10 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -54/+58 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -15/+15 |
|/ / |
|
* | | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -2/+18 |
|
|
* | | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 1 | -5/+4 |
|
|
* | | Silence a warning. | dkf | 2005-11-07 | 1 | -2/+3 |
|
|
* | | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -2/+2 |
|
|
* | | ANSIfy; generic/*.c now all done except for test code | dkf | 2005-11-02 | 1 | -99/+88 |
|
|
* | | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug | andreas_kupries | 2005-10-05 | 1 | -7/+11 |
|
|
* | | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+8 |
|
|