summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosracket_gcSorawee Porncharoenwase2019-10-071-2/+2
* revise build to avoid `ld` and `nicear`Matthew Flatt2019-10-071-2/+1
* makefiles: adjust definition and handling of CFLAGS and CPPFLAGSMatthew Flatt2015-05-171-65/+67
* fix problem with --enable-shared and CGC installMatthew Flatt2013-11-031-0/+5
* MinGW-w64 supportMatthew Flatt2013-11-031-1/+1
* win32: support MinGW buildMatthew Flatt2013-11-031-1/+1
* A bunch of more typos like the ones in David's commit.Eli Barzilay2013-11-031-1/+1
* uClibc doesn't support getcontext().Tony Garnock-Jones2013-11-031-1/+2
* CGC fix for OpenBSD x86_64Matthew Flatt2013-11-031-2/+3
* Some "Scheme" -> "Racket" changes and similar.Eli Barzilay2013-11-033-3/+3
* Start of port to QNXKevin Tew2013-11-031-0/+14
* A long overdue scan to eliminate files without terminating newlines.Eli Barzilay2013-11-031-1/+1
* clean up C part of build - no more attempt to support places with the Boehm G...Matthew Flatt2013-11-031-5/+2
* Boehm GC: remove some obsolete customizationMatthew Flatt2013-11-031-91/+40
* Fixed various spelling errors.David Van Horn2013-11-034-4/+4
* fix plot build to use CC from Makefiles; fix fallout in Mac build to clean up...Matthew Flatt2013-11-031-1/+1
* overhaul GC finalizationMatthew Flatt2013-11-031-0/+6
* fix some middle-of-C-block variable declrationsMatthew Flatt2013-11-032-4/+8
* Fixing some tab damage from Jay's commitEli Barzilay2013-11-036-47/+47
* Using nicear to get rid of spurious ar stderr outputJay McCarthy2013-11-031-1/+2
* Confuse GCC data-flow analysis to remove warning: function returns address of...Jay McCarthy2013-11-031-1/+2
* Add extern prototype for GC_collection_in_progressJay McCarthy2013-11-031-0/+2
* GC_thr_init prototype in headerJay McCarthy2013-11-031-0/+2
* Attempt to remove 'warning: dereferencing type-punned pointer will break stri...Jay McCarthy2013-11-031-1/+2
* Adding clock zero and using to avoid uninit errorsJay McCarthy2013-11-033-5/+11
* Adding null initializationsJay McCarthy2013-11-035-8/+8
* Added macro to encode warning suppressionJay McCarthy2013-11-034-10/+16
* Added define to get pthread_getattr_np prototype with copy for systems where ...Jay McCarthy2013-11-031-0/+2
* Avoiding statement with no effect warningJay McCarthy2013-11-034-5/+1
* A lot of "MrEd" -> "GRacket"s.Eli Barzilay2013-11-031-1/+1
* apply patch from Tim Wiess to make the Boehm GC build on OpenBSDMatthew Flatt2013-11-0314-50/+560
* try to fix build for OS X variantMatthew Flatt2013-11-031-1/+1
* fix for Sparc Linux from James Vega (PR 10750)Matthew Flatt2013-11-031-0/+1
* A bunch of additional typosEli Barzilay2013-11-031-1/+1
* adjust futures impl to use mzrt; fix MrEd build to work with futuresMatthew Flatt2013-11-031-1/+1
* fix shared-library version for CGC libMatthew Flatt2013-11-031-0/+4
* avoid sbrk(), which does not work with mprotect()Matthew Flatt2013-11-031-1/+1
* Merge tag 'gc7_1' into racket_gcIvan Maidanski2013-11-030-0/+0
|\
| * 2008-05-03 Hans Boehm <Hans.Boehm@hp.com>gc7_1hboehm2011-07-265-15/+21
| * 2008-05-03 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-262-13/+19
| * 2008-03-10 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-266-9/+86
| * 2008-02-29 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-263-2/+8
| * 2008-02-28 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-262-1/+6
| * 2008-02-25 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-262-1/+5
| * 2008-02-24 Hans Boehm <Hans.Boehm@hp.com>gc7_1alpha3-20080224hboehm2011-07-263-3/+15
| * 2008-02-20 Hans Boehm <Hans.Boehm@hp.com>gc7_1alpha3-20080220hboehm2011-07-263-2/+10
| * 2008-02-20 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-262-3/+13
| * 2008-02-20 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-262-0/+8
| * 2008-02-20 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-266-84/+142
| * 2008-02-15 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-2613-40/+134