ChangeLog-2008 9.4 KB

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