| Commit message (Expand) | Author | Age | Files | Lines |
* | Where "interp" is only used for error-reporting, it can be allowed to be NULL... | jan.nijtmans | 2015-10-07 | 1 | -30/+32 |
|
|
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | jan.nijtmans | 2012-10-23 | 1 | -1/+2 |
|\ |
|
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -16/+18 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
|
|
* | | fix windows build broken by [92cfbef048] | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
|
|
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -105/+124 |
|
|
* | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -8/+19 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+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 |
|
|
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -3/+5 |
|
|
| * | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -3/+5 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -6/+6 |
|
|
* | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -3/+5 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -2/+2 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -9/+8 |
|
|
* | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -23/+145 |
|
|
* | | | Revert a few files from the previous commit, preventing | nijtmans | 2010-03-11 | 1 | -2/+2 |
|
|
* | | | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 1 | -2/+2 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -3/+3 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -4/+4 |
|/ / |
|
* | | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -6/+6 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -22/+22 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -77/+92 |
|
|
* | | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
|
|
* | | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT... | davygrvy | 2003-09-08 | 1 | -2/+2 |
|/ |
|
* | load fixes for Bug 611108 | vincentdarley | 2002-10-10 | 1 | -6/+20 |
|
|
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -5/+5 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -8/+22 |
|
|
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -24/+24 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | Updated APIs in the files */tcl*Load*.c according to the guidelines | Kevin B Kenny | 2002-01-09 | 1 | -2/+2 |
|
|
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -2/+2 |
|
|
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -4/+10 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -3/+4 |
|
|
* | * win/tclWinLoad.c (TclpLoadFile): added special message for | hobbs | 2000-09-06 | 1 | -3/+7 |
|
|
* | * doc/load.n: added notes about dll load errors on Windows | hobbs | 2000-02-10 | 1 | -2/+2 |
|
|
* | * win/tclWinLoad.c (TclpLoadFile): improved error message for load | hobbs | 2000-02-10 | 1 | -4/+44 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -20/+57 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+114 |
|
|