]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / ChangeLog
index bb92fdac65b814677a725feb1b80bd61930a57ed..0521c48407ba590c5607bc7343b947975899f894 100644 (file)
@@ -1,4 +1,12 @@
  $Log$
+ Revision 590.137  2002/03/11 05:42:46  nbryant
+ removed all references to sprintf from several files (not all files yet)
+ and replace with snprintf
+
+ Revision 590.136  2002/03/11 04:16:20  nbryant
+ warning fixes on sparc-sun-solaris2.8 with gcc 3.0.4, mostly for *printf
+ format strings
+
  Revision 590.135  2002/03/11 03:55:24  nbryant
   - fixes for building without OpenSSL
   - setenv doesn't exist on all systems, use putenv instead