summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* freebsd implementation of get_thread_stack_base...Andy Wingo2011-12-221-2/+5
* stdlib.h, not malloc.h...Andy Wingo2011-12-221-1/+1
* fix compilation with gc 7.1...Chris K. Jester-Young2011-12-081-1/+1
* increase garbage collection rate if the process is growing...Andy Wingo2011-11-291-1/+1
* get heap stats with GC_get_heap_usage_safe, if available....Andy Wingo2011-11-281-1/+1
* configure: Make sure $GUILE_FOR_BUILD is suitable....Ludovic Courtès2011-11-231-14/+1
* guild: Close over `$bindir/guile'....Ludovic Courtès2011-07-231-0/+4
* configure: Build a `tar.xz' in addition to `tar.gz'....Ludovic Courtès2011-07-061-1/+2
* fix --disable-modules build...Andy Wingo2011-06-301-0/+2
* update stack growth direction check...Andy Wingo2011-06-201-13/+10
* Comment on the Gnulib `clock-gettime' workaround....Ludovic Courtès2011-06-191-1/+3
* configure: Factorize code checking for `iconveh_' constants; use the cache....Ludovic Courtès2011-06-191-55/+1
* fix AC_LANG_SOURCE warnings...Andy Wingo2011-06-171-9/+9
* check for clock_getcpuclockid in gl_CLOCK_TIME...Andy Wingo2011-06-171-1/+2
* remove win32-dirent.[ch]...Andy Wingo2011-06-171-1/+0
* rename `guile-tools' to `guild'...Andy Wingo2011-05-311-1/+2
* build support for detecting clock_gettime, with -lrt if needed...Andy Wingo2011-05-041-0/+3
* check for iconveh values at configure-time...Andy Wingo2011-04-281-0/+64
* Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'....Ludovic Courtès2011-04-251-1/+3
* Turn the libunistring/iconv configure check into a macro....Ludovic Courtès2011-04-221-20/+4
* Fix typo in `configure.ac'....Ludovic Courtès2011-04-221-1/+1
* add test that libunistring was built with iconv support...Andy Wingo2011-04-211-0/+21
* pre-GC_set_start_callback compatibility...Andy Wingo2011-04-151-1/+1
* Allow compilation with `--disable-posix'....Ludovic Courtès2011-04-151-3/+2
* Include <sched.h> in `posix.c'....Ludovic Courtès2011-04-141-1/+2
* pthread-threads.h: only redirect to GC_pthread_sigmask if it is present...Andy Wingo2011-04-031-1/+1
* support loading objcode even if mmap(2) is unavailable...Andy Wingo2011-04-011-1/+1
* check for GC_allow_register_threads...Michael Gran2011-03-301-1/+1
* fix compilation with libgc 7.0, 7.1...Andy Wingo2011-03-291-1/+1
* Make explicit that GUILE_FOR_BUILD is only used when cross-compiling...Neil Jerram2011-03-251-1/+1
* GUILE_FOR_BUILD is only needed by meta/guile.in, not by Makefiles...Neil Jerram2011-03-251-1/+1
* bdw-gc 6.8 compatibility (hopefully)...Andy Wingo2011-03-241-0/+7
* Add `gc-benchmarks/' to the distribution....Ludovic Courtès2011-03-061-0/+1
* Strip any CPPFLAGS other than `-I' from `guile-2.0.pc'....Ludovic Courtès2011-02-281-2/+20
* Change tag naming convention to `vX.Y.Z'....Ludovic Courtès2011-02-161-3/+1
* Set sockaddr_in.sin_len field when it exists....Noah Lavine2011-02-131-4/+1
* Make sure we don't override the user's extension search path....Ludovic Courtès2011-02-121-0/+4
* Save config.cache before tests which are likely to fail....Ralf Wildenhues2011-02-121-0/+1
* Disable stand-alone tests that require `dlopen' when `--disable-shared'....Ludovic Courtès2011-01-311-1/+4
* scm_with_guile calls GC_call_with_gc_active...Andy Wingo2011-01-221-2/+5
* add (ice-9 poll), a poll wrapper...Andy Wingo2010-12-031-2/+3
* Add bindings to GNU `sched_setaffinity' and `sched_getaffinity'....Ludovic Courtès2010-12-031-1/+2
* relax sizeof(long) restriction in configure.ac...Andy Wingo2010-11-191-2/+2
* configure: Don't needlessly augment $LIBS (and $GUILE_LIBS.)...Ludovic Courtès2010-10-201-4/+5
* Fix detection of struct ip_mreq...Tristan Colgate-McFarlane2010-10-201-1/+2
* Fix typo in configure.ac...Neil Jerram2010-10-011-1/+1
* move srfi-1 and srfi-60 C impl to libguile, without public C api...Andy Wingo2010-09-121-13/+0
* remove empty srfi-4, srfi-13, and srfi-14 shlibs...Andy Wingo2010-09-121-12/+0
* Use Gnulib's `isnan' and `isinf' modules....Ludovic Courtès2010-09-081-2/+0
* Use `have-lib' when checking for libltdl....Ludovic Courtès2010-09-061-4/+7