gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9633: merge from trunk to get lib_am


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9633: merge from trunk to get lib_amferror()
Date: Fri, 12 Sep 2008 12:17:33 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9633
committer: address@hidden
branch nick: rtmp
timestamp: Fri 2008-09-12 12:17:33 -0600
message:
  merge from trunk to get lib_amferror()
added:
  .vimrc
  testsuite/misc-ming.all/SharedObjectTest.as
  testsuite/misc-ming.all/SharedObjectTest.sol/
  testsuite/misc-ming.all/SharedObjectTest.sol/README
  testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
  testsuite/misc-ming.all/SharedObjectTestRunner.sh
modified:
  Makefile.am
  autogen.sh
  backend/render_handler_cairo.cpp
  configure.ac
  cygnal/Makefile.am
  cygnal/crc.cpp
  cygnal/cygnal.cpp
  cygnal/testsuite/cygnal.all/Makefile.am
  extensions/mysql/mysql_table.cpp
  gui/Player.cpp
  gui/Player.h
  gui/aqua_ogl_glue.cpp
  gui/gnash.cpp
  gui/gtk_glue_gtkglext.cpp
  gui/gui.cpp
  gui/kde_glue_opengl.cpp
  gui/sdl.cpp
  gui/sdl_ogl_glue.cpp
  libamf/sol.cpp
  libamf/sol.h
  libbase/GC.cpp
  libbase/GnashImageJpeg.h
  libbase/Makefile.am
  libbase/curl_adapter.cpp
  libbase/log.cpp
  libbase/log.h
  libbase/rc.cpp
  libbase/rc.h
  libcore/LoadVariablesThread.cpp
  libcore/PropertyList.h
  libcore/SWFStream.cpp
  libcore/array.cpp
  libcore/array.h
  libcore/as_environment.h
  libcore/as_object.cpp
  libcore/as_object.h
  libcore/as_value.cpp
  libcore/as_value.h
  libcore/asobj/NetConnection.cpp
  libcore/asobj/Selection.cpp
  libcore/asobj/SharedObject.cpp
  libcore/asobj/SharedObject.h
  libcore/debugger.cpp
  libcore/debugger.h
  libcore/fill_style.cpp
  libcore/fill_style.h
  libcore/font.cpp
  libcore/font.h
  libcore/movie_root.cpp
  libcore/movie_root.h
  libcore/parser/SWFMovieDefinition.cpp
  libcore/parser/action_buffer.h
  libcore/parser/button_character_def.cpp
  libcore/parser/button_character_def.h
  libcore/parser/edit_text_character_def.cpp
  libcore/parser/edit_text_character_def.h
  libcore/parser/morph2_character_def.cpp
  libcore/parser/morph2_character_def.h
  libcore/parser/shape_character_def.cpp
  libcore/parser/shape_character_def.h
  libcore/parser/sprite_definition.cpp
  libcore/parser/sprite_definition.h
  libcore/parser/text_character_def.cpp
  libcore/parser/text_character_def.h
  libcore/parser/video_stream_def.cpp
  libcore/parser/video_stream_def.h
  libcore/sprite_instance.cpp
  libcore/styles.cpp
  libcore/styles.h
  libcore/swf/CSMTextSettingsTag.cpp
  libcore/swf/CSMTextSettingsTag.h
  libcore/swf/DefineButtonCxformTag.h
  libcore/swf/DefineFontAlignZonesTag.cpp
  libcore/swf/DefineFontAlignZonesTag.h
  libcore/swf/DoActionTag.h
  libcore/swf/DoInitActionTag.h
  libcore/swf/PlaceObject2Tag.cpp
  libcore/swf/PlaceObject2Tag.h
  libcore/swf/RemoveObjectTag.cpp
  libcore/swf/RemoveObjectTag.h
  libcore/swf/ScriptLimitsTag.h
  libcore/swf/SetBackgroundColorTag.h
  libcore/swf/StartSoundTag.cpp
  libcore/swf/StartSoundTag.h
  libcore/swf/StreamSoundBlockTag.cpp
  libcore/swf/StreamSoundBlockTag.h
  libcore/swf/TagLoadersTable.h
  libcore/swf/tag_loaders.cpp
  libcore/swf/tag_loaders.h
  libcore/vm/SafeStack.h
  libcore/vm/VM.cpp
  libcore/vm/VM.h
  libmedia/FLVParser.cpp
  libmedia/ffmpeg/sound_handler_sdl.cpp
  libnet/network.cpp
  libnet/rtmp_client.cpp
  macros/libltdl.m4
  packaging/xpi.am
  plugin/xpcom/Makefile.am
  testsuite/actionscript.all/SharedObject.as
  testsuite/actionscript.all/array.as
  testsuite/libcore.all/AsValueTest.cpp
  testsuite/libcore.all/EdgeTest.cpp
  testsuite/libcore.all/StreamTest.cpp
  testsuite/misc-ming.all/DragDropTestRunner.cpp
  testsuite/misc-ming.all/Makefile.am
  testsuite/misc-ming.all/NetStream-SquareTest.c
  testsuite/misc-ming.all/action_execution_order_test8.c
  testsuite/misc-swfc.all/Makefile.am
  testsuite/swfdec/PASSING
  utilities/Makefile.am
  utilities/processor.cpp
    ------------------------------------------------------------
    revno: 9483.83.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2008-09-04 17:32:42 +0200
    message:
      Pass movie_definition by reference.
    modified:
      libcore/fill_style.cpp
      libcore/fill_style.h
      libcore/font.cpp
      libcore/font.h
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/action_buffer.h
      libcore/parser/button_character_def.cpp
      libcore/parser/button_character_def.h
      libcore/parser/edit_text_character_def.cpp
      libcore/parser/edit_text_character_def.h
      libcore/parser/morph2_character_def.cpp
      libcore/parser/morph2_character_def.h
      libcore/parser/shape_character_def.cpp
      libcore/parser/shape_character_def.h
      libcore/parser/sprite_definition.cpp
      libcore/parser/sprite_definition.h
      libcore/parser/text_character_def.cpp
      libcore/parser/text_character_def.h
      libcore/parser/video_stream_def.cpp
      libcore/parser/video_stream_def.h
      libcore/sprite_instance.cpp
      libcore/styles.cpp
      libcore/styles.h
      libcore/swf/CSMTextSettingsTag.cpp
      libcore/swf/CSMTextSettingsTag.h
      libcore/swf/DefineButtonCxformTag.h
      libcore/swf/DefineFontAlignZonesTag.cpp
      libcore/swf/DefineFontAlignZonesTag.h
      libcore/swf/DoActionTag.h
      libcore/swf/DoInitActionTag.h
      libcore/swf/PlaceObject2Tag.cpp
      libcore/swf/PlaceObject2Tag.h
      libcore/swf/RemoveObjectTag.cpp
      libcore/swf/RemoveObjectTag.h
      libcore/swf/ScriptLimitsTag.h
      libcore/swf/SetBackgroundColorTag.h
      libcore/swf/StartSoundTag.cpp
      libcore/swf/StartSoundTag.h
      libcore/swf/StreamSoundBlockTag.cpp
      libcore/swf/StreamSoundBlockTag.h
      libcore/swf/TagLoadersTable.h
      libcore/swf/tag_loaders.cpp
      libcore/swf/tag_loaders.h
    ------------------------------------------------------------
    revno: 9483.83.2
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2008-09-04 17:55:54 +0200
    message:
      Indenting.
    modified:
      libcore/swf/tag_loaders.cpp
    ------------------------------------------------------------
    revno: 9483.83.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2008-09-04 20:03:23 +0200
    message:
      Don't access _movieDef when there isn't one (e.g. invoking gnash without
      a filename).
      
      Return instead of exit in gnash_main.
    modified:
      gui/Player.cpp
      gui/Player.h
      gui/gnash.cpp
    ------------------------------------------------------------
    revno: 9483.83.4
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2008-09-04 20:05:14 +0200
    message:
      Remove some old code.
    modified:
      libcore/parser/sprite_definition.cpp
    ------------------------------------------------------------
    revno: 9483.1.197
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 21:19:30 +0200
    message:
      Pass movie_definition by reference, as it always has to be there.
      
      Other minor cleanups.
    modified:
      gui/Player.cpp
      gui/Player.h
      gui/gnash.cpp
      libcore/fill_style.cpp
      libcore/fill_style.h
      libcore/font.cpp
      libcore/font.h
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/action_buffer.h
      libcore/parser/button_character_def.cpp
      libcore/parser/button_character_def.h
      libcore/parser/edit_text_character_def.cpp
      libcore/parser/edit_text_character_def.h
      libcore/parser/morph2_character_def.cpp
      libcore/parser/morph2_character_def.h
      libcore/parser/shape_character_def.cpp
      libcore/parser/shape_character_def.h
      libcore/parser/sprite_definition.cpp
      libcore/parser/sprite_definition.h
      libcore/parser/text_character_def.cpp
      libcore/parser/text_character_def.h
      libcore/parser/video_stream_def.cpp
      libcore/parser/video_stream_def.h
      libcore/sprite_instance.cpp
      libcore/styles.cpp
      libcore/styles.h
      libcore/swf/CSMTextSettingsTag.cpp
      libcore/swf/CSMTextSettingsTag.h
      libcore/swf/DefineButtonCxformTag.h
      libcore/swf/DefineFontAlignZonesTag.cpp
      libcore/swf/DefineFontAlignZonesTag.h
      libcore/swf/DoActionTag.h
      libcore/swf/DoInitActionTag.h
      libcore/swf/PlaceObject2Tag.cpp
      libcore/swf/PlaceObject2Tag.h
      libcore/swf/RemoveObjectTag.cpp
      libcore/swf/RemoveObjectTag.h
      libcore/swf/ScriptLimitsTag.h
      libcore/swf/SetBackgroundColorTag.h
      libcore/swf/StartSoundTag.cpp
      libcore/swf/StartSoundTag.h
      libcore/swf/StreamSoundBlockTag.cpp
      libcore/swf/StreamSoundBlockTag.h
      libcore/swf/TagLoadersTable.h
      libcore/swf/tag_loaders.cpp
      libcore/swf/tag_loaders.h
    ------------------------------------------------------------
    revno: 9483.1.198
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 21:25:40 +0200
    message:
      close loadVariables IOChannel as soon as done with it, prepare to
      debug more CURL haging due to IOCHannel leaks on exit.
    modified:
      libbase/curl_adapter.cpp
      libcore/LoadVariablesThread.cpp
      libcore/SWFStream.cpp
        ------------------------------------------------------------
        revno: 9483.84.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 13:14:32 +0200
        message:
          delete IOChannel of LoadVariablesThread as soon as done with it
        modified:
          libcore/LoadVariablesThread.cpp
        ------------------------------------------------------------
        revno: 9483.84.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 13:15:51 +0200
        message:
          print debug lines on CurlStreamFile construction/destruction (seems 
time to optimize a bit lifetime of them)
        modified:
          libbase/curl_adapter.cpp
        ------------------------------------------------------------
        revno: 9483.84.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 13:25:31 +0200
        message:
          avoid logging the trailing null making grepping an hell
        modified:
          libcore/SWFStream.cpp
    ------------------------------------------------------------
    revno: 9483.1.199
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Fri 2008-09-05 01:12:41 +0200
    message:
      Fixed deletion of auto_ptr
    modified:
      testsuite/libcore.all/AsValueTest.cpp
    ------------------------------------------------------------
    revno: 9483.1.200
    committer: Bastiaan Jacques <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-05 17:16:32 +0200
    message:
      Remove references to fixed bugs.
    modified:
      backend/render_handler_cairo.cpp
    ------------------------------------------------------------
    revno: 9483.1.201
    committer: Russell Nelson <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-05 12:18:03 -0400
    message:
      May not fix XPCOM, but it doesn't break 'make check' any worse than it 
