summaryrefslogtreecommitdiffstats
path: root/generic/tkArgv.c
Commit message (Collapse)AuthorAgeFilesLines
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+2
| | | | | | | | | | | | tkArgv.c make defaultTable const tkScrollbar.c Store default for "-with" in static non-const memory tkWinInt.h make tkWinProcs const, and 5 tkWinX.c procs MODULE_SCOPE tkWinColor.c make sysColors const tkWinKey.c make keymap const tkWinScrlbr.c Simplify copying of "-with" default value. tkUnixWm.c make TkSetTransientFor static tests/textImage.test textImage-1.13 depends on hash-order
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-4/+4
|
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-9/+9
| | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c)
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-2/+2
|
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|
* use kenny variant for 1936238 fixhobbs2008-04-071-12/+4
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-071-2/+3
|
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Tidy up some variable types.patthoyts2007-11-171-3/+3
|
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-3/+3
| | | | | | | | | | | | | | | | | | | * generic/tkCanvUtil.c: pointer from/to integer of different * generic/tkCanvas.c: size' on 64-bit platforms by casting * generic/tkCursor.c: to intermediate types * generic/tkInt.h: intptr_t/uintptr_t via new PTR2INT(), * generic/tkListbox.c: INT2PTR(), PTR2UINT() and UINT2PTR() * generic/tkObj.c: macros. * generic/tkStyle.c: * generic/tkTextIndex.c: * generic/tkUtil.c: * generic/ttk/ttkTheme.h: * generic/ttk/ttkTreeview.c: * unix/tkUnixMenu.c: * unix/configure.in: * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* header cleanupdgp2007-09-071-2/+1
|
* restore unix line endingsdgp2007-06-251-421/+421
|
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-426/+421
|
* ANSIfydkf2005-11-041-211/+199
|
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-6/+7
| | | | | | | | | * Updated callers of Tcl_GetStringResult. Rewrote PrintScrollFractions to ScrollFractions to stop scribbling directly on interp->result. * Updated callers of Tcl_GetVar, Tcl_GetVar2 * Updated callers of Tcl_SplitPath, Tcl_JoinPath, and Tcl_TranslateFileName.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-7/+11
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+433