[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: peterb
Date: 07/05/28 03:59:41
Modified: . ChangeLog
Log:
Match .sym suffix case-insensively when building component library.
When building symbol lists for directory-based component sources,
match the ".sym" filename suffix case-insensitively. Note that for
backward- compatibility (and sanity on systems with case-sensitive
filenames) searching for symbols does match symbols
case-sensitively ("plug.SYM" will not satisfy a search for
"plug.sym").
Revision Changes Path
1.405 eda/geda/gaf/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -b -r1.404 -r1.405
--- ChangeLog 28 May 2007 07:56:47 -0000 1.404
+++ ChangeLog 28 May 2007 07:59:41 -0000 1.405
@@ -1,5 +1,15 @@
2007-05-28 Peter Brett <peter@xxxxxxxxxxxxx>
+ * src/s_clib.c: Match .sym suffix case-insensively when building
+ component library.
+
+ When building symbol lists for directory-based component
+ sources, match the ".sym" filename suffix case-insensitively.
+ Note that for backward- compatibility (and sanity on systems
+ with case-sensitive filenames) searching for symbols does match
+ symbols case-sensitively ("plug.SYM" will not satisfy a search
+ for "plug.sym").
+
* include/prototype.h, src/g_rc.c, src/g_register.c, src/s_clib.c:
Add component sources based on Scheme procedures.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs