Remove documentation specific to particular old BDWGC releases
authorIvan Maidanski <ivmai@mail.ru>
Thu, 21 Mar 2019 07:43:12 +0000 (10:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 22 Mar 2019 07:20:41 +0000 (10:20 +0300)
commit87a4de2207e4b297a1a7fc6ff663e8d607726955
tree39121c142217b069520bb428c0e59064a94ba956
parent974e07b74460e86489ec8e75d50366e962cd87ec
Remove documentation specific to particular old BDWGC releases

* doc/README.Mac: Remove mentioning of particular GC versions; adjust
the information (if needed) to match the current GC functionality.
* doc/README.amiga: Likewise.
* doc/README.arm.cross: Likewise.
* doc/README.autoconf: Likewise.
* doc/README.linux: Likewise.
* doc/README.macros (FINALIZE_ON_DEMAND, JAVA_FINALIZATION): Likewise.
* doc/README.sgi: Likewise.
* doc/README.solaris2 (SOLARIS THREADS): Likewise.
* doc/README.symbian: Likewise.
* doc/README.win32 (Threads): Likewise.
* doc/README.win64: Likewise.
* doc/gcdescr.md (Allocation, Thread support,
Thread-local allocation): Likewise.
* doc/gcinterface.md (GC_INIT): Likewise.
* doc/leak.md: Likewise.
* doc/porting.md (Additional requirements for a basic port,
Thread support): Likewise.
* doc/scale.md (Options for enhanced scalability, Performance):
Likewise.
* doc/simple_example.md (Debugging): Do not mention removed
`--enable-full-debug` option of configure.
* include/gc.h (GC_parallel, GC_dont_gc, GC_use_entire_heap,
GC_set_handle_fork): Remove comment that the behavior has changed in
a particular GC version.
* include/gc_inline.h (GC_MALLOC_WORDS_KIND): Likewise.
* include/gc.h (GC_set_free_space_divisor, GC_warn_proc): Reword
comment about ABI incompatible change in some GC version.
* include/gc.h (GC_get_heap_usage_safe): Remove comment that the API
was introduced in a particular GC version.
* include/gc_cpp.h (UseGC): Likewise.
* os_dep.c [LINUX_STACKBOTTOM && IA64] (GC_get_register_stack_base):
Remove mentioning of a particular GC version (and of an old behavior
on an ancient kernel) in a comment.
* win32_threads.c [!GC_PTHREADS && !GC_NO_THREADS_DISCOVERY]
(GC_DllMain): Likewise.
* OS2_MAKEFILE: Likewise.
23 files changed:
OS2_MAKEFILE
doc/README.Mac
doc/README.amiga
doc/README.arm.cross
doc/README.autoconf
doc/README.linux
doc/README.macros
doc/README.sgi
doc/README.solaris2
doc/README.symbian
doc/README.win32
doc/README.win64
doc/gcdescr.md
doc/gcinterface.md
doc/leak.md
doc/porting.md
doc/scale.md
doc/simple_example.md
include/gc.h
include/gc_cpp.h
include/gc_inline.h
os_dep.c
win32_threads.c