summaryrefslogtreecommitdiff
path: root/README.QUICK
Commit message (Collapse)AuthorAgeFilesLines
* Refer to Makefile.direct instead of deleted Makefile file in READMEIvan Maidanski2021-12-211-4/+4
| | | | | | | | | | | (a cherry-pick of commit 6c315e49f from 'release-8_2') * Makefile.am (EXTRA_DIST): Remove outdated comment exclusion of "Makefile" file. * README.QUICK (WARNINGS): Mention "Makefile.am or Makefile.direct" instead of "Makefile". * doc/README.linux: Mention "Makefile.direct" instead of "Makefile". * doc/README.sgi: Likewise.
* Update copyright information (year) in alloc.c and README.QUICKIvan Maidanski2019-03-261-1/+1
| | | | | | * README.QUICK (Copyright): Update year (2018 to 2019). * alloc.c (Copyright): Likewise. * alloc.c (GC_copyright): Update copyright year.
* Update copyright information in the documentation and gc.h filesIvan Maidanski2018-07-221-0/+1
| | | | | | | | | | * AUTHORS: Add info about the maintainer. * README.QUICK: Update header copyright (add Ivan Maidanski). * include/gc.h: Likewise. * README.md (Copyright & Warranty): Update copyright (add the missing copyrights from the source code files). * doc/gc.man (.TH): Update modification date. * doc/gc.man (.SH AUTHOR): Update; add reference to AUTHORS file.
* Convert gcdescr.html, gcinterface.html to Markdown formatIvan Maidanski2017-06-161-1/+1
| | | | | | | | | | | | * README.QUICK: Replace gcinterface.html with gcinterface.md. * doc/doc.am (dist_doc_DATA): Likewise. * doc/gc.man: Likewise. * doc/overview.html: Likewise. * doc/doc.am (dist_doc_DATA): Replace gcdescr.html with gcdescr.md. * doc/overview.html: Likewise. * doc/gcdescr.html: Change file suffix to .md; convert text format from HTML to Markdown. * doc/gcinterface.html: Likewise.
* Define GC_THREADS instead of GC_x_THREADS in MakefilesIvan Maidanski2017-05-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (code refactoring) * CMakeLists.txt [CMAKE_USE_PTHREADS_INIT] (SRC): Add thread_local_alloc.c in a single place. * CMakeLists.txt [CMAKE_USE_PTHREADS_INIT]: Define GC_THREADS macro instead of GC_LINUX_THREADS, GC_AIX_THREADS, GC_HPUX_THREADS, GC_OPENBSD_THREADS, GC_FREEBSD_THREADS, GC_NETBSD_THREADS, GC_SOLARIS_THREADS, GC_IRIX_THREADS, GC_DARWIN_THREADS, GC_OSF1_THREADS. * configure.ac [THREADS=posix]: Likewise. * CMakeLists.txt [CMAKE_USE_PTHREADS_INIT]: Handle *-*-aix*, *-*-*freebsd* (including kfreebsd), *-*-gnu*, *-*-irix*, *-*-openbsd*, *-*-osf*, *-*-solaris* targets in the same ways as *-*-*linux*. * Makefile.direct (CFLAGS): Do not mention GC_HPUX_THREADS in comment. * README.QUICK: Refine documentation about macro and configure option for builds with (and without) threads support. * configure.ac (GC_AIX_THREADS, GC_DARWIN_THREADS, GC_FREEBSD_THREADS, GC_HPUX_THREADS, GC_IRIX_THREADS, GC_LINUX_THREADS, GC_NETBSD_THREADS, GC_OPENBSD_THREADS, GC_OSF1_THREADS, GC_SOLARIS_THREADS, GC_WIN32_THREADS, GC_RTEMS_PTHREADS): Remove AH_TEMPLATE. * configure.ac [THREADS=posix]: Handle *-*-aix*, *-*-irix* targets in the same ways as *-*-*linux*. * configure.ac [THREADS=win32 || THREADS=dgux386 || THREADS=aix || THREADS=rtems]: Define GC_THREADS macro instead of GC_WIN32_THREADS, GC_DGUX386_THREADS, GC_AIX_THREADS, GC_RTEMS_PTHREADS. * doc/README.darwin: Replace GC_MACOSX_THREADS with GC_THREADS. * doc/README.environment (doc/README.environment): Replace GC_OSF1_THREADS with OSF1. * doc/README.hp: Replace GC_HPUX_THREADS with GC_THREADS. * doc/README.linux: Replace GC_LINUX_THREADS with GC_THREADS. * doc/scale.html: Likewise. * doc/README.macros (GC_SOLARIS_THREADS, GC_IRIX_THREADS, GC_HPUX_THREADS, GC_LINUX_THREADS, GC_OSF1_THREADS, GC_FREEBSD_THREADS, GC_NETBSD_THREADS, GC_OPENBSD_THREADS, GC_DARWIN_THREADS, GC_AIX_THREADS, GC_DGUX386_THREADS, GC_WIN32_THREADS): Add note that the macro is deprecated (GC_THREADS one should be used instead). * doc/README.sgi: Replace GC_IRIX_THREADS with GC_THREADS. * doc/README.solaris2: Do not mention GC_SOLARIS_THREADS. * doc/gcinterface.html: Do not mention GC_XXXX_THREADS.
* Rename 'test' to 'check' target in Makefile.directIvan Maidanski2017-03-141-4/+2
| | | | | | | | | | | | | This is to match the target name in Makefile generated by configure. * Makefile.direct: Update comment about testing (rename "test" target to "check"). * Makefile.direct (check): Renamed from "test". * Makefile.direct (test): Depend on check; add comment. * README.QUICK (INSTALLATION): Leave information only about the recent GC version. * README.QUICK (INSTALLATION): Replace "make test" with "make check". * README.md (Installation and Portability): Likewise.
* Remove notes that K&R C compiler is unsupportedIvan Maidanski2017-03-101-3/+2
| | | | | | | | | | * README.QUICK: Remove a note that ANSI C compiler is required/assumed (not a K&R C compiler). * doc/README.cords: Likewise. * doc/README.macros (GC_GCJ_SUPPORT): Likewise. * include/gc_backptr.h: Likewise. * pcr_interface.c [PCR]: Likewise. * tools/if_not_there.c: Likewise.
* Update README regarding make cords with Makefile.directIvan Maidanski2017-01-091-1/+1
| | | | | * README.QUICK (cord): Replace "make cords after copying to Makefile" to "make -f Makefile.direct cords".
* Fix 'cord' headers path in EMX_MAKEFILE and README.QUICKIvan Maidanski2014-06-211-3/+3
| | | | | | | | | * EMX_MAKEFILE (CORD_INCLUDE_FILES): Replace cord/*.h files with include/*.h ones (all "cord" header files moved in gc4.8). * EMX_MAKEFILE (cords): Do not copy cord/*.h files to "include" folder. * README.QUICK: Replace cord/cord.h with include/cord.h; move sentence about cord.h to the relevant paragraph.
* Update emails/links due to project site and ML transitionIvan Maidanski2014-02-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | (www.hpl.hp.com/personal/Hans_Boehm -> www.hboehm.info; gc@linux.hpl.hp.com -> bdwgc@lists.opendylan.org) * AUTHORS: Update email. * doc/gc.man: Likewise. * README.QUICK: Change external link to gcinterface.html to local one (pointing to the file in "doc" folder). * README.md: Replace BDWGC site URL (www.hpl.hp.com/personal/Hans_Boehm to www.hboehm.info). * doc/gc.man: Likewise. * doc/gcdescr.html: Likewise. * doc/gcinterface.html: Likewise. * doc/overview.html: Likewise. * doc/scale.html: Likewise. * README.md: Update mailing list info (gc@linux.hpl.hp.com to bdwgc@lists.opendylan.org, gc-announce@linux.hpl.hp.com to bdwgc-announce@lists.opendylan.org). * configure.ac: Likewise. * doc/gcdescr.html: Likewise. * doc/overview.html: Likewise. * doc/tree.html: Remove unnecessary external link.
* Adjust README filename in README.QUICKIvan Maidanski2013-05-181-4/+4
|
* Move README and README.contributors to the project base directory.Ivan Maidanski2011-08-231-6/+6
| | | | | | | | | | | | | | | | | | Rename README.contributors to AUTHORS. * doc/README: Move to the base folder. * doc/README.contributors: Ditto. * doc/README.contributors: Rename to AUTHORS. * Makefile.direct (DOC_FILES): Rename doc/README to README; rename doc/README.contributors to AUTHORS. * Makefile.dj (OTHER_FILES): Ditto. * README.QUICK: Ditto. * doc/doc.am (dist_pkgdata_DATA): Ditto. * include/gc_version.h: Ditto. * Makefile.dj (OTHER_FILES): Wrap long lines. * README.QUICK: Fix gc_version.h name. * doc/doc.am (dist_pkgdata_DATA): Sort entries alphabetically. * doc/doc.am: Expand all tabs to spaces.
* 2009-10-08 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-10/+9
| | | | | | | | | | | | | | | | | | | * Makefile.direct: Move "define arguments" documentation to doc/README.macros; add reference to doc/README.macros. * Makefile.dj: Change the documentation reference to doc/README.macros. * README.QUICK: Ditto. * configure.ac: Ditto. * allchblk.c: Remove unnecessary "-D" from the comment. * doc/README.macros: Ditto. * README.environment: Ditto. * include/gc.h: Ditto. * include/gc_inline.h: Ditto. * include/private/gcconfig.h: Ditto. * README.QUICK: Fix a typo. * README.QUICK: Expand all tabs to spaces. * configure: Regenerate. * include/private/config.h.in: Ditto.
* 2009-09-26 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)ivmai2011-07-261-1/+2
| | | | | | | | | | * Makefile.am: Don't add libtool.m4 to EXTRA_DIST. * acinclude.m4: Place GC_SET_VERSION in []. * README.QUICK: Update information for Makefile. * Makefile.am: Replace dist_pkgconfig_DATA with pkgconfig_DATA for bdw-gc.pc. * configure.ac: Enable tracetest. * tests/tests.am: Ditto.
* 2007-06-28 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-17/+20
| | | | | | * doc/README.win32, doc/README, README.QUICK: Fix some of the worst anachronisms. * dyn_load.c: Partially support cygwin, but don't enable it yet.
* gc6.0 tarball importgc6_0Ivan Maidanski2011-07-261-15/+57
|
* gc5.3 tarball importgc5_3Ivan Maidanski2011-07-261-1/+3
|
* gc4.8 tarball importgc4_8Ivan Maidanski2011-07-261-0/+2
|
* gc4.1 tarball importgc4_1Ivan Maidanski2011-07-261-0/+39