X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fjay%2FChangeLog;h=1e49ad3b614bd3f18e77e7eeda5b9f3abff41cca;hb=f33941ae443d3b8116e7e2438c89aeef8e0aef31;hp=970a4a665467b81317ec1a1fa836c4dc97be4c8a;hpb=c8a5cb4235baa2b259e8e096e33c5ccf288040e5;p=mono.git diff --git a/mcs/jay/ChangeLog b/mcs/jay/ChangeLog old mode 100755 new mode 100644 index 970a4a66546..1e49ad3b614 --- a/mcs/jay/ChangeLog +++ b/mcs/jay/ChangeLog @@ -1,3 +1,107 @@ +2008-10-17 Jonathan Pryor + + * Makefile: Add doc-update target support. + +2008-09-09 Miguel de Icaza + + * skeleton.cs: A little refactoring to support producing a list of + tokens as opposed to a list of token strings for code that uses + the yyExpecting code. + +2006-05-29 Raja R Harinath + + * skeleton.cs: Implement a better translation for named-loop continues. + Remove "unreachable code" warnings in the generated code. + +2006-04-03 Zoltan Varga + + * output.c skeleton skeleton.cs: Initialize the jay debug tables + lazily. Fixes #77946. + +2006-03-10 Zoltan Varga + + * reader.c (copy_action): Applied patch from Axel T Schreiner (ats@cs.rit.edu). + Fixes a small bug. + +2006-03-04 Martin Baulig + + * skeleton.cs: Don't call yyerror if `yyErrorFlag == 0', so we can + recover from errors with an `error' token. See gtest-248.cs for + an example. + +2006-01-06 Wade Berrier + + * Makefile: fix man path + +2005-09-20 Konstantin Triger + + * Added jay.vcproj to build jay on pure Win32 + +2005-03-14 Raja R Harinath + + * Makefile (install-local, uninstall-local): Disable when + NO_INSTALL is defined. + +2004-12-07 Raja R Harinath + + * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1. + +2004-11-24 Miguel de Icaza + + * skeleton.cs: use yacc_verbose_flag to control verbosity. + +2004-06-10 Rafael Teixeira + + * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal. + +2004-06-10 Atsushi Enomoto + + * skelton.cs: make classes/interfaces internal. + +2004-06-03 Atsushi Enomoto + + * Makefile : ignore make run-test-ondotnet. + +Mon May 3 08:34:32 CEST 2004 Paolo Molaro + + * main.c, defs.h: use the proper header files instead of broken + prototypes (thanks to Marcus for reporting). + +2004-03-13 Miguel de Icaza + + * 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 + + * main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za). + Fix compilation under mingw. + +2004-02-07 Miguel de Icaza + + * skeleton.cs: Report the token that we errored on; Helps + find parser errors. + +2003-12-16 Atsushi Enomoto + + * skelton.cs : Added ErrorOutput text writer. + +2003-10-08 Atsushi Enomoto + + * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[] + to make output CLS-compliant. + +2003-05-16 Peter Williams + + * 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 * makefile (install): Call the install in makefile.gnu