already is.
    modified:
      plugin/xpcom/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.202
    committer: Bastiaan Jacques <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-06 09:33:04 +0200
    message:
      Add extra includes for compatibility on OpenBSD.
    modified:
      libnet/network.cpp
      libnet/rtmp_client.cpp
    ------------------------------------------------------------
    revno: 9483.1.203
    committer: Bastiaan Jacques <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-06 09:35:31 +0200
    message:
      Allow the Ming tests to run on OpenBSD by added some includes and forcing
      the argument to sqrt to floating point to resolve ambiguity.
    modified:
      testsuite/libcore.all/EdgeTest.cpp
      testsuite/libcore.all/StreamTest.cpp
      testsuite/misc-ming.all/DragDropTestRunner.cpp
        ------------------------------------------------------------
        revno: 9483.85.1
        committer: Bastiaan Jacques <address@hidden>
        branch nick: deleter
        timestamp: Sat 2008-09-06 07:38:21 +0200
        message:
          Add portability headers. sqrt takes floating numbers, not int64.
        modified:
          testsuite/libcore.all/EdgeTest.cpp
          testsuite/libcore.all/StreamTest.cpp
          testsuite/misc-ming.all/DragDropTestRunner.cpp
        ------------------------------------------------------------
        revno: 9483.85.2
        committer: Bastiaan Jacques <address@hidden>
        branch nick: deleter
        timestamp: Sat 2008-09-06 07:39:19 +0200
        message:
          Add ContainerUtils.h, a utility file to use for all kinds of 
