Next | Query returned 311 messages, browsing 281 to 290 | Previous

History of commit frequency

CVS Commit History:


   2004-05-18 13:27:29 by Masao Uebayashi | Files touched by this commit (2)
Log message:
Enable pkgviews installation.
   2004-05-08 00:47:26 by Mark Davies | Files touched by this commit (17) | Package removed
Log message:
R assumes it can append to the DESCRIPTION files of each R package while
building even though it uses INSTALL_DATA on them so set SHAREMODE=644
rather than have to patch an ever increasing number of files.
Idea from Julio M. Merino Vidal.
   2004-04-27 23:26:09 by Soren Jacobsen | Files touched by this commit (11)
Log message:
Convert to buildlink3.
   2004-04-27 13:24:31 by Mark Davies | Files touched by this commit (14)
Log message:
Update R to 1.9.0 and buildlink3ify

USER-VISIBLE CHANGES

    o   Underscore '_' is now allowed in syntactically valid names, and
        make.names() no longer changes underscores.  Very old code
        that makes use of underscore for assignment may now give
        confusing error messages.

    o   Package 'base' has been split into packages 'base', 'graphics',
        'stats' and 'utils'.  All four are loaded in a default
        installation, but the separation allows a 'lean and mean'
        version of R to be used for tasks such as building indices.

        Packages ctest, eda, modreg, mva, nls, stepfun and ts have been
        merged into stats, and lqs has been returned to MASS.  In all
        cases a stub has been left that will issue a warning and ensure
        that the appropriate new home is loaded.  All the time series
        datasets have been moved to package stats.  Sweave has been
        moved to utils.

        Package mle has been moved to stats4 which will become the
        central place for statistical S4 classes and methods
        distributed with base R.  Package mle remains as a stub.

        Users may notice that code in .Rprofile is run with only the
        new base loaded and so functions may now not be found.  For
        example, ps.options(horizontal = TRUE) should be preceded by
        library(graphics) or called as graphics::ps.options or,
        better, set as a hook -- see ?setHook.

    o   There has been a concerted effort to speed up the startup of
        an R session: it now takes about 2/3rds of the time of 1.8.1.

    o   A warning is issued at startup in a UTF-8 locale, as currently R
        only supports single-byte encodings.

plus many new features and bug fixes.
   2004-03-30 18:49:32 by Jim Wise | Files touched by this commit (2)
Log message:
Fix build against newest X11.  for some obscure reason, src/modules/x11/dataentry.c
explicitly unset NeedFunctionPrototypes, which can no longer safely be done in recent
X11 sources (as _Xconst is only defined if this is set, yet is used everywhere).
   2004-03-11 22:04:47 by Mark Davies | Files touched by this commit (1)
Log message:
Switch to using tk8.4
bump PKGREVISION
   2004-03-08 21:27:17 by Min Sik Kim | Files touched by this commit (83) | Package updated
Log message:
Enable tk84 and replace x11/tk with x11/tk83.  Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
   2004-03-01 12:42:13 by Mark Davies | Files touched by this commit (1)
Log message:
USE_LANGUAGES= c fortran
   2004-01-24 14:58:23 by grant beattie | Files touched by this commit (14)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
   2004-01-20 13:20:05 by Alistair G. Crooks | Files touched by this commit (39)
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.

Next | Query returned 311 messages, browsing 281 to 290 | Previous