gt;From ebc8fa49c1aee06160844012220bdf08c8e6bff9 Mon Sep 17 00:00:00 2001
From: Alexandre Lissy
Date: Fri, 28 Sep 2012 12:23:30 +0200
Subject: [PATCH] 2012-09-26 Alexandre Lissy
[gcc/]
* melt-build-script.pl: Using >&2 instead of >/dev/stderr
---
gcc/ChangeLog.MELT|3 ++-
gcc/melt
trib/ directory.
>From 4f32b3261c730a0002a4c316bc64c4ae40fc5eb7 Mon Sep 17 00:00:00 2001
From: Alexandre Lissy
Date: Wed, 26 Sep 2012 18:26:39 +0200
Subject: [PATCH] 2012-09-26 Alexandre Lissy
[contrib/]
* simplemelt-pyqt4-probe.py: Introducing another implementation of
the MELT probe,
changed, 14 insertions(+), 10 deletions(-)
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index 78c6ae6..6efd8d9 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,3 +1,7 @@
+2011-09-14 Alexandre Lissy
+ * melt-build.tpl: Remove leading space on CUMULMD5, breaking some
changed, 14 insertions(+), 10 deletions(-)
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index 78c6ae6..6efd8d9 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,3 +1,7 @@
+2011-09-14 Alexandre Lissy
+ * melt-build.tpl: Remove leading space on CUMULMD5, breaking some
.MELT
@@ -1,3 +1,13 @@
+2011-08-30 Alexandre Lissy
+ * melt-runtime.c (melt_load_module_index):
+ - Export melt_versionstr from meltdesc instead of
+ melt_genversionstr.
+ - Make use of melt_version_str() instead of MELT_VERSION_STR.
+ - Compare melt_versio
angeLog.MELT |3 +++
gcc/melt-build.tpl | 20
2 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index d3ea85e..9ca1fc4 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,4 +1,7 @@
2011-08-29 Alexandre Liss
Le 29/08/2011 17:22, Alexandre Lissy a écrit :
> Le 29/08/2011 17:08, Alexandre Lissy a écrit :
>> Le 29/08/2011 16:57, Alexandre Lissy a écrit :
>>> Le 29/08/2011 16:44, Alexandre Lissy a écrit :
>>>> Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
>>&g
Le 29/08/2011 17:08, Alexandre Lissy a écrit :
> Le 29/08/2011 16:57, Alexandre Lissy a écrit :
>> Le 29/08/2011 16:44, Alexandre Lissy a écrit :
>>> Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
>>>> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wro
Le 29/08/2011 16:57, Alexandre Lissy a écrit :
> Le 29/08/2011 16:44, Alexandre Lissy a écrit :
>> Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
>>> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>>>> Files containing the MELT translated to C
Le 29/08/2011 16:44, Alexandre Lissy a écrit :
> Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
>> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>>> Files containing the MELT translated to C code were not loaded correctly
>>> due to bad searc
Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>> Files containing the MELT translated to C code were not loaded correctly
>> due to bad search path when working with an installed plugin. Present
>>
Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>> Files containing the MELT translated to C code were not loaded correctly
>> due to bad search path when working with an installed plugin. Present
>>
Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>> Files containing the MELT translated to C code were not loaded correctly
>> due to bad search path when working with an installed plugin. Present
>>
Le 29/08/2011 15:15, Basile Starynkevitch a écrit :
> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote:
>> Files containing the MELT translated to C code were not loaded correctly
>> due to bad search path when working with an installed plugin. Present
>>
..241c862 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,3 +1,9 @@
+2011-08-29 Alexandre Lissy
+ * melt-runtime.c (melt_load_module_index): Fix loading path of .c
+ files.
+ * melt/warmelt-outobj.melt (output_melt_descriptor): Fix generation
+ of melt_modulename
changed, 25 insertions(+), 19 deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT
index 953fb65..0b63775 100644
--- a/contrib/ChangeLog.MELT
+++ b/contrib/ChangeLog.MELT
@@ -1,4 +1,7 @@
2011-08-25 Alexandre Lissy
+ * MELT-Plugin-Makefile: Remove useless '/' after
Hello,
There are some points in MELT build where several slashes are used and
present in paths, mainly when calling GCC. This is bad not only for
cosmetic reasons, but it also makes rpm not happy when extracting debug
symbols. The following patch fixes this.
Hello,
The texi file defining the MELT Plugin API was missing the
versionsubtitle macro definition (which is however present in
meltplugin.texi), and this resulted in PDF documentation generation
failing. Following patch fixes this by adding the macro to
meltpluginapi.texi.
deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT
index 01aaf4c..953fb65 100644
--- a/contrib/ChangeLog.MELT
+++ b/contrib/ChangeLog.MELT
@@ -1,4 +1,7 @@
2011-08-25 Alexandre Lissy
+ * meltpluginapi.texi: Adding missing versionsubtitle macro
+
+2011-08-25 Alexandre Lissy
d, 12 insertions(+), 0 deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT
index 42f2aca..01aaf4c 100644
--- a/contrib/ChangeLog.MELT
+++ b/contrib/ChangeLog.MELT
@@ -1,4 +1,7 @@
2011-08-25 Alexandre Lissy
+ * MELT-Plugin-Makefile: Adding target to build .html and .pdf
+
+2011-
Hello,
Documentation for the MELT plugin was only produced as .info file, but
the PDF and HTML output were missing. This was due to missing target for
both ; hence the following patch which fixes by defining two targets:
- %.html
- %.pdf
Simply calling respectivement $(TEXI2HTML) and $(TEXI2PDF)
--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT
index 9b8123c..42f2aca 100644
--- a/contrib/ChangeLog.MELT
+++ b/contrib/ChangeLog.MELT
@@ -1,3 +1,5 @@
+2011-08-25 Alexandre Lissy
+ * MELT-Plugin-Makefile (install-melt-modules)
Hello,
Thanks for your suggestions. I made the suggested changes, I hope it
matches your requirements :).
--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT
index 9b8123c..42f2aca 100644
--- a/contrib/ChangeLog.MELT
+++ b/contrib/ChangeLog.MELT
@@ -1,3 +1,5 @@
+2011-08-25 Alexandre Lissy
+ * MELT-Plugin-Makefile (install-melt-modules)
Hello,
Changes recently happened on the MELT modules which broke the way the
install-melt-modules target in MELT's Makefile in the plugin case works.
Attached is a patch that fixes this.
.
+* MELT API Index::
@end menu
@c the meltgendoc.texi is generated from various *.melt source files
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index c801737..ceb0d04 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,4 +1,8 @@
2011-08-25 Alexandre Lissy
+ * contrib
Hello,
A couple of nodes in the texi file for the MELT Plugin API were not
present in the menu, hence makeinfo failed. Fixing with help from
Patrice Dumas .
changed, 5 insertions(+), 1 deletions(-)
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index f32e960..c801737 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,4 +1,8 @@
2011-08-25 Alexandre Lissy
+ * gcc/melt-build.tpl: Allow build to "fail" ; meltgentdoc.texi tar
Hello,
The meltgendoc.texi target can "fail", returning a value of 1 while the
file has been correctly written. The attached patch allows to circumvent
this.
Hello,
A prevoous commit introduced a typo on the output argument when generating
documentation, hence the attached commit fixes the issue.
gcc/melt-build.tpl |2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index a341a49..f32e960 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,4 +1,8 @@
2011-08-25 Alexandre Lissy
+ * gcc/melt/melt-build.tpl: Fix
og.MELT b/gcc/ChangeLog.MELT
index f4cc6a5..4282321 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,3 +1,6 @@
+2011-08-23 Alexandre Lissy
+ * melt-runtime.c (melt_load_module_index): Correct handling of invalid
+ dlopen handle.
2011-08-05 Basile Starynkevitch
* m
Hello,
The following patch fixes a 'small' issue I have been facing since a
couple of days: MELT would not be able to call the start_module_melt()
symbol that is present in warmelt-first(...).so. It turned out that the
shared library where *unloaded* at run time ; each one being loaded and
then un
This symbol has been changed to binbase a couple of commits ago, yet
some places remained untouched for the new name.
---
gcc/melt-runtime.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gcc/melt-runtime.c b/gcc/melt-runtime.c
index 32a4288..ad49ccb 100644
---
Hello,
Following is a trivial patch patch that fixes build of the current
melt-branch, due to some previous commit changing identifier
"fullbinfile" to "binbase" in function parameters but not in some usages
at the end of the function.
eLog.MELT |4
contrib/build-melt-plugin.sh | 32 +---
2 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/ChangeLog.MELT b/ChangeLog.MELT
index d00a4e1..2b88e00 100644
--- a/ChangeLog.MELT
+++ b/ChangeLog.MELT
@@ -1,3 +1,7 @
Hello,
While packaging GCC MELT as a plugin for Mandriva, I noticed that we
could do a slight improvement to the current build script to ease a bit
packaging, by adding a clear separation between the building steps and
installation steps. This allows to "cleanly" exploit the build script in
both %
---
gcc/melt-build.mk | 128 ++--
1 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/gcc/melt-build.mk b/gcc/melt-build.mk
index f00e43b..e75229e 100644
--- a/gcc/melt-build.mk
+++ b/gcc/melt-build.mk
@@ -164,7 +164,7 @@ melt-stage0-st
Double slashes while building are a problem for RPM's debugedit tool,
which seems to be 'well-known', while never fixed. The only solution is
to fix the build process. Also, remove any trailing slash from
MELTMODULE_SRCDIR variable, since slashes are added when used.
---
gcc/melt-build.tpl |8
---
ChangeLog.MELT |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog.MELT b/ChangeLog.MELT
index b18e8ff..0e52116 100644
--- a/ChangeLog.MELT
+++ b/ChangeLog.MELT
@@ -1,3 +1,7 @@
+2011-03-07 Alexandre Lissy
+
+ * Fixing issues in compilation process for
The GCC's options -pipe and -Wp,-D_FORTIFY_SOURCE=2 are passed by
default by Mandriva's GCC RPM spec file, and end up in some parts of
MELT CFLAGS. But they should not end up there.
---
gcc/Makefile.in |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/gcc/Makefile.in b/
Hello,
Sorry for the delay, but I had no time to perform this small change while
attending ROADEF 2011 :).
So, here we go, same patches again, with ChangeLog.MELT updated.
42 matches
Mail list logo