summaryrefslogtreecommitdiff
path: root/gc/ChangeLog
blob: bbb50f100c13064ef36f527cbc0f4ac5dfbcdfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2003-06-16  Dave Love  <fx@gnu.org>

	* Makefile.am, Makefile.dj, Makefile.in, aclocal.m4, alloc.c:
	* alpha_mach_dep.S, configure, dbg_mlc.c, dyn_load.c, finalize.c:
	* gc_dlopen.c, mach_dep.c, mark.c, mark_rts.c, misc.c:
	* mkinstalldirs, os_dep.c, ptr_chck.c, reclaim.c, threadlibs.c:
	* version.h, win32_threads.c, include/Makefile.am:
	* include/Makefile.in, include/gc.h, include/gc_config_macros.h:
	* include/gc_pthread_redirects.h, include/private/gc_locks.h:
	* include/private/gc_priv.h, include/private/gcconfig.h: Merge
	changes from 6.2alpha6.

	* configure.in: Merge changes from 6.2alpha6.
	(AC_REVISION): Removed.
	(Ac_INIT): Modify version and remove bug address.

	* Makefile.direct: Removed.

2003-06-10  Dave Love  <fx@gnu.org>

	* Makefile: Removed.

2003-06-06  Dave Love  <fx@gnu.org>

	This is based on Boehm's 6.2alpha4 version with the cord and tests
	directories removed..

	* 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.