X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2FChangeLog;h=98c9c1e06c77a9a6a833adf8d51f84d91ce37ae4;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=c3cc5db9813aeaf4af16a59111336a52123aa4c0;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog index c3cc5db9813..98c9c1e06c7 100644 --- a/mcs/errors/ChangeLog +++ b/mcs/errors/ChangeLog @@ -1,3 +1,213 @@ +2010-03-16 Jb Evain + + * Makefile: rename the net_2_1 profile to moonlight. + +2009-06-18 Raja R Harinath + + * Makefile (run-test-local): Make parallel-make safe. + +2009-06-17 Marek Safar + + * Makefile: Keep at least one target usable for me. + +2009-06-16 Raja R Harinath + + Improve profile test coverage + * Makefile (test-local): Empty out. + (run-test-local): Remove $(TEST_SUPPORT_FILES). + +2009-02-06 Scott Peterson + + This patch is contributed under the MIT/X11 license. + + * errors.txt: Updated variance-related code messages and removed -39 + which is no longer relevant. + + * gcs8034-11.cs: + * gcs8034-12.cs: + * gcs8034-13.cs: + * gcs8034-14.cs: + * gcs8034-15.cs: + * gcs8035-11.cs: + * gcs8035-12.cs: + * gcs8035-13.cs: + * gcs8035-14.cs: + * gcs8035-15.cs: Added new error tests to cover new variance rules. + + * gcs8039.cs: Removed. This case is now covered by -34. + +2009-02-04 Scott Peterson + + This patch is contributed under the MIT/X11 license. + + * errors.txt: Added new mono-specific errors codes -33 to -39 pertaining + to generic variance. + + * gcs8033.cs: + * gcs8033-2.cs: + * gcs8034.cs: + * gcs8034-2.cs: + * gcs8034-3.cs: + * gcs8034-4.cs: + * gcs8034-5.cs: + * gcs8034-6.cs: + * gcs8034-7.cs: + * gcs8034-8.cs: + * gcs8034-9.cs: + * gcs8034-10.cs: + * gcs8035.cs: + * gcs8035-2.cs: + * gcs8035-3.cs: + * gcs8035-4.cs: + * gcs8035-5.cs: + * gcs8035-6.cs: + * gcs8035-7.cs: + * gcs8035-8.cs: + * gcs8035-9.cs: + * gcs8035-10.cs: + * gcs8036.cs: + * gcs8036-2.cs: + * gcs8037.cs: + * gcs8037-2.cs: + * gcs8038.cs: + * gcs8038-2.cs: + * gcs8038-3.cs: + * gcs8039.cs: Added tests for new error codes. + + * gcs1525.cs: Updated error message to jive with new grammar. + + * gcs1644-15.cs: + * gcs1644-16.cs: Add tests for "unsupported feature" error in iso-2. + +2009-01-19 Zoltan Varga + + * Makefile (check): Add a standard check target. + +2008-11-04 Gert Driesen + + * cs1007-2.cs: New test from bug #436792. + +2008-04-04 Raja R Harinath + + * cs0119-4.cs, cs0119-5: New tests from #377028. + + * cs0219-3.cs: New test from #319508. + * cs0219-2.cs: New test from #324765. + +2008-03-14 Marek Safar + + * Makefile: New compiler-tester options. + +2008-02-25 Raja R Harinath + + * cs0152-3.cs: New testcase from #363791. + + * gcs1644-10.cs: Remove spurious error message. + +2008-02-17 Raja R Harinath + + * Makefile: Enable testing net_2_1 profile. + +2008-01-12 Raja R Harinath + + * Makefile (VALID_PROFILE): New. Disable tests for other profiles. + +2008-01-06 Gert Driesen + + * gcs0281.cs: Modified expected error message now that fix for bug + #315057 has been applied. + +2007-10-17 Gert Driesen + + * cs0177-8.cs: New test based on #325478. + +2007-10-09 Jb Evain + + * known-issues-mcs: test asserting that assembly + version check should work now. + +2007-10-07 Jb Evain + + * cs0647-17.cs: New test for assembly version verification. + +2007-10-03 Raja R Harinath + + * cs0120-10.cs: New test based on #328490. + +2007-08-24 Atsushi Enomoto + + * cs1570-12.cs : new test (bug #82565). + +2007-06-07 Raja R Harinath + + * cs0135-2.cs, cs0135-3.cs: New tests for parameter name + conflicts. + +2007-05-22 Scott Peterson + * gcs0271.cs, gcs0272.cs: Test automatic properties + for proper access control. + +2007-05-17 Raja R Harinath + + * cs0159-5.cs, cs0159-6.cs, cs0159-7.cs: New tests as + counterpoints to #81633. + +2007-05-15 Scott Peterson + * gcs0201.cs: + Make sure that Linq syntax fails correctly + when not compiling for Linq. + +2007-05-08 Scott Peterson + * gcs1526.cs: + * gcs1526-2.cs: + * gcs1031.cs: + Make sure that Linq syntax fails correctly + when not compiling for Linq. + +2007-05-02 Raja R Harinath + + * cs1534-2.cs: New test. Ensure that the error handling isn't + limited to only erroneous 3-argument operators. + +2007-04-09 Raja R Harinath + + * cs0103-5.cs: New test based on #81338. + +2007-03-21 Bill Holmes + * gcs0111-2.cs: + With the new member ordering change in class.cs, the error message + for this test has changed and now matches csc output. + + For Defect #79434 + + All code is contributed under the MIT/X11 license. + +2007-03-21 Bill Holmes + + * cs3005-6.cs + * cs3005-15.cs + With the changes to mcs/class.cs in r74702 these test + outputs are now different. The error messages are still correct + they are simply reporting the error on the other name due to the + new order objects are processed. + +2007-01-28 Raja R Harinath + + * gcs0411-3.cs: Rename to tests/gtest-309.cs. + +2006-11-19 Gert Driesen + + * cs1058.cs: Removed as CS1058 does not apply to 1.0 profile. + * gcs1058-1.cs, gcs1058-2.cs: Added tests for bug #79810. + +2006-10-26 Raja R Harinath + + * cs0165-13.cs: New test from #78820. + +2006-10-06 Raja R Harinath + + * cs0146-5.cs: New test from #79584. + 2006-10-04 Martin Baulig * known-issues-mcs, known-issues-gmcs: Update; the anonymous