| 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 | -2/+2 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
|\ |
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
|
|
| * | Merge-mark 8.5. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -3/+0 |
| |\ |
|
| | * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -4/+0 |
|
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -3/+0 |
|
|
* | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -6/+3 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+3 |
|\ \ \ |
|
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -27/+27 |
|/ / / |
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -3/+3 |
|
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|/ / |
|
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -2/+2 |
|
|
* | | [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. | dgp | 2014-07-11 | 1 | -2/+4 |
|
|
* | | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP... | dgp | 2014-05-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Correct the interest masks in the Tcl_CreateFileHandler() calls in | dgp | 2014-05-31 | 1 | -2/+2 |
| |/ |
|
| * | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding | dkf | 2012-11-14 | 1 | -2/+51 |
| |\ |
|
| | * | Backport from Tcl 8.6. | dkf | 2012-11-14 | 1 | -2/+40 |
|
|
* | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -32/+11 |
|
|
* | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -31/+33 |
|
|
* | | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer | dkf | 2012-07-31 | 1 | -9/+11 |
|
|
* | | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent) | dgp | 2012-07-02 | 1 | -1/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | 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 |
|
|
| | * | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard | das | 2006-08-02 | 1 | -1/+18 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -3/+4 |
|
|
| | * | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
| | * | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+22 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -2/+4 |
|
|
| | * | silence compiler warning | dgp | 2004-06-08 | 1 | -2/+2 |
|
|
| | * | Silence compiler warnings | dgp | 2004-06-08 | 1 | -3/+1 |
|
|
| * | | Use correct TCL_LL_MODIFIER for CYGWIN. | nijtmans | 2010-01-29 | 1 | -8/+25 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -1/+35 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -3/+10 |
|
|
* | | | Some small bits of tidying up. | dkf | 2009-11-09 | 1 | -70/+71 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -2/+2 |
|
|
* | | | Remove obsolete PipeCloseProc | ferrieux | 2008-12-18 | 1 | -83/+1 |
|
|
* | | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -6/+98 |
|
|
* | | | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 1 | -1/+4 |
|
|
* | | | fix warnings, formatting | das | 2008-07-21 | 1 | -18/+17 |
|
|
* | | | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -1/+45 |
|/ / |
|
* | | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -3/+3 |
|
|
* | | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 1 | -47/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|