[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/02/24 21:15:56
Modified: . ChangeLog
Log:
Replaced some loosely typed function pointers with more strongly typed pointers.
Pointers such as void (*draw_func)() don't allow the compiler to check for incompatible pointer assignment.
Replacing with strictly typed pointers increases robustness.
Revision Changes Path
1.636 +7 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.635
retrieving revision 1.636
diff -u -b -r1.635 -r1.636
--- ChangeLog 24 Feb 2007 18:43:13 -0000 1.635
+++ ChangeLog 25 Feb 2007 02:15:55 -0000 1.636
@@ -1,3 +1,10 @@
+2007-02-25 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_arc.c, src/o_box.c, src/o_circle.c, src/o_line.c,
+ src/x_multiattrib.c, src/x_pagesel.c, src/x_preview.c,
+ src/x_window.c: Replaced loosely typed function pointers such as
+ void (*draw_func)(); with more strongly typed pointers.
+
2007-02-24 Peter Clifton <pcjc2@xxxxxxxxx>
Merge changes to date from noscreen branch.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs