Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Maurizio Boriani (e568ffd78bad806012fdd30a8f87fd34587c6023)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Maurizio Boriani <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Maurizio Boriani (e568ffd78bad806012fdd30a8f87fd34587c6023)
  • Date: Mon, 9 Oct 2006 10:46:32 -0500

GIT changes to master grimoire by Maurizio Boriani <baux AT sourcemage.org>:

gnustep-apps/gnustep-terminal/BUILD | 2 +-
gnustep-apps/gnustep-terminal/HISTORY | 7 ++-----
gnustep-libs/gnustep-prefsmodule/BUILD | 2 +-
gnustep-libs/gnustep-prefsmodule/HISTORY | 7 ++-----
4 files changed, 6 insertions(+), 12 deletions(-)

New commits:
commit e568ffd78bad806012fdd30a8f87fd34587c6023
Author: Maurizio Boriani <baux AT sourcemage.org>
Commit: Maurizio Boriani <baux AT sourcemage.org>

Fix dummy concatenate bug.

diff --git a/gnustep-apps/gnustep-terminal/BUILD
b/gnustep-apps/gnustep-terminal/BUILD
index 4d07891..38fbd31 100755
--- a/gnustep-apps/gnustep-terminal/BUILD
+++ b/gnustep-apps/gnustep-terminal/BUILD
@@ -11,4 +11,4 @@ cd Applications/Terminal

make &&

-cd ../../ &&
+cd ../../
diff --git a/gnustep-apps/gnustep-terminal/HISTORY
b/gnustep-apps/gnustep-terminal/HISTORY
index 44a4562..2e4ef4b 100644
--- a/gnustep-apps/gnustep-terminal/HISTORY
+++ b/gnustep-apps/gnustep-terminal/HISTORY
@@ -1,8 +1,5 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
+2006-10-09 Maurizio Boriani <baux AT sourcemage.org>
+ * BUILD: Fix dummy concatenate error.

2006-04-14 Maurizio Boriani <baux AT sourcemage.org>
* Fix dummy concatenations bugs and others.
diff --git a/gnustep-libs/gnustep-prefsmodule/BUILD
b/gnustep-libs/gnustep-prefsmodule/BUILD
index 43b0f52..6def23c 100755
--- a/gnustep-libs/gnustep-prefsmodule/BUILD
+++ b/gnustep-libs/gnustep-prefsmodule/BUILD
@@ -11,4 +11,4 @@ cd Frameworks/PrefsModule

make &&

-cd ../../ &&
+cd ../../
diff --git a/gnustep-libs/gnustep-prefsmodule/HISTORY
b/gnustep-libs/gnustep-prefsmodule/HISTORY
index e4f8ad8..a8a0021 100644
--- a/gnustep-libs/gnustep-prefsmodule/HISTORY
+++ b/gnustep-libs/gnustep-prefsmodule/HISTORY
@@ -1,8 +1,5 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
+2006-10-09 Maurizio Boriani <baux AT sourcemage.org>
+ * BUILD: Fix dummy error.

2006-04-14 Maurizio Boriani <baux AT sourcemage.org>
* Fix dummy concatenations bugs.




Archive powered by MHonArc 2.6.24.

Top of Page