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