From: Simon H. <sim...@us...> - 2010-09-30 16:56:33
|
Update of /cvsroot/stack/stack-dev/maxima/gendocs In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28438/maxima/gendocs Modified Files: genmaximadata.php Removed Files: maximafun-stack-1-0.php Log Message: Merging 2.2 branch (with some additional fixes to ensure seamless updating for version lines) Index: genmaximadata.php =================================================================== RCS file: /cvsroot/stack/stack-dev/maxima/gendocs/genmaximadata.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** genmaximadata.php 18 Sep 2007 16:23:07 -0000 1.1 --- genmaximadata.php 30 Sep 2010 16:56:22 -0000 1.2 *************** *** 20,2386 **** <tr><td></td><th align="left">Index Entry</th><th align="left"> Section</th></tr> <tr><td colspan="3"> <hr></td></tr> ! <tr><th><a name="SEC300_0">!</a></th><td></td><td></td></tr> ! <tr><td></td><td valign="top"><a href="maxima_5.html#IDX67"><code>!</code></a></td><td valign="top"><a href="maxima_5.html#SEC19">5.7 General operators</a></td></tr> ! <tr><td></td><td valign="top"><a href="maxima_5.html#IDX68"><code>!!</code></a></td><td valign="top"><a href="maxima_5.html#SEC19">5.7 General operators</a></td></tr> ! <tr><td colspan="3"> <hr></td></tr> ! <tr><th><a name="SEC300_1">"</a></th><td></td><td></td></tr> ! <tr><td colspan="3"> <hr></td></tr> ! <tr><th><a name="SEC300_2">#</a></th><td></td><td></td></tr> ! <tr><td></td><td valign="top"><a href="maxima_5.html#IDX69"><code>#</code></a></td><td valign="top"><a href="maxima_5.html#SEC19">5.7 General operators</a></td></tr> [...2444 lines suppressed...] echo "\n"; } *************** *** 2421,2427 **** } ! echo "</pre>"; ! ?> --- 84,91 ---- } ! //print_r($out[2]); ! //print_r($maxima_cmd); + echo "</pre>"; ?> --- maximafun-stack-1-0.php DELETED --- |