summaryrefslogtreecommitdiffstats
path: root/unix/tkAppInit.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-1/+1
|
* Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵jan.nijtmans2013-02-221-1/+5
| | | | used in winMain.c/tkAppInit.c
* Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵jan.nijtmans2013-02-181-2/+3
| | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | no longer depend on MODULE_SCOPE being definedjan.nijtmans2011-05-051-0/+3
| | |
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-061-1/+4
| | | | | | | | | | | | reason for exporting them.
* | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just ↵nijtmans2010-09-231-2/+2
| | | | | | | | | | | | as Tcl_SetVar.
* | | Add -Wdeclaration-after-statementnijtmans2010-09-231-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 #2875562nijtmans2009-10-211-1/+4
| | |
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-35/+42
|/
* * Removed unnecessary dependence of tktest executable on the tcltestdgp2002-06-211-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 referenceandreas_kupries2002-06-141-9/+1
| | | | to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter.
* * generic/tkMain.c :redman1999-12-021-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 trunkstanton1999-04-161-3/+10
|
* * mac/tkMacAppInit.c:stanton1999-02-041-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 filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+120