gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog utilities/parser.cpp utilities/...


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog utilities/parser.cpp utilities/...
Date: Fri, 29 Sep 2006 00:52:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/09/29 00:52:10

Modified files:
        .              : ChangeLog 
        utilities      : parser.cpp processor.cpp 

Log message:
         Fixed "declaration of 'int getopt(int, char*  const*, const char*)' 
        throws different exceptions" (running with -pedantic)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.954&r2=1.955
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/parser.cpp?cvsroot=gnash&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/processor.cpp?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.954
retrieving revision 1.955
diff -u -b -r1.954 -r1.955
--- ChangeLog   28 Sep 2006 17:17:25 -0000      1.954
+++ ChangeLog   29 Sep 2006 00:52:10 -0000      1.955
@@ -1,4 +1,10 @@
-2006-09-27 Markus Gothe <address@hidden>
+2006-09-29 Markus Gothe <address@hidden>
+
+       * utilities/parser.cpp, utilities/processor.cpp: Fixed "declaration 
+         of 'int getopt(int, char*  const*, const char*)' throws different 
+         exceptions" (running with -pedantic)
+
+2006-09-28 Markus Gothe <address@hidden>
 
        * libbase/smart_ptr.hpp: Added #define's to ensure it's not included
          more than one time.

Index: utilities/parser.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/parser.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- utilities/parser.cpp        30 Aug 2006 17:10:09 -0000      1.17
+++ utilities/parser.cpp        29 Sep 2006 00:52:10 -0000      1.18
@@ -43,7 +43,6 @@
 #include <iostream>
 #include <cstdio>
 #include <unistd.h>
-extern int optind, getopt(int, char *const *, const char *);
 #include "tu_file.h"
 #include "zlib_adapter.h"
 #include "image.h"

Index: utilities/processor.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/processor.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- utilities/processor.cpp     18 Sep 2006 05:10:16 -0000      1.20
+++ utilities/processor.cpp     29 Sep 2006 00:52:10 -0000      1.21
@@ -55,7 +55,6 @@
 #include <iostream>
 #include <cstdio>
 #include <unistd.h>
-extern int optind, getopt(int, char *const *, const char *);
 
 bool gofast = false;           // FIXME: this flag gets set based on
                                // an XML message written using




reply via email to

[Prev in Thread] Current Thread [Next in Thread]