| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- 2006-05-29 Raja R Harinath <[email protected]>
- * skeleton.cs: Implement a better translation for named-loop continues.
- Remove "unreachable code" warnings in the generated code.
- 2006-04-03 Zoltan Varga <[email protected]>
- * output.c skeleton skeleton.cs: Initialize the jay debug tables
- lazily. Fixes #77946.
- 2006-03-10 Zoltan Varga <[email protected]>
- * reader.c (copy_action): Applied patch from Axel T Schreiner ([email protected]).
- Fixes a small bug.
- 2006-03-04 Martin Baulig <[email protected]>
- * 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 <[email protected]>
- * Makefile: fix man path
- 2005-09-20 Konstantin Triger <[email protected]>
- * Added jay.vcproj to build jay on pure Win32
- 2005-03-14 Raja R Harinath <[email protected]>
- * Makefile (install-local, uninstall-local): Disable when
- NO_INSTALL is defined.
- 2004-12-07 Raja R Harinath <[email protected]>
- * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
- 2004-11-24 Miguel de Icaza <[email protected]>
- * skeleton.cs: use yacc_verbose_flag to control verbosity.
- 2004-06-10 Rafael Teixeira <[email protected]>
-
- * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.
- 2004-06-10 Atsushi Enomoto <[email protected]>
- * skelton.cs: make classes/interfaces internal.
- 2004-06-03 Atsushi Enomoto <[email protected]>
- * Makefile : ignore make run-test-ondotnet.
- Mon May 3 08:34:32 CEST 2004 Paolo Molaro <[email protected]>
- * main.c, defs.h: use the proper header files instead of broken
- prototypes (thanks to Marcus for reporting).
- 2004-03-13 Miguel de Icaza <[email protected]>
- * 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 <[email protected]>
- * main.c: Applied patch from Albert Strasheim ([email protected]).
- Fix compilation under mingw.
- 2004-02-07 Miguel de Icaza <[email protected]>
- * skeleton.cs: Report the token that we errored on; Helps
- find parser errors.
- 2003-12-16 Atsushi Enomoto <[email protected]>
- * skelton.cs : Added ErrorOutput text writer.
- 2003-10-08 Atsushi Enomoto <[email protected]>
- * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
- to make output CLS-compliant.
- 2003-05-16 Peter Williams <[email protected]>
- * 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 <[email protected]>
- * makefile (install): Call the install in makefile.gnu
- * makefile.gnu (install): Actually install jay and its skeleton
- files.
- 2003-02-09 Martin Baulig <[email protected]>
- * output.c: Use `#line default' instead of source file "-".
- 2003-01-13 Jackson Harper <[email protected]>
- * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
- 2003-01-13 Duncan Mak <[email protected]>
- * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
- 2003-01-13 Jackson Harper <[email protected]>
- * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
- 2002-08-20 Miguel de Icaza <[email protected]>
- * skeleton.cs: Fix the code that expanded the arrays dynamically,
- it was broken, and instead was copying 0 elements.
- 2002-07-10 Alp Toker <[email protected]>
- * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
- 2001-07-15 Sean MacIsaac <[email protected]>
- * makefile: added windows and unix targets.
- 2001-07-14 Sean MacIsaac <[email protected]>
- * main.c: fixed error in command line flag -c if it was not first
- option.
|