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