Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵ | jan.nijtmans | 2013-02-22 | 1 | -1/+5 |
| | | | | used in winMain.c/tkAppInit.c | ||||
* | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵ | jan.nijtmans | 2013-02-18 | 1 | -2/+3 |
| | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c | ||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
* | | | no longer depend on MODULE_SCOPE being defined | jan.nijtmans | 2011-05-05 | 1 | -0/+3 |
| | | | |||||
* | | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵ | jan.nijtmans | 2011-04-06 | 1 | -1/+4 |
| | | | | | | | | | | | | reason for exporting them. | ||||
* | | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just ↵ | nijtmans | 2010-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | | as Tcl_SetVar. | ||||
* | | | Add -Wdeclaration-after-statement | nijtmans | 2010-09-23 | 1 | -33/+34 |
| | | | | | | | | | | | | | | | tkWinX.c,winMain.c: Make compilable with -DUNICODE tkAppInit.c,winMain.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style. | ||||
* | | | Bug fix for #2875562 | nijtmans | 2009-10-21 | 1 | -1/+4 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -4/+4 |
|/ / | |||||
* | | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -35/+42 |
|/ | |||||
* | * Removed unnecessary dependence of tktest executable on the tcltest | dgp | 2002-06-21 | 1 | -7/+1 |
| | | | | | executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134]. | ||||
* | * unix/tkAppInit.c: Removed now unneeded and erroneous reference | andreas_kupries | 2002-06-14 | 1 | -9/+1 |
| | | | | to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter. | ||||
* | * generic/tkMain.c : | redman | 1999-12-02 | 1 | -2/+25 |
| | | | | | | | * unix/tkAppInit.c: * win/winMain.c: Added added hooks into the main() code for supporting TclPro and other "big" shells more easily without requiring a copy of the main() code. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -3/+10 |
| | |||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 1 | -2/+2 |
| | | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+120 |