ChangeLog 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. 2003-03-29 Gaurav Vaish <[email protected]>
  2. * cs1518-2.cs: Added comment describing the error.
  3. 2003-03-29 Gaurav Vaish <[email protected]>
  4. * cs1518-2.cs: Added new test.
  5. 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
  6. * cs0208.cs: Added new test.
  7. 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
  8. * cs0202.cs: Added new test.
  9. 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
  10. * cs0197.cs: Added new test.
  11. 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
  12. * cs0192.cs: Added new test.
  13. 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
  14. * cs0170.cs: Added new test.
  15. 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
  16. * cs0156.cs: Added new test.
  17. 2002-12-21 Alejandro Sánchez Acosta <[email protected]>
  18. * cs0163.cs: Added new test file.
  19. 2002-12-21 Alejandro Sánchez Acosta <[email protected]>
  20. * cs0161.cs: Added new test file.
  21. 2002-12-19 Cesar Octavio Lopez Nataren <[email protected]>
  22. * cs0230.cs: Added this test file.
  23. 2002-12-19 Cesar Octavio Lopez Nataren <[email protected]>
  24. * cs0225.cs: Added this file
  25. 2002-12-18 Cesar Octavio Lopez Nataren <[email protected]>
  26. * cs0201.cs: Added this new test.
  27. 2002-12-18 Ravi Pratap <[email protected]>
  28. * errors.txt : Update for error # -24.
  29. 2002-12-17 Alejandro Sánchez Acosta <[email protected]>
  30. * cs0154.cs: New test.
  31. 2002-12-17 Alejandro Sánchez Acosta <[email protected]>
  32. * cs0138.cs: New test.
  33. 2002-12-07 Ravi Pratap <[email protected]>
  34. * cs0579.cs : Add.
  35. 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
  36. * cs0140.cs,
  37. cs0143.cs: New test.
  38. 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
  39. * cs0100.cs,
  40. cs0105.cs,
  41. cs0112.cs,
  42. cs0116.cs: New test.
  43. 2002-09-12 Martin Baulig <[email protected]>
  44. * cs0038.cs: New test.
  45. 2002-08-27 Martin Baulig <[email protected]>
  46. * cs0120-3.cs: New test.
  47. 2002-08-19 Ravi Pratap <[email protected]>
  48. * error-4.cs : New test.
  49. * error-5.cs : New test.
  50. 2002-08-11 Martin Baulig <[email protected]>
  51. * error-3.cs: New test.
  52. 2002-08-08 Martin Baulig <[email protected]>
  53. * cs1540.cs: New test.
  54. 2002-08-08 Martin Baulig <[email protected]>
  55. * cs0236.cs: New test.
  56. 2002-08-05 Martin Baulig <[email protected]>
  57. * runtest.pl: This is a perl script which runs a testcase, parses the
  58. MCS output and checks whether all errors are reported.
  59. * error-1.cs, error-2.cs: Moved here from ../tests/.
  60. * README.tests: Added (empty) list of all test cases.
  61. 2002-08-02 Martin Baulig <[email protected]>
  62. * cs0155.cs, cs0155-2.cs: New tests.
  63. 2002-07-06 Andrew Birkett <[email protected]>
  64. * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
  65. 2002-06-26 <[email protected]>
  66. * cs1501-3.cs: Added new test for struct ctr typechecks.
  67. 2002-06-24 Andrew Birkett <[email protected]>
  68. * fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.
  69. * cs0176.cs: Method has to be public for correct test
  70. * cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
  71. * cs0255.cs: Add assignment to stop 'unused variable' warning.
  72. * makefile: Output is now like "Running test 42 .. OK". Added --unsafe to
  73. make cs0193.cs, cs0196.cs and cs0214-3.cs work.