This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/Makefile.am b/tests/Makefile.am | |
index bcf82e1..eb158d7 100644 | |
--- a/tests/Makefile.am | |
+++ b/tests/Makefile.am | |
@@ -112,6 +112,7 @@ TESTS = \ | |
delegates/bug639751.vala \ | |
delegates/bug659778.vala \ | |
delegates/bug703804.vala \ | |
+ objects/cascade.vala \ | |
objects/chainup.vala \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find original_directory patch_directory -type f ! -name '*.ext' -printf '%f\n' | diff -ru original_directory patch_directory -X - > project.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gdb break write if 2 == *(int*)($esp + 4) && strstr((char*)*(int*)($esp + 8), "your string") != 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -rupN a/Makefile valag-1.2/Makefile | |
--- a/Makefile 2013-11-27 22:30:17.772031704 +0000 | |
+++ valag-1.2/Makefile 2013-11-22 19:01:59.642559732 +0000 | |
@@ -9,7 +9,7 @@ DESTDIR = $(PREFIX) | |
all: valag | |
valag: $(SRCS) | |
- $(VALAC) -g -o valag --thread --pkg libvala-0.14 --pkg libgvc --pkg glib-2.0 --vapidir . $+ | |
+ $(VALAC) -g -o valag --thread --pkg libvala-0.22 --pkg libgvc --pkg glib-2.0 --vapidir . $+ | |
NewerOlder