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