ecef16580ea05277ca70bd130218e30d34e0e958
[mono.git] / mcs / jay / ChangeLog
1 2010-04-05  Zoltan Varga  <vargaz@gmail.com>
2
3         * defs.h: Quiet warnings which might bother rpm.
4
5 2009-11-27  Marek Safar  <marek.safar@gmail.com>
6
7         * skeleton.cs: Add global state stacks.
8
9 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
10
11         * Makefile: Add doc-update target support.
12
13 2008-09-09  Miguel de Icaza  <miguel@novell.com>
14
15         * skeleton.cs: A little refactoring to support producing a list of
16         tokens as opposed to a list of token strings for code that uses
17         the yyExpecting code.
18
19 2006-05-29  Raja R Harinath  <rharinath@novell.com>
20
21         * skeleton.cs: Implement a better translation for named-loop continues.
22         Remove "unreachable code" warnings in the generated code.
23
24 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
25
26         * output.c skeleton skeleton.cs: Initialize the jay debug tables
27         lazily. Fixes #77946.
28
29 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
30
31         * reader.c (copy_action): Applied patch from Axel T Schreiner (ats@cs.rit.edu).
32         Fixes a small bug.
33
34 2006-03-04  Martin Baulig  <martin@ximian.com>
35
36         * skeleton.cs: Don't call yyerror if `yyErrorFlag == 0', so we can
37         recover from errors with an `error' token.  See gtest-248.cs for
38         an example.
39
40 2006-01-06 Wade Berrier <wberrier@novell.com>
41
42         * Makefile: fix man path
43
44 2005-09-20 Konstantin Triger <kostat@mainsift.com>
45
46         * Added jay.vcproj to build jay on pure Win32
47
48 2005-03-14  Raja R Harinath  <rharinath@novell.com>
49
50         * Makefile (install-local, uninstall-local): Disable when
51         NO_INSTALL is defined.
52
53 2004-12-07  Raja R Harinath  <rharinath@novell.com>
54
55         * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
56
57 2004-11-24  Miguel de Icaza  <miguel@ximian.com>
58
59         * skeleton.cs: use yacc_verbose_flag to control verbosity.
60
61 2004-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
62         
63         * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.
64
65 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
66
67         * skelton.cs: make classes/interfaces internal.
68
69 2004-06-03  Atsushi Enomoto <atsushi@ximian.com>
70
71         * Makefile : ignore make run-test-ondotnet.
72
73 Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
74
75         * main.c, defs.h: use the proper header files instead of broken
76         prototypes (thanks to Marcus for reporting).
77
78 2004-03-13  Miguel de Icaza  <miguel@ximian.com>
79
80         * main.c (create_file_names): Try a few temp directories, since
81         Windows uses a different directory naming scheme apparently: #47696
82
83 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
84
85         * main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za).
86         Fix compilation under mingw.
87
88 2004-02-07  Miguel de Icaza  <miguel@ximian.com>
89
90         * skeleton.cs: Report the token that we errored on;  Helps
91         find parser errors.
92
93 2003-12-16  Atsushi Enomoto <atsushi@ximian.com>
94
95         * skelton.cs : Added ErrorOutput text writer.
96
97 2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
98
99         * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
100         to make output CLS-compliant.
101
102 2003-05-16  Peter Williams  <peterw@ximian.com>
103
104         * main.c (print_skel_dir): New function called when jay is
105         passed '-p'; prints the directory where the default skeleton
106         files are installed ($(prefix)/share/jay).
107
108         * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
109         print_skel_dir.
110
111         * jay.1: Document the -p parameter.
112
113 2003-05-16  Peter Williams  <peterw@ximian.com>
114
115         * makefile (install): Call the install in makefile.gnu
116
117         * makefile.gnu (install): Actually install jay and its skeleton
118         files.
119
120 2003-02-09  Martin Baulig  <martin@ximian.com>
121
122         * output.c: Use `#line default' instead of source file "-".
123
124 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
125
126         * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
127
128 2003-01-13  Duncan Mak  <duncan@ximian.com>
129
130         * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
131
132 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
133
134         * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
135
136 2002-08-20  Miguel de Icaza  <miguel@ximian.com>
137
138         * skeleton.cs: Fix the code that expanded the arrays dynamically,
139         it was broken, and instead was copying 0 elements.
140
141 2002-07-10 Alp Toker  <alp@atoker.com>
142
143         * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
144
145 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
146
147         * makefile: added windows and unix targets.
148
149 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
150
151         * main.c: fixed error in command line flag -c if it was not first
152         option.
153