diff options
author | nijtmans <nijtmans> | 2010-01-22 14:17:53 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-22 14:17:53 (GMT) |
commit | 3998cf77ee9513d59f553516618187a6bccb697f (patch) | |
tree | 000910596afd8ed4fc7d62d3df7ec8d8b277d252 /ChangeLog | |
parent | 027efdef074cb8c116b5f9c888ad445ea692f654 (diff) | |
download | tk-3998cf77ee9513d59f553516618187a6bccb697f.zip tk-3998cf77ee9513d59f553516618187a6bccb697f.tar.gz tk-3998cf77ee9513d59f553516618187a6bccb697f.tar.bz2 |
fix more gcc warnings: missing initializer
Eliminate use of __argc and __argv for CYGWIN
Make cygwin configuration error into
a warning: CYGWIN compilation works
although there still are test failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2010-01-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkInt.h Don't depend on <stdio.h> from tcl.h any more + * generic/tkOldConfig.c + * generic/ttk/ttkClamTheme.c fix more gcc warnings: missing initializer + * generic/ttk/ttkClassicTheme.c + * generic/ttk/ttkDefaultTheme.c + * generic/ttk/ttkElements.c + * generic/ttk/ttkEntry.c + * generic/ttk/ttkInit.c + * generic/ttk/ttkLabel.c + * generic/ttk/ttkNotebook.c + * generic/ttk/ttkPanedwindow.c + * generic/ttk/ttkSquare.c + * generic/ttk/ttkTreeview.c + * win/ttkWinTheme.c + * win/tkWinMenu.c Add missing #include <string.h> + * win/tkWinPort.h Fix include files for CYGWIN + * win/tkWinSend.c + * win/tkWinSendCom.c + * win/tkWinTest.c Fix gcc warning + * win/winMain.c: Eliminate use of __argc and __argv for CYGWIN + * win/tcl.m4 Make cygwin configuration error into + * win/configure.in a warning: CYGWIN compilation works + * win/configure although there still are test failures. + 2010-01-19 Donal K. Fellows <dkf@users.sf.net> * generic/tkCanvas.c (TagSearchScanExpr): [Bug 2931374]: Stop overflow |