Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce591c43583b3ef277fee6cf372d11a64ac05962)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce591c43583b3ef277fee6cf372d11a64ac05962)
  • Date: Sun, 3 May 2015 15:03:05 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnu/gcc/HISTORY | 3 ++-
gnu/gcc/UP_TRIGGERS | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ce591c43583b3ef277fee6cf372d11a64ac05962
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnu/gcc: fixed syntax error

diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 2fb9202..c588a02 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,5 +1,6 @@
2015-05-03 Pavel Vinogradov <public AT sourcemage.org>
- * UP_TRIGGERS: improved the major release change check
+ * UP_TRIGGERS: improved the major release change check, fixed
+ syntax error

2015-05-02 Pavel Vinogradov <public AT sourcemage.org>
* UP_TRIGGERS: added clumsy migration mechanism for C++ ABI
diff --git a/gnu/gcc/UP_TRIGGERS b/gnu/gcc/UP_TRIGGERS
index 873c848..a3ef25a 100755
--- a/gnu/gcc/UP_TRIGGERS
+++ b/gnu/gcc/UP_TRIGGERS
@@ -14,6 +14,7 @@ if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
for each in $(grep "gcc:CXX" "$SUB_DEPENDS_STATUS" | cut -f1 -d:); do
if spell_ok $each; then
up_trigger $each cast_self
+ fi
done
fi
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce591c43583b3ef277fee6cf372d11a64ac05962), Pavel Vinogradov, 05/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page