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