[Ecls-list] Latest changes
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Fri Nov 27 15:09:13 UTC 2009
- The floating point environment is cleared before handling the
corresponding exceptions (underflow, overflow, etc). Without doing
this, the Windows platform entered and infinite loop.
- ECL supports Windows UNC paths
(with-open-file (s #P"//JUANJO-IMAC/Public Folder/index.html"
:direction :input)
(loop for l = (read-line s nil nil)
while l
do (princ l)))
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
More information about the ecl-devel
mailing list