[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.3.0-20071229-49-g7b0c15c)



The branch, master has been updated
       via  7b0c15cea18baf9a2a3bb8c89ccb02034a821156 (commit)
       via  fa9779d19f1a6a626948ec996735978941883f5d (commit)
      from  aafa53bb3e4b248e178a654883db2ba1177c5750 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gnetlist/src/g_netlist.c |    4 ++--
 gschem/po/de_DE.po       |    2 +-
 gschem/po/en_GB.po       |    4 ++--
 gschem/po/es_ES.po       |    2 +-
 gschem/po/fr_FR.po       |    2 +-
 gschem/po/it_IT.po       |    2 +-
 gschem/po/ja_JP.po       |    2 +-
 gschem/po/nl_NL.po       |    2 +-
 gschem/po/pt_BR.po       |    2 +-
 gschem/po/ru.po          |    2 +-
 gschem/src/o_complex.c   |    2 +-
 11 files changed, 13 insertions(+), 13 deletions(-)


=================
 Commit Messages
=================

commit 7b0c15cea18baf9a2a3bb8c89ccb02034a821156
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date:   Thu Jan 10 01:24:26 2008 +0000

    gnetlist: Fix typo
    
    (Peter Clifton modified the patch to fix translations at the same time)

:100644 100644 fb4945b... f80037a... M	gschem/po/de_DE.po
:100644 100644 3cd15b2... 836903c... M	gschem/po/en_GB.po
:100644 100644 3e6f900... 08c46dc... M	gschem/po/es_ES.po
:100644 100644 06bdfbd... c188585... M	gschem/po/fr_FR.po
:100644 100644 4f19e5c... 15d2b0f... M	gschem/po/it_IT.po
:100644 100644 b532379... 1ff6b98... M	gschem/po/ja_JP.po
:100644 100644 63b947e... df945a3... M	gschem/po/nl_NL.po
:100644 100644 ff87725... ce5f597... M	gschem/po/pt_BR.po
:100644 100644 5f924ca... 46510d5... M	gschem/po/ru.po
:100644 100644 55c4c13... dc7c284... M	gschem/src/o_complex.c

commit fa9779d19f1a6a626948ec996735978941883f5d
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date:   Thu Jan 10 00:58:35 2008 +0200

    Fix two use after free bugs.
    
    The gnetlist testsuite would sometimes screw up the terminal by
    outputting angry control characters.  This was because a warning
    message used a string that had already been freed.

:100644 100644 9bcbd71... 284e68d... M	gnetlist/src/g_netlist.c

=========
 Changes
=========

commit 7b0c15cea18baf9a2a3bb8c89ccb02034a821156
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date:   Thu Jan 10 01:24:26 2008 +0000

    gnetlist: Fix typo
    
    (Peter Clifton modified the patch to fix translations at the same time)

diff --git a/gschem/po/de_DE.po b/gschem/po/de_DE.po
index fb4945b..f80037a 100644
--- a/gschem/po/de_DE.po
+++ b/gschem/po/de_DE.po
@@ -1112,7 +1112,7 @@ msgstr "Undefinierter Typ für einen Kreis (Füllung).\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr ""
 "Konnte complex während des Hinzufügens eines neuen Bauteils nicht finden.\n"
 
diff --git a/gschem/po/en_GB.po b/gschem/po/en_GB.po
index 3cd15b2..836903c 100644
--- a/gschem/po/en_GB.po
+++ b/gschem/po/en_GB.po
@@ -1097,8 +1097,8 @@ msgstr "Unknown type for circle (fill)!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
-msgstr "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
+msgstr "Could not find complex in new component placement!\n"
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
 #, c-format
diff --git a/gschem/po/es_ES.po b/gschem/po/es_ES.po
index 3e6f900..08c46dc 100644
--- a/gschem/po/es_ES.po
+++ b/gschem/po/es_ES.po
@@ -1126,7 +1126,7 @@ msgstr "¡Tipo de relleno de círculo desconocido!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr "¡No se ha podido encontrar el objeto al colocar el nuevo componente!\n"
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
diff --git a/gschem/po/fr_FR.po b/gschem/po/fr_FR.po
index 06bdfbd..c188585 100644
--- a/gschem/po/fr_FR.po
+++ b/gschem/po/fr_FR.po
@@ -1108,7 +1108,7 @@ msgstr "Type de remplissage pour cercle inconnu !\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr ""
 "Complex introuvable dans la liste de placement des nouveaux composants !\n"
 
