*** empty log message ***
[mono.git] / mcs / jay / ChangeLog
index 30283dee09108b8eb70b55fafd8ed1166147a378..a682607f06f8188411571c784099d588520917d4 100755 (executable)
@@ -1,3 +1,45 @@
+2004-03-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * main.c (create_file_names): Try a few temp directories, since
+       Windows uses a different directory naming scheme apparently: #47696
+
+2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za).
+       Fix compilation under mingw.
+
+2004-02-07  Miguel de Icaza  <miguel@ximian.com>
+
+       * skeleton.cs: Report the token that we errored on;  Helps
+       find parser errors.
+
+2003-12-16  Atsushi Enomoto <atsushi@ximian.com>
+
+       * skelton.cs : Added ErrorOutput text writer.
+
+2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
+       to make output CLS-compliant.
+
+2003-05-16  Peter Williams  <peterw@ximian.com>
+
+       * main.c (print_skel_dir): New function called when jay is
+       passed '-p'; prints the directory where the default skeleton
+       files are installed ($(prefix)/share/jay).
+
+       * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
+       print_skel_dir.
+
+       * jay.1: Document the -p parameter.
+
+2003-05-16  Peter Williams  <peterw@ximian.com>
+
+       * makefile (install): Call the install in makefile.gnu
+
+       * makefile.gnu (install): Actually install jay and its skeleton
+       files.
+
 2003-02-09  Martin Baulig  <martin@ximian.com>
 
        * output.c: Use `#line default' instead of source file "-".