Index: trunk/doc-rnd/indent.html =================================================================== --- trunk/doc-rnd/indent.html (revision 2496) +++ trunk/doc-rnd/indent.html (nonexistent) @@ -1,15 +0,0 @@ - - -

pcb-rnd - indentation

- -As of r1022 all old code is converted using indent(1) with the following -command line: - -
-indent --line-length128 -brs -br -nce --tab-size2 -ut -npsl  -npcs -hnl $*
-
-

-Contributors are kindly asked to follow this style or run the above commandline -on their code before sending a patch or commiting to svn. - - Index: trunk/doc-rnd/releasing.txt =================================================================== --- trunk/doc-rnd/releasing.txt (revision 2496) +++ trunk/doc-rnd/releasing.txt (nonexistent) @@ -1,11 +0,0 @@ -release check list - -0. test compile and test run a clean checkout on a clean system - use -ansi -pedantic if it works -1. check next version number and previous revision in tags/ -2. update the changelog -3. rewrite the release notes -4. modify version number in scconfig -5. update changelog in debian/ -6. commit trunk -7. svn tag using URLs Index: trunk/doc-rnd/c89.html =================================================================== --- trunk/doc-rnd/c89.html (revision 2496) +++ trunk/doc-rnd/c89.html (nonexistent) @@ -1,14 +0,0 @@ - - -

pcb-rnd - C89

- -The code is written in C, namely C89 for most parts with a few exceptions -written in C99. It's not yet decided whether the code will be C89 or C99 -long term. If it'll be C89, the C99 parts will be rewritten. If it'll be -C99, new code can use C99 features freely. Until the decision, keep -new code C89. Especlially watch out for these: - Index: trunk/doc-rnd/contrib.html =================================================================== --- trunk/doc-rnd/contrib.html (revision 2496) +++ trunk/doc-rnd/contrib.html (revision 2497) @@ -23,7 +23,7 @@ Developer freedom taken away:

@@ -35,7 +35,7 @@

  • especially in plugins, work on whatever you want, even if noone else needs that feature

    -Coding style/indentation: there's an unified style +Coding style/indentation: there's an unified style in core and core plugins. If you work on those parts, try to stick to it. If you are working on a new plugin, it's still the preferred style but you can use a different style. However, the rule is that if someone else starts hacking Index: trunk/doc-rnd/hacking/c89.html =================================================================== --- trunk/doc-rnd/hacking/c89.html (nonexistent) +++ trunk/doc-rnd/hacking/c89.html (revision 2497) @@ -0,0 +1,14 @@ + + +

    pcb-rnd - C89

    + +The code is written in C, namely C89 for most parts with a few exceptions +written in C99. It's not yet decided whether the code will be C89 or C99 +long term. If it'll be C89, the C99 parts will be rewritten. If it'll be +C99, new code can use C99 features freely. Until the decision, keep +new code C89. Especlially watch out for these: + Index: trunk/doc-rnd/hacking/indent.html =================================================================== --- trunk/doc-rnd/hacking/indent.html (nonexistent) +++ trunk/doc-rnd/hacking/indent.html (revision 2497) @@ -0,0 +1,15 @@ + + +

    pcb-rnd - indentation

    + +As of r1022 all old code is converted using indent(1) with the following +command line: + +
    +indent --line-length128 -brs -br -nce --tab-size2 -ut -npsl  -npcs -hnl $*
    +
    +

    +Contributors are kindly asked to follow this style or run the above commandline +on their code before sending a patch or commiting to svn. + + Index: trunk/doc-rnd/hacking/releasing.txt =================================================================== --- trunk/doc-rnd/hacking/releasing.txt (nonexistent) +++ trunk/doc-rnd/hacking/releasing.txt (revision 2497) @@ -0,0 +1,11 @@ +release check list + +0. test compile and test run a clean checkout on a clean system + use -ansi -pedantic if it works +1. check next version number and previous revision in tags/ +2. update the changelog +3. rewrite the release notes +4. modify version number in scconfig +5. update changelog in debian/ +6. commit trunk +7. svn tag using URLs Index: trunk/doc-rnd/index.html =================================================================== --- trunk/doc-rnd/index.html (revision 2496) +++ trunk/doc-rnd/index.html (revision 2497) @@ -58,7 +58,7 @@ Extra documentation: