* configure.in: check whether localtime caches TZ. copied from
[bpt/guile.git] / ChangeLog
index fecc7b1..1533b3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2000-01-09  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check whether localtime caches TZ.  copied from
+       Emacs 20.5.
+       * acconfig.h: add LOCALTIME_CACHE.
+
+Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * configure.in: Make it be guile-snarf.awk, since we'll be
+       switching names for guile-doc-snarf.  (I wouldn't have changed
+       this, but I was getting ready to commit this way when the below
+       change was committed).
+
+1999-12-14  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * configure.in: Create guile-doc-snarf.awk.
+
+1999-12-12  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * configure.in: Create guile-doc-snarf, chmod +x that script after 
+       AC_OUTPUTted.
+
+1999-12-10  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * NEWS: More complete description for --enable-debug-freelist.
+
+1999-12-09  Gary Houston  <ghouston@freewire.co.uk>
+
+       * configure.in (CFLAGS): don't add -Wpointer-arith, since it
+       causes numerous spurious warnings with recent gcc and/or glibc
+       versions.
+
+1999-11-19  Gary Houston  <ghouston@freewire.co.uk>
+
+       * acconfig.h: add HAVE_ARRAYS.
+
+       * configure.in: add --disable-arrays option, probably temporary.
+
+1999-11-17  Gary Houston  <ghouston@freewire.co.uk>
+
+       * configure.in: check for hstrerror.
+
+1999-10-05  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * autogen.sh: Don't call autoreconf at all; it's not reliable.
+       Instead, call the various tools explicitly.  Invoke
+       guile-readline's autogen.sh script.
+
+       Straighten up the situation regarding guile.m4 and qthreads.m4.
+       
+       We can't have .m4 files which are installed where aclocal can
+       see them, but also used by guile's own configure.in, because
+       aclocal will read both copies, complain about duplicate macro
+       definitions, and refuse to generate aclocal.m4 at all.  This
+       happens if you invoke it as `aclocal -I .', as autoreconf does.
+       This is probably a flaw in the autotools, but Guile doesn't need
+       that flaw fixed immediately.
+
+       guile.m4 is intended for use by people linking against guile, so
+       it needs to be installed.  But Guile itself doesn't use it.  So
+       move guile.m4 into guile-config.  That makes sense, since
+       guile.m4's GUILE_FLAGS macro is just an easy way to call
+       guile-config.
+
+       qthreads.m4 is indented to help configure a qthreads tree.  It's
+       only useful to a package which actually includes a qthreads tree,
+       and it's intimately related to that tree, so it's not useful to
+       install this.  So don't install it.
+
+       * guile.m4: Moved to guile-config.
+       * Makefile.am (aclocaldir, aclocal_DATA): Delete.
+       (EXTRA_DIST): Move qthreads.m4 here.
+
+       Don't store generated files in the repository any more.  Instead,
+       require people to run autogen.sh on trees from snapshots and CVS.
+       * Makefile.in, aclocal.m4, configure: Deleted.
+       * autogen.sh: New file.
+       * ANON-CVS, SNAPSHOTS: Updated instructions.
+
+1999-10-02  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
+
+1999-09-27  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * configure.in:  Added --enable-debug-freelist option.
+
+       * acconfig.h: Added GUILE_DEBUG_FREELIST.
+
+1999-09-23  Gary Houston  <ghouston@freewire.co.uk>
+
+       * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING.  remove FD_SETTER,
+       FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
+
+       * configure.in: new options --disable-posix, --disable-net
+       and --disable-regex
+       export HAVE_POSIX and HAVE_NETWORKING definitions.
+       don't add regex-posix.o to LIBOBJS if regex disabled.
+
+       LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
+       conditionally.
+
 1999-09-25  Jim Blandy  <jimb@savonarola.red-bean.com>
 
        * Guile 1.3.4 released.