[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: Commit by: danmc
- To: geda-cvs@xxxxxxxx
- Subject: gEDA-cvs: Commit by: danmc
- From: SEUL CVS pserver <cvspsrv@xxxxxxxx>
- Date: Sat, 12 Feb 2005 17:06:04 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: geda-cvs-outgoing@seul.org
- Delivered-to: geda-cvs@seul.org
- Delivery-date: Sat, 12 Feb 2005 17:06:33 -0500
- Mail-copies-to: never
- Reply-to: geda-cvs@xxxxxxxx
- Sender: owner-geda-cvs@xxxxxxxx
CVSROOT: /home/cvspsrv/cvsroot
Module name: eda
Changes by: danmc 05/02/12 17:06:04
Modified files:
geda/devel/geda/graphman: Makefile.am callbacks.c export2gwave.c
filetool.c graph.c libstring.c main.c
msgbox.c raw2gw.c support.c value.c
geda/devel/geda/src: Makefile.am callbacks.c doc.c file.c
filesel.c filetool.c interface.c
l_toolbar.c log.c m_action.c m_file.c
m_project.c m_window.c main.c msgbox.c
project.c task.c tool.c txtedit.c window.c
Added files:
geda/devel/geda/graphman: configfile.c configfile.h
geda/devel/geda/src: configfile.c configfile.h
Removed files:
geda/devel/geda/graphman: config.c config.h
geda/devel/geda/src: config.c config.h
Log message:
rename config.{c,h} to configfile.{c,h} inside src/ and graphman/ to
avoid issues with . and .. being in the search path and needing to
pull in the top level config.h file. Also clean up inclusion of
the configure generated config.h and protect the inclusion of a
couple of headers with the configure tests.