containers.
        added:
          libcore/ContainerUtils.h
        ------------------------------------------------------------
        revno: 9483.85.3
        committer: Bastiaan Jacques <address@hidden>
        branch nick: deleter
        timestamp: Sat 2008-09-06 07:39:49 +0200
        message:
          Add ContainerUtils.h to the noinst-headers.
        modified:
          libcore/Makefile.am
        ------------------------------------------------------------
        revno: 9483.85.4
        committer: Bastiaan Jacques <address@hidden>
        branch nick: deleter
        timestamp: Sat 2008-09-06 07:40:14 +0200
        message:
          Add portability includes.
        modified:
          libnet/network.cpp
          libnet/rtmp_client.cpp
        ------------------------------------------------------------
        revno: 9483.85.5
        committer: Bastiaan Jacques <address@hidden>
        branch nick: deleter
        timestamp: Sat 2008-09-06 07:40:40 +0200
        message:
          Use the new delete_ptr_container utility.
        modified:
          libcore/parser/video_stream_def.cpp
    ------------------------------------------------------------
    revno: 9483.1.204
    committer: Bastiaan Jacques <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-06 17:38:25 +0200
    message:
      Pass Element by reference (and not by pointer) to as_value so it won't be
      converted to bool or int. Don't delete two objects that got their
      ownership transferred. Should fix AsValueTest all around.
    modified:
      testsuite/libcore.all/AsValueTest.cpp
    ------------------------------------------------------------
    revno: 9483.1.205
    committer: Russell Nelson <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-06 14:59:09 -0400
    message:
      Fixed a couple of problems that prevented 'make xpi' from working.
    modified:
      packaging/xpi.am
      plugin/xpcom/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.206
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Sun 2008-09-07 01:56:01 +0200
    message:
      Add .vimrc file helping with the 4-spaces tabs style.
    added:
      .vimrc
    ------------------------------------------------------------
    revno: 9483.1.207
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Sun 2008-09-07 05:18:34 +0200
    message:
      Fix debugger
    modified:
      libcore/as_environment.cpp
      libcore/as_environment.h
      libcore/debugger.cpp
    ------------------------------------------------------------
    revno: 9483.1.208
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Sun 2008-09-07 14:22:58 +0200
    message:
      remove non-existent libcygnal.la
    modified:
      cygnal/testsuite/cygnal.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.209
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Sun 2008-09-07 15:30:34 +0200
    message:
      Fixed make check
    modified:
      cygnal/Makefile.am
      cygnal/crc.cpp
      cygnal/testsuite/cygnal.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.210
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Sun 2008-09-07 18:59:52 +0200
    message:
      implemted set_stack_index()
    modified:
      libcore/as_environment.cpp
      libcore/as_environment.h
      libcore/debugger.cpp
      libcore/debugger.h
      libcore/vm/SafeStack.h
    ------------------------------------------------------------
    revno: 9483.1.211
    committer: address@hidden
    branch nick: trunk
    timestamp: Mon 2008-09-08 09:04:44 -0600
    message:
      merge libtool2 support from branch
    added:
      libbase/libltdl.am
    modified:
      Makefile.am
      autogen.sh
      configure.ac
      libbase/Makefile.am
      macros/libltdl.m4
        ------------------------------------------------------------
        revno: 9483.86.1
        committer: address@hidden
        branch nick: build
        timestamp: Sun 2008-09-07 20:21:50 -0600
        message:
          new libtool 2.x support
        added:
          libbase/libltdl.am
        ------------------------------------------------------------
        revno: 9483.86.2
        committer: address@hidden
        branch nick: build
        timestamp: Sun 2008-09-07 20:23:41 -0600
        message:
          libtool 2.x support
        modified:
          autogen.sh
        ------------------------------------------------------------
        revno: 9483.86.3
        committer: address@hidden
        branch nick: build
        timestamp: Sun 2008-09-07 20:25:36 -0600
        message:
          libtool 2.x support
        modified:
          Makefile.am
          configure.ac
        ------------------------------------------------------------
        revno: 9483.86.4
        committer: address@hidden
        branch nick: build
        timestamp: Sun 2008-09-07 20:26:17 -0600
        message:
          libtool 2.x support
        modified:
          libbase/Makefile.am
        ------------------------------------------------------------
        revno: 9483.86.5
        committer: address@hidden
        branch nick: build
        timestamp: Sun 2008-09-07 20:27:29 -0600
        message:
          add stubs for LT_INIT and LTDL_INIT
        modified:
          macros/libltdl.m4
        ------------------------------------------------------------
        revno: 9483.86.6
        committer: address@hidden
        branch nick: build
        timestamp: Mon 2008-09-08 08:31:18 -0600
        message:
          Don't fix Makefile.am
        modified:
          autogen.sh
        ------------------------------------------------------------
        revno: 9483.86.7
        committer: address@hidden
        branch nick: build
        timestamp: Mon 2008-09-08 08:32:03 -0600
        message:
          Add stubs for new *_INIT macros from libtool2
        modified:
          macros/libltdl.m4
        ------------------------------------------------------------
        revno: 9483.86.8
        committer: address@hidden
        branch nick: build
        timestamp: Mon 2008-09-08 08:32:27 -0600
        message:
          Move AC_PROG_LIBTOOL after the other libtool tests
        modified:
          configure.ac
    ------------------------------------------------------------
    revno: 9483.1.212
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-08 17:25:09 +0200
    message:
      Fix last make check failure (but a bug is still around in collision 
detection)
    modified:
      libcore/parser/shape_character_def.cpp
        ------------------------------------------------------------
        revno: 9483.87.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Mon 2008-09-08 17:22:31 +0200
        message:
          reintroduce bounds-based shortcut for collision detection. Fixes
          last unexpected failure in our testsuite (but will also need to be
          fixed seriously soon or late).
        modified:
          libcore/parser/shape_character_def.cpp
    ------------------------------------------------------------
    revno: 9483.1.213
    committer: address@hidden
    branch nick: trunk
    timestamp: Mon 2008-09-08 11:01:28 -0600
    message:
      don't waste time on client side RTMP support anymore.
    modified:
      utilities/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.214
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-08 21:45:40 +0200
    message:
      add as_value serializer (writeAMF0) and support circular references
    modified:
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/NetConnection.cpp
      libcore/asobj/Selection.cpp
      libmedia/FLVParser.cpp
        ------------------------------------------------------------
        revno: 9483.88.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Mon 2008-09-08 17:47:45 +0200
        message:
          log once about unimplemented Selection methods
        modified:
          libcore/asobj/Selection.cpp
        ------------------------------------------------------------
        revno: 9483.88.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Mon 2008-09-08 20:48:29 +0200
        message:
          dd as_value::writeAMF0, change readAMF0 to support circular references
        modified:
          libcore/as_value.cpp
          libcore/as_value.h
          libcore/asobj/NetConnection.cpp
          libmedia/FLVParser.cpp
        ------------------------------------------------------------
        revno: 9483.88.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Mon 2008-09-08 20:52:22 +0200
        message:
          Don't forget to record serialization of objects (for circular refs to 
