ChangeLog 8.7 KB

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