[cig-commits] r16009 - mc/3D/CitcomCU/trunk

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Nov 19 12:19:15 PST 2009


Author: tan2
Date: 2009-11-19 12:19:15 -0800 (Thu, 19 Nov 2009)
New Revision: 16009

Modified:
   mc/3D/CitcomCU/trunk/ChangeLog
Log:
update ChangeLog to r16008

Modified: mc/3D/CitcomCU/trunk/ChangeLog
===================================================================
--- mc/3D/CitcomCU/trunk/ChangeLog	2009-11-19 20:16:34 UTC (rev 16008)
+++ mc/3D/CitcomCU/trunk/ChangeLog	2009-11-19 20:19:15 UTC (rev 16009)
@@ -1,3 +1,33 @@
+2009-11-19 20:16  tan2
+
+	* src/Output_gzdir.c, src/prototypes.h: Declar safe_gzopen() as
+	  static so that it won't appear in prototypes.h. This would avoid
+	  depending on zlib.h when compiling the code. The code will still
+	  depend on zlib, but nowaday every unix system has zlib installed
+	  by default.
+	  
+	  PS: one should avoid hand-editing prototypes.h. This file can be
+	  regenerated by running: $ cproto -p > a && mv a prototypes.h
+
+2009-11-19 19:56  tan2
+
+	* src/Viscosity_structures.c: There is no function_defs.h. All
+	  prototypes should be put in prototypes.h
+
+2009-11-19 19:55  tan2
+
+	* src/Parsing.c: In ANSI C, we only need to include string.h for
+	  strlen, strcpy, strstr, and strcat.
+
+2009-11-19 19:36  tan2
+
+	* src/Viscosity_structures.c, src/prototypes.h: Declare these
+	  private functions as static
+
+2009-11-19 19:19  tan2
+
+	* ChangeLog: update ChangeLog to r15962
+
 2009-11-19 19:15  tan2
 
 	* NEWS: Better description for the E->parallel.mst1[] bug in



More information about the CIG-COMMITS mailing list