work)
        modified:
          libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.215
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-08 22:16:45 +0200
    message:
      Oops, fix serialization of object/reference
    modified:
      libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.216
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-08 22:21:44 +0200
    message:
      fix amf reference debugging output
    modified:
      libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.217
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 02:30:54 +0200
    message:
      Use env.bottom() for debbuger
    modified:
      libcore/as_environment.cpp
      libcore/as_environment.h
      libcore/debugger.cpp
    ------------------------------------------------------------
    revno: 9483.1.218
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 05:43:09 +0200
    message:
      atoi() -> strtol()
    modified:
      utilities/processor.cpp
    ------------------------------------------------------------
    revno: 9483.1.219
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 05:49:35 +0200
    message:
      signal.h -> csignal
    modified:
      cygnal/cygnal.cpp
    ------------------------------------------------------------
    revno: 9483.1.220
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 06:07:37 +0200
    message:
      atoi -> strto(u)l
    modified:
      extensions/mysql/mysql_table.cpp
      gui/Player.cpp
      libbase/GC.cpp
      libcore/movie_root.cpp
      testsuite/misc-ming.all/action_execution_order_test8.c
    ------------------------------------------------------------
    revno: 9483.1.221
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 06:22:53 +0200
    message:
      atof -> strtof
    modified:
      gui/aqua_ogl_glue.cpp
      gui/gtk_glue_gtkglext.cpp
      gui/kde_glue_opengl.cpp
      gui/sdl_ogl_glue.cpp
    ------------------------------------------------------------
    revno: 9483.1.222
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Tue 2008-09-09 06:34:06 +0200
    message:
      sprintf -> snprintf
    modified:
      gui/sdl.cpp
      libmedia/ffmpeg/sound_handler_sdl.cpp
    ------------------------------------------------------------
    revno: 9483.1.223
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Tue 2008-09-09 11:55:16 +0200
    message:
      Fix AMF0 serializer/deserializer (add OBJECT and ARRAY writing support,
      fix visibility of __proto__ and constructor members, fix reference 
indexing)
      Potlatch now works. 
    modified:
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/NetConnection.cpp
      libmedia/FLVParser.cpp
        ------------------------------------------------------------
        revno: 9483.88.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 11:20:50 +0200
        message:
          Have AMF reader take a VM ref and set members w/out hiding them, fix
          serializer for object, add one for array, skip members named __proto__
          or constructor on writing, skip FUNCTION encoding.
          Take a look here:
          http://www.openstreetmap.org/?lat=42.3153&lon=12.1823&zoom=14
          (edit if you don't notice anything interesting rendered yet)
        modified:
          libcore/as_value.cpp
          libcore/as_value.h
          libcore/asobj/NetConnection.cpp
          libmedia/FLVParser.cpp
    ------------------------------------------------------------
    revno: 9483.1.224
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Tue 2008-09-09 19:40:11 +0200
    message:
      SharedObject cleanups and test improvement
    modified:
      libamf/sol.h
      libcore/PropertyList.h
      libcore/asobj/SharedObject.cpp
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.89.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 11:59:05 +0200
        message:
          fix comment for visitValues
        modified:
          libcore/PropertyList.h
        ------------------------------------------------------------
        revno: 9483.89.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 12:38:10 +0200
        message:
          Test that SharedObject.flush() doesn't invoke getter-setter assigned
          to the 'data' member.
        modified:
          testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.89.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 12:59:03 +0200
        message:
          some const-correctness
        modified:
          libamf/sol.h
        ------------------------------------------------------------
        revno: 9483.89.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 12:59:07 +0200
        message:
          Have SharedObject *hold* (not be) a SOL instance.
        modified:
          libcore/asobj/SharedObject.cpp
    ------------------------------------------------------------
    revno: 9483.1.225
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Tue 2008-09-09 22:14:30 +0200
    message:
      fix segfault on non-existing movie (bug #24232)
    modified:
      gui/gui.cpp
        ------------------------------------------------------------
        revno: 9483.90.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Tue 2008-09-09 22:12:33 +0200
        message:
          don't access _movieDef if not set
        modified:
          gui/gui.cpp
    ------------------------------------------------------------
    revno: 9483.1.226
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 01:10:04 +0200
    message:
      Fix name clash of PropsSerializer class (fixes bug #24224).
      Cleanups and tests for SharedObject.
    modified:
      libcore/as_value.cpp
      libcore/asobj/SharedObject.cpp
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.91.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 00:20:51 +0200
        message:
          Make SharedObject.data enumerable, protected from deletion and 
read-only.
          Test this needs be.
        modified:
          libcore/asobj/SharedObject.cpp
          testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.91.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 00:48:49 +0200
        message:
          put PropsSerializer in the anonimous namespace
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.91.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 00:50:20 +0200
        message:
          put PropsSerializer in the anonimous namespace
        modified:
          libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.227
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 11:20:47 +0200
    message:
      Add read/write test for SharedObject (self-contained).
    added:
      testsuite/misc-ming.all/SharedObjectTest.as
      testsuite/misc-ming.all/SharedObjectTest.sol/
      testsuite/misc-ming.all/SharedObjectTest.sol/README
      testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
      testsuite/misc-ming.all/SharedObjectTestRunner.sh
    modified:
      testsuite/misc-ming.all/Makefile.am
        ------------------------------------------------------------
        revno: 9483.92.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 11:06:37 +0200
        message:
          Add automated testing for read/write of .sol files 
        added:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTest.sol/
          testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
          testsuite/misc-ming.all/SharedObjectTestRunner.sh
        modified:
          testsuite/misc-ming.all/Makefile.am
        ------------------------------------------------------------
        revno: 9483.92.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 11:07:29 +0200
        message:
          update comment abow how the test works
        modified:
          testsuite/misc-ming.all/SharedObjectTestRunner.sh
        ------------------------------------------------------------
        revno: 9483.92.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 11:16:02 +0200
        message:
          add notes about the SharedObject test
        added:
          testsuite/misc-ming.all/SharedObjectTest.sol/README
    ------------------------------------------------------------
    revno: 9483.1.228
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 11:38:27 +0200
    message:
      run the new SharedObject test as part of 'make check'
    modified:
      testsuite/misc-ming.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.229
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 12:36:27 +0200
    message:
      test effects of calling SharedObject.getLocal with no arg
    modified:
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.92.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 11:49:38 +0200
        message:
          Test effects of calling SharedObject.getLocal with no arguments
        modified:
          testsuite/actionscript.all/SharedObject.as
    ------------------------------------------------------------
    revno: 9483.1.230
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 14:49:03 +0200
    message:
      const-correctness in gnash::SOL, more tests about SharedObject
    modified:
      libamf/sol.cpp
      libamf/sol.h
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.93.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 12:50:05 +0200
        message:
          calling SharedObject.getLocal('') is the same as passing no arg
        modified:
          testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.93.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 13:09:16 +0200
        message:
          another test for invalid SharedObject.getLocal call
        modified:
          testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.93.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 14:47:39 +0200
        message:
          more const-correctness
        modified:
          libamf/sol.cpp
          libamf/sol.h
    ------------------------------------------------------------
    revno: 9483.1.231
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 15:34:17 +0200
    message:
      Introduce SharedObjectLibrary, cleanup code (still using SOL)
    modified:
      libcore/asobj/SharedObject.cpp
      libcore/asobj/SharedObject.h
      libcore/vm/VM.cpp
      libcore/vm/VM.h
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.93.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 15:32:57 +0200
        message:
          Introduce a SharedObjectLibrary class, managed by the VM keeps track
          of which SharedObject files are already in memory and avoids 
re-parsing
          them. Cleanup SharedObject code, update expected results.
        modified:
          libcore/asobj/SharedObject.cpp
          libcore/asobj/SharedObject.h
          libcore/vm/VM.cpp
          libcore/vm/VM.h
          testsuite/actionscript.all/SharedObject.as
    ------------------------------------------------------------
    revno: 9483.1.232
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-10 16:02:57 +0200
    message:
      More cleanups to SharedObject and normalization tests.
    modified:
      libcore/asobj/SharedObject.cpp
      libcore/asobj/SharedObject.h
      testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.94.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 15:53:00 +0200
        message:
          test SharedObject name 'normalization'
        modified:
          testsuite/actionscript.all/SharedObject.as
        ------------------------------------------------------------
        revno: 9483.94.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 15:53:20 +0200
        message:
          create SharedObject dir on flush, not read
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.94.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-10 15:55:34 +0200
        message:
          add a clear() method to SharedObjectLibrary class
        modified:
          libcore/asobj/SharedObject.h
    ------------------------------------------------------------
    revno: 9483.1.233
    committer: Bastiaan Jacques <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-11 00:24:43 +0200
    message:
      Let autotools figure out what the preprocessor is.
    modified:
      testsuite/misc-swfc.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.234
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-10 19:37:33 -0600
    message:
      test for a yes value instead of a no value, which fixes builds for 
libtool 1.5 without specifing --enable-ltdl-install
    modified:
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.235
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-10 22:14:05 -0600
    message:
      use libbase as the top builddir.
    modified:
      libbase/libltdl.am
    ------------------------------------------------------------
    revno: 9483.1.236
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-10 22:15:26 -0600
    message:
      install libltdl as a subdirectory of libbase when using libtool 2.x
    modified:
      autogen.sh
    ------------------------------------------------------------
    revno: 9483.1.237
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-10 22:17:20 -0600
    message:
      fix the conditionals for libtool, and for libtool 2.x, force the build 
directory paths to be libbase/libltdl
    modified:
      Makefile.am
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.238
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-11 10:45:32 +0200
    message:
      Expect failures in the test
    modified:
      testsuite/misc-ming.all/SharedObjectTest.as
      testsuite/misc-ming.all/SharedObjectTestRunner.sh
        ------------------------------------------------------------
        revno: 9483.94.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 01:20:53 +0200
        message:
          Expect gnash failures in SharedObject reading
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTestRunner.sh
    ------------------------------------------------------------
    revno: 9483.1.239
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-11 14:01:40 +0200
    message:
      Improve SharedObject test. Commit patches contributed by Jason Woofenden
      implementing SharedObject.cpp using the buffer-based encoder/decoder.
      Jason code make all of the self-contained test succeed except comparison
      of input and output (gnash fails in producing an optimization version
      of the .sol file for a strict array).
      NOTE: Jason code doesn't replace original code; instead it's DISABLED
      BY DEFAULT and can be enabled by defining a macro in SharedObject.cpp
      for further testing (#define BUFFERED_AMF_SOL).
    modified:
      libcore/as_value.cpp
      libcore/asobj/SharedObject.cpp
      testsuite/misc-ming.all/SharedObjectTest.as
      testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
      testsuite/misc-ming.all/SharedObjectTestRunner.sh
        ------------------------------------------------------------
        revno: 9483.95.1
        author: Jason Woofenden <address@hidden>
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 11:51:39 +0200
        message:
          Add support for serializing BOOLEAN in ::writeAMF0
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.95.2
        author: Jason Woofenden <address@hidden>
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:17:55 +0200
        message:
          FIx decoding of ECMA_ARRAY
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.95.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:24:31 +0200
        message:
          minor debugging output fix
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.95.4
        author: Jason Woofenden <address@hidden>
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:24:42 +0200
        message:
          Add compile-time option to have SharedObject use buffer-based amf
          serialization-deserialization. Defaults to NOT use it (as per Rob's
          request). #define BUFFERED_AMF_SOL to see how results of
          SharedObjectTestRunner changes.
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.95.5
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:31:15 +0200
        message:
          Have SharedObject (non-buffered AMF case) use Rob's Element->as_value
          methods, fixing more tests in SharedObjectTestRunner
        modified:
          libcore/asobj/SharedObject.cpp
          testsuite/misc-ming.all/SharedObjectTest.as
        ------------------------------------------------------------
        revno: 9483.95.6
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:40:19 +0200
        message:
          Add more tests showing difference between a *strict* and a *nonstrict*
          array when encoding AMF
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
        ------------------------------------------------------------
        revno: 9483.95.7
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 12:54:53 +0200
        message:
          Fix new tests, prepare to add third step to the tester.
          BTW: gnash aborts here
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
          testsuite/misc-ming.all/SharedObjectTestRunner.sh
        ------------------------------------------------------------
        revno: 9483.95.8
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 13:18:29 +0200
        message:
          ::readAMF0 : don't assume ECMA_ARRAY only have indexed properties, do
          some more boundary checking.
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.95.9
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 14:01:00 +0200
        message:
          revert to use rob's original code when not using buffering, as 
as_value from Element crashes gnash
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.95.10
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 14:01:02 +0200
        message:
          Revert expected gnash tests results to be based on original 
SharedObject
          code.
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
    ------------------------------------------------------------
    revno: 9483.1.240
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-11 16:21:15 +0200
    message:
      Don't access the VM singleton from movie_root. Hold a ref instead.
      Hush debugging for remoting.
    modified:
      libcore/asobj/NetConnection.cpp
      libcore/movie_root.cpp
      libcore/movie_root.h
      libcore/vm/VM.cpp
        ------------------------------------------------------------
        revno: 9483.96.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 15:29:35 +0200
        message:
          hush remoting debugging
        modified:
          libcore/asobj/NetConnection.cpp
        ------------------------------------------------------------
        revno: 9483.96.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 16:20:25 +0200
        message:
          Have movie_root hold a ref on VM to avoid access to the singleton
        modified:
          libcore/movie_root.cpp
          libcore/movie_root.h
          libcore/vm/VM.cpp
    ------------------------------------------------------------
    revno: 9483.1.241
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-11 19:33:07 +0200
    message:
      Test ECMA_ARRAY amf0 parsing (still bogus in gnash)
    modified:
      testsuite/misc-ming.all/NetStream-SquareTest.c
        ------------------------------------------------------------
        revno: 9483.97.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-11 19:32:33 +0200
        message:
          Add test for ECMA_ARRAY length
        modified:
          testsuite/misc-ming.all/NetStream-SquareTest.c
    ------------------------------------------------------------
    revno: 9483.1.242
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2008-09-11 16:51:32 -0600
    message:
      build libtool2 in it's own directory. Make distcheck work again using 
either libtool 1.5.x or 2.2.6.
    removed:
      libbase/libltdl.am
    modified:
      Makefile.am
      autogen.sh
      configure.ac
      libbase/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.243
    committer: Bastiaan <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-12 15:10:58 +0200
    message:
      Make sure exported symbols are visible across DSOs.
      
      http://wiki.gnashdev.org/CodingStyle#Preprocessor_directives
    modified:
      libbase/GnashImageJpeg.h
      libcore/as_environment.h
    ------------------------------------------------------------
    revno: 9483.1.244
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-12 15:21:00 +0200
    message:
      - Fix make dist (SharedObjectTest stuff)
      - Update expected results from swfdec testsuite
      - Improve SharedObjectTest.as (effects of prop flags over serialization)
      - Improve SharedObjectTestRunner (now tests both reading and writing)
      - Make object property visitor a virtual non templated method, so to
        allow scanning array properties in the short term (they should really
        be normal properties instead).
      - Improve AMF deserialization (readAMF0)
      - Improve AMF serialization (writeAMF0)
      - Fix enumeration of array properties and add tests for it
    modified:
      libcore/PropertyList.h
      libcore/array.cpp
      libcore/array.h
      libcore/as_object.cpp
      libcore/as_object.h
      libcore/as_value.cpp
      libcore/asobj/SharedObject.cpp
      testsuite/actionscript.all/array.as
      testsuite/misc-ming.all/Makefile.am
      testsuite/misc-ming.all/NetStream-SquareTest.c
      testsuite/misc-ming.all/SharedObjectTest.as
      testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
      testsuite/misc-ming.all/SharedObjectTestRunner.sh
      testsuite/swfdec/PASSING
        ------------------------------------------------------------
        revno: 9483.97.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 08:21:54 +0200
        message:
          readAMF: use elements count to set initial array length
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.97.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 09:16:41 +0200
        message:
          Test setting an ECMA_ARRAY length to a larger value then actually
          existing indexed members
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTest.sol/sol1.sol
        ------------------------------------------------------------
        revno: 9483.97.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 09:21:19 +0200
        message:
          Re-read just-written sol file to test the write side of AMF
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
          testsuite/misc-ming.all/SharedObjectTestRunner.sh
        ------------------------------------------------------------
        revno: 9483.97.5
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 09:35:46 +0200
        message:
          it seems I was wrong, adobe always uses ECMA_ARRAY for output of AS 
arrays
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
        ------------------------------------------------------------
        revno: 9483.97.6
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 09:36:50 +0200
        message:
          Update comment about why the write test fails with gnash
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.97.7
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 10:01:31 +0200
        message:
          Fix expected results
        modified:
          testsuite/misc-ming.all/NetStream-SquareTest.c
          testsuite/swfdec/PASSING
        ------------------------------------------------------------
        revno: 9483.97.8
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 10:25:39 +0200
        message:
          Test that enumerated properties of an array should be strings
        modified:
          testsuite/actionscript.all/array.as
        ------------------------------------------------------------
        revno: 9483.97.9
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 12:37:09 +0200
        message:
          Make as_object::visitPropertyValues virtual to allow non-proper
          properties to be visted as well.
          Fix array enumeration to return strings (not numbers)
        modified:
          libcore/PropertyList.h
          libcore/array.cpp
          libcore/array.h
          libcore/as_object.cpp
          libcore/as_object.h
          libcore/as_value.cpp
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.97.10
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 12:45:20 +0200
        message:
          distribute SharedObjectTestRunner files
        modified:
          testsuite/misc-ming.all/Makefile.am
        ------------------------------------------------------------
        revno: 9483.97.11
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 13:43:16 +0200
        message:
          fix build with BUFFERED_AMF_SOL
        modified:
          libcore/asobj/SharedObject.cpp
        ------------------------------------------------------------
        revno: 9483.97.12
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 14:03:18 +0200
        message:
          Test that not-enumerable properties doesn't get written to the .sol 
file
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
        ------------------------------------------------------------
        revno: 9483.97.13
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 14:37:08 +0200
        message:
          Better equipment for a dejagnu-based test. 
        modified:
          testsuite/misc-ming.all/SharedObjectTest.as
        ------------------------------------------------------------
        revno: 9483.97.14
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 14:53:50 +0200
        message:
          writeAMF0: always encode arrays as ECMA_ARRAY types. 
          writeAMF0: don't serialize hidden properties.
          readAMF0: read OBJECT types into real objects (instanceof Object).
        modified:
          libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.245
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-12 18:22:06 +0200
    message:
      - Improve Element to as_value converter.
      - Add log_amferror and related gnashrc directive.
    modified:
      libbase/log.cpp
      libbase/log.h
      libbase/rc.cpp
      libbase/rc.h
      libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.98.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 17:04:27 +0200
        message:
          Fix Element to as_value converter and add debugging lines
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.98.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 18:20:20 +0200
        message:
          Add log_amferror for malformed amf reporting
        modified:
          libbase/log.cpp
          libbase/log.h
          libbase/rc.cpp
          libbase/rc.h
    ------------------------------------------------------------
    revno: 9483.1.246
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-12 19:49:20 +0200
    message:
      Fix latest youtube player.
    modified:
      libcore/as_value.cpp
      libmedia/FLVParser.cpp
        ------------------------------------------------------------
        revno: 9483.98.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 18:46:35 +0200
        message:
          fix unused variable warning
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.98.4
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 19:45:15 +0200
        message:
          AMF deserializer: be more tolerant about malformed AMF
          (sorry, this commit also includes some indentation changes)
        modified:
          libcore/as_value.cpp
        ------------------------------------------------------------
        revno: 9483.98.5
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-12 19:45:56 +0200
        message:
          Call NOTIFY tags even if errors occurred in AMF deserializer as it
          looks like the YouTube Metadata Injector sucks...
        modified:
          libmedia/FLVParser.cpp
Diff too large for email (7808 lines, the limit is 1000).

reply via email to

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