From: Martin R. <ru...@us...> - 2010-04-26 16:11:30
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18281 Modified Files: README.FOO Log Message: updated fooelk information Index: README.FOO =================================================================== RCS file: /cvsroot/foo/fooelk/README.FOO,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README.FOO 24 Mar 2009 18:55:19 -0000 1.6 --- README.FOO 26 Apr 2010 16:11:22 -0000 1.7 *************** *** 2,28 **** -------------------- ! this is fooelk, an elk distribution based on elk-3.99.6 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.6 release are: - * P_Pow patch * read rationals reader extension patch * configure-option for gc type ! * initial heap size set to 4M (by default) * readline extension patch ! ! 1. * P_Pow patch ! ! exported P_Pow symbol, so that foo can use it. ! 2. * read rationals reader extension patch numbers specified in the form 3/4 are now accepted by the interpreter. ! 3. * configure-option for gc type you may choose the garbage collector used for the interpreter with --- 2,24 ---- -------------------- ! this is fooelk, an elk distribution based on elk-3.99.7 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.7 release are: * read rationals reader extension patch * configure-option for gc type ! * initial heap size set to 16M (by default) * readline extension patch ! * P_Pow patch [obsolete -> now in mainline elk] ! 1. * read rationals reader extension patch numbers specified in the form 3/4 are now accepted by the interpreter. ! 2. * configure-option for gc type you may choose the garbage collector used for the interpreter with *************** *** 31,38 **** unlike the original elk, the default in fooelk is stopncopy (due to a ! still unfixed bug in the generational gc). ! 4. * initial heap size set to 4M (by default) you may control the heap size by specifying --- 27,35 ---- unlike the original elk, the default in fooelk is stopncopy (due to a ! previously unfixed bug in the generational gc). Rumour has it that ! the generational gc bug was finally fixed, so you might give it a try. ! 3. * initial heap size set to 16M (by default) you may control the heap size by specifying *************** *** 43,47 **** ! 5. * readline extension patch configure looks for a license-compliant readline library on your --- 40,44 ---- ! 4. * readline extension patch configure looks for a license-compliant readline library on your *************** *** 79,84 **** headers in /opt/local/include (macports standard locations) ! if you installed macports into a different locations, you have to ! specify them to fooelk: env LDFLAGS="-L/opt/otherlocal/lib" \ --- 76,81 ---- headers in /opt/local/include (macports standard locations) ! if you installed macports to a different location, you have to specify ! them to fooelk: env LDFLAGS="-L/opt/otherlocal/lib" \ *************** *** 89,95 **** if you want to create a statically linked readline extension (which ! contains the the readline library itself, so that the extension is ! usable on another computer without this library installed), you may a ! really dirty configure time option: ./configure --enable-gnu-readline \ --- 86,92 ---- if you want to create a statically linked readline extension (which ! contains the readline library itself, such that the extension is ! usable on another computer without this library installed), you may ! issue a really dirty configure time option: ./configure --enable-gnu-readline \ *************** *** 132,134 **** ! last edited: 2009-03-09 martin rumori fo...@ru... --- 129,136 ---- ! 5. * P_Pow patch [obsolete] ! ! this patch is now part of the mainline elk ! ! ! last edited: 2010-04-26 martin rumori fo...@ru... |