1 | 2016-03-18 Nick Clifton <nickc@redhat.com> |
---|
2 | |
---|
3 | * texi2pod.pl: Add TARGET to the list of recognised man page |
---|
4 | sections. |
---|
5 | |
---|
6 | 2014-06-27 Ludovic Courtès <ludo@gnu.org> |
---|
7 | |
---|
8 | PR external/16327 |
---|
9 | PR external/16328 |
---|
10 | * Makefile.in (MAKEINFO, TEXI2DVI, TEXI2PDF, TEXI2HTML, DVIPS) |
---|
11 | (TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove. |
---|
12 | (all): Remove dependency on 'info'. |
---|
13 | (install): Remove dependency on 'install-info'. |
---|
14 | (standards.info, standards.html, standards.dvi, standards.ps) |
---|
15 | (standards.pdf, configure.info, configure.dvi, configure.ps) |
---|
16 | (configure.pdf, configure.pdf): Remove. |
---|
17 | (info, install-info, html, install-html, dvi, pdf, install-pdf) |
---|
18 | clean, maintainer-clean, realclean): Remove body. |
---|
19 | * etc/configbuild.ein, etc/configbuild.fig, etc/configbuild.jin, |
---|
20 | etc/configbuild.tin, etc/configdev.ein, etc/configdev.fig, |
---|
21 | etc/configdev.jin, etc/configdev.tin, etc/configure.texi, |
---|
22 | etc/fdl.texi, etc/gnu-oids.texi, etc/make-stds.texi, |
---|
23 | etc/standards.texi: Remove. |
---|
24 | |
---|
25 | 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
---|
26 | |
---|
27 | * Makefile.in (install-strip): New target. |
---|
28 | |
---|
29 | 2010-06-08 Nick Clifton <nickc@redhat.com> |
---|
30 | |
---|
31 | * standards.texi: Import current version from gnustandards |
---|
32 | project. |
---|
33 | * gnu-oids.texi: New file. |
---|
34 | * fdl.texi: Replace with v1.3 text. |
---|
35 | |
---|
36 | 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
---|
37 | |
---|
38 | * configure: Regenerate. |
---|
39 | |
---|
40 | 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
---|
41 | |
---|
42 | * Makefile.in (AUTOCONF, configure_deps): New variables. |
---|
43 | ($(srcdir)/configure, config.status): New rules. |
---|
44 | (Makefile): Depend on config.status. |
---|
45 | * configure.in: Accept --enable-maintainer-mode, set and |
---|
46 | substitute MAINT accordingly. |
---|
47 | |
---|
48 | 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> |
---|
49 | |
---|
50 | * configure.in: AC_SUBST pdfdir. |
---|
51 | * configure: Regenerate. |
---|
52 | |
---|
53 | 2007-08-13 Nick Clifton <nickc@redhat.com> |
---|
54 | |
---|
55 | * standards.texi: Import 22 July 2007 version. |
---|
56 | * fdl.texi: Import version 1.2. |
---|
57 | * make-stds.texi: Import 2006 version. |
---|
58 | |
---|
59 | 2007-04-04 Eric Christopher <echristo@apple.com> |
---|
60 | |
---|
61 | Move from gcc: |
---|
62 | 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu> |
---|
63 | |
---|
64 | * texi2pod.pl: Correct handling of @itemize with no argument. |
---|
65 | |
---|
66 | 2007-02-16 Matthias Klose <doko@debian.org> |
---|
67 | |
---|
68 | * texi2pod.pl: Handle @subsubsection, ignore @anchor. |
---|
69 | |
---|
70 | 2007-02-06 Richard Sandiford <richard@codesourcery.com> |
---|
71 | |
---|
72 | * texi2pod.pl: Handle @multitable. |
---|
73 | |
---|
74 | 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com> |
---|
75 | |
---|
76 | * Makefile.in: Add support for "pdf" and "install-pdf" targets. |
---|
77 | |
---|
78 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> |
---|
79 | |
---|
80 | * configure.texi: Fix botched commit. |
---|
81 | |
---|
82 | 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> |
---|
83 | |
---|
84 | * texi2pod.pl: Correct handling of absolute @include. |
---|
85 | |
---|
86 | 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com> |
---|
87 | |
---|
88 | * texi2pod.pl: Handle -I. |
---|
89 | |
---|
90 | 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> |
---|
91 | |
---|
92 | * Makefile.in: Add install-html target. Add htmldir, |
---|
93 | docdir and datarootdir. |
---|
94 | * configure.texi: Document install-html target. |
---|
95 | * configure.in: AC_SUBST datarootdir, docdir, htmldir. |
---|
96 | * configure: Regenerate. |
---|
97 | |
---|
98 | 2006-02-27 Carlos O'Donell <carlos@codesourcery.com> |
---|
99 | |
---|
100 | * Makefile.in: TEXI2HTML uses makeinfo. Define |
---|
101 | HTMLFILES. Add html targets. |
---|
102 | * configure.texi: Use ifnottex. Add alternative |
---|
103 | image format specifier as jpg. |
---|
104 | * standards.texi: Use ifnottex. |
---|
105 | |
---|
106 | 2005-10-21 Mark Mitchell <mark@codesourcery.com> |
---|
107 | |
---|
108 | * texi2pod.pl: Substitue for @value even when part of @include. |
---|
109 | |
---|
110 | 2005-10-21 Bob Wilson <bob.wilson@acm.org> |
---|
111 | |
---|
112 | * texi2pod.pl: Import latest version from GCC. |
---|
113 | |
---|
114 | 2005-05-19 Zack Weinberg <zack@codesourcery.com> |
---|
115 | |
---|
116 | * Makefile.in: Have 'all' depend on 'info'. |
---|
117 | |
---|
118 | 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> |
---|
119 | |
---|
120 | * configure.texi: Use "i[3-7]86" in example. |
---|
121 | |
---|
122 | 2003-01-02 H.J. Lu <hjl@gnu.org> |
---|
123 | |
---|
124 | * Makefile.in (DESTDIR): New. |
---|
125 | (install-info): Use it. |
---|
126 | |
---|
127 | 2002-06-11 Nick Clifton <nickc@cambridge.redhat.com> |
---|
128 | |
---|
129 | Import the following patches from the FSF GCC sources: |
---|
130 | 2002-03-25 Zack Weinberg <zack@codesourcery.com> |
---|
131 | |
---|
132 | * texi2pod.pl: Handle @end ftable and @end vtable. |
---|
133 | |
---|
134 | 2001-12-12 Matthias Klose <doko@debian.org> |
---|
135 | |
---|
136 | * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows |
---|
137 | generation of more than one man page from one source. |
---|
138 | Add '-' to set of valid chars for an identifier. |
---|
139 | Let -D option accept flags of the form <flag>=<value>. |
---|
140 | Use \s+ for whitespace detection in '@c man' lines. |
---|
141 | Handle @set and @clear independent of $output. |
---|
142 | Substitute all @value{}'s in a line. |
---|
143 | |
---|
144 | 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk> |
---|
145 | |
---|
146 | * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var |
---|
147 | in verbatim blocks specially. Handle @unnumbered, @unnumberedsec |
---|
148 | and @center. Allow [a-z] after @enumerate. Handle 0 and numbers |
---|
149 | greater than 9 in enumerations. |
---|
150 | |
---|
151 | 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk> |
---|
152 | |
---|
153 | * texi2pod.pl: Handle @r inside @item. |
---|
154 | |
---|
155 | 2002-02-27 Andrew Cagney <ac131313@redhat.com> |
---|
156 | |
---|
157 | * fdl.texi: New file. |
---|
158 | |
---|
159 | 2002-02-24 Andrew Cagney <ac131313@redhat.com> |
---|
160 | |
---|
161 | * standards.texi: Import February 14, 2002 version. |
---|
162 | * make-stds.texi: Import 2001 version. |
---|
163 | |
---|
164 | 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> |
---|
165 | |
---|
166 | * Makefile.in (install): Depend on install-info. |
---|
167 | |
---|
168 | 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
---|
169 | |
---|
170 | * texi2pod.pl: New file (from gcc/contrib). |
---|
171 | |
---|
172 | 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com> |
---|
173 | |
---|
174 | * add-log.el, add-log.vi: New files. |
---|
175 | |
---|
176 | 1999-01-20 Angela Marie Thomas (angela@cygnus.com) |
---|
177 | |
---|
178 | * comp-tools-verify: Remove some checks that are no longer valid. |
---|
179 | |
---|
180 | 1998-12-03 Nick Clifton <nickc@cygnus.com> |
---|
181 | |
---|
182 | * targetdoc/fr30.texi: New document. |
---|
183 | |
---|
184 | 1998-10-01 Angela Marie Thomas (angela@cygnus.com) |
---|
185 | |
---|
186 | * comp-tools-fix, cross-tools-fix: Replace /usr/include |
---|
187 | with ${FIXINCDIR}. |
---|
188 | |
---|
189 | 1998-08-11 Doug Evans <devans@canuck.cygnus.com> |
---|
190 | |
---|
191 | * make-rel-sym-tree (version): Update calculation. |
---|
192 | |
---|
193 | 1998-06-12 Ian Lance Taylor <ian@cygnus.com> |
---|
194 | |
---|
195 | * configure.texi: Various additions. |
---|
196 | * Makefile.in (TEXI2HTML, DVIPS): New variables. |
---|
197 | (standards.ps): New target. |
---|
198 | (configure.dvi): Copy .tin files in as well. |
---|
199 | (configure.ps, configure.html): New targets. |
---|
200 | (clean): Remove configdev.jpg and configbuild.jpg. |
---|
201 | * configdev.fig: New file. |
---|
202 | * configdev.ein: New file (EPS version of configdev.fig). |
---|
203 | * configdev.jin: New file (JPEG version of configdev.fig). |
---|
204 | * configbuild.fig: New file. |
---|
205 | * configbuild.ein: New file (EPS version of configbuild.fig). |
---|
206 | * configbuild.jin: New file (JPEG version of configbuild.fig). |
---|
207 | |
---|
208 | 1998-06-10 Ian Lance Taylor <ian@cygnus.com> |
---|
209 | |
---|
210 | * configure.texi: New file. |
---|
211 | * configdev.tin: New file. |
---|
212 | * configbuild.tin: New file. |
---|
213 | * Makefile.in (MAKEINFO): Use makeinfo from texinfo directory if |
---|
214 | it exists. |
---|
215 | (TEXI2DVI): Likewise for texi2dvi. |
---|
216 | (INFOFILES): Add configure.info. |
---|
217 | (DVIFILES): Add configure.dvi. |
---|
218 | (info): Only build info files if the source files exist. |
---|
219 | (install-info): Only install info files if they exist. |
---|
220 | (dvi): Only build DVI files if the sources files exist. |
---|
221 | (configure.info): New target. |
---|
222 | (configure.dvi): New target. |
---|
223 | (clean): Remove configdev and configbuild derived files. |
---|
224 | |
---|
225 | Remove obsolete documentation. |
---|
226 | * intro.texi: Remove. |
---|
227 | * install.texi: Remove. |
---|
228 | * config-names.texi: Remove. |
---|
229 | * screen1.eps: Remove. |
---|
230 | * screen1.obj: Remove. |
---|
231 | * screen2.eps: Remove. |
---|
232 | * screen2.obj: Remove. |
---|
233 | * Makefile.in: Remove references to the above. |
---|
234 | |
---|
235 | Thu May 21 14:34:51 1998 Nick Clifton <nickc@cygnus.com> |
---|
236 | |
---|
237 | * targetdoc/arm-interwork.texi: Add note about ignoring linker |
---|
238 | warning message when using --support-old-code. |
---|
239 | |
---|
240 | Mon May 18 14:27:37 1998 Angela Marie Thomas (angela@cygnus.com) |
---|
241 | |
---|
242 | * Install.in, comp-tools-fix, comp-tools-verify, cross-tools-fix: |
---|
243 | Use $GCCvn rather than substitute everywhere. |
---|
244 | |
---|
245 | Thu May 14 14:43:10 1998 Nick Clifton <nickc@cygnus.com> |
---|
246 | |
---|
247 | * targetdoc/arm-interwork.texi: Document dlltool support of |
---|
248 | interworking. |
---|
249 | |
---|
250 | Thu May 7 16:49:38 1998 Jason Molenda (crash@bugshack.cygnus.com) |
---|
251 | |
---|
252 | * Install.in: Remove references to TCL_LIBRARY, TK_LIBRARY, |
---|
253 | and GDBTK_FILENAME. |
---|
254 | |
---|
255 | Wed Apr 1 17:11:44 1998 Nick Clifton <nickc@cygnus.com> |
---|
256 | |
---|
257 | * targetdoc/arm-interwork.texi: Document ARM/thumb interworking. |
---|
258 | |
---|
259 | Tue Mar 31 15:28:20 1998 Ian Lance Taylor <ian@cygnus.com> |
---|
260 | |
---|
261 | * standards.texi, make-stds.texi: Update to current FSF versions. |
---|
262 | * Makefile.in (standards.info): Depend upon make-std.texi. |
---|
263 | |
---|
264 | Tue Mar 24 16:13:26 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk> |
---|
265 | |
---|
266 | * configure: Regenerate with autoconf 2.12.1 to fix shell issues |
---|
267 | for NT native builds. |
---|
268 | |
---|
269 | Mon Mar 9 16:41:04 1998 Doug Evans <devans@canuck.cygnus.com> |
---|
270 | |
---|
271 | * make-rel-sym-tree (binprogs): Add objcopy. |
---|
272 | |
---|
273 | Tue Feb 24 18:11:58 1998 Doug Evans <devans@canuck.cygnus.com> |
---|
274 | |
---|
275 | * make-rel-sym-tree: as.new -> as-new, ld.new -> ld-new |
---|
276 | nm.new -> nm-new. Make symlinks to crt*.o. |
---|
277 | |
---|
278 | Fri Nov 21 12:54:58 1997 Manfred Hollstein <manfred@s-direktnet.de> |
---|
279 | |
---|
280 | * Makefile.in: Add --no-split argument to avoid creating files |
---|
281 | with names longer than 14 characters. |
---|
282 | |
---|
283 | Thu Sep 25 13:13:11 1997 Jason Molenda (crash@pern.cygnus.com) |
---|
284 | |
---|
285 | * intro.texi: Add closing ifset. |
---|
286 | |
---|
287 | Mon Sep 1 10:31:32 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
288 | |
---|
289 | * Install.in: Move setting HOST and TARGET to the beginning |
---|
290 | of the file for editing convenience. |
---|
291 | |
---|
292 | Mon Sep 1 10:28:37 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
293 | |
---|
294 | * Install.in.: More friendly options/messages when extracting |
---|
295 | from a file instead of a tape device. |
---|
296 | |
---|
297 | Tue Jun 17 15:50:23 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
298 | |
---|
299 | * Install.in: Add /usr/bsd to PATH for Irix (home of compress) |
---|
300 | |
---|
301 | Thu Jun 12 13:47:00 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
302 | |
---|
303 | * Install.in (show_exec_prefix_msg): fix quoting |
---|
304 | |
---|
305 | Wed Jun 4 15:31:43 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
306 | |
---|
307 | * rebuilding.texi: Removed. |
---|
308 | |
---|
309 | Sat May 24 18:02:20 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
310 | |
---|
311 | * cross-tools-fix: Remove host check since it doesn't matter |
---|
312 | for this case. |
---|
313 | * Install.in (guess_system): clean up more unused hosts. |
---|
314 | * Install.in, cross-tools-fix, comp-tools-fix, comp-tools-verify: |
---|
315 | Hack for host check to not warn the user for certain cases. |
---|
316 | |
---|
317 | Fri May 23 23:46:10 1997 Angela Marie Thomas (angela@cygnus.com) |
---|
318 | |
---|
319 | * subst-strings: Remove a lot of unused code |
---|
320 | * Install.in: Remove reference to TAPEdflt, use variables instead of |
---|
321 | string substitution when able. |
---|
322 | |
---|
323 | Fri Apr 11 17:25:52 1997 Ian Lance Taylor <ian@cygnus.com> |
---|
324 | |
---|
325 | * configure.in: Change file named in AC_INIT to Makefile.in. |
---|
326 | * configure: Rebuild. |
---|
327 | |
---|
328 | Fri Apr 11 18:12:42 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
329 | |
---|
330 | * Install.in (guess_system): Back out change to INSTALLHOST to |
---|
331 | call all IRIX systems "mips-sgi-irix4" |
---|
332 | |
---|
333 | * Makefile.in: Remove references to configure.texi and cfg-paper.texi. |
---|
334 | |
---|
335 | Thu Apr 10 23:26:45 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
336 | |
---|
337 | * srctree.texi, emacs-relnotes.texi, cfg-paper.texi: Remove. |
---|
338 | * Install.in: Remove Ultrix-specific hacks. |
---|
339 | Update Cygnus phone numbers. |
---|
340 | (guess_system): Remove some old systems (Ultrix, OSF1 v1 & 2, |
---|
341 | m68k-HPUX, m68k SunOS, etc.) |
---|
342 | (show_gnu_root_msg): Remove. |
---|
343 | Removed all the remove option code. |
---|
344 | |
---|
345 | Thu Apr 10 23:23:33 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
346 | |
---|
347 | * configure.man, configure.texi: Remote. |
---|
348 | |
---|
349 | Mon Apr 7 18:15:00 1997 Brendan Kehoe <brendan@cygnus.com> |
---|
350 | |
---|
351 | * Fix the version string for OSF1 4.0 to recognize either |
---|
352 | V4.* or X4.* |
---|
353 | |
---|
354 | Mon Apr 7 15:34:47 1997 Ian Lance Taylor <ian@cygnus.com> |
---|
355 | |
---|
356 | * standards.texi, make-stds.texi: Update to current FSF versions. |
---|
357 | |
---|
358 | Tue Nov 19 15:36:14 1996 Doug Evans <dje@canuck.cygnus.com> |
---|
359 | |
---|
360 | * make-rel-sym-tree: New file. |
---|
361 | |
---|
362 | Wed Oct 23 00:34:07 1996 Angela Marie Thomas (angela@cygnus.com) |
---|
363 | |
---|
364 | * Lots of patches from progressive... |
---|
365 | * Install.in: restore DDOPTS for AIX 4.x |
---|
366 | * Install.in, subst-strings: add case for DG Aviion |
---|
367 | * subst-strings: fix typo in INSTALLdir var setting |
---|
368 | * comp-tools-verify: set SHLIB_PATH for shared libs |
---|
369 | * Install.in, subst-strings: add case for solaris2.5 |
---|
370 | * Install.in: fix regression for hppa1.1 check |
---|
371 | * comp-tools-fix: set LD_LIBRARY_PATH |
---|
372 | * comp-tools-fix: If fixincludes fixes /usr/include/limits.h, |
---|
373 | install it as syslimits.h. |
---|
374 | |
---|
375 | Wed Oct 16 19:20:42 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
---|
376 | |
---|
377 | * Install.in (guess_system): Treat powerpc-ibm-aix4.1 the same as |
---|
378 | rs6000-ibm-aix4.1, since the compiler now uses common mode by |
---|
379 | default. |
---|
380 | |
---|
381 | Wed Oct 2 15:39:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
382 | |
---|
383 | * configure.in (AC_PROG_INSTALL): Added. |
---|
384 | * Makefile.in (distclean): Remove config.cache. |
---|
385 | |
---|
386 | Wed Oct 2 14:33:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
387 | |
---|
388 | * configure.in: Switch to autoconf configure.in. |
---|
389 | * configure: New. |
---|
390 | * Makefile.in: Use autoconf-substituted values. |
---|
391 | |
---|
392 | Tue Jun 25 18:56:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) |
---|
393 | |
---|
394 | * Makefile.in (datadir): Changed to $(prefix)/share. |
---|
395 | |
---|
396 | Fri Mar 29 11:38:01 1996 J.T. Conklin (jtc@lisa.cygnus.com) |
---|
397 | |
---|
398 | * configure.man: Changed to be recognized by catman -w on Solaris. |
---|
399 | |
---|
400 | Wed Dec 6 15:40:28 1995 Doug Evans <dje@canuck.cygnus.com> |
---|
401 | |
---|
402 | * comp-tools-fix (fixincludes): Define FIXPROTO_DEFINES from |
---|
403 | .../install-tools/fixproto-defines. |
---|
404 | |
---|
405 | Sun Nov 12 19:31:27 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
406 | |
---|
407 | * comp-tools-verify (verify_cxx_initializers): delete argv, |
---|
408 | argc declarations, add -static to compile line. |
---|
409 | (verify_cxx_hello_world): delete argv, argc declarations, add |
---|
410 | -static to compile line. |
---|
411 | |
---|
412 | Wed Sep 20 13:21:52 1995 Ian Lance Taylor <ian@cygnus.com> |
---|
413 | |
---|
414 | * Makefile.in (maintainer-clean): New target, synonym for |
---|
415 | realclean. |
---|
416 | |
---|
417 | Mon Aug 28 17:25:49 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
418 | |
---|
419 | * Install.in (PATH): add /usr/ucb to $PATH (for SunOS 4.1.x). |
---|
420 | |
---|
421 | Tue Aug 15 21:51:58 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
422 | |
---|
423 | * Install.in (guess_system): Match OSF/1 v3.x as the same as |
---|
424 | v2.x--v2.x binaries are upward compatible. |
---|
425 | |
---|
426 | Tue Aug 15 21:46:54 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
427 | |
---|
428 | * Install.in (guess_system): recognize HP 9000/800 systems as the |
---|
429 | same as HP 9000/700 systems. |
---|
430 | |
---|
431 | Tue Aug 8 13:11:56 1995 Brendan Kehoe <brendan@lisa.cygnus.com> |
---|
432 | |
---|
433 | * Install.in: For emacs, run show_emacs_alternate_msg and exit. |
---|
434 | (show_emacs_alternate_msg): New message saying how emacs can't be |
---|
435 | installed in an alternate prefix. |
---|
436 | |
---|
437 | Thu Jun 8 00:42:56 1995 Angela Marie Thomas <angela@cirdan.cygnus.com> |
---|
438 | |
---|
439 | * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just |
---|
440 | in case they are symlinks. |
---|
441 | |
---|
442 | Tue Apr 18 14:23:10 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
---|
443 | |
---|
444 | * cdk-fix: Extracted table of targets that don't need their |
---|
445 | headers fixed from gcc's configure script. |
---|
446 | |
---|
447 | * cdk-fix, cdk-verify: Use ${HOST} instead of ||HOSTstr|| |
---|
448 | |
---|
449 | * cdk-fix, cdk-verify: New files, install script fragments used |
---|
450 | for Cygnus Developer's Kit. |
---|
451 | |
---|
452 | * Install.in (do_mkdir): New function. |
---|
453 | |
---|
454 | * Install.in: Added support for --with and --without options. |
---|
455 | Changed so that tape commands are not run when extracting |
---|
456 | from a file. |
---|
457 | (do_mt): Changed to take only one argument. |
---|
458 | |
---|
459 | Wed Mar 29 11:16:38 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
460 | |
---|
461 | * Install.in: catch UNAME==alpha-dec-osf2.x and correct entry for |
---|
462 | alpha-dec-osf1.x |
---|
463 | |
---|
464 | Fri Jan 27 12:04:29 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
---|
465 | |
---|
466 | * subst-strings (mips-sgi-irix5): New entry in table. |
---|
467 | |
---|
468 | Thu Jan 19 12:15:44 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
---|
469 | |
---|
470 | * Install.in: Major rewrite, bundle dependent code (for example, |
---|
471 | fixincludes for comp-tools) will be inserted into the Install |
---|
472 | script when it is generated. |
---|
473 | |
---|
474 | Tue Jan 17 16:51:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> |
---|
475 | |
---|
476 | * Makefile.in (Makefile): Rebuild using $(SHELL). |
---|
477 | |
---|
478 | Thu Nov 3 19:30:33 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
---|
479 | |
---|
480 | * Makefile.in (install-info): Depend on info. |
---|
481 | |
---|
482 | Fri Aug 19 16:16:38 1994 Jason Molenda (crash@phydeaux.cygnus.com) |
---|
483 | |
---|
484 | * Install.in: set $FIX_HEADER so fixproto can find fix-header. |
---|
485 | |
---|
486 | Fri May 6 16:18:58 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
487 | |
---|
488 | * Makefile.in (install-info): add a semicolon in the if statement. |
---|
489 | |
---|
490 | Fri Apr 29 16:56:07 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
491 | |
---|
492 | * cfg-paper.texi: Update some outdated information. |
---|
493 | |
---|
494 | * Makefile.in (install-info): Pass file, not directory, as last |
---|
495 | arg to INSTALL_DATA. |
---|
496 | (uninstall): New target. |
---|
497 | |
---|
498 | Thu Apr 28 14:42:22 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
499 | |
---|
500 | * configure.texi: Comment out @smallbook. |
---|
501 | |
---|
502 | * Makefile.in: Define TEXI2DVI and TEXIDIR, and use the latter. |
---|
503 | Remove info files in realclean, not clean, per coding standards. |
---|
504 | Remove TeX output in clean. |
---|
505 | |
---|
506 | Tue Apr 26 17:18:03 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
507 | |
---|
508 | * Install.in: fixincludes output is actually put in fixincludes.log, |
---|
509 | but echo'ed messages claim it is fixinc.log. This is the same |
---|
510 | messages as I logged in March 4 1994, but for some reason we found |
---|
511 | the change hadn't been done. I'll have to dig through the logs |
---|
512 | and find out what I really did do that day. :) |
---|
513 | |
---|
514 | Mon Apr 25 20:28:19 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
515 | |
---|
516 | * Install.in: use eval to call do_mt() for Ultrix brokenness. |
---|
517 | |
---|
518 | Mon Apr 25 20:00:00 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
519 | |
---|
520 | * Install.in(do_mt): exit with error status 1 if # of parameters |
---|
521 | != 3. |
---|
522 | |
---|
523 | Mon Apr 25 19:42:36 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
524 | |
---|
525 | * Install.in: lose TAPE_FORWARD and TAPE_REWIND, add do_mt() |
---|
526 | to do all tape movement operations. Currently untested. Addresses |
---|
527 | PR # 4886 from bull. |
---|
528 | |
---|
529 | * Install.in: add 1994 to the copyright thing. |
---|
530 | |
---|
531 | Fri Apr 22 19:05:13 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
532 | |
---|
533 | * standards.texi: Update from FSF. |
---|
534 | |
---|
535 | Fri Apr 22 15:46:10 1994 Jason Molenda (crash@cygnus.com) |
---|
536 | |
---|
537 | * Install.in: Add $DDOPTS, has ``bs=124b'' for all systems except |
---|
538 | AIX (some versions of AIX don't understand bs=124b. Silly OS). |
---|
539 | |
---|
540 | Mon Apr 4 22:55:05 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
541 | |
---|
542 | * Install.in: null out $TOOLS before adding stuff to it |
---|
543 | non-destructively. |
---|
544 | |
---|
545 | Wed Mar 30 21:45:35 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
546 | |
---|
547 | * standards.texi: Fix typo. |
---|
548 | |
---|
549 | * configure.texi, configure.man: Document --disable-. |
---|
550 | |
---|
551 | Mon Mar 28 13:22:15 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
552 | |
---|
553 | * standards.texi: Update from FSF. |
---|
554 | |
---|
555 | Sat Mar 26 09:21:44 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
556 | |
---|
557 | * standards.texi, make-stds.texi: Update from FSF. |
---|
558 | |
---|
559 | Fri Mar 25 22:59:45 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
---|
560 | |
---|
561 | * configure.texi, configure.man: Document --enable-* options. |
---|
562 | |
---|
563 | Wed Mar 23 23:38:24 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
564 | |
---|
565 | * Install.in: set CPP to be gcc -E for fixincludes. |
---|
566 | |
---|
567 | Wed Mar 23 13:42:48 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
568 | |
---|
569 | * Install.in: set PATH to $PATH:/bin:/usr/bin so we can pick |
---|
570 | up native tools even if the user doesn't have them in his |
---|
571 | path. |
---|
572 | |
---|
573 | * Install.in: ``hppa-1.1-hp-hpux'' -> ``hppa1.1-hp-hpux''. |
---|
574 | |
---|
575 | Tue Mar 15 22:09:20 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
576 | |
---|
577 | * Install.in: TAPE_REWIND and TAPE_FORWARD variables for Unixunaware, |
---|
578 | added switch statement to detect if system is Unixunaware. |
---|
579 | |
---|
580 | Fri Mar 4 12:10:30 1994 Jason Molenda (crash@sendai.cygnus.com) |
---|
581 | |
---|
582 | * Install.in: fixincludes output is actually put in fixincludes.log, |
---|
583 | but echo'ed messages claim it is fixinc.log. |
---|
584 | |
---|
585 | Wed Nov 3 02:58:02 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com) |
---|
586 | |
---|
587 | * subst-strings: output TEXBUNDLE for more install notes matching |
---|
588 | * install-texi.in: PRMS info now exists |
---|
589 | |
---|
590 | Tue Oct 26 16:57:12 1993 K. Richard Pixley (rich@sendai.cygnus.com) |
---|
591 | |
---|
592 | * subst-strings: match solaris*. Also, add default case to catch |
---|
593 | and error out for unrecognized systems. |
---|
594 | |
---|
595 | Thu Aug 19 18:21:31 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
---|
596 | |
---|
597 | * Install.in: handle the new fixproto work |
---|
598 | |
---|
599 | Mon Jul 19 12:05:41 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com) |
---|
600 | |
---|
601 | * Install.in: remove "MT=tctl" for AIX (not needed, and barely |
---|
602 | worked anyway) |
---|
603 | |
---|
604 | Mon Jun 14 19:09:22 1993 Jeffrey Osier (jeffrey@cygnus.com) |
---|
605 | |
---|
606 | * subst-strings: changed HOST to recognize Solaris for install notes |
---|
607 | |
---|
608 | Thu Jun 10 16:01:25 1993 Jeffrey Osier (jeffrey@cygnus.com) |
---|
609 | |
---|
610 | * dos-inst.texi: new file. |
---|
611 | |
---|
612 | Wed Jun 9 19:23:59 1993 Jeffrey Osier (jeffrey@rtl.cygnus.com) |
---|
613 | |
---|
614 | * install-texi.in: added conditionals (nearly complete) |
---|
615 | cleaned up |
---|
616 | added support for other releases (not done) |
---|
617 | |
---|
618 | Wed Jun 9 15:53:58 1993 Jim Kingdon (kingdon@cygnus.com) |
---|
619 | |
---|
620 | * Makefile.in (install-info): Use INSTALL_DATA. |
---|
621 | ({dist,real}clean): Also delete Makefile and config.status. |
---|
622 | |
---|
623 | Fri Jun 4 17:09:56 1993 Jeffrey Osier (jeffrey@cygnus.com) |
---|
624 | |
---|
625 | * subst-strings: added data for OS_STRING |
---|
626 | |
---|
627 | * subst-strings: added support for OS_STRING |
---|
628 | |
---|
629 | Thu Jun 3 00:37:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
630 | |
---|
631 | * Install.in: pull COPYING and COPYING.LIB off of the tape |
---|
632 | |
---|
633 | Tue Jun 1 16:52:08 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
634 | |
---|
635 | * subst-strings: replace RELEASE_DIR too |
---|
636 | |
---|
637 | Mon Mar 22 23:55:27 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
638 | |
---|
639 | * Makefile.in: add installcheck target |
---|
640 | |
---|
641 | Wed Mar 17 02:21:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
642 | |
---|
643 | * Install.in: fix 'source only' extraction bug where it looked for |
---|
644 | the src dir under H-<host>/src instead of src; also remove stray |
---|
645 | reference to EMACSHIBIN |
---|
646 | |
---|
647 | Mon Mar 15 01:25:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
648 | |
---|
649 | * make-stds.texi: added 'installcheck' to the standard targets |
---|
650 | |
---|
651 | Tue Mar 9 19:48:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
652 | |
---|
653 | * standards.texi: added INFO-DIR-ENTRY, updated version from the FSF |
---|
654 | |
---|
655 | Tue Feb 9 12:40:23 1993 Ian Lance Taylor (ian@cygnus.com) |
---|
656 | |
---|
657 | * Makefile.in (standards.info): Added -I$(srcdir) to find |
---|
658 | make-stds.texi. |
---|
659 | |
---|
660 | Mon Feb 1 16:32:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
661 | |
---|
662 | * standards.texi: updated to latest FSF version, which includes: |
---|
663 | |
---|
664 | * make-stds.texi: new file |
---|
665 | |
---|
666 | Mon Nov 30 01:31:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
667 | |
---|
668 | * install-texi.in, relnotes.texi, intro.texi: changed Cygnus phone |
---|
669 | numbers from the old Palo Alto ones to the new Mtn. View numbers |
---|
670 | |
---|
671 | Mon Nov 16 16:50:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
672 | |
---|
673 | * Makefile.in: define $(RM) to "rm -f" |
---|
674 | |
---|
675 | Sun Oct 11 16:05:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
---|
676 | |
---|
677 | * intro.texi: added INFO-DIR-ENTRY |
---|