]>
Commit | Line | Data |
---|---|---|
ce985125 AO |
1 | 2003-01-07 Alexandre Oliva <aoliva@redhat.com> |
2 | ||
3 | * test_summary (configflags): Compute correctly with both | |
4 | autoconfiscated and Cygnus-style top-level. | |
5 | ||
029d882c KG |
6 | 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
7 | ||
8 | * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends | |
9 | on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on | |
10 | gcc/java/keyword.gperf | |
11 | ||
695a8bcf GP |
12 | 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> |
13 | ||
14 | * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as | |
15 | depending on gcc/intl/plural.y. | |
16 | ||
e1c1b6a5 AO |
17 | 2002-12-28 Alexandre Oliva <aoliva@redhat.com> |
18 | ||
e4029133 AO |
19 | * gcc_update (configure): Depend on config/acx.m4 as well. |
20 | ||
e1c1b6a5 AO |
21 | * gcc_update (configure): Depend on configure.in. |
22 | ||
d6bef02d JM |
23 | 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk> |
24 | ||
25 | * texi2pod.pl: Skip contents of @copying. | |
26 | ||
4977bab6 ZW |
27 | 2002-11-09 Zack Weinberg <zack@codesourcery.com> |
28 | ||
29 | * gthr_supp_vxw_5x.c: New file. | |
30 | ||
ad03e4c4 RH |
31 | 2002-10-21 Richard Henderson <rth@redhat.com> |
32 | ||
33 | * paranoia.cc (real_c_float::image): Accomodate size of | |
34 | real_internal format. | |
35 | (main): Unbuffer stdio. Add real_internal format. | |
36 | (floor_log2_wide): New. | |
37 | ||
fc76a969 RH |
38 | 2002-10-16 Richard Henderson <rth@redhat.com> |
39 | ||
40 | * paranoia.cc (ENUM_BITFIELD): New. | |
41 | (class): Define as klass around real.h. | |
42 | (real_c_float): Not a template any longer; define MODE as a | |
43 | class static constant; use real_format elements for SIZE. | |
44 | Update uses of real_to_decimal and real_to_hexadecimal. | |
45 | (main): Change -g argument to use a format name. | |
46 | (mode_for_size): Remove. | |
47 | ||
efdc7e19 RH |
48 | 2002-09-16 Richard Henderson <rth@redhat.com> |
49 | ||
50 | * paranoia.cc: New file. | |
51 | ||
7fd6c930 RH |
52 | 2002-09-04 Richard Henderson <rth@redhat.com> |
53 | ||
54 | * enquire.c: Remove. | |
55 | ||
72c41e5a MM |
56 | 2002-08-14 Mark Mitchell <mark@codesourcery.com> |
57 | ||
58 | * gennews (files): Add GCC 3.2 files. | |
59 | ||
1899ba3e GP |
60 | 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> |
61 | ||
62 | * gennews (files): Add proper files for the GCC 3.1 release series. | |
63 | Simplify and reformat introductory wording. | |
64 | ||
39cef914 NN |
65 | 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org> |
66 | ||
67 | * enquire.c: Move from gcc. | |
68 | ||
554b8111 L |
69 | 2002-07-16 H.J. Lu <hjl@gnu.org> |
70 | ||
71 | * gcc_update (touch_files): Pass -s to ${MAKE}. | |
72 | ||
dd6773cd ZW |
73 | 2002-06-26 Zack Weinberg <zack@codesourcery.com> |
74 | ||
75 | * texi2pod.pl: Correct handling of the internal R<> sequence. | |
76 | ||
ba9e1571 FW |
77 | 2002-05-31 Florian Weimer <fw@deneb.enyo.de> |
78 | ||
79 | * gcc_update (files_and_dependencies): Add generated Texinfo files | |
80 | for Ada. | |
81 | ||
1e6347d8 RO |
82 | 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
83 | ||
84 | * test_installed: Allow for PWDCMD to override hardcoded pwd. | |
85 | * test_summary: Likewise. | |
86 | ||
29a948c8 GK |
87 | 2002-04-18 Geoffrey Keating <geoffk@redhat.com> |
88 | ||
89 | * gcc_update (touch_files): Don't have empty for loop. | |
90 | ||
b8d70bee RH |
91 | 2002-04-16 Richard Henderson <rth@redhat.com> |
92 | ||
93 | * gcc_update: Remove libchill. | |
94 | ||
28852cc6 ZW |
95 | 2002-03-25 Zack Weinberg <zack@codesourcery.com> |
96 | ||
97 | * texi2pod.pl: Handle @end ftable and @end vtable. | |
98 | ||
049b03f4 ZW |
99 | 2002-03-11 Zack Weinberg <zack@codesourcery.com> |
100 | ||
101 | * texi2pod.pl: Handle @include, @ftable, @vtable. | |
102 | Reformat some code for clarity. | |
103 | ||
506d4ef6 CJ |
104 |