summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-1/+1
2012-03-08more libgc 7.1 compatAndy Wingo1-1/+1
2012-03-08Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-1/+1
2012-03-08run finalizers asynchronously in asyncsAndy Wingo1-1/+1
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-34/+6
2012-02-03i18n: Use Gnulib's `nl_langinfo' module.Ludovic Courtès1-14/+2
2012-02-03Use Gnulib's `regex' module.Ludovic Courtès1-20/+4
2012-01-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+6
2012-01-27Build with `-fno-strict-aliasing' when available.Ludovic Courtès1-1/+6
2012-01-10Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo1-3/+6
2011-12-22freebsd implementation of get_thread_stack_baseAndy Wingo1-2/+5
2011-12-22stdlib.h, not malloc.hAndy Wingo1-1/+1
2011-12-13Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2011-12-08fix compilation with gc 7.1Chris K. Jester-Young1-1/+1
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-15/+2
2011-11-29increase garbage collection rate if the process is growingAndy Wingo1-1/+1
2011-11-28get heap stats with GC_get_heap_usage_safe, if available.Andy Wingo1-1/+1
2011-11-24support for new GC_move_disappearing_linkAndy Wingo1-1/+1
2011-11-23configure: Make sure $GUILE_FOR_BUILD is suitable.Ludovic Courtès1-14/+1
2011-07-25Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+6
2011-07-23guild: Close over `$bindir/guile'.Ludovic Courtès1-0/+4
2011-07-06configure: Build a `tar.xz' in addition to `tar.gz'.Ludovic Courtès1-1/+2
2011-06-30Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-69/+16
2011-06-30fix --disable-modules buildAndy Wingo1-0/+2
2011-06-23allow gc <= 7.1 to stop the signal delivery threadAndy Wingo1-1/+1
2011-06-20update stack growth direction checkAndy Wingo1-13/+10
2011-06-19Comment on the Gnulib `clock-gettime' workaround.Ludovic Courtès1-1/+3
2011-06-19configure: Factorize code checking for `iconveh_' constants; use the cache.Ludovic Courtès1-55/+1
2011-06-18Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-11/+11
2011-06-17fix AC_LANG_SOURCE warningsAndy Wingo1-9/+9
2011-06-17check for clock_getcpuclockid in gl_CLOCK_TIMEAndy Wingo1-1/+2
2011-06-17remove win32-dirent.[ch]Andy Wingo1-1/+0
2011-06-02Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-1/+2
2011-05-31rename `guile-tools' to `guild'Andy Wingo1-1/+2
2011-05-05Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+67
2011-05-04build support for detecting clock_gettime, with -lrt if neededAndy Wingo1-0/+3
2011-04-28check for iconveh values at configure-timeAndy Wingo1-0/+64
2011-04-28Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-6/+13
2011-04-25Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès1-1/+3
2011-04-22Turn the libunistring/iconv configure check into a macro.Ludovic Courtès1-20/+4
2011-04-22Fix typo in `configure.ac'.Ludovic Courtès1-1/+1
2011-04-21add test that libunistring was built with iconv supportAndy Wingo1-0/+21
2011-04-15pre-GC_set_start_callback compatibilityAndy Wingo1-1/+1
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès1-3/+2
2011-04-14Include <sched.h> in `posix.c'.Ludovic Courtès1-1/+2
2011-04-11bump effective version to 2.2Andy Wingo1-2/+2
2011-04-03pthread-threads.h: only redirect to GC_pthread_sigmask if it is presentAndy Wingo1-1/+1
2011-04-01support loading objcode even if mmap(2) is unavailableAndy Wingo1-1/+1
2011-03-30check for GC_allow_register_threadsMichael Gran1-1/+1
2011-03-29fix compilation with libgc 7.0, 7.1Andy Wingo1-1/+1