]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Fri, 6 Jun 2003 10:17:38 +0000 (10:17 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Jun 2003 10:17:38 +0000 (10:17 +0000)
gc/ChangeLog [new file with mode: 0644]

diff --git a/gc/ChangeLog b/gc/ChangeLog
new file mode 100644 (file)
index 0000000..9050078
--- /dev/null
@@ -0,0 +1,22 @@
+2003-06-06  Dave Love  <fx@gnu.org>
+
+       This is based on Boehm's 6.2alpha4 version.
+
+       * include/private/gcconfig.h (GET_MEM): Comment out top
+       definition.
+       [GC_PRIVATE_H]: Test GET_MEM.
+
+       * include/gc.h (GC_custom_finalize, GC_collect_start_callback)
+       (GC_collect_end_callback): Declare.
+
+       * os_dep.c: Use AVOID_MMAP.
+
+       * finalize.c (GC_custom_finalize): New.
+       (GC_finalize): Use it.
+
+       * configure.in: Use AC_PROG_RANLIB, AM_PROG_LIBTOOL,
+       AC_CONFIG_FILES, AC_CONFIG_COMMANDS.  Add --enable-cppflags arg.
+
+       * alloc.c (GC_collect_start_callback, *GC_collect_end_callback): New.
+       (stop_func): Use them.
+