Use memset instead of bzero.
[bpt/guile.git] / libguile / ChangeLog
index 757697e..0b0d3cf 100644 (file)
@@ -1,3 +1,13 @@
+2001-04-11  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * debug-malloc.c (grow, scm_debug_malloc_prehistory): Use memset
+       instead of bzero.
+       
+       * coop.c, iselect.c (FD_ZERO_N): Unconditionally use memset.
+       (MISSING_BZERO_DECL): Remove the declaration. 
+
+       Thanks to NIIBE Yutaka.
+
 2001-04-10  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
 
        * init.c, goops.c, goops.h: Reverted change of 2001-03-29.  (The