The R Project SVN R

Rev

Rev 63240 | Rev 63245 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63240 Rev 63241
Line 380... Line 380...
380
      \PR{15356})
380
      \PR{15356})
381
 
381
 
382
      \item \code{svd()} returned \code{NULL} rather than omitting
382
      \item \code{svd()} returned \code{NULL} rather than omitting
383
      components as documented.  (Found by Radford Neal; \PR{15360})
383
      components as documented.  (Found by Radford Neal; \PR{15360})
384
 
384
 
385
      \item \code{mclapply()} and \code{mcparallel()} with
385
      \item \code{mclapply()} and \code{mcparallel()} with \code{silent
386
      \code{silent=TRUE} could break a process that uses \code{stdout}
386
      = TRUE} could break a process that uses \code{stdout} output
387
      output unguarded against broken pipes (e.g., \code{zip} will fail
387
      unguarded against broken pipes (e.g., \code{zip} will fail
388
      silently). To work around such issues, they now replace
388
      silently). To work around such issues, they now replace
389
      \code{stdout} with a descriptor pointed to \file{/dev/null}
389
      \code{stdout} with a descriptor pointed to \file{/dev/null}
390
      instead. For this purpose, internal \code{closeStdout} and
390
      instead. For this purpose, internal \code{closeStdout} and
391
      \code{closeStderr} functions have gained the \code{to.null} flag.
391
      \code{closeStderr} functions have gained the \code{to.null} flag.
392
 
392
 
Line 404... Line 404...
404
 
404
 
405
      \item \code{mget()}, \code{seq.int()} and \code{numericDeriv()}
405
      \item \code{mget()}, \code{seq.int()} and \code{numericDeriv()}
406
      did not duplicate arguments properly. (\PR{15352}, \PR{15353},
406
      did not duplicate arguments properly. (\PR{15352}, \PR{15353},
407
      \PR{15354})
407
      \PR{15354})
408
 
408
 
409
      \item \code{kmeans()} now always stops iterating in the QTran
409
      \item \code{kmeans(algorithm = "Hartigan-Wong")} now always stops
410
      stage. (\PR{15364}).
410
      iterating in the QTran stage. (\PR{15364}).
411
 
411
 
412
      \item \code{read.dcf()} re-allocated incorrectly and so could
412
      \item \code{read.dcf()} re-allocated incorrectly and so could
413
      segfault when called on a file with lines of more than 100 bytes.
413
      segfault when called on a file with lines of more than 100 bytes.
414
    }
414
    }
415
  }
415
  }