X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FCodingStyle;h=9d2deb9122f88a1b0759a16c4ba42b6c9272a885;hb=7579ea7c42a0f9c2b5f6f1c041b4568106f5e9b4;hp=aa78389f7b7d05d136764df67ef9e87fbc554fc5;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/CodingStyle b/mcs/CodingStyle index aa78389f7b7..9d2deb9122f 100644 --- a/mcs/CodingStyle +++ b/mcs/CodingStyle @@ -35,15 +35,6 @@ a MonoTODO, this will be useful in the future for our automated tools that can assist in developers porting their code. -* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds - - The defines NET_1_1 and NET_2_0 are used to include - features. When NET_2_0 is defined, it also implies that the - NET_1_1 is defined. - - To have code which is only available in an old version, use ONLY_1_0, - ONLY_1_1 - * Tagging buggy code If there is a bug in your implementation tag the problem by using @@ -384,36 +375,6 @@ And examining the output. -* ChangeLogs - - ChangeLogs are the files that we use to track the project - history. ChangeLogs are found one per directory, or in small - projects, one per project. - - The format looks like this: - - 2004-11-19 Raja R Harinath - - * Makefile (%-profiles): Go through an intermediate - set of rules. Move body to ... - (profiles-do--%): ... this. - (profiles-do--run-test): Customized rule that usefully - runs with 'make -j' and 'make -k'. - (profiles-do--all, profile-do--%--all): Orchestrate - the bootstrap process. - - * file.cs (MainForm): Updated version. - - The date, author, email address in the first line. - - From that point on a list of changes in a file-by-file basis, - describing what changes were done. - - This information must be cut and pasted into your commit - message, so the information ends up in two places: in the - subversion repository metadata and also on the source code - distirbution (which does not have the Subversion metadata). - * Warnings Avoid commiting code with warnings to the repository, the use