[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 07/02/10 13:44:05

  Modified:    .        ChangeLog configure.ac
  Log:
  Added new script for doing non-flatten herarchical Verilog netlist.
  
  Added AM_PROG_CC_C_O to configure.ac to make autoconf happy.
  
  
  
  
  Revision  Changes    Path
  1.136     +6 -1      eda/geda/gaf/utils/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/ChangeLog,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -b -r1.135 -r1.136
  --- ChangeLog	10 Feb 2007 18:33:21 -0000	1.135
  +++ ChangeLog	10 Feb 2007 18:44:03 -0000	1.136
  @@ -9,9 +9,14 @@
   	* src/convert_sym.c: Applied patch by Hans N. [ 1581813 ] Patch
   	to ignore '|' tags.  Thanks!
   
  -	* utils/gschlas/globals.c: Removed quit_func since it is
  +	* gschlas/globals.c: Removed quit_func since it is
   	completely unused.
   
  +	* scripts/gnet_hier_verilog.sh: Added new script by Paul Tan
  +	[ 1566117 ] Script for non-flatten herarchical Verilog netlist.
  +	Thanks!  Fixed some of the headers to be correct (copyright
  +	in particular).
  +
   2007-02-08 19:24  Dan McMahill <danmc>
   
   	* configure.ac, examples/gsch2pcb/Makefile.am,
  
  
  
  1.34      +1 -0      eda/geda/gaf/utils/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/configure.ac,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- configure.ac	9 Feb 2007 00:24:08 -0000	1.33
  +++ configure.ac	10 Feb 2007 18:44:04 -0000	1.34
  @@ -29,6 +29,7 @@
   
   # Checks for programs.
   AC_PROG_CC
  +AM_PROG_CC_C_O
   AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")
   AC_PROG_CPP
   AC_PROG_MAKE_SET
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs