Branch: Tag:

2005-02-02

2005-02-02 09:13:47 by Per Hedbor <ph@opera.com>

Updated some docs. Stdio.cp should probably not crash and burn if the source file does not exist or is not statable.

Rev: lib/modules/Stdio.pmod/module.pmod:1.215

1785:    If <code>trim</code> is true, all <tt>'\r'</tt> characters will be removed    from the input.</p>   </dd> + <dt class='head--doc'>Note</dt> + <dd class='body--doc'><p>It's not supported to call this method more than once +  unless a call to <code>seek</code> is done in advance. Also note that it's +  not possible to intermingle calls to <code>read</code>, <code>gets</code> or other +  functions that read data with the line iterator, it will produce +  unexpected results since the internal buffer in the iterator will not +  contain sequential file-data in those cases.</p> + </dd>   <dt class='head--doc'>See also</dt>   <dd class='body--doc'><p><code>_get_iterator()</code></p>   </dd></dl>