ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. 2006-05-29 Raja R Harinath <[email protected]>
  2. * skeleton.cs: Implement a better translation for named-loop continues.
  3. Remove "unreachable code" warnings in the generated code.
  4. 2006-04-03 Zoltan Varga <[email protected]>
  5. * output.c skeleton skeleton.cs: Initialize the jay debug tables
  6. lazily. Fixes #77946.
  7. 2006-03-10 Zoltan Varga <[email protected]>
  8. * reader.c (copy_action): Applied patch from Axel T Schreiner ([email protected]).
  9. Fixes a small bug.
  10. 2006-03-04 Martin Baulig <[email protected]>
  11. * skeleton.cs: Don't call yyerror if `yyErrorFlag == 0', so we can
  12. recover from errors with an `error' token. See gtest-248.cs for
  13. an example.
  14. 2006-01-06 Wade Berrier <[email protected]>
  15. * Makefile: fix man path
  16. 2005-09-20 Konstantin Triger <[email protected]>
  17. * Added jay.vcproj to build jay on pure Win32
  18. 2005-03-14 Raja R Harinath <[email protected]>
  19. * Makefile (install-local, uninstall-local): Disable when
  20. NO_INSTALL is defined.
  21. 2004-12-07 Raja R Harinath <[email protected]>
  22. * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
  23. 2004-11-24 Miguel de Icaza <[email protected]>
  24. * skeleton.cs: use yacc_verbose_flag to control verbosity.
  25. 2004-06-10 Rafael Teixeira <[email protected]>
  26. * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.
  27. 2004-06-10 Atsushi Enomoto <[email protected]>
  28. * skelton.cs: make classes/interfaces internal.
  29. 2004-06-03 Atsushi Enomoto <[email protected]>
  30. * Makefile : ignore make run-test-ondotnet.
  31. Mon May 3 08:34:32 CEST 2004 Paolo Molaro <[email protected]>
  32. * main.c, defs.h: use the proper header files instead of broken
  33. prototypes (thanks to Marcus for reporting).
  34. 2004-03-13 Miguel de Icaza <[email protected]>
  35. * main.c (create_file_names): Try a few temp directories, since
  36. Windows uses a different directory naming scheme apparently: #47696
  37. 2004-03-05 Zoltan Varga <[email protected]>
  38. * main.c: Applied patch from Albert Strasheim ([email protected]).
  39. Fix compilation under mingw.
  40. 2004-02-07 Miguel de Icaza <[email protected]>
  41. * skeleton.cs: Report the token that we errored on; Helps
  42. find parser errors.
  43. 2003-12-16 Atsushi Enomoto <[email protected]>
  44. * skelton.cs : Added ErrorOutput text writer.
  45. 2003-10-08 Atsushi Enomoto <[email protected]>
  46. * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
  47. to make output CLS-compliant.
  48. 2003-05-16 Peter Williams <[email protected]>
  49. * main.c (print_skel_dir): New function called when jay is
  50. passed '-p'; prints the directory where the default skeleton
  51. files are installed ($(prefix)/share/jay).
  52. * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
  53. print_skel_dir.
  54. * jay.1: Document the -p parameter.
  55. 2003-05-16 Peter Williams <[email protected]>
  56. * makefile (install): Call the install in makefile.gnu
  57. * makefile.gnu (install): Actually install jay and its skeleton
  58. files.
  59. 2003-02-09 Martin Baulig <[email protected]>
  60. * output.c: Use `#line default' instead of source file "-".
  61. 2003-01-13 Jackson Harper <[email protected]>
  62. * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
  63. 2003-01-13 Duncan Mak <[email protected]>
  64. * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
  65. 2003-01-13 Jackson Harper <[email protected]>
  66. * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
  67. 2002-08-20 Miguel de Icaza <[email protected]>
  68. * skeleton.cs: Fix the code that expanded the arrays dynamically,
  69. it was broken, and instead was copying 0 elements.
  70. 2002-07-10 Alp Toker <[email protected]>
  71. * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
  72. 2001-07-15 Sean MacIsaac <[email protected]>
  73. * makefile: added windows and unix targets.
  74. 2001-07-14 Sean MacIsaac <[email protected]>
  75. * main.c: fixed error in command line flag -c if it was not first
  76. option.