Added new files to build script
[mono.git] / mcs / jay / ChangeLog
1 2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2
3         * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
4         to make output CLS-compliant.
5
6 2003-05-16  Peter Williams  <peterw@ximian.com>
7
8         * main.c (print_skel_dir): New function called when jay is
9         passed '-p'; prints the directory where the default skeleton
10         files are installed ($(prefix)/share/jay).
11
12         * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
13         print_skel_dir.
14
15         * jay.1: Document the -p parameter.
16
17 2003-05-16  Peter Williams  <peterw@ximian.com>
18
19         * makefile (install): Call the install in makefile.gnu
20
21         * makefile.gnu (install): Actually install jay and its skeleton
22         files.
23
24 2003-02-09  Martin Baulig  <martin@ximian.com>
25
26         * output.c: Use `#line default' instead of source file "-".
27
28 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
29
30         * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
31
32 2003-01-13  Duncan Mak  <duncan@ximian.com>
33
34         * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
35
36 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
37
38         * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
39
40 2002-08-20  Miguel de Icaza  <miguel@ximian.com>
41
42         * skeleton.cs: Fix the code that expanded the arrays dynamically,
43         it was broken, and instead was copying 0 elements.
44
45 2002-07-10 Alp Toker  <alp@atoker.com>
46
47         * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
48
49 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
50
51         * makefile: added windows and unix targets.
52
53 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
54
55         * main.c: fixed error in command line flag -c if it was not first
56         option.
57