[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: Thu,  3 Feb 2005 18:04:25 -0500 (EST)
 
- Delivered-to: archiver@seul.org
 
- Delivered-to: geda-cvs-outgoing@seul.org
 
- Delivered-to: geda-cvs@seul.org
 
- Delivery-date: Thu, 03 Feb 2005 18:04:45 -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/03 18:04:25
Modified files:
	geda/devel/geda/src: m_file.c 
	geda/devel/gschem/include: prototype.h 
	geda/devel/gschem/noweb: o_misc.nw o_net.nw x_attribedit.nw 
	                         x_fileselect.nw x_image.nw x_print.nw 
	                         x_script.nw 
	geda/devel/libgeda/include: prototype.h 
	geda/devel/libgeda/noweb: a_basic.nw f_basic.nw f_image.nw 
	                          f_print.nw g_basic.nw o_image.nw 
	                          s_project.nw 
Log message:
- lots of clean up of 'const' usage.  Seems to have squished all
gcc warnings around const.  Mostly this involved adding lots of
missing const's.
- also add a few missing prototypes and header files.
- fix call to realpath (it was being given a pointer to a pointer rather
than a pointer).