Hello, I would like to add information about the Cilkplus branch into the svn.html webpage. Here is the patch for it (I generated it using cvs diff -p svn.html). Is this OK to commit? Am I sending this to the correct location/mailing list?
Thanks, Balaji V. Iyer. Index: svn.html *** svn.html 29 Mar 2013 17:07:16 -0000 1.182 --- svn.html 3 Apr 2013 18:43:15 -0000 *************** the command <code>svn log --stop-on-copy *** 523,528 **** --- 523,536 ---- <em>variable template for C++</em>. It is maintained by <a href="mailto:g...@gcc.gnu.org">Gabriel Dos Reis</a>.</dd> + <dt>cilkplus</dt> + <dd>This branch is for the development of + <a href="http://www.cilkplus.org">Cilk Plus</a> language extension support + on GCC and G++ compilers. This branch is maintained by + <a href="mailto:balaji.v.i...@intel.com">Balaji V. Iyer</a>. + Patches to this branch must be prefixed with <code>[cilkplus]</code> in the + subject line. It is also highly encouraged to CC the maintainer.</dd> + </dl> <h3 id="distrobranches">Distribution Branches</h3>