diff --git a/gschem/po/it_IT.po b/gschem/po/it_IT.po
index 4f19e5c..15d2b0f 100644
--- a/gschem/po/it_IT.po
+++ b/gschem/po/it_IT.po
@@ -1106,7 +1106,7 @@ msgstr "Tipo sconosciuto per il cerchio (riempimento)!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr ""
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
diff --git a/gschem/po/ja_JP.po b/gschem/po/ja_JP.po
index b532379..1ff6b98 100644
--- a/gschem/po/ja_JP.po
+++ b/gschem/po/ja_JP.po
@@ -1115,7 +1115,7 @@ msgstr "ÉÔÌÀ¤Ê±ß¤Î¼ïÎà(Åɤê¤Ä¤Ö¤·)!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr ""
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
diff --git a/gschem/po/nl_NL.po b/gschem/po/nl_NL.po
index 63b947e..df945a3 100644
--- a/gschem/po/nl_NL.po
+++ b/gschem/po/nl_NL.po
@@ -1155,7 +1155,7 @@ msgstr "Onbekend type voor cirkel (arcering)!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr "Kan complex niet vinden bij het plaatsen van een nieuwe component!\n"
 
 #: ../src/o_complex.c:405
diff --git a/gschem/po/pt_BR.po b/gschem/po/pt_BR.po
index ff87725..ce5f597 100644
--- a/gschem/po/pt_BR.po
+++ b/gschem/po/pt_BR.po
@@ -1109,7 +1109,7 @@ msgstr "Tipo desconhecido para enchimento de arco!\n"
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr ""
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
diff --git a/gschem/po/ru.po b/gschem/po/ru.po
index 5f924ca..46510d5 100644
--- a/gschem/po/ru.po
+++ b/gschem/po/ru.po
@@ -1109,7 +1109,7 @@ msgstr "Ð?еизвеÑ?Ñ?нÑ?й Ñ?ип длÑ? окÑ?Ñ?жноÑ?Ñ?и (Ñ? залив
 
 #: ../src/o_complex.c:174
 #, c-format
-msgid "Could not find complex in new componet placement!\n"
+msgid "Could not find complex in new component placement!\n"
 msgstr "Ð?евозможно найÑ?и комплекÑ? в новом Ñ?аÑ?положении компоненÑ?а!\n"
 
 #: ../src/o_complex.c:405 ../src/o_complex.c:409
diff --git a/gschem/src/o_complex.c b/gschem/src/o_complex.c
index 55c4c13..dc7c284 100644
--- a/gschem/src/o_complex.c
+++ b/gschem/src/o_complex.c
@@ -171,7 +171,7 @@ void o_complex_place_rotate(GSCHEM_TOPLEVEL *w_current)
   }
 
   if (x_local == -1) {
-    printf(_("Could not find complex in new componet placement!\n"));
+    printf(_("Could not find complex in new component placement!\n"));
     return;
   }
 

commit fa9779d19f1a6a626948ec996735978941883f5d
Author: Bernd Jendrissek <bernd.jendrissek@xxxxxxxxx>
Date:   Thu Jan 10 00:58:35 2008 +0200

    Fix two use after free bugs.
    
    The gnetlist testsuite would sometimes screw up the terminal by
    outputting angry control characters.  This was because a warning
    message used a string that had already been freed.

diff --git a/gnetlist/src/g_netlist.c b/gnetlist/src/g_netlist.c
index 9bcbd71..284e68d 100644
--- a/gnetlist/src/g_netlist.c
+++ b/gnetlist/src/g_netlist.c
@@ -815,7 +815,6 @@ SCM g_get_slots(SCM scm_uref)
 		  slot_tmp=g_strdup("1");
 		}
 		slot = g_strconcat ("#d", slot_tmp, NULL);
-		  g_free (slot_tmp);
 		  slot_number = scm_string_to_number(scm_makfrom0str (slot),
                                              scm_from_int(10));
 		  g_free (slot);
@@ -824,6 +823,7 @@ SCM g_get_slots(SCM scm_uref)
 		  }
 		  else 
 		    fprintf(stderr, "Uref %s: Bad slot number: %s.\n", uref, slot_tmp);
+		  g_free (slot_tmp);
 	    }
 	}
 	nl_current = nl_current->next;
@@ -880,7 +880,6 @@ SCM g_get_unique_slots(SCM scm_uref)
 		  slot_tmp=g_strdup("1");
 		}
 		slot = g_strconcat ("#d", slot_tmp, NULL);
-		g_free (slot_tmp);
 		slot_number = scm_string_to_number(scm_makfrom0str (slot),
                                            scm_from_int(10));
 		g_free (slot);
@@ -891,6 +890,7 @@ SCM g_get_unique_slots(SCM scm_uref)
 		}
 		else 
 		  fprintf(stderr, "Uref %s: Bad slot number: %s.\n", uref, slot_tmp);
+		g_free (slot_tmp);
 	    }
 	}
 	nl_current = nl_current->next;



_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs