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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 06/09/27 13:31:03

  Modified:    .        ChangeLog configure.ac
  Log:
  Applied patch #1564796 by Cesar Strauss, enabling Cygwin's compilation. Thanks.
  
  Also in utils/src/gmk_sym.c, use strcasecmp instead of stricmp, and define
  
  strcasecmp as stricmp if the first is not available but the latter is.
  
  
  
  
  Revision  Changes    Path
  1.211     +6 -1      eda/geda/gaf/symbols/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/symbols/ChangeLog,v
  retrieving revision 1.210
  retrieving revision 1.211
  diff -u -b -r1.210 -r1.211
  --- ChangeLog	26 Sep 2006 12:45:33 -0000	1.210
  +++ ChangeLog	27 Sep 2006 17:31:03 -0000	1.211
  @@ -1,3 +1,8 @@
  +2006-09-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +
  +	* configure.ac : Applied patch #1564796 by Cesar Strauss, 
  +	enabling Cygwin's compilation. Thanks.
  +	
   2006-09-26 Werner Hoch <werner.ho@xxxxxx>
   	* 4000/4022-2.sym, connector/mains-entry-1.sym,
   	  maxim/max186-1.sym, memory/HM628511HC-SOJ36-1.sym,
  @@ -6,7 +11,7 @@
   	  supervisor/adm707.sym, opto/hcpl-4534-1.sym: fixed offgrid pins 
   	  inside the symbols
   
  -2006-09-24 Carlos Nieves Onega <cnieves@xxxxxxxxxx
  +2006-09-24 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
   
   	* linear/lm311-1.sym: Removed the GND false connection of the 
   	symbol. That pin was not really connected to ground.
  
  
  
  1.23      +0 -1      eda/geda/gaf/symbols/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/symbols/configure.ac,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- configure.ac	7 Sep 2006 01:30:06 -0000	1.22
  +++ configure.ac	27 Sep 2006 17:31:03 -0000	1.23
  @@ -32,7 +32,6 @@
   
   # Figure out if we are building on win32 and what environment.
   case $host_os in
  -  *cygwin*  ) AC_MSG_ERROR([Building gEDA/gaf under cygwin is not supported]) ;;
     *mingw32* ) echo "Configuring for mingw"; MINGW=yes ;;
   esac
   
  
  
  


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