gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash ChangeLog
Date: Mon, 20 Nov 2006 15:05:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/20 15:05:21

Modified files:
        .              : ChangeLog 

Log message:
                * server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000) 
for win32,
                'return _thread == 0' is invalid in win32 that 'pthread_t' is 
typedef struct {
            void * p;                   /* Pointer to actual object */
            unsigned int x;             /* Extra information - reuse count etc 
*/
                } ptw32_handle_t;
                * server\video_stream_instance.h: typo
                * gui\gui.cpp: typo
                * backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
                * backend\sound_handler_sdl.cpp: sdl_audio_callback() is 
switched off for win32
                because of segmentation fault
                * server\video_stream_instance.cpp: typo
                * reconfigured win32 dir

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1674&r2=1.1675

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1674
retrieving revision 1.1675
diff -u -b -r1.1674 -r1.1675
--- ChangeLog   20 Nov 2006 14:49:12 -0000      1.1674
+++ ChangeLog   20 Nov 2006 15:05:21 -0000      1.1675
@@ -1,3 +1,18 @@
+2006-11-20 Vitaly Alexeev <address@hidden>
+
+       * server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000) for 
win32,
+       'return _thread == 0' is invalid in win32 that 'pthread_t' is typedef 
struct {
+    void * p;                   /* Pointer to actual object */
+    unsigned int x;             /* Extra information - reuse count etc */
+       } ptw32_handle_t;
+       * server\video_stream_instance.h: typo
+       * gui\gui.cpp: typo
+       * backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
+       * backend\sound_handler_sdl.cpp: sdl_audio_callback() is switched off 
for win32
+       because of segmentation fault
+       * server\video_stream_instance.cpp: typo
+       * reconfigured win32 dir
+       
 2006-11-20 Sandro Santilli <address@hidden>
 
        * gui/gnash.cpp (parseCommandLine): don't remove log file !




reply via email to

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