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