| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate unnecessary TEXT() macros | jan.nijtmans | 2012-09-23 | 1 | -15/+15 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | 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 |
|
|
| | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -2/+2 |
|
|
| | * | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
|
|
| | * | fix for [Bugs 733221, 733156] | Joe Mistachkin | 2003-05-10 | 1 | -21/+70 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -43/+51 |
|
|
* | | | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | | | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 1 | -28/+28 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 1 | -6/+6 |
|
|
* | | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -2/+2 |
|
|
* | | | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -74/+89 |
|
|
* | | | For MINGW/CYGWIN, use GetCommandLineA explicitely | nijtmans | 2010-05-03 | 1 | -2/+2 |
|
|
* | | | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added | Kevin B Kenny | 2009-11-27 | 1 | -5/+1 |
|
|
* | | | Fix [Bug 2902965] stub related changes | nijtmans | 2009-11-26 | 1 | -2/+6 |
|
|
* | | | * unix/tclAppInit.c: Repair broken build of the tcltest executable. | dgp | 2009-11-19 | 1 | -13/+3 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -3/+3 |
|/ / |
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -7/+9 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -2/+2 |
|
|
* | | * win/tclAppInit.c: WIN32 native console signal handler removed. | davygrvy | 2006-01-05 | 1 | -141/+1 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -71/+88 |
|
|
* | | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called | davygrvy | 2004-10-28 | 1 | -15/+6 |
|
|
* | | Dde package can load into a safe interp. Claim this fact for the | davygrvy | 2004-09-18 | 1 | -2/+3 |
|
|
* | | * win/tclAppInit.c: Restored the 'setargv' procedure when
| Kevin B Kenny | 2004-06-11 | 1 | -1/+126 |
|
|
* | | minor formatting and some commentary. | davygrvy | 2004-02-02 | 1 | -9/+11 |
|
|
* | | * tests/winPipe.test: more pass-thru commandline verifications. | davygrvy | 2004-02-01 | 1 | -143/+9 |
|
|
* | | Same change in how TCL_USE_STATIC_PACKAGES is used. | davygrvy | 2004-01-16 | 1 | -2/+2 |
|
|
* | | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
|
|
* | | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 1 | -2/+2 |
|
|
* | | fix bad cvs lf conversion | Joe Mistachkin | 2003-05-10 | 1 | -449/+449 |
|
|
* | | fix for [Bugs 733221, 733156] | Joe Mistachkin | 2003-05-10 | 1 | -400/+449 |
|/ |
|
* | * win/tclAppInit.c (sigHandler): Protect from trying to close a | davygrvy | 2002-12-04 | 1 | -3/+7 |
|
|
* | * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when | davygrvy | 2002-11-04 | 1 | -1/+18 |
|
|
* | Added proper exiting conditions using Win32 console signals. This handles | davygrvy | 2002-09-30 | 1 | -1/+79 |
|
|
* | reverted back to 1.6, as the header file change to tclPort.h doesn't allow for | davygrvy | 2002-02-21 | 1 | -2/+3 |
|
|
* | * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h to | davygrvy | 2002-02-21 | 1 | -3/+2 |
|
|
* | * generic/tcl.decls : | redman | 1999-12-02 | 1 | -2/+44 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -27/+20 |
|
|
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -5/+5 |
|
|
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -1/+8 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+259 |
|
|