* boot-9.scm (expt): switch if sense and use negative? rather than
[bpt/guile.git] / qt / ChangeLog
index f8579aa..96a61fd 100644 (file)
@@ -1,3 +1,189 @@
+2002-08-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * md/Makefile.am (EXTRA_DIST): Added arm.h and arm.s.
+
+2002-07-17  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * arm.s, arm.h: New. 
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@.
+
+2001-11-21  Gary Houston  <ghouston@arglist.com>
+
+       * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
+       obsolete.  autogen.sh says:
+       invalid unused variable name: `OMIT_DEPENDENCIES'
+
+2001-11-04  Stefan Jahn  <stefan@lkcc.org>
+
+       * md/Makefile.am (EXTRA_DIST): Added `i386.asm'.
+
+       * md/i386.asm: New file.  Contains the Intel syntax version for
+       nasm/tasm/masm of the file `i386.s'.
+
+       * qt.h.in: Definition of QT_API, QT_IMPORT and QT_EXPORT.
+       Prefixed each symbols which is meant to go into a DLL.
+
+       * Makefile.am (libqthreads_la_LDFLAGS):  Put `-no-undefined' 
+       into LDFLAGS to support linkers which do not allow unresolved 
+       symbols inside shared libraries.
+       (EXTRA_DIST): Add `libqthreads.def', which is an export file 
+       definition for M$-Windows.  It defines exported symbols.  This is
+       necessary because the M$VC linker does not know how to export
+       assembler symbols into a DLL.
+
+2001-08-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am, md/Makefile.am, time/Makefile.am:
+       (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
+
+2001-08-15  Rob Browning  <rlb@defaultvalue.org>
+
+       * Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
+       variables.
+
+2000-06-12  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of
+       machine specific headers.  This is necessary, otherwise automake
+       will include a dependency specific for the machine on which the
+       distribution archive was built.
+
+2000-04-21  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * *.*: Change includes so that they always use the "prefixes"
+       libguile/, qt/, guile-readline/, or libltdl/.
+
+       * Makefile.am (DEFS): Added.  automake adds -I options to DEFS,
+       and we don't want that.
+       (INCLUDES): Removed all -I options except for the root source
+       directory and the root build directory.
+       
+1999-10-05  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVS
+       repository.  Run the autogen.sh script to create generated files
+       like this one.
+
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * time/Makefile.in: Regenerated.
+       * md/Makefile.in: Regenerated.
+       * Makefile.in: Regenerated.
+
+1999-04-17  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * Makefile.in, time/Makefile.in: Regenerated.
+
+1998-10-16  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * md/i386.s: Remove nested comment starter, to quiet warnings.
+
+       * Makefile.am (.s.lo): Supply our own rule here, which passes
+       qthread_asflags through.  See today's change to ../qthreads.m4.
+       * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
+
+1998-10-03  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * Makefile.in: Regenerated with a patched automake, to get
+       dependency generation right when using EGCS.
+
+1998-09-29  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * stp.h (stp_create): Doc fix.
+
+1998-07-30  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * qt.h.in (qt_null, qt_error): Add prototypes for these.
+
+1998-07-29  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated using
+       the last public version of automake, not the hacked Cygnus
+       version.
+
+1998-07-28  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * time/Makefile.in, md/Makefile.in, Makefile.in: Regenerated,
+       after removing Totoro kludge.
+
+1998-07-26  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       Use libtool, and the thread configuration mechanism.
+       * Makefile.am (lib_LTLIBRARIES, EXTRA_LTLIBRARIES,
+       libqthreads_la_SOURCES, libqthreads_la_LIBADD): These replace
+       lib_LIBRARIES, EXTRA_LIBRARIES, libqthreads_a_SOURCES,
+       libqthreads_a_LIBADD.  Use the variables set by the new config
+       system.
+       (libqthreads_la_DEPENDENCIES): New var.
+       (libqthreads_la_LDFLAGS): Add -rpath; automake claims it can't set
+       it itself, but I don't completely understand why.
+       (qtmds.o, qtmdc.o): Rules removed.  Use implicit build rules.
+       (qtmds.s, qtmdc.c, qtdmdb.s): Rules added, to make symlinks to the
+       appropriate files in the source tree.
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
+
+1998-04-15  Mikael Djurfeldt  <mdj@nada.kth.se>
+
+       * qt.h.in: Declare return type of qt_abort as void.
+
+1997-12-02  Tim Pierce  <twp@skepsis.com>
+
+       * md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.
+
+Sat Oct 25 02:54:11 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.am: Call the library libqthreads.a, not libqt.a.  The
+       old name conflicts with the Qt user interface toolkit.
+       * Makefile.in: Regenerated.
+
+Mon Sep 29 23:54:28 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * time/Makefile.in: Regenerated with automake 1.2c.
+
+       * md/Makefile.in: Regenerated with automake 1.2c.
+
+       * Makefile.in: Regenerated with automake 1.2c.
+
+Sat Sep 27 23:14:13 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with
+       automake 1.2a.
+
+Thu Aug 28 23:49:19 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
+
+Wed Aug 27 17:43:38 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated, so
+       it uses "tar", not "gtar".
+
+       * config: Use the QuickThreads assembler fragment with Irix
+       dynamic linking support for Irix 6 as well as Irix 5.  Thanks to
+       Jesse Glick.
+
+Wed Jul 23 20:32:42 1997  Mikael Djurfeldt  <djurf@zafir.e.kth.se>
+
+       * md/axp.s, md/axp_b.s: Changed comments from C-style to # to
+       please the alpha assembler.
+
+Sun Jun 22 18:44:11 1997  Jim Blandy  <jimb@floss.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
+       timestamp change; see ../ChangeLog.
+
+Wed Jun 11 00:33:10 1997  Jim Blandy  <jimb@floss.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
+       xtra_PLUGIN_guile_libs change in ../configure.in.
+
+Tue May 13 16:40:06 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in: Regenerated, using automake-1.1p.
+
 Sun Apr 27 18:00:06 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        * aclocal.m4: Removed; unnecessary, given changes of Apr 24.