gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, objecturi, updated. fed1de1e9bb2e2262


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, objecturi, updated. fed1de1e9bb2e22623d608b214410aaf8f02c152
Date: Mon, 25 Oct 2010 15:44:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, objecturi has been updated
       via  fed1de1e9bb2e22623d608b214410aaf8f02c152 (commit)
       via  28acb70eb8416b7aaa1692f97153975ab6fd58de (commit)
       via  0d96b7ccc4395d61d8cd065e633b76f629cfaba9 (commit)
       via  77277ba6210114711748214c98493a4a9c5c1dd0 (commit)
       via  9829e9dc82f7b4e1dc51e30c355f3b5b8325d945 (commit)
       via  050521c4cc2f6bfeb1a2929a737d98a3ad6dab67 (commit)
       via  d40448060c664c88ebcd370c41e410e6a2274965 (commit)
       via  90e99a6e288f2af00fe9553672637f49b9e8015d (commit)
       via  da92ec6ab064cff875355116112ee1a3f185306b (commit)
       via  b38b68ae78c7749faa074e91e36f635aaaaa3683 (commit)
       via  d3f818de1c47b07cade9b536249698de96aa311b (commit)
       via  c34a65c98cfcb5ff793aa344eb09d3d1320e0749 (commit)
       via  dbcdf5049b6572f5a2fa7b7741bdb99063f97a35 (commit)
       via  df2fedb876795816689ec0e824479f5334165daa (commit)
       via  4e755513d3f06822065e343b62be214f895a6f41 (commit)
       via  ca933d82652edf1c34648173b244c54e563fdaba (commit)
       via  879ee0a1bb540f30f8f02f88a4cd78198c1e3c4a (commit)
      from  584d111fe65550bfd34df0a4d359676be092e7d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=fed1de1e9bb2e22623d608b214410aaf8f02c152


commit fed1de1e9bb2e22623d608b214410aaf8f02c152
Merge: 584d111 28acb70
Author: Sandro Santilli <address@hidden>
Date:   Mon Oct 25 17:44:34 2010 +0200

    Merge branch 'master' into objecturi


-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    1 +
 gui/dump.cpp                                       |    1 +
 gui/gui.h                                          |   16 +-
 libbase/noseek_fd_adapter.cpp                      |  103 +++-----
 libbase/noseek_fd_adapter.h                        |    3 +-
 libbase/zlib_adapter.cpp                           |    6 +-
 libbase/zlib_adapter.h                             |    8 -
 libcore/DisplayObject.cpp                          |    5 +-
 libcore/DragState.h                                |  137 ++++++++++
 libcore/Makefile.am                                |    2 +-
 libcore/asobj/MovieClip_as.cpp                     |   13 +-
 libcore/asobj/NetConnection_as.cpp                 |  216 +++++++---------
 libcore/asobj/NetConnection_as.h                   |    8 +-
 libcore/drag_state.h                               |  142 ----------
 libcore/movie_root.cpp                             |   37 +--
 libcore/movie_root.h                               |   19 +-
 libcore/vm/ASHandlers.cpp                          |   13 +-
 testsuite/misc-ming.all/Makefile.am                |  184 +-------------
 testsuite/misc-ming.all/loop/Makefile.am           |  279 ++++++++++++++++++++
 .../misc-ming.all/{ => loop}/loop_test-Runner.cpp  |    0
 testsuite/misc-ming.all/{ => loop}/loop_test.c     |    0
 testsuite/misc-ming.all/{ => loop}/loop_test10.c   |    0
 testsuite/misc-ming.all/{ => loop}/loop_test2.c    |    0
 .../misc-ming.all/{ => loop}/loop_test2runner.cpp  |    0
 testsuite/misc-ming.all/{ => loop}/loop_test3.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test4.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test5.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test6.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test7.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test8.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test9.c    |    0
 .../misc-ming.all/{ => loop}/simple_loop_test.c    |    0
 .../{ => loop}/simple_loop_testrunner.cpp          |    0
 33 files changed, 592 insertions(+), 601 deletions(-)
 create mode 100644 libcore/DragState.h
 delete mode 100644 libcore/drag_state.h
 create mode 100644 testsuite/misc-ming.all/loop/Makefile.am
 rename testsuite/misc-ming.all/{ => loop}/loop_test-Runner.cpp (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test10.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test2.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test2runner.cpp (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test3.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test4.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test5.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test6.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test7.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test8.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test9.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/simple_loop_test.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/simple_loop_testrunner.cpp (100%)


hooks/post-receive
-- 
Gnash



reply via email to

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