[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: peterb
Date: 07/05/28 03:27:24
Modified: . ChangeLog
Log:
Add managed text buffers to libgeda.
In order to facilitate loading symbols & schematics from
memory without an extensive rewrite, this patch adds an API
for reading memory arrays a bit like a file.
Using memory streams & fgets would be nicer, but unfortunately
memory streams are a GNU libc extension.
Revision Changes Path
1.397 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.396
retrieving revision 1.397
diff -u -b -r1.396 -r1.397
--- ChangeLog 26 May 2007 04:07:52 -0000 1.396
+++ ChangeLog 28 May 2007 07:27:23 -0000 1.397
@@ -1,3 +1,15 @@
+2007-05-28 Peter Brett <peter@xxxxxxxxxxxxx>
+
+ * include/prototype.h, include/struct.h, src/Makefile.am,
+ src/s_textbuffer.c: Add managed text buffers to libgeda.
+
+ In order to facilitate loading symbols & schematics from memory
+ without an extensive rewrite, this patch adds an API for reading
+ memory arrays a bit like a file.
+
+ Using memory streams & fgets would be nicer, but unfortunately
+ memory streams are a GNU libc extension.
+
2007-05-25 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* configure.ac: Updated version to 20070526 in prep for the next
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs