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