Package: flexml / 1.9.6-6

Metadata

Package Version Patches format
flexml 1.9.6-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sort parts | (download)

flexml.pl | 56 28 + 28 - 0 !
testbed/missing-att.stderr.expected | 2 1 + 1 - 0 !
testbed/multiple-att.stderr.expected | 2 1 + 1 - 0 !
3 files changed, 30 insertions(+), 30 deletions(-)

---
privacy_breach | (download)

FleXML.html | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

---
FTBFS pedantic | (download)

Makefile.defs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
no sprintf | (download)

skel | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
fix_spurious_semicolon.patch | (download)

flexml.pl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spurious semicolon in generated file
 Sometimes a semicolon is spuriously doubled in the generated C file.
 For example:
   LEAVE; STag_surfxml_trace();pushbuffer(surfxml_pcdata_ix); BUFFERSET(surfxml_pcdata_ix);; ENTER(IN_trace);

 This patch should fix that.



makefile_enable_parallel.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with gnumakeflags=--shuffle=reverse