[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: sdb
Date: 06/01/04 09:36:25
Modified: . ChangeLog
Log:
Modified code to emit
"unconnected_pin-<number>" to fix bug noticed by John Doty.
Besides modifying s_net.c to achieve this, I had to change
the strcmp fcn in many files to a strncmp fcn to compare only
the first 15 chars against "unconnected_pin". Added strncmp?
to scheme/gnetlist.scm to do this for Scheme backends.
Revision Changes Path
1.255 +15 -0 eda/geda/devel/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -b -r1.254 -r1.255
--- ChangeLog 28 Dec 2005 21:41:41 -0000 1.254
+++ ChangeLog 4 Jan 2006 14:36:25 -0000 1.255
@@ -1,3 +1,18 @@
+2006-01-04 Stuart Brorson <sdb@xxxxxxxxxx>
+ * src/g_netlist.c, src/s_net.c, scheme/gnet-drc2.scm
+ scheme/gnetlist.scm, scheme/gnet-systemc.scm,
+ scheme/gnet-vams.scm, scheme/gnet-verilog.scm
+ scheme/gnet-vhdl.scm: Modified code to emit
+ "unconnected_pin-<number>" to fix bug noticed by John Doty.
+ Besides modifying s_net.c to achieve this, I had to change
+ the strcmp fcn in many files to a strncmp fcn to compare only
+ the first 15 chars against "unconnected_pin". Added strncmp?
+ to scheme/gnetlist.scm to do this for Scheme backends.
+
+ * scheme/gnet-spice-sdb.scm: Fix bug discovered by John Doty:
+ spice-IO pins with refdes greater than P9 were sorted
+ incorrectly (as strings). Now they are sorted as numbers.
+
2005-12-28 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* src/g_netlist: Dereferenced return value of scm_c_module_lookup,
which is passed to scm_sort_list_x.