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