summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-18 23:20:48 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-18 23:20:48 +0100
commit439a353a3686c97fa0b077fad8ce0c06326c1c95 (patch)
treeeb7a22abe4d843e0bca2223427276dee3e1e1ac1 /CHANGES.current
parent9be3235988d73cc9445e633105d0146bb3c4acf5 (diff)
downloadswig-439a353a3686c97fa0b077fad8ce0c06326c1c95.tar.gz
Document patch #33 from previous commit and complete run time tests
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 4c1e55bc0..5022a3030 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -6,6 +6,19 @@ Version 2.0.10 (in progress)
============================
2013-04-18: wsfulton
+ Apply Patch #36 from Jesus Lopez to add support for $descriptor() special variable macro expansion
+ in fragments. For example:
+
+ %fragment("nameDescriptor", "header")
+ %{
+ static const char *nameDescriptor = "$descriptor(Name)";
+ %}
+
+ which will generate into the wrapper if the fragment is used:
+
+ static const char *nameDescriptor = "SWIGTYPE_Name";
+
+2013-04-18: wsfulton
Fix SF Bug #428 - Syntax error when preprocessor macros are defined inside of enum lists, such as:
typedef enum {