- <#115#>It is used relatively rarely
so does not warrant being made into a statement.<#115#>
- <#176#>This is ugly --- the
language definition should require truncation towards zero.<#176#>
- <#421#>Specifying a buffer size currently has no effect on systems
that don't have <#238#>setvbuf()<#238#>. The interface to specify the buffer
size is not done using a method that calls <#239#>setvbuf()<#239#>, because
that may dump core when called after any I/O has been performed, and
there's no reliable way to determine whether this is the case.<#421#>
- <#393#>In the current implementation, local variable bindings
cannot normally be affected this way, but variables retrieved from
other scopes (e.g. modules) can be. This may change.<#393#>