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