Mark ChangeLog
[official-gcc.git] / gcc / treelang / ChangeLog
blob0bec5cade8aa0b4aed30879fee55b252742ca84f
1 2004-02-14  Release Manager
3         * GCC 3.3.3 Released.
5 2003-10-16  Release Manager
7         * GCC 3.3.2 Released.
9 2003-08-04  Release Manager
11         * GCC 3.3.1 Released.
13 2003-08-04  Release Manager
15         * GCC 3.3.1 Released.
17 2003-07-08  Andreas Schwab  <schwab@suse.de>
19         * Make-lang.in (treelang.check.fix): Replace one leftover PWD
20         with PWD_COMMAND.
22 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
24         * Make-lang.in: Replace PWD with PWD_COMMAND.
26 2003-05-13  Release Manager
28         * GCC 3.3 Released.
30 2003-05-13  Release Manager
32         * GCC 3.3 Released.
34 2003-05-13  Release Manager
36         * GCC 3.3 Released.
38 2003-03-02  Matthias Klose  <doko@debian.org>
40         * Make-lang.in (treelang.install-info): Install all info
41         files in $(infodir).
43 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
45         * treelang.texi: Update to GFDL 1.2.
47 2003-01-26  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
49         * Make-lang.in (treelang.install.common.done)
50         (treelang.install-info, treelang.uninstall): Prepend
51         $(DESTDIR) to destination paths in all (un)installation
52         commands.
54 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
56         * treelang.texi: Use @copying.
58 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
60         * treelang.texi: Include gcc-common.texi.
61         * Make-lang.in ($(srcdir)/treelang/treelang.info, treelang.dvi):
62         Depend on gcc-common.texi.  Add other missing dependencies.
63         (treelang.dvi): Use texi2dvi.
65 2002-12-22  Joseph S. Myers  <jsm@polyomino.org.uk>
67         * treelang.texi: Use @ifnottex instead of @ifinfo.
69 2002-09-09  Tim Josling  <tej@melbpc.org.au>
71         * treetree.c (objc_is_id): New.
73 2002-08-16  Tim Josling  <tej@melbpc.org.au>
75         Remove variables and functions now defined elsewhere.
76         
77         * treetree.c (maybe_objc_comptypes): Remove.
78         (warn_format, warn_format_y2k, warn_format_extra_args,
79         warn_format_nonliteral, warn_format_security,
80         warn_format_zero_length): Remove.
81         (maybe_building_objc_message_expr): Remove.
82         (cpp_post_options): Remove.
83         (maybe_objc_check_decl): Remove.
84         (integer_types): Remove.
87 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
89         * treelang.c: Remove cpp_post_options.
91 2002-08-13  Tim Josling  <tej@melbpc.org.au>
93         * parse.y: Provide dummy definition of rtx for use by config.h.
94         * Make-lang.in (treetree.o): Remove dependency on non-existent
95         gt-treelang-treelang.h.
96         (gt-treelang-treelang.h): Remove.
98 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
100         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files.
102 2002-07-11  Tim Josling  <tej@melbpc.org.au>
104         Remove front end hard coding from gengtype.c.  
106         * config-lang.in (gtfiles): Add files needed for this front
107         end.
109 2002-07-09  Tim Josling  <tej@melbpc.org.au>
111         Support new attributes regime (Fix for PR c++/7099).
112         
113         * treetree.c (handle_format_attribute): Return NULL_TREE instead
114         of aborting.
115         (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
116         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
117         LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
119 2002-06-21  Andreas Jaeger  <aj@suse.de>
121         * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
122         treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
124 2002-06-19  Paolo Bonzini <bonzini@gnu.org>
126         * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
127         than STATIC.
129 2002-06-10  Tim Josling  <tej@melbpc.org.au>
131         Cleanup
133         * Make-lang.in (check-treelang). Add. Remove direct dependency of
134         'check' on 'treelang.check' as redundant.
136         PCH Garbage collection regime (gengtypes.c) phase 1.
138         * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
139         gt-treelang-treelang.h gtype-treelang.h.
140         (gt-treelang-tree1.h) Depend on s-gtype.
141         (gt-treelang-treelang.h) Depend on s-gtype.
142         (gtype-treelang.h) Depend on s-gtype.
144         * config-lang.in (gtfiles): Define.
146         * lex.l (main): Remove '#if 0' dead code.
147         (main): Move undef of IN_GCC so define of tree typedef works.
148         (all): Replace token and production by prod_token_parm_item.
150         * parse.y
151         (all): Replace token and production by prod_token_parm_item.
153         * tree1.c (main): Remove include of "output.h".
154         (symbol_table): Add GTY details.
155         (symbol_table_ggc): Remove.
156         (treelang_init): Remove root definitions for garbage collection.
157         (mark_production_used): Remove.
158         (mark_token_used): Remove.
159         (main, at end): include generated garage collection routines.
161         * treelang.h (category_enum ): Add parameter_category.
162         (all): Replace token and production and parameters by union
163         prod_token_parm_item containing production_part, token_part,
164         parameter_part.
165         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
166         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
167         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
168         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
169         treetree.h.
171         * treetree.c
172         (tm_p.h): Do not include.
173         (ansidecl.h): Move include after config.h.
174         (treelang.h): Include it.
175         (ADDROOT): Remove.
176         (all): Replace token, production and parameter by prod_token_parm_item.
177         (tree_parameter_list): Move to treelang.h as part of
178         prod_token_parm_item.
179         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
180         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
181         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
182         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
183         treelang.h.
185 2002-05-19  Tim Josling  <tej@melbpc.org.au>
187         * treetree.c (warn_format_zero_length): Add.
189 2002-05-14  Tim Josling  <tej@melbpc.org.au>
191         * Make-lang.in: Fix build for .info files, add target for manpages.
192         A bug report and a suggested patch came from Magnus Fromreide
193         <magfr@lysator.liu.se>.
195 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
197         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
199 2002-05-11  Tim Josling  <tej@melbpc.org.au>
201         * treetree.c: (cpp_define) Add.
202         (cpp_get_callbacks) Add.
204 2002-05-07  Tim Josling  <tej@melbpc.org.au>
206         * treetree.c: (cpp_get_options) Add.
208 2002-05-06  Tim Josling  <tej@melbpc.org.au>
210         * .cvsignore: Add.
212 2002-05-05  Tim Josling  <tej@melbpc.org.au>
214         * Updated for gcc3.2 experimental. Major changes throughout.
216 2002-03-31  Tim Josling  <tej@melbpc.org.au>
218         * Make-lang.in: Changes so build and check work more reliably
220 2001-07-30  Tim Josling  <tej@melbpc.org.au>
222         * root.texi: remove
223         * treelang.texi: updates based on feedback
225 2001-06-11  Tim Josling  <tej@melbpc.org.au>
227         * all (all) Revamp code to conform to GCC coding standards, fix
228         typos in texi files.
230 2001-05-11  Tim Josling  <tej@melbpc.org.au>
232         Create the new language.