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