ChangeLog 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. 2002-05-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  2. * Makefile.am: Update copyright.
  3. 2002-03-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
  4. * Makefile.am (libqthreads_la_LDFLAGS): Use `-version-info'
  5. defined in var LIBQTHREADS_INTERFACE.
  6. 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  7. * Makefile.am, md/Makefile.am, time/Makefile.am
  8. (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
  9. 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  10. * Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of
  11. machine specific headers. This is necessary, otherwise automake
  12. will include a dependency specific for the machine on which the
  13. distribution archive was built.
  14. 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  15. * *.*: Change includes so that they always use the "prefixes"
  16. libguile/, qt/, guile-readline/, or libltdl/.
  17. * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
  18. and we don't want that.
  19. (INCLUDES): Removed all -I options except for the root source
  20. directory and the root build directory.
  21. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  22. * Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVS
  23. repository. Run the autogen.sh script to create generated files
  24. like this one.
  25. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  26. * time/Makefile.in: Regenerated.
  27. * md/Makefile.in: Regenerated.
  28. * Makefile.in: Regenerated.
  29. 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
  30. * Makefile.in, time/Makefile.in: Regenerated.
  31. 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
  32. * md/i386.s: Remove nested comment starter, to quiet warnings.
  33. * Makefile.am (.s.lo): Supply our own rule here, which passes
  34. qthread_asflags through. See today's change to ../qthreads.m4.
  35. * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
  36. 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
  37. * Makefile.in: Regenerated with a patched automake, to get
  38. dependency generation right when using EGCS.
  39. 1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
  40. * stp.h (stp_create): Doc fix.
  41. 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
  42. * qt.h.in (qt_null, qt_error): Add prototypes for these.
  43. 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
  44. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated using
  45. the last public version of automake, not the hacked Cygnus
  46. version.
  47. 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
  48. * time/Makefile.in, md/Makefile.in, Makefile.in: Regenerated,
  49. after removing Totoro kludge.
  50. 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
  51. Use libtool, and the thread configuration mechanism.
  52. * Makefile.am (lib_LTLIBRARIES, EXTRA_LTLIBRARIES,
  53. libqthreads_la_SOURCES, libqthreads_la_LIBADD): These replace
  54. lib_LIBRARIES, EXTRA_LIBRARIES, libqthreads_a_SOURCES,
  55. libqthreads_a_LIBADD. Use the variables set by the new config
  56. system.
  57. (libqthreads_la_DEPENDENCIES): New var.
  58. (libqthreads_la_LDFLAGS): Add -rpath; automake claims it can't set
  59. it itself, but I don't completely understand why.
  60. (qtmds.o, qtmdc.o): Rules removed. Use implicit build rules.
  61. (qtmds.s, qtmdc.c, qtdmdb.s): Rules added, to make symlinks to the
  62. appropriate files in the source tree.
  63. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
  64. 1998-04-15 Mikael Djurfeldt <mdj@nada.kth.se>
  65. * qt.h.in: Declare return type of qt_abort as void.
  66. 1997-12-02 Tim Pierce <twp@skepsis.com>
  67. * md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.
  68. Sat Oct 25 02:54:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
  69. * Makefile.am: Call the library libqthreads.a, not libqt.a. The
  70. old name conflicts with the Qt user interface toolkit.
  71. * Makefile.in: Regenerated.
  72. Mon Sep 29 23:54:28 1997 Jim Blandy <jimb@totoro.red-bean.com>
  73. * time/Makefile.in: Regenerated with automake 1.2c.
  74. * md/Makefile.in: Regenerated with automake 1.2c.
  75. * Makefile.in: Regenerated with automake 1.2c.
  76. Sat Sep 27 23:14:13 1997 Jim Blandy <jimb@totoro.red-bean.com>
  77. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with
  78. automake 1.2a.
  79. Thu Aug 28 23:49:19 1997 Jim Blandy <jimb@totoro.red-bean.com>
  80. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
  81. Wed Aug 27 17:43:38 1997 Jim Blandy <jimb@totoro.red-bean.com>
  82. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated, so
  83. it uses "tar", not "gtar".
  84. * config: Use the QuickThreads assembler fragment with Irix
  85. dynamic linking support for Irix 6 as well as Irix 5. Thanks to
  86. Jesse Glick.
  87. Wed Jul 23 20:32:42 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
  88. * md/axp.s, md/axp_b.s: Changed comments from C-style to # to
  89. please the alpha assembler.
  90. Sun Jun 22 18:44:11 1997 Jim Blandy <jimb@floss.red-bean.com>
  91. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
  92. timestamp change; see ../ChangeLog.
  93. Wed Jun 11 00:33:10 1997 Jim Blandy <jimb@floss.red-bean.com>
  94. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
  95. xtra_PLUGIN_guile_libs change in ../configure.in.
  96. Tue May 13 16:40:06 1997 Jim Blandy <jimb@floss.cyclic.com>
  97. * Makefile.in: Regenerated, using automake-1.1p.
  98. Sun Apr 27 18:00:06 1997 Jim Blandy <jimb@floss.cyclic.com>
  99. * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
  100. Thu Apr 24 01:37:49 1997 Jim Blandy <jimb@floss.cyclic.com>
  101. Get 'make dist' to work again.
  102. * Makefile.am (EXTRA_DIST): Remove PLUGIN files.
  103. * Makefile.in: Regenerated, like the secret sachets of seven
  104. sultry sailors.
  105. Changes for reduced Guile distribution: one configure script,
  106. no plugins.
  107. * configure.in, configure: Removed.
  108. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
  109. Tue Apr 15 17:46:54 1997 Jim Blandy <jimb@floss.cyclic.com>
  110. * PLUGIN/OPT: Don't mention "threads", because that causes
  111. "threads" to appear in the list of directories to be configured.
  112. Just say enough to get qt to appear in the list. I don't think qt
  113. needs to be built before or after anything else in particular...
  114. Mon Feb 24 21:47:16 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  115. * configure.in: Added AM_MAINTAINER_MODE
  116. Sun Feb 9 15:20:59 1997 Mikael Djurfeldt <mdj@kenneth>
  117. * configure.in: Added changequote(,) before the host case (since
  118. we use [ and ] in a pattern).
  119. * configure: Regenerated.
  120. Fri Feb 7 18:00:07 1997 Jim Blandy <jimb@floss.cyclic.com>
  121. * configure.in: Recognize i686 as an okay processor too.
  122. * configure: Regenerated.
  123. Mon Dec 9 17:55:59 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
  124. We need to name the object files produced from the
  125. machine-dependent C and assembler files qtmds.o and qtmdc.o, but
  126. using -c and -o together on the cc command line isn't portable.
  127. * configure.in: Generate the names of the .o files here, and
  128. substitute them into Makefile.
  129. * Makefile.am (qtmds.o, qtmdc.o): Let CC name them what it wants,
  130. and then rename them when it's done.
  131. (configure, Makefile.in): Regenerated.
  132. Sat Nov 30 23:59:06 1996 Tom Tromey <tromey@cygnus.com>
  133. * PLUGIN/greet: Removed.
  134. * Makefile.am, md/Makefile.am, time/Makefile.am, aclocal.m4: New
  135. files.
  136. * configure.in: Updated for Automake.
  137. Sun Nov 10 17:40:47 1996 Jim Blandy <jimb@floss.cyclic.com>
  138. * configure.in, Makefile.in: The 'install' and 'uninstall'
  139. Makefile targets should be affected by whether or not we have a
  140. port to the current target architecture too, not just the 'all'
  141. target.
  142. Wed Oct 9 19:40:13 1996 Jim Blandy <jimb@floss.cyclic.com>
  143. * configure.in: If we don't have a port to the current machine,
  144. just arrange for 'make all' to do nothing. Don't abort
  145. configuration. We need a fully configured directory tree in order
  146. to make distributions and the like.
  147. * Makefile.in (distfiles): Update for the new directory structure.
  148. (plugin_distfiles, md_distfiles, time_distfiles): New variables.
  149. (dist-dir): New target; use all the above to build a subtree of a
  150. distribution.
  151. (manifest): Target deleted.
  152. Tue Oct 1 02:06:19 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
  153. * configure.in: Solaris 2 should use sparc.s.
  154. *Older* systems use _sparc.s
  155. Fri Mar 29 11:50:20 1996 Anthony Green <green@snuffle.cygnus.com>
  156. * configure: Rebuilt
  157. * Makefile.in, configure.in: Fixed installation.
  158. Fri Mar 22 16:20:27 1996 Anthony Green (green@gerbil.cygnus.com)
  159. * all files: installed qt-002 package. Autoconfiscated.