* readline.scm: moved to ./ice-9/
[bpt/guile.git] / configure.in
2004-06-16 Rob Browningmove package and version args to AC_INIT as is now
2004-04-21 Kevin Ryde(AC_CHECK_HEADERS): Add fenv.h.
2004-04-18 Kevin Ryde(AC_CHECK_FUNCS): Add readdir_r.
2004-03-22 Kevin Ryde(AC_CHECK_FUNCS): Add sysconf.
2004-03-20 Kevin Ryde(AC_CHECK_FUNCS): Add gmtime_r.
2004-03-13 Kevin Ryde(strptime): Use #define _GNU_SOURCE to get the
2004-02-28 Kevin Ryde(AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
2004-02-28 Kevin RydeUse AC_COPYRIGHT and AH_TOP to get copyright notice
2004-02-20 Kevin Ryde(crypt): Test with AC_SEARCH_LIBS, for the benefit of
2004-02-18 Kevin Ryde(AC_CHECK_HEADERS): Add crt_externs.h.
2004-02-15 Mikael Djurfeldt* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_...
2004-01-25 Neil JerramFix autoconf underquoting warnings
2003-12-26 Marius VollmerFind a suitable type for the new scm_t_intmax and scm_t...
2003-11-17 Rob Browningrewrite ALLOCA related code as multiple lines so
2003-11-14 Kevin Ryde(--with-guile-for-build): Remove this option, it's...
2003-11-11 Neil JerramChanges to build and install files in emacs subdir.
2003-07-27 Marius Vollmer* configure.in: Look for sched_yield in -lrt; this...
2003-07-27 Marius Vollmer(__libc_stack_end): Actually use the value in __libc_st...
2003-07-08 Kevin Ryde(AC_CHECK_FUNCS): Add sincos.
2003-06-21 Kevin Ryde(AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
2003-06-19 Marius Vollmeruse "-Werror" only with GCC. Thanks to Matthias Koeppe!
2003-06-14 Stefan Jahn2003-06-14 Stefan Jahn <stefan@lkcc.org>
2003-05-30 Stefan Jahn2003-05-30 Stefan Jahn <stefan@lkcc.org>
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-05-16 Kevin Ryde(--with-cc-for-build): Remove this option, CC_FOR_BUILD
2003-05-11 Kevin Ryde(CC_FOR_BUILD): Use AC_ARG_VAR.
2003-05-11 Kevin Ryde(SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
2003-05-11 Kevin Ryde(SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in AC_TRY...
2003-04-07 Rob Browning* configure.in: handle pre-inst-guile-env and add
2003-04-05 Marius VollmerCheck for mpz_import, which is required but only availa...
2003-04-04 Rob Browning* configure.in: add GMP test (require GMP).
2003-03-25 Rob Browning* configure.in: big overhaul to shift us to have separa...
2003-02-27 Rob Browning* configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
2002-12-16 Mikael Djurfeldt* configure.in: Test if pthread.h declares
2002-12-10 Mikael Djurfeldt* configure.in (_THREAD_SAFE): Define when pthreads...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 Rob Browning* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
2002-12-02 Marius VollmerDo not configure QTHREADS. Do not define USE_COOP_THRE...
2002-12-01 Mikael Djurfeldt* GUILE-VERSION: Added versioning info for srfi 1.
2002-11-10 Marius Vollmer(USE_THREADS, GUILE_ISELECT): Define always. We define...
2002-11-03 Marius VollmerDo not add "threads.o" to the libobjs, it is now always...
2002-10-27 Marius VollmerHandle thread package "coop-pthread" with alias "copt...
2002-10-26 Neil JerramMerge enhanced debugging features from `guile-debugger...
2002-10-21 Marius VollmerChanged logic in thread support configuration such...
2002-10-16 Marius VollmerShuffled around and extended the thread configuration...
2002-10-05 Rob Browning* configure.in: turn on -Werror by default. We're...
2002-10-03 Marius VollmerUse AC_LIBLTDL_CONVENIENCE instead of AC_LIBLTDL_INSTAL...
2002-08-24 Marius VollmerCheck for __libc_stack_end.
2002-08-04 Han-Wen Nienhuys(INPUT_ERROR): Prepare for file:line:column error
2002-08-04 Gary Houstonminor help-line edit
2002-07-20 Dirk Herrmann* benchmark-guile.in: Copied from check-guile.in and...
2002-07-12 Gary Houston * dynl.c: Don't define stub procedures if DYNAMIC_LINK...
2002-07-07 Marius Vollmer* configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared...
2002-05-22 Marius Vollmer(AC_CHECK_FUNCS): Check for copysign.
2002-05-06 Marius Vollmer(AC_CHECK_HEADERS): Check for floatingpoint.h ieeefp...
2002-05-06 Marius VollmerInclude <sys/types.h> before <netinet/in.h> when checki...
2002-04-17 Marius VollmerBump required autoconf version to 2.53. Move uses...
2002-04-11 Rob Browning* configure.in: updates for new autoconf -- add definit...
2002-03-04 Thien-Thi Nguyen(top_srcdir_absolute): New AC_SUBST var.
2002-02-26 Thien-Thi Nguyen(top_builddir_absolute): New AC_SUBST var.
2002-02-25 Rob Browning* configure.in: AC_SUBST the centralized shared lib...
2002-02-05 Thien-Thi Nguyen(libguile/guile-snarf-docs-texi): Remove
2002-01-31 Stefan Jahn2002-01-31 Stefan Jahn <stefan@lkcc.org>
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2002-01-22 Neil Jerram* Add non-libguile Elisp support files to CVS trunk...
2001-12-26 Marius VollmerReally check for "makeinfo", not for "maakeinfo", which...
2001-12-26 Marius Vollmer(HAVE_MAKEINFO): Check for the makeinfo program and...
2001-11-25 Marius Vollmer* acconfig.h (HAVE_INLINE): Added template.
2001-11-19 Rob Browning* configure.in: switch to AC_LIBLTDL_INSTALLABLE so...
2001-11-12 Marius Vollmercheck for sizes of short, size_t, uintptr_t, and
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius Vollmer* configure.in: Define AC_LIBTOOL_WIN32_DLL to build...
2001-10-14 Gary Houston * configure.in: include sys/types.h when testing uint32_t.
2001-10-14 Marius VollmerDo not use an absolute path for <unistd.h> when checkin...
2001-09-20 Rob Browning* configure.in (AC_CONFIG_FILES): add libguile/version.h.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-24 Neil Jerram* Complete split of documentation into per-manual subdi...
2001-08-16 Rob Browning* configure.in
2001-08-07 Marius VollmerAdded "test-suite/Makefile".
2001-08-01 Marius VollmerAdded `--disable-linuxthreads' option and do not define
2001-07-22 Marius VollmerCheck for "inttypes.h".
2001-07-19 Martin Grabmüller * INSTALL, Makefile.am, configure.in: Updated copyrigh...
2001-07-19 Rob Browning* configure.in: add checks for setitimer and getitimer.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-14 Marius VollmerCheck for header <stdint.h>. Check for uintptr_t
2001-06-05 Martin Grabmüller * configure.in: Generate examples/box-dynamic-module...
2001-06-03 Marius Vollmer(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
2001-06-02 Rob Browning* configure.in: changes for autoconf 2.50.
2001-06-02 Marius VollmerCheck for mkstemp via AC_REPLACE_FUNCS. Thanks to
2001-06-01 Martin Grabmüller * configure.in: Generate examples/box-dynamic/Makefile.
2001-05-31 Martin GrabmüllerAdded the new `examples' directory to the distribution.
2001-05-31 Michael Livshin* configure.in: generate guile-snarf-docs & guile-snarf...
2001-05-26 Michael Livshinrevert the ill-considered part of 2001-05-23 changes
2001-05-24 Michael Livshin* validate.h
2001-05-17 Rob Browning* configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
2001-05-16 Dirk Herrmann* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEP...
2001-05-14 Dirk Herrmann* Deprecated some definitions.
2001-05-05 Marius Vollmer(--enable-deprecated): Recognize "shutup" option
2001-05-05 Gary Houston * better have sys/socket.h too.
next