From: <ai...@us...> - 2011-11-30 00:45:39
|
Revision: 12070 http://plplot.svn.sourceforge.net/plplot/?rev=12070&view=rev Author: airwin Date: 2011-11-30 00:45:32 +0000 (Wed, 30 Nov 2011) Log Message: ----------- Replace iso 85591 name with its utf8 equivalent to make this a pure utf8 file. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-11-29 22:47:37 UTC (rev 12069) +++ trunk/README.release 2011-11-30 00:45:32 UTC (rev 12070) @@ -1218,7 +1218,7 @@ Previous releases had an implicit limitation with respect to the number of vertices in a polygon. This was due to the use of statically defined arrays (to avoid allocating and freeing memory for each polygon -to be drawn). Jos\xE9 Luis Garc\xEDa Pallero found this limitation and +to be drawn). José Luis García Pallero found this limitation and provided patches to eliminate this limitation. The strategy is that for small polygons, the original statically defined arrays are used and for large polygons new arrays are allocated and freed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |