summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 1151523] the non-embarrasing way!dkf2005-11-221-8/+14
|
* Plug potential memory leak...dkf2005-11-221-1/+2
|
* ANSIfy (might as well finish the job!)dkf2005-11-181-1127/+1004
|
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-1722-2643/+2488
|
* Lots of ANSIfying of function decls.dkf2005-11-1736-2617/+2623
| | | | Also a few spots where code has been cleaned up more completely.
* ANSI function declsdkf2005-11-161-43/+40
|
* ANSIfydkf2005-11-1518-2917/+2885
|
* ANSIfydkf2005-11-144-1013/+966
|
* Fix problem in default selection handler outlined by test select-9.5dkf2005-11-141-12/+14
|
* Typo fixdkf2005-11-131-2/+2
|
* ANSIfydkf2005-11-134-598/+595
|
* More bits of ANSIfyingdkf2005-11-115-1606/+1563
|
* Fixes of other issues raised in [Bug 1353022]dkf2005-11-102-3/+6
|
* ANSIfydkf2005-11-072-395/+364
|
* ANSIfydkf2005-11-072-256/+250
|
* ANSIfydkf2005-11-041-109/+98
|
* ANSIfydkf2005-11-0411-3258/+3137
|
* ANSIfydkf2005-11-0410-2019/+1981
|
* fix for count displaylines bugvincentdarley2005-10-311-1/+10
|
* * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-181-24/+23
| | | | | | to be sure conversion from the system encoding is complete before any processing sensitive to list-special characters is done. [Bug 1328926].
* Format for style and remove non-ANSI declsdkf2005-10-171-279/+278
|
* Format for style and remove non-ANSI declsdkf2005-10-171-587/+585
|
* whitespace cleaningdkf2005-10-171-5/+5
|
* Format for style and remove non-ANSI declsdkf2005-10-171-345/+335
|
* Format for style and remove non-ANSI declarationsdkf2005-10-171-421/+386
|
* Formatting cleanup and remove non-ANSI declsdkf2005-10-171-160/+185
|
* Style cleanup and removal of non-ANSI declsdkf2005-10-171-540/+596
|
* Undo accidental checkindkf2005-10-122-7/+2
|
* Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-122-2/+7
| | | | This enables packaging of the test suite as a starkit.
* * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-101-3/+3
| | | | properly alloc/delete one more option. [Bug 1319720] (melbardis)
* * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and addhobbs2005-10-101-1/+40
| | | | | * generic/tkInt.h: WORDS_BIGENDIAN checks that will work with OS X universal binary compiles. (steffen)
* * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit ifhobbs2005-10-101-2/+10
| | | | | | the winPtr indicates TK_ALREADY_DEAD. This prevents reinit that creates a Tk exit handler after all exit handlers should be called. [Bug 749908, 1322294]
* whitespace changes onlyhobbs2005-10-101-201/+199
|
* tip256 implementationvincentdarley2005-10-109-132/+226
|
* * unix/tkUnixPort.h: Disabled inclusion of the private Tcl headerdgp2005-09-281-3/+23
| | | | | | | | | | * win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and shrinking number of calls of private Tcl routines. Each Tk source file doing this should follow the convention in the macosx port and have its own #include "tclInt.h". * generic/tkEvent.c: Disabled calls to private Tcl routine TclInExit(). See comment in TkCreateExitHandler() for full rationale.
* Regendkf2005-09-214-440/+472
|
* Tk-internal exit handler improvements. [Bug 749908]dkf2005-09-214-2137/+1773
|
* Get rid of constness warningdkf2005-09-141-3/+6
|
* Oops, varnames were not completely regularized.dkf2005-09-141-11/+10
|
* Fix for [1288128]dkf2005-09-141-88/+134
|
* Whitespace/style improvementsdkf2005-09-082-1153/+1253
|
* Added missing FF charsdkf2005-09-061-4/+4
|
* Formatting Systematizationdkf2005-08-181-797/+782
|
* Formatting systematizationdkf2005-08-181-387/+379
|
* Style systematizationdkf2005-08-161-682/+667
|
* Fixed bug # 1258604chengyemao2005-08-131-2/+5
|
* typo fixesdkf2005-08-121-5/+5
|
* Fix for [749908] that localizes the changes within a single file and alsodkf2005-08-121-476/+583
| | | | allows third-party code to work.
* oopsdgp2005-08-111-2/+2
|
* more errors found by the compilerdgp2005-08-112-15/+12
|