summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-06-09 12:35:40 -0400
committerJosé Alburquerque <jaalburquerque@gmail.com>2013-06-09 12:37:40 -0400
commitbcf1fbc13596efeaa3900bd56e35b89b9b261858 (patch)
tree65727da219e41dc630e566318e7bd85082b05a0a /ChangeLog
parent621835cfd37ed364945eb7653bc6c3b4ea5f7499 (diff)
downloadglibmm-bcf1fbc13596efeaa3900bd56e35b89b9b261858.tar.gz
gmmproc: Use an environment variable for the return mismatches.
* tools/gmmproc.in: Check for the GMMPROC_RETURN_MISMATCHES environment variable and use its value as the default for the internal boolean '$main::return_mismatches' variable which when true makes gmmproc report if the return type in a _WRAP_METHOD() does not match the C function return type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e56201..d5647da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-06-09 José Alburquerque <jaalburquerque@gmail.com>
+
+ gmmproc: Use an environment variable for the return mismatches.
+
+ * tools/gmmproc.in: Check for the GMMPROC_RETURN_MISMATCHES
+ environment variable and use its value as the default for the internal
+ boolean '$main::return_mismatches' variable which when true makes
+ gmmproc report if the return type in a _WRAP_METHOD() does not match
+ the C function return type.
+
2013-06-07 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
gmmproc: Write glibmm version in generated files.