Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / jay / ChangeLog
1 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
2
3         * Makefile: Add doc-update target support.
4
5 2008-09-09  Miguel de Icaza  <miguel@novell.com>
6
7         * skeleton.cs: A little refactoring to support producing a list of
8         tokens as opposed to a list of token strings for code that uses
9         the yyExpecting code.
10
11 2006-05-29  Raja R Harinath  <rharinath@novell.com>
12
13         * skeleton.cs: Implement a better translation for named-loop continues.
14         Remove "unreachable code" warnings in the generated code.
15
16 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17
18         * output.c skeleton skeleton.cs: Initialize the jay debug tables
19         lazily. Fixes #77946.
20
21 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
22
23         * reader.c (copy_action): Applied patch from Axel T Schreiner (ats@cs.rit.edu).
24         Fixes a small bug.
25
26 2006-03-04  Martin Baulig  <martin@ximian.com>
27
28         * skeleton.cs: Don't call yyerror if `yyErrorFlag == 0', so we can
29         recover from errors with an `error' token.  See gtest-248.cs for
30         an example.
31
32 2006-01-06 Wade Berrier <wberrier@novell.com>
33
34         * Makefile: fix man path
35
36 2005-09-20 Konstantin Triger <kostat@mainsift.com>
37
38         * Added jay.vcproj to build jay on pure Win32
39
40 2005-03-14  Raja R Harinath  <rharinath@novell.com>
41
42         * Makefile (install-local, uninstall-local): Disable when
43         NO_INSTALL is defined.
44
45 2004-12-07  Raja R Harinath  <rharinath@novell.com>
46
47         * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
48
49 2004-11-24  Miguel de Icaza  <miguel@ximian.com>
50
51         * skeleton.cs: use yacc_verbose_flag to control verbosity.
52
53 2004-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
54         
55         * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.
56
57 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
58
59         * skelton.cs: make classes/interfaces internal.
60
61 2004-06-03  Atsushi Enomoto <atsushi@ximian.com>
62
63         * Makefile : ignore make run-test-ondotnet.
64
65 Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
66
67         * main.c, defs.h: use the proper header files instead of broken
68         prototypes (thanks to Marcus for reporting).
69
70 2004-03-13  Miguel de Icaza  <miguel@ximian.com>
71
72         * main.c (create_file_names): Try a few temp directories, since
73         Windows uses a different directory naming scheme apparently: #47696
74
75 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
76
77         * main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za).
78         Fix compilation under mingw.
79
80 2004-02-07  Miguel de Icaza  <miguel@ximian.com>
81
82         * skeleton.cs: Report the token that we errored on;  Helps
83         find parser errors.
84
85 2003-12-16  Atsushi Enomoto <atsushi@ximian.com>
86
87         * skelton.cs : Added ErrorOutput text writer.
88
89 2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
90
91         * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
92         to make output CLS-compliant.
93
94 2003-05-16  Peter Williams  <peterw@ximian.com>
95
96         * main.c (print_skel_dir): New function called when jay is
97         passed '-p'; prints the directory where the default skeleton
98         files are installed ($(prefix)/share/jay).
99
100         * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
101         print_skel_dir.
102
103         * jay.1: Document the -p parameter.
104
105 2003-05-16  Peter Williams  <peterw@ximian.com>
106
107         * makefile (install): Call the install in makefile.gnu
108
109         * makefile.gnu (install): Actually install jay and its skeleton
110         files.
111
112 2003-02-09  Martin Baulig  <martin@ximian.com>
113
114         * output.c: Use `#line default' instead of source file "-".
115
116 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
117
118         * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
119
120 2003-01-13  Duncan Mak  <duncan@ximian.com>
121
122         * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
123
124 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
125
126         * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
127
128 2002-08-20  Miguel de Icaza  <miguel@ximian.com>
129
130         * skeleton.cs: Fix the code that expanded the arrays dynamically,
131         it was broken, and instead was copying 0 elements.
132
133 2002-07-10 Alp Toker  <alp@atoker.com>
134
135         * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
136
137 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
138
139         * makefile: added windows and unix targets.
140
141 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
142
143         * main.c: fixed error in command line flag -c if it was not first
144         option.
145