search for: crashfind

Displaying 7 results from an estimated 7 matches for "crashfind".

Did you mean: crashfix
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
libswfdec/swfdec_sound_object.c | 3 libswfdec/swfdec_text_field_movie.c | 3 libswfdec/swfdec_text_field_movie_as.c | 1 test/Makefile.am | 8 + test/crashfinder.c | 154 +++++++++++++++++++++++++++++++++ 5 files changed, 164 insertions(+), 5 deletions(-) New commits: commit 9d8541e233b6bb2a465bea0c7b8f8b66f37bb25a Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 1 12:19:21 2007 +0200 Fix an another memory l...
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...++ libswfdec/swfdec_text_format.c | 1 libswfdec/swfdec_text_format.h | 2 - libswfdec/swfdec_xml.c | 1 libswfdec/swfdec_xml.h | 2 - libswfdec/swfdec_xml_node.c | 1 libswfdec/swfdec_xml_node.h | 2 - test/crashfinder.c | 3 +- 28 files changed, 98 insertions(+), 30 deletions(-) New commits: commit 4132c0e5b114ec49e78f9b742ece06d30eebd3a2 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sat Nov 3 00:15:43 2007 +0200 Fix lack of checking from prototype to see if watch r...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
Makefile.am | 3 configure.ac | 2 doc/swfdec.types | 8 test/Makefile.am | 45 -- test/crashfinder.c | 157 ------- test/dump.c | 448 -------------------- test/swfdec-extract.c | 301 ------------- test/swfdec_out.c | 383 ----------------- test/swfdec_out.h | 88 --- test/swfedit.c...
2007 Nov 12
0
20 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_string.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player_as.c
...+++++++++-------------- libswfdec/swfdec_load_object_as.c | 38 libswfdec/swfdec_movie_as_drawing.c | 2 libswfdec/swfdec_player_as.c | 17 libswfdec/swfdec_sprite_movie_as.c | 20 test/.gitignore | 1 test/crashfinder.c | 2 test/trace/Makefile.am | 9 test/trace/movieclip-swap-depths-5.swf |binary test/trace/movieclip-swap-depths-5.swf.trace | 24 test/trace/movieclip-swap-depths-6.swf |binary test/trace/movieclip-swap-depths-6.swf.trace...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...git a/test/.gitignore b/test/.gitignore index 194d53d..9f30aeb 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,19 +1,6 @@ -*~ -CVS -.cvsignore .deps -.libs -Makefile -Makefile.in -*.lo -*.o +swfdec_test_function_list.h -libswfedit.la - -dump -parse -swfdec-extract -swfedit -swfscript -crashfinder +compiler +test diff --git a/test/Makefile.am b/test/Makefile.am index c8cbfbc..906a124 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1 +1,32 @@ -SUBDIRS = image sound test trace various +SUBDIRS = image sound trace various + +noinst_PROGRAMS = test + +swfdec_test_sources = \ + swfdec_...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...17 test/trace/button-hittest-6.swf.trace | 9 test/trace/button-hittest-7.swf.act | 17 test/trace/button-hittest-7.swf.trace | 9 test/trace/button-hittest-8.swf.act | 17 test/trace/button-hittest-8.swf.trace | 9 test/trace/button-hittest.c | 85 tools/crashfinder.c | 7 tools/dump.c | 5 vivified/core/vivi_application.c | 2 119 files changed, 5509 insertions(+), 4805 deletions(-) New commits: commit ea80c5463857eb5d4d7d4a201131637da833fecf Author: Benjamin Otte <otte at gnome.org> Date...