[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/12/17 08:59:13
Modified: . ChangeLog
Log:
Use dynamic memory allocation in x_color_get_name and changed its definition.
Revision Changes Path
1.417 +7 -0 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -b -r1.416 -r1.417
--- ChangeLog 2 Dec 2005 17:04:42 -0000 1.416
+++ ChangeLog 17 Dec 2005 13:59:13 -0000 1.417
@@ -1,3 +1,10 @@
+2005-12-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * include/prototype.h, noweb/x_color.nw, noweb/x_dialog.nw:
+ Changed function x_color_get_name to use dynamic memory allocation.
+ Now it returns a newly allocated string with the colorname.
+ This should fix a bug found by John Doty: the 'ex' command provoked
+ a bus error in gschem under MacOS 10.4.3. Thanks for the bug report.
+
2005-12-02 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/x_preview.nw: Disable the autosave feature in previews.
This change, together with some libgeda changes at the same date