------------------------------------------------------------------------
r40331 | ripley | 2006-12-31 02:21:57 -0500 (Sun, 31 Dec 2006) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/R/print.R
   M /trunk/src/library/base/man/data.matrix.Rd
   M /trunk/src/library/base/man/matrix.Rd
   M /trunk/src/library/stats/R/dist.R
   M /trunk/src/library/stats/man/dist.Rd

add ... argument to as.matrix

------------------------------------------------------------------------
r40332 | ripley | 2007-01-01 03:34:51 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.win

clean up better
------------------------------------------------------------------------
r40333 | ripley | 2007-01-01 07:27:04 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/graphapp/windows.c

change show() to use SH_SHOW and not SH_SHOWNORMAL
------------------------------------------------------------------------
r40334 | ripley | 2007-01-01 07:29:04 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES
   M /branches/R-2-4-branch/src/gnuwin32/graphapp/windows.c

port r40333 from trunk
------------------------------------------------------------------------
r40335 | hornik | 2007-01-01 09:45:11 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40336 | hornik | 2007-01-01 09:45:13 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40337 | ripley | 2007-01-01 09:55:20 -0500 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/frametools.R
   M /trunk/src/library/utils/man/stack.Rd

[as.]formula are in pkg stats, and need to avoid a loading loop so use stats::

------------------------------------------------------------------------
r40338 | hornik | 2007-01-01 18:40:18 -0500 (Mon, 01 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Change obsolescent warning to message.
------------------------------------------------------------------------
r40339 | ripley | 2007-01-01 20:37:07 -0500 (Mon, 01 Jan 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/library/base/man/Memory.Rd

clarification of --slave does
updates on Windows memory management

------------------------------------------------------------------------
r40340 | ripley | 2007-01-02 03:02:51 -0500 (Tue, 02 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/scripts/R.sh.in
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c

add -f/--file options
------------------------------------------------------------------------
r40341 | ripley | 2007-01-02 07:45:44 -0500 (Tue, 02 Jan 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi

add comments about R_DEFAULT_PACKAGES
add index of environmental variables

------------------------------------------------------------------------
r40342 | ripley | 2007-01-02 16:17:03 -0500 (Tue, 02 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/R/format.R
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/library/base/R/mean.R
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/R/time.R
   M /trunk/src/library/base/man/mean.Rd
   M /trunk/src/library/graphics/R/boxplot.R
   M /trunk/src/library/stats/R/StructTS.R
   M /trunk/src/library/stats/R/arima.R
   M /trunk/src/library/stats/R/arma0.R
   M /trunk/src/library/stats/R/loess.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/princomp.R
   M /trunk/src/library/stats/R/quantile.R
   M /trunk/src/library/utils/R/iconv.R
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/R/read.DIF.R
   M /trunk/src/library/utils/R/read.fwf.R
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/tests/arith-true.R
   M /trunk/tests/arith-true.Rout.save

make use of typed NA constants
remove redundant code in mean.default

------------------------------------------------------------------------
r40343 | ripley | 2007-01-03 06:19:25 -0500 (Wed, 03 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tcltk/man/TclInterface.Rd

one typo
layout issues

------------------------------------------------------------------------
r40344 | ripley | 2007-01-03 06:22:35 -0500 (Wed, 03 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/debugger.R
   M /trunk/src/library/utils/man/debugger.Rd

tweaks

------------------------------------------------------------------------
r40345 | ripley | 2007-01-03 07:13:03 -0500 (Wed, 03 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/printutils.c

turn on the ability to print/deparse invalid strings in a MBCS locale.

------------------------------------------------------------------------
r40346 | ripley | 2007-01-03 07:19:24 -0500 (Wed, 03 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS

port r40345 from trunk
------------------------------------------------------------------------
r40347 | ripley | 2007-01-03 07:20:20 -0500 (Wed, 03 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/main/printutils.c

port r40345 from trunk
------------------------------------------------------------------------
r40348 | ripley | 2007-01-03 08:34:04 -0500 (Wed, 03 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Quotes.Rd
   M /trunk/src/main/printutils.c

change deparsing of invalid bytes, update documentation.

------------------------------------------------------------------------
r40349 | ripley | 2007-01-03 10:36:48 -0500 (Wed, 03 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/unix/system.c

allow --file=- for stdin
------------------------------------------------------------------------
r40350 | ripley | 2007-01-04 02:35:58 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/recover.Rd

remove old warning
------------------------------------------------------------------------
r40351 | ripley | 2007-01-04 02:48:06 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in

add check for execv
------------------------------------------------------------------------
r40352 | maechler | 2007-01-04 04:12:37 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h

R_do_slot unneeded in Defn.h; already in Rinternals.h
------------------------------------------------------------------------
r40353 | maechler | 2007-01-04 04:13:26 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/attrib.c

UNPROTECT cosmetic in R_do_slot
------------------------------------------------------------------------
r40354 | maechler | 2007-01-04 05:37:38 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/appl/integrate.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/apply.R
   M /trunk/src/library/base/R/dput.R
   M /trunk/src/library/base/R/paste.R
   M /trunk/src/library/base/R/sweep.R
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/library/graphics/man/abline.Rd
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/man/getMethod.Rd
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/names.c
   M /trunk/src/main/util.c
   M /trunk/src/scripts/R.sh.in

extra example (accidentally not part of r40330)
------------------------------------------------------------------------
r40355 | ripley | 2007-01-04 05:49:49 -0500 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/regex.Rd

add emphasis, small amount of extra info

------------------------------------------------------------------------
r40356 | maechler | 2007-01-04 05:50:50 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/appl/integrate.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/apply.R
   M /trunk/src/library/base/R/dput.R
   M /trunk/src/library/base/R/paste.R
   M /trunk/src/library/base/R/sweep.R
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/man/getMethod.Rd
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/names.c
   M /trunk/src/main/util.c

undo accidental parts of rev 40354
------------------------------------------------------------------------
r40357 | maechler | 2007-01-04 05:51:50 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/R.sh.in

undo last accidental part of rev 40354
------------------------------------------------------------------------
r40358 | maechler | 2007-01-04 06:07:04 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/main/util.c

eliminate CHAR_STAR in methods/src/ as per old "todo"
------------------------------------------------------------------------
r40359 | ripley | 2007-01-04 06:08:27 -0500 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/regex.Rd

add refs to online PCRE man pages

------------------------------------------------------------------------
r40360 | maechler | 2007-01-04 06:08:56 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/attrib.c

cosmetic in R_do_class*
------------------------------------------------------------------------
r40361 | ripley | 2007-01-04 06:09:03 -0500 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/gnuwin32/front-ends/Makefile
   A /trunk/src/library/utils/man/Rscript.Rd
   M /trunk/src/unix/Makefile.in
   A /trunk/src/unix/Rscript.c

add Rscript front-end

------------------------------------------------------------------------
r40362 | ripley | 2007-01-04 09:11:53 -0500 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/appl/fmin.c
   M /trunk/tests/reg-tests-1.R

Fix PR#9438, make fmin.c a closer translation of the original Fortran

------------------------------------------------------------------------
r40363 | ripley | 2007-01-04 09:20:35 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/appl/fmin.c
   M /branches/R-2-4-branch/tests/reg-tests-1.R

port r40362 from trunk
------------------------------------------------------------------------
r40364 | maechler | 2007-01-04 11:46:35 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/promptClass.R

cosmetic; Example: showClass()
------------------------------------------------------------------------
r40365 | maechler | 2007-01-04 11:48:47 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/browseEnv.Rd

ask in example
------------------------------------------------------------------------
r40366 | maechler | 2007-01-04 11:52:23 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/eapply.Rd
   M /trunk/src/library/base/man/lapply.Rd

eapply..
------------------------------------------------------------------------
r40367 | maechler | 2007-01-04 11:56:39 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/man/getMethod.Rd
   M /trunk/src/library/methods/src/RSMethods.h

experimental selectMethod(*, verbose)
------------------------------------------------------------------------
r40368 | ripley | 2007-01-04 12:37:16 -0500 (Thu, 04 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/regex.Rd

port comments from trunk
------------------------------------------------------------------------
r40369 | maechler | 2007-01-05 02:41:27 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/paste.R

using lapply + another comment
------------------------------------------------------------------------
r40370 | ripley | 2007-01-05 02:58:44 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Rscript.c

set properties
------------------------------------------------------------------------
r40371 | ripley | 2007-01-05 04:06:25 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Rscript.c

post-process version number
------------------------------------------------------------------------
r40372 | ripley | 2007-01-05 04:21:20 -0500 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/main/connections.c

allow file("stdin") as distinct from stdin()

------------------------------------------------------------------------
r40373 | ripley | 2007-01-05 06:51:49 -0500 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/library/base/man/readLines.Rd
   M /trunk/src/library/base/man/scan.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/library/utils/man/Rscript.Rd
   M /trunk/src/library/utils/man/read.table.Rd

add some comments about stdin() vs file("stdin")

------------------------------------------------------------------------
r40374 | ripley | 2007-01-05 06:59:06 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/it/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ko/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/graphics/po/R-fr.po
   M /trunk/src/library/graphics/po/R-graphics.pot
   M /trunk/src/library/graphics/po/R-it.po
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/graphics/po/R-ko.po
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/splines/po/en@quot.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

translation updates
------------------------------------------------------------------------
r40375 | ripley | 2007-01-05 07:23:05 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R
   M /trunk/src/library/tcltk/R/unix/zzz.R
   M /trunk/src/library/tcltk/R/unix/zzzstub.R
   M /trunk/src/library/tcltk/R/utils.R
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/R-tcltk.mo
   A /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/R-tcltk.mo
   A /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/it/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ko/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/pt_BR/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/man/tkStartGUI.Rd
   M /trunk/src/library/tcltk/po/R-en@quot.po
   M /trunk/src/library/tcltk/po/R-fr.po
   M /trunk/src/library/tcltk/po/R-it.po
   M /trunk/src/library/tcltk/po/R-ja.po
   M /trunk/src/library/tcltk/po/R-ko.po
   M /trunk/src/library/tcltk/po/R-pt_BR.po
   M /trunk/src/library/tcltk/po/R-ru.po
   M /trunk/src/library/tcltk/po/R-tcltk.pot
   A /trunk/src/library/tcltk/po/en@quot.po
   A /trunk/src/library/tcltk/po/fr.po
   A /trunk/src/library/tcltk/po/tcltk.pot
   M /trunk/src/library/tcltk/src/tcltk.c

tcltk update from Philippe Grosjean (mainly translations)
------------------------------------------------------------------------
r40376 | ripley | 2007-01-05 08:37:18 -0500 (Fri, 05 Jan 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/R/locales.R
   M /trunk/src/library/base/man/getenv.Rd
   M /trunk/src/library/base/man/putenv.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/sysutils.c

add Sys.unsetenv, 'empty' arg to Sys.getenv.
prefer setenv to putenv.
Make .Internal names consistent (for error messages) by adding Sys. if missing

------------------------------------------------------------------------
r40377 | ripley | 2007-01-05 08:39:31 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo
------------------------------------------------------------------------
r40378 | ripley | 2007-01-05 09:18:17 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/Renviron.c

use setenv if available
------------------------------------------------------------------------
r40379 | ripley | 2007-01-05 12:26:37 -0500 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/cat.Rd

'sep' was (seriously) incorrectly documented

------------------------------------------------------------------------
r40380 | hornik | 2007-01-05 12:36:20 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40381 | hornik | 2007-01-05 12:36:22 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40382 | ripley | 2007-01-05 12:38:28 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/cat.Rd

port r40379 from trunk
------------------------------------------------------------------------
r40383 | ripley | 2007-01-05 14:12:37 -0500 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/lm.R

$residuals was incorrect for a null model wiht offset

------------------------------------------------------------------------
r40384 | ripley | 2007-01-05 14:15:03 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/library/stats/R/lm.R

port r40382 from trunk
------------------------------------------------------------------------
r40385 | murdoch | 2007-01-05 15:16:46 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

Typo
------------------------------------------------------------------------
r40386 | ripley | 2007-01-05 17:34:47 -0500 (Fri, 05 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

tweaks
------------------------------------------------------------------------
r40387 | ripley | 2007-01-06 04:28:52 -0500 (Sat, 06 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/man/putenv.Rd

add additional chack to Sys.putenv, improve docs

------------------------------------------------------------------------
r40388 | ripley | 2007-01-06 04:30:09 -0500 (Sat, 06 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/putenv.Rd

the function is Sys.putenv
------------------------------------------------------------------------
r40389 | ripley | 2007-01-06 04:34:10 -0500 (Sat, 06 Jan 2007) | 1 line
Changed paths:
   A /trunk/src/library/base/man/Sys.getenv.Rd (from /trunk/src/library/base/man/getenv.Rd:40388)
   A /trunk/src/library/base/man/Sys.getpid.Rd (from /trunk/src/library/base/man/getpid.Rd:40388)
   A /trunk/src/library/base/man/Sys.localeconv.Rd (from /trunk/src/library/base/man/localeconv.Rd:40388)
   A /trunk/src/library/base/man/Sys.putenv.Rd (from /trunk/src/library/base/man/putenv.Rd:40388)
   D /trunk/src/library/base/man/getenv.Rd
   D /trunk/src/library/base/man/getpid.Rd
   D /trunk/src/library/base/man/localeconv.Rd
   D /trunk/src/library/base/man/putenv.Rd

tidy up file names
------------------------------------------------------------------------
r40390 | ripley | 2007-01-06 05:05:58 -0500 (Sat, 06 Jan 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in

test for unsetenv substitutes
------------------------------------------------------------------------
r40391 | ripley | 2007-01-06 05:28:59 -0500 (Sat, 06 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/datetime.c
   M /trunk/src/main/sysutils.c

update for unstenv substitutes and for preference for setenv.

------------------------------------------------------------------------
r40392 | ripley | 2007-01-06 06:45:19 -0500 (Sat, 06 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/man/Sys.getenv.Rd
   M /trunk/src/library/base/man/Sys.putenv.Rd
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/sysutils.c

tweaks to environment variables

------------------------------------------------------------------------
r40393 | ripley | 2007-01-06 12:55:19 -0500 (Sat, 06 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/Sys.getenv.Rd
   M /trunk/src/library/base/man/Sys.putenv.Rd
   M /trunk/src/library/grDevices/R/unix/x11.R
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tools/R/admin.R

add Sys.setenv and make use of it.
change second argument on Sys.getenv to 'unset'.

------------------------------------------------------------------------
r40394 | ripley | 2007-01-06 12:56:14 -0500 (Sat, 06 Jan 2007) | 1 line
Changed paths:
   D /trunk/src/library/base/man/Sys.putenv.Rd
   A /trunk/src/library/base/man/Sys.setenv.Rd (from /trunk/src/library/base/man/Sys.putenv.Rd:40393)

change preferred name
------------------------------------------------------------------------
r40395 | ripley | 2007-01-06 17:34:30 -0500 (Sat, 06 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r40396 | ripley | 2007-01-07 11:55:16 -0500 (Sun, 07 Jan 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/man/Sys.getenv.Rd
   M /trunk/src/library/utils/man/Rscript.Rd
   M /trunk/src/unix/Rscript.c
   M /trunk/src/unix/system.c

sort the results of Sys.getenv()
add '-e expr' command-line option.
make --no-save the default if -e or -f is used.

------------------------------------------------------------------------
r40397 | ripley | 2007-01-07 12:35:37 -0500 (Sun, 07 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

corrections, updates
------------------------------------------------------------------------
r40398 | ripley | 2007-01-07 16:08:38 -0500 (Sun, 07 Jan 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/etc/Makeconf.in

record how to strip shlibs, from libtool
------------------------------------------------------------------------
r40399 | ripley | 2007-01-08 02:11:12 -0500 (Mon, 08 Jan 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/extra/Makefile.in
   M /trunk/src/extra/blas/Makefile.in
   M /trunk/src/library/Makefile.in
   M /trunk/src/main/Makefile.in
   M /trunk/src/modules/X11/Makefile.in
   M /trunk/src/modules/internet/Makefile.in
   M /trunk/src/modules/lapack/Makefile.in
   M /trunk/src/modules/vfonts/Makefile.in
   M /trunk/src/scripts/Makefile.in
   M /trunk/src/unix/Makefile.in

make install-strip
------------------------------------------------------------------------
r40400 | ripley | 2007-01-08 04:14:46 -0500 (Mon, 08 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/nmath/standalone/Makefile.in
   M /trunk/src/nmath/standalone/README
   A /trunk/src/nmath/standalone/libRmath.pc.in
   M /trunk/src/unix/Makefile.in
   A /trunk/src/unix/libR.pc.in

add install-strip target in src/nmath/standalone.
add pkg-config files for libR and libRmath.

------------------------------------------------------------------------
r40401 | urbaneks | 2007-01-08 17:54:14 -0500 (Mon, 08 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/datetime.c
   M /trunk/src/main/sysutils.c

Request POSIX 1003.1-2001 on OS X to get correct unsetenv
------------------------------------------------------------------------
r40402 | ripley | 2007-01-09 02:44:52 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-intro.texi

more on how #! works

------------------------------------------------------------------------
r40403 | ripley | 2007-01-09 02:49:12 -0500 (Tue, 09 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/Sys.setenv.Rd
   M /trunk/src/main/datetime.c
   M /trunk/src/main/sysutils.c

don't make use of unsetenv value as FreeBSD does not have it,
but test afterwards.

------------------------------------------------------------------------
r40404 | ripley | 2007-01-09 02:55:11 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/datetime.c

typo in last change
------------------------------------------------------------------------
r40405 | ripley | 2007-01-09 03:31:49 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/strptime.Rd

add links
------------------------------------------------------------------------
r40406 | ripley | 2007-01-09 03:34:05 -0500 (Tue, 09 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/main/datetime.c

to find isdst correctly we need to set the timezone:
will not work correctly on Windows with named timezones (but little does)

------------------------------------------------------------------------
r40407 | hornik | 2007-01-09 03:37:48 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40408 | hornik | 2007-01-09 03:37:51 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40409 | ripley | 2007-01-09 04:01:07 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/po/R.pot
   M /branches/R-2-4-branch/po/de.gmo
   M /branches/R-2-4-branch/po/de.po
   M /branches/R-2-4-branch/po/en.gmo
   M /branches/R-2-4-branch/po/en.po
   M /branches/R-2-4-branch/po/en@quot.gmo
   M /branches/R-2-4-branch/po/en@quot.po
   M /branches/R-2-4-branch/po/en_GB.gmo
   M /branches/R-2-4-branch/po/en_GB.po
   M /branches/R-2-4-branch/po/es.gmo
   M /branches/R-2-4-branch/po/es.po
   M /branches/R-2-4-branch/po/fr.gmo
   M /branches/R-2-4-branch/po/fr.po
   M /branches/R-2-4-branch/po/it.gmo
   M /branches/R-2-4-branch/po/it.po
   M /branches/R-2-4-branch/po/ja.gmo
   M /branches/R-2-4-branch/po/ja.po
   M /branches/R-2-4-branch/po/ko.gmo
   M /branches/R-2-4-branch/po/ko.po
   M /branches/R-2-4-branch/po/pt_BR.gmo
   M /branches/R-2-4-branch/po/pt_BR.po
   M /branches/R-2-4-branch/po/ru.gmo
   M /branches/R-2-4-branch/po/ru.po
   M /branches/R-2-4-branch/po/zh_CN.gmo
   M /branches/R-2-4-branch/po/zh_CN.po
   M /branches/R-2-4-branch/po/zh_TW.gmo
   M /branches/R-2-4-branch/po/zh_TW.po
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   A /branches/R-2-4-branch/src/library/grDevices/inst/po/grDevices-zh_CN/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/grDevices-zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /branches/R-2-4-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   A /branches/R-2-4-branch/src/library/grDevices/po/R-grDevices-zh_CN.po
   M /branches/R-2-4-branch/src/library/grDevices/po/en@quot.po
   M /branches/R-2-4-branch/src/library/grDevices/po/en_GB.po
   M /branches/R-2-4-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-4-branch/src/library/grDevices/po/grDevices-zh_CN.po
   M /branches/R-2-4-branch/src/library/grDevices/po/grDevices.pot
   M /branches/R-2-4-branch/src/library/grDevices/po/it.po
   M /branches/R-2-4-branch/src/library/grDevices/po/ko.po
   M /branches/R-2-4-branch/src/library/grDevices/po/ru.po
   A /branches/R-2-4-branch/src/library/graphics/inst/po/graphics-zh_CN
   A /branches/R-2-4-branch/src/library/graphics/inst/po/graphics-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/graphics/inst/po/graphics-zh_CN/LC_MESSAGES/R-graphics.mo
   A /branches/R-2-4-branch/src/library/graphics/po/R-graphics-zh_CN.po
   A /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN
   A /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES/R-grid.mo
   A /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES/grid.mo
   A /branches/R-2-4-branch/src/library/grid/po/R-grid-zh_CN.po
   M /branches/R-2-4-branch/src/library/grid/po/en@quot.po
   A /branches/R-2-4-branch/src/library/grid/po/grid-zh_CN.po
   A /branches/R-2-4-branch/src/library/methods/inst/po/methods-zh_CN
   A /branches/R-2-4-branch/src/library/methods/inst/po/methods-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/methods/inst/po/methods-zh_CN/LC_MESSAGES/methods.mo
   M /branches/R-2-4-branch/src/library/methods/po/en@quot.po
   A /branches/R-2-4-branch/src/library/methods/po/methods-zh_CN.po
   A /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN
   A /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES/R-splines.mo
   A /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES/splines.mo
   A /branches/R-2-4-branch/src/library/splines/po/R-splines-zh_CN.po
   M /branches/R-2-4-branch/src/library/splines/po/en@quot.po
   A /branches/R-2-4-branch/src/library/splines/po/splines-zh_CN.po
   M /branches/R-2-4-branch/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   A /branches/R-2-4-branch/src/library/stats/inst/po/stats-zh_CN
   A /branches/R-2-4-branch/src/library/stats/inst/po/stats-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/stats/inst/po/stats-zh_CN/LC_MESSAGES/stats.mo
   M /branches/R-2-4-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /branches/R-2-4-branch/src/library/stats/po/R-en@quot.po
   M /branches/R-2-4-branch/src/library/stats/po/R-fr.po
   M /branches/R-2-4-branch/src/library/stats/po/R-it.po
   M /branches/R-2-4-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-4-branch/src/library/stats/po/R-ko.po
   M /branches/R-2-4-branch/src/library/stats/po/R-pt_BR.po
   M /branches/R-2-4-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-4-branch/src/library/stats/po/R-stats.pot
   M /branches/R-2-4-branch/src/library/stats/po/R-zh_CN.po
   M /branches/R-2-4-branch/src/library/stats/po/en@quot.po
   A /branches/R-2-4-branch/src/library/stats/po/stats-zh_CN.po
   A /branches/R-2-4-branch/src/library/stats4/inst/po/stats4-zh_CN
   A /branches/R-2-4-branch/src/library/stats4/inst/po/stats4-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/stats4/inst/po/stats4-zh_CN/LC_MESSAGES/R-stats4.mo
   A /branches/R-2-4-branch/src/library/stats4/po/R-stats4-zh_CN.po
   A /branches/R-2-4-branch/src/library/tcltk/inst/po/tcltk-zh_CN
   A /branches/R-2-4-branch/src/library/tcltk/inst/po/tcltk-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/tcltk/inst/po/tcltk-zh_CN/LC_MESSAGES/R-tcltk.mo
   A /branches/R-2-4-branch/src/library/tcltk/po/R-tcltk-zh_CN.po
   A /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN
   A /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES
   A /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES/R-tools.mo
   A /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES/tools.mo
   A /branches/R-2-4-branch/src/library/tools/po/R-tools-zh_CN.po
   M /branches/R-2-4-branch/src/library/tools/po/en@quot.po
   A /branches/R-2-4-branch/src/library/tools/po/tools-zh_CN.po

add more zh_CN translations
------------------------------------------------------------------------
r40410 | ripley | 2007-01-09 04:03:53 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   A /trunk/src/library/grDevices/inst/po/grDevices-zh_CN/LC_MESSAGES/R-grDevices.mo
   A /trunk/src/library/grDevices/po/R-grDevices-zh_CN.po
   A /trunk/src/library/graphics/inst/po/graphics-zh_CN
   A /trunk/src/library/graphics/inst/po/graphics-zh_CN/LC_MESSAGES
   A /trunk/src/library/graphics/inst/po/graphics-zh_CN/LC_MESSAGES/R-graphics.mo
   A /trunk/src/library/graphics/po/R-graphics-zh_CN.po
   A /trunk/src/library/grid/inst/po/grid-zh_CN
   A /trunk/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES
   A /trunk/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES/R-grid.mo
   A /trunk/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES/grid.mo
   A /trunk/src/library/grid/po/R-grid-zh_CN.po
   A /trunk/src/library/grid/po/grid-zh_CN.po
   A /trunk/src/library/methods/inst/po/methods-zh_CN
   A /trunk/src/library/methods/inst/po/methods-zh_CN/LC_MESSAGES
   A /trunk/src/library/methods/inst/po/methods-zh_CN/LC_MESSAGES/methods.mo
   A /trunk/src/library/methods/po/methods-zh_CN.po
   A /trunk/src/library/splines/inst/po/splines-zh_CN
   A /trunk/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES
   A /trunk/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES/R-splines.mo
   A /trunk/src/library/splines/inst/po/splines-zh_CN/LC_MESSAGES/splines.mo
   A /trunk/src/library/splines/po/R-splines-zh_CN.po
   A /trunk/src/library/splines/po/splines-zh_CN.po
   A /trunk/src/library/stats/inst/po/stats-zh_CN
   A /trunk/src/library/stats/inst/po/stats-zh_CN/LC_MESSAGES
   A /trunk/src/library/stats/inst/po/stats-zh_CN/LC_MESSAGES/stats.mo
   A /trunk/src/library/stats/po/stats-zh_CN.po
   A /trunk/src/library/stats4/inst/po/stats4-zh_CN
   A /trunk/src/library/stats4/inst/po/stats4-zh_CN/LC_MESSAGES
   A /trunk/src/library/stats4/inst/po/stats4-zh_CN/LC_MESSAGES/R-stats4.mo
   A /trunk/src/library/stats4/po/R-stats4-zh_CN.po
   A /trunk/src/library/tcltk/inst/po/tcltk-zh_CN
   A /trunk/src/library/tcltk/inst/po/tcltk-zh_CN/LC_MESSAGES
   A /trunk/src/library/tcltk/inst/po/tcltk-zh_CN/LC_MESSAGES/R-tcltk.mo
   A /trunk/src/library/tcltk/po/R-tcltk-zh_CN.po
   A /trunk/src/library/tools/inst/po/tools-zh_CN
   A /trunk/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES
   A /trunk/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES/R-tools.mo
   A /trunk/src/library/tools/inst/po/tools-zh_CN/LC_MESSAGES/tools.mo
   A /trunk/src/library/tools/po/R-tools-zh_CN.po
   A /trunk/src/library/tools/po/tools-zh_CN.po
   M /trunk/src/library/utils/po/R-zh_CN.po
   M /trunk/src/scripts/Makefile.in

add more zh_CN translations
------------------------------------------------------------------------
r40411 | ripley | 2007-01-09 04:59:50 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/library/base/man/sys.source.Rd

link to sys.source, add example for sys.source

------------------------------------------------------------------------
r40412 | ripley | 2007-01-09 05:32:19 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/strptime.Rd
   M /trunk/src/main/datetime.c

copy 'tz' to object if set in strptime
------------------------------------------------------------------------
r40413 | ripley | 2007-01-09 08:02:45 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

yet more on shell scripts
------------------------------------------------------------------------
r40414 | ripley | 2007-01-09 08:52:13 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/oneway.test.R

allow non-literal formulae in oneway.test.

------------------------------------------------------------------------
r40415 | ripley | 2007-01-09 08:54:02 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/library/stats/R/oneway.test.R

port r40414 from trunk
------------------------------------------------------------------------
r40416 | ripley | 2007-01-09 08:59:16 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/utils/man/unix/BATCH.Rd
   M /trunk/src/library/utils/man/windows/BATCH.Rd
   M /trunk/src/scripts/BATCH

clean up use of options(echo=TRUE) on Unix-alike BATCH

------------------------------------------------------------------------
r40417 | ripley | 2007-01-09 10:18:12 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c
   M /trunk/src/scripts/BATCH

use -f in R CMD BATCH to allow the use of file("stdin")

------------------------------------------------------------------------
r40418 | ripley | 2007-01-09 10:23:18 -0500 (Tue, 09 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/po/R-fr.po
   M /trunk/src/library/grid/po/R-grid.pot
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-ko.po
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/methods-zh_CN.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/src/methods_list_dispatch.c

fixes in error messages

------------------------------------------------------------------------
r40419 | ripley | 2007-01-09 17:14:21 -0500 (Tue, 09 Jan 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/editor.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/base/R/message.R
   M /trunk/src/library/base/R/range.R
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/base/man/range.Rd
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/names.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/src/unix/Rscript.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c

allow min/max/range to handle character data.
small change to message to allows messages without \n (more to come)
update some copyright dates

------------------------------------------------------------------------
r40420 | ripley | 2007-01-09 18:14:40 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/message.R

spurious space
------------------------------------------------------------------------
r40421 | urbaneks | 2007-01-09 18:32:57 -0500 (Tue, 09 Jan 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in

Use otool64 for 64-bit framework if necessary
------------------------------------------------------------------------
r40422 | ripley | 2007-01-10 02:38:30 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/summary.c

missing break
------------------------------------------------------------------------
r40423 | ripley | 2007-01-10 02:59:51 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

add complex sum/prod regression test
------------------------------------------------------------------------
r40424 | hornik | 2007-01-10 03:46:45 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40425 | hornik | 2007-01-10 03:46:47 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40426 | ripley | 2007-01-10 03:54:12 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extremes.Rd

details were in \value
------------------------------------------------------------------------
r40427 | ripley | 2007-01-10 06:47:05 -0500 (Wed, 10 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/message.R
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/tcltk/R/unix/zzz.R
   M /trunk/src/library/tcltk/R/unix/zzzstub.R
   M /trunk/src/library/tcltk/R/windows/zzz.R

more on messages (somewhat experimental)

------------------------------------------------------------------------
r40428 | ripley | 2007-01-10 07:39:10 -0500 (Wed, 10 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/commandArgs.Rd
   M /trunk/src/unix/Rscript.c

commandArgs(trailingOnly)

------------------------------------------------------------------------
r40429 | ripley | 2007-01-10 08:22:26 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/acf.R
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/cutree.R

more use of message()
------------------------------------------------------------------------
r40430 | ripley | 2007-01-10 16:50:05 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/Rscript.Rd

typo
------------------------------------------------------------------------
r40431 | ripley | 2007-01-10 17:43:17 -0500 (Wed, 10 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/message.R
   M /trunk/src/library/base/R/stop.R
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/base/man/stop.Rd
   M /trunk/src/library/base/man/warning.Rd
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/grid-zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-en@quot.po
   M /trunk/src/library/grid/po/R-fr.po
   M /trunk/src/library/grid/po/R-grid-zh_CN.po
   M /trunk/src/library/grid/po/R-grid.pot
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-ko.po
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/methods-zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/tcltk/R/unix/zzz.R
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/it/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ko/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/pt_BR/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/tcltk-zh_CN/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/po/R-en@quot.po
   M /trunk/src/library/tcltk/po/R-fr.po
   M /trunk/src/library/tcltk/po/R-it.po
   M /trunk/src/library/tcltk/po/R-ja.po
   M /trunk/src/library/tcltk/po/R-ko.po
   M /trunk/src/library/tcltk/po/R-pt_BR.po
   M /trunk/src/library/tcltk/po/R-ru.po
   M /trunk/src/library/tcltk/po/R-tcltk-zh_CN.po
   M /trunk/src/library/tcltk/po/R-tcltk.pot
   M /trunk/src/library/tools/R/xgettext.R

more tweaks to message()
more translation fixes, make packageStartupMessage for translation

------------------------------------------------------------------------
r40432 | ripley | 2007-01-10 17:59:05 -0500 (Wed, 10 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/rui.c

update Help|About and the status bar message

------------------------------------------------------------------------
r40433 | ripley | 2007-01-10 18:00:26 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rui.c

update (C) date
------------------------------------------------------------------------
r40434 | ripley | 2007-01-10 21:01:39 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/oneway.test.R

add check
------------------------------------------------------------------------
r40435 | ripley | 2007-01-10 21:27:09 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   D /trunk/src/library/grDevices/inst/po/grDevices-zh_CN
   A /trunk/src/library/grDevices/inst/po/zh_CN
   A /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   A /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   D /trunk/src/library/grDevices/po/R-grDevices-zh_CN.po
   A /trunk/src/library/grDevices/po/R-zh_CN.po (from /trunk/src/library/grDevices/po/R-grDevices-zh_CN.po:40433)
   D /trunk/src/library/grDevices/po/grDevices-zh_CN.po
   A /trunk/src/library/grDevices/po/zh_CN.po (from /trunk/src/library/grDevices/po/grDevices-zh_CN.po:40433)
   D /trunk/src/library/graphics/inst/po/graphics-zh_CN
   A /trunk/src/library/graphics/inst/po/zh_CN
   A /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   D /trunk/src/library/graphics/po/R-graphics-zh_CN.po
   A /trunk/src/library/graphics/po/R-zh_CN.po (from /trunk/src/library/graphics/po/R-graphics-zh_CN.po:40433)
   D /trunk/src/library/grid/inst/po/grid-zh_CN
   A /trunk/src/library/grid/inst/po/zh_CN
   A /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-fr.po
   D /trunk/src/library/grid/po/R-grid-zh_CN.po
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-ko.po
   M /trunk/src/library/grid/po/R-ru.po
   A /trunk/src/library/grid/po/R-zh_CN.po (from /trunk/src/library/grid/po/R-grid-zh_CN.po:40433)
   D /trunk/src/library/methods/inst/po/methods-zh_CN
   A /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   D /trunk/src/library/methods/po/methods-zh_CN.po
   A /trunk/src/library/methods/po/zh_CN.po (from /trunk/src/library/methods/po/methods-zh_CN.po:40433)
   D /trunk/src/library/splines/inst/po/splines-zh_CN
   A /trunk/src/library/splines/inst/po/zh_CN
   A /trunk/src/library/splines/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/splines/inst/po/zh_CN/LC_MESSAGES/R-splines.mo
   A /trunk/src/library/splines/inst/po/zh_CN/LC_MESSAGES/splines.mo
   D /trunk/src/library/splines/po/R-splines-zh_CN.po
   A /trunk/src/library/splines/po/R-zh_CN.po (from /trunk/src/library/splines/po/R-splines-zh_CN.po:40433)
   D /trunk/src/library/splines/po/splines-zh_CN.po
   A /trunk/src/library/splines/po/zh_CN.po (from /trunk/src/library/splines/po/splines-zh_CN.po:40433)
   M /trunk/src/library/stats/R/acf.R
   M /trunk/src/library/stats/R/cutree.R
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   D /trunk/src/library/stats/inst/po/stats-zh_CN
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   A /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   D /trunk/src/library/stats/po/stats-zh_CN.po
   A /trunk/src/library/stats/po/zh_CN.po (from /trunk/src/library/stats/po/stats-zh_CN.po:40433)
   D /trunk/src/library/stats4/inst/po/stats4-zh_CN
   A /trunk/src/library/stats4/inst/po/zh_CN
   A /trunk/src/library/stats4/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/stats4/inst/po/zh_CN/LC_MESSAGES/R-stats4.mo
   D /trunk/src/library/stats4/po/R-stats4-zh_CN.po
   A /trunk/src/library/stats4/po/R-zh_CN.po (from /trunk/src/library/stats4/po/R-stats4-zh_CN.po:40433)
   D /trunk/src/library/tcltk/inst/po/tcltk-zh_CN
   A /trunk/src/library/tcltk/inst/po/zh_CN
   A /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/R-tcltk.mo
   D /trunk/src/library/tcltk/po/R-tcltk-zh_CN.po
   A /trunk/src/library/tcltk/po/R-zh_CN.po (from /trunk/src/library/tcltk/po/R-tcltk-zh_CN.po:40433)
   D /trunk/src/library/tools/inst/po/tools-zh_CN
   A /trunk/src/library/tools/inst/po/zh_CN
   A /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES
   A /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   A /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   D /trunk/src/library/tools/po/R-tools-zh_CN.po
   A /trunk/src/library/tools/po/R-zh_CN.po (from /trunk/src/library/tools/po/R-tools-zh_CN.po:40433)
   D /trunk/src/library/tools/po/tools-zh_CN.po
   A /trunk/src/library/tools/po/zh_CN.po (from /trunk/src/library/tools/po/tools-zh_CN.po:40433)

translation updates
------------------------------------------------------------------------
r40436 | ripley | 2007-01-10 21:30:09 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   A /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/grid.mo
   D /trunk/src/library/grid/po/grid-zh_CN.po
   A /trunk/src/library/grid/po/zh_CN.po (from /trunk/src/library/grid/po/grid-zh_CN.po:40433)

translation updates
------------------------------------------------------------------------
r40437 | ripley | 2007-01-10 21:34:43 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   D /branches/R-2-4-branch/src/library/grDevices/inst/po/grDevices-zh_CN
   A /branches/R-2-4-branch/src/library/grDevices/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/grDevices/inst/po/grDevices-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/graphics/inst/po/graphics-zh_CN
   A /branches/R-2-4-branch/src/library/graphics/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/graphics/inst/po/graphics-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN
   A /branches/R-2-4-branch/src/library/grid/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/grid/inst/po/grid-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/methods/inst/po/methods-zh_CN
   D /branches/R-2-4-branch/src/library/stats4/inst/po/stats4-zh_CN
   A /branches/R-2-4-branch/src/library/stats4/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/stats4/inst/po/stats4-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/tcltk/inst/po/tcltk-zh_CN
   A /branches/R-2-4-branch/src/library/tcltk/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/tcltk/inst/po/tcltk-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN
   A /branches/R-2-4-branch/src/library/tools/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/tools/inst/po/tools-zh_CN:40433)

translation updates
------------------------------------------------------------------------
r40438 | ripley | 2007-01-10 21:35:47 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   D /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN
   A /branches/R-2-4-branch/src/library/splines/inst/po/zh_CN (from /branches/R-2-4-branch/src/library/splines/inst/po/splines-zh_CN:40433)
   D /branches/R-2-4-branch/src/library/stats/inst/po/stats-zh_CN

translation updates
------------------------------------------------------------------------
r40439 | ripley | 2007-01-10 21:44:29 -0500 (Wed, 10 Jan 2007) | 1 line
Changed paths:
   D /branches/R-2-4-branch/src/library/grDevices/po/R-grDevices-zh_CN.po
   A /branches/R-2-4-branch/src/library/grDevices/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/grDevices/po/R-grDevices-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/grDevices/po/grDevices-zh_CN.po
   A /branches/R-2-4-branch/src/library/grDevices/po/zh_CN.po (from /branches/R-2-4-branch/src/library/grDevices/po/grDevices-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/graphics/po/R-graphics-zh_CN.po
   A /branches/R-2-4-branch/src/library/graphics/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/graphics/po/R-graphics-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/grid/po/R-grid-zh_CN.po
   A /branches/R-2-4-branch/src/library/grid/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/grid/po/R-grid-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/grid/po/grid-zh_CN.po
   A /branches/R-2-4-branch/src/library/grid/po/zh_CN.po (from /branches/R-2-4-branch/src/library/grid/po/grid-zh_CN.po:40433)
   A /branches/R-2-4-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   D /branches/R-2-4-branch/src/library/methods/po/methods-zh_CN.po
   A /branches/R-2-4-branch/src/library/methods/po/zh_CN.po (from /branches/R-2-4-branch/src/library/methods/po/methods-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/splines/po/R-splines-zh_CN.po
   A /branches/R-2-4-branch/src/library/splines/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/splines/po/R-splines-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/splines/po/splines-zh_CN.po
   A /branches/R-2-4-branch/src/library/splines/po/zh_CN.po (from /branches/R-2-4-branch/src/library/splines/po/splines-zh_CN.po:40433)
   A /branches/R-2-4-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   D /branches/R-2-4-branch/src/library/stats/po/stats-zh_CN.po
   A /branches/R-2-4-branch/src/library/stats/po/zh_CN.po (from /branches/R-2-4-branch/src/library/stats/po/stats-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/stats4/po/R-stats4-zh_CN.po
   A /branches/R-2-4-branch/src/library/stats4/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/stats4/po/R-stats4-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/tcltk/po/R-tcltk-zh_CN.po
   A /branches/R-2-4-branch/src/library/tcltk/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/tcltk/po/R-tcltk-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/tools/po/R-tools-zh_CN.po
   A /branches/R-2-4-branch/src/library/tools/po/R-zh_CN.po (from /branches/R-2-4-branch/src/library/tools/po/R-tools-zh_CN.po:40433)
   D /branches/R-2-4-branch/src/library/tools/po/tools-zh_CN.po
   A /branches/R-2-4-branch/src/library/tools/po/zh_CN.po (from /branches/R-2-4-branch/src/library/tools/po/tools-zh_CN.po:40433)

translation updates
------------------------------------------------------------------------
r40440 | ripley | 2007-01-10 22:24:07 -0500 (Wed, 10 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/NAMESPACE
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/man/model.frame.Rd

add get_all_vars

------------------------------------------------------------------------
r40441 | ripley | 2007-01-11 04:59:30 -0500 (Thu, 11 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/license.R
   M /trunk/src/library/base/man/license.Rd
   M /trunk/src/library/utils/R/RShowDoc.R

updates (for R_DOC_DIR, no export files any more, RShowDoc)

------------------------------------------------------------------------
r40442 | ripley | 2007-01-11 06:41:03 -0500 (Thu, 11 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/R/xtabs.R
   M /trunk/src/library/stats/man/glm.Rd
   M /trunk/src/library/stats/man/lm.Rd
   M /trunk/src/library/stats/man/loess.Rd
   M /trunk/src/library/stats/man/model.frame.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/xtabs.Rd

coerce 'formula' arguments, and document that we (already) do so.

------------------------------------------------------------------------
r40443 | ripley | 2007-01-11 11:20:32 -0500 (Thu, 11 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/man/license.Rd
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/graphics/R/abline.R
   M /trunk/src/library/graphics/R/matplot.R
   M /trunk/src/library/utils/R/RSiteSearch.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/library/utils/R/databrowser.R
   M /trunk/src/library/utils/R/help.search.R

more use of message()
fix various codetools and other problem reports

------------------------------------------------------------------------
r40444 | maechler | 2007-01-11 12:07:14 -0500 (Thu, 11 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/rle.R
   M /trunk/src/library/stats/R/dendrogram.R

use "0L"
------------------------------------------------------------------------
r40445 | ripley | 2007-01-11 12:09:31 -0500 (Thu, 11 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/R/matplot.R
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/it/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ko/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/graphics/po/R-fr.po
   M /trunk/src/library/graphics/po/R-graphics.pot
   M /trunk/src/library/graphics/po/R-it.po
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/graphics/po/R-ko.po
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/R/oneway.test.R
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/utils/R/RSiteSearch.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

improve messages
------------------------------------------------------------------------
r40446 | maechler | 2007-01-11 12:44:43 -0500 (Thu, 11 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/table.R
   M /trunk/src/library/base/R/tabulate.R

slight speedup using 0L, 1L
------------------------------------------------------------------------
r40447 | ripley | 2007-01-12 03:34:03 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/rank.Rd

clarifications
------------------------------------------------------------------------
r40448 | ripley | 2007-01-12 03:35:47 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/rank.Rd

port r40447 from trunk
------------------------------------------------------------------------
r40449 | ripley | 2007-01-12 03:43:54 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/Makefile.win

better cleanup
------------------------------------------------------------------------
r40450 | ripley | 2007-01-12 06:08:37 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/warning.Rd
   M /trunk/src/main/errors.c
   M /trunk/src/main/options.c

sort out truncation of warning messages
------------------------------------------------------------------------
r40451 | maechler | 2007-01-12 06:29:46 -0500 (Fri, 12 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/print.c

add "| KEEPINTEGER | KEEPNA" for CLOSXP & LANGSXP & printExpression

------------------------------------------------------------------------
r40452 | ripley | 2007-01-12 06:36:09 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

typo
------------------------------------------------------------------------
r40453 | maechler | 2007-01-12 08:51:49 -0500 (Fri, 12 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/modules/internet/internet.c

minuscule patch from Jeffrey Horner

------------------------------------------------------------------------
r40454 | ripley | 2007-01-12 11:44:37 -0500 (Fri, 12 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R

use shortPathNames on GS_CMD

------------------------------------------------------------------------
r40455 | ripley | 2007-01-12 12:27:54 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd

more path tweaks on Windows
------------------------------------------------------------------------
r40456 | ripley | 2007-01-12 23:39:57 -0500 (Fri, 12 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/expression.Rd
   M /trunk/src/library/base/man/function.Rd
   M /trunk/src/library/base/man/tilde.Rd
   M /trunk/src/library/base/man/zMethods.Rd

corrections and clarifications

------------------------------------------------------------------------
r40457 | ripley | 2007-01-12 23:41:43 -0500 (Fri, 12 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/expression.Rd
   M /branches/R-2-4-branch/src/library/base/man/function.Rd
   M /branches/R-2-4-branch/src/library/base/man/tilde.Rd
   M /branches/R-2-4-branch/src/library/base/man/zMethods.Rd

port r40456 from trunk
------------------------------------------------------------------------
r40458 | ripley | 2007-01-12 23:43:56 -0500 (Fri, 12 Jan 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/man/undoc.Rd

clean up and documentation for .ArgsEnv and .GlobalArgsEnv
add check of prototypes for primitives to undoc()

------------------------------------------------------------------------
r40459 | ripley | 2007-01-13 03:50:02 -0500 (Sat, 13 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R

typo (shortPathName)

------------------------------------------------------------------------
r40460 | hornik | 2007-01-13 04:43:06 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40461 | hornik | 2007-01-13 04:43:08 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40462 | maechler | 2007-01-13 08:07:14 -0500 (Sat, 13 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/utils/R/unix/help.start.R

fix PR#9452: "2>&1" *after* redirection
if .. else .. cosmetic

------------------------------------------------------------------------
r40463 | maechler | 2007-01-13 09:17:20 -0500 (Sat, 13 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/methods/R/SClasses.R

cleanup: mainly in validObject(); 
	e.g for(i in seq_along(extends)) instead of while()

------------------------------------------------------------------------
r40464 | maechler | 2007-01-13 09:18:57 -0500 (Sat, 13 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/R/is.R

extends(): speedup in important case.

------------------------------------------------------------------------
r40465 | ripley | 2007-01-13 10:43:42 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

better error messages
------------------------------------------------------------------------
r40466 | ripley | 2007-01-13 10:57:25 -0500 (Sat, 13 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

partially unify system() commands

------------------------------------------------------------------------
r40467 | ripley | 2007-01-13 11:18:40 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po

update
------------------------------------------------------------------------
r40468 | ripley | 2007-01-13 13:01:52 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/windows/system.Rd

Windows system() changes
------------------------------------------------------------------------
r40469 | maechler | 2007-01-13 13:40:14 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/is.R

correct and another extends() speedup
------------------------------------------------------------------------
r40470 | maechler | 2007-01-13 14:05:48 -0500 (Sat, 13 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/src/methods_list_dispatch.c

obey long standing FIXME for .identC()
------------------------------------------------------------------------
r40471 | ripley | 2007-01-14 05:16:47 -0500 (Sun, 14 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo

updates
------------------------------------------------------------------------
r40472 | ripley | 2007-01-14 11:05:12 -0500 (Sun, 14 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/man/unix/system.Rd

make the Unix system() more like the Windows one
------------------------------------------------------------------------
r40473 | ripley | 2007-01-14 11:29:03 -0500 (Sun, 14 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/Deprecated.R
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/man/Sys.setenv.Rd
   M /trunk/src/library/base/man/base-deprecated.Rd
   M /trunk/src/library/profile/Rprofile.unix
   M /trunk/src/library/profile/Rprofile.windows
   M /trunk/src/library/utils/R/unix/help.R
   M /trunk/src/library/utils/man/download.file.Rd
   M /trunk/src/library/utils/man/savehistory.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/sysutils.c

more fully to Sys.setenv, and deprecate Sys.putenv
------------------------------------------------------------------------
r40474 | ripley | 2007-01-14 16:00:34 -0500 (Sun, 14 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MakePkg

update
------------------------------------------------------------------------
r40475 | ripley | 2007-01-14 17:44:06 -0500 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   D /trunk/src/library/base/R/unix/zip.R
   D /trunk/src/library/base/R/windows/zip.R
   D /trunk/src/library/base/man/zip.file.extract.Rd
   M /trunk/src/library/utils/NAMESPACE
   A /trunk/src/library/utils/R/unix/zip.R (from /trunk/src/library/base/R/unix/zip.R:40473)
   A /trunk/src/library/utils/R/windows/zip.R (from /trunk/src/library/base/R/windows/zip.R:40473)
   A /trunk/src/library/utils/man/zip.file.extract.Rd (from /trunk/src/library/base/man/zip.file.extract.Rd:40473)

move zip.file.extract to utils (where it is used, only)

------------------------------------------------------------------------
r40476 | ripley | 2007-01-14 18:05:04 -0500 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/windows/system.Rd

typo and update

------------------------------------------------------------------------
r40477 | murdoch | 2007-01-14 19:29:59 -0500 (Sun, 14 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/readBin.Rd
   M /trunk/src/library/base/man/readChar.Rd
   M /trunk/src/main/connections.c
   M /trunk/src/main/names.c

readChar and writeChar now work on raw vectors.
------------------------------------------------------------------------
r40478 | ripley | 2007-01-15 03:41:42 -0500 (Mon, 15 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/utils/R/unix/zip.R
   M /trunk/src/library/utils/R/windows/zip.R
   M /trunk/src/library/utils/man/zip.file.extract.Rd

tidy up and begin merging zip.file.extract

------------------------------------------------------------------------
r40479 | ripley | 2007-01-15 03:49:29 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   D /trunk/src/library/utils/R/unix/zip.R
   D /trunk/src/library/utils/R/windows/zip.R
   A /trunk/src/library/utils/R/zip.R (from /trunk/src/library/utils/R/windows/zip.R:40478)

merge Windows and Unix versions
------------------------------------------------------------------------
r40480 | ripley | 2007-01-15 03:57:33 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/zip.file.extract.Rd

merge notes
------------------------------------------------------------------------
r40481 | ripley | 2007-01-15 04:17:41 -0500 (Mon, 15 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/Rscript.Rd
   M /trunk/src/unix/Rscript.c

omit methods from default startup

------------------------------------------------------------------------
r40482 | ripley | 2007-01-15 04:42:07 -0500 (Mon, 15 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R
   M /trunk/src/library/utils/R/RShowDoc.R
   M /trunk/src/library/utils/R/vignette.R

use shQuote

------------------------------------------------------------------------
r40483 | ripley | 2007-01-15 06:01:41 -0500 (Mon, 15 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/utils/R/Sweave.R
   M /trunk/src/library/utils/R/vignette.R

remove spurious warnings in Sweave/Stangle
use ShQuote in a few more places, and document that it is needed.

------------------------------------------------------------------------
r40484 | maechler | 2007-01-15 06:28:17 -0500 (Mon, 15 Jan 2007) | 4 lines
Changed paths:
   M /trunk/src/library/methods/R/methodsTable.R

cosmetic:
o  tweak 'verbose' messages in .findInheritedMethods() [for selectMethod()]
o  fromGroup is meant to be logical

------------------------------------------------------------------------
r40485 | ripley | 2007-01-15 07:42:18 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/all.equal.R
   M /trunk/src/library/base/man/all.equal.Rd
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

some sorting out of bugs in all.equal
------------------------------------------------------------------------
r40486 | leisch | 2007-01-15 09:31:45 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/Sweave.R

update drobj also in trailing doc chunks for finish()
------------------------------------------------------------------------
r40487 | ripley | 2007-01-15 09:47:22 -0500 (Mon, 15 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Platform.Rd
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

clarifications

------------------------------------------------------------------------
r40488 | maechler | 2007-01-15 10:07:36 -0500 (Mon, 15 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/man/as.Rd

add note about selectMethod("coerce" ...)

------------------------------------------------------------------------
r40489 | ripley | 2007-01-15 10:14:57 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/all.equal.R
   M /trunk/tests/reg-tests-2.Rout.save

more all.equal improvements
------------------------------------------------------------------------
r40490 | ripley | 2007-01-15 12:43:28 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Startup.Rd
   M /trunk/src/library/base/man/print.default.Rd

updates and clarifications
------------------------------------------------------------------------
r40491 | ripley | 2007-01-15 12:50:04 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Startup.Rd

updates and clarifications
------------------------------------------------------------------------
r40492 | ripley | 2007-01-15 12:53:05 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/Startup.Rd
   M /branches/R-2-4-branch/src/library/base/man/print.default.Rd

port most of r40490:40491
------------------------------------------------------------------------
r40493 | ripley | 2007-01-15 13:44:17 -0500 (Mon, 15 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/all.equal.R
   M /trunk/src/main/format.c
   M /trunk/src/scripts/check.in
   M /trunk/tests/reg-tests-3.R
   M /trunk/tests/reg-tests-3.Rout.save

don't allow representation error to determine the calculated number of signif digits
------------------------------------------------------------------------
r40494 | maechler | 2007-01-16 02:27:34 -0500 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/deparse.c

localOpts is 'int'; + "ifelse";   - whitespace

------------------------------------------------------------------------
r40495 | maechler | 2007-01-16 02:29:06 -0500 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/deparse.c

localOpts is 'int' (2 more places)

------------------------------------------------------------------------
r40496 | maechler | 2007-01-16 04:28:53 -0500 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dump.R

remove inconsequental 'options(digits ...)' settings (and whitespace).

------------------------------------------------------------------------
r40497 | maechler | 2007-01-16 04:55:49 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/environment.Rd

\link to sys.source and ls.str
------------------------------------------------------------------------
r40498 | maechler | 2007-01-16 04:56:23 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/New-Internal.R

+ comments
------------------------------------------------------------------------
r40499 | ripley | 2007-01-16 05:03:05 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/Devices.Rd
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd

update
------------------------------------------------------------------------
r40500 | ripley | 2007-01-16 05:28:42 -0500 (Tue, 16 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/man/character.Rd
   M /trunk/src/library/base/man/deparse.Rd
   M /trunk/src/library/base/man/deparseOpts.Rd
   M /trunk/src/library/base/man/dump.Rd
   M /trunk/src/library/utils/man/write.table.Rd
   M /trunk/src/main/deparse.c
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save
   M /trunk/tests/reg-tests-3.R
   M /trunk/tests/reg-tests-3.Rout.save

several deparse issues, including clarifying the precision used for numeric.
typo in comment in tests/reg-tests-3.R

------------------------------------------------------------------------
r40501 | ripley | 2007-01-16 05:41:08 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/grDevices/man/Devices.Rd
   M /branches/R-2-4-branch/src/library/grDevices/man/dev2bitmap.Rd

port r40499 from trunk
------------------------------------------------------------------------
r40502 | ripley | 2007-01-16 05:47:26 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R

one more shQuote
------------------------------------------------------------------------
r40503 | ripley | 2007-01-16 05:52:22 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/character.Rd
   M /branches/R-2-4-branch/src/library/base/man/deparse.Rd
   M /branches/R-2-4-branch/src/library/base/man/dump.Rd
   M /branches/R-2-4-branch/src/library/base/man/write.table.Rd

port some of r40500 from trunk
------------------------------------------------------------------------
r40504 | ripley | 2007-01-16 07:18:57 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/print.default.Rd

avoid examples with spurious precision
------------------------------------------------------------------------
r40505 | ripley | 2007-01-16 07:20:10 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/options.Rd
   M /branches/R-2-4-branch/src/library/base/man/print.default.Rd

port r40504 from trunk
------------------------------------------------------------------------
r40506 | ripley | 2007-01-16 13:10:47 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/all.equal.R

need NAs for logical
------------------------------------------------------------------------
r40507 | ripley | 2007-01-16 14:13:09 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/all.equal.R

package Matrix uses all.equal on mode S4 objects.  Try to fix up something sensible
------------------------------------------------------------------------
r40508 | ripley | 2007-01-16 23:25:00 -0500 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/man/Comparison.Rd
   M /trunk/src/library/base/man/deparse.Rd
   M /trunk/src/main/deparse.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/print.c
   M /trunk/src/main/relop.c
   M /trunk/src/main/unique.c
   M /trunk/tests/reg-tests-2.Rout.save

more on deparsing

------------------------------------------------------------------------
r40509 | ripley | 2007-01-16 23:40:48 -0500 (Tue, 16 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/deparse.Rd

typo
------------------------------------------------------------------------
r40510 | ripley | 2007-01-17 03:48:56 -0500 (Wed, 17 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/print.c

make use of DEFAULTDEPARSE

------------------------------------------------------------------------
r40511 | ripley | 2007-01-17 03:56:55 -0500 (Wed, 17 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

document what R.app does with stdout/stderr from system().
change defaults of system() for Rgui.

------------------------------------------------------------------------
r40512 | ripley | 2007-01-17 04:57:09 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c

update date
------------------------------------------------------------------------
r40513 | ripley | 2007-01-17 04:58:51 -0500 (Wed, 17 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/library/base/man/windows/system.Rd

make pipes interruptible (and not CPU-hogs)

------------------------------------------------------------------------
r40514 | urbaneks | 2007-01-17 10:40:39 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/src/devQuartz.c

Make legacy Quartz windows centered (fixes dual-head bug)
------------------------------------------------------------------------
r40515 | urbaneks | 2007-01-17 10:41:57 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/library/grDevices/src/devQuartz.c

ported 40514 from trunk
------------------------------------------------------------------------
r40516 | ripley | 2007-01-17 10:57:57 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/strptime.Rd

add general intro
------------------------------------------------------------------------
r40517 | ripley | 2007-01-17 11:10:25 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/Deprecated.R
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/base-deprecated.Rd
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

move unix() to formal deprecated status
------------------------------------------------------------------------
r40518 | ripley | 2007-01-17 14:47:32 -0500 (Wed, 17 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES
   M /branches/R-2-4-branch/src/gnuwin32/run.c
   M /branches/R-2-4-branch/src/library/base/man/Quotes.Rd
   M /branches/R-2-4-branch/src/library/base/man/windows/system.Rd

port r40513 from trunk
------------------------------------------------------------------------
r40519 | maechler | 2007-01-18 12:12:49 -0500 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/datasets/man/sleep.Rd

add Cushny and Peebles source reference (from Chuck Berry's post)

------------------------------------------------------------------------
r40520 | hornik | 2007-01-18 14:13:40 -0500 (Thu, 18 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40521 | hornik | 2007-01-18 14:13:43 -0500 (Thu, 18 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40522 | luke | 2007-01-18 21:58:33 -0500 (Thu, 18 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/main/memory.c
   M /trunk/src/main/names.c

Moved initialization of R_PreciousList to InitMemory and made R_PreciousList static in memory.c.
------------------------------------------------------------------------
r40523 | ripley | 2007-01-19 01:55:28 -0500 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/which.min.Rd

typos, grammar

------------------------------------------------------------------------
r40524 | ripley | 2007-01-19 01:56:03 -0500 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/ftable.R

read.ftable was broken on non-seekable connections.

------------------------------------------------------------------------
r40525 | ripley | 2007-01-19 02:02:32 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/stats/R/ftable.R

port r40524 from trunk
------------------------------------------------------------------------
r40526 | ripley | 2007-01-19 02:03:47 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS

port r40524 from trunk
------------------------------------------------------------------------
r40527 | ripley | 2007-01-19 02:04:17 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS

move entry
------------------------------------------------------------------------
r40528 | maechler | 2007-01-19 02:53:28 -0500 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/datasets/man/sleep.Rd

From Chuck Berry: change to elucidate the *paired* setup

------------------------------------------------------------------------
r40529 | ripley | 2007-01-19 03:04:10 -0500 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

final round of merging of versions of system()

------------------------------------------------------------------------
r40530 | ripley | 2007-01-19 03:14:43 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/unique.c

typo
------------------------------------------------------------------------
r40531 | ripley | 2007-01-19 05:28:49 -0500 (Fri, 19 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/main.c

add check for Hurd's incomplete (and according to the POSIX man page, broken)
version of sigaction.

------------------------------------------------------------------------
r40532 | ripley | 2007-01-19 06:53:32 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/unix/system.Rd
   M /trunk/src/library/base/man/windows/system.Rd

merge the two system.Rd
------------------------------------------------------------------------
r40533 | ripley | 2007-01-19 06:54:10 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   A /trunk/src/library/base/man/system.Rd (from /trunk/src/library/base/man/unix/system.Rd:40532)
   D /trunk/src/library/base/man/unix/system.Rd
   D /trunk/src/library/base/man/windows/system.Rd

merge the two system.Rd
------------------------------------------------------------------------
r40534 | maechler | 2007-01-19 11:14:25 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/combn.R

use 1L,2L (and no longer "._1"
------------------------------------------------------------------------
r40535 | maechler | 2007-01-19 12:58:53 -0500 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/NumericConstants.Rd

add a note on the "L" prefix, and some examples

------------------------------------------------------------------------
r40536 | ripley | 2007-01-19 15:33:37 -0500 (Fri, 19 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/MkRules

Set a bobby trap for users who think they are above reading the docs.
(See today's R-devel for two prime examples.)

------------------------------------------------------------------------
r40537 | ripley | 2007-01-19 15:36:15 -0500 (Fri, 19 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/README.packages

more warnings for the over-confident
------------------------------------------------------------------------
r40538 | ripley | 2007-01-21 07:19:05 -0500 (Sun, 21 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/RNG.c

back out all changes to TAOCP code
------------------------------------------------------------------------
r40539 | ripley | 2007-01-21 07:22:57 -0500 (Sun, 21 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

back out all changes to TAOCP code
------------------------------------------------------------------------
r40540 | ripley | 2007-01-21 07:41:14 -0500 (Sun, 21 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/glm.Rd
   M /trunk/src/library/stats/man/lm.Rd
   M /trunk/src/library/stats/man/loglin.Rd

add some cross-references
------------------------------------------------------------------------
r40541 | ripley | 2007-01-21 07:51:34 -0500 (Sun, 21 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/Rdll.hide
   M /branches/R-2-4-branch/src/library/stats/man/glm.Rd
   M /branches/R-2-4-branch/src/library/stats/man/lm.Rd
   M /branches/R-2-4-branch/src/library/stats/man/loglin.Rd
   M /branches/R-2-4-branch/src/main/RNG.c

port 40538:40 from trunk
------------------------------------------------------------------------
r40542 | ripley | 2007-01-22 03:31:10 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

endif in the wrong place
------------------------------------------------------------------------
r40543 | ripley | 2007-01-22 03:34:45 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/unix/system.unix.R

update to match Windows
------------------------------------------------------------------------
r40544 | ripley | 2007-01-22 05:36:16 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/grDevices/man/unix/png.Rd
   M /trunk/src/library/grDevices/man/windows/png.Rd
   M /trunk/src/library/graphics/man/par.Rd

clarifications
------------------------------------------------------------------------
r40545 | ripley | 2007-01-22 10:38:13 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

tweak for cross-building
------------------------------------------------------------------------
r40546 | ripley | 2007-01-22 10:39:30 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/MkRules

port 40545 from trunk
------------------------------------------------------------------------
r40547 | hornik | 2007-01-22 17:42:28 -0500 (Mon, 22 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Do not include Rd example code in T/F checking by default.
Start to make it possible to check code/documentation consistency for
S4 methods with explicit \S4method{} usage entries.
------------------------------------------------------------------------
r40548 | hornik | 2007-01-22 17:42:46 -0500 (Mon, 22 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/scripts/R.sh.in

Markup.
------------------------------------------------------------------------
r40549 | hornik | 2007-01-23 03:14:37 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40550 | hornik | 2007-01-23 03:14:39 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40551 | ripley | 2007-01-23 05:00:12 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/scripts/INSTALL.in

tweak R_LIBS during INSTALL
------------------------------------------------------------------------
r40552 | ripley | 2007-01-23 05:31:47 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/NAMESPACE

do not re-export .doTrace
------------------------------------------------------------------------
r40553 | ripley | 2007-01-23 06:07:52 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/Defunct.R
   M /trunk/src/library/base/R/Deprecated.R
   M /trunk/src/library/base/man/base-defunct.Rd
   M /trunk/src/library/base/man/base-deprecated.Rd

make unix() defunct
------------------------------------------------------------------------
r40554 | ripley | 2007-01-23 06:21:34 -0500 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

prepend current installation directory to R_LIBS

------------------------------------------------------------------------
r40555 | ripley | 2007-01-23 07:18:18 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/md5check.c

suppress harmless warning
------------------------------------------------------------------------
r40556 | ripley | 2007-01-23 08:28:28 -0500 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

improvements to Windows INSTALL

------------------------------------------------------------------------
r40557 | ripley | 2007-01-23 08:42:01 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

even more explicit error message
------------------------------------------------------------------------
r40558 | ripley | 2007-01-23 09:37:42 -0500 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/Makefile

use -I for windres, now it is supported

------------------------------------------------------------------------
r40559 | ripley | 2007-01-23 09:42:46 -0500 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/README.packages

updates

------------------------------------------------------------------------
r40560 | ripley | 2007-01-23 09:43:49 -0500 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/man/files.Rd

improvements to file.copy (and file layout changes).

------------------------------------------------------------------------
r40561 | murrell | 2007-01-23 22:13:10 -0500 (Tue, 23 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/inst/doc/changes.txt

bug fix for checking of arguments to arrow() function in grid
------------------------------------------------------------------------
r40562 | ripley | 2007-01-24 00:31:02 -0500 (Wed, 24 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Rscript.c

typo
------------------------------------------------------------------------
r40563 | ripley | 2007-01-24 05:03:31 -0500 (Wed, 24 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/print.default.Rd

clarifications suggested by Marc Schwartz

------------------------------------------------------------------------
r40564 | ripley | 2007-01-24 05:44:06 -0500 (Wed, 24 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/base/man/options.Rd
   M /branches/R-2-4-branch/src/library/base/man/print.default.Rd

port r40563 from trunk
------------------------------------------------------------------------
r40565 | hornik | 2007-01-25 04:20:05 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40566 | hornik | 2007-01-25 04:20:12 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40567 | ripley | 2007-01-25 05:18:18 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

add subsection on encoding issues for portability
------------------------------------------------------------------------
r40568 | luke | 2007-01-25 09:45:36 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/serialize.c

Needed update buffer size in resize_buffer.
------------------------------------------------------------------------
r40569 | luke | 2007-01-25 10:20:17 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/main/serialize.c

Ported 40568 from trunk (Needed to update buffer size in resize_buffer).
------------------------------------------------------------------------
r40570 | ripley | 2007-01-25 10:59:22 -0500 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

back out r40556 for now, as Uwe's Perl is not working with it

------------------------------------------------------------------------
r40571 | maechler | 2007-01-25 11:29:12 -0500 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/list.Rd

link to unlist

------------------------------------------------------------------------
r40572 | ripley | 2007-01-25 12:38:15 -0500 (Thu, 25 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/substr.Rd
   M /trunk/src/main/character.c
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

test for NA integers in substr and friends
------------------------------------------------------------------------
r40573 | ripley | 2007-01-26 02:37:36 -0500 (Fri, 26 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/unix/png.Rd
   M /trunk/src/library/grDevices/man/windows/png.Rd
   M /trunk/src/library/graphics/man/par.Rd

more on resolution issues

------------------------------------------------------------------------
r40574 | hornik | 2007-01-26 07:27:37 -0500 (Fri, 26 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40575 | hornik | 2007-01-26 07:27:39 -0500 (Fri, 26 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40576 | ripley | 2007-01-26 09:44:46 -0500 (Fri, 26 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/update.formula.Rd

clarifications
------------------------------------------------------------------------
r40577 | ripley | 2007-01-26 12:23:23 -0500 (Fri, 26 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

add back the non-problematic parts of the last change.

------------------------------------------------------------------------
r40578 | hornik | 2007-01-26 13:14:22 -0500 (Fri, 26 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Report invalid data() usages as data sets missing from the code.
------------------------------------------------------------------------
r40579 | ripley | 2007-01-26 16:06:58 -0500 (Fri, 26 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/graphapp/events.c
   M /trunk/src/gnuwin32/graphapp/ga.h
   M /trunk/src/gnuwin32/graphapp/status.c
   M /trunk/src/gnuwin32/graphapp/windows.c
   M /trunk/src/gnuwin32/pager.c
   M /trunk/src/gnuwin32/rui.c

improve status and tool bar support in MDI mode
------------------------------------------------------------------------
r40580 | rgentlem | 2007-01-26 20:46:27 -0500 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/environment.R
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/main/envir.c
   M /trunk/src/main/names.c

patches to add env.profile to R allowing for the easy collection of summary
statistics on environments

------------------------------------------------------------------------
r40581 | rgentlem | 2007-01-26 20:57:57 -0500 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/eval.R
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/baseloader.R
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/names.c

patched new.env to allow users to specify the size, plus a few
tidying up operations

------------------------------------------------------------------------
r40582 | rgentlem | 2007-01-26 21:13:37 -0500 (Fri, 26 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/environment.Rd

reworded slightly

------------------------------------------------------------------------
r40583 | ripley | 2007-01-27 02:55:14 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/extra.c

code simplification
------------------------------------------------------------------------
r40584 | ripley | 2007-01-27 02:55:44 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS

layout
------------------------------------------------------------------------
r40585 | ripley | 2007-01-27 03:22:04 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/man/setClass.Rd

typo
------------------------------------------------------------------------
r40586 | ripley | 2007-01-27 04:18:55 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

suppress -Wall warning, typo
------------------------------------------------------------------------
r40587 | ripley | 2007-01-27 04:55:22 -0500 (Sat, 27 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/windlgs/src/ttest.c

fix ttests in windlgs, add Sleep to polling loops

------------------------------------------------------------------------
r40588 | ripley | 2007-01-27 04:56:48 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES
   M /branches/R-2-4-branch/src/gnuwin32/windlgs/src/ttest.c

port r40587 from trunk
------------------------------------------------------------------------
r40589 | ripley | 2007-01-27 09:01:53 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typo
------------------------------------------------------------------------
r40590 | ripley | 2007-01-27 09:49:58 -0500 (Sat, 27 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/windows/sysutils.R
   M /trunk/src/library/utils/R/zip.R

redirect output for minizip clones
------------------------------------------------------------------------
r40591 | ripley | 2007-01-27 11:11:49 -0500 (Sat, 27 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/merge.R
   M /trunk/src/library/base/man/cbind.Rd
   M /trunk/src/library/methods/R/MethodsList.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/NAMESPACE
   M /trunk/src/library/utils/man/help.Rd
   M /trunk/tests/reg-tests-1.R

do not export 'internal' objects .helpForCall, .tryHelp and topicName from utils.
more care with rbind.data.frame and merge with zero-row data frames

------------------------------------------------------------------------
r40592 | ripley | 2007-01-28 02:31:33 -0500 (Sun, 28 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/regex.c

re_string_fetch_byte_case is not pure: ix86 icc is affected

------------------------------------------------------------------------
r40593 | ripley | 2007-01-28 03:23:01 -0500 (Sun, 28 Jan 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/src/library/utils/man/read.table.Rd

read.table on an empty file was returning NULL columns and not
respecting colClasses.

------------------------------------------------------------------------
r40594 | ripley | 2007-01-28 04:05:14 -0500 (Sun, 28 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/fixed/etc/Rconsole
   M /trunk/src/gnuwin32/graphapp/graphapp.h
   M /trunk/src/gnuwin32/graphapp/status.c
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/include/Internal.h
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/library/utils/man/windows/setWindowTitle.Rd
   M /trunk/src/main/names.c

more on RGui MDI statusbar

------------------------------------------------------------------------
r40595 | ripley | 2007-01-28 04:05:56 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/NAMESPACE

add setStatusBar
------------------------------------------------------------------------
r40596 | ripley | 2007-01-28 04:59:03 -0500 (Sun, 28 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/library/utils/man/windows/setWindowTitle.Rd

more on statusbar

------------------------------------------------------------------------
r40597 | ripley | 2007-01-28 06:34:10 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/regex.c

update to regex from glibc 2.5
------------------------------------------------------------------------
r40598 | ripley | 2007-01-28 06:43:18 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/regex.c

remove warning from gcc3
------------------------------------------------------------------------
r40599 | ripley | 2007-01-28 07:02:02 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/connections.Rd

add clarification
------------------------------------------------------------------------
r40600 | ripley | 2007-01-28 07:02:35 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/attrib.c

use proper ISO C
------------------------------------------------------------------------
r40601 | ripley | 2007-01-28 07:03:50 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/regex.c
   M /trunk/src/unix/Rscript.c

tweaks for limited C versions
------------------------------------------------------------------------
r40602 | ripley | 2007-01-28 07:20:14 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po
   M /trunk/src/main/apply.c

update messages
------------------------------------------------------------------------
r40603 | ripley | 2007-01-28 08:30:03 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/regex.c

suppress warnings on platforms without MBCS support
------------------------------------------------------------------------
r40604 | murdoch | 2007-01-28 09:49:00 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS

Add NEWS entry for R_ParseVector change.
------------------------------------------------------------------------
r40605 | ripley | 2007-01-28 12:19:38 -0500 (Sun, 28 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

different solution to getting PID for Windows Perl

------------------------------------------------------------------------
r40606 | ripley | 2007-01-28 12:19:53 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS

update
------------------------------------------------------------------------
r40607 | hornik | 2007-01-28 16:10:46 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Need to suppress warnings from generating data listings.
------------------------------------------------------------------------
r40608 | hornik | 2007-01-28 16:42:34 -0500 (Sun, 28 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Listing data should be really quiet.
------------------------------------------------------------------------
r40609 | maechler | 2007-01-29 02:48:51 -0500 (Mon, 29 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/sys.source.Rd

cosmetic
------------------------------------------------------------------------
r40610 | ripley | 2007-01-30 01:47:55 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

add comments
------------------------------------------------------------------------
r40611 | ripley | 2007-01-30 02:12:15 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/dev.Rd

clarifications
------------------------------------------------------------------------
r40612 | ripley | 2007-01-30 02:14:36 -0500 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/main/graphics.c

tidy up and add comments

------------------------------------------------------------------------
r40613 | hornik | 2007-01-30 03:09:06 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40614 | hornik | 2007-01-30 03:09:13 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40615 | ripley | 2007-01-30 06:57:16 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Comparison.Rd
   M /trunk/src/library/base/man/Platform.Rd
   M /trunk/src/library/base/man/Random-user.Rd
   M /trunk/src/library/base/man/Startup.Rd
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/library/base/man/bindenv.Rd
   M /trunk/src/library/base/man/cat.Rd
   M /trunk/src/library/base/man/dev.Rd
   M /trunk/src/library/base/man/dimnames.Rd
   M /trunk/src/library/base/man/dump.Rd
   M /trunk/src/library/base/man/dynload.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/eval.Rd
   M /trunk/src/library/base/man/getCallingDLL.Rd
   M /trunk/src/library/base/man/gettext.Rd
   M /trunk/src/library/base/man/libPaths.Rd
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/base/man/library.dynam.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/match.fun.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/rm.Rd
   M /trunk/src/library/base/man/search.Rd
   M /trunk/src/library/base/man/sys.source.Rd
   M /trunk/src/library/base/man/trace.Rd
   M /trunk/src/library/base/man/userhooks.Rd
   M /trunk/src/library/grDevices/man/cm.Rd
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/mosaicplot.Rd
   M /trunk/src/library/grid/man/grid.edit.Rd
   M /trunk/src/library/grid/man/grid.layout.Rd
   M /trunk/src/library/grid/man/grid.newpage.Rd
   M /trunk/src/library/grid/man/grid.rect.Rd
   M /trunk/src/library/grid/man/grid.xspline.Rd
   M /trunk/src/library/methods/man/cbind2.Rd
   M /trunk/src/library/methods/man/setClass.Rd
   M /trunk/src/library/stats/man/KalmanLike.Rd
   M /trunk/src/library/stats/man/SSasympOff.Rd
   M /trunk/src/library/stats/man/TDist.Rd
   M /trunk/src/library/stats/man/asOneSidedFormula.Rd
   M /trunk/src/library/stats/man/influence.measures.Rd
   M /trunk/src/library/stats/man/supsmu.Rd
   M /trunk/src/library/tools/man/codoc.Rd
   M /trunk/src/library/tools/man/xgettext.Rd
   M /trunk/src/library/utils/man/Rtangle.Rd
   M /trunk/src/library/utils/man/bug.report.Rd

more spelling issues
------------------------------------------------------------------------
r40616 | ripley | 2007-01-30 11:32:07 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rui.h

add entry point
------------------------------------------------------------------------
r40617 | jmc | 2007-01-30 12:53:25 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/BasicFunsList.R


------------------------------------------------------------------------
r40618 | ripley | 2007-01-30 14:40:45 -0500 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/dev.Rd

*lots* of corrections

------------------------------------------------------------------------
r40619 | ripley | 2007-01-30 14:43:10 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/grDevices/man/dev.Rd

port r40618 from trunk
------------------------------------------------------------------------
r40620 | ripley | 2007-01-30 15:18:52 -0500 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R

library()$result had rownames all 'title'

------------------------------------------------------------------------
r40621 | ripley | 2007-01-30 15:42:31 -0500 (Tue, 30 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c
   M /trunk/src/library/base/man/quit.Rd
   M /trunk/src/library/profile/Common.R
   M /trunk/src/library/utils/man/unix/BATCH.Rd
   M /trunk/src/library/utils/man/windows/BATCH.Rd
   M /trunk/src/main/main.c
   M /trunk/src/scripts/BATCH

implement terminal command on R CMD BATCH via .Last.sys
------------------------------------------------------------------------
r40622 | ripley | 2007-01-30 16:21:27 -0500 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/main/platform.c

changes to file.access to work around reported Windows Vista changes

------------------------------------------------------------------------
r40623 | ripley | 2007-01-31 02:24:38 -0500 (Wed, 31 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/regex.c

back out regex upgrade: reported (and confirmed) problems in x86_64 UTF8
------------------------------------------------------------------------
r40624 | ripley | 2007-01-31 03:46:58 -0500 (Wed, 31 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/main/scan.c

mixing declarations and code is not ISO C89
------------------------------------------------------------------------
r40625 | murdoch | 2007-01-31 07:06:16 -0500 (Wed, 31 Jan 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-data.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/base/man/rep.Rd
   M /trunk/src/library/grDevices/man/colorRamp.Rd

Typo and rewording
------------------------------------------------------------------------
r40626 | ripley | 2007-01-31 12:09:16 -0500 (Wed, 31 Jan 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/regex.c

add back a safer version of regex from glibc 2.5
------------------------------------------------------------------------
r40627 | ripley | 2007-01-31 13:11:27 -0500 (Wed, 31 Jan 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/Tukey.Rd

clarification
------------------------------------------------------------------------
r40628 | ripley | 2007-01-31 14:42:13 -0500 (Wed, 31 Jan 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R

use packageStartupMessage

------------------------------------------------------------------------
r40629 | hornik | 2007-02-01 14:57:37 -0500 (Thu, 01 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40630 | hornik | 2007-02-01 14:57:39 -0500 (Thu, 01 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40631 | ripley | 2007-02-01 16:07:07 -0500 (Thu, 01 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Paren.Rd

add \value
------------------------------------------------------------------------
r40632 | ripley | 2007-02-01 16:09:03 -0500 (Thu, 01 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/man/iconv.Rd

add defaults to 'to' and 'from' in iconv
------------------------------------------------------------------------
r40633 | ripley | 2007-02-02 11:42:04 -0500 (Fri, 02 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

add caveat
------------------------------------------------------------------------
r40634 | ripley | 2007-02-02 13:58:00 -0500 (Fri, 02 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/graphics.c

take more care not to switch to a graphics device that is in the process of being closed
------------------------------------------------------------------------
r40635 | maechler | 2007-02-02 18:07:43 -0500 (Fri, 02 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/prop.test.Rd

\references{} thanks to Marc Schwartz
------------------------------------------------------------------------
r40636 | ripley | 2007-02-03 04:53:56 -0500 (Sat, 03 Feb 2007) | 3 lines
Changed paths:
   M /trunk/src/scripts/check.in

need to check for non-ASCII before syntax errors (as might be the cause)
need to check for syntax errors before looking for library() or require() calls

------------------------------------------------------------------------
r40637 | ripley | 2007-02-04 05:11:29 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/uniroot.Rd

clarification
------------------------------------------------------------------------
r40638 | murdoch | 2007-02-04 11:47:21 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/windows/setWindowTitle.Rd

Typo
------------------------------------------------------------------------
r40639 | ripley | 2007-02-04 11:48:59 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/makeLazyLoad.R
   M /trunk/src/scripts/INSTALL.in
   M /trunk/src/scripts/check.in

make more use of Encoding: field in installing packages
------------------------------------------------------------------------
r40640 | murdoch | 2007-02-04 11:49:13 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/source.R
   M /trunk/src/library/base/R/srcfile.R
   M /trunk/src/library/base/man/srcfile.Rd

Fix for handling encodings in srcfile objects
------------------------------------------------------------------------
r40641 | ripley | 2007-02-04 13:36:52 -0500 (Sun, 04 Feb 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/gnuwin32/CHANGES

add \encoding support to CHM help

------------------------------------------------------------------------
r40642 | ripley | 2007-02-04 16:35:33 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/share/perl/R/Rdconv.pm
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES

port r40641 from trunk
------------------------------------------------------------------------
r40643 | ripley | 2007-02-04 16:37:43 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES

match up with R-devel
------------------------------------------------------------------------
r40644 | ripley | 2007-02-04 16:37:53 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

match up with R-patched
------------------------------------------------------------------------
r40645 | ripley | 2007-02-04 16:38:18 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

match up with R-patched
------------------------------------------------------------------------
r40646 | ripley | 2007-02-04 16:38:39 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typo
------------------------------------------------------------------------
r40647 | ripley | 2007-02-04 16:40:16 -0500 (Sun, 04 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/REMOVE.in

missing variable
------------------------------------------------------------------------
r40648 | ripley | 2007-02-05 03:24:55 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

omit checking dependencies of base packages again
------------------------------------------------------------------------
r40649 | ripley | 2007-02-05 03:25:26 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/expression.Rd

clarifications
------------------------------------------------------------------------
r40650 | ripley | 2007-02-05 03:26:34 -0500 (Mon, 05 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/library/base/man/sink.Rd

comments about stdin, stderr in appropriate files

------------------------------------------------------------------------
r40651 | ripley | 2007-02-05 03:26:59 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

omit checking dependencies of base packages again
------------------------------------------------------------------------
r40652 | hornik | 2007-02-05 08:34:14 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Cosmetics.
------------------------------------------------------------------------
r40653 | ripley | 2007-02-05 10:30:43 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/admin.R

avoid bootstrapping problem on Windows only
------------------------------------------------------------------------
r40654 | ripley | 2007-02-05 10:32:08 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Paren.Rd

add comments on visibility
------------------------------------------------------------------------
r40655 | ripley | 2007-02-05 11:04:09 -0500 (Mon, 05 Feb 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/man/file.show.Rd
   M /trunk/src/library/utils/R/help.R

add encoding to title of text help files, and use it via a new
'encoding' argument to file.show.

------------------------------------------------------------------------
r40656 | ripley | 2007-02-05 17:48:23 -0500 (Mon, 05 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/utils/man/windows/SHLIB.Rd

document dllname-win.def

------------------------------------------------------------------------
r40657 | ripley | 2007-02-05 17:49:23 -0500 (Mon, 05 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/files.R

add try() to reencoding in file.show

------------------------------------------------------------------------
r40658 | ripley | 2007-02-05 17:49:54 -0500 (Mon, 05 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/file.show.Rd
   M /trunk/src/library/base/man/options.Rd

clarifications

------------------------------------------------------------------------
r40659 | ripley | 2007-02-05 17:59:43 -0500 (Mon, 05 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

better units in allocation error messages
------------------------------------------------------------------------
r40660 | ripley | 2007-02-06 10:09:21 -0500 (Tue, 06 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/plotdefault.Rd

remove *really* sneaky use of assignment
------------------------------------------------------------------------
r40661 | ripley | 2007-02-06 13:35:01 -0500 (Tue, 06 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/expression.Rd

document what as.expression does
------------------------------------------------------------------------
r40662 | ripley | 2007-02-07 02:35:10 -0500 (Wed, 07 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/contour.Rd

clarification
------------------------------------------------------------------------
r40663 | ripley | 2007-02-07 03:10:35 -0500 (Wed, 07 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/zzz.R
   A /trunk/src/library/grDevices/man/as.graphicsAnnot.Rd
   M /trunk/src/library/graphics/R/axis.R
   M /trunk/src/library/graphics/R/legend.R
   M /trunk/src/library/graphics/R/mtext.R
   M /trunk/src/library/graphics/R/pie.R
   M /trunk/src/library/graphics/R/strwidth.R
   M /trunk/src/library/graphics/R/text.R
   M /trunk/src/library/graphics/R/title.R
   M /trunk/src/library/graphics/man/axis.Rd
   M /trunk/src/library/graphics/man/legend.Rd
   M /trunk/src/library/graphics/man/mtext.Rd
   M /trunk/src/library/graphics/man/pie.Rd
   M /trunk/src/library/graphics/man/strwidth.Rd
   M /trunk/src/library/graphics/man/text.Rd
   M /trunk/src/library/graphics/man/title.Rd
   M /trunk/src/library/grid/R/components.R
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/man/grid.text.Rd
   M /trunk/src/library/grid/man/grid.xaxis.Rd
   M /trunk/src/library/grid/man/grid.yaxis.Rd
   M /trunk/src/main/plot.c

introduce as.graphicsAnnot and make use of it

------------------------------------------------------------------------
r40664 | ripley | 2007-02-07 03:26:45 -0500 (Wed, 07 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/strwidth.Rd

repair example from last commit
------------------------------------------------------------------------
r40665 | ripley | 2007-02-07 05:59:48 -0500 (Wed, 07 Feb 2007) | 4 lines
Changed paths:
   M /trunk/src/library/base/man/zMethods.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/tests/Makefile.in
   M /trunk/tests/Makefile.win
   A /trunk/tests/primitives.R

add tests of primitive functions.
clarify that 'seq.int' dispatches on 'seq'
update methods list of primitives.

------------------------------------------------------------------------
r40666 | ripley | 2007-02-07 13:15:36 -0500 (Wed, 07 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

reduce .SUFFIXES to avoid .y
------------------------------------------------------------------------
r40667 | ripley | 2007-02-07 13:16:25 -0500 (Wed, 07 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/call.Rd
   M /trunk/src/library/base/man/character.Rd
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/integer.Rd
   M /trunk/src/library/base/man/is.function.Rd
   M /trunk/src/library/base/man/is.object.Rd
   M /trunk/src/library/base/man/is.recursive.Rd
   M /trunk/src/library/base/man/is.single.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/logical.Rd
   M /trunk/src/library/base/man/numeric.Rd
   M /trunk/src/library/base/man/real.Rd
   M /trunk/src/library/base/man/zMethods.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/main/coerce.c

stop basic is.type functions being generic
------------------------------------------------------------------------
r40668 | ripley | 2007-02-07 13:19:45 -0500 (Wed, 07 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/builtin.c

make use of NAMED in expression()

------------------------------------------------------------------------
r40669 | ripley | 2007-02-07 13:25:14 -0500 (Wed, 07 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/eval.Rd
   M /trunk/src/library/base/man/expression.Rd
   M /trunk/src/library/base/man/list.Rd

clarifications
------------------------------------------------------------------------
r40670 | ripley | 2007-02-08 02:23:42 -0500 (Thu, 08 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/expression.Rd
   M /trunk/src/main/coerce.c

change coercion of list to expression

------------------------------------------------------------------------
r40671 | ripley | 2007-02-08 02:52:11 -0500 (Thu, 08 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

comment, whitespace
------------------------------------------------------------------------
r40672 | ripley | 2007-02-09 02:58:04 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/parse.R
   M /trunk/src/library/base/R/scan.R
   M /trunk/src/library/base/R/source.R
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/library/base/man/scan.Rd
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/src/library/utils/man/read.table.Rd
   M /trunk/src/main/attrib.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/duplicate.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/main.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/names.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plotmath.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/source.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/tests/simple-true.Rout.save

start marking encoding of CHARSXPs
------------------------------------------------------------------------
r40673 | ripley | 2007-02-09 02:58:51 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

more hiding
------------------------------------------------------------------------
r40674 | ripley | 2007-02-09 03:13:43 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/src/ppr.f
   M /trunk/tests/reg-tests-1.R

fix PR#9502
------------------------------------------------------------------------
r40675 | ripley | 2007-02-09 05:23:42 -0500 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/library/base/man/array.Rd
   M /trunk/src/library/base/man/matrix.Rd
   M /trunk/src/library/base/man/options.Rd

clarifications

------------------------------------------------------------------------
r40676 | ripley | 2007-02-09 10:08:42 -0500 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/connections.R
   M /trunk/src/main/connections.c
   M /trunk/src/main/names.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/util.c

more on encodings of character strings

------------------------------------------------------------------------
r40677 | ripley | 2007-02-09 10:14:38 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/readLines.Rd

tweaks
------------------------------------------------------------------------
r40678 | ripley | 2007-02-09 10:30:30 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   A /trunk/src/library/base/man/Encoding.Rd

commit failed
------------------------------------------------------------------------
r40679 | ripley | 2007-02-09 10:46:22 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/util.c

tweak
------------------------------------------------------------------------
r40680 | ripley | 2007-02-09 10:47:45 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/main/memory.c

modifications for the write barrier test
------------------------------------------------------------------------
r40681 | ripley | 2007-02-09 11:03:14 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

update
------------------------------------------------------------------------
r40682 | ripley | 2007-02-09 16:33:47 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

remove rather slow test
------------------------------------------------------------------------
r40683 | ripley | 2007-02-09 16:34:51 -0500 (Fri, 09 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c
   M /trunk/src/main/names.c
   M /trunk/src/main/summary.c

don't translate file names
------------------------------------------------------------------------
r40684 | ripley | 2007-02-10 03:21:08 -0500 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/pmax.R
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/main/summary.c

add fast internal pmax/pmin

------------------------------------------------------------------------
r40685 | ripley | 2007-02-10 03:40:17 -0500 (Sat, 10 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/zMethods.Rd

[cr]bind are internal generics
------------------------------------------------------------------------
r40686 | ripley | 2007-02-10 03:56:28 -0500 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/tests/reg-tests-2.Rout.save

methods() now knows [cr]bind are generic

------------------------------------------------------------------------
r40687 | ripley | 2007-02-10 03:57:03 -0500 (Sat, 10 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/zzz.R

simplify now is.language is no longer generic
------------------------------------------------------------------------
r40688 | maechler | 2007-02-10 12:28:17 -0500 (Sat, 10 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/prop.test.Rd

cosmetic with ","
------------------------------------------------------------------------
r40689 | maechler | 2007-02-10 12:30:08 -0500 (Sat, 10 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/NULL.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/is.language.Rd
   M /trunk/src/library/base/man/name.Rd

docu update for is.*() no longer generic
------------------------------------------------------------------------
r40690 | maechler | 2007-02-10 13:06:22 -0500 (Sat, 10 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/man/Classes.Rd

cosmetic
------------------------------------------------------------------------
r40691 | ripley | 2007-02-11 03:47:03 -0500 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/pmax.R
   M /trunk/tests/reg-tests-2.R

add some regression tests, seems removing dim() removes names too.

------------------------------------------------------------------------
r40692 | ripley | 2007-02-11 04:54:39 -0500 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/main/platform.c
   M /trunk/src/main/sysutils.c

a bit more translation of known encodings

------------------------------------------------------------------------
r40693 | ripley | 2007-02-11 04:55:27 -0500 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/pmax.R
   M /trunk/src/library/base/man/dim.Rd
   M /trunk/tests/reg-tests-2.Rout.save

dim<- removes names but did not say so.
update regression tests.

------------------------------------------------------------------------
r40694 | hornik | 2007-02-11 06:51:32 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40695 | hornik | 2007-02-11 06:51:34 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40696 | ripley | 2007-02-11 07:50:49 -0500 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/library/base/man/readLines.Rd
   M /trunk/src/library/base/man/scan.Rd
   M /trunk/src/library/utils/man/read.table.Rd

documentation updates

------------------------------------------------------------------------
r40697 | ripley | 2007-02-11 09:06:11 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/Makefile.in
   M /trunk/src/library/methods/R/Makefile.win
   M /trunk/src/library/methods/R/zzz.R

tweaks to messages
------------------------------------------------------------------------
r40698 | ripley | 2007-02-11 09:11:08 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/methods/R/zzz.R

tweaks to messages
------------------------------------------------------------------------
r40699 | ripley | 2007-02-11 15:06:33 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update
------------------------------------------------------------------------
r40700 | ripley | 2007-02-11 15:07:44 -0500 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/editor.c
   M /trunk/src/gnuwin32/opt.c
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Fileio.h
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/serialize.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/unix/sys-std.c

use R_fopen consistently.
move towards a wchar interface for filenames on Windows.

------------------------------------------------------------------------
r40701 | ripley | 2007-02-11 15:11:16 -0500 (Sun, 11 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/eval.c

tweaks
------------------------------------------------------------------------
r40702 | ripley | 2007-02-12 02:54:22 -0500 (Mon, 12 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/admin.R

allow installation in 'C' locale without re-encoding

------------------------------------------------------------------------
r40703 | ripley | 2007-02-12 04:27:51 -0500 (Mon, 12 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/which.R

which(x, arr.ind = TRUE) failed for 0-length input

------------------------------------------------------------------------
r40704 | ripley | 2007-02-12 06:34:25 -0500 (Mon, 12 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c
   M /trunk/src/main/format.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c

more on marked character strings
------------------------------------------------------------------------
r40705 | ripley | 2007-02-13 02:41:19 -0500 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/rawConversion.Rd
   M /trunk/src/main/CConverters.c
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/apply.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/colors.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/debug.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/deriv.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/duplicate.c
   M /trunk/src/main/engine.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/gevents.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/identical.c
   M /trunk/src/main/iosupport.c
   M /trunk/src/main/main.c
   M /trunk/src/main/mapply.c
   M /trunk/src/main/match.c
   M /trunk/src/main/model.c
   M /trunk/src/main/names.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/options.c
   M /trunk/src/main/par.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/plotmath.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/relop.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/serialize.c
   M /trunk/src/main/sort.c
   M /trunk/src/main/source.c
   M /trunk/src/main/sprintf.c
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c

bugfix in duplicate on CHARSXPs
more use of translateChar

------------------------------------------------------------------------
r40706 | ripley | 2007-02-13 04:14:20 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/unix/edit.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/sys-unix.c

more use of translateChar
------------------------------------------------------------------------
r40707 | ripley | 2007-02-13 04:16:57 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/tests/reg-tests-1.R

add regression test for 'which'

------------------------------------------------------------------------
r40708 | hornik | 2007-02-13 05:17:13 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40709 | hornik | 2007-02-13 05:17:15 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40710 | ripley | 2007-02-13 05:30:38 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

more on names as dimnames for 1D arrays.

------------------------------------------------------------------------
r40711 | ripley | 2007-02-13 10:02:06 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/main/dotcode.c

ENCODING arg to .C/.Fortran has been there since 2.1.0, but never documented.

------------------------------------------------------------------------
r40712 | ripley | 2007-02-13 10:16:20 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/sysutils.c

export translateChar, fix up non-ICONV declaration

------------------------------------------------------------------------
r40713 | ripley | 2007-02-13 10:18:33 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h

update
------------------------------------------------------------------------
r40714 | ripley | 2007-02-13 10:32:01 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/main/util.c

tweaks
------------------------------------------------------------------------
r40715 | ripley | 2007-02-13 10:36:36 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/main/sysutils.c

tweak

------------------------------------------------------------------------
r40716 | ripley | 2007-02-13 11:07:07 -0500 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devPicTeX.c
   M /trunk/src/library/grid/src/grid.c
   M /trunk/src/library/grid/src/util.c
   M /trunk/src/library/stats/src/nls.c
   M /trunk/src/library/stats/src/port.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tools/src/Rmd5.c
   M /trunk/src/library/tools/src/text.c
   M /trunk/src/modules/internet/internet.c

make use of translateChar

------------------------------------------------------------------------
r40717 | ripley | 2007-02-13 13:49:26 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/preferences.c

add header
------------------------------------------------------------------------
r40718 | ripley | 2007-02-13 15:12:42 -0500 (Tue, 13 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/bind.c

safer code
------------------------------------------------------------------------
r40719 | ripley | 2007-02-14 01:32:47 -0500 (Wed, 14 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/attr.Rd
   M /trunk/src/main/attrib.c
   M /trunk/tests/reg-tests-1.R
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

bugfixes to detecting duplicate attributes
------------------------------------------------------------------------
r40720 | hornik | 2007-02-14 03:36:47 -0500 (Wed, 14 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40721 | hornik | 2007-02-14 03:36:49 -0500 (Wed, 14 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40722 | ripley | 2007-02-14 05:56:19 -0500 (Wed, 14 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/admin.R

more on C locales
------------------------------------------------------------------------
r40723 | ripley | 2007-02-15 02:34:28 -0500 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/utils.R

stop(call.=FALSE) does not work with condition objects

------------------------------------------------------------------------
r40724 | ripley | 2007-02-15 04:19:22 -0500 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/main/list.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/plot.c

do not use strlen() to check for zero length.

------------------------------------------------------------------------
r40725 | ripley | 2007-02-15 08:45:43 -0500 (Thu, 15 Feb 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/options.c
   M /trunk/src/scripts/check.in

allow warnings for unrecognized escapes to be switched off.
translate NAMESPACE file if encoding is given.
make R CMD check --no-install work for bundles.

------------------------------------------------------------------------
r40726 | ripley | 2007-02-15 08:48:11 -0500 (Thu, 15 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r40727 | ripley | 2007-02-15 10:06:47 -0500 (Thu, 15 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update advice
------------------------------------------------------------------------
r40728 | hornik | 2007-02-15 10:33:03 -0500 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Say that CRAN does not accept binary submissions.

------------------------------------------------------------------------
r40729 | hornik | 2007-02-15 10:57:02 -0500 (Thu, 15 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40730 | hornik | 2007-02-15 10:57:04 -0500 (Thu, 15 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40731 | ripley | 2007-02-15 12:09:07 -0500 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/check.in

use NOTE if non-ASCII files are found in a package with declared encoding

------------------------------------------------------------------------
r40732 | ripley | 2007-02-15 12:29:15 -0500 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

choose a suitable encoding for syntax check in packages which declare an encoding.

------------------------------------------------------------------------
r40733 | ripley | 2007-02-16 01:58:44 -0500 (Fri, 16 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tools/NAMESPACE
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/scripts/check.in

add checks for non-ASCII datasets in packages

------------------------------------------------------------------------
r40734 | hornik | 2007-02-16 02:56:52 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/NAMESPACE
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/scripts/check.in

Improve checking for package code syntax errors.
------------------------------------------------------------------------
r40735 | ripley | 2007-02-16 03:05:15 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

avoid sQuote
------------------------------------------------------------------------
r40736 | ripley | 2007-02-16 03:29:18 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/l10n_info.Rd
   M /trunk/src/main/platform.c

enhance l10n_info
------------------------------------------------------------------------
r40737 | ripley | 2007-02-16 06:35:12 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/utils.R

more on package locales, especially for testing
------------------------------------------------------------------------
r40738 | ripley | 2007-02-16 07:47:47 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/tools/R/QC.R

allow testing in UTF-8 locales via UTF-8
------------------------------------------------------------------------
r40739 | ripley | 2007-02-16 12:37:20 -0500 (Fri, 16 Feb 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/cran/index.in
   M /trunk/src/gnuwin32/cran/rdevel.in
   M /trunk/src/gnuwin32/cran/rpatched.in
   M /trunk/src/gnuwin32/rw-FAQ.texi

change to -O3 even for packages
documentation updates (e.g. for Vista)

------------------------------------------------------------------------
r40740 | hornik | 2007-02-16 12:44:37 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40741 | hornik | 2007-02-16 12:44:39 -0500 (Fri, 16 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40742 | hornik | 2007-02-17 04:01:17 -0500 (Sat, 17 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40743 | hornik | 2007-02-17 04:01:19 -0500 (Sat, 17 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40744 | hornik | 2007-02-17 08:12:41 -0500 (Sat, 17 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Simplify.
------------------------------------------------------------------------
r40745 | ripley | 2007-02-18 03:05:59 -0500 (Sun, 18 Feb 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/contour.R
   M /trunk/src/library/graphics/man/contour.Rd
   M /trunk/src/library/stats/R/mlm.R

pass ... on to Axis and box in contour()
summary.mlm did not handle responses named ""

------------------------------------------------------------------------
r40746 | ripley | 2007-02-18 03:47:43 -0500 (Sun, 18 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/src/devPS.c

fix PR#9517
------------------------------------------------------------------------
r40747 | ripley | 2007-02-18 16:26:05 -0500 (Sun, 18 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/modules/X11/dataentry.c

fixes to dataeditor
------------------------------------------------------------------------
r40748 | ripley | 2007-02-18 16:37:37 -0500 (Sun, 18 Feb 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c

fixes to dataeditor like r40707 for X11
move all to global variables to a structure, for a future data viewer.

------------------------------------------------------------------------
r40749 | ripley | 2007-02-19 02:00:43 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

fix charset issues in the last change
------------------------------------------------------------------------
r40750 | ripley | 2007-02-19 02:03:23 -0500 (Mon, 19 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/include/Internal.h
   M /trunk/src/library/utils/NAMESPACE
   M /trunk/src/library/utils/R/edit.R
   A /trunk/src/library/utils/man/View.Rd
   M /trunk/src/main/names.c
   M /trunk/src/unix/X11.c

add data viewer: beginnings only for X11

------------------------------------------------------------------------
r40751 | ripley | 2007-02-19 02:11:32 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/include/Internal.h
   M /trunk/src/unix/X11.c

typo
------------------------------------------------------------------------
r40752 | ripley | 2007-02-19 04:18:10 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/NAMESPACE

View for Unix (just a stub for now)
------------------------------------------------------------------------
r40753 | ripley | 2007-02-19 04:32:27 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/man/View.Rd

update
------------------------------------------------------------------------
r40754 | ripley | 2007-02-19 05:17:01 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Rmodules/RX11.h
   M /trunk/src/modules/X11/dataentry.c
   M /trunk/src/modules/X11/devX11.c
   M /trunk/src/unix/X11.c

next step towards an X11 data viewer (still modal)
------------------------------------------------------------------------
r40755 | ripley | 2007-02-19 09:16:48 -0500 (Mon, 19 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/man/View.Rd
   M /trunk/src/modules/X11/dataentry.c

more on data viewer

------------------------------------------------------------------------
r40756 | ripley | 2007-02-19 10:50:25 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/dataentry.c

more on data viewer
------------------------------------------------------------------------
r40757 | ripley | 2007-02-19 11:57:02 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c

updates to data viewer
------------------------------------------------------------------------
r40758 | ripley | 2007-02-19 17:53:03 -0500 (Mon, 19 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c

tweaks to scrollbars
------------------------------------------------------------------------
r40759 | ripley | 2007-02-20 02:00:50 -0500 (Tue, 20 Feb 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/modules/X11/dataentry.c

allow multiple data editors/viewers
solve some problems with expose/resize in X11 data editor

------------------------------------------------------------------------
r40760 | ripley | 2007-02-20 03:21:34 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/tests/internet.Rout.save

update
------------------------------------------------------------------------
r40761 | ripley | 2007-02-20 03:52:48 -0500 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/smspline.R
   M /trunk/src/library/stats/man/supsmu.Rd
   M /trunk/src/nmath/plnorm.c
   M /trunk/tests/reg-tests-1.R

fix PR#9519 and PR#9520

------------------------------------------------------------------------
r40762 | ripley | 2007-02-20 03:54:13 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS

document fix for PR#9519
------------------------------------------------------------------------
r40763 | hornik | 2007-02-20 04:16:19 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40764 | hornik | 2007-02-20 04:16:21 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40765 | ripley | 2007-02-20 06:50:10 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/doc/manual/R-admin.texi
   M /trunk/m4/R.m4
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/iconv.Rd

make iconv essential, allow make check to fail if overridden
------------------------------------------------------------------------
r40766 | ripley | 2007-02-20 13:26:45 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/tests/no-segfault.Rin

update
------------------------------------------------------------------------
r40767 | ripley | 2007-02-20 15:15:30 -0500 (Tue, 20 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

use macro for size of context stack
------------------------------------------------------------------------
r40768 | ripley | 2007-02-20 15:28:13 -0500 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/Rdiff

improved Rdiff

------------------------------------------------------------------------
r40769 | ripley | 2007-02-21 03:26:01 -0500 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/main/names.c
   M /trunk/src/main/summary.c
   M /trunk/tests/reg-tests-1.R

improvements to which.min, including fixing PR#9522

------------------------------------------------------------------------
r40770 | ripley | 2007-02-21 07:04:24 -0500 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/graphapp/dialogs.c
   M /trunk/src/library/grDevices/src/devWindows.c

add defautl extension on devga's save as menu items

------------------------------------------------------------------------
r40771 | ripley | 2007-02-21 07:05:08 -0500 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/which.min.Rd
   M /trunk/src/main/summary.c

add tests for change to which.min/max

------------------------------------------------------------------------
r40772 | ripley | 2007-02-21 07:11:57 -0500 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/gnuwin32/CHANGES

small docu changes

------------------------------------------------------------------------
r40773 | ripley | 2007-02-21 07:30:54 -0500 (Wed, 21 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R

fix apparent typo
------------------------------------------------------------------------
r40774 | ripley | 2007-02-21 10:33:43 -0500 (Wed, 21 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

fix for Solaris
------------------------------------------------------------------------
r40775 | ripley | 2007-02-22 02:16:48 -0500 (Thu, 22 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/DateTimeClasses.Rd

updates

------------------------------------------------------------------------
r40776 | ripley | 2007-02-22 02:18:08 -0500 (Thu, 22 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/unix/Rembedded.c

Rf_initEmbeddedR now sets R_Interactive=TRUE consistently across platforms.

------------------------------------------------------------------------
r40777 | ripley | 2007-02-22 03:18:47 -0500 (Thu, 22 Feb 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakePkg

add cleaup.win, document that this an configure.win are shell scripts

------------------------------------------------------------------------
r40778 | ripley | 2007-02-22 03:23:45 -0500 (Thu, 22 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

stress that 'public' does not mean API
------------------------------------------------------------------------
r40779 | ripley | 2007-02-22 08:57:23 -0500 (Thu, 22 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/stats/man/glm.summaries.Rd
   M /trunk/src/library/stats/man/lm.summaries.Rd
   M /trunk/src/library/stats/man/residuals.Rd
   M /trunk/src/main/context.c

documentation clarifications
------------------------------------------------------------------------
r40780 | hornik | 2007-02-22 13:04:09 -0500 (Thu, 22 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40781 | hornik | 2007-02-22 13:04:11 -0500 (Thu, 22 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40782 | ripley | 2007-02-23 02:54:07 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clarifications
------------------------------------------------------------------------
r40783 | hornik | 2007-02-23 02:54:54 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40784 | hornik | 2007-02-23 02:54:56 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40785 | ripley | 2007-02-23 04:24:32 -0500 (Fri, 23 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/man/difftime.Rd

typos

------------------------------------------------------------------------
r40786 | ripley | 2007-02-23 07:01:01 -0500 (Fri, 23 Feb 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tools/R/QC.R

fix PR#9459

------------------------------------------------------------------------
r40787 | ripley | 2007-02-23 07:16:32 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

typo
------------------------------------------------------------------------
r40788 | ripley | 2007-02-23 07:44:22 -0500 (Fri, 23 Feb 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/front-ends/md5check.c
   M /trunk/src/gnuwin32/malloc.c
   M /trunk/src/include/R_ext/RS.h

1) Use trio_[v]s[n]printf in packages.
2) Update the dlmalloc to 2.8.3.

------------------------------------------------------------------------
r40789 | ripley | 2007-02-23 08:03:34 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typo
------------------------------------------------------------------------
r40790 | ripley | 2007-02-23 10:27:57 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/R/windows/install.packages.R

improve messages
------------------------------------------------------------------------
r40791 | ripley | 2007-02-23 11:02:31 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

add comments on update.packages and Vista
------------------------------------------------------------------------
r40792 | ripley | 2007-02-23 12:44:48 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

using trio_snprintf seems to cause tcltk crashes, so back out
------------------------------------------------------------------------
r40793 | ripley | 2007-02-23 12:48:50 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/RS.h

using trio_snprintf seems to cause tcltk crashes, so back out
------------------------------------------------------------------------
r40794 | hornik | 2007-02-23 15:42:13 -0500 (Fri, 23 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Vignettes.R

Improve indicating where building vignettes failed.
------------------------------------------------------------------------
r40795 | ripley | 2007-02-24 01:48:24 -0500 (Sat, 24 Feb 2007) | 1 line
Changed paths:
   M /trunk/etc/repositories

change entry name
------------------------------------------------------------------------
r40796 | ripley | 2007-02-24 08:54:26 -0500 (Sat, 24 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

document translateChar()
------------------------------------------------------------------------
r40797 | luke | 2007-02-24 10:28:10 -0500 (Sat, 24 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   A /trunk/src/library/base/R/callCC.R
   A /trunk/src/library/base/man/callCC.Rd

Added callCC function.
------------------------------------------------------------------------
r40798 | luke | 2007-02-24 12:58:53 -0500 (Sat, 24 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/include/Internal.h
   M /trunk/src/main/errors.c
   M /trunk/src/main/names.c

Added .Internal(seterrmessage()).
------------------------------------------------------------------------
r40799 | luke | 2007-02-24 21:41:31 -0500 (Sat, 24 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/include/Internal.h
   M /trunk/src/main/errors.c
   M /trunk/src/main/names.c

Added .Internal(printDeferredWarnings()).
------------------------------------------------------------------------
r40800 | ripley | 2007-02-25 02:27:24 -0500 (Sun, 25 Feb 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/aqua/install.packages.R
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/R/windows/install.packages.R
   M /trunk/src/library/utils/R/windows/linkhtml.R

improve messages from install.packages

------------------------------------------------------------------------
r40801 | ripley | 2007-02-25 03:22:29 -0500 (Sun, 25 Feb 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/malloc.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/unix/X11.c

tidy up visibility
------------------------------------------------------------------------
r40802 | ripley | 2007-02-25 05:20:45 -0500 (Sun, 25 Feb 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-en@quot.po
   M /trunk/src/library/grid/po/R-fr.po
   M /trunk/src/library/grid/po/R-grid.pot
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-ko.po
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/grid/po/R-zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/pt_BR/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/tools/po/fr.po
   M /trunk/src/library/tools/po/it.po
   M /trunk/src/library/tools/po/ja.po
   M /trunk/src/library/tools/po/ko.po
   M /trunk/src/library/tools/po/pt_BR.po
   M /trunk/src/library/tools/po/ru.po
   M /trunk/src/library/tools/po/tools.pot
   M /trunk/src/library/tools/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

translation updates
------------------------------------------------------------------------
r40803 | ripley | 2007-02-25 06:02:01 -0500 (Sun, 25 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/make/vars.mk
   M /trunk/src/scripts/check.in

work in codetools as recommended package
------------------------------------------------------------------------
r40804 | luke | 2007-02-25 13:19:29 -0500 (Sun, 25 Feb 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/man/conditions.Rd
   M /trunk/src/library/base/man/try.Rd
   M /trunk/src/main/errors.c

Revised try() to use tryCatch().
------------------------------------------------------------------------
r40805 | hornik | 2007-02-26 04:38:12 -0500 (Mon, 26 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40806 | hornik | 2007-02-26 04:38:14 -0500 (Mon, 26 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40807 | hornik | 2007-02-28 09:42:44 -0500 (Wed, 28 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40808 | hornik | 2007-02-28 09:42:46 -0500 (Wed, 28 Feb 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40809 | leisch | 2007-02-28 17:46:04 -0500 (Wed, 28 Feb 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

2 new mirrors
------------------------------------------------------------------------
r40810 | rgentlem | 2007-03-01 21:09:12 -0500 (Thu, 01 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/main/subset.c

patch to make R warn if $ is used on a character vector

------------------------------------------------------------------------
r40811 | rgentlem | 2007-03-01 21:09:38 -0500 (Thu, 01 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

oops - meant on atomic vectors

------------------------------------------------------------------------
r40812 | urbaneks | 2007-03-02 17:28:13 -0500 (Fri, 02 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/front-ends/rtest.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/R_ext/RStartup.h
   M /trunk/src/include/Rinterface.h
   M /trunk/src/main/printutils.c
   M /trunk/src/unix/Runix.h
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c
   M /trunk/src/unix/system.txt

Added R_WriteConsoleEx fn + callback
------------------------------------------------------------------------
r40813 | urbaneks | 2007-03-03 21:01:53 -0500 (Sat, 03 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c

fix a typo; disable bold errors/warnings for now
------------------------------------------------------------------------
r40814 | murdoch | 2007-03-05 12:47:13 -0500 (Mon, 05 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-lang.texi
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/reshape.Rd

Typos
------------------------------------------------------------------------
r40815 | hornik | 2007-03-05 16:27:23 -0500 (Mon, 05 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/models.R

Atomic vectors can have a formula attribute.
------------------------------------------------------------------------
r40816 | hornik | 2007-03-05 16:28:24 -0500 (Mon, 05 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

Ensure we just get the default library.
------------------------------------------------------------------------
r40817 | rgentlem | 2007-03-06 11:03:50 -0500 (Tue, 06 Mar 2007) | 3 lines
Changed paths:
   M /trunk/src/library/stats/NAMESPACE
   M /trunk/src/library/stats/R/models.R

fixing a buglet that crept in from the change to have $ warn
when applied to an atomic vector

------------------------------------------------------------------------
r40818 | tlumley | 2007-03-06 17:38:03 -0500 (Tue, 06 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/capabilities.Rd
   M /trunk/src/main/platform.c

add "profmem" to capabilities()

------------------------------------------------------------------------
r40819 | hornik | 2007-03-08 04:43:17 -0500 (Thu, 08 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40820 | hornik | 2007-03-08 04:43:19 -0500 (Thu, 08 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40821 | murdoch | 2007-03-10 07:55:52 -0500 (Sat, 10 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

Corrected entry for file dialog changes.
------------------------------------------------------------------------
r40822 | bates | 2007-03-11 10:28:48 -0400 (Sun, 11 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/init.c
   M /trunk/src/library/stats/src/port.c
   M /trunk/src/library/stats/src/port.h

Register port optimization routines as CCallable
------------------------------------------------------------------------
r40823 | bates | 2007-03-11 10:29:29 -0400 (Sun, 11 Mar 2007) | 1 line
Changed paths:
   A /trunk/src/library/stats/inst/include
   A /trunk/src/library/stats/inst/include/stats.h
   A /trunk/src/library/stats/inst/include/stats_stubs.c

Provide headers and stubs for port optimization routines
------------------------------------------------------------------------
r40824 | bates | 2007-03-11 14:01:48 -0400 (Sun, 11 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/Makefile.in

Move inst/include directory to installation directory
------------------------------------------------------------------------
r40825 | hornik | 2007-03-12 05:23:30 -0400 (Mon, 12 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40826 | hornik | 2007-03-12 05:23:32 -0400 (Mon, 12 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40827 | murdoch | 2007-03-12 14:53:42 -0400 (Mon, 12 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/main/memory.c

Port part of trunk r40659 to prevent segfaults from blocksize calculation overflow.
------------------------------------------------------------------------
r40828 | murdoch | 2007-03-12 14:59:15 -0400 (Mon, 12 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS

Copy NEWS entry from R-patched r40827
------------------------------------------------------------------------
r40829 | maechler | 2007-03-13 01:45:12 -0400 (Tue, 13 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

one typo; lots of TABs

------------------------------------------------------------------------
r40830 | hornik | 2007-03-13 04:10:20 -0400 (Tue, 13 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40831 | hornik | 2007-03-13 04:10:22 -0400 (Tue, 13 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40832 | maechler | 2007-03-13 05:38:48 -0400 (Tue, 13 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/man/dendrogram.Rd
   M /trunk/tests/reg-tests-1.R

fix str.dendrogram( max.level )
------------------------------------------------------------------------
r40833 | ripley | 2007-03-14 09:13:56 -0400 (Wed, 14 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Extract.Rd

spacing in NEWS, mention that $ on a non-recursive object now gives a warning

------------------------------------------------------------------------
r40834 | urbaneks | 2007-03-14 10:32:12 -0400 (Wed, 14 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS

added NEWS for 40812
------------------------------------------------------------------------
r40835 | hornik | 2007-03-14 19:15:26 -0400 (Wed, 14 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/help.R

Fix a problem with multiple topic match menus.
------------------------------------------------------------------------
r40836 | ripley | 2007-03-15 11:31:41 -0400 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/tests/reg-tests-1.R

fix for PR#9565
------------------------------------------------------------------------
r40837 | hornik | 2007-03-15 14:50:59 -0400 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40838 | hornik | 2007-03-15 14:51:01 -0400 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40839 | murdoch | 2007-03-15 22:02:44 -0400 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/Sweave.R

Fix for PR#9567: Sweave mishandled chunk names ending in R.
------------------------------------------------------------------------
r40840 | maechler | 2007-03-16 04:35:57 -0400 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/RShowDoc.R

cosmetic: using paste.()
------------------------------------------------------------------------
r40841 | ripley | 2007-03-16 11:30:08 -0400 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/persp.Rd

clarify that persp() uses cex() for annotations
------------------------------------------------------------------------
r40842 | bates | 2007-03-16 12:02:03 -0400 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   D /trunk/src/library/stats/inst/include/stats.h
   A /trunk/src/library/stats/inst/include/stats_package.h (from /trunk/src/library/stats/inst/include/stats.h:40840)

Rename stats.h to a less generic name
------------------------------------------------------------------------
r40843 | bates | 2007-03-16 14:31:21 -0400 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/port.c

extend precision of objective function values in verbose nlminb output
------------------------------------------------------------------------
r40844 | bates | 2007-03-16 14:32:45 -0400 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Makefile.in
   A /trunk/src/include/R_ext/stats_package.h (from /trunk/src/library/stats/inst/include/stats_package.h:40842)
   A /trunk/src/include/R_ext/stats_stubs.c (from /trunk/src/library/stats/inst/include/stats_stubs.c:40840)
   M /trunk/src/library/stats/Makefile.in
   D /trunk/src/library/stats/inst/include/stats_package.h
   D /trunk/src/library/stats/inst/include/stats_stubs.c

Move installed header and stubs for stats packageto include/R_ext
------------------------------------------------------------------------
r40845 | rgentlem | 2007-03-16 21:38:12 -0400 (Fri, 16 Mar 2007) | 3 lines
Changed paths:
   M /trunk/src/main/subset.c

patch to induce a warning when $ is applied to an S4 instance - and there
is no appropriate method

------------------------------------------------------------------------
r40846 | ripley | 2007-03-17 03:37:21 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

typo
------------------------------------------------------------------------
r40847 | pd | 2007-03-17 05:00:35 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/New-Internal.R

tryCatch issue with anonymous functions
------------------------------------------------------------------------
r40848 | ripley | 2007-03-17 06:49:02 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typos
------------------------------------------------------------------------
r40849 | murdoch | 2007-03-17 12:14:57 -0400 (Sat, 17 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

Reformat Windows news to be compatible with readNEWS()
function.
------------------------------------------------------------------------
r40850 | murdoch | 2007-03-17 14:23:17 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

Missed two conflict markers
------------------------------------------------------------------------
r40851 | maechler | 2007-03-17 15:27:51 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

regression test for try(...<anonymous>)
------------------------------------------------------------------------
r40852 | maechler | 2007-03-17 15:31:06 -0400 (Sat, 17 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/NAMESPACE
   M /trunk/src/library/stats/R/prcomp.R
   M /trunk/src/library/stats/R/princomp-add.R
   M /trunk/src/library/stats/man/prcomp.Rd
   M /trunk/src/library/stats/man/screeplot.Rd

screeplot (S3)generic & default method
------------------------------------------------------------------------
r40853 | ripley | 2007-03-18 08:43:05 -0400 (Sun, 18 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/md5check.c

update
------------------------------------------------------------------------
r40854 | ripley | 2007-03-18 08:47:43 -0400 (Sun, 18 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/models.R

need to set attr
------------------------------------------------------------------------
r40855 | ripley | 2007-03-20 04:36:24 -0400 (Tue, 20 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h

typo
------------------------------------------------------------------------
r40856 | hornik | 2007-03-20 05:05:55 -0400 (Tue, 20 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40857 | hornik | 2007-03-20 05:05:57 -0400 (Tue, 20 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40858 | ripley | 2007-03-20 14:59:53 -0400 (Tue, 20 Mar 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/extra.c

need to be able to unset C99 for use with pre-4.3.0 GFortran binaries, as
the MinGW headers are not compatible with the C99 handling of inlines.

------------------------------------------------------------------------
r40859 | ripley | 2007-03-21 05:45:48 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/choose.c
   M /trunk/tests/reg-tests-1.R

force choose(n, k) to be integer when n is
------------------------------------------------------------------------
r40860 | maechler | 2007-03-21 06:56:55 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/calc.R
   M /trunk/src/library/grDevices/man/nclass.Rd

nclass.scott(x), nclass.FD(x) for var(x)==0
------------------------------------------------------------------------
r40861 | maechler | 2007-03-21 09:24:55 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R

library(): fix "masked" warning for case of > 1
------------------------------------------------------------------------
r40862 | maechler | 2007-03-21 09:27:59 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/library/base/R/library.R

library(): fix "masked" warning [manual port of rev 40861 from R-devel]
------------------------------------------------------------------------
r40863 | ripley | 2007-03-21 10:59:33 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/main/xspline.c

remove -Wall warning for gcc pre-4.3.0
------------------------------------------------------------------------
r40864 | maechler | 2007-03-21 11:59:40 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/cbind.R
   M /trunk/src/library/methods/R/rbind.R
   M /trunk/tests/reg-S4.R

apply long-standing "FIXME" to methods:::[rc]bind()
------------------------------------------------------------------------
r40865 | maechler | 2007-03-21 12:02:33 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/NEWS
   M /branches/R-2-4-branch/src/library/methods/R/cbind.R
   M /branches/R-2-4-branch/src/library/methods/R/rbind.R

Revision 40864 {methods:::[rc]bind()} ported from trunk
------------------------------------------------------------------------
r40866 | ripley | 2007-03-21 12:09:36 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats/po/it.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats/po/ko.po
   M /trunk/src/library/stats/po/pt_BR.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats/po/stats.pot
   M /trunk/src/library/stats/po/zh_CN.po

update .pot files
------------------------------------------------------------------------
r40867 | ripley | 2007-03-21 12:12:56 -0400 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-S4.Rout.save

update output file for r40864
------------------------------------------------------------------------
r40868 | ripley | 2007-03-21 17:23:01 -0400 (Wed, 21 Mar 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

pass optimization flag to src/extra/intl
set C99FLAGS appropriately by default for BUILD=GFORTRAN

------------------------------------------------------------------------
r40869 | ripley | 2007-03-22 03:38:08 -0400 (Thu, 22 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c

avoid a warning in gcc 4,3.0

------------------------------------------------------------------------
r40870 | ripley | 2007-03-22 03:55:43 -0400 (Thu, 22 Mar 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/include/Rinlinedfuns.h

use gnu_inline attribute where needed

------------------------------------------------------------------------
r40871 | ripley | 2007-03-22 07:48:25 -0400 (Thu, 22 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/strptime.Rd
   M /trunk/src/main/datetime.c
   M /trunk/tests/reg-tests-1.R

fix for PR#9577
------------------------------------------------------------------------
r40872 | ripley | 2007-03-22 09:18:27 -0400 (Thu, 22 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

layout fixes
------------------------------------------------------------------------
r40873 | ripley | 2007-03-22 10:40:48 -0400 (Thu, 22 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/md5check.c

get md5check working again
------------------------------------------------------------------------
r40874 | ripley | 2007-03-22 12:55:57 -0400 (Thu, 22 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/trio/trio.c

improve round-to-even computations (for sprintf("%.4g", 4818.5)).

------------------------------------------------------------------------
r40875 | ripley | 2007-03-22 12:59:12 -0400 (Thu, 22 Mar 2007) | 1 line
Changed paths:
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot

update
------------------------------------------------------------------------
r40876 | rgentlem | 2007-03-23 19:50:29 -0400 (Fri, 23 Mar 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/attach.R
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/man/detach.Rd

patches to have detach be a bit smarter about unloading, and removing methods
only if unloading was successful (packages were being left in very inconsistent states) 

------------------------------------------------------------------------
r40877 | murdoch | 2007-03-24 18:33:49 -0400 (Sat, 24 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/main/util.c

Bug in do_basename, pointed out by Jeffrey Horner
------------------------------------------------------------------------
r40878 | murdoch | 2007-03-24 18:36:51 -0400 (Sat, 24 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/cran/index.in

Typo
------------------------------------------------------------------------
r40879 | murdoch | 2007-03-24 19:10:27 -0400 (Sat, 24 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/library/utils/R/Sweave.R

Port of r40839 from trunk.  (Forgot to commit earlier; the NEWS entry was committed in r40862).
------------------------------------------------------------------------
r40880 | rgentlem | 2007-03-24 19:20:33 -0400 (Sat, 24 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/SClasses.R

patched the initialize code to reduce copying

------------------------------------------------------------------------
r40881 | murdoch | 2007-03-24 19:30:47 -0400 (Sat, 24 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/main/util.c

Port of r40877 (do_basename bug) from trunk
------------------------------------------------------------------------
r40882 | murdoch | 2007-03-24 19:45:08 -0400 (Sat, 24 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/Sweave.R
   M /trunk/src/library/utils/man/RweaveLatex.Rd

Add expand=FALSE and concordance=TRUE options to RweaveLatex.  (Defaults to old behaviour).
------------------------------------------------------------------------
r40883 | ripley | 2007-03-25 02:59:26 -0400 (Sun, 25 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/format.Date.Rd
   M /trunk/src/library/base/man/locales.Rd
   M /trunk/src/library/base/man/strptime.Rd

clarifications

------------------------------------------------------------------------
r40884 | ripley | 2007-03-25 03:21:19 -0400 (Sun, 25 Mar 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/src/devPS.c

introduce paper="US" (postscript and pdf) and (pdf only) "a4r" and "USr".
tidying up in NEWS.

------------------------------------------------------------------------
r40885 | ripley | 2007-03-25 06:53:06 -0400 (Sun, 25 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/mosaicplot.R
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/src/library/utils/R/write.table.R
   M /trunk/src/library/utils/man/read.table.Rd
   M /trunk/src/library/utils/man/write.table.Rd
   M /trunk/tests/reg-tests-1.R

fixes to mosaicplot and write.table (and tweak to read.table)

------------------------------------------------------------------------
r40886 | hornik | 2007-03-25 15:25:52 -0400 (Sun, 25 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40887 | hornik | 2007-03-25 15:25:57 -0400 (Sun, 25 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40888 | ripley | 2007-03-26 05:12:33 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/hsv.Rd
   M /trunk/src/library/grDevices/man/rgb.Rd

clarifications of 'alpha' values
------------------------------------------------------------------------
r40889 | ripley | 2007-03-26 08:17:50 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po

updates
------------------------------------------------------------------------
r40890 | ripley | 2007-03-26 10:50:51 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Startup.Rd

clarifications
------------------------------------------------------------------------
r40891 | murdoch | 2007-03-26 12:19:14 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

Typo from Hin-Tak Leung
------------------------------------------------------------------------
r40892 | pd | 2007-03-26 12:39:46 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   A /branches/R-2-5-branch (from /trunk:40891)

Create R-2-5-branch
------------------------------------------------------------------------
r40893 | pd | 2007-03-26 13:11:15 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   A /branches/R-2-5-branch/trunk (from /trunk:40892)

Create R-2-5-branch
------------------------------------------------------------------------
r40894 | pd | 2007-03-26 13:12:36 -0400 (Mon, 26 Mar 2007) | 2 lines
Changed paths:
   D /branches/R-2-5-branch

Remove R-2-5-branch

------------------------------------------------------------------------
r40895 | urbaneks | 2007-03-26 13:33:33 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/main/util.c

Update to 40877, fixes one more underflow case
------------------------------------------------------------------------
r40896 | pd | 2007-03-26 18:37:25 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   A /branches/R-2-5-branch (from /trunk:40895)

Create R-2-5-branch
------------------------------------------------------------------------
r40897 | pd | 2007-03-26 18:37:38 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/VERSION
   M /trunk/configure

go to 2.5.0 alpha
------------------------------------------------------------------------
r40898 | pd | 2007-03-26 18:38:51 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   A /branches/R-2-5-branch/trunk (from /trunk:40897)

Create R-2-5-branch
------------------------------------------------------------------------
r40899 | pd | 2007-03-26 18:40:49 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   D /branches/R-2-5-branch

remove R-2-5-branch
------------------------------------------------------------------------
r40900 | pd | 2007-03-26 18:41:13 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   A /branches/R-2-5-branch (from /trunk:40899)

Create R-2-5-branch
------------------------------------------------------------------------
r40901 | pd | 2007-03-26 18:41:50 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /trunk/VERSION

go to 2.6.0 devel
------------------------------------------------------------------------
r40902 | ihaka | 2007-03-26 18:51:16 -0400 (Mon, 26 Mar 2007) | 5 lines
Changed paths:
   M /trunk/src/main/printvector.c

The right= argument in print.default was being
ignore in internal code.  The fix was to change
the reference to Rprt_adj_left in printStringVector
to R_print.right.

------------------------------------------------------------------------
r40903 | pd | 2007-03-26 22:05:50 -0400 (Mon, 26 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r40904 | ripley | 2007-03-27 03:24:02 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/gettext.m4
   M /trunk/src/main/Makefile.in
   M /trunk/tools/Makefile.in
   A /trunk/tools/ldAIX4

AIX patch from Ei-ji Nakama
------------------------------------------------------------------------
r40905 | ripley | 2007-03-27 03:39:11 -0400 (Tue, 27 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi

comments on r40904

------------------------------------------------------------------------
r40906 | ripley | 2007-03-27 03:39:50 -0400 (Tue, 27 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/R/hist.R

tweaks for nclass.* changes

------------------------------------------------------------------------
r40907 | ripley | 2007-03-27 03:42:23 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/graphics/R/hist.R

port r40906 from trunk
------------------------------------------------------------------------
r40908 | ripley | 2007-03-27 04:38:42 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/fixed/h/config.h

update
------------------------------------------------------------------------
r40909 | ripley | 2007-03-27 09:41:24 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/main/attrib.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/errors.c

tidy up visibility of internal class<- etc code
------------------------------------------------------------------------
r40910 | ripley | 2007-03-27 11:37:52 -0400 (Tue, 27 Mar 2007) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/doc/manual/R-admin.texi

more on AIX patches

------------------------------------------------------------------------
r40911 | ripley | 2007-03-27 11:42:28 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/Makeconf.in
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/configure.ac
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/m4/gettext.m4
   M /branches/R-2-5-branch/src/main/Makefile.in
   M /branches/R-2-5-branch/tools/Makefile.in
   A /branches/R-2-5-branch/tools/ldAIX4 (from /trunk/tools/ldAIX4:40905)

port AIX fixes r40903,4,9 from trunk
------------------------------------------------------------------------
r40912 | ripley | 2007-03-27 11:51:12 -0400 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Rdll.hide
   M /branches/R-2-5-branch/src/include/Defn.h
   M /branches/R-2-5-branch/src/main/attrib.c
   M /branches/R-2-5-branch/src/main/coerce.c
   M /branches/R-2-5-branch/src/main/errors.c

port r40209 from trunk
------------------------------------------------------------------------
r40913 | ripley | 2007-03-28 03:43:54 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/etc/Makeconf.in
   M /trunk/src/scripts/config

teach R CMD config about LIBnn
------------------------------------------------------------------------
r40914 | ripley | 2007-03-28 03:45:01 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/etc/Makeconf.in
   M /branches/R-2-5-branch/src/scripts/config

port r40913 from trunk
------------------------------------------------------------------------
r40915 | hornik | 2007-03-28 03:49:25 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40916 | hornik | 2007-03-28 03:49:28 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40917 | ripley | 2007-03-28 06:50:10 -0400 (Wed, 28 Mar 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/MkRules

update on Windows tools

------------------------------------------------------------------------
r40918 | jmc | 2007-03-28 19:59:00 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/NAMESPACE
   A /trunk/src/library/methods/R/method.skeleton.R
   A /trunk/src/library/methods/man/method.skeleton.Rd
   M /trunk/src/library/methods/man/setMethod.Rd

add function method.skeleton
------------------------------------------------------------------------
r40919 | pd | 2007-03-28 22:06:10 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r40920 | ripley | 2007-03-28 22:52:48 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/contrast.R

improvements to contr.treatment
------------------------------------------------------------------------
r40921 | murdoch | 2007-03-28 22:54:36 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/gnuwin32/CHANGES

Bug fix for PR#9586, links in compiled HTML help.
------------------------------------------------------------------------
r40922 | murdoch | 2007-03-28 23:08:03 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/share/perl/R/Rdconv.pm
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

Port of r40921 (bug fix for PR#9586) from trunk
------------------------------------------------------------------------
r40923 | ripley | 2007-03-28 23:18:31 -0400 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/integer.Rd
   M /trunk/src/library/base/man/numeric.Rd

correct documentation of as.numeric
add xrefs to storage.mode.

------------------------------------------------------------------------
r40924 | ripley | 2007-03-28 23:20:07 -0400 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/MkRules
   M /branches/R-2-5-branch/src/library/base/man/double.Rd
   M /branches/R-2-5-branch/src/library/base/man/integer.Rd
   M /branches/R-2-5-branch/src/library/base/man/numeric.Rd
   M /branches/R-2-5-branch/src/library/stats/R/contrast.R

port r40917, r40920, r40923 from trunk
------------------------------------------------------------------------
r40925 | ripley | 2007-03-29 00:29:04 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

update comment
------------------------------------------------------------------------
r40926 | ripley | 2007-03-29 00:36:42 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update comment
------------------------------------------------------------------------
r40927 | ripley | 2007-03-29 02:02:30 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h

add support of rcompgen in RGui

------------------------------------------------------------------------
r40928 | ripley | 2007-03-29 02:06:31 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/console.c
   M /branches/R-2-5-branch/src/gnuwin32/console.h

port r40927 from trunk
------------------------------------------------------------------------
r40929 | ripley | 2007-03-29 02:58:07 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/console.c

tweak
------------------------------------------------------------------------
r40930 | ripley | 2007-03-29 02:59:22 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c

port r40929 from branch
------------------------------------------------------------------------
r40931 | ripley | 2007-03-29 03:16:31 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/coerce.c

experimental pretest for copying in as.vector/as.character

------------------------------------------------------------------------
r40932 | ripley | 2007-03-29 03:55:34 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/RGui-de.gmo
   M /branches/R-2-5-branch/po/RGui-de.po
   M /branches/R-2-5-branch/po/RGui-es.gmo
   M /branches/R-2-5-branch/po/RGui-es.po
   M /branches/R-2-5-branch/po/RGui-fr.gmo
   M /branches/R-2-5-branch/po/RGui-fr.po
   M /branches/R-2-5-branch/po/RGui-it.gmo
   M /branches/R-2-5-branch/po/RGui-it.po
   M /branches/R-2-5-branch/po/RGui-ja.gmo
   M /branches/R-2-5-branch/po/RGui-ja.po
   M /branches/R-2-5-branch/po/RGui-ko.gmo
   M /branches/R-2-5-branch/po/RGui-ko.po
   M /branches/R-2-5-branch/po/RGui-pt_BR.gmo
   M /branches/R-2-5-branch/po/RGui-pt_BR.po
   M /branches/R-2-5-branch/po/RGui-ru.gmo
   M /branches/R-2-5-branch/po/RGui-ru.po
   M /branches/R-2-5-branch/po/RGui-zh_CN.gmo
   M /branches/R-2-5-branch/po/RGui-zh_CN.po
   M /branches/R-2-5-branch/po/RGui-zh_TW.gmo
   M /branches/R-2-5-branch/po/RGui-zh_TW.po
   M /branches/R-2-5-branch/po/RGui.pot

update
------------------------------------------------------------------------
r40933 | ripley | 2007-03-29 04:32:31 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/check/PkgCheck
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c
   M /trunk/tests/Makefile.win

make R CMD Rdiff work and make use of it

------------------------------------------------------------------------
r40934 | ripley | 2007-03-29 04:35:01 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/check/PkgCheck
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/rcmdfn.c
   M /branches/R-2-5-branch/tests/Makefile.win

port r40933 from trunk
------------------------------------------------------------------------
r40935 | ripley | 2007-03-29 04:42:51 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/appl/maxcol.c
   M /trunk/src/library/base/R/jitter.R
   M /trunk/tests/reg-tests-1.R

fix PR#9542 and PR#9580

------------------------------------------------------------------------
r40936 | ripley | 2007-03-29 04:44:22 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/appl/maxcol.c
   M /branches/R-2-5-branch/src/library/base/R/jitter.R
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r40935 from trunk
------------------------------------------------------------------------
r40937 | ripley | 2007-03-29 06:06:04 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/raw.Rd
   M /trunk/src/main/coerce.c
   M /trunk/src/main/names.c

add is.raw, for completeness

------------------------------------------------------------------------
r40938 | ripley | 2007-03-29 06:19:57 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/man/raw.Rd
   M /branches/R-2-5-branch/src/main/coerce.c
   M /branches/R-2-5-branch/src/main/names.c

port r40937 from trunk
------------------------------------------------------------------------
r40939 | ripley | 2007-03-29 07:37:01 -0400 (Thu, 29 Mar 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/base/R/sets.R
   M /trunk/src/library/base/man/cbind.Rd
   M /trunk/src/library/base/man/sets.Rd

changing environment variables now does affect message languages.
add a comment about what rbind.data.frame does with categories.
make set operations coerce to vector via as.vector.

------------------------------------------------------------------------
r40940 | ripley | 2007-03-29 07:38:45 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/library/base/R/sets.R
   M /branches/R-2-5-branch/src/library/base/man/cbind.Rd
   M /branches/R-2-5-branch/src/library/base/man/sets.Rd

port r40939 from trunk
------------------------------------------------------------------------
r40941 | ripley | 2007-03-29 07:43:59 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tests/demos.Rout.save

update
------------------------------------------------------------------------
r40942 | ripley | 2007-03-29 07:45:30 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/tests/demos.Rout.save

update
------------------------------------------------------------------------
r40943 | ripley | 2007-03-29 09:56:10 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/MkRules
   M /branches/R-2-5-branch/src/library/methods/NAMESPACE
   A /branches/R-2-5-branch/src/library/methods/R/method.skeleton.R (from /trunk/src/library/methods/R/method.skeleton.R:40918)
   A /branches/R-2-5-branch/src/library/methods/man/method.skeleton.Rd (from /trunk/src/library/methods/man/method.skeleton.Rd:40918)
   M /branches/R-2-5-branch/src/library/methods/man/setMethod.Rd
   M /branches/R-2-5-branch/src/main/printvector.c

port some things that seems to have got left on trunk only
------------------------------------------------------------------------
r40944 | hornik | 2007-03-29 10:47:03 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Typo.
------------------------------------------------------------------------
r40945 | hornik | 2007-03-29 10:49:09 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/tools/R/QC.R

Ported r40944 from trunk.
------------------------------------------------------------------------
r40946 | ripley | 2007-03-29 10:50:32 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

set experimental option off for now
------------------------------------------------------------------------
r40947 | ripley | 2007-03-29 13:07:03 -0400 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/main/datetime.c

workaround for PR#9572

------------------------------------------------------------------------
r40948 | ripley | 2007-03-29 13:20:06 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/main/datetime.c

port r40967 from trunk
------------------------------------------------------------------------
r40949 | urbaneks | 2007-03-29 17:15:42 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

fix help string for memory profiling to match the behavior
------------------------------------------------------------------------
r40950 | urbaneks | 2007-03-29 17:17:29 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c

Use bold face for errors on OS X in non-dumb terminal interactive use.
------------------------------------------------------------------------
r40951 | ripley | 2007-03-29 18:43:02 -0400 (Thu, 29 Mar 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/ansari.test.R
   M /trunk/src/library/stats/man/ansari.test.Rd
   M /trunk/src/main/Rstrptime.h

bug fix in ansari.test
avoid symbol clash in AIX 5.3 headers

------------------------------------------------------------------------
r40952 | ripley | 2007-03-29 18:45:07 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/ansari.test.R
   M /branches/R-2-5-branch/src/library/stats/man/ansari.test.Rd
   M /branches/R-2-5-branch/src/main/Rstrptime.h

port r40951 from trunk
------------------------------------------------------------------------
r40953 | ripley | 2007-03-29 18:51:10 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/ansari.test.Rd

tweak example
------------------------------------------------------------------------
r40954 | ripley | 2007-03-29 18:51:34 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/ansari.test.Rd

tweak example
------------------------------------------------------------------------
r40955 | jmc | 2007-03-29 20:31:14 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/trace.R

trace() fixed for S3 methods
------------------------------------------------------------------------
r40956 | urbaneks | 2007-03-29 20:58:14 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/configure.ac

port r40949 from trunk
------------------------------------------------------------------------
r40957 | urbaneks | 2007-03-29 21:19:07 -0400 (Thu, 29 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/unix/sys-std.c
   M /branches/R-2-5-branch/src/unix/system.c

port r40950 from trunk
------------------------------------------------------------------------
r40958 | ripley | 2007-03-30 02:19:50 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/coerce.c

back out experimental as.vector for now
------------------------------------------------------------------------
r40959 | ripley | 2007-03-30 03:47:55 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h

tweaks
------------------------------------------------------------------------
r40960 | ripley | 2007-03-30 03:49:13 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/console.c
   M /branches/R-2-5-branch/src/gnuwin32/console.h

port r40959 from trunk
------------------------------------------------------------------------
r40961 | ripley | 2007-03-30 04:06:15 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/eval.c
   M /trunk/src/main/subset.c

arrange to get call attached to this warning
------------------------------------------------------------------------
r40962 | ripley | 2007-03-30 04:07:24 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/include/Defn.h
   M /branches/R-2-5-branch/src/main/eval.c
   M /branches/R-2-5-branch/src/main/subset.c

port r40961 from trunk
------------------------------------------------------------------------
r40963 | hornik | 2007-03-30 05:10:58 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40964 | hornik | 2007-03-30 05:11:00 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r40965 | ripley | 2007-03-30 05:17:26 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/zzz.R
   M /branches/R-2-5-branch/src/library/base/man/raw.Rd
   M /branches/R-2-5-branch/src/library/methods/R/BasicFunsList.R
   M /branches/R-2-5-branch/tests/isas-tests.Rout.save

more on adding is.raw
------------------------------------------------------------------------
r40966 | ripley | 2007-03-30 05:19:33 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/raw.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/tests/isas-tests.Rout.save

more on adding is.raw
------------------------------------------------------------------------
r40967 | ripley | 2007-03-30 06:03:08 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/RGui-de.gmo
   M /branches/R-2-5-branch/po/RGui-de.po
   M /branches/R-2-5-branch/po/RGui-es.gmo
   M /branches/R-2-5-branch/po/RGui-es.po
   M /branches/R-2-5-branch/po/RGui-fr.gmo
   M /branches/R-2-5-branch/po/RGui-fr.po
   M /branches/R-2-5-branch/po/RGui-it.gmo
   M /branches/R-2-5-branch/po/RGui-it.po
   M /branches/R-2-5-branch/po/RGui-ja.gmo
   M /branches/R-2-5-branch/po/RGui-ja.po
   M /branches/R-2-5-branch/po/RGui-ko.gmo
   M /branches/R-2-5-branch/po/RGui-ko.po
   M /branches/R-2-5-branch/po/RGui-pt_BR.gmo
   M /branches/R-2-5-branch/po/RGui-pt_BR.po
   M /branches/R-2-5-branch/po/RGui-ru.gmo
   M /branches/R-2-5-branch/po/RGui-ru.po
   M /branches/R-2-5-branch/po/RGui-zh_CN.gmo
   M /branches/R-2-5-branch/po/RGui-zh_CN.po
   M /branches/R-2-5-branch/po/RGui-zh_TW.gmo
   M /branches/R-2-5-branch/po/RGui-zh_TW.po
   M /branches/R-2-5-branch/po/RGui.pot
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po

update, add German updates
------------------------------------------------------------------------
r40968 | ripley | 2007-03-30 06:05:14 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-en@quot.po
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/splines/inst/po/en@quot/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/en@quot/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-en@quot.po
   M /trunk/src/library/splines/po/en@quot.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats4/inst/po/en@quot/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-en@quot.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-en@quot.po
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po

translation updates
------------------------------------------------------------------------
r40969 | ripley | 2007-03-30 07:30:44 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/etc/repositories

add more BioC repositories
------------------------------------------------------------------------
r40970 | ripley | 2007-03-30 07:32:30 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/etc/repositories

port r40969 from trunk
------------------------------------------------------------------------
r40971 | ripley | 2007-03-30 10:36:11 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/profile/Common.R

avoid passing R_BATCH down
------------------------------------------------------------------------
r40972 | ripley | 2007-03-30 10:37:50 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/profile/Common.R

port r40971 from trunk
------------------------------------------------------------------------
r40973 | urbaneks | 2007-03-30 11:35:53 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in

fix R script in a universal framework
------------------------------------------------------------------------
r40974 | urbaneks | 2007-03-30 11:36:38 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/Makefile.in

port r40973 from trunk
------------------------------------------------------------------------
r40975 | murdoch | 2007-03-30 12:49:03 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/installer/Makefile

Makeconf was being left out of binary builds
------------------------------------------------------------------------
r40976 | murdoch | 2007-03-30 12:58:20 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/installer/JRins.pl

Makeconf is a "devel" file
------------------------------------------------------------------------
r40977 | murdoch | 2007-03-30 13:09:31 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/installer/JRins.pl
   M /branches/R-2-5-branch/src/gnuwin32/installer/Makefile

Port of r40975/40976 from trunk
------------------------------------------------------------------------
r40978 | murdoch | 2007-03-30 13:11:34 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES
   M /branches/R-2-4-branch/src/gnuwin32/installer/JRins.pl
   M /branches/R-2-4-branch/src/gnuwin32/installer/Makefile

Port of r40975/40976 from trunk
------------------------------------------------------------------------
r40979 | hornik | 2007-03-30 14:26:39 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/screeplot.Rd

Rd syntax.
------------------------------------------------------------------------
r40980 | hornik | 2007-03-30 14:27:39 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/screeplot.Rd

Ported r40979 from trunk.
------------------------------------------------------------------------
r40981 | hornik | 2007-03-30 14:29:02 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Improve finding S4 generics and methods.
------------------------------------------------------------------------
r40982 | ripley | 2007-03-30 17:37:13 -0400 (Fri, 30 Mar 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/zip.file.extract.Rd

typo

------------------------------------------------------------------------
r40983 | ripley | 2007-03-30 17:38:21 -0400 (Fri, 30 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/man/zip.file.extract.Rd

port r40982 from trunk
------------------------------------------------------------------------
r40984 | ripley | 2007-03-31 02:32:43 -0400 (Sat, 31 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/seq.c
   M /trunk/tests/reg-tests-1.R

bugfix in rep()

------------------------------------------------------------------------
r40985 | ripley | 2007-03-31 02:51:18 -0400 (Sat, 31 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/seq.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r40984 from trunk
------------------------------------------------------------------------
r40986 | ripley | 2007-03-31 02:53:05 -0400 (Sat, 31 Mar 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typos
------------------------------------------------------------------------
r40987 | ripley | 2007-03-31 04:07:56 -0400 (Sat, 31 Mar 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/src/devPS.c

change buffer length limits in postscript() and Windows' runcmd

------------------------------------------------------------------------
r40988 | ripley | 2007-03-31 04:11:02 -0400 (Sat, 31 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/run.c
   M /branches/R-2-5-branch/src/library/grDevices/man/postscript.Rd
   M /branches/R-2-5-branch/src/library/grDevices/src/devPS.c

port r40987 from trunk
------------------------------------------------------------------------
r40989 | murdoch | 2007-03-31 07:32:31 -0400 (Sat, 31 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-4-branch/src/gnuwin32/CHANGES

Fix bad merge in r40978
------------------------------------------------------------------------
r40990 | pd | 2007-03-31 09:14:48 -0400 (Sat, 31 Mar 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tools/rsync-recommended

add --timeout
------------------------------------------------------------------------
r40991 | ripley | 2007-04-01 03:54:05 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

add timeout to match Unix
------------------------------------------------------------------------
r40992 | ripley | 2007-04-01 03:56:08 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Makefile

port r40991 from trunk
------------------------------------------------------------------------
r40993 | ripley | 2007-04-01 04:15:41 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/localcharset.c

update for MinGW changes
------------------------------------------------------------------------
r40994 | pd | 2007-04-01 04:16:07 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tools/rsync-recommended

maintainer-mode changes
------------------------------------------------------------------------
r40995 | ripley | 2007-04-01 04:16:57 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/extra/intl/localcharset.c

port r40993 from trunk
------------------------------------------------------------------------
r40996 | ripley | 2007-04-01 06:41:03 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/subset.c

make clear $ is deprecated, not invalid
------------------------------------------------------------------------
r40997 | ripley | 2007-04-01 06:44:14 -0400 (Sun, 01 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

update to match R-2-5-branch

------------------------------------------------------------------------
r40998 | murdoch | 2007-04-01 12:55:20 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

Typo in contact email
------------------------------------------------------------------------
r40999 | murdoch | 2007-04-01 13:01:56 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

Port r40998 (typo) from trunk
------------------------------------------------------------------------
r41000 | ripley | 2007-04-01 13:26:43 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/load.Rd

typos
------------------------------------------------------------------------
r41001 | ripley | 2007-04-01 13:29:14 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/connections.Rd
   M /branches/R-2-5-branch/src/library/base/man/load.Rd

port r41000 from trunk
------------------------------------------------------------------------
r41002 | jmc | 2007-04-01 14:48:35 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/duplicate.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/subassign.c

use DUPLICATE_ATTRIB instead of SET_ATTRIB to copy object, S4 bits correctly
------------------------------------------------------------------------
r41003 | jmc | 2007-04-01 15:07:42 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/methods/R/trace.R

copied r40955 from r-devel
------------------------------------------------------------------------
r41004 | jmc | 2007-04-01 15:33:24 -0400 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/include/Rinternals.h
   M /branches/R-2-5-branch/src/main/arithmetic.c
   M /branches/R-2-5-branch/src/main/attrib.c
   M /branches/R-2-5-branch/src/main/character.c
   M /branches/R-2-5-branch/src/main/coerce.c
   M /branches/R-2-5-branch/src/main/complex.c
   M /branches/R-2-5-branch/src/main/dotcode.c
   M /branches/R-2-5-branch/src/main/duplicate.c
   M /branches/R-2-5-branch/src/main/memory.c
   M /branches/R-2-5-branch/src/main/subassign.c

copying r41002 from r-devel
------------------------------------------------------------------------
r41005 | ripley | 2007-04-02 02:21:43 -0400 (Mon, 02 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/main/character.c

glob() can create more outputs than inputs.

------------------------------------------------------------------------
r41006 | ripley | 2007-04-02 02:23:49 -0400 (Mon, 02 Apr 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/coerce.c

tidy up changes re S4 bit.
CLEAR_ATTRIB also needs to clear the S4 bit.

------------------------------------------------------------------------
r41007 | ripley | 2007-04-02 02:26:43 -0400 (Mon, 02 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/arithmetic.c
   M /branches/R-2-5-branch/src/main/character.c
   M /branches/R-2-5-branch/src/main/coerce.c

port r41005 and r41006 from trunk
------------------------------------------------------------------------
r41008 | ripley | 2007-04-02 05:10:10 -0400 (Mon, 02 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-lang.texi
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/main/subset.c

tidy up marking $ on atomic vectors as 'invalid'

------------------------------------------------------------------------
r41009 | ripley | 2007-04-02 05:12:16 -0400 (Mon, 02 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-lang.texi
   M /branches/R-2-5-branch/src/library/base/man/Extract.Rd

port documentation part of r41008 from trunk
------------------------------------------------------------------------
r41010 | murdoch | 2007-04-02 19:20:22 -0400 (Mon, 02 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/CHANGES

Rearrange the description of the R toolset in Windows to assume use of the Rtools.exe installer.
------------------------------------------------------------------------
r41011 | murdoch | 2007-04-02 19:23:39 -0400 (Mon, 02 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

Port r41010 from trunk (Rtools.exe changes)
------------------------------------------------------------------------
r41012 | ripley | 2007-04-03 02:38:57 -0400 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/density.Rd

add a simulation example

------------------------------------------------------------------------
r41013 | ripley | 2007-04-03 02:41:23 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/density.Rd

port r41012 from trunk
------------------------------------------------------------------------
r41014 | ripley | 2007-04-03 06:23:41 -0400 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/fixed/etc/Makeconf
   M /trunk/src/gnuwin32/rw-FAQ.texi

updates

------------------------------------------------------------------------
r41015 | ripley | 2007-04-03 06:25:07 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/fixed/etc/Makeconf
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port r41014 from trunk
------------------------------------------------------------------------
r41016 | ripley | 2007-04-03 06:43:34 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /trunk/tools/rsync-recommended

update to match R-2-5-branch
------------------------------------------------------------------------
r41017 | ripley | 2007-04-03 06:51:59 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/en@quot.po
   M /branches/R-2-5-branch/src/library/grDevices/po/en_GB.po
   M /branches/R-2-5-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-5-branch/src/library/grDevices/po/grDevices.pot
   M /branches/R-2-5-branch/src/library/grDevices/po/it.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ko.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ru.po
   M /branches/R-2-5-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/methods/po/R-fr.po
   M /branches/R-2-5-branch/src/library/methods/po/R-ko.po
   M /branches/R-2-5-branch/src/library/methods/po/R-methods.pot
   M /branches/R-2-5-branch/src/library/methods/po/R-pt_BR.po
   M /branches/R-2-5-branch/src/library/methods/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/stats/po/R-fr.po
   M /branches/R-2-5-branch/src/library/stats/po/R-it.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ko.po
   M /branches/R-2-5-branch/src/library/stats/po/R-pt_BR.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-5-branch/src/library/stats/po/R-stats.pot
   M /branches/R-2-5-branch/src/library/stats/po/R-zh_CN.po

translation updates
------------------------------------------------------------------------
r41018 | ripley | 2007-04-03 07:12:45 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS

sort entries
------------------------------------------------------------------------
r41019 | ripley | 2007-04-03 07:13:36 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

port r41018 from trunk
------------------------------------------------------------------------
r41020 | ripley | 2007-04-03 10:33:48 -0400 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/README.Rterm
   M /trunk/src/gnuwin32/front-ends/rterm.c
   M /trunk/src/gnuwin32/getline/getline.c
   A /trunk/src/gnuwin32/rt_complete.c

add completion for Rterm

------------------------------------------------------------------------
r41021 | ripley | 2007-04-03 10:39:31 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c

avoid warning
------------------------------------------------------------------------
r41022 | ripley | 2007-04-03 10:41:05 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/Makefile
   M /branches/R-2-5-branch/src/gnuwin32/README.Rterm
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/rcmdfn.c
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/rterm.c
   M /branches/R-2-5-branch/src/gnuwin32/getline/getline.c
   A /branches/R-2-5-branch/src/gnuwin32/rt_complete.c (from /trunk/src/gnuwin32/rt_complete.c:41020)

port r41020/1 from trunk
------------------------------------------------------------------------
r41023 | ripley | 2007-04-03 15:24:17 -0400 (Tue, 03 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/unix/sys-std.c

integrate support for rcompgen
------------------------------------------------------------------------
r41024 | ripley | 2007-04-04 02:13:35 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

mention R_Outputfile
------------------------------------------------------------------------
r41025 | ripley | 2007-04-04 02:42:02 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clarify last change
------------------------------------------------------------------------
r41026 | ripley | 2007-04-04 02:42:37 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port 41024:41025 from trunk
------------------------------------------------------------------------
r41027 | ripley | 2007-04-04 03:17:40 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/unix/sys-std.c

finish off rcompletion interface
------------------------------------------------------------------------
r41028 | ripley | 2007-04-04 03:31:16 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/configure.ac
   M /branches/R-2-5-branch/src/gnuwin32/fixed/h/config.h
   M /branches/R-2-5-branch/src/include/config.h.in
   M /branches/R-2-5-branch/src/unix/sys-std.c

port r41023 & r41027 from trunk
------------------------------------------------------------------------
r41029 | ripley | 2007-04-04 04:06:39 -0400 (Wed, 04 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/rt_complete.c

enable completion to be disabled

------------------------------------------------------------------------
r41030 | ripley | 2007-04-04 04:11:24 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/console.c
   M /branches/R-2-5-branch/src/gnuwin32/rt_complete.c

port r41029 from trunk
------------------------------------------------------------------------
r41031 | ripley | 2007-04-04 04:47:54 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

updates
------------------------------------------------------------------------
r41032 | hornik | 2007-04-04 05:05:24 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/tools/R/QC.R

Ported r40981 from trunk.
------------------------------------------------------------------------
r41033 | ripley | 2007-04-04 05:06:48 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/share/make/vars.mk

add rcompgen as a recommended package
------------------------------------------------------------------------
r41034 | murdoch | 2007-04-04 07:19:35 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/srcfile.R

Fix for case of srcfile(URL). 
------------------------------------------------------------------------
r41035 | murdoch | 2007-04-04 08:04:48 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/srcfile.R

Port of r41034 from trunk
------------------------------------------------------------------------
r41036 | ripley | 2007-04-04 08:21:47 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/quit.Rd
   M /trunk/src/scripts/BATCH

typos
------------------------------------------------------------------------
r41037 | ripley | 2007-04-04 08:23:15 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/quit.Rd
   M /branches/R-2-5-branch/src/scripts/BATCH

port r41036 from trunk
------------------------------------------------------------------------
r41038 | ripley | 2007-04-04 08:29:58 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/persp.Rd
   M /trunk/src/main/plot3d.c

persp now respects cex.axis etc
------------------------------------------------------------------------
r41039 | ripley | 2007-04-04 08:30:55 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-5-branch/src/library/graphics/man/persp.Rd
   M /branches/R-2-5-branch/src/main/plot3d.c

port r41038 from trunk
------------------------------------------------------------------------
r41040 | ripley | 2007-04-04 10:37:41 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update for readline requirements
------------------------------------------------------------------------
r41041 | ripley | 2007-04-04 11:14:23 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r41040 from trunk
------------------------------------------------------------------------
r41042 | maechler | 2007-04-04 11:44:01 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/RSiteSearch.R
   M /trunk/src/library/utils/man/RSiteSearch.Rd

RSiteSearch() update "R-devel" searching
------------------------------------------------------------------------
r41043 | maechler | 2007-04-04 13:14:06 -0400 (Wed, 04 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/utils/R/RSiteSearch.R
   M /branches/R-2-5-branch/src/library/utils/man/RSiteSearch.Rd

ported r41042 [RSiteSearch()] from trunk
------------------------------------------------------------------------
r41044 | ripley | 2007-04-05 00:42:13 -0400 (Thu, 05 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/Makefile.in
   A /trunk/doc/Rscript.1

add man page for Rscript (Debian guidelines need one)

------------------------------------------------------------------------
r41045 | ripley | 2007-04-05 00:43:33 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/Makefile.in
   A /branches/R-2-5-branch/doc/Rscript.1 (from /trunk/doc/Rscript.1:41044)

port r41044 from trunk
------------------------------------------------------------------------
r41046 | ripley | 2007-04-05 02:46:48 -0400 (Thu, 05 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/src/port.c

nlminb was not duplicating .par, and as.double cannot be relied on to do so.

------------------------------------------------------------------------
r41047 | ripley | 2007-04-05 02:52:15 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/src/port.c

port r41046 from trunk
------------------------------------------------------------------------
r41048 | ripley | 2007-04-05 04:17:06 -0400 (Thu, 05 Apr 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/mode.R
   M /branches/R-2-5-branch/src/library/base/man/mode.Rd

deprecate the use of storage.mode(x) <- "single" in favour of mode<-.
(storage.mode<- will be primitive in 2.6.0.)

------------------------------------------------------------------------
r41049 | ripley | 2007-04-05 04:47:59 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

more tilde expansion of lib up
------------------------------------------------------------------------
r41050 | ripley | 2007-04-05 04:49:31 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/scripts/INSTALL.in

port r41049 from trunk
------------------------------------------------------------------------
r41051 | ripley | 2007-04-05 06:27:40 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/mode.R

small performance improvements
------------------------------------------------------------------------
r41052 | ripley | 2007-04-05 06:31:01 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/mode.R

typo
------------------------------------------------------------------------
r41053 | ripley | 2007-04-05 06:32:53 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/mode.R

port r41051 from R-2-5-branch (small performance improvements)
------------------------------------------------------------------------
r41054 | ripley | 2007-04-05 08:08:10 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devPS.c

typo
------------------------------------------------------------------------
r41055 | ripley | 2007-04-05 08:09:25 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/src/devPS.c

port r41054 from trunk
------------------------------------------------------------------------
r41056 | maechler | 2007-04-05 09:28:27 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/stars.Rd
   M /trunk/src/library/graphics/man/symbols.Rd

typo; \link
------------------------------------------------------------------------
r41057 | maechler | 2007-04-05 09:28:53 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/calc.R
   A /trunk/src/library/grDevices/man/sunflowerTable.Rd
   M /trunk/src/library/graphics/R/sunflowerplot.R
   M /trunk/src/library/graphics/man/sunflowerplot.Rd

factor out computation for sunflowerplot() in to new sunflowerTable()
------------------------------------------------------------------------
r41058 | ripley | 2007-04-05 11:07:42 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/tests/nls.Rout.save

format has changed
------------------------------------------------------------------------
r41059 | ripley | 2007-04-05 11:13:47 -0400 (Thu, 05 Apr 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/mode.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/mode.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/stats/R/smooth.R
   M /trunk/src/main/coerce.c
   M /trunk/src/main/names.c

Make storage.mode<- primitive for efficiency.
Reduce the amount of copying in as.character and as.vector.
(The latter affects people who incorrectly assume as.double will copy.)

------------------------------------------------------------------------
r41060 | ripley | 2007-04-05 11:24:54 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/tests/nls.Rout.save

format has changed
------------------------------------------------------------------------
r41061 | ripley | 2007-04-05 11:46:23 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/library/base/man/dynload.Rd

add xrefs
------------------------------------------------------------------------
r41062 | ripley | 2007-04-05 11:48:08 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Foreign.Rd
   M /branches/R-2-5-branch/src/library/base/man/dynload.Rd

port r41061 from trunk
------------------------------------------------------------------------
r41063 | ripley | 2007-04-05 12:20:35 -0400 (Thu, 05 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/smooth.R
   M /trunk/src/library/stats/src/smooth.c

fix overwriting bug in smooth.c

------------------------------------------------------------------------
r41064 | pd | 2007-04-05 22:05:47 -0400 (Thu, 05 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r41065 | ripley | 2007-04-06 01:27:56 -0400 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/fixed/h/config.h

updates

------------------------------------------------------------------------
r41066 | ripley | 2007-04-06 04:56:34 -0400 (Fri, 06 Apr 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/methods/R/BasicFunsList.R
   M /branches/R-2-5-branch/src/library/stats/src/smooth.c

port r41063 from trunk.
The predefined S4 generic for as.character had the wrong signature.

------------------------------------------------------------------------
r41067 | ripley | 2007-04-06 04:58:33 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/numeric.Rd

clarification
------------------------------------------------------------------------
r41068 | ripley | 2007-04-06 04:59:57 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/man/as.POSIXlt.Rd

as.numeric dispatches on as.double
------------------------------------------------------------------------
r41069 | ripley | 2007-04-06 05:01:24 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/numeric.Rd

port r41067 from trunk
------------------------------------------------------------------------
r41070 | ripley | 2007-04-06 05:15:50 -0400 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/rt_complete.c

need to copy terminator

------------------------------------------------------------------------
r41071 | ripley | 2007-04-06 05:16:51 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Makefile
   M /branches/R-2-5-branch/src/gnuwin32/rt_complete.c

port r41070 from trunk
------------------------------------------------------------------------
r41072 | ripley | 2007-04-06 05:19:08 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Maintainers.notes
   M /branches/R-2-5-branch/src/gnuwin32/fixed/h/config.h

port r41065 from trunk
------------------------------------------------------------------------
r41073 | ripley | 2007-04-06 06:29:19 -0400 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/raw.R
   M /trunk/src/library/base/man/zMethods.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/coerce.c
   M /trunk/src/main/names.c
   M /trunk/tests/primitives.R

make as.xxx for the atomic types use internal dispatch, for efficiency

------------------------------------------------------------------------
r41074 | hornik | 2007-04-06 07:55:36 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41075 | hornik | 2007-04-06 07:55:39 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41076 | ripley | 2007-04-06 08:20:54 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Makefile

revert debugging change
------------------------------------------------------------------------
r41077 | hornik | 2007-04-06 08:27:01 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

Check for 'data' subdir coming out das 'DATA'.
------------------------------------------------------------------------
r41078 | hornik | 2007-04-06 08:27:03 -0400 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Move internal utility functions to the end.
Consolidate S4 methods list computations into .get_S4_methods_list().
------------------------------------------------------------------------
r41079 | ripley | 2007-04-06 11:43:57 -0400 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/UseMethod.Rd
   M /trunk/src/library/base/man/class.Rd
   M /trunk/src/library/base/man/is.object.Rd
   M /trunk/src/library/base/man/zMethods.Rd

clarifications on the role of the object bit.

------------------------------------------------------------------------
r41080 | ripley | 2007-04-06 11:48:59 -0400 (Fri, 06 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/UseMethod.Rd
   M /branches/R-2-5-branch/src/library/base/man/class.Rd
   M /branches/R-2-5-branch/src/library/base/man/is.object.Rd
   M /branches/R-2-5-branch/src/library/base/man/zMethods.Rd

port r41079 from trunk
------------------------------------------------------------------------
r41081 | ripley | 2007-04-07 00:32:59 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/share/make/vars.mk

add rcompgen as a recommended package
------------------------------------------------------------------------
r41082 | ripley | 2007-04-07 00:52:13 -0400 (Sat, 07 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/main/eval.c

remove alternative branch that no longer works
add comments

------------------------------------------------------------------------
r41083 | ripley | 2007-04-07 03:21:49 -0400 (Sat, 07 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

add regression tests for as.character etc

------------------------------------------------------------------------
r41084 | ripley | 2007-04-07 05:12:39 -0400 (Sat, 07 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/R/xyz.coords.R

prefer as.double to as.real

------------------------------------------------------------------------
r41085 | ripley | 2007-04-07 05:15:09 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/R/xyz.coords.R
   M /branches/R-2-5-branch/src/main/eval.c

port r41084 from trunk
------------------------------------------------------------------------
r41086 | ripley | 2007-04-07 07:39:50 -0400 (Sat, 07 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

corrections

------------------------------------------------------------------------
r41087 | ripley | 2007-04-07 07:41:06 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r41086 from trunk
------------------------------------------------------------------------
r41088 | ripley | 2007-04-07 23:21:31 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

protect against output in .Rprofile, .First and .Last
------------------------------------------------------------------------
r41089 | ripley | 2007-04-07 23:23:14 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL

port r41088 from trunk
------------------------------------------------------------------------
r41090 | ripley | 2007-04-07 23:38:40 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/scripts/INSTALL.in

more protection against output from a dummy session
------------------------------------------------------------------------
r41091 | ripley | 2007-04-07 23:39:22 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL
   M /branches/R-2-5-branch/src/scripts/INSTALL.in

port r41090 from trunk
------------------------------------------------------------------------
r41092 | ripley | 2007-04-07 23:55:52 -0400 (Sat, 07 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/connections.c
   M /trunk/tests/reg-tests-1.R

readBin on raw input could overrun

------------------------------------------------------------------------
r41093 | ripley | 2007-04-07 23:59:49 -0400 (Sat, 07 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/connections.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41092 from trunk
------------------------------------------------------------------------
r41094 | ripley | 2007-04-08 01:18:30 -0400 (Sun, 08 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/grDevices/R/device.R
   M /branches/R-2-5-branch/src/main/names.c
   M /branches/R-2-5-branch/src/main/plot.c

improve definition of 'screen.device' in dev.print
------------------------------------------------------------------------
r41095 | ripley | 2007-04-08 01:29:18 -0400 (Sun, 08 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/main/names.c
   M /trunk/src/main/plot.c

port r41094 (improve definition of 'screen device' in dev.print)
------------------------------------------------------------------------
r41096 | ripley | 2007-04-09 02:04:01 -0400 (Mon, 09 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/README.Rterm
   M /trunk/src/gnuwin32/console.c

documentation updates

------------------------------------------------------------------------
r41097 | ripley | 2007-04-09 02:06:21 -0400 (Mon, 09 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/README.Rterm
   M /branches/R-2-5-branch/src/gnuwin32/console.c

port r41096 from trunk
------------------------------------------------------------------------
r41098 | pd | 2007-04-09 18:05:11 -0400 (Mon, 09 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

go to 2.5.0 beta
------------------------------------------------------------------------
r41099 | ripley | 2007-04-10 01:40:18 -0400 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/print.c

make sure PrintValue (and autoprinting) finds show()

------------------------------------------------------------------------
r41100 | ripley | 2007-04-10 01:41:11 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/print.c

port r41099 from trunk
------------------------------------------------------------------------
r41101 | ripley | 2007-04-10 02:28:55 -0400 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/print.c

problen in finding 'show' in explicit printing too

------------------------------------------------------------------------
r41102 | ripley | 2007-04-10 02:30:18 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/print.c

port r41101 from trunk
------------------------------------------------------------------------
r41103 | ripley | 2007-04-10 03:45:38 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/RGui-ja.po
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po
   M /branches/R-2-5-branch/src/library/base/R/pmax.R
   M /branches/R-2-5-branch/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/po/R-base.pot
   M /branches/R-2-5-branch/src/library/base/po/R-de.po
   M /branches/R-2-5-branch/src/library/base/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/base/po/R-fr.po
   M /branches/R-2-5-branch/src/library/base/po/R-it.po
   M /branches/R-2-5-branch/src/library/base/po/R-ja.po
   M /branches/R-2-5-branch/src/library/base/po/R-ko.po
   M /branches/R-2-5-branch/src/library/base/po/R-pt_BR.po
   M /branches/R-2-5-branch/src/library/base/po/R-ru.po
   M /branches/R-2-5-branch/src/library/base/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   A /branches/R-2-5-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-en_GB.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-fr.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-grDevices.pot
   M /branches/R-2-5-branch/src/library/grDevices/po/R-it.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-ja.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-ko.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-ru.po
   M /branches/R-2-5-branch/src/library/grDevices/po/R-zh_CN.po
   A /branches/R-2-5-branch/src/library/grDevices/po/ja.po
   M /branches/R-2-5-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/po/R-ja.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /branches/R-2-5-branch/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /branches/R-2-5-branch/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /branches/R-2-5-branch/src/library/grid/po/R-ja.po
   M /branches/R-2-5-branch/src/library/grid/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grid/po/ja.po
   A /branches/R-2-5-branch/src/library/methods/inst/po/ja
   A /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES
   A /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   A /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   A /branches/R-2-5-branch/src/library/methods/po/R-ja.po
   M /branches/R-2-5-branch/src/library/methods/po/R-zh_CN.po
   A /branches/R-2-5-branch/src/library/methods/po/ja.po
   M /branches/R-2-5-branch/src/library/splines/inst/po/ja/LC_MESSAGES/R-splines.mo
   M /branches/R-2-5-branch/src/library/splines/inst/po/ja/LC_MESSAGES/splines.mo
   M /branches/R-2-5-branch/src/library/splines/po/R-ja.po
   M /branches/R-2-5-branch/src/library/splines/po/ja.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-5-branch/src/library/stats/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/stats/po/en@quot.po
   M /branches/R-2-5-branch/src/library/stats/po/fr.po
   M /branches/R-2-5-branch/src/library/stats/po/it.po
   M /branches/R-2-5-branch/src/library/stats/po/ja.po
   M /branches/R-2-5-branch/src/library/stats/po/ko.po
   M /branches/R-2-5-branch/src/library/stats/po/pt_BR.po
   M /branches/R-2-5-branch/src/library/stats/po/ru.po
   M /branches/R-2-5-branch/src/library/stats/po/stats.pot
   M /branches/R-2-5-branch/src/library/stats/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/stats4/inst/po/ja/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-5-branch/src/library/stats4/po/R-ja.po
   M /branches/R-2-5-branch/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   A /branches/R-2-5-branch/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /branches/R-2-5-branch/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/R-tcltk.mo
   A /branches/R-2-5-branch/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo
   R /branches/R-2-5-branch/src/library/tcltk/po/R-ja.po
   M /branches/R-2-5-branch/src/library/tcltk/po/R-zh_CN.po
   A /branches/R-2-5-branch/src/library/tcltk/po/ja.po
   A /branches/R-2-5-branch/src/library/tcltk/po/zh_CN.po
   A /branches/R-2-5-branch/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /branches/R-2-5-branch/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /branches/R-2-5-branch/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   A /branches/R-2-5-branch/src/library/tools/po/R-ja.po
   M /branches/R-2-5-branch/src/library/tools/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/tools/po/ja.po
   M /branches/R-2-5-branch/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   A /branches/R-2-5-branch/src/library/utils/inst/po/ja
   A /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES
   A /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/utils/po/R-fr.po
   A /branches/R-2-5-branch/src/library/utils/po/R-ja.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ko.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ru.po
   M /branches/R-2-5-branch/src/library/utils/po/R-utils.pot
   M /branches/R-2-5-branch/src/library/utils/po/R-zh_CN.po

translation updates
------------------------------------------------------------------------
r41104 | ripley | 2007-04-10 03:50:09 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/RGui-de.gmo
   M /branches/R-2-5-branch/po/RGui-de.po
   M /branches/R-2-5-branch/po/RGui-es.gmo
   M /branches/R-2-5-branch/po/RGui-es.po
   M /branches/R-2-5-branch/po/RGui-fr.gmo
   M /branches/R-2-5-branch/po/RGui-fr.po
   M /branches/R-2-5-branch/po/RGui-it.gmo
   M /branches/R-2-5-branch/po/RGui-it.po
   M /branches/R-2-5-branch/po/RGui-ja.gmo
   M /branches/R-2-5-branch/po/RGui-ja.po
   M /branches/R-2-5-branch/po/RGui-ko.gmo
   M /branches/R-2-5-branch/po/RGui-ko.po
   M /branches/R-2-5-branch/po/RGui-pt_BR.gmo
   M /branches/R-2-5-branch/po/RGui-pt_BR.po
   M /branches/R-2-5-branch/po/RGui-ru.gmo
   M /branches/R-2-5-branch/po/RGui-ru.po
   M /branches/R-2-5-branch/po/RGui-zh_CN.gmo
   M /branches/R-2-5-branch/po/RGui-zh_CN.po
   M /branches/R-2-5-branch/po/RGui-zh_TW.gmo
   M /branches/R-2-5-branch/po/RGui-zh_TW.po
   M /branches/R-2-5-branch/po/RGui.pot

translation updates
------------------------------------------------------------------------
r41105 | ripley | 2007-04-10 03:51:23 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot

translation updates
------------------------------------------------------------------------
r41106 | ripley | 2007-04-10 04:18:17 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/po/R-zh_CN.po
   A /trunk/src/library/tcltk/po/ja.po
   A /trunk/src/library/tcltk/po/zh_CN.po

port r41103 (ja and zh_CN updates) from R-2-5-branch
------------------------------------------------------------------------
r41107 | ripley | 2007-04-10 04:19:03 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/R/pmax.R
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   A /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo (from /branches/R-2-5-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo:41103)
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   A /trunk/src/library/grDevices/po/ja.po (from /branches/R-2-5-branch/src/library/grDevices/po/ja.po:41103)
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-zh_CN.po
   M /trunk/src/library/grid/po/ja.po
   A /trunk/src/library/methods/inst/po/ja (from /branches/R-2-5-branch/src/library/methods/inst/po/ja:41103)
   R /trunk/src/library/methods/inst/po/ja/LC_MESSAGES (from /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES:41103)
   R /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo (from /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo:41103)
   R /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo (from /branches/R-2-5-branch/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo:41103)
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   A /trunk/src/library/methods/po/R-ja.po (from /branches/R-2-5-branch/src/library/methods/po/R-ja.po:41103)
   M /trunk/src/library/methods/po/R-zh_CN.po
   A /trunk/src/library/methods/po/ja.po (from /branches/R-2-5-branch/src/library/methods/po/ja.po:41103)
   M /trunk/src/library/splines/inst/po/ja/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/ja/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-ja.po
   M /trunk/src/library/splines/po/ja.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats/po/it.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats/po/ko.po
   M /trunk/src/library/stats/po/pt_BR.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats/po/stats.pot
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/stats4/inst/po/ja/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-ja.po
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   A /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo (from /branches/R-2-5-branch/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo:41103)
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/R-tcltk.mo
   A /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo (from /branches/R-2-5-branch/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo:41103)
   A /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo (from /branches/R-2-5-branch/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo:41103)
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   A /trunk/src/library/tools/po/R-ja.po (from /branches/R-2-5-branch/src/library/tools/po/R-ja.po:41103)
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/ja.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   A /trunk/src/library/utils/inst/po/ja (from /branches/R-2-5-branch/src/library/utils/inst/po/ja:41103)
   R /trunk/src/library/utils/inst/po/ja/LC_MESSAGES (from /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES:41103)
   R /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo (from /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo:41103)
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   A /trunk/src/library/utils/po/R-ja.po (from /branches/R-2-5-branch/src/library/utils/po/R-ja.po:41103)
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

port r41103 (ja and zh_CN updates) from R-2-5-branch
------------------------------------------------------------------------
r41108 | ripley | 2007-04-10 07:07:31 -0400 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/rui.c

add menu items to control completion

------------------------------------------------------------------------
r41109 | ripley | 2007-04-10 07:08:07 -0400 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/console.c

add menu items to control completion

------------------------------------------------------------------------
r41110 | ripley | 2007-04-10 07:10:56 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

update to match trunk
------------------------------------------------------------------------
r41111 | ripley | 2007-04-10 09:12:03 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/objects.c

standard indentation
------------------------------------------------------------------------
r41112 | ripley | 2007-04-10 09:12:28 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

begin section on S4 objects
------------------------------------------------------------------------
r41113 | ripley | 2007-04-10 09:14:27 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/objects.c

port r41111 from trunk
------------------------------------------------------------------------
r41114 | ripley | 2007-04-10 09:52:35 -0400 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/print.c

trap printing of S4 objects if methods dispatch is not on

------------------------------------------------------------------------
r41115 | ripley | 2007-04-10 09:53:58 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/print.c

port r41114 from trunk
------------------------------------------------------------------------
r41116 | ripley | 2007-04-10 12:49:01 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

remove tests on functions
------------------------------------------------------------------------
r41117 | ripley | 2007-04-10 12:58:48 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-S4.Rout.save

update for unpatched R-devel
------------------------------------------------------------------------
r41118 | ripley | 2007-04-10 13:15:58 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po

update, especially Spanish
------------------------------------------------------------------------
r41119 | ripley | 2007-04-10 13:16:25 -0400 (Tue, 10 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/RGui-es.gmo
   M /branches/R-2-5-branch/po/RGui-es.po
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po

update, especially Spanish
------------------------------------------------------------------------
r41120 | ripley | 2007-04-11 02:09:21 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/platform.c

more informative warning
------------------------------------------------------------------------
r41121 | ripley | 2007-04-11 02:10:39 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/platform.c

port r41120 from trunk
------------------------------------------------------------------------
r41122 | ripley | 2007-04-11 02:45:43 -0400 (Wed, 11 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/raw.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/names.c
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/reg-S4.Rout.save

make as.complex as.integer as.logical and as.raw primitive

------------------------------------------------------------------------
r41123 | ripley | 2007-04-11 05:06:07 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/RGui-ru.gmo
   M /branches/R-2-5-branch/po/RGui-ru.po
   M /branches/R-2-5-branch/po/THANKS
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po
   M /branches/R-2-5-branch/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/po/R-ru.po
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/R-ru.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ru.po
   M /branches/R-2-5-branch/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/po/R-ru.po
   M /branches/R-2-5-branch/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /branches/R-2-5-branch/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /branches/R-2-5-branch/src/library/grid/po/R-ru.po
   M /branches/R-2-5-branch/src/library/grid/po/ru.po
   A /branches/R-2-5-branch/src/library/methods/inst/po/ru
   A /branches/R-2-5-branch/src/library/methods/inst/po/ru/LC_MESSAGES
   A /branches/R-2-5-branch/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   A /branches/R-2-5-branch/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   A /branches/R-2-5-branch/src/library/methods/po/R-ru.po
   A /branches/R-2-5-branch/src/library/methods/po/ru.po
   M /branches/R-2-5-branch/src/library/splines/inst/po/ru/LC_MESSAGES/R-splines.mo
   M /branches/R-2-5-branch/src/library/splines/inst/po/ru/LC_MESSAGES/splines.mo
   M /branches/R-2-5-branch/src/library/splines/po/R-ru.po
   M /branches/R-2-5-branch/src/library/splines/po/ru.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-5-branch/src/library/stats/po/ru.po
   M /branches/R-2-5-branch/src/library/stats4/inst/po/ru/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-5-branch/src/library/stats4/po/R-ru.po
   M /branches/R-2-5-branch/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   A /branches/R-2-5-branch/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /branches/R-2-5-branch/src/library/tcltk/po/R-ru.po
   A /branches/R-2-5-branch/src/library/tcltk/po/ru.po
   M /branches/R-2-5-branch/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /branches/R-2-5-branch/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /branches/R-2-5-branch/src/library/tools/po/R-ru.po
   M /branches/R-2-5-branch/src/library/tools/po/ru.po
   M /branches/R-2-5-branch/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/po/R-ru.po

update translations, especially Russian
------------------------------------------------------------------------
r41124 | ripley | 2007-04-11 05:30:50 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/THANKS
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/grid/po/ru.po
   M /trunk/src/library/splines/inst/po/ru/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/ru/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-ru.po
   M /trunk/src/library/splines/po/ru.po
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats4/inst/po/ru/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-ru.po
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/po/R-ru.po
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/ru.po
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-ru.po

update translations, especially Russian
------------------------------------------------------------------------
r41125 | ripley | 2007-04-11 05:31:28 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   A /trunk/src/library/methods/inst/po/ru
   A /trunk/src/library/methods/inst/po/ru/LC_MESSAGES
   A /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   A /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   A /trunk/src/library/methods/po/R-ru.po
   A /trunk/src/library/methods/po/ru.po
   A /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   A /trunk/src/library/tcltk/po/ru.po

update translations, especially Russian
------------------------------------------------------------------------
r41126 | hornik | 2007-04-11 13:14:50 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41127 | hornik | 2007-04-11 13:14:52 -0400 (Wed, 11 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41128 | ripley | 2007-04-12 05:44:43 -0400 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/man/Sys.info.Rd
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/base/man/file.info.Rd
   M /trunk/src/library/base/man/gc.time.Rd
   M /trunk/src/library/base/man/proc.time.Rd
   M /trunk/src/library/utils/man/help.start.Rd

updates re Windows Vista issues

------------------------------------------------------------------------
r41129 | ripley | 2007-04-12 05:46:17 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

update
------------------------------------------------------------------------
r41130 | ripley | 2007-04-12 05:46:52 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/base/man/Sys.info.Rd
   M /branches/R-2-5-branch/src/library/base/man/file.access.Rd
   M /branches/R-2-5-branch/src/library/base/man/file.info.Rd
   M /branches/R-2-5-branch/src/library/base/man/gc.time.Rd
   M /branches/R-2-5-branch/src/library/base/man/proc.time.Rd
   M /branches/R-2-5-branch/src/library/utils/man/help.start.Rd

port r41128 from trunk
------------------------------------------------------------------------
r41131 | leisch | 2007-04-12 07:06:00 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/Sweave.R

Sweave bug due to partial matching of chunk names for split=TRUE
------------------------------------------------------------------------
r41132 | leisch | 2007-04-12 07:08:04 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/utils/R/Sweave.R

ported revision 41131 from trunk
------------------------------------------------------------------------
r41133 | ripley | 2007-04-12 08:58:31 -0400 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/installer/JRins.pl

install desktop shortcut for all accounts

------------------------------------------------------------------------
r41134 | ripley | 2007-04-12 08:59:58 -0400 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/R/windows/linkhtml.R
   M /trunk/src/library/utils/man/update.packages.Rd

more tweaks for Vista, including checking is the library is writeable by trying

------------------------------------------------------------------------
r41135 | ripley | 2007-04-12 09:01:39 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/installer/JRins.pl
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/base/man/file.access.Rd
   M /branches/R-2-5-branch/src/library/utils/R/packages2.R
   M /branches/R-2-5-branch/src/library/utils/R/windows/linkhtml.R
   M /branches/R-2-5-branch/src/library/utils/man/update.packages.Rd

port r41133:4 from trunk
------------------------------------------------------------------------
r41136 | ripley | 2007-04-12 11:55:59 -0400 (Thu, 12 Apr 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/installer/JRins.pl
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

revert to Inno Setup 5.1.8 behaviour of allowing user installations.
note that we tested this on Win98

------------------------------------------------------------------------
r41137 | ripley | 2007-04-12 12:04:11 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/names.c
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

merge r41136 (remove administator need from installer)
------------------------------------------------------------------------
r41138 | ripley | 2007-04-12 12:09:09 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/Methods.R

back out unintended part of last commit
------------------------------------------------------------------------
r41139 | ripley | 2007-04-12 12:13:25 -0400 (Thu, 12 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/names.c
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

back out unintended part of last commit
------------------------------------------------------------------------
r41140 | ripley | 2007-04-13 03:07:26 -0400 (Fri, 13 Apr 2007) | 2 lines
Changed paths:
   M /trunk/tests/internet.Rout.save

celebrate 1000 CRAN packages

------------------------------------------------------------------------
r41141 | ripley | 2007-04-13 03:08:29 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tests/internet.Rout.save

port r41140 from trunk
------------------------------------------------------------------------
r41142 | ripley | 2007-04-13 07:57:33 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/RGui-fr.gmo
   M /branches/R-2-5-branch/po/RGui-fr.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/po/R-fr.po
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/R-fr.po
   M /branches/R-2-5-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-5-branch/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/po/R-fr.po
   M /branches/R-2-5-branch/src/library/grid/inst/po/fr/LC_MESSAGES/R-grid.mo
   M /branches/R-2-5-branch/src/library/grid/inst/po/fr/LC_MESSAGES/grid.mo
   M /branches/R-2-5-branch/src/library/grid/po/R-fr.po
   M /branches/R-2-5-branch/src/library/grid/po/fr.po
   M /branches/R-2-5-branch/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /branches/R-2-5-branch/src/library/methods/po/R-fr.po
   M /branches/R-2-5-branch/src/library/methods/po/fr.po
   M /branches/R-2-5-branch/src/library/splines/inst/po/fr/LC_MESSAGES/R-splines.mo
   M /branches/R-2-5-branch/src/library/splines/inst/po/fr/LC_MESSAGES/splines.mo
   M /branches/R-2-5-branch/src/library/splines/po/R-fr.po
   M /branches/R-2-5-branch/src/library/splines/po/fr.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/R-fr.po
   M /branches/R-2-5-branch/src/library/stats/po/fr.po
   M /branches/R-2-5-branch/src/library/stats4/inst/po/fr/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-5-branch/src/library/stats4/po/R-fr.po
   M /branches/R-2-5-branch/src/library/tcltk/inst/po/fr/LC_MESSAGES/R-tcltk.mo
   M /branches/R-2-5-branch/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /branches/R-2-5-branch/src/library/tcltk/po/R-fr.po
   M /branches/R-2-5-branch/src/library/tcltk/po/fr.po
   M /branches/R-2-5-branch/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /branches/R-2-5-branch/src/library/tools/inst/po/fr/LC_MESSAGES/tools.mo
   M /branches/R-2-5-branch/src/library/tools/po/R-fr.po
   M /branches/R-2-5-branch/src/library/tools/po/fr.po
   M /branches/R-2-5-branch/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/utils/po/R-fr.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ja.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ko.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ru.po
   M /branches/R-2-5-branch/src/library/utils/po/R-utils.pot
   M /branches/R-2-5-branch/src/library/utils/po/R-zh_CN.po

update French translations
------------------------------------------------------------------------
r41143 | ripley | 2007-04-13 08:05:45 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

more on Vista
------------------------------------------------------------------------
r41144 | ripley | 2007-04-13 08:14:28 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port r41143 from trunk
------------------------------------------------------------------------
r41145 | ripley | 2007-04-13 08:18:54 -0400 (Fri, 13 Apr 2007) | 2 lines
Changed paths:
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-fr.po
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-fr.po
   M /trunk/src/library/grid/po/fr.po
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/splines/inst/po/fr/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/fr/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-fr.po
   M /trunk/src/library/splines/po/fr.po
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats4/inst/po/fr/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-fr.po
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-fr.po
   M /trunk/src/library/tcltk/po/fr.po
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/fr.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

translation updates, especially fr

------------------------------------------------------------------------
r41146 | ripley | 2007-04-13 12:59:17 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/extra.c

update win.version
------------------------------------------------------------------------
r41147 | ripley | 2007-04-13 13:00:53 -0400 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/extra.c

update win.version
------------------------------------------------------------------------
r41148 | ripley | 2007-04-14 02:32:04 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/names.c
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

make as.double primitive
------------------------------------------------------------------------
r41149 | maechler | 2007-04-14 04:32:03 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/zzz.R

no "..." for sin() etc
------------------------------------------------------------------------
r41150 | maechler | 2007-04-14 04:36:18 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/zzz.R

ported r41149 ["..." for sin etc] from trunk
------------------------------------------------------------------------
r41151 | ripley | 2007-04-14 06:36:37 -0400 (Sat, 14 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/man/update.packages.Rd

set R_LIBS for invocation of 'R CMD INSTALL'
more on Windows Vista issues

------------------------------------------------------------------------
r41152 | ripley | 2007-04-14 06:42:06 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/R/packages2.R
   M /branches/R-2-5-branch/src/library/utils/man/update.packages.Rd

port r41151 from trunk
------------------------------------------------------------------------
r41153 | ripley | 2007-04-14 07:10:09 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /branches/R-2-5-branch/src/library/grid/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grid/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /branches/R-2-5-branch/src/library/methods/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/methods/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/splines/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/splines/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/stats4/inst/po/zh_CN/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-5-branch/src/library/stats4/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /branches/R-2-5-branch/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   M /branches/R-2-5-branch/src/library/tools/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/tools/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/po/R-zh_CN.po

more zh_CN updates
------------------------------------------------------------------------
r41154 | ripley | 2007-04-14 08:16:08 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-zh_CN.po
   M /trunk/src/library/grid/po/zh_CN.po
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/splines/po/R-zh_CN.po
   M /trunk/src/library/splines/po/zh_CN.po
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/stats4/inst/po/zh_CN/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-zh_CN.po
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-zh_CN.po

update zh_CN translations
------------------------------------------------------------------------
r41155 | hornik | 2007-04-14 08:19:15 -0400 (Sat, 14 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/libPaths.Rd
   M /trunk/src/library/profile/Common.R

Environment variables R_LIBS_USER and R_LIBS_SITE can now feature
conversion specifiers for some R version specific informations.
------------------------------------------------------------------------
r41156 | hornik | 2007-04-14 08:19:17 -0400 (Sat, 14 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/scripts/build.in

Only stop after real errors from building vignettes, rather than 
seeing '^Error' in the output.
Make work if a given package path is a symbolic link.
------------------------------------------------------------------------
r41157 | hornik | 2007-04-14 09:23:04 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41158 | hornik | 2007-04-14 09:23:06 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41159 | ripley | 2007-04-14 10:23:39 -0400 (Sat, 14 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/libPaths.Rd
   M /trunk/tests/primitives.R

updates

------------------------------------------------------------------------
r41160 | ripley | 2007-04-14 11:14:24 -0400 (Sat, 14 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/apropos.R
   M /trunk/src/library/utils/man/apropos.Rd

add sort to apropos, add \value to apropos.Rd

------------------------------------------------------------------------
r41161 | maechler | 2007-04-14 11:46:25 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/man/Methods.Rd
   M /trunk/src/library/methods/man/setGeneric.Rd

\link{S4groupGeneric}
------------------------------------------------------------------------
r41162 | bates | 2007-04-14 14:10:11 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Makefile.in
   D /trunk/src/include/R_ext/stats_stubs.c
   A /trunk/src/include/R_ext/stats_stubs.h (from /trunk/src/include/R_ext/stats_stubs.c:41145)

Rename .c to .h for copying into build directory
------------------------------------------------------------------------
r41163 | bates | 2007-04-14 14:24:57 -0400 (Sat, 14 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/include/R_ext/Makefile.in
   D /branches/R-2-5-branch/src/include/R_ext/stats_stubs.c
   A /branches/R-2-5-branch/src/include/R_ext/stats_stubs.h (from /trunk/src/include/R_ext/stats_stubs.h:41162)

ported r41162 change from trunk
------------------------------------------------------------------------
r41164 | ripley | 2007-04-15 03:23:40 -0400 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/stats/R/density.R
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/tests/primitives.R
   M /trunk/tests/reg-tests-1.R

fixes for PR#8876 and PR#7951

------------------------------------------------------------------------
r41165 | ripley | 2007-04-15 03:34:25 -0400 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/methods/R/BasicFunsList.R
   M /branches/R-2-5-branch/src/library/stats/R/density.R
   M /branches/R-2-5-branch/src/library/stats/man/density.Rd
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port (most of) r41164 from trunk

------------------------------------------------------------------------
r41166 | ripley | 2007-04-15 04:47:41 -0400 (Sun, 15 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

add commment on file completion
------------------------------------------------------------------------
r41167 | ripley | 2007-04-15 04:50:00 -0400 (Sun, 15 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS

add commment on file completion
------------------------------------------------------------------------
r41168 | ripley | 2007-04-15 05:30:49 -0400 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/tests/primitives.R

more tests on .BasicFunsList

------------------------------------------------------------------------
r41169 | urbaneks | 2007-04-15 21:30:38 -0400 (Sun, 15 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/etc/Makeconf.in
   M /trunk/m4/java.m4
   M /trunk/src/scripts/config
   M /trunk/src/scripts/javareconf

fix Java support, add JAVA_CPPFLAGS
------------------------------------------------------------------------
r41170 | urbaneks | 2007-04-15 21:37:17 -0400 (Sun, 15 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/etc/Makeconf.in
   M /branches/R-2-5-branch/m4/java.m4
   M /branches/R-2-5-branch/src/scripts/config
   M /branches/R-2-5-branch/src/scripts/javareconf

port 41169 from trunk
------------------------------------------------------------------------
r41171 | ripley | 2007-04-16 02:53:08 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages2.R

looks like file.access is better on Unix and no worse on Windows
------------------------------------------------------------------------
r41172 | ripley | 2007-04-16 02:54:10 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/R/packages2.R

port r41171 from trunk
------------------------------------------------------------------------
r41173 | ripley | 2007-04-16 03:21:29 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/man/detach.Rd
   M /trunk/src/library/base/man/library.Rd

doc tweaks
------------------------------------------------------------------------
r41174 | ripley | 2007-04-16 03:22:23 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/base/man/detach.Rd
   M /branches/R-2-5-branch/src/library/base/man/library.Rd

port r41173 from trunk
------------------------------------------------------------------------
r41175 | maechler | 2007-04-16 03:30:25 -0400 (Mon, 16 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/zzz.R

+ comment about "Math" group members with > 1 arg

------------------------------------------------------------------------
r41176 | ripley | 2007-04-16 03:33:04 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/Makefile

add missing dependence
------------------------------------------------------------------------
r41177 | ripley | 2007-04-16 03:35:19 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile

add missing dependencies
------------------------------------------------------------------------
r41178 | ripley | 2007-04-16 04:28:01 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

more Vista issues
------------------------------------------------------------------------
r41179 | ripley | 2007-04-16 04:29:18 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port r41178 from trunk
------------------------------------------------------------------------
r41180 | ripley | 2007-04-16 05:50:42 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/Rgui.exe.manifest
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/Rterm.exe.manifest
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

more Vista issues
------------------------------------------------------------------------
r41181 | ripley | 2007-04-16 05:54:11 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Rgui.exe.manifest
   M /trunk/src/gnuwin32/front-ends/Rterm.exe.manifest
   M /trunk/src/gnuwin32/rw-FAQ.texi

more Vista issues
------------------------------------------------------------------------
r41182 | ripley | 2007-04-16 09:20:04 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

more Vista notes
------------------------------------------------------------------------
r41183 | ripley | 2007-04-16 09:21:34 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port r41182 from trunk
------------------------------------------------------------------------
r41184 | ripley | 2007-04-16 11:02:20 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile
   A /trunk/src/gnuwin32/front-ends/Rcmd.exe.manifest
   M /trunk/src/gnuwin32/front-ends/rcico.rc

more manifests for Vista
------------------------------------------------------------------------
r41185 | urbaneks | 2007-04-16 11:14:11 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/javareconf

small fixes in javareconf and add -e flag
------------------------------------------------------------------------
r41186 | urbaneks | 2007-04-16 11:15:04 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/scripts/javareconf

port 41185 from trunk
------------------------------------------------------------------------
r41187 | urbaneks | 2007-04-16 11:25:37 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/etc/Makeconf.in

expose ObjC foundation flags
------------------------------------------------------------------------
r41188 | urbaneks | 2007-04-16 11:26:57 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/etc/Makeconf.in

port 41187 from trunk
------------------------------------------------------------------------
r41189 | ripley | 2007-04-16 11:43:00 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

update
------------------------------------------------------------------------
r41190 | ripley | 2007-04-16 11:44:17 -0400 (Mon, 16 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/tests/nls.R
   M /trunk/src/library/stats/tests/nls.Rout.save

'start' for nls can be a list

------------------------------------------------------------------------
r41191 | ripley | 2007-04-16 11:47:46 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/nls.R
   M /branches/R-2-5-branch/src/library/stats/tests/nls.R
   M /branches/R-2-5-branch/src/library/stats/tests/nls.Rout.save

port r41190 from trunk
------------------------------------------------------------------------
r41192 | ripley | 2007-04-16 14:41:47 -0400 (Mon, 16 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/args.Rd
   M /trunk/src/library/base/man/formals.Rd
   M /trunk/src/library/base/man/sys.parent.Rd

clarifications

------------------------------------------------------------------------
r41193 | ripley | 2007-04-16 14:46:28 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/args.Rd
   M /branches/R-2-5-branch/src/library/base/man/formals.Rd
   M /branches/R-2-5-branch/src/library/base/man/sys.parent.Rd

port r41191 from trunk
------------------------------------------------------------------------
r41194 | pd | 2007-04-16 18:05:13 -0400 (Mon, 16 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION
   M /branches/R-2-5-branch/configure

go to 2.5.0 RC
------------------------------------------------------------------------
r41195 | ripley | 2007-04-17 01:34:46 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/tests/nls.R
   M /trunk/src/library/stats/tests/nls.Rout.save

make example more diffable
------------------------------------------------------------------------
r41196 | ripley | 2007-04-17 01:53:26 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/tests/nls.R
   M /branches/R-2-5-branch/src/library/stats/tests/nls.Rout.save

port r41195 from trunk
------------------------------------------------------------------------
r41197 | ripley | 2007-04-17 03:28:47 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/args.Rd
   M /trunk/src/library/base/man/formals.Rd

clarifications
------------------------------------------------------------------------
r41198 | ripley | 2007-04-17 06:02:11 -0400 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi

updates

------------------------------------------------------------------------
r41199 | ripley | 2007-04-17 06:21:55 -0400 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-ints.texi

port (most of) r41198 from trunk

------------------------------------------------------------------------
r41200 | hornik | 2007-04-17 07:09:04 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41201 | hornik | 2007-04-17 07:09:06 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41202 | ripley | 2007-04-17 10:36:43 -0400 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/groupGeneric.Rd

add explanatory note

------------------------------------------------------------------------
r41203 | ripley | 2007-04-17 10:42:36 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/groupGeneric.Rd

port r41202 from trunk
------------------------------------------------------------------------
r41204 | ripley | 2007-04-17 11:50:33 -0400 (Tue, 17 Apr 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/ar.R
   M /branches/R-2-5-branch/src/library/utils/man/help.Rd

fix PR#9614
clarification of what happens if HTML help is not available.

------------------------------------------------------------------------
r41205 | ripley | 2007-04-17 11:57:28 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/ar.R
   M /trunk/src/library/utils/man/help.Rd

port r41204 from trunk
------------------------------------------------------------------------
r41206 | ripley | 2007-04-17 13:32:55 -0400 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/main/platform.c

try rewriting file.access in terms of NT (mainly) file access functions.

------------------------------------------------------------------------
r41207 | ripley | 2007-04-17 14:53:55 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

typo
------------------------------------------------------------------------
r41208 | ripley | 2007-04-17 14:58:53 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r41207 from trunk
------------------------------------------------------------------------
r41209 | murdoch | 2007-04-17 18:46:59 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-lang.texi

Fix scoping example (reported by Jeffrey Horner)
------------------------------------------------------------------------
r41210 | murdoch | 2007-04-17 18:52:40 -0400 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-lang.texi

Port r41209 from trunk
------------------------------------------------------------------------
r41211 | ripley | 2007-04-18 02:01:27 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinternals.h

tidy up
------------------------------------------------------------------------
r41212 | ripley | 2007-04-18 02:03:41 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/include/Rinternals.h

port r41211 from trunk (as it is a fix of a trivial bug that has confused someone)
------------------------------------------------------------------------
r41213 | ripley | 2007-04-18 02:53:44 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clarification
------------------------------------------------------------------------
r41214 | ripley | 2007-04-18 03:20:14 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r41213 from trunk
------------------------------------------------------------------------
r41215 | hornik | 2007-04-18 03:44:24 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41216 | hornik | 2007-04-18 03:44:26 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41217 | ripley | 2007-04-18 04:03:14 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

tweak
------------------------------------------------------------------------
r41218 | ripley | 2007-04-18 04:19:36 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/cran/index.in
   M /branches/R-2-5-branch/src/gnuwin32/cran/rdevel.in
   M /branches/R-2-5-branch/src/gnuwin32/cran/rpatched.in
   M /branches/R-2-5-branch/src/gnuwin32/cran/rtest.in

gone above 28.5Mb
------------------------------------------------------------------------
r41219 | ripley | 2007-04-18 04:21:48 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/cran/index.in
   M /trunk/src/gnuwin32/cran/rdevel.in
   M /trunk/src/gnuwin32/cran/rpatched.in
   M /trunk/src/gnuwin32/cran/rtest.in

tweaks from R-2-5-branch
------------------------------------------------------------------------
r41220 | maechler | 2007-04-18 04:32:06 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/bandwidths.R
   M /trunk/tests/reg-tests-1.R

bw.SJ() search interval too small
------------------------------------------------------------------------
r41221 | ripley | 2007-04-18 05:04:06 -0400 (Wed, 18 Apr 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/Round.Rd
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/names.c

separate internal code from trunc from one-arg Math group.
check arity on one-arg Math group before methods dispatch.
check args of primitve group generics in checkS3methods (but not names for operators)

------------------------------------------------------------------------
r41222 | ripley | 2007-04-18 07:29:56 -0400 (Wed, 18 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/main/eval.c

switch off dispatch of S4 methods on S3 objects for primitives
update Windows' hiding list

------------------------------------------------------------------------
r41223 | ripley | 2007-04-18 07:30:34 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/zzz.R

! is unary only
------------------------------------------------------------------------
r41224 | ripley | 2007-04-18 07:39:41 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/zzz.R

! is unary, despite being in the Math group
------------------------------------------------------------------------
r41225 | ripley | 2007-04-18 07:50:14 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/ru.po

update Russian translations
------------------------------------------------------------------------
r41226 | ripley | 2007-04-18 07:58:04 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

typo
------------------------------------------------------------------------
r41227 | ripley | 2007-04-18 10:41:01 -0400 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/boxplot.Rd

improve example

------------------------------------------------------------------------
r41228 | ripley | 2007-04-18 10:42:04 -0400 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/library/base/man/file.access.Rd

finish of file.access fix on Windows

------------------------------------------------------------------------
r41229 | ripley | 2007-04-18 11:33:51 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/paste.c

fix buffer overflow
------------------------------------------------------------------------
r41230 | ripley | 2007-04-18 11:35:47 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/args.Rd
   M /branches/R-2-5-branch/src/library/base/man/formals.Rd
   M /branches/R-2-5-branch/src/main/paste.c

port r41229 from trunk
------------------------------------------------------------------------
r41231 | ripley | 2007-04-18 11:41:46 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/main.c

clarify message
------------------------------------------------------------------------
r41232 | ripley | 2007-04-18 11:43:24 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/main.c

port r41231 from trunk
------------------------------------------------------------------------
r41233 | ripley | 2007-04-18 12:53:21 -0400 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/COPYRIGHTS
   M /trunk/doc/manual/R-exts.texi
   A /trunk/share/perl/File
   A /trunk/share/perl/File/Copy
   A /trunk/share/perl/File/Copy/Recursive.pm
   M /trunk/src/scripts/check.in

do a recursive copy of the tests directory in 'R CMD check'

------------------------------------------------------------------------
r41234 | ripley | 2007-04-18 12:59:50 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/cran/rtest.in

update
------------------------------------------------------------------------
r41235 | maechler | 2007-04-18 15:38:09 -0400 (Wed, 18 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/man/bandwidth.Rd

move NEWS entry and document bw.SJ() out-of-interval search (see r41220)
------------------------------------------------------------------------
r41236 | ripley | 2007-04-18 17:15:43 -0400 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/installer/Makefile

add SVN revision number to installer's version.

------------------------------------------------------------------------
r41237 | ripley | 2007-04-19 01:38:15 -0400 (Thu, 19 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/main/eval.c

add S4 pretest to DispatchGroup

------------------------------------------------------------------------
r41238 | ripley | 2007-04-19 03:04:05 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/heatmap.Rd

clarify hclustfun
------------------------------------------------------------------------
r41239 | ripley | 2007-04-19 03:05:27 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/heatmap.Rd

port r41238 from trunk
------------------------------------------------------------------------
r41240 | ripley | 2007-04-19 03:23:45 -0400 (Thu, 19 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R

don't reorder the results of library()

------------------------------------------------------------------------
r41241 | ripley | 2007-04-19 03:25:03 -0400 (Thu, 19 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dates.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/man/round.POSIXt.Rd
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/main/names.c

sort out arglist of trunc(x, ...)

------------------------------------------------------------------------
r41242 | ripley | 2007-04-19 03:35:56 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/tools/R/utils.R

'!' is unary so does not need fixing up
------------------------------------------------------------------------
r41243 | ripley | 2007-04-19 03:47:30 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/share/Makefile.in

update
------------------------------------------------------------------------
r41244 | ripley | 2007-04-19 05:38:04 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/man/dendrogram.Rd

make as.dendrogram<dendrogram object>) work
------------------------------------------------------------------------
r41245 | ripley | 2007-04-19 06:24:19 -0400 (Thu, 19 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd

add dev2bitmap via PDFx

------------------------------------------------------------------------
r41246 | ripley | 2007-04-19 08:06:43 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R

remove spurious lines
------------------------------------------------------------------------
r41247 | ripley | 2007-04-19 13:42:21 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Quotes.Rd

workaround Rd conversion problem
------------------------------------------------------------------------
r41248 | ripley | 2007-04-19 13:44:05 -0400 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Quotes.Rd

port r41247 from trunk
------------------------------------------------------------------------
r41249 | ripley | 2007-04-20 02:28:27 -0400 (Fri, 20 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/man/load.Rd
   M /trunk/src/library/utils/R/data.R

add tests for pre-2.4.0 S4 object in load()

------------------------------------------------------------------------
r41250 | ripley | 2007-04-20 03:05:33 -0400 (Fri, 20 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/isS4.Rd
   M /trunk/src/main/objects.c

tidy up

------------------------------------------------------------------------
r41251 | murdoch | 2007-04-20 07:33:54 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/installer/Makefile

typo
------------------------------------------------------------------------
r41252 | ripley | 2007-04-20 08:06:32 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/grDevices/man/unix/png.Rd

clarifications
------------------------------------------------------------------------
r41253 | ripley | 2007-04-20 08:08:00 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/grDevices/man/unix/png.Rd

port r41252 from trunk
------------------------------------------------------------------------
r41254 | ripley | 2007-04-20 08:12:13 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

update
------------------------------------------------------------------------
r41255 | ripley | 2007-04-20 09:41:16 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

match up with R-devel
------------------------------------------------------------------------
r41256 | murdoch | 2007-04-20 10:47:09 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/installer/Makefile

Typo in typo correction
------------------------------------------------------------------------
r41257 | ripley | 2007-04-20 12:37:41 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

update
------------------------------------------------------------------------
r41258 | ripley | 2007-04-20 12:50:59 -0400 (Fri, 20 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/man/load.Rd

try to fix up pre-2.4.0 S4 objects in load.

------------------------------------------------------------------------
r41259 | ripley | 2007-04-20 12:54:52 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

update
------------------------------------------------------------------------
r41260 | ripley | 2007-04-20 22:29:45 -0400 (Fri, 20 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

File::Copy is still needed
------------------------------------------------------------------------
r41261 | ripley | 2007-04-21 01:31:30 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update to match proposed commits for 2.5.0 patched
------------------------------------------------------------------------
r41262 | ripley | 2007-04-21 02:53:28 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/po/Makefile.in.in

typo
------------------------------------------------------------------------
r41263 | ripley | 2007-04-21 02:55:19 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/Makefile.in.in

port r41262 from trunk
------------------------------------------------------------------------
r41264 | ripley | 2007-04-21 12:32:34 -0400 (Sat, 21 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/windows.R
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/windows/png.Rd

add a 'units' argument to bitmap devices (only tested on Windows so far)

------------------------------------------------------------------------
r41265 | ripley | 2007-04-21 12:41:16 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/png.Rd

update
------------------------------------------------------------------------
r41266 | ripley | 2007-04-21 15:08:28 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/unix/x11.R

update
------------------------------------------------------------------------
r41267 | ripley | 2007-04-21 15:29:04 -0400 (Sat, 21 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/windows/png.Rd

mention GDD and Cairo (as Unix does)

------------------------------------------------------------------------
r41268 | ripley | 2007-04-21 15:31:28 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/man/windows/png.Rd

port r41267 from trunk
------------------------------------------------------------------------
r41269 | ripley | 2007-04-21 16:22:57 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Makefile.in

clean up better
------------------------------------------------------------------------
r41270 | ripley | 2007-04-22 01:53:28 -0400 (Sun, 22 Apr 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/man/load.Rd
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/main/objects.c
   M /trunk/src/main/saveload.c

remove R_seemsS4Object, as it was not quite right (S4SXP, no S4 bit?)

move warning for old-style S4 object to C-level, so it is used when
restoring workspace.

------------------------------------------------------------------------
r41271 | hornik | 2007-04-22 05:18:42 -0400 (Sun, 22 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41272 | hornik | 2007-04-22 05:18:44 -0400 (Sun, 22 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41273 | hornik | 2007-04-22 11:18:44 -0400 (Sun, 22 Apr 2007) | 4 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/perl/R/Logfile.pm
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/scripts/check.in

Windows really reserves COM and LPT from 1 to 9 (PR#9622).
Turn on codetools checking by default, but only output a 'NOTE' (and
use new note() R::Logfile method for this).
Quickly check NAMESPACE files before running .check_package_depends().
------------------------------------------------------------------------
r41274 | hornik | 2007-04-22 11:18:46 -0400 (Sun, 22 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/build.in

Make given package directories absolute in the main loop (which should
make symbolic links work without further ado).
------------------------------------------------------------------------
r41275 | ripley | 2007-04-22 12:49:21 -0400 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/class_support.c
   M /trunk/src/library/methods/src/do_substitute_direct.c
   M /trunk/src/library/methods/src/init.c
   M /trunk/src/library/methods/src/methods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/library/methods/src/slot.c
   M /trunk/src/library/methods/src/tests.c

add standard copyright notices
use R-core formatting, as in R-exts

------------------------------------------------------------------------
r41276 | murdoch | 2007-04-22 20:34:49 -0400 (Sun, 22 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c

readBin() validity check on "what"
------------------------------------------------------------------------
r41277 | ripley | 2007-04-23 04:16:27 -0400 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R

list the Math group generic in alphabetical order
remove pseudo-generics for non-generic primitives / language elements

------------------------------------------------------------------------
r41278 | hornik | 2007-04-23 06:36:41 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41279 | hornik | 2007-04-23 06:36:43 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41280 | ripley | 2007-04-23 06:44:58 -0400 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/main/array.c
   M /trunk/src/main/objects.c
   M /trunk/tests/primitives.R

confine dispatch in %*% to S4 object and that op.
use FALSE values in .BasicFunsList to indicate that S4 methods cannot be set

------------------------------------------------------------------------
r41281 | ripley | 2007-04-23 06:59:27 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/array.c

tweak S4 test
------------------------------------------------------------------------
r41282 | ripley | 2007-04-23 08:52:10 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

update re Intel compilers
------------------------------------------------------------------------
r41283 | ripley | 2007-04-23 08:53:15 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update re Intel compilers
------------------------------------------------------------------------
r41284 | ripley | 2007-04-23 15:14:59 -0400 (Mon, 23 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/plot.c

fix PR#9629

------------------------------------------------------------------------
r41285 | ripley | 2007-04-23 15:32:50 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/plot.c

shut up incorrect wanring from gcc 4.1.x
------------------------------------------------------------------------
r41286 | ripley | 2007-04-24 00:51:30 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/base/man/c.Rd

document peculiar S4 behaviour

------------------------------------------------------------------------
r41287 | ripley | 2007-04-24 00:57:54 -0400 (Tue, 24 Apr 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/is.finite.Rd
   M /trunk/src/library/methods/NAMESPACE
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/main/coerce.c

make is.[in]finite generic.
auto-generate .BasicFunsList, don't export
remove unused .BasicFunsEnv

------------------------------------------------------------------------
r41288 | ripley | 2007-04-24 01:01:13 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

update
------------------------------------------------------------------------
r41289 | ripley | 2007-04-24 03:21:15 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/attrib.c
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

coercing S4 objects to a basic class let the S4 bit set.

------------------------------------------------------------------------
r41290 | ripley | 2007-04-24 03:30:15 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

prepare for 2.5.0 patched
------------------------------------------------------------------------
r41291 | ripley | 2007-04-24 03:34:03 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS

prepare for 2.5.0 patched
------------------------------------------------------------------------
r41292 | ripley | 2007-04-24 04:37:47 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   A /trunk/src/gnuwin32/rw-FAQ.css
   M /trunk/src/gnuwin32/rw-FAQ.texi

add a style sheet (needs it for @file etc)

------------------------------------------------------------------------
r41293 | ripley | 2007-04-24 05:18:33 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/Makefile.win
   A /trunk/doc/manual/Rman.css

add style sheet for texinfo manuals (as e.g. @file is not being rendered)

------------------------------------------------------------------------
r41294 | pd | 2007-04-24 05:41:41 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

Prepare for release 2.5.0
------------------------------------------------------------------------
r41295 | pd | 2007-04-24 05:41:43 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   A /tags/R-2-5-0 (from /branches/R-2-5-branch:41293)
   R /tags/R-2-5-0/VERSION (from /branches/R-2-5-branch/VERSION:41294)

Tag version 2.5.0
------------------------------------------------------------------------
r41296 | pd | 2007-04-24 05:41:49 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

setup for patched version
------------------------------------------------------------------------
r41297 | ripley | 2007-04-24 05:52:50 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in

update for style sheet
------------------------------------------------------------------------
r41298 | ripley | 2007-04-24 07:26:02 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/Makefile
   M /branches/R-2-5-branch/src/gnuwin32/Rdll.hide
   M /branches/R-2-5-branch/src/gnuwin32/console.c
   M /branches/R-2-5-branch/src/gnuwin32/extra.c
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/Makefile
   A /branches/R-2-5-branch/src/gnuwin32/front-ends/Rcmd.exe.manifest
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/rcico.rc
   M /branches/R-2-5-branch/src/gnuwin32/installer/JRins.pl
   M /branches/R-2-5-branch/src/gnuwin32/installer/Makefile
   M /branches/R-2-5-branch/src/gnuwin32/rui.c
   A /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.css (from /trunk/src/gnuwin32/rw-FAQ.css:41292)
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/base/R/library.R
   M /branches/R-2-5-branch/src/library/base/man/Encoding.Rd
   M /branches/R-2-5-branch/src/library/base/man/Logic.Rd
   M /branches/R-2-5-branch/src/library/base/man/c.Rd
   M /branches/R-2-5-branch/src/library/base/man/iconv.Rd
   M /branches/R-2-5-branch/src/library/graphics/man/boxplot.Rd
   M /branches/R-2-5-branch/src/library/methods/R/BasicFunsList.R
   M /branches/R-2-5-branch/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /branches/R-2-5-branch/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /branches/R-2-5-branch/src/library/methods/po/R-ru.po
   M /branches/R-2-5-branch/src/library/methods/po/ru.po
   M /branches/R-2-5-branch/src/library/stats/R/dendrogram.R
   M /branches/R-2-5-branch/src/library/stats/man/dendrogram.Rd
   M /branches/R-2-5-branch/src/main/attrib.c
   M /branches/R-2-5-branch/src/main/platform.c
   M /branches/R-2-5-branch/src/main/plot.c
   M /branches/R-2-5-branch/src/unix/Makefile.in
   M /branches/R-2-5-branch/tests/reg-S4.R
   M /branches/R-2-5-branch/tests/reg-S4.Rout.save

port various near-miss changes from trunk
------------------------------------------------------------------------
r41299 | ripley | 2007-04-24 07:45:36 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/tests/Makefile.in

move test-Lapack to the main set of tests
------------------------------------------------------------------------
r41300 | ripley | 2007-04-24 08:14:27 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/tests/Makefile.win

windows catch-up

------------------------------------------------------------------------
r41301 | ripley | 2007-04-24 11:15:34 -0400 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/print.c

r39996 stopped print(useS4=FALSE) working

------------------------------------------------------------------------
r41302 | ripley | 2007-04-24 11:16:40 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/print.c

port r41301 from trunk
------------------------------------------------------------------------
r41303 | murdoch | 2007-04-24 12:59:45 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/cran/release.in

typo
------------------------------------------------------------------------
r41304 | murdoch | 2007-04-24 13:00:09 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/cran/release.in

typo
------------------------------------------------------------------------
r41305 | murdoch | 2007-04-24 13:19:09 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/connections.c

Port r41276 from trunk
------------------------------------------------------------------------
r41306 | ripley | 2007-04-25 05:03:22 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/src/HoltWinters.c

bug fix for HoltWinters from David Meyer
------------------------------------------------------------------------
r41307 | ripley | 2007-04-25 05:05:13 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/src/HoltWinters.c

port r41306 from trunk
------------------------------------------------------------------------
r41308 | maechler | 2007-04-25 05:27:53 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/bandwidths.R
   M /branches/R-2-5-branch/src/library/stats/man/bandwidth.Rd
   M /branches/R-2-5-branch/tests/reg-tests-1.R

ported r41220 & 41235 [bw.SJ(.) "range"] from trunk
------------------------------------------------------------------------
r41309 | maechler | 2007-04-25 05:35:22 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/bandwidths.R
   M /trunk/tests/reg-tests-1.R

even more conservative change to bw.SJ() than r41220 & 41235 did (& update tests, /NEWS)
------------------------------------------------------------------------
r41310 | maechler | 2007-04-25 05:36:51 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/bandwidths.R

ported r41309 from trunk
------------------------------------------------------------------------
r41311 | ripley | 2007-04-25 08:09:57 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/man/unlink.Rd

make wildcard expansion work again in unlink() on Unix-alikes
------------------------------------------------------------------------
r41312 | ripley | 2007-04-25 08:12:55 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/unix/system.unix.R
   M /branches/R-2-5-branch/src/library/base/man/unlink.Rd

port r41311 from trunk
------------------------------------------------------------------------
r41313 | murdoch | 2007-04-25 13:32:05 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c

Fix "Paste commands only" to handle prompt prefixes.
------------------------------------------------------------------------
r41314 | murdoch | 2007-04-25 14:00:48 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/console.c

Port of r41313 from trunk
------------------------------------------------------------------------
r41315 | ripley | 2007-04-25 17:50:56 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   A /trunk/tests/lapack.Rout.save

managed not to commit the save file
------------------------------------------------------------------------
r41316 | ripley | 2007-04-26 01:38:15 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/lapack.R
   M /trunk/tests/lapack.Rout.save

more useful test output
------------------------------------------------------------------------
r41317 | ripley | 2007-04-26 01:54:19 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/modules/internet/internet.c

use Mb for large files
------------------------------------------------------------------------
r41318 | ripley | 2007-04-26 01:56:02 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   D /trunk/src/gnuwin32/rw-FAQ.css
   M /trunk/src/gnuwin32/rw-FAQ.texi

tweaks
------------------------------------------------------------------------
r41319 | ripley | 2007-04-26 02:10:00 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/identify.Rd

add warning about interrupting identify
------------------------------------------------------------------------
r41320 | ripley | 2007-04-26 02:14:42 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/graphics/man/identify.Rd

port r41319 from trunk
------------------------------------------------------------------------
r41321 | ripley | 2007-04-26 04:35:27 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/options.Rd

tweak for better layout on text conversion
------------------------------------------------------------------------
r41322 | ripley | 2007-04-26 04:48:23 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

update
------------------------------------------------------------------------
r41323 | ripley | 2007-04-26 04:54:27 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

typo
------------------------------------------------------------------------
r41324 | ripley | 2007-04-26 04:58:07 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/main/options.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c

add option to control rl completion
------------------------------------------------------------------------
r41325 | ripley | 2007-04-26 05:11:54 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/options.c

ifdef for use on Windows
------------------------------------------------------------------------
r41326 | ripley | 2007-04-26 06:02:33 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/stats/R/bandwidths.R
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po

update, correct bad message in bandwidths.R

------------------------------------------------------------------------
r41327 | ripley | 2007-04-26 06:03:18 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/options.c

improve messages
------------------------------------------------------------------------
r41328 | ripley | 2007-04-26 06:20:45 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

add regression test for unlink
------------------------------------------------------------------------
r41329 | ripley | 2007-04-26 07:42:32 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

tweak help messages
------------------------------------------------------------------------
r41330 | ripley | 2007-04-26 07:47:15 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/unlink.Rd

wildcards were not working in unlink() on Windows

------------------------------------------------------------------------
r41331 | ripley | 2007-04-26 07:48:37 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/tests/reg-tests-1.R

wildcards wre not working on Windows

------------------------------------------------------------------------
r41332 | ripley | 2007-04-26 08:01:23 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/configure.ac
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/extra.c
   M /branches/R-2-5-branch/src/library/base/R/windows/system.R
   M /branches/R-2-5-branch/src/library/base/man/unlink.Rd

port r41329 and r41330 from trunk
------------------------------------------------------------------------
r41333 | ripley | 2007-04-26 12:38:08 -0400 (Thu, 26 Apr 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/extra.c
   M /branches/R-2-5-branch/src/library/base/man/unlink.Rd

Windows cannot unlink the current working directory, so workaround this for
session temporary directory.

------------------------------------------------------------------------
r41334 | ripley | 2007-04-26 12:54:26 -0400 (Thu, 26 Apr 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/unlink.Rd
   M /trunk/src/main/Makefile.win
   M /trunk/src/main/names.c
   M /trunk/src/main/platform.c
   M /trunk/tests/reg-tests-1.R

use C code for unlink on all platforms
on Windows, change working directory before attempting to delete tempdir()

------------------------------------------------------------------------
r41335 | ripley | 2007-04-26 12:58:20 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/include/Internal.h

more of r41334
------------------------------------------------------------------------
r41336 | ripley | 2007-04-26 13:30:15 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

more tweaks to wording of configure --help
------------------------------------------------------------------------
r41337 | ripley | 2007-04-26 13:43:03 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/src/gnuwin32/CHANGES

R-int.pdf was missing its indices

------------------------------------------------------------------------
r41338 | ripley | 2007-04-26 13:45:02 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure.ac
   M /branches/R-2-5-branch/doc/manual/Makefile.win
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

port r41136 and r41137 from trunk
------------------------------------------------------------------------
r41339 | hornik | 2007-04-26 14:01:52 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41340 | hornik | 2007-04-26 14:01:54 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41341 | hornik | 2007-04-26 17:03:12 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/libPaths.Rd
   M /trunk/src/library/base/man/library.Rd

Aliases for R_LIBS* environment variables.
Mention R_LIBS_* specifier expansion in NEWS.
------------------------------------------------------------------------
r41342 | hornik | 2007-04-26 17:11:37 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/library.R
   M /branches/R-2-5-branch/src/library/base/man/libPaths.Rd
   M /branches/R-2-5-branch/src/library/base/man/library.Rd
   M /branches/R-2-5-branch/src/library/profile/Common.R

Port r41155, r41159 and r41341 (expansion of specifiers for R version
specific information) from trunk.
------------------------------------------------------------------------
r41343 | ripley | 2007-04-26 17:25:56 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/methods/R/BasicFunsList.R

revert last change
------------------------------------------------------------------------
r41344 | ripley | 2007-04-27 02:51:49 -0400 (Fri, 27 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/main/platform.c
   M /trunk/src/main/rlocale.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c

tidying up and comments

------------------------------------------------------------------------
r41345 | ripley | 2007-04-27 03:20:29 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/dataentry.c

remove use of C99 comment
------------------------------------------------------------------------
r41346 | ripley | 2007-04-27 03:21:50 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/modules/X11/dataentry.c

port r41345 from trunk
------------------------------------------------------------------------
r41347 | ripley | 2007-04-27 03:44:45 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/files.Rd

clarifications
------------------------------------------------------------------------
r41348 | ripley | 2007-04-27 03:45:37 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/files.Rd

port r41347 from trunk
------------------------------------------------------------------------
r41349 | ripley | 2007-04-27 04:06:41 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/main/connections.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/sysutils.c

require 'stat' and 'opendir' calls (as we used to without testing)
------------------------------------------------------------------------
r41350 | hornik | 2007-04-27 12:33:13 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41351 | hornik | 2007-04-27 12:33:17 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41352 | leisch | 2007-04-27 13:00:21 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

new mirror in Urecht
------------------------------------------------------------------------
r41353 | ripley | 2007-04-27 15:34:13 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/etc/repositories

update for BioC devel
------------------------------------------------------------------------
r41354 | hornik | 2007-04-27 17:01:28 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

Try unloading when detaching packages to be checked, as suggested by RG.
------------------------------------------------------------------------
r41355 | hornik | 2007-04-27 17:45:30 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/R/cdplot.R
   M /trunk/src/library/graphics/R/spineplot.R
   M /trunk/src/library/graphics/man/cdplot.Rd
   M /trunk/src/library/graphics/man/spineplot.Rd

New argument 'ylevels' in cdplot() and spineplot().
------------------------------------------------------------------------
r41356 | ripley | 2007-04-28 00:58:22 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/levels.Rd
   M /trunk/src/library/base/man/nlevels.Rd

documentation clarifications

------------------------------------------------------------------------
r41357 | ripley | 2007-04-28 01:48:17 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/man/qr.Rd
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

fix PR#9623

------------------------------------------------------------------------
r41358 | ripley | 2007-04-28 01:54:54 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/qr.R
   M /branches/R-2-5-branch/src/library/base/man/levels.Rd
   M /branches/R-2-5-branch/src/library/base/man/nlevels.Rd
   M /branches/R-2-5-branch/src/library/base/man/qr.Rd
   M /branches/R-2-5-branch/tests/reg-tests-2.R
   M /branches/R-2-5-branch/tests/reg-tests-2.Rout.save

port r41356 and r41357 from trunk
------------------------------------------------------------------------
r41359 | ripley | 2007-04-28 02:25:22 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/etc/repositories
   M /trunk/src/library/stats/R/HoltWinters.R

fix for decompose(), update BioC repos names
------------------------------------------------------------------------
r41360 | ripley | 2007-04-28 02:29:15 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/etc/repositories
   M /branches/R-2-5-branch/src/library/stats/R/HoltWinters.R

port r41359 from trunk
------------------------------------------------------------------------
r41361 | ripley | 2007-04-28 03:26:43 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

test that S4 generics do dispatch on methods
------------------------------------------------------------------------
r41362 | ripley | 2007-04-28 03:27:56 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/matmult.Rd

clarification of S4 generic

------------------------------------------------------------------------
r41363 | ripley | 2007-04-28 03:29:13 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/matmult.Rd

port r41362 from trunk
------------------------------------------------------------------------
r41364 | ripley | 2007-04-28 05:12:50 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/html/R.css
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/gnuwin32/help/Rchm.css

add CSS styles on Rdconv conversion to HTML

------------------------------------------------------------------------
r41365 | ripley | 2007-04-28 10:43:36 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/main/array.c
   M /trunk/src/main/eval.c

use positional matching for binary operators
------------------------------------------------------------------------
r41366 | ripley | 2007-04-28 10:44:35 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/objects.c

avoid segfault in UseMethod
------------------------------------------------------------------------
r41367 | ripley | 2007-04-28 10:46:11 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/objects.c

port r41366 (avoid segfault in UseMethod)
------------------------------------------------------------------------
r41368 | ripley | 2007-04-28 10:47:58 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/matmult.Rd

change documented args of %*% to be x, y to conform with the S4 generic.

------------------------------------------------------------------------
r41369 | maechler | 2007-04-28 12:56:09 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

fix typo (thanks Jeff Horner)

------------------------------------------------------------------------
r41370 | maechler | 2007-04-28 12:57:25 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

ported r41369
------------------------------------------------------------------------
r41371 | ripley | 2007-04-28 13:28:00 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi

updates and clarifications

------------------------------------------------------------------------
r41372 | ripley | 2007-04-28 13:30:59 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/tests/primitives.R

test (as far as possible) that the non-S4-generic primitives don't dispatch

------------------------------------------------------------------------
r41373 | ripley | 2007-04-28 13:31:34 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/factor.R
   M /trunk/src/library/base/man/levels.Rd

make levels() generic (levels<- has long been)

------------------------------------------------------------------------
r41374 | ripley | 2007-04-28 13:40:31 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-ints.texi

port some updates from trunk
------------------------------------------------------------------------
r41375 | ripley | 2007-04-28 14:16:00 -0400 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
   M /trunk/tests/reg-tests-1.R

make test slightly less stringent: ifort got 60*Meps

------------------------------------------------------------------------
r41376 | ripley | 2007-04-28 14:47:58 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41375 from trunk
------------------------------------------------------------------------
r41377 | ripley | 2007-04-29 03:36:32 -0400 (Sun, 29 Apr 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/man/library.Rd

documentation tweaks

------------------------------------------------------------------------
r41378 | ripley | 2007-04-29 03:38:14 -0400 (Sun, 29 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/base/man/library.Rd

port r41377 from trunk
------------------------------------------------------------------------
r41379 | ripley | 2007-04-29 07:17:25 -0400 (Sun, 29 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/main/options.c

two 'hidden' entry points
------------------------------------------------------------------------
r41380 | murdoch | 2007-04-29 08:58:53 -0400 (Sun, 29 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/consolestructs.h

Better mouse and cut&paste handling in Rgui console
------------------------------------------------------------------------
r41381 | ripley | 2007-04-29 13:20:09 -0400 (Sun, 29 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/consolestructs.h

alter the way completion on Rgui uses a scratchpad

------------------------------------------------------------------------
r41382 | ripley | 2007-04-29 13:21:46 -0400 (Sun, 29 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/console.c
   M /branches/R-2-5-branch/src/gnuwin32/consolestructs.h

port r41381 from trunk
------------------------------------------------------------------------
r41383 | ripley | 2007-04-29 14:18:00 -0400 (Sun, 29 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/match.R
   M /trunk/src/library/base/man/pmatch.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/unique.c

efficiency tweaks for pmatch (and enforce requirement on 'nomatch')

------------------------------------------------------------------------
r41384 | ripley | 2007-04-30 01:42:32 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/nmath/qbeta.c

remove attempt to store xtrunc to memory now we have a real convergence test.

------------------------------------------------------------------------
r41385 | ripley | 2007-04-30 02:19:53 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

update
------------------------------------------------------------------------
r41386 | ripley | 2007-04-30 02:23:58 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/fixed/etc/Makeconf

port r41385 from trunk
------------------------------------------------------------------------
r41387 | ripley | 2007-04-30 02:45:47 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/charmatch.Rd
   M /branches/R-2-5-branch/src/library/base/man/pmatch.Rd

clarifications
------------------------------------------------------------------------
r41388 | ripley | 2007-04-30 03:16:54 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/unique.c

translateChar potentially allocates
------------------------------------------------------------------------
r41389 | ripley | 2007-04-30 03:19:37 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/match.R
   M /trunk/src/library/base/man/charmatch.Rd
   M /trunk/src/library/base/man/match.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/unique.c

tidy up match and charmatch

------------------------------------------------------------------------
r41390 | maechler | 2007-04-30 03:50:10 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/isoreg.Rd

cosmetic

------------------------------------------------------------------------
r41391 | ripley | 2007-04-30 05:26:26 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/man/validObject.Rd
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

change !'s S4 signature to match documentation, and fix up one-arg S4 methods

------------------------------------------------------------------------
r41392 | ripley | 2007-04-30 06:06:41 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Logic.Rd
   M /branches/R-2-5-branch/src/library/methods/man/validObject.Rd

doc improvements
------------------------------------------------------------------------
r41393 | ripley | 2007-04-30 08:25:05 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Arithmetic.Rd
   M /trunk/src/library/base/man/Comparison.Rd
   M /trunk/src/library/base/man/Hyperbolic.Rd
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/base/man/Math.Rd
   M /trunk/src/library/base/man/Round.Rd
   M /trunk/src/library/base/man/Trig.Rd
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/cumsum.Rd

document which are already S4 generic, and for what arglists

------------------------------------------------------------------------
r41394 | ripley | 2007-04-30 08:29:29 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Arithmetic.Rd
   M /branches/R-2-5-branch/src/library/base/man/Comparison.Rd
   M /branches/R-2-5-branch/src/library/base/man/Hyperbolic.Rd
   M /branches/R-2-5-branch/src/library/base/man/Log.Rd
   M /branches/R-2-5-branch/src/library/base/man/Math.Rd
   M /branches/R-2-5-branch/src/library/base/man/Round.Rd
   M /branches/R-2-5-branch/src/library/base/man/Trig.Rd
   M /branches/R-2-5-branch/src/library/base/man/complex.Rd
   M /branches/R-2-5-branch/src/library/base/man/cumsum.Rd

port r41393 from trunk

------------------------------------------------------------------------
r41395 | ripley | 2007-04-30 11:03:22 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/Rscript.Rd

PR#9644, imporve example
------------------------------------------------------------------------
r41396 | ripley | 2007-04-30 11:04:55 -0400 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/man/Rscript.Rd

port r41395
------------------------------------------------------------------------
r41397 | ripley | 2007-04-30 12:07:07 -0400 (Mon, 30 Apr 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/main/plot.c

quieten an incorrect warning from gcc 3.4.5

------------------------------------------------------------------------
r41398 | ripley | 2007-05-01 02:38:36 -0400 (Tue, 01 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/R.sh.in
   M /trunk/src/unix/system.c

escape spaces in -e arguments.

------------------------------------------------------------------------
r41399 | ripley | 2007-05-01 02:42:20 -0400 (Tue, 01 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/scripts/R.sh.in
   M /branches/R-2-5-branch/src/unix/system.c

port r41398 from trunk
------------------------------------------------------------------------
r41400 | ripley | 2007-05-01 08:34:49 -0400 (Tue, 01 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/tests/reg-tests-1.R

fix 0x10L problem on Windows

------------------------------------------------------------------------
r41401 | ripley | 2007-05-01 08:46:25 -0400 (Tue, 01 May 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/gram.c
   M /branches/R-2-5-branch/src/main/gram.y
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41400 from trunk

------------------------------------------------------------------------
r41402 | ripley | 2007-05-01 10:06:06 -0400 (Tue, 01 May 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

add PR#
------------------------------------------------------------------------
r41403 | ripley | 2007-05-01 10:27:02 -0400 (Tue, 01 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/models.R
   M /trunk/tests/reg-tests-1.R
   M /trunk/tests/reg-tests-2.Rout.save

tweak .getXlevels

------------------------------------------------------------------------
r41404 | ripley | 2007-05-01 11:41:00 -0400 (Tue, 01 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

clarification/update
------------------------------------------------------------------------
r41405 | ripley | 2007-05-01 11:44:09 -0400 (Tue, 01 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-intro.texi

port r41403 from trunk
------------------------------------------------------------------------
r41406 | ripley | 2007-05-02 04:50:12 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

spurious space in URL
------------------------------------------------------------------------
r41407 | ripley | 2007-05-02 04:51:32 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

spurious space in URL
------------------------------------------------------------------------
r41408 | hornik | 2007-05-02 05:31:39 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41409 | hornik | 2007-05-02 05:31:41 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41410 | ripley | 2007-05-02 05:42:38 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

updates
------------------------------------------------------------------------
r41411 | ripley | 2007-05-02 05:44:24 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r41410 from trunk
------------------------------------------------------------------------
r41412 | ripley | 2007-05-02 06:28:15 -0400 (Wed, 02 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/main/builtin.c

name import environments, for convenience

------------------------------------------------------------------------
r41413 | ripley | 2007-05-02 09:24:46 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

more S4 notes
------------------------------------------------------------------------
r41414 | ripley | 2007-05-02 11:12:38 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/library/stats4/DESCRIPTION.in
   M /trunk/src/library/stats4/Makefile.in

move stats4 to lazyloading and deprecate SaveImage
------------------------------------------------------------------------
r41415 | ripley | 2007-05-02 11:16:42 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/src/methods_list_dispatch.c

layout
------------------------------------------------------------------------
r41416 | ripley | 2007-05-02 11:19:34 -0400 (Wed, 02 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/scripts/INSTALL.in

deprecate SaveImage

------------------------------------------------------------------------
r41417 | urbaneks | 2007-05-02 12:34:57 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/include/R_ext/Rdynload.h
   M /trunk/src/main/Rdynload.c

added R_getEmbeddingDllInfo for applications embedding R
------------------------------------------------------------------------
r41418 | ripley | 2007-05-02 12:58:10 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/library/stats4/DESCRIPTION.in
   M /trunk/src/library/stats4/Makefile.in

revert to SaveImage for now
------------------------------------------------------------------------
r41419 | urbaneks | 2007-05-02 13:06:56 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/modules/lapack/Makefile.in

make sure RLAPACK_LDFLAGS are not ignored
------------------------------------------------------------------------
r41420 | urbaneks | 2007-05-02 13:08:24 -0400 (Wed, 02 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/modules/lapack/Makefile.in

port 41419 from trunk
------------------------------------------------------------------------
r41421 | ripley | 2007-05-03 00:51:59 -0400 (Thu, 03 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

handle (by skipping) binary packages
------------------------------------------------------------------------
r41422 | ripley | 2007-05-03 03:38:46 -0400 (Thu, 03 May 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in
   M /trunk/NEWS
   M /trunk/doc/Makefile.in
   M /trunk/doc/html/Makefile.in
   M /trunk/doc/html/search/Makefile.in
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/R-admin.texi
   M /trunk/etc/Makefile.in
   M /trunk/po/Makefile.in.in
   M /trunk/share/Makefile.in
   M /trunk/src/extra/blas/Makefile.in
   M /trunk/src/include/Makefile.in
   M /trunk/src/include/R_ext/Makefile.in
   M /trunk/src/library/Makefile.in
   M /trunk/src/main/Makefile.in
   M /trunk/src/modules/Makefile.in
   M /trunk/src/modules/X11/Makefile.in
   M /trunk/src/modules/internet/Makefile.in
   M /trunk/src/modules/lapack/Makefile.in
   M /trunk/src/modules/vfonts/Makefile.in
   M /trunk/src/nmath/standalone/Makefile.in
   M /trunk/src/scripts/Makefile.in
   M /trunk/src/unix/Makefile.in

add DESTDIR support
------------------------------------------------------------------------
r41423 | ripley | 2007-05-03 03:40:52 -0400 (Thu, 03 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/Makefile.in
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/Makefile.in
   M /branches/R-2-5-branch/doc/html/Makefile.in
   M /branches/R-2-5-branch/doc/html/search/Makefile.in
   M /branches/R-2-5-branch/doc/manual/Makefile.in
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/etc/Makefile.in
   M /branches/R-2-5-branch/po/Makefile.in.in
   M /branches/R-2-5-branch/share/Makefile.in
   M /branches/R-2-5-branch/src/extra/blas/Makefile.in
   M /branches/R-2-5-branch/src/include/Makefile.in
   M /branches/R-2-5-branch/src/include/R_ext/Makefile.in
   M /branches/R-2-5-branch/src/library/Makefile.in
   M /branches/R-2-5-branch/src/main/Makefile.in
   M /branches/R-2-5-branch/src/modules/Makefile.in
   M /branches/R-2-5-branch/src/modules/X11/Makefile.in
   M /branches/R-2-5-branch/src/modules/internet/Makefile.in
   M /branches/R-2-5-branch/src/modules/lapack/Makefile.in
   M /branches/R-2-5-branch/src/modules/vfonts/Makefile.in
   M /branches/R-2-5-branch/src/nmath/standalone/Makefile.in
   M /branches/R-2-5-branch/src/scripts/Makefile.in
   M /branches/R-2-5-branch/src/unix/Makefile.in

port r41422 from trunk
------------------------------------------------------------------------
r41424 | ripley | 2007-05-03 05:27:34 -0400 (Thu, 03 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/match.call.Rd
   M /trunk/src/main/unique.c

stop match.call() matching itself when there is no enclosing function

------------------------------------------------------------------------
r41425 | ripley | 2007-05-03 07:21:19 -0400 (Thu, 03 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Rdconv.pm

warn on mismatched braces (suggestion of PR#9649 from Bill Dunlap)

------------------------------------------------------------------------
r41426 | urbaneks | 2007-05-03 09:41:19 -0400 (Thu, 03 May 2007) | 5 lines
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/src/extra/pcre/Makefile.in

Remove some obstacles to unix cross-compilation. BUILD_CC and BUILD_R
can be set to a C compiler and R native to the build machine (cc, gcc
and R are tested if not set). Some fix to R_EXE still needs to folow.
(note that AC_CHECK_SIZEOF is cross-compiler-safe since ac 2.5x)

------------------------------------------------------------------------
r41427 | ripley | 2007-05-04 02:55:07 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/man/grid.segments.Rd
   M /trunk/src/library/methods/man/LanguageClasses.Rd

fixup Rd errors
------------------------------------------------------------------------
r41428 | ripley | 2007-05-04 02:56:19 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grid/man/grid.segments.Rd
   M /branches/R-2-5-branch/src/library/methods/man/LanguageClasses.Rd

port r41427 from trunk
------------------------------------------------------------------------
r41429 | ripley | 2007-05-04 03:28:48 -0400 (Fri, 04 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/readline.Rd
   M /trunk/src/library/base/man/stopifnot.Rd
   M /trunk/src/library/grid/man/grid.curve.Rd
   M /trunk/src/library/grid/man/grid.lines.Rd
   M /trunk/src/library/grid/man/grid.move.to.Rd
   M /trunk/src/library/methods/man/LanguageClasses.Rd
   M /trunk/src/library/methods/man/canCoerce.Rd
   M /trunk/src/library/methods/man/method.skeleton.Rd
   M /trunk/src/library/methods/man/setMethod.Rd
   M /trunk/src/library/stats/man/kernapply.Rd

brace issues

------------------------------------------------------------------------
r41430 | ripley | 2007-05-04 03:30:57 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/readline.Rd
   M /branches/R-2-5-branch/src/library/base/man/stopifnot.Rd
   M /branches/R-2-5-branch/src/library/grid/man/grid.curve.Rd
   M /branches/R-2-5-branch/src/library/grid/man/grid.lines.Rd
   M /branches/R-2-5-branch/src/library/grid/man/grid.move.to.Rd
   M /branches/R-2-5-branch/src/library/methods/man/LanguageClasses.Rd
   M /branches/R-2-5-branch/src/library/methods/man/canCoerce.Rd
   M /branches/R-2-5-branch/src/library/methods/man/method.skeleton.Rd
   M /branches/R-2-5-branch/src/library/methods/man/setMethod.Rd
   M /branches/R-2-5-branch/src/library/stats/man/kernapply.Rd

port r41429 from trunk
------------------------------------------------------------------------
r41431 | ripley | 2007-05-04 03:38:05 -0400 (Fri, 04 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/library/stats4/DESCRIPTION.in
   M /trunk/src/library/stats4/Makefile.in
   M /trunk/src/library/stats4/NAMESPACE

add back r41414 (convert stats4 to lazyloading)
temporarily it needs to import 'methods' to ensure its own methods are exported.

------------------------------------------------------------------------
r41432 | ripley | 2007-05-04 04:13:42 -0400 (Fri, 04 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/dev.interactive.Rd

add deviceIsInteractive() and regard devices with display list enabled as 
interactive

------------------------------------------------------------------------
r41433 | ripley | 2007-05-04 04:51:15 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

avoid some false positives
------------------------------------------------------------------------
r41434 | ripley | 2007-05-04 06:01:02 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

make excess right brace a note
------------------------------------------------------------------------
r41435 | ripley | 2007-05-04 06:02:11 -0400 (Fri, 04 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/stats4/DESCRIPTION.in
   M /trunk/src/library/stats4/NAMESPACE

load methods namespace when a methods-requiring package has its namespace loaded

------------------------------------------------------------------------
r41436 | ripley | 2007-05-04 06:19:52 -0400 (Fri, 04 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/namespace.R

Unix installation does not do meta information until the end

------------------------------------------------------------------------
r41437 | ripley | 2007-05-04 08:38:17 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats4/Makefile.in

don't do lazyload every time (unlike other packages)
------------------------------------------------------------------------
r41438 | ripley | 2007-05-04 08:38:38 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

corrections for multiple types
------------------------------------------------------------------------
r41439 | ripley | 2007-05-04 15:12:03 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/build-help-windows.pl
   M /trunk/share/perl/build-help.pl

parse .Rd files once for multiple output types
------------------------------------------------------------------------
r41440 | ripley | 2007-05-04 16:19:58 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update Solaris info
------------------------------------------------------------------------
r41441 | ripley | 2007-05-04 16:21:15 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r41440 from trunk
------------------------------------------------------------------------
r41442 | ripley | 2007-05-04 17:36:42 -0400 (Fri, 04 May 2007) | 1 line
Changed paths:
   M /trunk/tests/lapack.R
   M /trunk/tests/lapack.Rout.save

more diffable output
------------------------------------------------------------------------
r41443 | ripley | 2007-05-05 03:10:35 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more Solaris updates
------------------------------------------------------------------------
r41444 | ripley | 2007-05-05 03:11:48 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r41443 from trunk
------------------------------------------------------------------------
r41445 | ripley | 2007-05-05 09:16:52 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

tidy up
------------------------------------------------------------------------
r41446 | ripley | 2007-05-05 09:17:30 -0400 (Sat, 05 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/library/grid/man/grid.xspline.Rd
   M /trunk/src/library/stats/man/reshape.Rd
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/man/browseEnv.Rd

corrections to the handling of \ in Rd files

------------------------------------------------------------------------
r41447 | ripley | 2007-05-05 09:18:11 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

corrections to handling of \ in Rd files
------------------------------------------------------------------------
r41448 | ripley | 2007-05-05 09:32:01 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/R-exts.texi
   M /branches/R-2-5-branch/share/perl/R/Rdconv.pm
   M /branches/R-2-5-branch/src/library/base/man/Log.Rd
   M /branches/R-2-5-branch/src/library/grid/man/grid.xspline.Rd
   M /branches/R-2-5-branch/src/library/stats/man/reshape.Rd
   M /branches/R-2-5-branch/src/library/tools/R/QC.R
   M /branches/R-2-5-branch/src/library/utils/man/browseEnv.Rd

port r41446:7 from trunk
------------------------------------------------------------------------
r41449 | murdoch | 2007-05-05 11:05:44 -0400 (Sat, 05 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/Makefile.packages
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/Makefile
   M /trunk/src/gnuwin32/installer/Makefile

Wrap perl and find in macros in Windows Makefiles.
------------------------------------------------------------------------
r41450 | ripley | 2007-05-06 02:09:37 -0400 (Sun, 06 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c

fix PR#9652

------------------------------------------------------------------------
r41451 | ripley | 2007-05-06 02:16:10 -0400 (Sun, 06 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/front-ends/rcmdfn.c

port r41451 from trunk
------------------------------------------------------------------------
r41452 | ripley | 2007-05-06 03:08:03 -0400 (Sun, 06 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/tests/reg-tests-1.R

fix PR#9657

------------------------------------------------------------------------
r41453 | ripley | 2007-05-06 03:11:56 -0400 (Sun, 06 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/dataframe.R
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41452 from trunk
------------------------------------------------------------------------
r41454 | ripley | 2007-05-06 08:41:28 -0400 (Sun, 06 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/graphics/NAMESPACE
   M /trunk/src/library/graphics/R/polygon.R
   A /trunk/src/library/graphics/man/xspline.Rd
   M /trunk/src/library/grid/man/grid.xspline.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/plot.c

add xspline
------------------------------------------------------------------------
r41455 | ripley | 2007-05-06 14:02:52 -0400 (Sun, 06 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/man/Rprof.Rd
   M /trunk/src/main/eval.c

support smaller intervals for Rprof
------------------------------------------------------------------------
r41456 | ripley | 2007-05-06 15:17:41 -0400 (Sun, 06 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/xspline.Rd

typos
------------------------------------------------------------------------
r41457 | ripley | 2007-05-07 06:24:05 -0400 (Mon, 07 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/namespace.R

require packages depending on 'methods' to have been installed >= 2.4.0
various small speed-ups in loading namespaces

------------------------------------------------------------------------
r41458 | ripley | 2007-05-07 06:25:36 -0400 (Mon, 07 May 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/init.c
   M /trunk/src/library/methods/src/methods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c

speed up search for base packages: knocks 10% of the startup time
with 1250 packages installed.

------------------------------------------------------------------------
r41459 | ripley | 2007-05-07 06:26:44 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/init.c
   M /trunk/src/library/methods/src/methods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c

revert unintended commits for now
------------------------------------------------------------------------
r41460 | ripley | 2007-05-07 06:59:24 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

typo
------------------------------------------------------------------------
r41461 | ripley | 2007-05-07 07:08:51 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/reshape.Rd

typo
------------------------------------------------------------------------
r41462 | ripley | 2007-05-07 07:09:23 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/reshape.Rd

port r41461 from trunk
------------------------------------------------------------------------
r41463 | ripley | 2007-05-07 07:51:01 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

solve a bootstrapping problme on Windows
------------------------------------------------------------------------
r41464 | ripley | 2007-05-07 08:46:49 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/extra/bzip2/LICENSE
   M /trunk/src/extra/bzip2/R_changes
   M /trunk/src/extra/bzip2/blocksort.c
   M /trunk/src/extra/bzip2/bzlib.c
   M /trunk/src/extra/bzip2/bzlib.h
   M /trunk/src/extra/bzip2/bzlib_private.h
   M /trunk/src/extra/bzip2/compress.c
   M /trunk/src/extra/bzip2/crctable.c
   M /trunk/src/extra/bzip2/decompress.c
   M /trunk/src/extra/bzip2/huffman.c
   M /trunk/src/extra/bzip2/randtable.c
   M /trunk/src/extra/pcre/LICENCE
   M /trunk/src/extra/pcre/Makefile.win
   M /trunk/src/extra/pcre/R_changes
   M /trunk/src/extra/pcre/chartables.h.win
   M /trunk/src/extra/pcre/dftables.c
   M /trunk/src/extra/pcre/pcre.h
   M /trunk/src/extra/pcre/pcre_compile.c
   M /trunk/src/extra/pcre/pcre_config.c
   M /trunk/src/extra/pcre/pcre_exec.c
   M /trunk/src/extra/pcre/pcre_fullinfo.c
   M /trunk/src/extra/pcre/pcre_get.c
   M /trunk/src/extra/pcre/pcre_globals.c
   M /trunk/src/extra/pcre/pcre_info.c
   M /trunk/src/extra/pcre/pcre_internal.h
   M /trunk/src/extra/pcre/pcre_maketables.c
   M /trunk/src/extra/pcre/pcre_newline.c
   M /trunk/src/extra/pcre/pcre_ord2utf8.c
   M /trunk/src/extra/pcre/pcre_refcount.c
   M /trunk/src/extra/pcre/pcre_study.c
   M /trunk/src/extra/pcre/pcre_tables.c
   M /trunk/src/extra/pcre/pcre_try_flipped.c
   M /trunk/src/extra/pcre/pcre_valid_utf8.c
   M /trunk/src/extra/pcre/pcre_version.c
   M /trunk/src/extra/pcre/pcre_xclass.c
   M /trunk/src/main/Makefile.win

update bzip2 and pcre

------------------------------------------------------------------------
r41465 | ripley | 2007-05-07 09:04:46 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

updates
------------------------------------------------------------------------
r41466 | ripley | 2007-05-07 09:05:53 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r41465 from trunk
------------------------------------------------------------------------
r41467 | ripley | 2007-05-07 10:30:21 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/nmath/standalone/README

more standalone Rmath instructions to R-admin

------------------------------------------------------------------------
r41468 | ripley | 2007-05-07 11:49:47 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/profile/Rprofile.windows

try to make \\machine\share work as far as possible for library paths.

------------------------------------------------------------------------
r41469 | ripley | 2007-05-07 12:23:06 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/library/profile/Rprofile.windows

port r41468 from trunk
------------------------------------------------------------------------
r41470 | ripley | 2007-05-07 12:33:21 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R

people are calling .find.package with a zero-length arg (against the docs).

------------------------------------------------------------------------
r41471 | ripley | 2007-05-07 14:38:06 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

revert for now
------------------------------------------------------------------------
r41472 | ripley | 2007-05-07 16:12:00 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/device.R

allow for functions in options('device')
------------------------------------------------------------------------
r41473 | ripley | 2007-05-07 16:20:22 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/R/device.R

port r41472 from trunk

------------------------------------------------------------------------
r41474 | ripley | 2007-05-07 17:09:43 -0400 (Mon, 07 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/library/base/man/path.expand.Rd

make path.expand align with R_USER in definition of 'home'

------------------------------------------------------------------------
r41475 | ripley | 2007-05-07 17:12:17 -0400 (Mon, 07 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/sys-win32.c
   M /branches/R-2-5-branch/src/library/base/man/path.expand.Rd

port r41474 from trunk
------------------------------------------------------------------------
r41476 | ripley | 2007-05-08 03:30:49 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/path.expand.Rd

clarifications
------------------------------------------------------------------------
r41477 | ripley | 2007-05-08 03:32:51 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Extract.Rd
   M /branches/R-2-5-branch/src/library/base/man/path.expand.Rd

port r41476 from trunk
------------------------------------------------------------------------
r41478 | ripley | 2007-05-08 03:52:39 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/path.expand.Rd

expand comment
------------------------------------------------------------------------
r41479 | ripley | 2007-05-08 04:11:47 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

tidying-up parts of change backed out
------------------------------------------------------------------------
r41480 | ripley | 2007-05-08 04:34:51 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

report all unmatched braces, not just the first
------------------------------------------------------------------------
r41481 | maechler | 2007-05-08 05:10:08 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats4/NAMESPACE

commit "old" comments
------------------------------------------------------------------------
r41482 | maechler | 2007-05-08 05:11:07 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/StructTS.Rd
   M /trunk/src/library/stats/man/stl.Rd

\link  StructTS <-> stl
------------------------------------------------------------------------
r41483 | ripley | 2007-05-08 05:53:08 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/namespace.R

more speedups
------------------------------------------------------------------------
r41484 | hornik | 2007-05-08 06:43:01 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41485 | hornik | 2007-05-08 06:43:05 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41486 | ripley | 2007-05-08 08:03:19 -0400 (Tue, 08 May 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/baseloader.R

match up the two versions of lazyLoad, and ensure the one in lazyLoad.R
gets loaded into base even when base is lazyloaded.

------------------------------------------------------------------------
r41487 | maechler | 2007-05-08 08:50:34 -0400 (Tue, 08 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/xspline.Rd

cosmetic in example

------------------------------------------------------------------------
r41488 | maechler | 2007-05-08 09:05:33 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/base/R/duplicated.R
   M /trunk/src/library/base/man/duplicated.Rd
   M /trunk/src/library/base/man/unique.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/unique.c

add duplicated(*, 'fromLast')
------------------------------------------------------------------------
r41489 | ripley | 2007-05-08 10:28:57 -0400 (Tue, 08 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/lazyload.R

this version is not much faster, but it uses quite a lot less memory

------------------------------------------------------------------------
r41490 | ripley | 2007-05-08 11:09:10 -0400 (Tue, 08 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile

tweak for cross-building

------------------------------------------------------------------------
r41491 | ripley | 2007-05-08 11:09:51 -0400 (Tue, 08 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R

tweak for cross-building

------------------------------------------------------------------------
r41492 | ripley | 2007-05-08 14:14:20 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R

fix to [.data.frame for duplicate column names
------------------------------------------------------------------------
r41493 | ripley | 2007-05-08 15:17:18 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

regression test
------------------------------------------------------------------------
r41494 | rgentlem | 2007-05-08 15:44:56 -0400 (Tue, 08 May 2007) | 4 lines
Changed paths:
   M /trunk/src/library/base/baseloader.R

modified the loading of old environments, so that those serialized with parent.env NULL are loaded with the parent.env=emptyenv(); and yes an alternative
would have been baseenv(), but that was seldom the intention of folks that
set the environment to NULL.

------------------------------------------------------------------------
r41495 | rgentlem | 2007-05-08 16:54:31 -0400 (Tue, 08 May 2007) | 5 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/R_ext/RS.h
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/bind.c
   M /trunk/src/main/character.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/duplicate.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/graphics.c
   M /trunk/src/main/main.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/model.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/serialize.c

a large number of changes to alter the behavior of CHARSXPs so that
they are unique and hashed. This will have some effect on run time, but
for any application which uses a lot of names (like big arrays with
row or column names) the savings are often impressive

------------------------------------------------------------------------
r41496 | rgentlem | 2007-05-08 18:01:20 -0400 (Tue, 08 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

added a NEWS item for Seth

------------------------------------------------------------------------
r41497 | ripley | 2007-05-09 01:55:32 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/xspline.Rd

improve example
------------------------------------------------------------------------
r41498 | maechler | 2007-05-09 03:47:13 -0400 (Wed, 09 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/unique.Rd

don't use show() in a 'base' example.

------------------------------------------------------------------------
r41499 | ripley | 2007-05-09 07:13:58 -0400 (Wed, 09 May 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules

more setting of R_TEXOPT out of MkRules as it causes too many error messages there.

------------------------------------------------------------------------
r41500 | ripley | 2007-05-09 07:20:52 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/Makefile.win
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

port r41499 from trunk
------------------------------------------------------------------------
r41501 | ripley | 2007-05-09 07:27:59 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/baseloader.R

make two versions of lazyLoad as similar as possible
------------------------------------------------------------------------
r41502 | ripley | 2007-05-09 09:21:20 -0400 (Wed, 09 May 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/datasets/man/ChickWeight.Rd
   M /trunk/src/library/datasets/man/DNase.Rd
   M /trunk/src/library/datasets/man/Formaldehyde.Rd
   M /trunk/src/library/datasets/man/InsectSprays.Rd
   M /trunk/src/library/datasets/man/JohnsonJohnson.Rd
   M /trunk/src/library/datasets/man/LifeCycleSavings.Rd
   M /trunk/src/library/datasets/man/Loblolly.Rd
   M /trunk/src/library/datasets/man/Nile.Rd
   M /trunk/src/library/datasets/man/Orange.Rd
   M /trunk/src/library/datasets/man/OrchardSprays.Rd
   M /trunk/src/library/datasets/man/PlantGrowth.Rd
   M /trunk/src/library/datasets/man/Puromycin.Rd
   M /trunk/src/library/datasets/man/Theoph.Rd
   M /trunk/src/library/datasets/man/ToothGrowth.Rd
   M /trunk/src/library/datasets/man/UKDriverDeaths.Rd
   M /trunk/src/library/datasets/man/UKLungDeaths.Rd
   M /trunk/src/library/datasets/man/USArrests.Rd
   M /trunk/src/library/datasets/man/USJudgeRatings.Rd
   M /trunk/src/library/datasets/man/VADeaths.Rd
   M /trunk/src/library/datasets/man/WWWusage.Rd
   M /trunk/src/library/datasets/man/WorldPhones.Rd
   M /trunk/src/library/datasets/man/airmiles.Rd
   M /trunk/src/library/datasets/man/airquality.Rd
   M /trunk/src/library/datasets/man/anscombe.Rd
   M /trunk/src/library/datasets/man/attenu.Rd
   M /trunk/src/library/datasets/man/attitude.Rd
   M /trunk/src/library/datasets/man/beavers.Rd
   M /trunk/src/library/datasets/man/cars.Rd
   M /trunk/src/library/datasets/man/chickwts.Rd
   M /trunk/src/library/datasets/man/co2.Rd
   M /trunk/src/library/datasets/man/crimtab.Rd
   M /trunk/src/library/datasets/man/discoveries.Rd
   M /trunk/src/library/datasets/man/faithful.Rd
   M /trunk/src/library/datasets/man/freeny.Rd
   M /trunk/src/library/datasets/man/longley.Rd
   M /trunk/src/library/datasets/man/morley.Rd
   M /trunk/src/library/datasets/man/mtcars.Rd
   M /trunk/src/library/datasets/man/nhtemp.Rd
   M /trunk/src/library/datasets/man/nottem.Rd
   M /trunk/src/library/datasets/man/presidents.Rd
   M /trunk/src/library/datasets/man/pressure.Rd
   M /trunk/src/library/datasets/man/quakes.Rd
   M /trunk/src/library/datasets/man/stackloss.Rd
   M /trunk/src/library/datasets/man/sunspot.month.Rd
   M /trunk/src/library/datasets/man/sunspots.Rd
   M /trunk/src/library/datasets/man/swiss.Rd
   M /trunk/src/library/datasets/man/trees.Rd
   M /trunk/src/library/datasets/man/uspop.Rd
   M /trunk/src/library/datasets/man/volcano.Rd
   M /trunk/src/library/datasets/man/warpbreaks.Rd
   M /trunk/src/library/datasets/man/women.Rd
   M /trunk/src/library/datasets/man/zCO2.Rd
   M /trunk/src/library/grDevices/man/boxplot.stats.Rd
   M /trunk/src/library/grDevices/man/chull.Rd
   M /trunk/src/library/grDevices/man/convertColor.Rd
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/nclass.Rd
   M /trunk/src/library/grDevices/man/rgb2hsv.Rd
   M /trunk/src/library/grDevices/man/sunflowerTable.Rd
   M /trunk/src/library/graphics/R/boxplot.R
   M /trunk/src/library/graphics/R/cdplot.R
   M /trunk/src/library/graphics/R/pairs.R
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/R/spineplot.R
   M /trunk/src/library/graphics/man/abline.Rd
   M /trunk/src/library/graphics/man/arrows.Rd
   M /trunk/src/library/graphics/man/axis.POSIXct.Rd
   M /trunk/src/library/graphics/man/axis.Rd
   M /trunk/src/library/graphics/man/barplot.Rd
   M /trunk/src/library/graphics/man/box.Rd
   M /trunk/src/library/graphics/man/bxp.Rd
   M /trunk/src/library/graphics/man/contour.Rd
   M /trunk/src/library/graphics/man/filled.contour.Rd
   M /trunk/src/library/graphics/man/hist.POSIXt.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/image.Rd
   M /trunk/src/library/graphics/man/layout.Rd
   M /trunk/src/library/graphics/man/legend.Rd
   M /trunk/src/library/graphics/man/lines.Rd
   M /trunk/src/library/graphics/man/matplot.Rd
   M /trunk/src/library/graphics/man/mosaicplot.Rd
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/persp.Rd
   M /trunk/src/library/graphics/man/pie.Rd
   M /trunk/src/library/graphics/man/plot.Rd
   M /trunk/src/library/graphics/man/plot.design.Rd
   M /trunk/src/library/graphics/man/plot.table.Rd
   M /trunk/src/library/graphics/man/plotdefault.Rd
   M /trunk/src/library/graphics/man/plotfactor.Rd
   M /trunk/src/library/graphics/man/points.Rd
   M /trunk/src/library/graphics/man/polygon.Rd
   M /trunk/src/library/graphics/man/rect.Rd
   M /trunk/src/library/graphics/man/segments.Rd
   M /trunk/src/library/graphics/man/stars.Rd
   M /trunk/src/library/graphics/man/stripchart.Rd
   M /trunk/src/library/graphics/man/sunflowerplot.Rd
   M /trunk/src/library/graphics/man/symbols.Rd
   M /trunk/src/library/graphics/man/xspline.Rd
   M /trunk/src/library/grid/man/grid.grab.Rd
   M /trunk/src/library/splines/man/asVector.Rd
   M /trunk/src/library/splines/man/backSpline.Rd
   M /trunk/src/library/splines/man/bs.Rd
   M /trunk/src/library/splines/man/interpSpline.Rd
   M /trunk/src/library/splines/man/ns.Rd
   M /trunk/src/library/splines/man/periodicSpline.Rd
   M /trunk/src/library/splines/man/polySpline.Rd
   M /trunk/src/library/splines/man/predict.bSpline.Rd
   M /trunk/src/library/splines/man/predict.bs.Rd
   M /trunk/src/library/splines/man/splineDesign.Rd
   M /trunk/src/library/splines/man/xyVector.Rd
   M /trunk/src/library/stats/demo/lm.glm.R
   M /trunk/src/library/tools/man/fileutils.Rd
   M /trunk/src/library/utils/R/objects.R
   M /trunk/src/library/utils/man/head.Rd
   M /trunk/src/library/utils/man/methods.Rd
   M /trunk/src/library/utils/man/package.skeleton.Rd
   M /trunk/src/library/utils/man/str.Rd

formula methods of plot etc need model.frame to be visible.
methods("Math") failed if methods was not attached.
require() now returns invisibly.
require packages that examples need.

------------------------------------------------------------------------
r41503 | maechler | 2007-05-09 10:00:51 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/duplicated.R
   M /trunk/src/library/base/man/duplicated.Rd
   M /trunk/src/library/base/man/unique.Rd

unique(), duplicated(): do not add 'fromLast' to generic
------------------------------------------------------------------------
r41504 | ripley | 2007-05-09 13:04:45 -0400 (Wed, 09 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/random.c

fix memory leak in sample() due to typo.

------------------------------------------------------------------------
r41505 | ripley | 2007-05-09 13:06:42 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/random.c

port r41504 from trunk
------------------------------------------------------------------------
r41506 | ripley | 2007-05-09 13:10:55 -0400 (Wed, 09 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/deparseOpts.Rd
   M /trunk/src/library/utils/man/edit.Rd
   M /trunk/src/library/utils/man/edit.data.frame.Rd
   M /trunk/src/library/utils/man/fix.Rd
   M /trunk/src/library/utils/man/read.table.Rd

documentation clarifications

------------------------------------------------------------------------
r41507 | ripley | 2007-05-09 13:13:17 -0400 (Wed, 09 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/deparseOpts.Rd
   M /branches/R-2-5-branch/src/library/utils/man/edit.Rd
   M /branches/R-2-5-branch/src/library/utils/man/edit.data.frame.Rd
   M /branches/R-2-5-branch/src/library/utils/man/fix.Rd
   M /branches/R-2-5-branch/src/library/utils/man/read.table.Rd

port r41506 from trunk
------------------------------------------------------------------------
r41508 | ripley | 2007-05-09 21:25:17 -0400 (Wed, 09 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Bessel.Rd
   M /trunk/src/library/base/man/Comparison.Rd
   M /trunk/src/library/base/man/Control.Rd
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/base/man/Math.Rd
   M /trunk/src/library/base/man/NumericConstants.Rd
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/library/base/man/Special.Rd
   M /trunk/src/library/base/man/Version.Rd
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/library/base/man/apply.Rd
   M /trunk/src/library/base/man/attach.Rd
   M /trunk/src/library/base/man/autoload.Rd
   M /trunk/src/library/base/man/bquote.Rd
   M /trunk/src/library/base/man/cat.Rd
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/cut.POSIXt.Rd
   M /trunk/src/library/base/man/cut.Rd
   M /trunk/src/library/base/man/deparse.Rd
   M /trunk/src/library/base/man/diag.Rd
   M /trunk/src/library/base/man/eapply.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/expand.grid.Rd
   M /trunk/src/library/base/man/findInt.Rd
   M /trunk/src/library/base/man/formals.Rd
   M /trunk/src/library/base/man/format.pval.Rd
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/library/base/man/is.recursive.Rd
   M /trunk/src/library/base/man/isR.Rd
   M /trunk/src/library/base/man/lapply.Rd
   M /trunk/src/library/base/man/length.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/mapply.Rd
   M /trunk/src/library/base/man/maxCol.Rd
   M /trunk/src/library/base/man/mode.Rd
   M /trunk/src/library/base/man/noquote.Rd
   M /trunk/src/library/base/man/on.exit.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/order.Rd
   M /trunk/src/library/base/man/pretty.Rd
   M /trunk/src/library/base/man/print.Rd
   M /trunk/src/library/base/man/print.default.Rd
   M /trunk/src/library/base/man/proc.time.Rd
   M /trunk/src/library/base/man/range.Rd
   M /trunk/src/library/base/man/rowsum.Rd
   M /trunk/src/library/base/man/save.Rd
   M /trunk/src/library/base/man/seq.Rd
   M /trunk/src/library/base/man/sort.Rd
   M /trunk/src/library/base/man/split.Rd
   M /trunk/src/library/base/man/substitute.Rd
   M /trunk/src/library/base/man/sys.parent.Rd
   M /trunk/src/library/base/man/trace.Rd
   M /trunk/src/library/base/man/tracemem.Rd
   M /trunk/src/library/base/man/try.Rd
   M /trunk/src/library/base/man/unname.Rd
   M /trunk/src/library/base/man/warning.Rd
   M /trunk/src/library/grDevices/man/Japanese.Rd
   M /trunk/src/library/grDevices/man/colorRamp.Rd
   M /trunk/src/library/grDevices/man/gray.colors.Rd
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/hsv.Rd
   M /trunk/src/library/grDevices/man/n2mfrow.Rd
   M /trunk/src/library/grDevices/man/palette.Rd
   M /trunk/src/library/grDevices/man/pictex.Rd
   M /trunk/src/library/grDevices/man/plotmath.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/recordGraphics.Rd
   M /trunk/src/library/methods/man/getClass.Rd
   M /trunk/src/library/methods/man/new.Rd
   M /trunk/src/library/methods/man/promptClass.Rd
   M /trunk/src/library/methods/man/setClass.Rd
   M /trunk/src/library/methods/man/setGeneric.Rd
   M /trunk/src/library/methods/man/setMethod.Rd
   M /trunk/src/library/methods/man/setOldClass.Rd
   M /trunk/src/library/methods/man/showMethods.Rd
   M /trunk/src/library/methods/man/slot.Rd
   M /trunk/src/library/methods/man/validObject.Rd
   M /trunk/src/library/stats/man/Binomial.Rd
   M /trunk/src/library/stats/man/Chisquare.Rd
   M /trunk/src/library/stats/man/HoltWinters.Rd
   M /trunk/src/library/stats/man/NegBinomial.Rd
   M /trunk/src/library/stats/man/Normal.Rd
   M /trunk/src/library/stats/man/Poisson.Rd
   M /trunk/src/library/stats/man/SSasymp.Rd
   M /trunk/src/library/stats/man/SSasympOff.Rd
   M /trunk/src/library/stats/man/SSasympOrig.Rd
   M /trunk/src/library/stats/man/SSbiexp.Rd
   M /trunk/src/library/stats/man/SSfpl.Rd
   M /trunk/src/library/stats/man/SSlogis.Rd
   M /trunk/src/library/stats/man/SSmicmen.Rd
   M /trunk/src/library/stats/man/SignRank.Rd
   M /trunk/src/library/stats/man/StructTS.Rd
   M /trunk/src/library/stats/man/TDist.Rd
   M /trunk/src/library/stats/man/TukeyHSD.Rd
   M /trunk/src/library/stats/man/Wilcoxon.Rd
   M /trunk/src/library/stats/man/acf.Rd
   M /trunk/src/library/stats/man/add1.Rd
   M /trunk/src/library/stats/man/alias.Rd
   M /trunk/src/library/stats/man/anova.glm.Rd
   M /trunk/src/library/stats/man/anova.mlm.Rd
   M /trunk/src/library/stats/man/aov.Rd
   M /trunk/src/library/stats/man/approxfun.Rd
   M /trunk/src/library/stats/man/arima.Rd
   M /trunk/src/library/stats/man/arima.sim.Rd
   M /trunk/src/library/stats/man/ave.Rd
   M /trunk/src/library/stats/man/bandwidth.Rd
   M /trunk/src/library/stats/man/bartlett.test.Rd
   M /trunk/src/library/stats/man/biplot.princomp.Rd
   M /trunk/src/library/stats/man/birthday.Rd
   M /trunk/src/library/stats/man/cmdscale.Rd
   M /trunk/src/library/stats/man/contrasts.Rd
   M /trunk/src/library/stats/man/convolve.Rd
   M /trunk/src/library/stats/man/cophenetic.Rd
   M /trunk/src/library/stats/man/cor.test.Rd
   M /trunk/src/library/stats/man/cpgram.Rd
   M /trunk/src/library/stats/man/decompose.Rd
   M /trunk/src/library/stats/man/dendrapply.Rd
   M /trunk/src/library/stats/man/dendrogram.Rd
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/src/library/stats/man/dist.Rd
   M /trunk/src/library/stats/man/dummy.coef.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/extractAIC.Rd
   M /trunk/src/library/stats/man/factanal.Rd
   M /trunk/src/library/stats/man/family.Rd
   M /trunk/src/library/stats/man/fligner.test.Rd
   M /trunk/src/library/stats/man/glm.Rd
   M /trunk/src/library/stats/man/hclust.Rd
   M /trunk/src/library/stats/man/heatmap.Rd
   M /trunk/src/library/stats/man/identify.hclust.Rd
   M /trunk/src/library/stats/man/influence.measures.Rd
   M /trunk/src/library/stats/man/interaction.plot.Rd
   M /trunk/src/library/stats/man/isoreg.Rd
   M /trunk/src/library/stats/man/kernel.Rd
   M /trunk/src/library/stats/man/kmeans.Rd
   M /trunk/src/library/stats/man/kruskal.test.Rd
   M /trunk/src/library/stats/man/ks.test.Rd
   M /trunk/src/library/stats/man/ksmooth.Rd
   M /trunk/src/library/stats/man/lag.plot.Rd
   M /trunk/src/library/stats/man/line.Rd
   M /trunk/src/library/stats/man/lm.Rd
   M /trunk/src/library/stats/man/lm.influence.Rd
   M /trunk/src/library/stats/man/lm.summaries.Rd
   M /trunk/src/library/stats/man/lmfit.Rd
   M /trunk/src/library/stats/man/logLik.Rd
   M /trunk/src/library/stats/man/lowess.Rd
   M /trunk/src/library/stats/man/ls.diag.Rd
   M /trunk/src/library/stats/man/lsfit.Rd
   M /trunk/src/library/stats/man/mahalanobis.Rd
   M /trunk/src/library/stats/man/make.link.Rd
   M /trunk/src/library/stats/man/makepredictcall.Rd
   M /trunk/src/library/stats/man/mauchly.test.Rd
   M /trunk/src/library/stats/man/medpolish.Rd
   M /trunk/src/library/stats/man/model.matrix.Rd
   M /trunk/src/library/stats/man/monthplot.Rd
   M /trunk/src/library/stats/man/nlm.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/library/stats/man/optimize.Rd
   M /trunk/src/library/stats/man/p.adjust.Rd
   M /trunk/src/library/stats/man/plot.acf.Rd
   M /trunk/src/library/stats/man/plot.isoreg.Rd
   M /trunk/src/library/stats/man/plot.lm.Rd
   M /trunk/src/library/stats/man/plot.ppr.Rd
   M /trunk/src/library/stats/man/plot.profile.nls.Rd
   M /trunk/src/library/stats/man/plot.stepfun.Rd
   M /trunk/src/library/stats/man/plot.ts.Rd
   M /trunk/src/library/stats/man/ppr.Rd
   M /trunk/src/library/stats/man/prcomp.Rd
   M /trunk/src/library/stats/man/predict.HoltWinters.Rd
   M /trunk/src/library/stats/man/predict.Rd
   M /trunk/src/library/stats/man/predict.glm.Rd
   M /trunk/src/library/stats/man/predict.lm.Rd
   M /trunk/src/library/stats/man/predict.nls.Rd
   M /trunk/src/library/stats/man/predict.smooth.spline.Rd
   M /trunk/src/library/stats/man/princomp.Rd
   M /trunk/src/library/stats/man/qqnorm.Rd
   M /trunk/src/library/stats/man/rect.hclust.Rd
   M /trunk/src/library/stats/man/reorder.dendrogram.Rd
   M /trunk/src/library/stats/man/reorder.factor.Rd
   M /trunk/src/library/stats/man/runmed.Rd
   M /trunk/src/library/stats/man/scatter.smooth.Rd
   M /trunk/src/library/stats/man/screeplot.Rd
   M /trunk/src/library/stats/man/se.contrast.Rd
   M /trunk/src/library/stats/man/smooth.Rd
   M /trunk/src/library/stats/man/smooth.spline.Rd
   M /trunk/src/library/stats/man/smoothEnds.Rd
   M /trunk/src/library/stats/man/spec.ar.Rd
   M /trunk/src/library/stats/man/spec.pgram.Rd
   M /trunk/src/library/stats/man/spectrum.Rd
   M /trunk/src/library/stats/man/splinefun.Rd
   M /trunk/src/library/stats/man/stat.anova.Rd
   M /trunk/src/library/stats/man/step.Rd
   M /trunk/src/library/stats/man/stl.Rd
   M /trunk/src/library/stats/man/summary.glm.Rd
   M /trunk/src/library/stats/man/summary.lm.Rd
   M /trunk/src/library/stats/man/supsmu.Rd
   M /trunk/src/library/stats/man/t.test.Rd
   M /trunk/src/library/stats/man/termplot.Rd
   M /trunk/src/library/stats/man/time.Rd
   M /trunk/src/library/stats/man/ts.Rd
   M /trunk/src/library/stats/man/ts.plot.Rd
   M /trunk/src/library/stats/man/tsdiag.Rd
   M /trunk/src/library/stats/man/uniroot.Rd
   M /trunk/src/library/stats/man/weighted.residuals.Rd
   M /trunk/src/library/stats/man/wilcox.test.Rd

add require() or :: calls where needed

------------------------------------------------------------------------
r41509 | maechler | 2007-05-10 02:27:50 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/attrib.c
   M /trunk/tests/reg-tests-1.R

dimnames(x) <- .. factor with NA
------------------------------------------------------------------------
r41510 | maechler | 2007-05-10 02:32:41 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/attrib.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

ported r41509 [dimnames(.) <- ..factor(..,NA)] from trunk
------------------------------------------------------------------------
r41511 | ripley | 2007-05-10 02:40:23 -0400 (Thu, 10 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/main/graphics.c

look for getOption("device") in the grDevices namespace if all else fails

------------------------------------------------------------------------
r41512 | ripley | 2007-05-10 02:44:05 -0400 (Thu, 10 May 2007) | 2 lines
Changed paths:
   M /trunk/tests/Examples/Makefile.in

stricter test (commented out for now)

------------------------------------------------------------------------
r41513 | ripley | 2007-05-10 02:46:02 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/demo/Hershey.R
   M /trunk/src/library/graphics/demo/Japanese.R
   M /trunk/src/library/graphics/demo/graphics.R
   M /trunk/src/library/graphics/demo/image.R
   M /trunk/src/library/graphics/demo/persp.R
   M /trunk/src/library/graphics/demo/plotmath.R
   M /trunk/src/library/methods/man/GenericFunctions.Rd
   M /trunk/src/library/stats/man/confint.Rd
   M /trunk/src/library/stats/man/predict.Rd
   M /trunk/src/library/stats/man/time.Rd
   M /trunk/src/library/utils/man/apropos.Rd
   M /trunk/src/library/utils/man/ls_str.Rd
   M /trunk/src/library/utils/man/methods.Rd
   M /trunk/tests/demos.Rout.save

more on running with minimal dependencies
------------------------------------------------------------------------
r41514 | hornik | 2007-05-10 04:47:43 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41515 | hornik | 2007-05-10 04:47:45 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41516 | ripley | 2007-05-10 05:29:34 -0400 (Thu, 10 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c

report incorrect type on subscripts

------------------------------------------------------------------------
r41517 | ripley | 2007-05-10 05:40:00 -0400 (Thu, 10 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/coerce.c

asInteger and friends now accept STRSXP arguments

------------------------------------------------------------------------
r41518 | ripley | 2007-05-10 08:23:14 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/Makefile.in
   M /branches/R-2-5-branch/doc/manual/Makefile.win
   A /branches/R-2-5-branch/doc/manual/Rman.css (from /trunk/doc/manual/Rman.css:41293)
   M /branches/R-2-5-branch/src/library/base/R/dataframe.R

port 41293, 41297 and 41492 from trunk
------------------------------------------------------------------------
r41519 | ripley | 2007-05-10 09:13:26 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

typo
------------------------------------------------------------------------
r41520 | ripley | 2007-05-10 09:15:01 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r41519 from trunk
------------------------------------------------------------------------
r41521 | ripley | 2007-05-10 09:19:45 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/doc/html/search/SearchEngine-head.html

Firefox 2 at least seems to work
------------------------------------------------------------------------
r41522 | ripley | 2007-05-10 09:21:14 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/html/search/SearchEngine-head.html

port r41521 from trunk
------------------------------------------------------------------------
r41523 | ripley | 2007-05-10 10:50:56 -0400 (Thu, 10 May 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Makefile
   D /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.css

update to use common .css file

------------------------------------------------------------------------
r41524 | murdoch | 2007-05-10 13:14:52 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   A /branches/djm-parl (from /trunk:41517)
   M /branches/djm-parl/doc/manual/Makefile.win
   M /branches/djm-parl/src/gnuwin32/MakeDll
   M /branches/djm-parl/src/gnuwin32/Makefile
   M /branches/djm-parl/src/gnuwin32/Makefile.packages
   M /branches/djm-parl/src/gnuwin32/MkRules
   M /branches/djm-parl/src/gnuwin32/fixed/Makefile
   M /branches/djm-parl/src/gnuwin32/front-ends/rcmdfn.c
   M /branches/djm-parl/src/gnuwin32/help/Makefile
   M /branches/djm-parl/src/gnuwin32/installer/Makefile
   M /branches/djm-parl/src/scripts/Makefile.win

Perl-free installation
------------------------------------------------------------------------
r41525 | ripley | 2007-05-10 14:38:30 -0400 (Thu, 10 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

work around a libintl problem
------------------------------------------------------------------------
r41526 | ripley | 2007-05-11 01:29:59 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update to match R-patched
------------------------------------------------------------------------
r41527 | ripley | 2007-05-11 01:35:38 -0400 (Fri, 11 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/perl/R/Rdconv.pm

fix up \var to render in \code in latex conversion

------------------------------------------------------------------------
r41528 | ripley | 2007-05-11 02:21:34 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

layout and language tweaks
------------------------------------------------------------------------
r41529 | ripley | 2007-05-11 02:22:14 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port clarifications from trunk
------------------------------------------------------------------------
r41530 | ripley | 2007-05-11 02:48:26 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.in
   A /trunk/tests/testit-Ex.R.save
   A /trunk/tests/testit.Rd
   A /trunk/tests/testit.html.save
   A /trunk/tests/testit.tex.save
   A /trunk/tests/testit.txt.save

add regression test for Rd conversion
------------------------------------------------------------------------
r41531 | ripley | 2007-05-11 05:21:27 -0400 (Fri, 11 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/is.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/baseloader.R
   M /trunk/src/library/base/makebasedb.R

more efficiency gains in lazyloading base

------------------------------------------------------------------------
r41532 | ripley | 2007-05-11 08:25:02 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/main/builtin.c
   M /trunk/src/main/names.c

some tidying up: do_delay is no longer used
------------------------------------------------------------------------
r41533 | ripley | 2007-05-11 10:07:28 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.win

port test-Rd from Unix
------------------------------------------------------------------------
r41534 | ripley | 2007-05-11 11:44:34 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c

tidy up
------------------------------------------------------------------------
r41535 | ripley | 2007-05-11 12:03:32 -0400 (Fri, 11 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/baseloader.R
   M /trunk/src/library/base/man/lazyload.Rd
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/R/zzz.R
   M /trunk/src/main/builtin.c
   M /trunk/src/main/names.c

more startup performance improvements
------------------------------------------------------------------------
r41536 | ripley | 2007-05-11 21:23:35 -0400 (Fri, 11 May 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/envir.c

stop some warnings

------------------------------------------------------------------------
r41537 | ripley | 2007-05-11 21:24:02 -0400 (Fri, 11 May 2007) | 2 lines
Changed paths:
   M /trunk/tests/Makefile.in
   M /trunk/tests/Makefile.win

clean up after test-Rd

------------------------------------------------------------------------
r41538 | ripley | 2007-05-12 01:00:11 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/extra/intl/dcgettext.c
   M /branches/R-2-5-branch/src/extra/intl/gettext.c

visibility change
------------------------------------------------------------------------
r41539 | ripley | 2007-05-12 02:47:46 -0400 (Sat, 12 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/gettext.m4
   M /trunk/po/Makefile.in.in
   M /trunk/src/extra/intl/Makefile.in
   M /trunk/src/extra/intl/Makefile.win
   M /trunk/src/extra/intl/R_changes
   M /trunk/src/extra/intl/VERSION
   M /trunk/src/extra/intl/bindtextdom.c
   M /trunk/src/extra/intl/config.charset
   M /trunk/src/extra/intl/dcigettext.c
   M /trunk/src/extra/intl/dgettext.c
   M /trunk/src/extra/intl/explodename.c
   M /trunk/src/extra/intl/finddomain.c
   M /trunk/src/extra/intl/gettext.c
   M /trunk/src/extra/intl/gettextP.h
   A /trunk/src/extra/intl/hash-string.c
   M /trunk/src/extra/intl/hash-string.h
   M /trunk/src/extra/intl/intl-compat.c
   M /trunk/src/extra/intl/l10nflist.c
   M /trunk/src/extra/intl/langprefs.c
   M /trunk/src/extra/intl/libgnuintl.h.in
   M /trunk/src/extra/intl/loadinfo.h
   M /trunk/src/extra/intl/loadmsgcat.c
   M /trunk/src/extra/intl/localcharset.c
   M /trunk/src/extra/intl/localename.c
   A /trunk/src/extra/intl/lock.c
   A /trunk/src/extra/intl/lock.h
   M /trunk/src/extra/intl/log.c
   M /trunk/src/extra/intl/ngettext.c
   M /trunk/src/extra/intl/osdep.c
   M /trunk/src/extra/intl/plural-exp.c
   M /trunk/src/extra/intl/plural-exp.h
   M /trunk/src/extra/intl/plural.c
   D /trunk/src/extra/intl/plural.y
   M /trunk/src/extra/intl/printf-args.c
   M /trunk/src/extra/intl/printf-args.h
   M /trunk/src/extra/intl/printf-parse.c
   M /trunk/src/extra/intl/printf.c
   M /trunk/src/extra/intl/textdomain.c
   M /trunk/src/extra/intl/vasnprintf.c
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/regex.c

update to gettext 0.16.1

------------------------------------------------------------------------
r41540 | ripley | 2007-05-12 03:20:58 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

shut up another warning
------------------------------------------------------------------------
r41541 | ripley | 2007-05-12 09:37:23 -0400 (Sat, 12 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/aggregate.R
   M /trunk/src/library/stats/man/aggregate.Rd
   M /trunk/tests/reg-tests-1.R

tweak the behaviour of aggregate.data.frame (related to PR#9666)

------------------------------------------------------------------------
r41542 | ripley | 2007-05-12 10:13:44 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

wrong version of lazyload had r41494
------------------------------------------------------------------------
r41543 | maechler | 2007-05-12 12:01:29 -0400 (Sat, 12 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/util.c

cosmetic (comment)

------------------------------------------------------------------------
r41544 | ripley | 2007-05-12 13:24:44 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/baseloader.R

wrong version of lazyload had r41494
------------------------------------------------------------------------
r41545 | ripley | 2007-05-12 13:25:29 -0400 (Sat, 12 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c
   M /trunk/src/main/pcre.c

add ignore.case argument to [g]regexpr

------------------------------------------------------------------------
r41546 | ripley | 2007-05-12 13:28:43 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert default setting
------------------------------------------------------------------------
r41547 | ripley | 2007-05-13 02:33:48 -0400 (Sun, 13 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/embedFonts.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd

add comments on embedding, refs

------------------------------------------------------------------------
r41548 | ripley | 2007-05-13 02:36:24 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/man/embedFonts.Rd
   M /branches/R-2-5-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-5-branch/src/library/grDevices/man/postscript.Rd

port r41457 from trunk
------------------------------------------------------------------------
r41549 | ripley | 2007-05-13 02:55:25 -0400 (Sun, 13 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/R/postscript.R

use shortPathName where needed in embedFonts()

------------------------------------------------------------------------
r41550 | ripley | 2007-05-13 16:46:21 -0400 (Sun, 13 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c
   M /trunk/src/main/pcre.c

merge perl versions of grep and regexpr with the main versions
add warnings for use of conflicting arguments

------------------------------------------------------------------------
r41551 | ripley | 2007-05-13 17:16:28 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/Makefile.in
   M /trunk/src/extra/pcre/Makefile.win
   M /trunk/src/extra/pcre/R_changes
   D /trunk/src/extra/pcre/chartables.h.win
   D /trunk/src/extra/pcre/dftables.c
   A /trunk/src/extra/pcre/pcre_chartables.c
   M /trunk/src/extra/pcre/pcre_compile.c
   M /trunk/src/extra/pcre/pcre_internal.h
   D /trunk/src/extra/pcre/ucp.h
   D /trunk/src/extra/pcre/ucpinternal.h

more updating for PCRE 7.1
------------------------------------------------------------------------
r41552 | ripley | 2007-05-13 17:28:42 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/Makefile.in
   M /trunk/src/extra/pcre/R_changes
   M /trunk/src/extra/pcre/pcre_tables.c

more updating for PCRE 7.1
------------------------------------------------------------------------
r41553 | ripley | 2007-05-13 17:29:17 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

more updating for PCRE 7.1
------------------------------------------------------------------------
r41554 | ripley | 2007-05-13 17:30:14 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert
------------------------------------------------------------------------
r41555 | ripley | 2007-05-13 17:30:38 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/Makefile.in

more updating for PCRE 7.1
------------------------------------------------------------------------
r41556 | ripley | 2007-05-13 18:24:42 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/m4/gettext.m4

add comment
------------------------------------------------------------------------
r41557 | ripley | 2007-05-13 18:56:02 -0400 (Sun, 13 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c
   M /trunk/src/main/pcre.c

back out r41550: fine on 32-bit, strange error on 64-bit

------------------------------------------------------------------------
r41558 | ripley | 2007-05-14 03:35:00 -0400 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c

force modal windows to be topmost

------------------------------------------------------------------------
r41559 | ripley | 2007-05-14 03:37:17 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/extra.c

port r41558 from trunk
------------------------------------------------------------------------
r41560 | ripley | 2007-05-14 06:40:47 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/aggregate.R

as.factor and as.character can differ
------------------------------------------------------------------------
r41561 | ripley | 2007-05-14 06:41:06 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/tapply.Rd

clarification
------------------------------------------------------------------------
r41562 | ripley | 2007-05-14 06:42:07 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/tapply.Rd

port r41561 from trunk
------------------------------------------------------------------------
r41563 | ripley | 2007-05-14 12:47:29 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/profile/Common.R

work around possibly missing Sys.setenv
------------------------------------------------------------------------
r41564 | ripley | 2007-05-14 12:48:49 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/profile/Common.R

port r41563 from trunk
------------------------------------------------------------------------
r41565 | ripley | 2007-05-14 13:58:15 -0400 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/median.R
   M /trunk/src/library/stats/man/median.Rd
   M /trunk/tests/reg-tests-1.R

Try to get the correct type of NA for the return value of median

------------------------------------------------------------------------
r41566 | ripley | 2007-05-14 14:00:27 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/median.R
   M /branches/R-2-5-branch/src/library/stats/man/median.Rd
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41565 from trunk
------------------------------------------------------------------------
r41567 | ripley | 2007-05-15 02:12:55 -0400 (Tue, 15 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/profile/Common.R
   M /trunk/src/library/stats/man/median.Rd

document/tweak recent fixes

------------------------------------------------------------------------
r41568 | ripley | 2007-05-15 02:14:46 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/profile/Common.R
   M /branches/R-2-5-branch/src/library/stats/man/median.Rd

port r41567 from trunk
------------------------------------------------------------------------
r41569 | ripley | 2007-05-15 03:21:37 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/vcov.R

add comments
------------------------------------------------------------------------
r41570 | ripley | 2007-05-15 03:39:42 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/sysutils.c

update message
------------------------------------------------------------------------
r41571 | ripley | 2007-05-15 04:42:35 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Sys.setenv.Rd
   M /trunk/src/main/sysutils.c

tweaks to Sys.unsetenv for Solaris 8/9
------------------------------------------------------------------------
r41572 | ripley | 2007-05-15 04:49:11 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/grep.Rd

typo
------------------------------------------------------------------------
r41573 | ripley | 2007-05-15 04:58:40 -0400 (Tue, 15 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/NAMESPACE
   M /trunk/src/library/stats/R/vcov.R
   M /trunk/src/library/stats/man/vcov.Rd

migrate gls/lme vcov methods to nlme (in 3.1-81)

------------------------------------------------------------------------
r41574 | ripley | 2007-05-15 05:42:23 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/main/character.c

add warnings is grep and friends are called with incompatible sets of arguments
------------------------------------------------------------------------
r41575 | ripley | 2007-05-15 05:51:01 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/grep.R

port r41574 from trunk
------------------------------------------------------------------------
r41576 | ripley | 2007-05-15 07:34:27 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/m4/java.m4

use caching on Java configuration
------------------------------------------------------------------------
r41577 | ripley | 2007-05-15 08:12:37 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/namespace.R

make getNamespaceExports("base") work again
------------------------------------------------------------------------
r41578 | ripley | 2007-05-15 08:13:27 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/namespace.R

port r41577 from trunk
------------------------------------------------------------------------
r41579 | ripley | 2007-05-15 08:50:39 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/Makefile.in
   M /trunk/src/extra/intl/R_changes
   M /trunk/src/extra/intl/localcharset.c

tidy up after update
------------------------------------------------------------------------
r41580 | ripley | 2007-05-15 11:56:12 -0400 (Tue, 15 May 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/CHANGES
   A /trunk/src/library/base/cross-makebasedb.R
   M /trunk/src/library/methods/R/Makefile.win

cross-building, including lazyloading base

------------------------------------------------------------------------
r41581 | ripley | 2007-05-15 11:56:31 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

update for lazy-loading base
------------------------------------------------------------------------
r41582 | ripley | 2007-05-15 11:57:00 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert
------------------------------------------------------------------------
r41583 | ripley | 2007-05-15 14:30:52 -0400 (Tue, 15 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/library/stats/man/optimize.Rd
   M /trunk/src/library/stats/man/uniroot.Rd

don't demonstrate poor practice in abbreviation

------------------------------------------------------------------------
r41584 | ripley | 2007-05-15 14:53:00 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/R_changes

update
------------------------------------------------------------------------
r41585 | ripley | 2007-05-15 15:36:31 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/optim.Rd
   M /branches/R-2-5-branch/src/library/stats/man/optimize.Rd
   M /branches/R-2-5-branch/src/library/stats/man/uniroot.Rd

port r41583 from trunk
------------------------------------------------------------------------
r41586 | ripley | 2007-05-16 02:53:30 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typos
------------------------------------------------------------------------
r41587 | ripley | 2007-05-16 02:56:00 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

typos
------------------------------------------------------------------------
r41588 | ripley | 2007-05-16 04:59:55 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.data.frame.Rd
   M /trunk/src/library/base/man/data.frame.Rd

comments on duplicated column names
------------------------------------------------------------------------
r41589 | ripley | 2007-05-16 05:01:46 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Extract.data.frame.Rd
   M /branches/R-2-5-branch/src/library/base/man/data.frame.Rd

port r41588 from trunk
------------------------------------------------------------------------
r41590 | ripley | 2007-05-16 05:08:20 -0400 (Wed, 16 May 2007) | 3 lines
Changed paths:
   M /trunk/src/main/pcre.c

because the .Internal names do not correspond to visible functions,
use warning/error not warningcall etc.

------------------------------------------------------------------------
r41591 | hornik | 2007-05-16 11:15:19 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41592 | hornik | 2007-05-16 11:15:21 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41593 | ripley | 2007-05-16 12:44:48 -0400 (Wed, 16 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/array.R
   M /trunk/src/library/base/R/attach.R
   M /trunk/src/library/base/R/autoload.R
   M /trunk/src/library/base/R/conditions.R
   M /trunk/src/library/base/R/cut.R
   M /trunk/src/library/base/R/data.matrix.R
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/dates.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/match.fun.R
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/packages.R
   M /trunk/src/library/base/R/pretty.R
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/R/table.R
   M /trunk/src/library/base/R/traceback.R
   M /trunk/src/library/base/cross-makebasedb.R
   M /trunk/src/library/base/makebasedb.R
   M /trunk/src/library/base/man/Dates.Rd
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/Special.Rd
   M /trunk/src/library/base/man/apply.Rd
   M /trunk/src/library/base/man/assign.Rd
   M /trunk/src/library/base/man/bindenv.Rd
   M /trunk/src/library/base/man/col.Rd
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/cut.Rd
   M /trunk/src/library/base/man/data.class.Rd
   M /trunk/src/library/base/man/data.frame.Rd
   M /trunk/src/library/base/man/dump.Rd
   M /trunk/src/library/base/man/encodeString.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/factor.Rd
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/base/man/format.info.Rd
   M /trunk/src/library/base/man/formatc.Rd
   M /trunk/src/library/base/man/gl.Rd
   M /trunk/src/library/base/man/interaction.Rd
   M /trunk/src/library/base/man/ls.Rd
   M /trunk/src/library/base/man/pretty.Rd
   M /trunk/src/library/base/man/print.default.Rd
   M /trunk/src/library/base/man/row.Rd
   M /trunk/src/library/base/man/scale.Rd
   M /trunk/src/library/base/man/sort.Rd
   M /trunk/src/library/base/man/strwrap.Rd
   M /trunk/src/library/base/man/tapply.Rd
   M /trunk/src/library/base/man/warning.Rd
   M /trunk/src/library/grDevices/R/colorRamp.R
   M /trunk/src/library/grDevices/R/colorstuff.R
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/graphics/R/axis.R
   M /trunk/src/library/graphics/R/barplot.R
   M /trunk/src/library/graphics/R/boxplot.R
   M /trunk/src/library/graphics/R/cdplot.R
   M /trunk/src/library/graphics/R/contour.R
   M /trunk/src/library/graphics/R/curve.R
   M /trunk/src/library/graphics/R/filled.contour.R
   M /trunk/src/library/graphics/R/fourfoldplot.R
   M /trunk/src/library/graphics/R/grid.R
   M /trunk/src/library/graphics/R/image.R
   M /trunk/src/library/graphics/R/mosaicplot.R
   M /trunk/src/library/graphics/R/stars.R
   M /trunk/src/library/graphics/R/stripchart.R
   M /trunk/src/library/graphics/man/axTicks.Rd
   M /trunk/src/library/graphics/man/contour.Rd
   M /trunk/src/library/graphics/man/filled.contour.Rd
   M /trunk/src/library/graphics/man/persp.Rd
   M /trunk/src/library/graphics/man/plot.table.Rd
   M /trunk/src/library/graphics/man/symbols.Rd
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/profile/Common.R
   M /trunk/src/library/stats/R/aggregate.R
   M /trunk/src/library/stats/R/anova.R
   M /trunk/src/library/stats/R/density.R
   M /trunk/src/library/stats/R/fft.R
   M /trunk/src/library/stats/R/ftable.R
   M /trunk/src/library/stats/R/quantile.R
   M /trunk/src/library/stats/R/smooth.R
   M /trunk/src/library/tools/R/Rd.R
   M /trunk/src/library/tools/R/index.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/R/writePACKAGES.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/library/utils/R/demo.R
   M /trunk/src/library/utils/R/example.R
   M /trunk/src/library/utils/R/format.R
   M /trunk/src/library/utils/R/head.R
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/R/objects.R
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/R/str.R
   M /trunk/src/library/utils/R/vignette.R
   M /trunk/src/library/utils/man/promptPackage.Rd
   M /trunk/src/library/utils/man/read.fwf.Rd

unnecessary or confusing use of abbreviated argument names

------------------------------------------------------------------------
r41594 | urbaneks | 2007-05-16 14:34:51 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/m4/java.m4

improve ac caching of Java, ObjC++ and Foundation
------------------------------------------------------------------------
r41595 | rgentlem | 2007-05-16 18:01:53 -0400 (Wed, 16 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/aqua/Rapp.updates.Rd
   M /trunk/src/library/utils/man/aqua/data.manager.Rd
   M /trunk/src/library/utils/man/aqua/package.manager.Rd

fixed man pages

------------------------------------------------------------------------
r41596 | maechler | 2007-05-16 18:46:22 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/runmed.R

runmed(c(), .)
------------------------------------------------------------------------
r41597 | maechler | 2007-05-16 18:47:15 -0400 (Wed, 16 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/runmed.R

ported r41596 [runmed] from trunk
------------------------------------------------------------------------
r41598 | ripley | 2007-05-17 00:58:20 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/names.c

avoid reusing 'args' for answer

------------------------------------------------------------------------
r41599 | ripley | 2007-05-17 01:06:41 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/library/methods/R/Makefile.win

tidy up output

------------------------------------------------------------------------
r41600 | ripley | 2007-05-17 01:08:32 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/chol.R
   M /trunk/src/library/base/R/eigen.R
   M /trunk/src/library/base/makebasedb.R
   M /trunk/src/library/datasets/man/anscombe.Rd
   M /trunk/src/library/datasets/man/iris.Rd
   M /trunk/src/library/grDevices/R/calc.R
   M /trunk/src/library/grDevices/R/colorRamp.R
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/contourLines.Rd
   M /trunk/src/library/graphics/R/identify.R
   M /trunk/src/library/graphics/R/pairs.R
   M /trunk/src/library/graphics/R/persp.R
   M /trunk/src/library/graphics/R/pie.R
   M /trunk/src/library/graphics/R/screen.R
   M /trunk/src/library/graphics/R/text.R
   M /trunk/src/library/graphics/man/identify.Rd
   M /trunk/src/library/graphics/man/persp.Rd
   M /trunk/src/library/graphics/man/text.Rd
   M /trunk/src/library/grid/R/highlevel.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/R/trace.R
   M /trunk/src/library/splines/R/splineClasses.R
   M /trunk/src/library/splines/R/splines.R
   M /trunk/src/library/stats/R/HoltWinters.R
   M /trunk/src/library/stats/R/StructTS.R
   M /trunk/src/library/stats/R/aggregate.R
   M /trunk/src/library/stats/R/ansari.test.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/approx.R
   M /trunk/src/library/stats/R/ar.ols.R
   M /trunk/src/library/stats/R/arima.R
   M /trunk/src/library/stats/R/arma0.R
   M /trunk/src/library/stats/R/bartlett.test.R
   M /trunk/src/library/stats/R/binom.test.R
   M /trunk/src/library/stats/R/chisq.test.R
   M /trunk/src/library/stats/R/cor.R
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/R/diffinv.R
   M /trunk/src/library/stats/R/ecdf.R
   M /trunk/src/library/stats/R/embed.R
   M /trunk/src/library/stats/R/fisher.test.R
   M /trunk/src/library/stats/R/fligner.test.R
   M /trunk/src/library/stats/R/friedman.test.R
   M /trunk/src/library/stats/R/ftable.R
   M /trunk/src/library/stats/R/glm.R
   M /trunk/src/library/stats/R/hclust.R
   M /trunk/src/library/stats/R/kruskal.test.R
   M /trunk/src/library/stats/R/ks.test.R
   M /trunk/src/library/stats/R/ksmooth.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/loess.R
   M /trunk/src/library/stats/R/lsfit.R
   M /trunk/src/library/stats/R/mantelhaen.test.R
   M /trunk/src/library/stats/R/mcnemar.test.R
   M /trunk/src/library/stats/R/medpolish.R
   M /trunk/src/library/stats/R/model.tables.R
   M /trunk/src/library/stats/R/na.ts.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/oneway.test.R
   M /trunk/src/library/stats/R/plot.lm.R
   M /trunk/src/library/stats/R/power.R
   M /trunk/src/library/stats/R/power.anova.test.R
   M /trunk/src/library/stats/R/ppr.R
   M /trunk/src/library/stats/R/quade.test.R
   M /trunk/src/library/stats/R/reshape.R
   M /trunk/src/library/stats/R/smspline.R
   M /trunk/src/library/stats/R/spectrum.R
   M /trunk/src/library/stats/R/stepfun.R
   M /trunk/src/library/stats/R/t.test.R
   M /trunk/src/library/stats/R/ts-tests.R
   M /trunk/src/library/stats/R/ts.R
   M /trunk/src/library/stats/R/wilcox.test.R
   M /trunk/src/library/stats/R/zzModels.R
   M /trunk/src/library/stats/man/Hypergeometric.Rd
   M /trunk/src/library/stats/man/Logistic.Rd
   M /trunk/src/library/stats/man/NegBinomial.Rd
   M /trunk/src/library/stats/man/Normal.Rd
   M /trunk/src/library/stats/man/Poisson.Rd
   M /trunk/src/library/stats/man/Weibull.Rd
   M /trunk/src/library/stats/man/Wilcoxon.Rd
   M /trunk/src/library/stats/man/aggregate.Rd
   M /trunk/src/library/stats/man/case.names.Rd
   M /trunk/src/library/stats/man/chisq.test.Rd
   M /trunk/src/library/stats/man/confint.Rd
   M /trunk/src/library/stats/man/contrast.Rd
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/family.Rd
   M /trunk/src/library/stats/man/fisher.test.Rd
   M /trunk/src/library/stats/man/friedman.test.Rd
   M /trunk/src/library/stats/man/isoreg.Rd
   M /trunk/src/library/stats/man/mad.Rd
   M /trunk/src/library/stats/man/mcnemar.test.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/numericDeriv.Rd
   M /trunk/src/library/stats/man/p.adjust.Rd
   M /trunk/src/library/stats/man/plot.stepfun.Rd
   M /trunk/src/library/stats/man/power.t.test.Rd
   M /trunk/src/library/stats/man/print.ts.Rd
   M /trunk/src/library/stats/man/prop.test.Rd
   M /trunk/src/library/stats/man/quade.test.Rd
   M /trunk/src/library/stats/man/r2dtable.Rd
   M /trunk/src/library/stats/man/reshape.Rd
   M /trunk/src/library/stats/man/smooth.spline.Rd
   M /trunk/src/library/stats/man/smoothEnds.Rd
   M /trunk/src/library/stats/man/stat.anova.Rd
   M /trunk/src/library/stats/man/stl.Rd
   M /trunk/src/library/stats/man/summary.manova.Rd
   M /trunk/src/library/stats/man/ts.Rd
   M /trunk/src/library/stats/man/window.Rd
   M /trunk/src/library/stats4/R/mle.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/Rd.R
   M /trunk/src/library/tools/R/makeLazyLoad.R
   M /trunk/src/library/tools/R/pkgDepends.R
   M /trunk/src/library/tools/R/read.00Index.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/library/utils/R/de.R
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/R/fix.R
   M /trunk/src/library/utils/R/help.R
   M /trunk/src/library/utils/R/package.skeleton.R
   M /trunk/src/library/utils/R/readNEWS.R
   M /trunk/src/library/utils/R/readhttp.R
   M /trunk/src/library/utils/R/windows/install.packages.R
   M /trunk/src/library/utils/R/windows/linkhtml.R

avoid unnecessary/confusing abbrevation of arguments

------------------------------------------------------------------------
r41601 | ripley | 2007-05-17 01:35:46 -0400 (Thu, 17 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/demo/nlm.R

tidy up demo
------------------------------------------------------------------------
r41602 | ripley | 2007-05-17 02:00:17 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/all.equal.R
   M /trunk/src/library/stats/man/bartlett.test.Rd

fix PR#9688, PR#9689

------------------------------------------------------------------------
r41603 | ripley | 2007-05-17 02:02:02 -0400 (Thu, 17 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/all.equal.R
   M /branches/R-2-5-branch/src/library/stats/man/bartlett.test.Rd

port r41602 from trunk
------------------------------------------------------------------------
r41604 | ripley | 2007-05-17 02:06:04 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/R/aggregate.R

tidy up

------------------------------------------------------------------------
r41605 | ripley | 2007-05-17 03:28:56 -0400 (Thu, 17 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/integrate.R
   M /trunk/src/library/stats/R/nlm.R
   M /trunk/src/library/stats/R/optim.R
   M /trunk/src/library/stats/man/integrate.Rd
   M /trunk/src/library/stats/man/nlm.Rd
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/library/stats/man/optimize.Rd
   M /trunk/src/library/stats/man/uniroot.Rd

more '...' up the argument list to minimize the danger of partial matching

------------------------------------------------------------------------
r41606 | ripley | 2007-05-17 03:33:43 -0400 (Thu, 17 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/man/setRepositories.Rd

add arg to setRepositories to answer programmatically
------------------------------------------------------------------------
r41607 | ripley | 2007-05-17 16:20:25 -0400 (Thu, 17 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/taskCallbackManager.Rd

pointless partial match
------------------------------------------------------------------------
r41608 | ripley | 2007-05-18 03:16:46 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/datasets/man/anscombe.Rd
   M /trunk/src/library/stats/R/HoltWinters.R
   M /trunk/src/library/stats/R/StructTS.R
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/ansari.test.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/arima.R
   M /trunk/src/library/stats/R/arma0.R
   M /trunk/src/library/stats/R/dummy.coef.R
   M /trunk/src/library/stats/R/glm.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/lsfit.R
   M /trunk/src/library/stats/R/manova.R
   M /trunk/src/library/stats/R/mlm.R
   M /trunk/src/library/stats/R/model.tables.R
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/R/predict.R
   M /trunk/src/library/stats/R/predict.glm.R
   M /trunk/src/library/stats/R/var.test.R
   M /trunk/src/library/stats/demo/glm.vr.R
   M /trunk/src/library/stats/man/chisq.test.Rd
   M /trunk/src/library/stats/man/cor.Rd
   M /trunk/src/library/stats/man/medpolish.Rd
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/library/stats/man/uniroot.Rd

remove some partial matches on $

------------------------------------------------------------------------
r41609 | ripley | 2007-05-18 03:17:30 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/tests/lapack.R
   M /trunk/tests/lapack.Rout.save
   M /trunk/tests/lm-tests.R
   M /trunk/tests/lm-tests.Rout.save
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

removes some partial matches on $

------------------------------------------------------------------------
r41610 | ripley | 2007-05-18 03:19:06 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/sample.R
   M /trunk/src/library/base/man/sample.Rd

require first argument of sample to be numeric before it is regarded as 1:x

------------------------------------------------------------------------
r41611 | hornik | 2007-05-18 04:10:31 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41612 | hornik | 2007-05-18 04:10:33 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41613 | ripley | 2007-05-18 06:44:48 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/main/eval.c
   M /trunk/src/main/match.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/options.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/unique.c

add arguments to warn on partial matching

------------------------------------------------------------------------
r41614 | ripley | 2007-05-18 06:45:58 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/options.Rd

add options to warn on partial matching

------------------------------------------------------------------------
r41615 | ripley | 2007-05-18 07:19:20 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/h/config.h

change default to gcc >= 4.2.0
------------------------------------------------------------------------
r41616 | ripley | 2007-05-18 07:20:05 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes

change default to gcc >= 4.2.0
------------------------------------------------------------------------
r41617 | ripley | 2007-05-18 07:20:39 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/primitives.R

apparent partial matching problem
------------------------------------------------------------------------
r41618 | ripley | 2007-05-18 07:21:17 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

make libdir if required
------------------------------------------------------------------------
r41619 | ripley | 2007-05-18 07:21:35 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r41620 | ripley | 2007-05-18 09:32:03 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/numeric.Rd
   M /trunk/src/library/base/man/real.Rd
   M /trunk/src/library/graphics/R/datetime.R

clarify is.numeric, including that dates etc are not numeric.

------------------------------------------------------------------------
r41621 | ripley | 2007-05-18 09:33:38 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/dates.R
   M /trunk/src/library/base/R/eigen.R
   M /trunk/src/library/base/R/format.R
   M /trunk/src/library/base/man/format.Rd
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/base/man/prmatrix.Rd
   M /trunk/src/library/datasets/man/ChickWeight.Rd
   M /trunk/src/library/datasets/man/DNase.Rd
   M /trunk/src/library/datasets/man/Orange.Rd
   M /trunk/src/library/datasets/man/Theoph.Rd
   M /trunk/src/library/datasets/man/attenu.Rd
   M /trunk/src/library/datasets/man/crimtab.Rd
   M /trunk/src/library/datasets/man/volcano.Rd
   M /trunk/src/library/datasets/man/zCO2.Rd
   M /trunk/src/library/grDevices/man/colorRamp.Rd
   M /trunk/src/library/grDevices/man/rgb2hsv.Rd
   M /trunk/src/library/methods/man/new.Rd
   M /trunk/src/library/methods/man/setMethod.Rd
   M /trunk/src/library/methods/man/showMethods.Rd
   M /trunk/src/library/splines/R/splineClasses.R
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/glm.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/nlminb.R
   M /trunk/src/library/stats/R/nls-profile.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/ppr.R
   M /trunk/src/library/stats/R/princomp-add.R
   M /trunk/src/library/stats/R/prop.trend.test.R
   M /trunk/src/library/stats/R/termplot.R
   M /trunk/src/library/stats/man/cor.Rd
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/heatmap.Rd
   M /trunk/src/library/stats/man/lag.plot.Rd
   M /trunk/src/library/stats/man/nlminb.Rd
   M /trunk/src/library/stats/man/plot.isoreg.Rd
   M /trunk/src/library/stats/man/plot.stepfun.Rd
   M /trunk/src/library/stats/man/plot.ts.Rd
   M /trunk/src/library/stats/man/termplot.Rd
   M /trunk/tests/eval-etc.R
   M /trunk/tests/eval-etc.Rout.save

partial matching issues
------------------------------------------------------------------------
r41622 | ripley | 2007-05-18 10:41:39 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/anscombe.Rd
   M /trunk/src/library/stats/man/uniroot.Rd

improvements
------------------------------------------------------------------------
r41623 | ripley | 2007-05-18 10:59:43 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/extra/bzip2/bzlib.c
   M /trunk/src/include/Rinlinedfuns.h

changes for gcc 4.2.0
------------------------------------------------------------------------
r41624 | ripley | 2007-05-18 11:07:17 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/extra/bzip2/bzlib.c
   M /branches/R-2-5-branch/src/include/Rinlinedfuns.h

port r41623 from trunk
------------------------------------------------------------------------
r41625 | ripley | 2007-05-18 11:38:42 -0400 (Fri, 18 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nlminb.R
   M /trunk/src/library/stats/man/nlminb.Rd

move ... up the arglist in nlminb as well

------------------------------------------------------------------------
r41626 | ripley | 2007-05-18 12:17:45 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/extra/bzip2/R_changes
   M /trunk/src/extra/bzip2/bzlib.c
   M /trunk/src/extra/bzip2/bzlib_private.h
   M /trunk/src/extra/bzip2/decompress.c

take inline static for simplicity
------------------------------------------------------------------------
r41627 | ripley | 2007-05-18 12:19:32 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/extra/bzip2/R_changes
   M /branches/R-2-5-branch/src/extra/bzip2/bzlib.c
   M /branches/R-2-5-branch/src/extra/bzip2/bzlib_private.h
   M /branches/R-2-5-branch/src/extra/bzip2/decompress.c

port r41626 from trunk
------------------------------------------------------------------------
r41628 | murdoch | 2007-05-18 12:46:51 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

Temporarily revert to BUILD=GCC3
------------------------------------------------------------------------
r41629 | murdoch | 2007-05-18 12:51:05 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/indices.R
   M /trunk/src/library/utils/R/vignette.R
   M /trunk/src/library/utils/man/vignette.Rd

Add "all" argument to vignette() function
------------------------------------------------------------------------
r41630 | bates | 2007-05-18 15:13:27 -0400 (Fri, 18 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/frametools.R

Kevin Wright's suggested changes in checks on the form argument in unstack.default
------------------------------------------------------------------------
r41631 | ripley | 2007-05-19 01:57:38 -0400 (Sat, 19 May 2007) | 6 lines
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/character.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/util.c

work on inlining
- allow C99 model
- use static inlining in units where function is used a lot
export isS4, asS4 (don't use them internally, rather macros)
work around an optimization bug in currnt gcc pre-4.3.0

------------------------------------------------------------------------
r41632 | ripley | 2007-05-19 02:05:18 -0400 (Sat, 19 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/complex.c
   M /trunk/src/main/plot.c

more on inlining
------------------------------------------------------------------------
r41633 | ripley | 2007-05-19 07:51:30 -0400 (Sat, 19 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/library/base/man/unlist.Rd

corrections

------------------------------------------------------------------------
r41634 | ripley | 2007-05-19 07:57:37 -0400 (Sat, 19 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Foreign.Rd
   M /branches/R-2-5-branch/src/library/base/man/unlist.Rd

port r41633 from trunk
------------------------------------------------------------------------
r41635 | ripley | 2007-05-19 10:14:18 -0400 (Sat, 19 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/pretty.R
   M /trunk/src/library/base/man/pretty.Rd
   M /trunk/src/library/graphics/R/datetime.R

add as.numeric to pretty()

------------------------------------------------------------------------
r41636 | ripley | 2007-05-19 11:46:33 -0400 (Sat, 19 May 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/memory.c
   M /trunk/src/main/model.c
   M /trunk/src/main/util.c

tidy up inlining some more, including using macros where possible (more widely
usable)

------------------------------------------------------------------------
r41637 | ripley | 2007-05-19 14:56:07 -0400 (Sat, 19 May 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/Makefile.in
   M /trunk/src/main/Makefile.win
   A /trunk/src/main/inlined.c
   M /trunk/src/main/util.c

separate inlining support into a separate file.

------------------------------------------------------------------------
r41638 | ripley | 2007-05-19 15:10:52 -0400 (Sat, 19 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/Makefile.in

update
------------------------------------------------------------------------
r41639 | ripley | 2007-05-20 04:31:18 -0400 (Sun, 20 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/zpackages.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/plothistogram.Rd
   M /trunk/src/library/graphics/man/sunflowerplot.Rd
   M /trunk/src/library/grid/R/curve.R
   M /trunk/src/library/grid/R/grab.R
   M /trunk/src/library/grid/R/grid.R
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/grid/man/grid.layout.Rd
   M /trunk/tests/simple-true.R
   M /trunk/tests/simple-true.Rout.save

more partial-matching fixes

------------------------------------------------------------------------
r41640 | ripley | 2007-05-20 05:04:52 -0400 (Sun, 20 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/apropos.R
   M /trunk/src/library/utils/R/objects.R
   M /trunk/src/library/utils/man/apropos.Rd

drop '.' in find(numeric. =)

------------------------------------------------------------------------
r41641 | ripley | 2007-05-20 06:02:35 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

revert r41618, as not desirable
------------------------------------------------------------------------
r41642 | ripley | 2007-05-20 06:12:41 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/library/utils/man/windows/INSTALL.Rd

update for deprecation
------------------------------------------------------------------------
r41643 | ripley | 2007-05-20 09:29:38 -0400 (Sun, 20 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/R/solve.R
   M /trunk/src/library/base/man/qr.Rd
   M /trunk/src/library/base/man/qraux.Rd

bug fixes to qr auxiliaries

------------------------------------------------------------------------
r41644 | ripley | 2007-05-20 09:51:43 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/qr.R
   M /branches/R-2-5-branch/src/library/base/R/solve.R
   M /branches/R-2-5-branch/src/library/base/man/qr.Rd
   M /branches/R-2-5-branch/src/library/base/man/qraux.Rd

port r41643 from trunk
------------------------------------------------------------------------
r41645 | ripley | 2007-05-20 10:20:00 -0400 (Sun, 20 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/gnuwin32/fixed/bin/REMOVE
   M /trunk/src/gnuwin32/fixed/bin/SHLIB

move from ` to ' in comments

------------------------------------------------------------------------
r41646 | ripley | 2007-05-20 12:57:38 -0400 (Sun, 20 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

mention tweaks for gcc >= 4.2.0

------------------------------------------------------------------------
r41647 | ripley | 2007-05-20 12:58:26 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

port r41646 from trunk
------------------------------------------------------------------------
r41648 | urbaneks | 2007-05-20 14:46:22 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h

enable C99 semantics for Apple's gcc from Xcode 3
------------------------------------------------------------------------
r41649 | ripley | 2007-05-21 01:58:32 -0400 (Mon, 21 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/main/plot.c

fix PR#9694 (full transparency ignored in PDF_Line)

------------------------------------------------------------------------
r41650 | ripley | 2007-05-21 02:17:04 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/grDevices/src/devPS.c
   M /branches/R-2-5-branch/src/main/plot.c

port r41649 from trunk
------------------------------------------------------------------------
r41651 | ripley | 2007-05-21 03:43:31 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

improve error messages
------------------------------------------------------------------------
r41652 | ripley | 2007-05-21 03:44:48 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/scripts/INSTALL.in

port r41651 from trunk
------------------------------------------------------------------------
r41653 | maechler | 2007-05-21 05:17:33 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

callGeneric() patch from JMC
------------------------------------------------------------------------
r41654 | ripley | 2007-05-21 05:32:07 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/glm.R

avoid NA component in output of summary.glm
------------------------------------------------------------------------
r41655 | ripley | 2007-05-21 05:33:40 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/glm.R

port r416554 from trunk
------------------------------------------------------------------------
r41656 | maechler | 2007-05-21 06:09:14 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/methods/R/Methods.R
   M /branches/R-2-5-branch/tests/reg-S4.R
   M /branches/R-2-5-branch/tests/reg-S4.Rout.save

ported 41653 {callGeneric()} from trunk
------------------------------------------------------------------------
r41657 | pd | 2007-05-21 11:15:09 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/mlm.R

misspelled Mauchly
------------------------------------------------------------------------
r41658 | pd | 2007-05-21 11:16:42 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/mlm.R

misspelled Mauchly
------------------------------------------------------------------------
r41659 | ripley | 2007-05-22 01:18:21 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/dev.interactive.Rd

need to unlock binding, better documentation.

------------------------------------------------------------------------
r41660 | hornik | 2007-05-22 04:40:41 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41661 | hornik | 2007-05-22 04:40:43 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41662 | ripley | 2007-05-22 05:21:30 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

only fixed and perl support useBytes=TRUE

------------------------------------------------------------------------
r41663 | ripley | 2007-05-22 05:56:47 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/character.c

bugfix for gsub(fixed=TRUE) in MBCS
------------------------------------------------------------------------
r41664 | ripley | 2007-05-22 05:58:22 -0400 (Tue, 22 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS

report bugfix for gsub(fixed=TRUE) in MBCS (coming here as part of
a larger path for grep and friends).

------------------------------------------------------------------------
r41665 | ripley | 2007-05-22 08:53:33 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

update count of hash chains in use
------------------------------------------------------------------------
r41666 | urbaneks | 2007-05-22 10:09:47 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/src/devQuartz.c

fixes in legacy quartz
------------------------------------------------------------------------
r41667 | urbaneks | 2007-05-22 10:13:09 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/grDevices/src/devQuartz.c

port 41666 from trunk
------------------------------------------------------------------------
r41668 | ripley | 2007-05-22 11:20:34 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/character.c
   M /branches/R-2-5-branch/src/main/pcre.c

bugfixes in gregexpr

------------------------------------------------------------------------
r41669 | ripley | 2007-05-22 11:51:17 -0400 (Tue, 22 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c
   M /trunk/src/main/pcre.c
   M /trunk/tests/Makefile.in
   A /trunk/tests/utf8-regex.R

tidying up in grep and friends
add regression tests for regexp code, and fixed bugs it revealed

------------------------------------------------------------------------
r41670 | rgentlem | 2007-05-22 14:49:11 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/names.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c

a collection of changes to support [[ doing exact matching

------------------------------------------------------------------------
r41671 | rgentlem | 2007-05-22 16:10:24 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

seth's patch to [[

------------------------------------------------------------------------
r41672 | rgentlem | 2007-05-22 16:15:52 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/packages.R

used the [[,exact]] option to resolve an issue in available.packages

------------------------------------------------------------------------
r41673 | urbaneks | 2007-05-22 16:21:52 -0400 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

improve handling of R_JAVA_LD_LIBRARY_PATH
------------------------------------------------------------------------
r41674 | ripley | 2007-05-22 18:02:41 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c

improve error message (we do need the call to hand as [[ has no context set)

------------------------------------------------------------------------
r41675 | rgentlem | 2007-05-22 19:23:29 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-lang.texi
   M /trunk/src/library/base/man/Extract.Rd

patches for [[, exact for man pages and R-lang

------------------------------------------------------------------------
r41676 | ripley | 2007-05-23 02:22:06 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c

bugfix in last change
------------------------------------------------------------------------
r41677 | ripley | 2007-05-23 02:25:55 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/character.c

port r41676 from trunk
------------------------------------------------------------------------
r41678 | ripley | 2007-05-23 03:14:08 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

need exact match
------------------------------------------------------------------------
r41679 | ripley | 2007-05-23 04:55:40 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/grep.Rd

corrections
------------------------------------------------------------------------
r41680 | ripley | 2007-05-23 05:14:05 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/src/distance.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/array.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/logic.c
   M /trunk/src/main/relop.c
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/summary.c
   M /trunk/tests/R-intro.Rout.save
   M /trunk/tests/arith-true.Rout.save
   M /trunk/tests/d-p-q-r-tests.Rout.save
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/internet.Rout.save
   M /trunk/tests/isas-tests.Rout.save
   M /trunk/tests/reg-IO.Rout.save
   M /trunk/tests/reg-IO2.Rout.save
   M /trunk/tests/reg-S4.Rout.save
   M /trunk/tests/reg-tests-2.Rout.save

improvements to the handling of warning/error messages

------------------------------------------------------------------------
r41681 | ripley | 2007-05-23 05:21:45 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h

improvements to error messages

------------------------------------------------------------------------
r41682 | ripley | 2007-05-23 06:21:33 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

don't want to be told warnings are from parse()

------------------------------------------------------------------------
r41683 | ripley | 2007-05-23 06:42:30 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

more paring down of warnings

------------------------------------------------------------------------
r41684 | maechler | 2007-05-23 06:53:10 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/packages.R
   M /trunk/src/library/base/man/Version.Rd
   M /trunk/src/library/base/man/colSums.Rd
   M /trunk/src/library/base/man/package_version.Rd

cosmetic; example
------------------------------------------------------------------------
r41685 | ripley | 2007-05-23 09:10:56 -0400 (Wed, 23 May 2007) | 1 line
Changed paths:
   M /trunk/src/include/Internal.h

tidy up
------------------------------------------------------------------------
r41686 | ripley | 2007-05-23 09:11:57 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/apply.c
   M /trunk/src/main/array.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/colors.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/context.c
   M /trunk/src/main/cov.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/deriv.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/engine.c
   M /trunk/src/main/fourier.c
   M /trunk/src/main/gevents.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/main.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/model.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/optim.c
   M /trunk/src/main/optimize.c
   M /trunk/src/main/options.c
   M /trunk/src/main/par-common.c
   M /trunk/src/main/par.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/qsort.c
   M /trunk/src/main/random.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/sort.c
   M /trunk/src/main/split.c
   M /trunk/src/main/sprintf.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/reg-tests-2.Rout.save

more improvements to warning/error messages

------------------------------------------------------------------------
r41687 | ripley | 2007-05-23 09:50:34 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/paste.c

patch from Seth Falcon to r41495

------------------------------------------------------------------------
r41688 | ripley | 2007-05-23 15:03:04 -0400 (Wed, 23 May 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/main/attrib.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/errors.c
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-tests-2.Rout.save

more tweaks to warnings

------------------------------------------------------------------------
r41689 | rgentlem | 2007-05-23 21:23:25 -0400 (Wed, 23 May 2007) | 15 lines
Changed paths:
   M /trunk/src/main/envir.c

seth says:
    Cleanup of CHARSXP cache code
    
    Separate functions for char* key hash tables and wrappers/macros for
    accessing the R_StringHash global.


    Fix GC related bug in global CHARSXP cache
    
    If a GC happened to occur during a resize operation it was possible to
    loose CHARSXP entries in the new (resized) hash table.  During resize
    calls for R_StringHash, we temporarily place the entire cache on the
    precious object list to prevent any changes during resize.


------------------------------------------------------------------------
r41690 | ripley | 2007-05-24 02:19:33 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

do lazyloading early if explicitly requested

------------------------------------------------------------------------
r41691 | ripley | 2007-05-24 02:32:47 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

tidy up after last change
------------------------------------------------------------------------
r41692 | ripley | 2007-05-24 02:59:19 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/format.R
   M /trunk/src/library/base/man/formatc.Rd
   M /trunk/src/library/base/man/print.default.Rd

add limit to 'digits' in formatC, document that in print.default

------------------------------------------------------------------------
r41693 | ripley | 2007-05-24 03:02:58 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/format.R
   M /branches/R-2-5-branch/src/library/base/man/formatc.Rd
   M /branches/R-2-5-branch/src/library/base/man/print.default.Rd

port r41692 from trunk
------------------------------------------------------------------------
r41694 | maechler | 2007-05-24 03:54:21 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/table.Rd

explain even more about table(<factor w/ NA>)

------------------------------------------------------------------------
r41695 | ripley | 2007-05-24 05:36:52 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/proj.R

partial matching issues
------------------------------------------------------------------------
r41696 | ripley | 2007-05-24 05:38:12 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/add.R
   M /branches/R-2-5-branch/src/library/stats/R/proj.R

port r41695 from trunk
------------------------------------------------------------------------
r41697 | ripley | 2007-05-24 07:30:10 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/difftime.Rd
   M /trunk/src/library/base/man/mode.Rd

it's replacement function, not assignment function (see the Blue Book)

------------------------------------------------------------------------
r41698 | ripley | 2007-05-24 08:28:39 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

terminology
------------------------------------------------------------------------
r41699 | ripley | 2007-05-24 09:06:18 -0400 (Thu, 24 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages.R

exact match needed
------------------------------------------------------------------------
r41700 | rgentlem | 2007-05-24 15:54:05 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/sessionInfo.R
   M /trunk/src/library/utils/man/sessionInfo.Rd

applied a patch from Seth to add packages included via namespaces (loaded but not attached) to the output of sessionInfo

------------------------------------------------------------------------
r41701 | rgentlem | 2007-05-24 15:58:05 -0400 (Thu, 24 May 2007) | 2 lines
Changed paths:
   M /trunk/doc/THANKS

added Seth Falcon to the list of contributors

------------------------------------------------------------------------
r41702 | ripley | 2007-05-24 17:02:57 -0400 (Thu, 24 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/attr.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/trace.R
   M /trunk/src/main/attrib.c
   M /trunk/src/main/names.c
   M /trunk/src/main/options.c

add option to check for partial matching in attributes, and attr(exact=TRUE)
some fixes to partial matching of attributes.

------------------------------------------------------------------------
r41703 | ripley | 2007-05-25 01:18:15 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/deparse.Rd

clarification
------------------------------------------------------------------------
r41704 | ripley | 2007-05-25 01:19:10 -0400 (Fri, 25 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/warnings.R
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/reg-tests-2.Rout.save

tweak layout of warnings() to match changes to immediate warnings

------------------------------------------------------------------------
r41705 | ripley | 2007-05-25 04:47:46 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/grep.Rd

clarification
------------------------------------------------------------------------
r41706 | ripley | 2007-05-25 04:48:23 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/errors.c
   M /branches/R-2-5-branch/src/main/summary.c
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.Rout.save
   M /branches/R-2-5-branch/tests/internet.Rout.save
   M /branches/R-2-5-branch/tests/isas-tests.Rout.save
   M /branches/R-2-5-branch/tests/reg-IO.Rout.save
   M /branches/R-2-5-branch/tests/reg-IO2.Rout.save
   M /branches/R-2-5-branch/tests/reg-tests-2.Rout.save

give some context on C-level warning calls
------------------------------------------------------------------------
r41707 | ripley | 2007-05-25 05:34:06 -0400 (Fri, 25 May 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL

port r41690/1 from trunk

------------------------------------------------------------------------
r41708 | ripley | 2007-05-25 07:52:26 -0400 (Fri, 25 May 2007) | 2 lines
Changed paths:
   M /trunk/src/modules/internet/nanohttp.c
   M /trunk/tests/internet.Rout.save

drop trailing '.' from message

------------------------------------------------------------------------
r41709 | ripley | 2007-05-25 07:53:44 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/CHANGES

update
------------------------------------------------------------------------
r41710 | ripley | 2007-05-25 08:26:44 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.in
   A /trunk/tests/errormsgs.R
   A /trunk/tests/errormsgs.Rout.save

start tests of errors and messages
------------------------------------------------------------------------
r41711 | ripley | 2007-05-25 08:33:44 -0400 (Fri, 25 May 2007) | 2 lines
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ja.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats/po/it.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats/po/ko.po
   M /trunk/src/library/stats/po/pt_BR.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats/po/stats.pot
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

update

------------------------------------------------------------------------
r41712 | ripley | 2007-05-25 09:20:24 -0400 (Fri, 25 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/array.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/options.c
   M /trunk/src/main/util.c
   M /trunk/tests/reg-tests-2.Rout.save

add experimental showCalls option.
improvements to layout of error messages, and to some messages.

------------------------------------------------------------------------
r41713 | ripley | 2007-05-25 11:54:08 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/arithmetic.h
   M /trunk/src/main/builtin.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/debug.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/objects.c

improvements to error messages
------------------------------------------------------------------------
r41714 | ripley | 2007-05-25 12:13:27 -0400 (Fri, 25 May 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/tests/Makefile.in
   M /trunk/tests/errormsgs.R
   M /trunk/tests/errormsgs.Rout.save

updates, write barrier check
------------------------------------------------------------------------
r41715 | ripley | 2007-05-26 02:31:35 -0400 (Sat, 26 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/print.c
   M /trunk/src/main/random.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/serialize.c
   M /trunk/src/main/source.c
   M /trunk/tests/errormsgs.R
   M /trunk/tests/simple-true.Rout.save

improvements to error/warning messages

------------------------------------------------------------------------
r41716 | ripley | 2007-05-26 02:39:03 -0400 (Sat, 26 May 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/tests/errormsgs.Rout.save

update
------------------------------------------------------------------------
r41717 | ripley | 2007-05-26 02:52:00 -0400 (Sat, 26 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/seq.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

bug fix in seq.int
------------------------------------------------------------------------
r41718 | ripley | 2007-05-26 03:00:05 -0400 (Sat, 26 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/tests/reg-tests-1.R

port r41717 (report and test bugfix to seq.int) from R-2-5-branch
(actual fix is in r41716 changes on trunk)

------------------------------------------------------------------------
r41719 | ripley | 2007-05-26 10:53:19 -0400 (Sat, 26 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/R/objects.R

partial matching issues
------------------------------------------------------------------------
r41720 | ripley | 2007-05-27 02:54:49 -0400 (Sun, 27 May 2007) | 3 lines
Changed paths:
   M /trunk/src/main/attrib.c

correct comments
avoid some spurious reports about partial matches to "names"

------------------------------------------------------------------------
r41721 | ripley | 2007-05-27 04:53:31 -0400 (Sun, 27 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/include/Defn.h
   M /branches/R-2-5-branch/src/library/base/man/options.Rd
   M /branches/R-2-5-branch/src/main/options.c
   M /branches/R-2-5-branch/src/unix/sys-std.c
   M /branches/R-2-5-branch/src/unix/system.c

port r41324 from trunk
------------------------------------------------------------------------
r41722 | ripley | 2007-05-28 02:53:06 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/rui.c

fix PR#9702

------------------------------------------------------------------------
r41723 | ripley | 2007-05-28 02:56:12 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/rui.c

port r41722 from trunk
------------------------------------------------------------------------
r41724 | ripley | 2007-05-28 03:04:28 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/options.c

port r41325 from trunk
------------------------------------------------------------------------
r41725 | ripley | 2007-05-28 03:49:13 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/complex.c

use *call forms
------------------------------------------------------------------------
r41726 | ripley | 2007-05-28 03:49:42 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/sys.parent.Rd
   M /trunk/src/library/graphics/R/image.R

clarifications.

------------------------------------------------------------------------
r41727 | ripley | 2007-05-28 03:51:02 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/sys.parent.Rd
   M /branches/R-2-5-branch/src/library/graphics/R/image.R

port r41726 from trunk
------------------------------------------------------------------------
r41728 | ripley | 2007-05-28 04:00:34 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/options.c

don't initialize rl_word_breaks where it will never be used (such as win32)

------------------------------------------------------------------------
r41729 | ripley | 2007-05-28 04:22:49 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/options.c

port r41728 from trunk
------------------------------------------------------------------------
r41730 | maechler | 2007-05-28 08:05:36 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/R/Methods.R

(wrong indentation)

------------------------------------------------------------------------
r41731 | ripley | 2007-05-28 08:29:10 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/warnings.R
   M /trunk/src/main/errors.c

improve layout for multiline warning messages

------------------------------------------------------------------------
r41732 | ripley | 2007-05-28 09:05:29 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/nchar.Rd
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c

add nzchar

------------------------------------------------------------------------
r41733 | ripley | 2007-05-28 09:27:12 -0400 (Mon, 28 May 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/R/dput.R
   M /trunk/src/library/base/R/dump.R
   M /trunk/src/library/base/R/dynload.R
   M /trunk/src/library/base/R/expand.grid.R
   M /trunk/src/library/base/R/factor.R
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/R/format.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/strwrap.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/windows.R
   M /trunk/src/library/graphics/R/pie.R
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/grid/R/unit.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/SClasses.R
   M /trunk/src/library/methods/R/addedFunctions.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/packageName.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/stats/R/aggregate.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/R/ftable.R
   M /trunk/src/library/stats/R/glm.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/loglin.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/plot.lm.R
   M /trunk/src/library/stats/R/ts.R
   M /trunk/src/library/tcltk/R/utils.R
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/read.00Index.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/R/xgettext.R
   M /trunk/src/library/utils/R/citation.R
   M /trunk/src/library/utils/R/format.R
   M /trunk/src/library/utils/R/menu.R
   M /trunk/src/library/utils/R/objects.R
   M /trunk/src/library/utils/R/read.fwf.R
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/src/library/utils/R/sock.R
   M /trunk/src/library/utils/R/summRprof.R
   M /trunk/src/library/utils/R/unix/bug.report.R
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/R/windows/help.R
   M /trunk/src/library/utils/R/windows/help.start.R
   M /trunk/src/library/utils/R/zip.R

make use of nzchar
use nchar(, "c") where appropriate

------------------------------------------------------------------------
r41734 | ripley | 2007-05-28 10:23:06 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

Solaris-friendly version
------------------------------------------------------------------------
r41735 | ripley | 2007-05-28 10:27:59 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/scripts/INSTALL.in

port r41734 from trunk
------------------------------------------------------------------------
r41736 | ripley | 2007-05-28 13:26:51 -0400 (Mon, 28 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/subassign.c
   M /trunk/tests/reg-tests-1.R

<language obj>[] <- NULL ought to be an error

------------------------------------------------------------------------
r41737 | ripley | 2007-05-28 13:28:30 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/subassign.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

port r41736 from trunk
------------------------------------------------------------------------
r41738 | ripley | 2007-05-28 14:31:54 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R

tweak last change
------------------------------------------------------------------------
r41739 | maechler | 2007-05-28 16:52:19 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/MethodsList.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/man/MethodsList.Rd
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

promptClass() fixes, mainly from Martin Morgan
------------------------------------------------------------------------
r41740 | maechler | 2007-05-28 16:54:48 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/NAMESPACE
   A /trunk/src/library/utils/R/relist.R
   A /trunk/src/library/utils/man/relist.Rd

relist() etc
------------------------------------------------------------------------
r41741 | maechler | 2007-05-28 17:12:05 -0400 (Mon, 28 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/methods/R/RMethodUtils.R
   M /branches/R-2-5-branch/src/library/methods/R/methodsTable.R
   M /branches/R-2-5-branch/src/library/methods/R/promptClass.R

ported 41739 [promptClass() fixes] from trunk
------------------------------------------------------------------------
r41742 | ripley | 2007-05-29 01:40:11 -0400 (Tue, 29 May 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/warnings.R
   M /trunk/src/library/base/man/nchar.Rd
   M /trunk/src/main/character.c
   M /trunk/src/main/errors.c

change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages

------------------------------------------------------------------------
r41743 | ripley | 2007-05-29 03:12:33 -0400 (Tue, 29 May 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/dump.Rd
   M /trunk/src/main/deparse.c

add warning that deparse() omits attributes on language objects, and
clarify docs

------------------------------------------------------------------------
r41744 | ripley | 2007-05-29 03:15:39 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/dump.Rd
   M /branches/R-2-5-branch/src/main/deparse.c

port r41743 from trunk
------------------------------------------------------------------------
r41745 | ripley | 2007-05-29 03:18:50 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

comment on LANGSXPs
------------------------------------------------------------------------
r41746 | ripley | 2007-05-29 03:46:15 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/gram.c
   M /branches/R-2-5-branch/src/main/gram.y

revert warning layout as expected by 'check'
------------------------------------------------------------------------
r41747 | ripley | 2007-05-29 03:52:28 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/gram.c
   M /branches/R-2-5-branch/src/main/gram.y

revert warning layout as expected by 'check'
------------------------------------------------------------------------
r41748 | ripley | 2007-05-29 10:38:07 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/util.c

typo
------------------------------------------------------------------------
r41749 | ripley | 2007-05-29 10:53:47 -0400 (Tue, 29 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/cut.R
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/factor.R
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/source.R
   M /trunk/src/library/base/man/nchar.Rd
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/Rd.R
   M /trunk/src/library/tools/R/Vignettes.R
   M /trunk/src/library/tools/R/makeLazyLoad.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/utils/R/Sweave.R
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/R/iconv.R
   M /trunk/src/main/character.c
   M /trunk/src/main/names.c

more nchar tweaks

------------------------------------------------------------------------
r41750 | hornik | 2007-05-29 12:01:55 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41751 | hornik | 2007-05-29 12:01:59 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41752 | ripley | 2007-05-29 16:04:08 -0400 (Tue, 29 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/main/options.c

change rl_word_breaks default for rcompgen 0.1_13

------------------------------------------------------------------------
r41753 | ripley | 2007-05-29 16:12:31 -0400 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/man/options.Rd
   M /branches/R-2-5-branch/src/main/options.c

port r41752 from trunk
------------------------------------------------------------------------
r41754 | ripley | 2007-05-30 01:54:42 -0400 (Wed, 30 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/download.file.Rd

clarification
------------------------------------------------------------------------
r41755 | ripley | 2007-05-30 01:56:11 -0400 (Wed, 30 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/man/download.file.Rd

port r41754 from trunk
------------------------------------------------------------------------
r41756 | maechler | 2007-05-30 15:38:41 -0400 (Wed, 30 May 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/R/ecdf.R

drop extraneous sort(.)

------------------------------------------------------------------------
r41757 | ripley | 2007-05-30 15:45:46 -0400 (Wed, 30 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/methodsTable.R

improve use of warning
------------------------------------------------------------------------
r41758 | ripley | 2007-05-31 02:19:33 -0400 (Thu, 31 May 2007) | 2 lines
Changed paths:
   M /trunk/tests/reg-S4.Rout.save

update

------------------------------------------------------------------------
r41759 | ripley | 2007-05-31 03:31:18 -0400 (Thu, 31 May 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c

typo in usage of allowNA
------------------------------------------------------------------------
r41760 | hornik | 2007-05-31 10:34:42 -0400 (Thu, 31 May 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41761 | hornik | 2007-05-31 10:34:44 -0400 (Thu, 31 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41762 | ripley | 2007-05-31 12:18:38 -0400 (Thu, 31 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/matrix.R
   M /trunk/src/library/base/man/col.Rd
   M /trunk/src/library/base/man/row.Rd
   M /trunk/src/main/array.c

let row() and col() work directly with dim() and so be more general

------------------------------------------------------------------------
r41763 | ripley | 2007-05-31 13:01:10 -0400 (Thu, 31 May 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/models.R

tweak for use from nls
------------------------------------------------------------------------
r41764 | ripley | 2007-05-31 13:03:12 -0400 (Thu, 31 May 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/models.R

port r41763 from trunk
------------------------------------------------------------------------
r41765 | ripley | 2007-05-31 16:05:24 -0400 (Thu, 31 May 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Internal.h
   M /trunk/src/include/Rconnections.h
   M /trunk/src/library/base/R/connections.R
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/main/connections.c
   M /trunk/src/main/names.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/scan.c

garbage collect unused connections

------------------------------------------------------------------------
r41766 | rgentlem | 2007-05-31 17:49:44 -0400 (Thu, 31 May 2007) | 2 lines
Changed paths:
   M /trunk/src/main/errors.c

a minor patch from Deepayan Sarkar applied

------------------------------------------------------------------------
r41767 | rgentlem | 2007-05-31 18:20:25 -0400 (Thu, 31 May 2007) | 25 lines
Changed paths:
   M /trunk/src/include/R_ext/RS.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/character.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/memory.c
   M /trunk/src/main/scan.c

more patches from Seth F, for the CHARSXP hashing
Seth says:
This patch series teaches R_StringHash how to handle the encoding
information stored in the general purpose bits of CHARSXPs.  A new
interface for CHARSXP creation is added, mkCharEnc that allows for
specifying the encoding.

The patch series also captures more CHARSXPs in the global cache.  In
particular, character.c:mkChar2  and gram.y:mkChar2 both use the cache
now.

The string hashing in scan.c has been removed as it no longer is
needed.

The CallocCharBuf macro gets a small fix (extra parens)

And last, but not least:

CHAR() from package code now returns (const char *)
    
Since CHARSXPs should no longer be modified in place, we can make
CHAR() return (const char *) so that compilers can warn or error about
improper modification.  Thanks to Herve Pages for the suggestions.


------------------------------------------------------------------------
r41768 | ripley | 2007-06-01 01:13:17 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

remove unused variable
------------------------------------------------------------------------
r41769 | ripley | 2007-06-01 01:13:51 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

conditionally include header, comment
------------------------------------------------------------------------
r41770 | ripley | 2007-06-01 02:44:28 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/scan.c

you cannot initialize char[] by 0!

------------------------------------------------------------------------
r41771 | ripley | 2007-06-01 02:46:21 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h
   M /trunk/src/gnuwin32/rt_complete.c
   M /trunk/src/include/R_ext/GraphicsEngine.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/grid/src/gpar.c
   M /trunk/src/library/grid/src/grid.h
   M /trunk/src/library/grid/src/unit.c
   M /trunk/src/library/grid/src/viewport.c
   M /trunk/src/library/methods/src/tests.c
   M /trunk/src/library/stats/src/nls.c
   M /trunk/src/library/tools/src/text.c
   M /trunk/src/main/engine.c
   M /trunk/src/main/objects.c

sort out some more of the problems with r41767

------------------------------------------------------------------------
r41772 | ripley | 2007-06-01 02:49:52 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/src/text.c

more tweaking
------------------------------------------------------------------------
r41773 | ripley | 2007-06-01 03:07:18 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/front-ends/bdx_SEXP.c
   M /trunk/src/gnuwin32/front-ends/com_util.c

clean up to use mkChar/mkString

------------------------------------------------------------------------
r41774 | ripley | 2007-06-01 03:46:46 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/unix/sys-std.c

add const to arg of R_ExpandFileName

------------------------------------------------------------------------
r41775 | ripley | 2007-06-01 04:03:15 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-unix.c

more fixing up (including temp cast)
------------------------------------------------------------------------
r41776 | ripley | 2007-06-01 04:41:02 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c

conditionalize forward declaration
------------------------------------------------------------------------
r41777 | ripley | 2007-06-01 08:30:56 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinlinedfuns.h

patches to allow building with the write barrier enabled
------------------------------------------------------------------------
r41778 | ripley | 2007-06-01 08:58:20 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/sys-unix.c

back out r41774:5 as foreign declares R_ExpandFileName
------------------------------------------------------------------------
r41779 | urbaneks | 2007-06-01 09:46:31 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/connections.c

fix crashes in readBin et al. when supplied an invalid connection
------------------------------------------------------------------------
r41780 | urbaneks | 2007-06-01 09:49:08 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/connections.c

port 41779 from trunk
------------------------------------------------------------------------
r41781 | ripley | 2007-06-01 16:27:28 -0400 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/dcigettext.c
   M /trunk/src/include/Graphics.h
   M /trunk/src/include/R_ext/Riconv.h
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/grDevices/src/devPicTeX.c
   M /trunk/src/library/stats/src/nls.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/colors.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/graphics.c
   M /trunk/src/main/match.c
   M /trunk/src/main/par.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plotmath.c
   M /trunk/src/main/rlocale.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/src/unix/edit.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/sys-unix.c

start introducing const char *
------------------------------------------------------------------------
r41782 | maechler | 2007-06-01 16:30:07 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/THANKS

update Marc's e-mail

------------------------------------------------------------------------
r41783 | ripley | 2007-06-01 17:35:26 -0400 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/gnuwin32/rui.h
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/include/Defn.h
   M /trunk/src/library/grid/src/util.c
   M /trunk/src/library/tools/src/Rmd5.c
   M /trunk/src/library/tools/src/text.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/src/modules/internet/internet.c
   M /trunk/src/modules/lapack/Lapack.c

add const to char *

------------------------------------------------------------------------
r41784 | ripley | 2007-06-02 05:22:53 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Print.h
   M /trunk/src/include/Rconnections.h
   M /trunk/src/include/Rdynpriv.h
   M /trunk/src/include/Rgraphics.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/include/Rmodules/Rinternet.h
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/graphics.c
   M /trunk/src/main/internet.c
   M /trunk/src/main/iosupport.c
   M /trunk/src/main/match.c
   M /trunk/src/main/model.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/printvector.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/sprintf.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c
   M /trunk/src/main/vfonts.c
   M /trunk/src/modules/internet/sockconn.c
   M /trunk/src/unix/dynload.c

more 'const char *'
------------------------------------------------------------------------
r41785 | ripley | 2007-06-02 10:42:30 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dynload.c

add const
------------------------------------------------------------------------
r41786 | ripley | 2007-06-02 13:36:44 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dos_glob.c
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/library/grDevices/src/grDevices.h

more const char
------------------------------------------------------------------------
r41787 | murdoch | 2007-06-02 14:49:30 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/srcfile.R

Handle bad srcref objects
------------------------------------------------------------------------
r41788 | ripley | 2007-06-02 17:36:46 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update
------------------------------------------------------------------------
r41789 | murdoch | 2007-06-02 18:23:01 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/srcfile.R

port 41787 from trunk
------------------------------------------------------------------------
r41790 | murdoch | 2007-06-02 19:54:36 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

Fix bug in parse() reported by Hadley Wickham:  if there were no statements in the result, the srcfile was lost.
------------------------------------------------------------------------
r41791 | murdoch | 2007-06-02 20:04:54 -0400 (Sat, 02 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/man/parse.Rd
   M /branches/R-2-5-branch/src/main/gram.c
   M /branches/R-2-5-branch/src/main/gram.y

Port r41790 from trunk
------------------------------------------------------------------------
r41792 | ripley | 2007-06-03 03:00:39 -0400 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devPS.c

change prototype of runcmd to match change in run.c

------------------------------------------------------------------------
r41793 | ripley | 2007-06-03 05:08:43 -0400 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/gnuwin32/embeddedR.c
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/graphapp/bitmaps.c
   M /trunk/src/gnuwin32/graphapp/buttons.c
   M /trunk/src/gnuwin32/graphapp/clipboard.c
   M /trunk/src/gnuwin32/graphapp/controls.c
   M /trunk/src/gnuwin32/graphapp/cursors.c
   M /trunk/src/gnuwin32/graphapp/dialogs.c
   M /trunk/src/gnuwin32/graphapp/drawing.c
   M /trunk/src/gnuwin32/graphapp/drawtext.c
   M /trunk/src/gnuwin32/graphapp/fonts.c
   M /trunk/src/gnuwin32/graphapp/ga.h
   M /trunk/src/gnuwin32/graphapp/gdraw.c
   M /trunk/src/gnuwin32/graphapp/gif.c
   M /trunk/src/gnuwin32/graphapp/graphapp.h
   M /trunk/src/gnuwin32/graphapp/image.c
   M /trunk/src/gnuwin32/graphapp/internal.h
   M /trunk/src/gnuwin32/graphapp/menus.c
   M /trunk/src/gnuwin32/graphapp/metafile.c
   M /trunk/src/gnuwin32/graphapp/printer.c
   M /trunk/src/gnuwin32/graphapp/rgb.c
   M /trunk/src/gnuwin32/graphapp/status.c
   M /trunk/src/gnuwin32/graphapp/strings.c
   M /trunk/src/gnuwin32/graphapp/tooltips.c
   M /trunk/src/gnuwin32/graphapp/windows.c
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/gnuwin32/rui.h
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/gnuwin32/run.h
   M /trunk/src/gnuwin32/system.c

more 'const char' issues

------------------------------------------------------------------------
r41794 | ripley | 2007-06-03 05:14:56 -0400 (Sun, 03 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/preferences.c

more const issues
------------------------------------------------------------------------
r41795 | ripley | 2007-06-03 05:21:22 -0400 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/sysutils.c

change unavailable case of Riconv to match header

------------------------------------------------------------------------
r41796 | ripley | 2007-06-03 05:22:26 -0400 (Sun, 03 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/rlocale.c

unnecessary cast
------------------------------------------------------------------------
r41797 | ripley | 2007-06-03 09:33:30 -0400 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devPS.c

make use of header file

------------------------------------------------------------------------
r41798 | ripley | 2007-06-04 01:31:47 -0400 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.c
   M /trunk/doc/manual/R-exts.texi

update for CHAR change

------------------------------------------------------------------------
r41799 | ripley | 2007-06-04 01:52:10 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/crimtab.Rd

add encoding
------------------------------------------------------------------------
r41800 | ripley | 2007-06-04 01:53:13 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/datasets/man/crimtab.Rd

port r41799 from trunk
------------------------------------------------------------------------
r41801 | ripley | 2007-06-04 01:59:42 -0400 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tools/R/Rd.R

chekc for non-ASCII .Rd files, not just obviously non-Latin-1 ones

------------------------------------------------------------------------
r41802 | ripley | 2007-06-04 03:33:31 -0400 (Mon, 04 Jun 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Utils.pm
   M /trunk/src/library/tools/NAMESPACE
   M /trunk/src/library/tools/R/QC.R

check encoding in description files
remove obsolete check for more than one dot in a package name
quote only names not full paths of miscreant Rd files 

------------------------------------------------------------------------
r41803 | ripley | 2007-06-04 03:36:36 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/windlgs/src/ttest.c

update
------------------------------------------------------------------------
r41804 | ripley | 2007-06-04 03:49:49 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/windlgs/src/ttest.c

tidy up, comments
------------------------------------------------------------------------
r41805 | ripley | 2007-06-04 11:05:07 -0400 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nls.R

tidy up predict.nls

------------------------------------------------------------------------
r41806 | ripley | 2007-06-04 11:06:22 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/stats/R/nls.R

port r41805 from trunk
------------------------------------------------------------------------
r41807 | rgentlem | 2007-06-04 11:57:14 -0400 (Mon, 04 Jun 2007) | 14 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Graphics.h
   M /trunk/src/include/R_ext/Riconv.h
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/include/Rconnections.h
   M /trunk/src/include/Rinterface.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/dstruct.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/graphics.c
   M /trunk/src/main/identical.c
   M /trunk/src/main/internet.c
   M /trunk/src/main/main.c
   M /trunk/src/main/match.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/names.c
   M /trunk/src/main/optim.c
   M /trunk/src/main/par.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plotmath.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/serialize.c
   M /trunk/src/main/sort.c
   M /trunk/src/main/source.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c
   M /trunk/src/modules/internet/internet.c
   M /trunk/src/unix/sys-std.c

patches from Seth F for the CHARSXP hashing changes
Seth says:
   const char fixes 

   CHAR() internal macro now returns (const char *)

   Add CHAR_RW: writable CHARSXP access for internal R use only

   const char fixes for methods package

   Add NEWS item and some doc to R-ext for CHARSXP changes



------------------------------------------------------------------------
r41808 | ripley | 2007-06-04 14:07:29 -0400 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/getline/getline.c
   M /trunk/src/gnuwin32/getline/getline.h
   M /trunk/src/gnuwin32/opt.c
   M /trunk/src/gnuwin32/opt.h
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/preferences.h
   M /trunk/src/gnuwin32/system.c

changes to get R building again

------------------------------------------------------------------------
r41809 | ripley | 2007-06-04 14:20:30 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/extra.c

more cleaning up
------------------------------------------------------------------------
r41810 | ripley | 2007-06-04 14:25:29 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/src/methods_list_dispatch.c

tidy up unused var
------------------------------------------------------------------------
r41811 | ripley | 2007-06-04 14:25:59 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rmodules/Rinternet.h

missed change
------------------------------------------------------------------------
r41812 | ripley | 2007-06-04 14:40:32 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

tidy up
------------------------------------------------------------------------
r41813 | ripley | 2007-06-04 15:00:19 -0400 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/names.c
   M /trunk/src/main/startup.c
   M /trunk/src/main/util.c

more 'const char *' issues

------------------------------------------------------------------------
r41814 | ripley | 2007-06-04 15:50:37 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/grDevices.h
   M /trunk/src/main/coerce.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/sysutils.c

more 'const char *'changes
------------------------------------------------------------------------
r41815 | ripley | 2007-06-04 15:57:32 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c

update little-used copy
------------------------------------------------------------------------
r41816 | ripley | 2007-06-04 16:01:47 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

typo in last change
------------------------------------------------------------------------
r41817 | luke | 2007-06-04 18:10:32 -0400 (Mon, 04 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

Added const to declaration in DO_GETVAR.
------------------------------------------------------------------------
r41818 | hornik | 2007-06-05 03:11:44 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41819 | hornik | 2007-06-05 03:11:46 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41820 | ripley | 2007-06-05 03:20:07 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

add section on internetionalization
------------------------------------------------------------------------
r41821 | hornik | 2007-06-05 08:29:03 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41822 | hornik | 2007-06-05 08:29:06 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41823 | ripley | 2007-06-05 10:48:56 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/deparse.c

remove use of too-small buffers
------------------------------------------------------------------------
r41824 | ripley | 2007-06-05 11:46:16 -0400 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

match changes in devPS.c

------------------------------------------------------------------------
r41825 | ripley | 2007-06-05 11:47:02 -0400 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/eval.c
   M /trunk/src/main/names.c
   M /trunk/src/main/objects.c

wrap .Internal and primitive calls in setting vmax to avoid leaks.

------------------------------------------------------------------------
r41826 | ripley | 2007-06-05 12:30:21 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/eval.c
   M /branches/R-2-5-branch/src/main/names.c
   M /branches/R-2-5-branch/src/main/objects.c

port r41825 from trunk
------------------------------------------------------------------------
r41827 | hornik | 2007-06-05 16:15:37 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/packageshtml.R

Avoid partial matching.
------------------------------------------------------------------------
r41828 | hornik | 2007-06-05 16:15:43 -0400 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/R/Utils.pm

Add 'all_files' argument to list_files_with_exts(), and exclude hidden
files by default (as does tools::list_files_with_exts()).
------------------------------------------------------------------------
r41829 | hornik | 2007-06-05 16:16:35 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

Avoid partial matching.
------------------------------------------------------------------------
r41830 | hornik | 2007-06-05 16:16:41 -0400 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/scripts/check.in

Cosmetics.
------------------------------------------------------------------------
r41831 | rgentlem | 2007-06-05 19:32:29 -0400 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Rinterface.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/attrib.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/src/modules/X11/dataentry.c
   M /trunk/src/modules/X11/devX11.c

yet another set of CHARSXP patches - hopefully almost the last of these

------------------------------------------------------------------------
r41832 | rgentlem | 2007-06-06 01:07:01 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/sessionInfo.R

changes to sessionInfo to make it less likely that line wrapping in mailers will affect the output

------------------------------------------------------------------------
r41833 | ripley | 2007-06-06 03:08:27 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/R_changes
   M /trunk/src/extra/intl/dcigettext.c

more const char * changes
------------------------------------------------------------------------
r41834 | ripley | 2007-06-06 03:12:02 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/array.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/deriv.c
   M /trunk/src/main/fourier.c
   M /trunk/src/main/optim.c
   M /trunk/src/main/optimize.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c

now .Internal manages vmax, don't need to do it here as well

------------------------------------------------------------------------
r41835 | ripley | 2007-06-06 03:51:36 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/dataentry.c
   M /trunk/src/modules/X11/devX11.c
   M /trunk/src/modules/X11/devX11.h

a bit more use of 'const char *'
------------------------------------------------------------------------
r41836 | hornik | 2007-06-06 05:02:10 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41837 | hornik | 2007-06-06 05:02:15 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41838 | ripley | 2007-06-06 05:37:37 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/include/Rinlinedfuns.h

looks there will be no gcc 4.1.3, so update
------------------------------------------------------------------------
r41839 | ripley | 2007-06-06 06:14:14 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/Makefile.in
   M /trunk/src/extra/pcre/pcre_internal.h
   M /trunk/src/extra/pcre/pcre_tables.c
   A /trunk/src/extra/pcre/pcre_ucp_searchfuncs.c
   A /trunk/src/extra/pcre/ucp.h
   A /trunk/src/extra/pcre/ucpinternal.h
   A /trunk/src/extra/pcre/ucptable.h
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/base/man/regex.Rd
   M /trunk/src/main/character.c
   M /trunk/src/main/pcre.c
   M /trunk/tests/utf8-regex.R

add UCP support for PCRE
------------------------------------------------------------------------
r41840 | ripley | 2007-06-06 06:28:34 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/it/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ko/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/graphics/po/R-fr.po
   M /trunk/src/library/graphics/po/R-graphics.pot
   M /trunk/src/library/graphics/po/R-it.po
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/graphics/po/R-ko.po
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tcltk/po/fr.po
   M /trunk/src/library/tcltk/po/ja.po
   M /trunk/src/library/tcltk/po/ru.po
   M /trunk/src/library/tcltk/po/tcltk.pot
   M /trunk/src/library/tcltk/po/zh_CN.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/pt_BR/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ja.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/tools/po/fr.po
   M /trunk/src/library/tools/po/it.po
   M /trunk/src/library/tools/po/ja.po
   M /trunk/src/library/tools/po/ko.po
   M /trunk/src/library/tools/po/pt_BR.po
   M /trunk/src/library/tools/po/ru.po
   M /trunk/src/library/tools/po/tools.pot
   M /trunk/src/library/tools/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

update
------------------------------------------------------------------------
r41841 | ripley | 2007-06-06 06:51:01 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/Makefile.win
   M /trunk/src/extra/pcre/pcre_internal.h

tweaks for building on Windows
------------------------------------------------------------------------
r41842 | ripley | 2007-06-06 06:53:01 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/deparse.c

compute buffer size at compile time
------------------------------------------------------------------------
r41843 | ripley | 2007-06-06 08:42:50 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/polygamma.c

avoid kludge that Intel CC objects to
------------------------------------------------------------------------
r41844 | ripley | 2007-06-06 09:59:45 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/polygamma.c

avoid kludge that Intel CC objects to
------------------------------------------------------------------------
r41845 | ripley | 2007-06-06 10:05:27 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

cosmetics
------------------------------------------------------------------------
r41846 | ripley | 2007-06-06 10:06:10 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

add section on memory allocation
------------------------------------------------------------------------
r41847 | ripley | 2007-06-06 10:37:34 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/deparse.c

avoid (unchecked) buffer limits
------------------------------------------------------------------------
r41848 | murdoch | 2007-06-06 10:53:43 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi

typos
------------------------------------------------------------------------
r41849 | ripley | 2007-06-06 13:26:17 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

some tidying up

------------------------------------------------------------------------
r41850 | ripley | 2007-06-06 13:28:01 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

port r41849 from trunk
------------------------------------------------------------------------
r41851 | ripley | 2007-06-06 13:33:39 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/GraphicsDevice.h

update comments
------------------------------------------------------------------------
r41852 | ripley | 2007-06-06 13:49:41 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Graphics.h
   M /trunk/src/include/Rgraphics.h
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/main/gevents.c

tidy up graphics events, don't use prompt as format string

------------------------------------------------------------------------
r41853 | ripley | 2007-06-06 13:52:20 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/main/util.c

use const char * for arguments

------------------------------------------------------------------------
r41854 | ripley | 2007-06-06 14:01:12 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/colors.c
   M /trunk/src/main/graphics.c

more const char *
------------------------------------------------------------------------
r41855 | ripley | 2007-06-06 14:59:29 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/relist.Rd

missing alias!
------------------------------------------------------------------------
r41856 | ripley | 2007-06-06 15:20:44 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Print.h
   M /trunk/src/main/objects.c

remove non-existent/commented-out functions
------------------------------------------------------------------------
r41857 | ripley | 2007-06-06 15:27:56 -0400 (Wed, 06 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.c
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/stats/src/nls.c

show good practice with 'const char *'

------------------------------------------------------------------------
r41858 | ripley | 2007-06-06 15:29:08 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/format.c

remove unused function
------------------------------------------------------------------------
r41859 | ripley | 2007-06-06 15:29:28 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/rlocale.c

remove duplicate declaration
------------------------------------------------------------------------
r41860 | maechler | 2007-06-06 17:44:07 -0400 (Wed, 06 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/unlist.Rd

\link{relist} + cosmetic
------------------------------------------------------------------------
r41861 | ripley | 2007-06-07 02:35:20 -0400 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Print.h
   M /trunk/src/include/R_ext/PrtUtil.h
   M /trunk/src/main/deparse.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printutils.c
   M /trunk/src/modules/X11/dataentry.c

more use of 'const char *', especially in output routines

------------------------------------------------------------------------
r41862 | ripley | 2007-06-07 03:12:25 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rembedded.h
   M /trunk/src/include/Rinterface.h
   M /trunk/src/include/Rinternals.h

cosmetics, remove unused entries
------------------------------------------------------------------------
r41863 | maechler | 2007-06-07 03:13:24 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

another tweak at callGeneric() {.local; extr arg}
------------------------------------------------------------------------
r41864 | maechler | 2007-06-07 04:31:40 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/methods/R/Methods.R
   M /branches/R-2-5-branch/tests/reg-S4.R
   M /branches/R-2-5-branch/tests/reg-S4.Rout.save

ported r41863 [callGeneric() {nr.2}] from trunk
------------------------------------------------------------------------
r41865 | hornik | 2007-06-07 05:38:22 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41866 | hornik | 2007-06-07 05:38:27 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41867 | ripley | 2007-06-07 06:29:04 -0400 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/connections.R
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/main/connections.c

tidy up fifos, including implementing anonymous fifos.

------------------------------------------------------------------------
r41868 | ripley | 2007-06-07 06:30:52 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Print.h
   M /trunk/src/include/R_ext/PrtUtil.h

cosmetics
------------------------------------------------------------------------
r41869 | ripley | 2007-06-07 06:33:57 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/appl/strsignif.c
   M /trunk/src/include/R_ext/Applic.h
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/include/R_ext/Rdynload.h
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/memory.c

a few more 'const' in declarations
------------------------------------------------------------------------
r41870 | ripley | 2007-06-07 06:58:04 -0400 (Thu, 07 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/main/dcf.c

it doesn't make sense to malloc a small fixed-size buffer
layout issues

------------------------------------------------------------------------
r41871 | ripley | 2007-06-07 07:10:27 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages2.R

improve error message
------------------------------------------------------------------------
r41872 | ripley | 2007-06-07 07:11:57 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/R/packages2.R

port r41871 from trunk
------------------------------------------------------------------------
r41873 | ripley | 2007-06-07 07:24:42 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c
   M /trunk/src/main/version.c

avoid inappropriate use of variable message string as format
------------------------------------------------------------------------
r41874 | ripley | 2007-06-07 07:45:42 -0400 (Thu, 07 Jun 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/extra/pcre/Makefile.win
   M /trunk/src/extra/pcre/pcre_globals.c
   M /trunk/src/extra/xdr/Makefile.win
   M /trunk/src/extra/xdr/rpc/types.h
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/main/regex.c

use Lea malloc in a few performance-critical places
update documentation

------------------------------------------------------------------------
r41875 | ripley | 2007-06-07 08:46:15 -0400 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/R_ext/GraphicsEngine.h
   M /trunk/src/include/Rgraphics.h
   A /trunk/src/include/Rmodules/Rvfonts.h
   M /trunk/src/main/engine.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/vfonts.c
   M /trunk/src/modules/vfonts/g_alab_her.c

tidy up the treatment of vfonts (including removing duplicate declarations)

------------------------------------------------------------------------
r41876 | ripley | 2007-06-07 08:54:44 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.in

add .save file
------------------------------------------------------------------------
r41877 | ripley | 2007-06-07 09:29:35 -0400 (Thu, 07 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Rgraphics.h
   M /trunk/src/main/plot3d.c

add comments
remove unused declaration

------------------------------------------------------------------------
r41878 | ripley | 2007-06-07 10:19:06 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/Rdynload.c

one more const
------------------------------------------------------------------------
r41879 | ripley | 2007-06-07 10:36:09 -0400 (Thu, 07 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/main/util.c

don't use variable character string as a format.
tidy up

------------------------------------------------------------------------
r41880 | ripley | 2007-06-07 11:09:11 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

avoid duplication of truenames
------------------------------------------------------------------------
r41881 | ripley | 2007-06-07 11:10:50 -0400 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/names.c

use 'const char' not 'char const' for consistency

------------------------------------------------------------------------
r41882 | ripley | 2007-06-07 11:17:51 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c

avoid casts
------------------------------------------------------------------------
r41883 | ripley | 2007-06-07 13:56:34 -0400 (Thu, 07 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/main.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c

remove non-longer-needed casts
don't use variable as format in error.

------------------------------------------------------------------------
r41884 | ripley | 2007-06-07 14:02:41 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/sysutils.c

more portable to always used Riconv
------------------------------------------------------------------------
r41885 | ripley | 2007-06-07 14:19:49 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/coerce.c
   M /trunk/src/main/sysutils.c

casts needed for libiconv on Solaris 10
------------------------------------------------------------------------
r41886 | hornik | 2007-06-07 15:48:57 -0400 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/check.in

Do not set srcdir when running the tests, as dircopy() makes all sources
available in the working directory (suggested by T. Plate).
------------------------------------------------------------------------
r41887 | murrell | 2007-06-07 21:21:03 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/R_ext/GraphicsEngine.h
   M /trunk/src/main/engine.c

export R_GE_str2col for external graphics devices
------------------------------------------------------------------------
r41888 | murrell | 2007-06-07 21:29:59 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/primitives.R

speed up for id and id.length arguments
------------------------------------------------------------------------
r41889 | murrell | 2007-06-07 21:30:41 -0400 (Thu, 07 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/grid/inst/doc/changes.txt
   M /trunk/src/library/grid/man/grid.edit.Rd

new grid.gedit() function
------------------------------------------------------------------------
r41890 | ripley | 2007-06-08 04:24:27 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/gevents.c

add const
------------------------------------------------------------------------
r41891 | ripley | 2007-06-08 04:24:44 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

update
------------------------------------------------------------------------
r41892 | ripley | 2007-06-08 04:28:02 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-intro.texi

port r41891 from trunk
------------------------------------------------------------------------
r41893 | ripley | 2007-06-08 05:29:09 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/extra/pcre/R_changes

update
------------------------------------------------------------------------
r41894 | ripley | 2007-06-08 10:32:36 -0400 (Fri, 08 Jun 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/library/grid/src/unit.c
   M /trunk/src/library/grid/src/viewport.c
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/library/stats/src/arima.c
   M /trunk/src/library/stats/src/pacf.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/array.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/context.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/debug.c
   M /trunk/src/main/deriv.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/gevents.c
   M /trunk/src/main/graphics.c
   M /trunk/src/main/identical.c
   M /trunk/src/main/main.c
   M /trunk/src/main/mapply.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/model.c
   M /trunk/src/main/optim.c
   M /trunk/src/main/optimize.c
   M /trunk/src/main/options.c
   M /trunk/src/main/par.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/print.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/size.c
   M /trunk/src/main/sort.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c
   M /trunk/src/modules/internet/internet.c
   M /trunk/src/modules/lapack/Lapack.c

deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code

------------------------------------------------------------------------
r41895 | ripley | 2007-06-08 10:43:58 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/arima.c
   M /trunk/src/library/stats/src/pacf.c

tidy up
------------------------------------------------------------------------
r41896 | duncan | 2007-06-08 10:56:52 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/getDLLRegisteredRoutines.Rd

clarified where the DLLInfo objects come from re. getLoadedDLLs()
------------------------------------------------------------------------
r41897 | ripley | 2007-06-09 01:25:45 -0400 (Sat, 09 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/Stangle
   M /trunk/src/scripts/Sweave

use --slave to avoid incomplete last line

------------------------------------------------------------------------
r41898 | maechler | 2007-06-09 16:47:32 -0400 (Sat, 09 Jun 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/massage-Examples.pl

rm extraneous ';'

------------------------------------------------------------------------
r41899 | ripley | 2007-06-10 02:58:08 -0400 (Sun, 10 Jun 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/main/RBufferUtils.h
   M /trunk/src/main/bind.c
   M /trunk/src/main/character.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/model.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/random.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/sysutils.c

tidy up and document R_AllocStringBuffer
make use of it, or tidy up usage

------------------------------------------------------------------------
r41900 | ripley | 2007-06-10 02:59:08 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r41901 | ripley | 2007-06-10 04:37:32 -0400 (Sun, 10 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/IOStuff.h
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/main/connections.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/engine.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/graphics.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/names.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/saveload.c
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subset.c

use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning

------------------------------------------------------------------------
r41902 | ripley | 2007-06-10 04:42:37 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

some versions of makeinfo objected
------------------------------------------------------------------------
r41903 | ripley | 2007-06-10 07:13:12 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/signrank.c
   M /trunk/src/nmath/wilcox.c

tidy up use of calloc, add comments
------------------------------------------------------------------------
r41904 | ripley | 2007-06-10 08:25:27 -0400 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/platform.c
   M /trunk/src/main/sysutils.c

comments on various limits, and example values.

------------------------------------------------------------------------
r41905 | ripley | 2007-06-10 10:42:55 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/signrank.c

don't set allocated_n unless allocation succeeds
------------------------------------------------------------------------
r41906 | ripley | 2007-06-10 10:43:25 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/wilcox.c

check for order of args before chacking against existing values
------------------------------------------------------------------------
r41907 | ripley | 2007-06-10 10:44:36 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dos_glob.c

use header file
------------------------------------------------------------------------
r41908 | ripley | 2007-06-10 10:52:49 -0400 (Sun, 10 Jun 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/mode.Rd
   M /trunk/src/main/coerce.c

make misuse of storage.mode<- defunct: Design has had quite long enough to
catch up (and fails on another issue anyway).

------------------------------------------------------------------------
r41909 | ripley | 2007-06-11 01:52:58 -0400 (Mon, 11 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Graphics.h
   M /trunk/src/include/R_ext/GraphicsDevice.h
   M /trunk/src/include/R_ext/GraphicsEngine.h
   M /trunk/src/main/gevents.c

move gevents routines to a public header.
tidy up header inclusions

------------------------------------------------------------------------
r41910 | ripley | 2007-06-11 02:19:52 -0400 (Mon, 11 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/dotcode.c

tidy up headers needed
------------------------------------------------------------------------
r41911 | ripley | 2007-06-11 14:57:41 -0400 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/plot.c

'out by one' problem in dend.window

------------------------------------------------------------------------
r41912 | ripley | 2007-06-11 15:06:04 -0400 (Mon, 11 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/plot.c

port r41910 from trunk
------------------------------------------------------------------------
r41913 | ripley | 2007-06-12 01:35:10 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/scan.c

tidy up, especially allocation
------------------------------------------------------------------------
r41914 | ripley | 2007-06-12 01:36:57 -0400 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/Defn.h
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/memory.c

use void *R_alloc(size_t, int) for 64-bit OSes with 32-bit longs

------------------------------------------------------------------------
r41915 | ripley | 2007-06-12 01:38:48 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Memory.h

use void*
------------------------------------------------------------------------
r41916 | ripley | 2007-06-12 01:47:02 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

use void*
------------------------------------------------------------------------
r41917 | hornik | 2007-06-12 02:58:42 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41918 | hornik | 2007-06-12 02:58:44 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41919 | ripley | 2007-06-12 08:08:31 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c

workaround problems with address of long double
------------------------------------------------------------------------
r41920 | ripley | 2007-06-12 08:09:21 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/connections.c

port r41919 from trunk
------------------------------------------------------------------------
r41921 | maechler | 2007-06-12 10:58:06 -0400 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

minus {typo, extra whitespace}

------------------------------------------------------------------------
r41922 | ripley | 2007-06-12 11:08:49 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

update
------------------------------------------------------------------------
r41923 | ripley | 2007-06-12 11:09:18 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

amplify message
------------------------------------------------------------------------
r41924 | ripley | 2007-06-12 11:10:34 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clarification
------------------------------------------------------------------------
r41925 | ripley | 2007-06-12 11:19:35 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/main/eval.c

port r41922,3,4 from trunk
------------------------------------------------------------------------
r41926 | ripley | 2007-06-12 11:49:17 -0400 (Tue, 12 Jun 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/main/memory.c

revert R_alloc to char * since C++ seems to care.
remove surplus +1 in R_alloc as it is masking array overruns.
tidy up messages.

------------------------------------------------------------------------
r41927 | ripley | 2007-06-12 13:50:15 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/po/R.pot
   M /branches/R-2-5-branch/po/de.gmo
   M /branches/R-2-5-branch/po/de.po
   M /branches/R-2-5-branch/po/en.gmo
   M /branches/R-2-5-branch/po/en.po
   M /branches/R-2-5-branch/po/en@quot.gmo
   M /branches/R-2-5-branch/po/en@quot.po
   M /branches/R-2-5-branch/po/en_GB.gmo
   M /branches/R-2-5-branch/po/en_GB.po
   M /branches/R-2-5-branch/po/es.gmo
   M /branches/R-2-5-branch/po/es.po
   M /branches/R-2-5-branch/po/fr.gmo
   M /branches/R-2-5-branch/po/fr.po
   M /branches/R-2-5-branch/po/it.gmo
   M /branches/R-2-5-branch/po/it.po
   M /branches/R-2-5-branch/po/ja.gmo
   M /branches/R-2-5-branch/po/ja.po
   M /branches/R-2-5-branch/po/ko.gmo
   M /branches/R-2-5-branch/po/ko.po
   M /branches/R-2-5-branch/po/pt_BR.gmo
   M /branches/R-2-5-branch/po/pt_BR.po
   M /branches/R-2-5-branch/po/ru.gmo
   M /branches/R-2-5-branch/po/ru.po
   M /branches/R-2-5-branch/po/zh_CN.gmo
   M /branches/R-2-5-branch/po/zh_CN.po
   M /branches/R-2-5-branch/po/zh_TW.gmo
   M /branches/R-2-5-branch/po/zh_TW.po
   M /branches/R-2-5-branch/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /branches/R-2-5-branch/src/library/base/po/R-base.pot
   M /branches/R-2-5-branch/src/library/base/po/R-de.po
   M /branches/R-2-5-branch/src/library/base/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/base/po/R-fr.po
   M /branches/R-2-5-branch/src/library/base/po/R-it.po
   M /branches/R-2-5-branch/src/library/base/po/R-ja.po
   M /branches/R-2-5-branch/src/library/base/po/R-ko.po
   M /branches/R-2-5-branch/src/library/base/po/R-pt_BR.po
   M /branches/R-2-5-branch/src/library/base/po/R-ru.po
   M /branches/R-2-5-branch/src/library/base/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-5-branch/src/library/grDevices/po/en@quot.po
   M /branches/R-2-5-branch/src/library/grDevices/po/en_GB.po
   M /branches/R-2-5-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-5-branch/src/library/grDevices/po/grDevices.pot
   M /branches/R-2-5-branch/src/library/grDevices/po/it.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ja.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ko.po
   M /branches/R-2-5-branch/src/library/grDevices/po/ru.po
   M /branches/R-2-5-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-5-branch/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/it/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/ko/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-5-branch/src/library/graphics/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-fr.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-graphics.pot
   M /branches/R-2-5-branch/src/library/graphics/po/R-it.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-ja.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-ko.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-ru.po
   M /branches/R-2-5-branch/src/library/graphics/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /branches/R-2-5-branch/src/library/stats/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/stats/po/R-fr.po
   M /branches/R-2-5-branch/src/library/stats/po/R-it.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ko.po
   M /branches/R-2-5-branch/src/library/stats/po/R-pt_BR.po
   M /branches/R-2-5-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-5-branch/src/library/stats/po/R-stats.pot
   M /branches/R-2-5-branch/src/library/stats/po/R-zh_CN.po
   M /branches/R-2-5-branch/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-5-branch/src/library/utils/po/R-en@quot.po
   M /branches/R-2-5-branch/src/library/utils/po/R-fr.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ja.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ko.po
   M /branches/R-2-5-branch/src/library/utils/po/R-ru.po
   M /branches/R-2-5-branch/src/library/utils/po/R-utils.pot
   M /branches/R-2-5-branch/src/library/utils/po/R-zh_CN.po

update
------------------------------------------------------------------------
r41928 | luke | 2007-06-12 14:21:03 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).
------------------------------------------------------------------------
r41929 | luke | 2007-06-12 14:41:14 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/errors.c

ported 41928 (fix for vsignalError) from trunk.
------------------------------------------------------------------------
r41930 | murrell | 2007-06-12 20:36:44 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/grid/inst/doc/changes.txt
   M /trunk/src/library/grid/man/grid.get.Rd
   M /trunk/src/library/grid/man/grid.remove.Rd

bug fixes for grid.remove (plus addition of grid.gremove and grid.gget)
------------------------------------------------------------------------
r41931 | ripley | 2007-06-13 02:48:40 -0400 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/MakePkg

change order as requested by Seth Falcon

------------------------------------------------------------------------
r41932 | ripley | 2007-06-13 02:50:12 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/MakePkg

port r41931 from trunk
------------------------------------------------------------------------
r41933 | hornik | 2007-06-13 03:40:57 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41934 | hornik | 2007-06-13 03:40:59 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41935 | ripley | 2007-06-13 04:01:29 -0400 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/dotcode.c

up buffer size

------------------------------------------------------------------------
r41936 | ripley | 2007-06-13 04:44:28 -0400 (Wed, 13 Jun 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/doc/manual/Rman.css

add subsection on internals of R_alloc.
update .css for subsections

------------------------------------------------------------------------
r41937 | ripley | 2007-06-13 05:00:03 -0400 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/attrib.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c

change arguments of getMatrixDimnames

------------------------------------------------------------------------
r41938 | ripley | 2007-06-13 06:59:35 -0400 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/deriv.c

port r41894 from trunk

------------------------------------------------------------------------
r41939 | ripley | 2007-06-13 09:01:44 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

revert +1 for now
------------------------------------------------------------------------
r41940 | ripley | 2007-06-13 09:08:38 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update for move of deriv change
------------------------------------------------------------------------
r41941 | leisch | 2007-06-13 10:50:23 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

new mirror in La Coruna
------------------------------------------------------------------------
r41942 | pd | 2007-06-13 11:31:56 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tools/rsync-recommended

maintainer-mode changes
------------------------------------------------------------------------
r41943 | pd | 2007-06-13 18:05:16 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION
   M /branches/R-2-5-branch/configure

go to 2.5.1 beta
------------------------------------------------------------------------
r41944 | ripley | 2007-06-14 10:39:12 -0400 (Thu, 14 Jun 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/profile/Common.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/R/windows/winDialog.R
   M /trunk/src/main/errors.c
   M /trunk/src/main/options.c
   M /trunk/tests/reg-tests-2.Rout.save

enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use

------------------------------------------------------------------------
r41945 | ripley | 2007-06-14 10:39:40 -0400 (Thu, 14 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert to GCC3
------------------------------------------------------------------------
r41946 | ripley | 2007-06-14 16:21:56 -0400 (Thu, 14 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

more compatibility defns
------------------------------------------------------------------------
r41947 | ripley | 2007-06-14 16:59:24 -0400 (Thu, 14 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

tidy up
------------------------------------------------------------------------
r41948 | pd | 2007-06-14 22:06:12 -0400 (Thu, 14 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r41949 | ripley | 2007-06-15 02:51:29 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/Rd.R

handle empty man dirs better
------------------------------------------------------------------------
r41950 | ripley | 2007-06-15 04:03:57 -0400 (Fri, 15 Jun 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

add to compatibility functions
report non-declaration of grid, splines and tcltk.

------------------------------------------------------------------------
r41951 | ripley | 2007-06-15 04:48:06 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

load tcltk for codetools checking, as so many packages seem not to declare it
------------------------------------------------------------------------
r41952 | pd | 2007-06-15 05:41:48 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

change heading to 2.5.1
------------------------------------------------------------------------
r41953 | ripley | 2007-06-15 05:46:30 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

do not report duplicates
------------------------------------------------------------------------
r41954 | maechler | 2007-06-15 06:29:01 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/C.R
   M /trunk/src/library/stats/man/contrast.Rd
   M /trunk/src/library/stats/man/contrasts.Rd

C(., SAS)
------------------------------------------------------------------------
r41955 | ripley | 2007-06-15 09:26:26 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

one more compatibility defn
------------------------------------------------------------------------
r41956 | ripley | 2007-06-15 11:34:03 -0400 (Fri, 15 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/man/base-internal.Rd

add missing 'findPackageEnv'

------------------------------------------------------------------------
r41957 | ripley | 2007-06-15 11:46:19 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/load.R
   M /branches/R-2-5-branch/src/library/base/man/base-internal.Rd

port r41956 from trunk
------------------------------------------------------------------------
r41958 | ripley | 2007-06-15 13:20:56 -0400 (Fri, 15 Jun 2007) | 2 lines
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/it/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/pt_BR/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/grid/po/fr.po
   M /trunk/src/library/grid/po/grid.pot
   M /trunk/src/library/grid/po/it.po
   M /trunk/src/library/grid/po/ja.po
   M /trunk/src/library/grid/po/ko.po
   M /trunk/src/library/grid/po/pt_BR.po
   M /trunk/src/library/grid/po/ru.po
   M /trunk/src/library/grid/po/zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats/po/it.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats/po/ko.po
   M /trunk/src/library/stats/po/pt_BR.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats/po/stats.pot
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tcltk/po/fr.po
   M /trunk/src/library/tcltk/po/ja.po
   M /trunk/src/library/tcltk/po/ru.po
   M /trunk/src/library/tcltk/po/tcltk.pot
   M /trunk/src/library/tcltk/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

updates

------------------------------------------------------------------------
r41959 | ripley | 2007-06-15 13:22:47 -0400 (Fri, 15 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tools/R/Vignettes.R
   M /trunk/src/library/tools/man/checkVignettes.Rd
   M /trunk/src/scripts/check.in

R CMD check now tries to latex vignettes
------------------------------------------------------------------------
r41960 | ripley | 2007-06-16 00:01:59 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/internet.c
   M /trunk/src/main/lapack.c
   M /trunk/src/main/vfonts.c

more attribute_hidden
------------------------------------------------------------------------
r41961 | ripley | 2007-06-16 00:23:44 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/lapack.c

package 'party' calls the private entry point La_svd
------------------------------------------------------------------------
r41962 | ripley | 2007-06-16 00:24:50 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

imports needs to be treated differently from depends/suggests
------------------------------------------------------------------------
r41963 | ripley | 2007-06-16 01:24:23 -0400 (Sat, 16 Jun 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update
mention licensing issues with vignettes

------------------------------------------------------------------------
r41964 | ripley | 2007-06-16 01:25:14 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r41965 | murdoch | 2007-06-16 11:52:19 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/connections.c
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

Several bug fixes for readChar()
------------------------------------------------------------------------
r41966 | ripley | 2007-06-16 14:59:42 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

typo, up buffer
------------------------------------------------------------------------
r41967 | maechler | 2007-06-16 15:31:29 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/add.R

use cat() {together with print()}, not message() when "trace"ing
------------------------------------------------------------------------
r41968 | maechler | 2007-06-16 15:33:01 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/add.R

ported r41967 [not message() with "trace"] from trunk
------------------------------------------------------------------------
r41969 | maechler | 2007-06-16 16:16:35 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/add.R

2nd part: use cat() {together with print()}, not message() when "trace"ing
------------------------------------------------------------------------
r41970 | maechler | 2007-06-16 16:33:43 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/R/add.R

ported r41969 [2nd part: cat, not message] from trunk
------------------------------------------------------------------------
r41971 | ripley | 2007-06-16 16:42:15 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/man/checkVignettes.Rd

update
------------------------------------------------------------------------
r41972 | ripley | 2007-06-17 01:56:01 -0400 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/baseloader.R
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/serialize.c

make lazyLoadDBfetch primitive

------------------------------------------------------------------------
r41973 | ripley | 2007-06-17 02:46:39 -0400 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h

various internal defines have been put in Rinternals.h

------------------------------------------------------------------------
r41974 | ripley | 2007-06-17 03:14:07 -0400 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h

R_StringHash is not in the API

------------------------------------------------------------------------
r41975 | ripley | 2007-06-17 03:30:30 -0400 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/baseloader.R
   M /trunk/src/main/basedecl.h
   M /trunk/src/main/registration.c
   M /trunk/src/main/serialize.c

clean up after making lazyLoadDBfetch primitive

------------------------------------------------------------------------
r41976 | hornik | 2007-06-17 04:24:21 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41977 | hornik | 2007-06-17 04:24:24 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41978 | ripley | 2007-06-17 09:23:55 -0400 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/sprintf.Rd
   M /trunk/src/main/sprintf.c

remove buffer limits on sprintf()

------------------------------------------------------------------------
r41979 | ripley | 2007-06-17 11:48:16 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

DUPLICATE_ATTRIB needs a protect
------------------------------------------------------------------------
r41980 | ripley | 2007-06-17 14:55:39 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/main.c
   M /trunk/src/main/startup.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/sys-unix.c
   M /trunk/src/unix/system.c

more attribute_hidden
------------------------------------------------------------------------
r41981 | ripley | 2007-06-17 14:56:04 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r41982 | ripley | 2007-06-18 00:19:46 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

missing change in 2.5.0
------------------------------------------------------------------------
r41983 | ripley | 2007-06-18 00:21:20 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

port r41982 from trunk
------------------------------------------------------------------------
r41984 | ripley | 2007-06-18 00:30:23 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/fixed/h/config.h

update
------------------------------------------------------------------------
r41985 | ripley | 2007-06-18 04:33:46 -0400 (Mon, 18 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dataframe.R

clean up error conditions in rbind.data.frame

------------------------------------------------------------------------
r41986 | ripley | 2007-06-18 04:41:06 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/dataframe.R

port r41985 from trunk
------------------------------------------------------------------------
r41987 | ripley | 2007-06-18 05:00:10 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

tweaks
------------------------------------------------------------------------
r41988 | ripley | 2007-06-18 10:44:22 -0400 (Mon, 18 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dataframe.R

add a specific warning if the numbers of columns do not match

------------------------------------------------------------------------
r41989 | ripley | 2007-06-18 10:46:11 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po

update
------------------------------------------------------------------------
r41990 | ripley | 2007-06-18 11:48:43 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/eval.c
   M /branches/R-2-5-branch/src/main/serialize.c

disable interrupts when lazy-loading: for 2.5.x only
------------------------------------------------------------------------
r41991 | ripley | 2007-06-18 12:15:26 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update from R-patched
------------------------------------------------------------------------
r41992 | luke | 2007-06-18 13:34:03 -0400 (Mon, 18 Jun 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/include/Defn.h
   M /trunk/src/main/context.c
   M /trunk/src/main/eval.c

Added a promise evaluation stack so interrupted promise evaluations
can be restarted. This addresses the 'recursive default argument'
error when an interrupted lazy load is retried.


------------------------------------------------------------------------
r41993 | murrell | 2007-06-18 22:10:42 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/NAMESPACE
   A /trunk/src/library/grid/R/ls.R
   M /trunk/src/library/grid/inst/doc/changes.txt
   A /trunk/src/library/grid/man/grid.ls.Rd
   A /trunk/src/library/grid/tests/testls.R
   A /trunk/src/library/grid/tests/testls.Rout.save

new grid.ls() function
------------------------------------------------------------------------
r41994 | hornik | 2007-06-19 07:08:02 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41995 | hornik | 2007-06-19 07:08:04 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r41996 | ripley | 2007-06-20 08:17:03 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/bind.c

clarify code
------------------------------------------------------------------------
r41997 | ripley | 2007-06-20 09:29:59 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/cbind.Rd

clarifications
------------------------------------------------------------------------
r41998 | ripley | 2007-06-20 09:32:13 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/cbind.Rd

port r41997 from trunk
------------------------------------------------------------------------
r41999 | maechler | 2007-06-20 10:02:51 -0400 (Wed, 20 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/Fdist.Rd

fix typo in Peter R.'s para.

------------------------------------------------------------------------
r42000 | maechler | 2007-06-20 10:09:16 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/Fdist.Rd

ported r41999 [..<description>..] from trunk
------------------------------------------------------------------------
r42001 | ripley | 2007-06-20 10:32:56 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/sprintf.c

reinstate support of %*s,
------------------------------------------------------------------------
r42002 | pd | 2007-06-20 18:05:16 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

go to 2.5.1 RC
------------------------------------------------------------------------
r42003 | ripley | 2007-06-21 04:01:59 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

raw strictly corresponds to 'unsigned char *'
storage.mdoe<- for single has been deprecated in favour of mode<-.

------------------------------------------------------------------------
r42004 | ripley | 2007-06-21 04:04:27 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port r42003 from trunk
------------------------------------------------------------------------
r42005 | ripley | 2007-06-21 04:05:05 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/dotcode.c

make use of Rbyte
------------------------------------------------------------------------
r42006 | ripley | 2007-06-21 04:51:16 -0400 (Thu, 21 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/any.Rd

clarifications and amplifications

------------------------------------------------------------------------
r42007 | ripley | 2007-06-21 04:52:44 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/all.Rd
   M /branches/R-2-5-branch/src/library/base/man/any.Rd

port r42006 from trunk
------------------------------------------------------------------------
r42008 | ripley | 2007-06-21 08:00:45 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/hsv.Rd
   M /trunk/src/library/grDevices/man/rgb.Rd

update re devices supporting translucency
------------------------------------------------------------------------
r42009 | ripley | 2007-06-21 08:01:44 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/man/hcl.Rd
   M /branches/R-2-5-branch/src/library/grDevices/man/hsv.Rd
   M /branches/R-2-5-branch/src/library/grDevices/man/rgb.Rd

port r42008 from trunk
------------------------------------------------------------------------
r42010 | ripley | 2007-06-21 08:57:56 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

updates
------------------------------------------------------------------------
r42011 | ripley | 2007-06-21 08:58:51 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r42009 from trunk
------------------------------------------------------------------------
r42012 | ripley | 2007-06-21 10:14:23 -0400 (Thu, 21 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi

add notes on win-builder, R-forge and RForge.

------------------------------------------------------------------------
r42013 | ripley | 2007-06-21 10:14:58 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port part of r42012 from trunk
------------------------------------------------------------------------
r42014 | ripley | 2007-06-21 17:39:26 -0400 (Thu, 21 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/bind.c

missing protects when creating a list matrix in [cr]bind

------------------------------------------------------------------------
r42015 | ripley | 2007-06-21 17:41:19 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/bind.c

port r42014 from trunk
------------------------------------------------------------------------
r42016 | ripley | 2007-06-22 02:18:21 -0400 (Fri, 22 Jun 2007) | 4 lines
Changed paths:
   M /trunk/src/main/RNG.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/sort.c

one missing protect
two comments on assumptions about protects
use asChar instead of coerceVector

------------------------------------------------------------------------
r42017 | ripley | 2007-06-22 02:56:41 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in
   A /trunk/doc/manual/epsf.tex

basic TeX distros (e.g. MiKTeX, TeXLive2007) do not have epsf.tex
------------------------------------------------------------------------
r42018 | ripley | 2007-06-22 02:59:38 -0400 (Fri, 22 Jun 2007) | 3 lines
Changed paths:
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

do not use non-integer .Random.seed
update for whitespace in messages.

------------------------------------------------------------------------
r42019 | hornik | 2007-06-22 06:24:04 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42020 | hornik | 2007-06-22 06:24:06 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42021 | ripley | 2007-06-22 07:12:51 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/README

doc updates
------------------------------------------------------------------------
r42022 | ripley | 2007-06-22 08:32:26 -0400 (Fri, 22 Jun 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/doc/manual/README

port r42021 from trunk
add source for epsf.tex (now bundled in R-devel)

------------------------------------------------------------------------
r42023 | maechler | 2007-06-22 11:40:16 -0400 (Fri, 22 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/commandArgs.Rd

fix typo, thanks to Fran?\195?\167ois Pinard

------------------------------------------------------------------------
r42024 | maechler | 2007-06-22 11:41:18 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/commandArgs.Rd

ported r42023 [typo] from trunk
------------------------------------------------------------------------
r42025 | ripley | 2007-06-22 12:18:17 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/library/base/man/commandArgs.Rd

updates
------------------------------------------------------------------------
r42026 | ripley | 2007-06-22 12:19:49 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/base/man/commandArgs.Rd
   M /trunk/src/main/RNG.c

port r42025 (updates)
------------------------------------------------------------------------
r42027 | ripley | 2007-06-22 12:21:05 -0400 (Fri, 22 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/main/RNG.c

don't allow non-integer .Random.seed any more

------------------------------------------------------------------------
r42028 | ripley | 2007-06-22 12:23:42 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

document change to GetRNGstate
------------------------------------------------------------------------
r42029 | hornik | 2007-06-22 12:46:34 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/Ops.Date.Rd
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   M /trunk/src/library/base/man/difftime.Rd
   M /trunk/src/library/base/man/seq.Date.Rd
   M /trunk/src/library/base/man/strptime.Rd

Cosmetics.
------------------------------------------------------------------------
r42030 | maechler | 2007-06-22 13:15:03 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/bessel_i.c
   M /trunk/src/nmath/bessel_y.c
   M /trunk/tests/reg-tests-1.R

fixes in besselI() and besselY() for nu < 0
------------------------------------------------------------------------
r42031 | ripley | 2007-06-23 02:42:56 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/tests/complex.R
   M /trunk/tests/complex.Rout.save

update
------------------------------------------------------------------------
r42032 | ripley | 2007-06-23 02:52:45 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Internationalization would be a more accurate overall heading

------------------------------------------------------------------------
r42033 | ripley | 2007-06-23 03:04:47 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

better label

------------------------------------------------------------------------
r42034 | ripley | 2007-06-23 03:08:08 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/RNG.c
   M /trunk/tests/complex.R
   M /trunk/tests/complex.Rout.save

so many people use non-integer .Random.seed that make a warning for now

------------------------------------------------------------------------
r42035 | ripley | 2007-06-23 03:23:12 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save
   M /trunk/tests/demos.R
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/demos2.R

avoid setting .Random.seed (which we do not recoomend to users)

------------------------------------------------------------------------
r42036 | ripley | 2007-06-23 03:47:02 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

library(tcltk) warns if no DISPLAY variable, so suppressWarnings

------------------------------------------------------------------------
r42037 | maechler | 2007-06-23 04:34:44 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/nmath/bessel_i.c
   M /branches/R-2-5-branch/src/nmath/bessel_y.c
   M /branches/R-2-5-branch/tests/reg-tests-1.R

ported r42030 [bessel[IY](*, nu<0)] from trunk
------------------------------------------------------------------------
r42038 | ripley | 2007-06-23 08:31:51 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

correction to last tweak
------------------------------------------------------------------------
r42039 | ripley | 2007-06-23 12:27:55 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/check.in

avoid need for texi2dvi on Windows

------------------------------------------------------------------------
r42040 | hornik | 2007-06-24 17:25:18 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Expand on R-Forge.
------------------------------------------------------------------------
r42041 | murrell | 2007-06-24 18:13:32 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/ls.R

tidy up of grid.ls() code
------------------------------------------------------------------------
r42042 | ripley | 2007-06-25 03:42:31 -0400 (Mon, 25 Jun 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

update to match R-devel

------------------------------------------------------------------------
r42043 | ripley | 2007-06-25 06:47:38 -0400 (Mon, 25 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/character.c

fix PR#9751

------------------------------------------------------------------------
r42044 | ripley | 2007-06-25 06:51:19 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/character.c

port r42043 from trunk
------------------------------------------------------------------------
r42045 | ripley | 2007-06-25 07:22:34 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/sprintf.c

use MBCS-aware strchr
------------------------------------------------------------------------
r42046 | ripley | 2007-06-25 07:38:50 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

remove unused variable
------------------------------------------------------------------------
r42047 | ripley | 2007-06-25 08:20:14 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/serialize.c

allow larger in-memory serialization
------------------------------------------------------------------------
r42048 | ripley | 2007-06-25 08:35:38 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update
------------------------------------------------------------------------
r42049 | ripley | 2007-06-25 09:25:28 -0400 (Mon, 25 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/serialize.Rd
   M /trunk/src/main/serialize.c

check that serialization to raw does not exceed the maximum size of a raw vector

------------------------------------------------------------------------
r42050 | ripley | 2007-06-25 11:09:25 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/configure
   M /branches/R-2-5-branch/configure.ac

add powerpc64 as alias for ppc64
------------------------------------------------------------------------
r42051 | ripley | 2007-06-25 11:34:40 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

allow powerpc64 as alias for ppc64
------------------------------------------------------------------------
r42052 | ripley | 2007-06-25 13:04:58 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

add comment
------------------------------------------------------------------------
r42053 | ripley | 2007-06-25 13:06:44 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

remove mistake
------------------------------------------------------------------------
r42054 | ripley | 2007-06-25 13:07:01 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

add comment
------------------------------------------------------------------------
r42055 | ripley | 2007-06-25 14:11:30 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert to GCC3
------------------------------------------------------------------------
r42056 | ripley | 2007-06-25 14:12:27 -0400 (Mon, 25 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

fixes to INSTALL --docs

------------------------------------------------------------------------
r42057 | ripley | 2007-06-25 14:13:43 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL

port r42056 from trunk
------------------------------------------------------------------------
r42058 | murdoch | 2007-06-25 22:41:18 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

Update version number
------------------------------------------------------------------------
r42059 | murdoch | 2007-06-25 22:45:11 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/system.c

Fix for .Platform$GUI misreport in Rproxy.  
------------------------------------------------------------------------
r42060 | ripley | 2007-06-26 02:43:07 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-data.texi

mention xlsReadWrite
------------------------------------------------------------------------
r42061 | ripley | 2007-06-26 02:43:26 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/connections.Rd

mention when timeout is set
------------------------------------------------------------------------
r42062 | ripley | 2007-06-26 02:45:06 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-data.texi
   M /branches/R-2-5-branch/src/library/base/man/connections.Rd

port r42060, r42061 from trunk
------------------------------------------------------------------------
r42063 | ripley | 2007-06-26 02:46:24 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS

typos
------------------------------------------------------------------------
r42064 | ripley | 2007-06-26 03:03:52 -0400 (Tue, 26 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

change the meaning of Rcmd INSTALL --docs=chm

------------------------------------------------------------------------
r42065 | ripley | 2007-06-26 03:04:44 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

updates on Rcmd INSTALL
------------------------------------------------------------------------
r42066 | ripley | 2007-06-26 03:05:48 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r42065 from trunk
------------------------------------------------------------------------
r42067 | hornik | 2007-06-26 09:54:42 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42068 | hornik | 2007-06-26 09:54:45 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42069 | ripley | 2007-06-27 00:19:18 -0400 (Wed, 27 Jun 2007) | 3 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/main/arithmetic.c

make use of log2/log10 even on Solaris where (0) is -HUGE_VAL, not -Inf.
add comment as to what 'working log' means

------------------------------------------------------------------------
r42070 | ripley | 2007-06-27 02:02:36 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/formals.R
   M /trunk/tests/reg-tests-1.R

fix PR#9758

------------------------------------------------------------------------
r42071 | ripley | 2007-06-27 04:16:33 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c

unlink was in the wrong place
------------------------------------------------------------------------
r42072 | ripley | 2007-06-27 07:30:25 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/ks.test.Rd

typo (PR#9759)
------------------------------------------------------------------------
r42073 | ripley | 2007-06-27 07:31:56 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/ks.test.Rd

port r42072 (PR#9759) from trunk
------------------------------------------------------------------------
r42074 | hornik | 2007-06-27 07:43:32 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42075 | hornik | 2007-06-27 07:43:38 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42076 | ripley | 2007-06-27 08:49:41 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/class.Rd

add xref to ?is
------------------------------------------------------------------------
r42077 | ripley | 2007-06-27 08:51:03 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Print.h
   M /trunk/src/main/connections.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/printutils.c

take various entry points static

------------------------------------------------------------------------
r42078 | maechler | 2007-06-27 09:39:37 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/man/S4groupGeneric.Rd
   M /trunk/src/library/tools/R/utils.R
   M /trunk/tests/primitives.R

Math group S3-S4 harmonization (part i)
------------------------------------------------------------------------
r42079 | ripley | 2007-06-27 10:18:58 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

add a note about locales for make check
------------------------------------------------------------------------
r42080 | ripley | 2007-06-27 10:26:58 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/massage-Examples.pl

arrange to use ISOLatin1 for postscript() in the graphics package

------------------------------------------------------------------------
r42081 | ripley | 2007-06-27 11:23:51 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/massage-Examples.pl
   M /trunk/tests/Examples/Makefile.in

fix up better postscript() call in testing graphics

------------------------------------------------------------------------
r42082 | ripley | 2007-06-27 11:26:00 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

port comment about locales for make check
------------------------------------------------------------------------
r42083 | ripley | 2007-06-27 13:35:54 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/as.POSIXlt.Rd

update
------------------------------------------------------------------------
r42084 | pd | 2007-06-28 07:17:04 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

Prepare for release 2.5.1
------------------------------------------------------------------------
r42085 | pd | 2007-06-28 07:17:06 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   A /tags/R-2-5-1 (from /branches/R-2-5-branch:42083)
   R /tags/R-2-5-1/VERSION (from /branches/R-2-5-branch/VERSION:42084)

Tag version 2.5.1
------------------------------------------------------------------------
r42086 | pd | 2007-06-28 07:17:14 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/VERSION

setup for patched version
------------------------------------------------------------------------
r42087 | ripley | 2007-06-28 12:34:16 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/doc/manual/Makefile.in
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   A /branches/R-2-5-branch/doc/manual/epsf.tex (from /trunk/doc/manual/epsf.tex:42017)

port r42017 (add epsf.tex) and document it
------------------------------------------------------------------------
r42088 | ripley | 2007-06-28 13:06:53 -0400 (Thu, 28 Jun 2007) | 3 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/formals.R
   M /branches/R-2-5-branch/src/library/base/man/class.Rd
   M /branches/R-2-5-branch/src/main/serialize.c
   M /branches/R-2-5-branch/src/main/sprintf.c
   M /branches/R-2-5-branch/tests/Examples/Makefile.in
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.R
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.Rout.save
   M /branches/R-2-5-branch/tests/demos.R
   M /branches/R-2-5-branch/tests/demos.Rout.save
   M /branches/R-2-5-branch/tests/demos2.R

port r42070, 42076, 42045, 42035 and in-memory serialization changes
from trunk

------------------------------------------------------------------------
r42089 | ripley | 2007-06-28 14:32:08 -0400 (Thu, 28 Jun 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/New-Internal.R
   M /branches/R-2-5-branch/src/library/base/man/Log.Rd
   M /branches/R-2-5-branch/src/library/base/man/groupGeneric.Rd

make logb a wrapper, improve documentation of log et al. 

------------------------------------------------------------------------
r42090 | maechler | 2007-06-29 04:07:44 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/print.R
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/tests/reg-tests-1.R

[.listof & [.simple.list
------------------------------------------------------------------------
r42091 | ripley | 2007-06-29 10:00:59 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/library/base/man/Round.Rd
   M /trunk/src/library/base/man/eigen.Rd
   M /trunk/src/library/base/man/groupGeneric.Rd

remove obsolete xref
------------------------------------------------------------------------
r42092 | ripley | 2007-06-29 10:01:48 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/eigen.Rd

remove obsolete xref
------------------------------------------------------------------------
r42093 | ripley | 2007-06-29 10:05:08 -0400 (Fri, 29 Jun 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/base/R/New-Internal.R
   D /trunk/src/library/base/R/log.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/man/S4groupGeneric.Rd
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/names.c
   M /trunk/tests/arith-true.Rout.save
   M /trunk/tests/demos.Rout.save
   M /trunk/tests/primitives.R
   M /trunk/tests/reg-tests-2.Rout.save

Take the rest of the S4 Math group primitive,
remove gammaCody from the S3 Math group (it was not even
documented as generic, and it no longer is).
The union of the S4 Math and Math2 groups is now the S3 Math group

------------------------------------------------------------------------
r42094 | ripley | 2007-06-29 17:26:32 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/zzz.R

typo
------------------------------------------------------------------------
r42095 | ripley | 2007-06-30 10:03:38 -0400 (Sat, 30 Jun 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Internal.h
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/names.c

tidy up primitive log*

------------------------------------------------------------------------
r42096 | ripley | 2007-07-01 07:11:23 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/base/man/regex.Rd

documentation updates

------------------------------------------------------------------------
r42097 | ripley | 2007-07-01 07:14:05 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/library/base/man/regex.Rd

port r42096 from trunk
------------------------------------------------------------------------
r42098 | ripley | 2007-07-01 09:57:23 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/extra/pcre/R_changes
   M /trunk/src/extra/pcre/pcre.h
   M /trunk/src/extra/pcre/pcre_compile.c
   M /trunk/src/extra/pcre/pcre_exec.c
   M /trunk/src/extra/pcre/pcre_internal.h
   M /trunk/src/library/base/man/regex.Rd

update to PCRE 7.2

------------------------------------------------------------------------
r42099 | ripley | 2007-07-02 02:26:43 -0400 (Mon, 02 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/conflicts.R

fix PR#9760

------------------------------------------------------------------------
r42100 | ripley | 2007-07-02 02:29:08 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/R/conflicts.R

port r42099 from trunk
------------------------------------------------------------------------
r42101 | ripley | 2007-07-02 04:38:42 -0400 (Mon, 02 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/main/arithmetic.c

typo in code for complex 'base' for logs

------------------------------------------------------------------------
r42102 | ripley | 2007-07-02 04:42:02 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/man/Log.Rd
   M /branches/R-2-5-branch/src/main/arithmetic.c

port r42101 from trunk
------------------------------------------------------------------------
r42103 | ripley | 2007-07-02 07:22:50 -0400 (Mon, 02 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/termplot.R
   M /trunk/src/library/stats/man/termplot.Rd

improvements to termplot

------------------------------------------------------------------------
r42104 | ripley | 2007-07-02 10:18:34 -0400 (Mon, 02 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/boxplot.R
   M /trunk/src/library/graphics/man/boxplot.Rd
   M /trunk/src/library/graphics/man/bxp.Rd

allow bxp() to specify xlim

------------------------------------------------------------------------
r42105 | leisch | 2007-07-02 11:13:38 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/NAMESPACE
   M /trunk/src/library/utils/R/mirrorAdmin.R
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/man/chooseCRANmirror.Rd

new column OK in CRAN_mirrors.csv
------------------------------------------------------------------------
r42106 | leisch | 2007-07-02 11:40:12 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

new column OK in CRAN_mirrors.csv
------------------------------------------------------------------------
r42107 | leisch | 2007-07-02 14:16:48 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

fixed typo
------------------------------------------------------------------------
r42108 | maechler | 2007-07-03 03:10:50 -0400 (Tue, 03 Jul 2007) | 2 lines
Changed paths:
   M /trunk/m4/R.m4

add evince (between acroread and xpdf)

------------------------------------------------------------------------
r42109 | maechler | 2007-07-03 03:12:14 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Bessel.Rd

+ ex. fo besselY(*, nu < 0)
------------------------------------------------------------------------
r42110 | maechler | 2007-07-03 03:41:58 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/objects.c

+ R_getClassDef() C function
------------------------------------------------------------------------
r42111 | ripley | 2007-07-03 04:36:32 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/configure

needed update
------------------------------------------------------------------------
r42112 | ripley | 2007-07-03 05:01:59 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update
------------------------------------------------------------------------
r42113 | ripley | 2007-07-03 05:02:28 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/windows/windows.Rd

clean up
------------------------------------------------------------------------
r42114 | ripley | 2007-07-03 05:22:32 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/man/windows/windows.Rd

port r42113 from trunk
------------------------------------------------------------------------
r42115 | jmc | 2007-07-03 10:56:59 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/as.R

ensure all methods added to coerce are really method definition objects
------------------------------------------------------------------------
r42116 | jmc | 2007-07-03 10:57:58 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/MethodsList.R

better error message with too many args in method signature
------------------------------------------------------------------------
r42117 | jmc | 2007-07-03 11:15:37 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

add case for S3 log, also note the the S4 generic tests do nothing from misuse of nargs()
------------------------------------------------------------------------
r42118 | ripley | 2007-07-04 03:24:26 -0400 (Wed, 04 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/library/utils/man/read.table.Rd

documentation tweaks

------------------------------------------------------------------------
r42119 | ripley | 2007-07-04 03:36:52 -0400 (Wed, 04 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/library.Rd
   M /branches/R-2-5-branch/src/library/base/man/showConnections.Rd
   M /branches/R-2-5-branch/src/library/utils/man/read.table.Rd

port r42118 from trunk
------------------------------------------------------------------------
r42120 | leisch | 2007-07-04 05:17:57 -0400 (Wed, 04 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

add country code
------------------------------------------------------------------------
r42121 | ripley | 2007-07-04 12:41:40 -0400 (Wed, 04 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/showConnections.Rd

typo
------------------------------------------------------------------------
r42122 | ripley | 2007-07-04 16:17:07 -0400 (Wed, 04 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/devWindows.h
   M /trunk/src/gnuwin32/graphapp/ga.h
   M /trunk/src/gnuwin32/graphapp/gdraw.c
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devWindows.c

add (limited) support for semi-transparent colours on windows()

------------------------------------------------------------------------
r42123 | ihaka | 2007-07-04 20:00:05 -0400 (Wed, 04 Jul 2007) | 4 lines
Changed paths:
   M /trunk/src/main/subscript.c

Changed the behaviour of out-of-bounds negative
subscripts to match that of S.  Such values are
now ignored rather than tripping an error.

------------------------------------------------------------------------
r42124 | ripley | 2007-07-05 02:52:59 -0400 (Thu, 05 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/devWindows.h
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devWindows.c

more on alphablending under Windows

------------------------------------------------------------------------
r42125 | ripley | 2007-07-05 03:38:47 -0400 (Thu, 05 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devWindows.c

add alpha-blending support on Windows in the unbuffered case too

------------------------------------------------------------------------
r42126 | ripley | 2007-07-05 03:48:35 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/graphapp/gdraw.c

tidy up
------------------------------------------------------------------------
r42127 | ripley | 2007-07-05 06:32:11 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/modules/internet/internet.c

use Kb or Mb in reports where appropriate
------------------------------------------------------------------------
r42128 | ripley | 2007-07-05 10:05:45 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/rgb.Rd

typo
------------------------------------------------------------------------
r42129 | ripley | 2007-07-05 10:06:31 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grDevices/man/rgb.Rd

typo
------------------------------------------------------------------------
r42130 | ripley | 2007-07-05 10:07:00 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/device.R

add some known interactive devices
------------------------------------------------------------------------
r42131 | ripley | 2007-07-05 10:11:14 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

tidy up via macros
------------------------------------------------------------------------
r42132 | ripley | 2007-07-05 11:19:07 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

more protecton for resizing
------------------------------------------------------------------------
r42133 | ripley | 2007-07-05 17:39:22 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

allow for mitres etc
------------------------------------------------------------------------
r42134 | ripley | 2007-07-06 02:52:48 -0400 (Fri, 06 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devWindows.c

warn at first use if semi-transparent colours are used when not supported.

------------------------------------------------------------------------
r42135 | ripley | 2007-07-06 03:21:10 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/modules/X11/devX11.c
   M /trunk/src/modules/X11/devX11.h

add warnings about unsupported use of translucency, correct docs
------------------------------------------------------------------------
r42136 | ripley | 2007-07-06 04:05:23 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/graphapp/gdraw.c

clarify comments
------------------------------------------------------------------------
r42137 | ripley | 2007-07-06 04:06:21 -0400 (Fri, 06 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/modules/X11/devX11.c

warn about semi-transparency once per page.
allow translucent bg (but not canvas) on windows()

------------------------------------------------------------------------
r42138 | ripley | 2007-07-06 04:13:51 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po

updates
------------------------------------------------------------------------
r42139 | ripley | 2007-07-06 07:02:06 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/termplot.R

avoid problem with 1D array
------------------------------------------------------------------------
r42140 | ripley | 2007-07-06 07:40:36 -0400 (Fri, 06 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/shapiro.test.Rd

document algorithm used and that it is approximate.

------------------------------------------------------------------------
r42141 | ripley | 2007-07-06 07:42:13 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/shapiro.test.Rd

port r42140 from trunk
------------------------------------------------------------------------
r42142 | leisch | 2007-07-06 10:14:40 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

deleted mirrors with b ouncing maintainer email
------------------------------------------------------------------------
r42143 | ripley | 2007-07-06 11:09:18 -0400 (Fri, 06 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/shapiro.test.Rd

it is the number of non-missing values that is 3 <= n <= 5000

------------------------------------------------------------------------
r42144 | ripley | 2007-07-06 11:14:50 -0400 (Fri, 06 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/stats/man/shapiro.test.Rd

port r42143 from trunk
------------------------------------------------------------------------
r42145 | maechler | 2007-07-07 17:50:10 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/is.R

better error msg for as(1, "FOO")
------------------------------------------------------------------------
r42146 | maechler | 2007-07-07 17:50:51 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/methods/R/is.R

ported r42145 from trunk
------------------------------------------------------------------------
r42147 | murdoch | 2007-07-07 19:46:31 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/source.c

Last line not shown in syntax error context
------------------------------------------------------------------------
r42148 | murdoch | 2007-07-07 22:56:49 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/source.c

Port of r42147 from trunk
------------------------------------------------------------------------
r42149 | hornik | 2007-07-08 17:17:25 -0400 (Sun, 08 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42150 | hornik | 2007-07-08 17:17:28 -0400 (Sun, 08 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42151 | hornik | 2007-07-09 04:12:19 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   A /trunk/share/licenses/GPL-3

Added.
------------------------------------------------------------------------
r42152 | hornik | 2007-07-09 04:17:47 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   A /trunk/share/licenses/LGPL-3

Added.
------------------------------------------------------------------------
r42153 | ripley | 2007-07-09 05:25:35 -0400 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/installer/JRins.pl

subdivide html and tcl components

------------------------------------------------------------------------
r42154 | hornik | 2007-07-09 06:51:30 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

Omit more gfortran warnings by default.
------------------------------------------------------------------------
r42155 | ripley | 2007-07-09 07:40:03 -0400 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile

update DOCTYPES

------------------------------------------------------------------------
r42156 | ripley | 2007-07-09 07:40:49 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/rw-FAQ.texi

Tcl info updates
------------------------------------------------------------------------
r42157 | jmc | 2007-07-09 09:14:52 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/RClassUtils.R

fix bug in inherited prototypes with .Data
------------------------------------------------------------------------
r42158 | ripley | 2007-07-09 09:32:51 -0400 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clarification

------------------------------------------------------------------------
r42159 | ripley | 2007-07-09 09:33:39 -0400 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/rw-FAQ.texi

more on Vista

------------------------------------------------------------------------
r42160 | ripley | 2007-07-09 09:37:28 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/doc/manual/R-exts.texi
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port r42158:9 from trunk
------------------------------------------------------------------------
r42161 | ripley | 2007-07-09 15:12:28 -0400 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/installer/Makefile
   M /trunk/src/library/tcltk/man/TclInterface.Rd
   M /trunk/src/library/tcltk/man/tcltk-package.Rd

more tcltk tweaks

------------------------------------------------------------------------
r42162 | ripley | 2007-07-10 03:22:24 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42163 | ripley | 2007-07-10 03:24:06 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

port r42162 from trunk
------------------------------------------------------------------------
r42164 | ripley | 2007-07-10 03:25:32 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

revert
------------------------------------------------------------------------
r42165 | ripley | 2007-07-10 03:45:25 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes

update
------------------------------------------------------------------------
r42166 | ripley | 2007-07-10 07:14:17 -0400 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/cran/rdevel.in
   M /trunk/src/gnuwin32/cran/rpatched.in
   M /trunk/src/gnuwin32/cran/rtest.in
   M /trunk/src/gnuwin32/rw-FAQ.texi

up size estimate

------------------------------------------------------------------------
r42167 | ripley | 2007-07-10 07:18:24 -0400 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/library/grDevices/src/Makevars.win
   M /trunk/src/library/grDevices/src/devPS.c

compress AFM files on Windows

------------------------------------------------------------------------
r42168 | ripley | 2007-07-10 08:16:23 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/Makefile.in

make install-strip now strips DSOs in standard packages
------------------------------------------------------------------------
r42169 | ripley | 2007-07-10 09:25:09 -0400 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/share/perl/build-help.pl

use encoding from DESCRIPTION as default for .Rd conversion

------------------------------------------------------------------------
r42170 | ripley | 2007-07-10 09:41:59 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on Windows Perl
------------------------------------------------------------------------
r42171 | ripley | 2007-07-10 09:48:44 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r42170 from trunk
------------------------------------------------------------------------
r42172 | hornik | 2007-07-10 09:51:49 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42173 | hornik | 2007-07-10 09:51:50 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42174 | ripley | 2007-07-10 09:55:25 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/share/perl/build-help-windows.pl

Windows catch-up
------------------------------------------------------------------------
r42175 | ripley | 2007-07-10 11:45:49 -0400 (Tue, 10 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/scripts/check.in

don't warn about missing encoding in .Rd where there is one set in
DESCRIPTION (and will now be used).

------------------------------------------------------------------------
r42176 | ripley | 2007-07-10 12:18:34 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

default for html encoding should be latin1
------------------------------------------------------------------------
r42177 | ripley | 2007-07-10 12:41:55 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

canonicalize default encoding
------------------------------------------------------------------------
r42178 | ripley | 2007-07-10 12:57:03 -0400 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/Rdconv.in

add --encoding arg to Rdconv

------------------------------------------------------------------------
r42179 | duncan | 2007-07-10 13:47:59 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-unix.c

Check to see if we fill our buffer when reading a line and report such occurrences with the line number as a warning.  This arose when working with output from the C++ pre-processor which contained lines longer than 8096.
------------------------------------------------------------------------
r42180 | duncan | 2007-07-10 13:51:18 -0400 (Tue, 10 Jul 2007) | 6 lines
Changed paths:
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/MethodsList.R
   M /trunk/src/library/methods/R/MethodsListClass.R
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/as.R

Added parameters to certain functions to pass the name of the
method/function being defined so that the error messages are more
informative.  This matters particularly when the messages come from an
R CMD INSTALL with much less context available to the reader.


------------------------------------------------------------------------
r42181 | ripley | 2007-07-10 17:28:50 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

Rtools update
------------------------------------------------------------------------
r42182 | ripley | 2007-07-10 17:30:56 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port r42181 from trunk
------------------------------------------------------------------------
r42183 | ripley | 2007-07-11 02:24:36 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

improvements
------------------------------------------------------------------------
r42184 | ripley | 2007-07-11 03:12:03 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on Vista
------------------------------------------------------------------------
r42185 | ripley | 2007-07-11 03:25:04 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

update from trunk
------------------------------------------------------------------------
r42186 | ripley | 2007-07-11 03:28:32 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

copy tweaks from R-patched
------------------------------------------------------------------------
r42187 | hornik | 2007-07-11 06:35:11 -0400 (Wed, 11 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/check.in

Try catching compiler warnings from not using const char * for CHAR()
(and others where qualifiers are discarded from a pointer target type).
------------------------------------------------------------------------
r42188 | ripley | 2007-07-11 07:05:59 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/R/unix/install.packages.R

call link.html.help only when seems really necessary
------------------------------------------------------------------------
r42189 | ripley | 2007-07-11 08:33:10 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/COPYRIGHTS.win

update
------------------------------------------------------------------------
r42190 | duncan | 2007-07-11 08:41:05 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/pcre.c

copy attributes on result when perl = TRUE.  Updates to NEWS
------------------------------------------------------------------------
r42191 | ripley | 2007-07-11 09:18:30 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

spell consistently
------------------------------------------------------------------------
r42192 | ripley | 2007-07-11 09:32:41 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/Rd2dvi.sh
   M /trunk/src/gnuwin32/fixed/bin/Stangle.sh
   M /trunk/src/gnuwin32/fixed/bin/Sweave.sh
   M /trunk/src/scripts/BATCH
   M /trunk/src/scripts/COMPILE.in
   M /trunk/src/scripts/INSTALL.in
   M /trunk/src/scripts/LINK
   M /trunk/src/scripts/REMOVE.in
   M /trunk/src/scripts/Rd2dvi
   M /trunk/src/scripts/Rd2txt
   M /trunk/src/scripts/SHLIB.in
   M /trunk/src/scripts/Stangle
   M /trunk/src/scripts/Sweave
   M /trunk/src/scripts/config
   M /trunk/src/scripts/f77_f2c

spell consistently
------------------------------------------------------------------------
r42193 | maechler | 2007-07-11 11:02:38 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Special.Rd

note gammaCody
------------------------------------------------------------------------
r42194 | maechler | 2007-07-11 11:02:56 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/system.file.Rd

mention R.home()
------------------------------------------------------------------------
r42195 | ripley | 2007-07-11 12:44:16 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/make/shlib.mk
   M /trunk/src/scripts/INSTALL.in
   M /trunk/src/scripts/SHLIB.in

add SHLIB --[pre]clean and INSTALL --preclean
------------------------------------------------------------------------
r42196 | ripley | 2007-07-11 16:13:41 -0400 (Wed, 11 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/Makefile.packages
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/gnuwin32/fixed/bin/SHLIB

enhance INSTALL and SHLIB with --preclean and --clean

------------------------------------------------------------------------
r42197 | ripley | 2007-07-11 16:41:00 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/gnuwin32/fixed/bin/REMOVE
   M /trunk/src/gnuwin32/fixed/bin/Rd2txt
   M /trunk/src/gnuwin32/fixed/bin/SHLIB
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/installer/WIXins.pl

remove GPL-3 URL
------------------------------------------------------------------------
r42198 | ripley | 2007-07-11 17:11:27 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/license.R

update URLs
------------------------------------------------------------------------
r42199 | ripley | 2007-07-11 17:14:21 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/license.R

port r42198 from trunk
------------------------------------------------------------------------
r42200 | ripley | 2007-07-12 01:10:36 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/unix/system.c

use C89 ordering
------------------------------------------------------------------------
r42201 | ripley | 2007-07-12 01:12:12 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/unix/system.c

port r42200 from trunk
------------------------------------------------------------------------
r42202 | ripley | 2007-07-12 02:30:41 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/license.R

fix quotes
------------------------------------------------------------------------
r42203 | ripley | 2007-07-12 02:52:46 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/R/license.R

quotes
------------------------------------------------------------------------
r42204 | ripley | 2007-07-12 03:13:51 -0400 (Thu, 12 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi

add note about cygwin warnings

------------------------------------------------------------------------
r42205 | ripley | 2007-07-12 03:16:44 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/scripts/INSTALL.in

force use of all target in src/Makefile
------------------------------------------------------------------------
r42206 | ripley | 2007-07-12 05:00:39 -0400 (Thu, 12 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/tests/reg-tests-1.R

<data.frame>[[<character>, j]] now works.

------------------------------------------------------------------------
r42207 | murdoch | 2007-07-12 08:54:27 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   D /branches/djm-source

Remove old branch, prepare for new one
------------------------------------------------------------------------
r42208 | murdoch | 2007-07-12 08:57:45 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   A /branches/djm-source (from /trunk:42207)

Recreate branch from trunk
------------------------------------------------------------------------
r42209 | ripley | 2007-07-12 09:00:31 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/share/make/shlib.mk

mark as phony
------------------------------------------------------------------------
r42210 | jmc | 2007-07-12 09:02:00 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   D /trunk/src/library/methods/LICENSE

remove
------------------------------------------------------------------------
r42211 | ripley | 2007-07-12 09:03:06 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

document more about Makevars
------------------------------------------------------------------------
r42212 | murdoch | 2007-07-12 09:11:17 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /branches/djm-source

merge tracking
------------------------------------------------------------------------
r42213 | ripley | 2007-07-12 09:39:41 -0400 (Thu, 12 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll

don't use src/Makefile on Windows

------------------------------------------------------------------------
r42214 | murdoch | 2007-07-12 15:51:07 -0400 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /branches/djm-source/src/library/tools/R/Rd.R
   M /branches/djm-source/src/library/tools/R/utils.R
   M /branches/djm-source/src/library/tools/man/delimMatch.Rd
   M /branches/djm-source/src/library/tools/src/init.c
   M /branches/djm-source/src/library/tools/src/text.c
   M /branches/djm-source/src/library/tools/src/tools.h

Partial changes to avoid collapsing Rd text:  delimMatch updated, Rd_parse partially done.
------------------------------------------------------------------------
r42215 | ripley | 2007-07-13 02:09:55 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/primitives.R

update
------------------------------------------------------------------------
r42216 | ripley | 2007-07-13 04:07:08 -0400 (Fri, 13 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll

make SAFE_FFLAGS available on Windows

------------------------------------------------------------------------
r42217 | ripley | 2007-07-13 04:54:13 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/Makevars.win

remove non-longer-needed flags
------------------------------------------------------------------------
r42218 | ripley | 2007-07-13 08:09:01 -0400 (Fri, 13 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/scripts/INSTALL.in

start to harmonize the use of Makevars, src/Makefile and so on

------------------------------------------------------------------------
r42219 | ripley | 2007-07-13 08:11:57 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/SHLIB.in

remove the long-obsolete use of OBJS
------------------------------------------------------------------------
r42220 | hornik | 2007-07-13 08:17:13 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42221 | hornik | 2007-07-13 08:17:16 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42222 | leisch | 2007-07-13 08:55:21 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

new mirror in Ireland
------------------------------------------------------------------------
r42223 | maechler | 2007-07-13 09:59:44 -0400 (Fri, 13 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/Makefile.in

rm 'LICENSE' now the file is gone..

------------------------------------------------------------------------
r42224 | murdoch | 2007-07-13 15:58:40 -0400 (Fri, 13 Jul 2007) | 2 lines
Changed paths:
   M /branches/djm-source/src/library/base/R/character.R
   M /branches/djm-source/src/library/base/R/srcfile.R
   M /branches/djm-source/src/library/tools/man/delimMatch.Rd

Add subRange

------------------------------------------------------------------------
r42225 | murdoch | 2007-07-13 15:59:01 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /branches/djm-source/src/library/tools/R/QC.R
   M /branches/djm-source/src/library/tools/R/Rd.R

Progress, still incomplete
------------------------------------------------------------------------
r42226 | ripley | 2007-07-13 23:55:38 -0400 (Fri, 13 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/scripts/INSTALL.in

more tidying up of INSTALL and SHLIB
------------------------------------------------------------------------
r42227 | ripley | 2007-07-14 00:21:21 -0400 (Sat, 14 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

more clarifications
------------------------------------------------------------------------
r42228 | ripley | 2007-07-14 00:34:31 -0400 (Sat, 14 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

more clarifications
------------------------------------------------------------------------
r42229 | ripley | 2007-07-14 00:50:14 -0400 (Sat, 14 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/SHLIB.in

typo
------------------------------------------------------------------------
r42230 | ripley | 2007-07-14 00:52:46 -0400 (Sat, 14 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/scripts/SHLIB.in

typos
------------------------------------------------------------------------
r42231 | ripley | 2007-07-14 04:19:32 -0400 (Sat, 14 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

tweak
------------------------------------------------------------------------
r42232 | ripley | 2007-07-14 04:20:38 -0400 (Sat, 14 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/file.info.Rd
   M /trunk/src/main/platform.c

add 'exe' column to file.info on Windows
clarify what file.info returns

------------------------------------------------------------------------
r42233 | ripley | 2007-07-14 04:40:49 -0400 (Sat, 14 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/scripts/INSTALL.in

revert to INSTALL calling the first target in src/Makefile

------------------------------------------------------------------------
r42234 | ripley | 2007-07-14 09:36:47 -0400 (Sat, 14 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll

more ways to customize Makevars.win

------------------------------------------------------------------------
r42235 | ripley | 2007-07-15 03:04:28 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/system.c

typo
------------------------------------------------------------------------
r42236 | ripley | 2007-07-15 11:20:41 -0400 (Sun, 15 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/utils/man/windows/memory.size.Rd

64-bit Vista has 4GB address space

------------------------------------------------------------------------
r42237 | ripley | 2007-07-15 11:35:26 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

update, markup
------------------------------------------------------------------------
r42238 | ripley | 2007-07-15 15:45:36 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/toms708.c

win64 defines max/min
------------------------------------------------------------------------
r42239 | ripley | 2007-07-15 17:28:37 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/graphapp/dialogs.c
   M /trunk/src/gnuwin32/graphapp/events.c
   M /trunk/src/gnuwin32/graphapp/gdraw.c
   M /trunk/src/gnuwin32/graphapp/internal.h
   M /trunk/src/gnuwin32/graphapp/tooltips.c

correct some types in preparation for win64
------------------------------------------------------------------------
r42240 | ripley | 2007-07-15 17:53:01 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/graphapp/events.c

correct some types in preparation for win64
------------------------------------------------------------------------
r42241 | ripley | 2007-07-15 18:33:05 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/regex.c
   M /trunk/src/main/saveload.c

make use of [u]intptr_t
------------------------------------------------------------------------
r42242 | ripley | 2007-07-15 18:52:46 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/main/main.c

more correction of types
------------------------------------------------------------------------
r42243 | murdoch | 2007-07-15 20:29:28 -0400 (Sun, 15 Jul 2007) | 1 line
Changed paths:
   M /branches/djm-source/src/library/tools/R/QC.R
   M /branches/djm-source/src/library/tools/R/Rd.R

Small changes
------------------------------------------------------------------------
r42244 | ripley | 2007-07-16 04:38:41 -0400 (Mon, 16 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/graphapp/ga.h
   M /trunk/src/gnuwin32/graphapp/gdraw.c

handles are not integers

------------------------------------------------------------------------
r42245 | ripley | 2007-07-16 06:59:04 -0400 (Mon, 16 Jul 2007) | 4 lines
Changed paths:
   M /trunk/src/gnuwin32/MkRules

allow building via f2c
allow the build command for .exe's to be overridden, 
e.g. as g++ in package rcom.

------------------------------------------------------------------------
r42246 | jmc | 2007-07-16 09:32:16 -0400 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/NAMESPACE
   M /trunk/src/library/methods/R/BasicClasses.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/MethodsListClass.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/show.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/methods/man/RMethodUtils.Rd
   A /trunk/src/library/methods/man/implicitGeneric.Rd

implicitGeneric() and structure class
------------------------------------------------------------------------
r42247 | ripley | 2007-07-16 11:25:45 -0400 (Mon, 16 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/install-save.sh

need --vanilla for R_LIBS setting to work

------------------------------------------------------------------------
r42248 | ripley | 2007-07-16 12:04:15 -0400 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/windows/getWindowsHandle.Rd

markup issues
------------------------------------------------------------------------
r42249 | ripley | 2007-07-16 12:33:32 -0400 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/extra/xdr/README.txt
   M /trunk/src/extra/xdr/xdr_mem.c
   M /trunk/src/extra/xdr/xdr_stdio.c

worry about size of 'long'
------------------------------------------------------------------------
r42250 | ripley | 2007-07-16 12:34:43 -0400 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/modules/Makefile.win

more support for BUILD=F2C
------------------------------------------------------------------------
r42251 | ripley | 2007-07-17 01:26:02 -0400 (Tue, 17 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/man/implicitGeneric.Rd

typos and layout issues

------------------------------------------------------------------------
r42252 | ripley | 2007-07-17 04:54:01 -0400 (Tue, 17 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

need signed var on some platforms
------------------------------------------------------------------------
r42253 | ripley | 2007-07-17 06:19:48 -0400 (Tue, 17 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/main/CommandLineArgs.c
   M /trunk/src/main/main.c

tweaks on use of 'long'

------------------------------------------------------------------------
r42254 | ripley | 2007-07-17 06:23:44 -0400 (Tue, 17 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/graphapp/menus.c

update for WIN64

------------------------------------------------------------------------
r42255 | ripley | 2007-07-17 06:50:14 -0400 (Tue, 17 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

add details on Sun Studio 12
------------------------------------------------------------------------
r42256 | murdoch | 2007-07-17 09:52:52 -0400 (Tue, 17 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/library/utils/R/windows/sysutils.R
   M /trunk/src/library/utils/man/windows/getWindowsHandle.Rd

Mods to getWindowsHandle for Win64 compatibility
------------------------------------------------------------------------
r42257 | ripley | 2007-07-17 12:36:15 -0400 (Tue, 17 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/graphapp/bitmaps.c

no need to adjust alignment: malloc is guaranteed to be aligned

------------------------------------------------------------------------
r42258 | ripley | 2007-07-17 12:36:43 -0400 (Tue, 17 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

tweaks
------------------------------------------------------------------------
r42259 | ripley | 2007-07-18 01:46:13 -0400 (Wed, 18 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/scripts/INSTALL.in

add -no-restore to command to find installation lib.
--slave implies --no-save

------------------------------------------------------------------------
r42260 | ripley | 2007-07-18 04:06:17 -0400 (Wed, 18 Jul 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/base/man/dcf.Rd
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/man/formula.Rd

add some description of formula.data.frame + bugfix
fix PR#9796 in write.dcf and related problems

------------------------------------------------------------------------
r42261 | ripley | 2007-07-18 06:31:25 -0400 (Wed, 18 Jul 2007) | 3 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/main/Makefile.in
   M /trunk/src/main/RNG.c
   A /trunk/src/main/TAOCP1997.c

more Knuth-TAOCP to a separate file which is excisable.
(Saved .Random.seed will still run, as the 2002 code is used to advance.)

------------------------------------------------------------------------
r42262 | ripley | 2007-07-18 06:32:52 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/chooseCRANmirror.Rd

missing alias
------------------------------------------------------------------------
r42263 | ripley | 2007-07-18 07:10:50 -0400 (Wed, 18 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/main/Makefile.win
   M /trunk/src/nmath/Makefile.win

need -I.

------------------------------------------------------------------------
r42264 | ripley | 2007-07-18 07:55:27 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.in

arrange for 'make dist' to work even if TAOCP1997.c has been removed
------------------------------------------------------------------------
r42265 | ripley | 2007-07-18 08:34:49 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS

catch up
------------------------------------------------------------------------
r42266 | murdoch | 2007-07-18 08:55:44 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Rd.R

Symptomless(?) bug in .Rd_transform_command
------------------------------------------------------------------------
r42267 | murdoch | 2007-07-18 08:57:13 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/tools/R/Rd.R

Port of r42266 from trunk
------------------------------------------------------------------------
r42268 | hornik | 2007-07-18 10:15:54 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42269 | hornik | 2007-07-18 10:16:18 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42270 | ripley | 2007-07-19 01:48:49 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/base/man/c.Rd

be consistent over capitalization
------------------------------------------------------------------------
r42271 | ripley | 2007-07-19 02:51:04 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/RNG.c

match more closely 2002 code
------------------------------------------------------------------------
r42272 | ripley | 2007-07-19 03:04:08 -0400 (Thu, 19 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/utils/R/indices.R

write.dcf writes a trailing blank line again.
Make sure NA values get printed in print.packageDescription

------------------------------------------------------------------------
r42273 | ripley | 2007-07-19 05:37:24 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/man/GenericFunctions.Rd

add comment on primitive generic
------------------------------------------------------------------------
r42274 | ripley | 2007-07-19 07:50:05 -0400 (Thu, 19 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/utils/man/write.table.Rd

clarifications

------------------------------------------------------------------------
r42275 | jmc | 2007-07-19 09:26:20 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R

capture and use group information for implicitGeneric()
------------------------------------------------------------------------
r42276 | ripley | 2007-07-19 10:10:40 -0400 (Thu, 19 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/layout.R
   M /trunk/src/library/stats/R/anova.R
   M /trunk/src/library/stats/R/selfStart.R

bug fixes is options("OutDec") is set

------------------------------------------------------------------------
r42277 | murdoch | 2007-07-19 18:51:29 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/crimtab.Rd

typo
------------------------------------------------------------------------
r42278 | murdoch | 2007-07-19 18:54:03 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/datasets/man/crimtab.Rd

typo r42276 from trunk
------------------------------------------------------------------------
r42279 | ripley | 2007-07-20 08:43:04 -0400 (Fri, 20 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd

typo
------------------------------------------------------------------------
r42280 | hornik | 2007-07-21 11:23:42 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Vignettes.R

Allow leading and trailing whitespace in vignette metadata.
------------------------------------------------------------------------
r42281 | hornik | 2007-07-21 11:24:13 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/demo/is.things.R
   M /trunk/src/library/tcltk/R/Tk.R
   M /trunk/src/library/utils/R/Sweave.R

More partial matching changes.
------------------------------------------------------------------------
r42282 | hornik | 2007-07-21 11:24:42 -0400 (Sat, 21 Jul 2007) | 4 lines
Changed paths:
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/base/man/dcf.Rd

Add argument 'all' to read.dcf(), resulting in all occurrences of fields
within records to be gathered (rather than using the last one only).
Continuation lines with a single non-whitespace '.' are taken as blank
lines.
------------------------------------------------------------------------
r42283 | hornik | 2007-07-21 11:25:16 -0400 (Sat, 21 Jul 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/base/man/Extract.data.frame.Rd
   M /trunk/src/library/tools/R/QC.R

Rd \usage entries for subset extraction and replacement are no longer
ignored, and S3 methods should use the appropriate \method{} markup.
------------------------------------------------------------------------
r42284 | hornik | 2007-07-21 11:25:33 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/chooseCRANmirror.Rd

Fix typo.
------------------------------------------------------------------------
r42285 | maechler | 2007-07-23 03:03:41 -0400 (Mon, 23 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/points.Rd

transform last example into function

------------------------------------------------------------------------
r42286 | maechler | 2007-07-23 03:06:45 -0400 (Mon, 23 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/points.Rd

and use better colors

------------------------------------------------------------------------
r42287 | maechler | 2007-07-23 03:29:56 -0400 (Mon, 23 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/bxp.Rd

note on some "non-standard" defaults of some 'pars'

------------------------------------------------------------------------
r42288 | hornik | 2007-07-23 11:05:53 -0400 (Mon, 23 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42289 | hornik | 2007-07-23 11:05:55 -0400 (Mon, 23 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42290 | ripley | 2007-07-23 11:23:56 -0400 (Mon, 23 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/dataframe.R

cleaner implementation
------------------------------------------------------------------------
r42291 | ripley | 2007-07-23 16:28:38 -0400 (Mon, 23 Jul 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/main/util.c

let asChar pass through CHARSXPs for convenience
say a but more about what these functions do.

------------------------------------------------------------------------
r42292 | ripley | 2007-07-24 01:17:29 -0400 (Tue, 24 Jul 2007) | 8 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/array.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/names.c
   M /trunk/src/main/objects.c

We do need to promiseArgs before calling closures from R_possible_dispatch
(a failure to duplicate was seen in the wild).

Change log() to mimic former interpreted wrapper and an treat missing 'base'
as not supplied.

Change round() and digits() to treat missing 'digits' as not supplied.

------------------------------------------------------------------------
r42293 | ripley | 2007-07-24 01:38:43 -0400 (Tue, 24 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/graphapp/buttons.c

change for Win64
------------------------------------------------------------------------
r42294 | ripley | 2007-07-24 01:55:09 -0400 (Tue, 24 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/lapack.R
   M /trunk/tests/lapack.Rout.save

avoid some system-specfic signs
------------------------------------------------------------------------
r42295 | maechler | 2007-07-24 03:42:21 -0400 (Tue, 24 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/base/man/ns-dblcolon.Rd

typo & cosmetic
------------------------------------------------------------------------
r42296 | maechler | 2007-07-24 03:49:46 -0400 (Tue, 24 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/ns-dblcolon.Rd

note about (mis)using  ':::'

------------------------------------------------------------------------
r42297 | hornik | 2007-07-24 07:23:41 -0400 (Tue, 24 Jul 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/src/scripts/check.in

Turn Rd style checking (gives NOTEs only) on by default.
Make \method markup work better for operators, and document this.
------------------------------------------------------------------------
r42298 | ripley | 2007-07-25 02:40:52 -0400 (Wed, 25 Jul 2007) | 3 lines
Changed paths:
   M /trunk/share/perl/R/Dcf.pm
   M /trunk/share/perl/R/Logfile.pm
   M /trunk/share/perl/R/Rd.pm
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/share/perl/R/Rdlists.pm
   M /trunk/share/perl/R/Utils.pm
   M /trunk/share/perl/R/Vars.pm
   M /trunk/share/perl/build-help-windows.pl
   M /trunk/share/perl/build-help.pl
   M /trunk/share/perl/massage-Examples.pl
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/gnuwin32/fixed/bin/REMOVE
   M /trunk/src/gnuwin32/fixed/bin/Rd2txt
   M /trunk/src/gnuwin32/fixed/bin/SHLIB
   M /trunk/src/scripts/build.in
   M /trunk/src/scripts/check.in

start to move address of copy of GPL
add copyright to files missing it

------------------------------------------------------------------------
r42299 | ripley | 2007-07-25 02:41:57 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/library/methods/man/S4groupGeneric.Rd
   M /trunk/src/library/methods/man/setGeneric.Rd

updates re S4 group generics
------------------------------------------------------------------------
r42300 | ripley | 2007-07-25 03:46:37 -0400 (Wed, 25 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/bitmap/rbitmap.c
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h
   M /trunk/src/gnuwin32/consolestructs.h
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/gnuwin32/devWindows.h
   M /trunk/src/gnuwin32/dynload.c
   M /trunk/src/gnuwin32/edit.c
   M /trunk/src/gnuwin32/editor.c
   M /trunk/src/gnuwin32/embeddedR.c
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/graphapp/clipboard.c
   M /trunk/src/gnuwin32/graphapp/ga.h
   M /trunk/src/gnuwin32/graphapp/gdraw.c
   M /trunk/src/gnuwin32/graphapp/gimage.c
   M /trunk/src/gnuwin32/graphapp/gmenus.c
   M /trunk/src/gnuwin32/graphapp/metafile.c
   M /trunk/src/gnuwin32/graphapp/printer.c
   M /trunk/src/gnuwin32/graphapp/rgb.c
   M /trunk/src/gnuwin32/graphapp/status.c
   M /trunk/src/gnuwin32/graphapp/tooltips.c
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/installer/WIXins.pl
   M /trunk/src/gnuwin32/opt.c
   M /trunk/src/gnuwin32/opt.h
   M /trunk/src/gnuwin32/pager.c
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/preferences.h
   M /trunk/src/gnuwin32/rhome.c
   M /trunk/src/gnuwin32/rt_complete.c
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/gnuwin32/rui.h
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/gnuwin32/run.h
   M /trunk/src/gnuwin32/shext.c
   M /trunk/src/gnuwin32/shext.h
   M /trunk/src/gnuwin32/sys-win32.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/gnuwin32/win-nls.h

update reference to where to get GPL

------------------------------------------------------------------------
r42301 | ripley | 2007-07-25 03:48:01 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/bitmap/rbitmap.c

More fixup
------------------------------------------------------------------------
r42302 | ripley | 2007-07-25 03:55:14 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/bd0.c
   M /trunk/src/nmath/bessel.h
   M /trunk/src/nmath/bessel_i.c
   M /trunk/src/nmath/bessel_j.c
   M /trunk/src/nmath/bessel_k.c
   M /trunk/src/nmath/bessel_y.c
   M /trunk/src/nmath/beta.c
   M /trunk/src/nmath/chebyshev.c
   M /trunk/src/nmath/choose.c
   M /trunk/src/nmath/d1mach.c
   M /trunk/src/nmath/dbeta.c
   M /trunk/src/nmath/dbinom.c
   M /trunk/src/nmath/dcauchy.c
   M /trunk/src/nmath/dchisq.c
   M /trunk/src/nmath/dexp.c
   M /trunk/src/nmath/df.c
   M /trunk/src/nmath/dgamma.c
   M /trunk/src/nmath/dgeom.c
   M /trunk/src/nmath/dhyper.c
   M /trunk/src/nmath/dlnorm.c
   M /trunk/src/nmath/dlogis.c
   M /trunk/src/nmath/dnbeta.c
   M /trunk/src/nmath/dnbinom.c
   M /trunk/src/nmath/dnchisq.c
   M /trunk/src/nmath/dnf.c
   M /trunk/src/nmath/dnorm.c
   M /trunk/src/nmath/dnt.c
   M /trunk/src/nmath/dpois.c
   M /trunk/src/nmath/dpq.h
   M /trunk/src/nmath/dt.c
   M /trunk/src/nmath/dunif.c
   M /trunk/src/nmath/dweibull.c
   M /trunk/src/nmath/expm1.c
   M /trunk/src/nmath/fmax2.c
   M /trunk/src/nmath/fmin2.c
   M /trunk/src/nmath/fprec.c
   M /trunk/src/nmath/fround.c
   M /trunk/src/nmath/fsign.c
   M /trunk/src/nmath/ftrunc.c
   M /trunk/src/nmath/gamma.c
   M /trunk/src/nmath/gamma_cody.c
   M /trunk/src/nmath/gammalims.c
   M /trunk/src/nmath/i1mach.c
   M /trunk/src/nmath/imax2.c
   M /trunk/src/nmath/imin2.c
   M /trunk/src/nmath/lbeta.c
   M /trunk/src/nmath/lgamma.c
   M /trunk/src/nmath/lgammacor.c
   M /trunk/src/nmath/log1p.c
   M /trunk/src/nmath/mlutils.c
   M /trunk/src/nmath/nmath.h
   M /trunk/src/nmath/pbeta.c
   M /trunk/src/nmath/pbinom.c
   M /trunk/src/nmath/pcauchy.c
   M /trunk/src/nmath/pchisq.c
   M /trunk/src/nmath/pexp.c
   M /trunk/src/nmath/pf.c
   M /trunk/src/nmath/pgamma.c
   M /trunk/src/nmath/pgeom.c
   M /trunk/src/nmath/phyper.c
   M /trunk/src/nmath/plnorm.c
   M /trunk/src/nmath/plogis.c
   M /trunk/src/nmath/pnbinom.c
   M /trunk/src/nmath/pnf.c
   M /trunk/src/nmath/pnorm.c
   M /trunk/src/nmath/pnt.c
   M /trunk/src/nmath/polygamma.c
   M /trunk/src/nmath/ppois.c
   M /trunk/src/nmath/pt.c
   M /trunk/src/nmath/ptukey.c
   M /trunk/src/nmath/punif.c
   M /trunk/src/nmath/pweibull.c
   M /trunk/src/nmath/qbeta.c
   M /trunk/src/nmath/qbinom.c
   M /trunk/src/nmath/qchisq.c
   M /trunk/src/nmath/qexp.c
   M /trunk/src/nmath/qf.c
   M /trunk/src/nmath/qgamma.c
   M /trunk/src/nmath/qgeom.c
   M /trunk/src/nmath/qhyper.c
   M /trunk/src/nmath/qlnorm.c
   M /trunk/src/nmath/qlogis.c
   M /trunk/src/nmath/qnbeta.c
   M /trunk/src/nmath/qnbinom.c
   M /trunk/src/nmath/qnchisq.c
   M /trunk/src/nmath/qnf.c
   M /trunk/src/nmath/qnorm.c
   M /trunk/src/nmath/qnt.c
   M /trunk/src/nmath/qpois.c
   M /trunk/src/nmath/qt.c
   M /trunk/src/nmath/qtukey.c
   M /trunk/src/nmath/qunif.c
   M /trunk/src/nmath/qweibull.c
   M /trunk/src/nmath/rbeta.c
   M /trunk/src/nmath/rbinom.c
   M /trunk/src/nmath/rcauchy.c
   M /trunk/src/nmath/rchisq.c
   M /trunk/src/nmath/rexp.c
   M /trunk/src/nmath/rf.c
   M /trunk/src/nmath/rgamma.c
   M /trunk/src/nmath/rgeom.c
   M /trunk/src/nmath/rhyper.c
   M /trunk/src/nmath/rlnorm.c
   M /trunk/src/nmath/rlogis.c
   M /trunk/src/nmath/rmultinom.c
   M /trunk/src/nmath/rnbinom.c
   M /trunk/src/nmath/rnchisq.c
   M /trunk/src/nmath/rnorm.c
   M /trunk/src/nmath/rpois.c
   M /trunk/src/nmath/rt.c
   M /trunk/src/nmath/runif.c
   M /trunk/src/nmath/rweibull.c
   M /trunk/src/nmath/sexp.c
   M /trunk/src/nmath/sign.c
   M /trunk/src/nmath/signrank.c
   M /trunk/src/nmath/snorm.c
   M /trunk/src/nmath/standalone/sunif.c
   M /trunk/src/nmath/standalone/test.c
   M /trunk/src/nmath/stirlerr.c
   M /trunk/src/nmath/wilcox.c

update reference to GPL
------------------------------------------------------------------------
r42303 | ripley | 2007-07-25 04:31:48 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/bd0.c
   M /trunk/src/nmath/bessel.h
   M /trunk/src/nmath/bessel_i.c
   M /trunk/src/nmath/bessel_j.c
   M /trunk/src/nmath/bessel_k.c
   M /trunk/src/nmath/bessel_y.c
   M /trunk/src/nmath/beta.c
   M /trunk/src/nmath/chebyshev.c
   M /trunk/src/nmath/choose.c
   M /trunk/src/nmath/d1mach.c
   M /trunk/src/nmath/dbeta.c
   M /trunk/src/nmath/dbinom.c
   M /trunk/src/nmath/dcauchy.c
   M /trunk/src/nmath/dchisq.c
   M /trunk/src/nmath/dexp.c
   M /trunk/src/nmath/df.c
   M /trunk/src/nmath/dgamma.c
   M /trunk/src/nmath/dgeom.c
   M /trunk/src/nmath/dhyper.c
   M /trunk/src/nmath/dlnorm.c
   M /trunk/src/nmath/dlogis.c
   M /trunk/src/nmath/dnbeta.c
   M /trunk/src/nmath/dnbinom.c
   M /trunk/src/nmath/dnchisq.c
   M /trunk/src/nmath/dnf.c
   M /trunk/src/nmath/dnorm.c
   M /trunk/src/nmath/dnt.c
   M /trunk/src/nmath/dpois.c
   M /trunk/src/nmath/dpq.h
   M /trunk/src/nmath/dt.c
   M /trunk/src/nmath/dunif.c
   M /trunk/src/nmath/dweibull.c
   M /trunk/src/nmath/expm1.c
   M /trunk/src/nmath/fmax2.c
   M /trunk/src/nmath/fmin2.c
   M /trunk/src/nmath/fprec.c
   M /trunk/src/nmath/fround.c
   M /trunk/src/nmath/fsign.c
   M /trunk/src/nmath/ftrunc.c
   M /trunk/src/nmath/gamma.c
   M /trunk/src/nmath/gamma_cody.c
   M /trunk/src/nmath/gammalims.c
   M /trunk/src/nmath/i1mach.c
   M /trunk/src/nmath/imax2.c
   M /trunk/src/nmath/imin2.c
   M /trunk/src/nmath/lbeta.c
   M /trunk/src/nmath/lgamma.c
   M /trunk/src/nmath/lgammacor.c
   M /trunk/src/nmath/log1p.c
   M /trunk/src/nmath/mlutils.c
   M /trunk/src/nmath/nmath.h
   M /trunk/src/nmath/pbeta.c
   M /trunk/src/nmath/pbinom.c
   M /trunk/src/nmath/pcauchy.c
   M /trunk/src/nmath/pchisq.c
   M /trunk/src/nmath/pexp.c
   M /trunk/src/nmath/pf.c
   M /trunk/src/nmath/pgamma.c
   M /trunk/src/nmath/pgeom.c
   M /trunk/src/nmath/phyper.c
   M /trunk/src/nmath/qcauchy.c
   M /trunk/src/nmath/qchisq.c
   M /trunk/src/nmath/qgamma.c
   M /trunk/src/nmath/qnbeta.c
   M /trunk/src/nmath/qnchisq.c
   M /trunk/src/nmath/qnf.c
   M /trunk/src/nmath/qnt.c
   M /trunk/src/nmath/rhyper.c
   M /trunk/src/nmath/rmultinom.c

fix up mess of r42302
------------------------------------------------------------------------
r42304 | maechler | 2007-07-25 04:32:51 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/calc.R
   D /trunk/src/library/grDevices/man/sunflowerTable.Rd
   A /trunk/src/library/grDevices/man/xyTable.Rd (from /trunk/src/library/grDevices/man/sunflowerTable.Rd:42291)
   M /trunk/src/library/graphics/R/sunflowerplot.R
   M /trunk/src/library/graphics/man/sunflowerplot.Rd

rename sunflowerTable() to xyTable()
------------------------------------------------------------------------
r42305 | ripley | 2007-07-25 04:44:28 -0400 (Wed, 25 Jul 2007) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/m4/clibs.m4
   M /trunk/m4/java.m4

update reference to GPL

------------------------------------------------------------------------
r42306 | ripley | 2007-07-25 05:31:46 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/R.c
   M /trunk/src/gnuwin32/front-ends/RSetReg.c
   M /trunk/src/gnuwin32/front-ends/SC_proxy.h
   M /trunk/src/gnuwin32/front-ends/SC_system.h
   M /trunk/src/gnuwin32/front-ends/bdx.h
   M /trunk/src/gnuwin32/front-ends/bdx_SEXP.c
   M /trunk/src/gnuwin32/front-ends/bdx_SEXP.h
   M /trunk/src/gnuwin32/front-ends/bdx_com.c
   M /trunk/src/gnuwin32/front-ends/bdx_com.h
   M /trunk/src/gnuwin32/front-ends/bdx_util.c
   M /trunk/src/gnuwin32/front-ends/bdx_util.h
   M /trunk/src/gnuwin32/front-ends/com_util.c
   M /trunk/src/gnuwin32/front-ends/com_util.h
   M /trunk/src/gnuwin32/front-ends/md5check.c
   M /trunk/src/gnuwin32/front-ends/rcmd.c
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c
   M /trunk/src/gnuwin32/front-ends/rgui.c
   M /trunk/src/gnuwin32/front-ends/rproxy.c
   M /trunk/src/gnuwin32/front-ends/rproxy.h
   M /trunk/src/gnuwin32/front-ends/rproxy_dev.c
   M /trunk/src/gnuwin32/front-ends/rproxy_impl.c
   M /trunk/src/gnuwin32/front-ends/rproxy_impl.h
   M /trunk/src/gnuwin32/front-ends/rpwd.c
   M /trunk/src/gnuwin32/front-ends/rterm.c
   M /trunk/src/gnuwin32/front-ends/rtest.c

change reference to GPL
------------------------------------------------------------------------
r42307 | ripley | 2007-07-25 05:33:02 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devNull.c
   M /trunk/src/library/grDevices/src/devPS.c
   M /trunk/src/library/grDevices/src/devPicTeX.c
   M /trunk/src/library/grDevices/src/devQuartz.c
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/library/grDevices/src/grDevices.h
   M /trunk/src/library/grDevices/src/init.c
   M /trunk/src/library/grid/src/gpar.c
   M /trunk/src/library/grid/src/grid.c
   M /trunk/src/library/grid/src/grid.h
   M /trunk/src/library/grid/src/just.c
   M /trunk/src/library/grid/src/layout.c
   M /trunk/src/library/grid/src/matrix.c
   M /trunk/src/library/grid/src/register.c
   M /trunk/src/library/grid/src/state.c
   M /trunk/src/library/grid/src/unit.c
   M /trunk/src/library/grid/src/viewport.c
   M /trunk/src/library/methods/src/RSMethods.h
   M /trunk/src/library/methods/src/class_support.c
   M /trunk/src/library/methods/src/do_substitute_direct.c
   M /trunk/src/library/methods/src/init.c
   M /trunk/src/library/methods/src/methods.h
   M /trunk/src/library/methods/src/methods_list_dispatch.c
   M /trunk/src/library/methods/src/slot.c
   M /trunk/src/library/methods/src/tests.c
   M /trunk/src/library/splines/src/splines.c
   M /trunk/src/library/stats/src/HoltWinters.c
   M /trunk/src/library/stats/src/PPsum.c
   M /trunk/src/library/stats/src/Srunmed.c
   M /trunk/src/library/stats/src/Trunmed.c
   M /trunk/src/library/stats/src/arima.c
   M /trunk/src/library/stats/src/burg.c
   M /trunk/src/library/stats/src/ctest.h
   M /trunk/src/library/stats/src/distance.c
   M /trunk/src/library/stats/src/eureka.f
   M /trunk/src/library/stats/src/family.h
   M /trunk/src/library/stats/src/filter.c
   M /trunk/src/library/stats/src/init.c
   M /trunk/src/library/stats/src/isoreg.c
   M /trunk/src/library/stats/src/kmeans.c
   M /trunk/src/library/stats/src/ksmooth.c
   M /trunk/src/library/stats/src/mAR.c
   M /trunk/src/library/stats/src/modreg.h
   M /trunk/src/library/stats/src/mva.h
   M /trunk/src/library/stats/src/nls.c
   M /trunk/src/library/stats/src/pacf.c
   M /trunk/src/library/stats/src/port.c
   M /trunk/src/library/stats/src/port.h
   M /trunk/src/library/stats/src/prho.c
   M /trunk/src/library/stats/src/starma.c
   M /trunk/src/library/stats/src/stats.h
   M /trunk/src/library/stats/src/ts.h
   M /trunk/src/library/tcltk/src/init.c
   M /trunk/src/library/tools/src/Rmd5.c
   M /trunk/src/library/tools/src/init.c
   M /trunk/src/library/tools/src/text.c
   M /trunk/src/library/tools/src/tools.h
   M /trunk/src/main/CConverters.c
   M /trunk/src/main/CommandLineArgs.c
   M /trunk/src/main/RNG.c
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/Rmain.c
   M /trunk/src/main/Rregex.h
   M /trunk/src/main/Rstrptime.h
   M /trunk/src/main/apply.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/array.c
   M /trunk/src/main/attrib.c
   M /trunk/src/main/basedecl.h
   M /trunk/src/main/bind.c
   M /trunk/src/main/builtin.c
   M /trunk/src/main/character.c
   M /trunk/src/main/coerce.c
   M /trunk/src/main/colors.c
   M /trunk/src/main/complex.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/context.c
   M /trunk/src/main/cov.c
   M /trunk/src/main/cum.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/dcf.c
   M /trunk/src/main/debug.c
   M /trunk/src/main/deparse.c
   M /trunk/src/main/deriv.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/dounzip.c
   M /trunk/src/main/dstruct.c
   M /trunk/src/main/duplicate.c
   M /trunk/src/main/engine.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/errors.c
   M /trunk/src/main/eval.c
   M /trunk/src/main/format.c
   M /trunk/src/main/fourier.c
   M /trunk/src/main/gevents.c
   M /trunk/src/main/gram-ex.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/graphics.c
   M /trunk/src/main/identical.c
   M /trunk/src/main/inlined.c
   M /trunk/src/main/internet.c
   M /trunk/src/main/iosupport.c
   M /trunk/src/main/lapack.c
   M /trunk/src/main/list.c
   M /trunk/src/main/localecharset.c
   M /trunk/src/main/logic.c
   M /trunk/src/main/main.c
   M /trunk/src/main/mapply.c
   M /trunk/src/main/match.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/mkdtemp.c
   M /trunk/src/main/model.c
   M /trunk/src/main/names.c
   M /trunk/src/main/objects.c
   M /trunk/src/main/optim.c
   M /trunk/src/main/optimize.c
   M /trunk/src/main/options.c
   M /trunk/src/main/par.c
   M /trunk/src/main/paste.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/plot.c
   M /trunk/src/main/plot3d.c
   M /trunk/src/main/plotmath.c
   M /trunk/src/main/print.c
   M /trunk/src/main/printarray.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/printvector.c
   M /trunk/src/main/qsort.c
   M /trunk/src/main/random.c
   M /trunk/src/main/regex.c
   M /trunk/src/main/registration.c
   M /trunk/src/main/relop.c
   M /trunk/src/main/rlocale.c
   M /trunk/src/main/rlocale_data.h
   M /trunk/src/main/saveload.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/seq.c
   M /trunk/src/main/serialize.c
   M /trunk/src/main/size.c
   M /trunk/src/main/snprintf.c
   M /trunk/src/main/sort.c
   M /trunk/src/main/source.c
   M /trunk/src/main/split.c
   M /trunk/src/main/sprintf.c
   M /trunk/src/main/startup.c
   M /trunk/src/main/strdup.c
   M /trunk/src/main/strncasecmp.c
   M /trunk/src/main/subassign.c
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c
   M /trunk/src/main/summary.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/unique.c
   M /trunk/src/main/util.c
   M /trunk/src/main/version.c
   M /trunk/src/main/vfonts.c
   M /trunk/src/modules/X11/dataentry.c
   M /trunk/src/modules/X11/devX11.c
   M /trunk/src/modules/X11/devX11.h
   M /trunk/src/modules/X11/rbitmap.c
   M /trunk/src/modules/internet/Rsock.c
   M /trunk/src/modules/internet/internet.c
   M /trunk/src/modules/internet/nanoftp.c
   M /trunk/src/modules/internet/nanohttp.c
   M /trunk/src/modules/internet/sock.c
   M /trunk/src/modules/internet/sock.h
   M /trunk/src/modules/internet/sockconn.c
   M /trunk/src/modules/lapack/Lapack.c

change reference to GPL
------------------------------------------------------------------------
r42308 | ripley | 2007-07-25 05:33:39 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Errormsg.h
   M /trunk/src/include/Fileio.h
   M /trunk/src/include/Graphics.h
   M /trunk/src/include/IOStuff.h
   M /trunk/src/include/Internal.h
   M /trunk/src/include/Parse.h
   M /trunk/src/include/Print.h
   M /trunk/src/include/R.h
   M /trunk/src/include/R_ext/Applic.h
   M /trunk/src/include/R_ext/Arith.h
   M /trunk/src/include/R_ext/BLAS.h
   M /trunk/src/include/R_ext/Boolean.h
   M /trunk/src/include/R_ext/Callbacks.h
   M /trunk/src/include/R_ext/Complex.h
   M /trunk/src/include/R_ext/Constants.h
   M /trunk/src/include/R_ext/Error.h
   M /trunk/src/include/R_ext/GetX11Image.h
   M /trunk/src/include/R_ext/GraphicsBase.h
   M /trunk/src/include/R_ext/GraphicsDevice.h
   M /trunk/src/include/R_ext/GraphicsEngine.h
   M /trunk/src/include/R_ext/Lapack.h
   M /trunk/src/include/R_ext/Linpack.h
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/include/R_ext/Parse.h
   M /trunk/src/include/R_ext/Print.h
   M /trunk/src/include/R_ext/PrtUtil.h
   M /trunk/src/include/R_ext/R-ftp-http.h
   M /trunk/src/include/R_ext/RConverters.h
   M /trunk/src/include/R_ext/RS.h
   M /trunk/src/include/R_ext/RStartup.h
   M /trunk/src/include/R_ext/Random.h
   M /trunk/src/include/R_ext/Rdynload.h
   M /trunk/src/include/R_ext/Riconv.h
   M /trunk/src/include/R_ext/Utils.h
   M /trunk/src/include/R_ext/eventloop.h
   M /trunk/src/include/R_ext/libextern.h
   M /trunk/src/include/R_ext/rlocale.h
   M /trunk/src/include/Rconnections.h
   M /trunk/src/include/Rdefines.h
   M /trunk/src/include/Rdevices.h
   M /trunk/src/include/Rdynpriv.h
   M /trunk/src/include/Rembedded.h
   M /trunk/src/include/Rgraphics.h
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/include/Rinterface.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/include/S.h
   M /trunk/src/include/Startup.h

change reference to GPL
------------------------------------------------------------------------
r42309 | ripley | 2007-07-25 05:33:51 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Rembedded.c
   M /trunk/src/unix/Rscript.c
   M /trunk/src/unix/X11.c
   M /trunk/src/unix/aqua.c
   M /trunk/src/unix/dynload.c
   M /trunk/src/unix/edit.c
   M /trunk/src/unix/hpdlfcn.c
   M /trunk/src/unix/stubs.c
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/sys-unix.c
   M /trunk/src/unix/system.c

change reference to GPL
------------------------------------------------------------------------
r42310 | ripley | 2007-07-25 05:51:32 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/dbeta.c
   M /trunk/src/nmath/dchisq.c
   M /trunk/src/nmath/dnchisq.c
   M /trunk/src/nmath/pchisq.c
   M /trunk/src/nmath/pgamma.c
   M /trunk/src/nmath/qchisq.c
   M /trunk/src/nmath/qgamma.c
   M /trunk/src/nmath/qnbeta.c
   M /trunk/src/nmath/qnchisq.c
   M /trunk/src/nmath/qnf.c
   M /trunk/src/nmath/qnt.c
   M /trunk/src/nmath/rhyper.c
   M /trunk/src/nmath/rmultinom.c

change reference to GPL
------------------------------------------------------------------------
r42311 | maechler | 2007-07-25 05:56:29 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/qt.c
   M /trunk/tests/d-p-q-r-tests.R

PR#9804: qt(p~0, df=1)
------------------------------------------------------------------------
r42312 | maechler | 2007-07-25 05:57:30 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/nmath/qt.c
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.R

ported r42311 [qt(.df=1)] from trunk
------------------------------------------------------------------------
r42313 | ripley | 2007-07-25 06:00:46 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/appl/COPYRIGHT
   M /trunk/src/appl/COPYRIGHT.ftn
   M /trunk/src/appl/approx.c
   M /trunk/src/appl/bakslv.c
   M /trunk/src/appl/binning.c
   M /trunk/src/appl/ch2inv.f
   M /trunk/src/appl/chol.f
   M /trunk/src/appl/cpoly.c
   M /trunk/src/appl/cumsum.c
   M /trunk/src/appl/fft.c
   M /trunk/src/appl/fmin.c
   M /trunk/src/appl/integrate.c
   M /trunk/src/appl/interv.c
   M /trunk/src/appl/lbfgsb.c
   M /trunk/src/appl/lminfl.f
   M /trunk/src/appl/lowess.c
   M /trunk/src/appl/massdist.c
   M /trunk/src/appl/pretty.c
   M /trunk/src/appl/rowsum.c
   M /trunk/src/appl/splines.c
   M /trunk/src/appl/stem.c
   M /trunk/src/appl/strsignif.c
   M /trunk/src/appl/tabulate.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/appl/zeroin.c

change reference to GPL
------------------------------------------------------------------------
r42314 | ripley | 2007-07-25 06:00:56 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/Rdconv.in
   M /trunk/src/scripts/Rprof.in
   M /trunk/src/scripts/Sd2Rd.in
   M /trunk/src/scripts/config
   M /trunk/src/scripts/f77_f2c

change reference to GPL
------------------------------------------------------------------------
r42315 | ripley | 2007-07-25 06:27:41 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/config.site
   M /trunk/doc/html/search/IndexEntry.java
   M /trunk/doc/html/search/IndexStream.java
   M /trunk/doc/html/search/IndexTable.java
   M /trunk/doc/html/search/SearchEngine.java
   M /trunk/doc/html/search/Tracer.java
   M /trunk/doc/html/search/Value.java
   M /trunk/src/include/Rmodules/RX11.h
   M /trunk/src/include/Rmodules/Rlapack.h
   M /trunk/src/library/splines/R/splineClasses.R
   M /trunk/src/library/stats/R/TukeyHSD.R
   M /trunk/src/library/stats/R/embed.R
   M /trunk/src/library/stats/R/nls-profile.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/nlsFunc.R
   M /trunk/src/library/stats/R/runmed.R
   M /trunk/src/library/stats/R/selfStart.R
   M /trunk/src/library/stats/R/zzModels.R

change reference to GPL
------------------------------------------------------------------------
r42316 | ripley | 2007-07-25 06:36:38 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/d-p-q-r-tests.Rout.save

update after r42311
------------------------------------------------------------------------
r42317 | ripley | 2007-07-25 06:46:36 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/graphics/R/layout.R
   M /branches/R-2-5-branch/src/library/stats/R/anova.R
   M /branches/R-2-5-branch/src/library/stats/R/selfStart.R

port r42276 from trunk
------------------------------------------------------------------------
r42318 | ripley | 2007-07-25 06:53:08 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.Rout.save

port r42316 from trunk
------------------------------------------------------------------------
r42319 | ripley | 2007-07-25 07:14:11 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/include/Defn.h
   M /branches/R-2-5-branch/src/main/array.c
   M /branches/R-2-5-branch/src/main/eval.c
   M /branches/R-2-5-branch/src/main/objects.c

port part of r42292 from trunk
------------------------------------------------------------------------
r42320 | ripley | 2007-07-25 07:40:57 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/appl/maxcol.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/main/RBufferUtils.h
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/acosh.c
   M /trunk/src/main/arithmetic.h
   M /trunk/src/main/asinh.c
   M /trunk/src/main/atanh.c
   M /trunk/src/main/par-common.c

add some missing copyright statements
------------------------------------------------------------------------
r42321 | ripley | 2007-07-25 08:37:07 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.h

last commit lost top line
------------------------------------------------------------------------
r42322 | ripley | 2007-07-25 08:47:07 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update
------------------------------------------------------------------------
r42323 | ripley | 2007-07-25 09:09:23 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS

reorganize a bit
------------------------------------------------------------------------
r42324 | ripley | 2007-07-25 10:11:05 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/library/graphics/R/mosaicplot.R
   M /trunk/src/library/graphics/R/pairs.R
   M /trunk/src/library/stats/R/bandwidths.R
   M /trunk/src/library/stats/R/diffinv.R
   M /trunk/src/library/stats/R/kernel.R
   M /trunk/src/library/stats/R/ppr.R
   M /trunk/src/library/stats/src/bandwidths.c

sort out licence for third-party copyrights
------------------------------------------------------------------------
r42325 | bates | 2007-07-25 10:54:55 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/array.c

add alloc3DArray utility
------------------------------------------------------------------------
r42326 | ripley | 2007-07-26 06:31:15 -0400 (Thu, 26 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/Rstrptime.h

update GPL address
------------------------------------------------------------------------
r42327 | maechler | 2007-07-26 12:13:45 -0400 (Thu, 26 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/qt.c

qt(p ~ 0.5,  df=2)
------------------------------------------------------------------------
r42328 | maechler | 2007-07-26 12:15:35 -0400 (Thu, 26 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/nmath/qt.c

ported r42327 [ qt(*,df=2)]
------------------------------------------------------------------------
r42329 | maechler | 2007-07-26 12:40:57 -0400 (Thu, 26 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/pbeta.c
   M /trunk/src/nmath/pt.c
   M /trunk/src/nmath/toms708.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

pbeta(*, log.p) now is much more precise in the tails, mostly
------------------------------------------------------------------------
r42330 | ripley | 2007-07-26 16:42:25 -0400 (Thu, 26 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS

spelling issues
------------------------------------------------------------------------
r42331 | ripley | 2007-07-27 05:52:44 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/gnuwin32/COPYRIGHTS.win

more licence issues
------------------------------------------------------------------------
r42332 | ripley | 2007-07-27 06:06:47 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/toms708.c

close comments properly
------------------------------------------------------------------------
r42333 | ripley | 2007-07-27 06:16:22 -0400 (Fri, 27 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/Arithmetic.Rd
   M /trunk/src/library/base/man/AsIs.Rd
   M /trunk/src/library/base/man/Bessel.Rd
   M /trunk/src/library/base/man/Colon.Rd
   M /trunk/src/library/base/man/Comparison.Rd
   M /trunk/src/library/base/man/Constants.Rd
   M /trunk/src/library/base/man/Control.Rd
   M /trunk/src/library/base/man/Cstack_info.Rd
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/Dates.Rd
   M /trunk/src/library/base/man/Defunct.Rd
   M /trunk/src/library/base/man/Deprecated.Rd
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/Extract.data.frame.Rd
   M /trunk/src/library/base/man/Extract.factor.Rd
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/library/base/man/Hyperbolic.Rd
   M /trunk/src/library/base/man/Internal.Rd
   M /trunk/src/library/base/man/Last.value.Rd
   M /trunk/src/library/base/man/Log.Rd
   M /trunk/src/library/base/man/Logic.Rd
   M /trunk/src/library/base/man/Math.Rd
   M /trunk/src/library/base/man/Memory-limits.Rd
   M /trunk/src/library/base/man/Memory.Rd
   M /trunk/src/library/base/man/NA.Rd
   M /trunk/src/library/base/man/NULL.Rd
   M /trunk/src/library/base/man/NumericConstants.Rd
   M /trunk/src/library/base/man/Ops.Date.Rd
   M /trunk/src/library/base/man/Paren.Rd
   M /trunk/src/library/base/man/Platform.Rd
   M /trunk/src/library/base/man/Primitive.Rd
   M /trunk/src/library/base/man/Quotes.Rd
   M /trunk/src/library/base/man/Random-user.Rd
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/library/base/man/RdUtils.Rd
   M /trunk/src/library/base/man/Recall.Rd
   M /trunk/src/library/base/man/Rhome.Rd
   M /trunk/src/library/base/man/Round.Rd
   M /trunk/src/library/base/man/Special.Rd
   M /trunk/src/library/base/man/Startup.Rd
   M /trunk/src/library/base/man/Syntax.Rd
   M /trunk/src/library/base/man/Sys.getenv.Rd
   M /trunk/src/library/base/man/Sys.getpid.Rd
   M /trunk/src/library/base/man/Sys.glob.Rd
   M /trunk/src/library/base/man/Sys.info.Rd
   M /trunk/src/library/base/man/Sys.localeconv.Rd
   M /trunk/src/library/base/man/Sys.setenv.Rd
   M /trunk/src/library/base/man/Sys.sleep.Rd
   M /trunk/src/library/base/man/Sys.time.Rd
   M /trunk/src/library/base/man/Trig.Rd
   M /trunk/src/library/base/man/UseMethod.Rd
   M /trunk/src/library/base/man/Version.Rd
   M /trunk/src/library/base/man/abbreviate.Rd
   M /trunk/src/library/base/man/agrep.Rd
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/all.equal.Rd
   M /trunk/src/library/base/man/allnames.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/library/base/man/aperm.Rd
   M /trunk/src/library/base/man/append.Rd
   M /trunk/src/library/base/man/apply.Rd
   M /trunk/src/library/base/man/args.Rd
   M /trunk/src/library/base/man/array.Rd
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   M /trunk/src/library/base/man/as.data.frame.Rd
   M /trunk/src/library/base/man/as.environment.Rd
   M /trunk/src/library/base/man/as.function.Rd
   M /trunk/src/library/base/man/assign.Rd
   M /trunk/src/library/base/man/assignOps.Rd
   M /trunk/src/library/base/man/attach.Rd
   M /trunk/src/library/base/man/attr.Rd
   M /trunk/src/library/base/man/attributes.Rd
   M /trunk/src/library/base/man/autoload.Rd
   M /trunk/src/library/base/man/backsolve.Rd
   M /trunk/src/library/base/man/base-defunct.Rd
   M /trunk/src/library/base/man/base-deprecated.Rd
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/library/base/man/base-package.Rd
   M /trunk/src/library/base/man/basename.Rd
   M /trunk/src/library/base/man/bindenv.Rd
   M /trunk/src/library/base/man/body.Rd
   M /trunk/src/library/base/man/bquote.Rd
   M /trunk/src/library/base/man/browser.Rd
   M /trunk/src/library/base/man/builtins.Rd
   M /trunk/src/library/base/man/by.Rd
   M /trunk/src/library/base/man/c.Rd
   M /trunk/src/library/base/man/call.Rd
   M /trunk/src/library/base/man/callCC.Rd
   M /trunk/src/library/base/man/capabilities.Rd
   M /trunk/src/library/base/man/cat.Rd
   M /trunk/src/library/base/man/cbind.Rd
   M /trunk/src/library/base/man/char.expand.Rd
   M /trunk/src/library/base/man/character.Rd
   M /trunk/src/library/base/man/charmatch.Rd
   M /trunk/src/library/base/man/chartr.Rd
   M /trunk/src/library/base/man/chol.Rd
   M /trunk/src/library/base/man/chol2inv.Rd
   M /trunk/src/library/base/man/class.Rd
   M /trunk/src/library/base/man/col.Rd
   M /trunk/src/library/base/man/colSums.Rd
   M /trunk/src/library/base/man/colnames.Rd
   M /trunk/src/library/base/man/commandArgs.Rd
   M /trunk/src/library/base/man/comment.Rd
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/conditions.Rd
   M /trunk/src/library/base/man/conflicts.Rd
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/contributors.Rd
   M /trunk/src/library/base/man/converters.Rd
   M /trunk/src/library/base/man/copyright.Rd
   M /trunk/src/library/base/man/crossprod.Rd
   M /trunk/src/library/base/man/cumsum.Rd
   M /trunk/src/library/base/man/cut.POSIXt.Rd
   M /trunk/src/library/base/man/cut.Rd
   M /trunk/src/library/base/man/data.class.Rd
   M /trunk/src/library/base/man/data.frame.Rd
   M /trunk/src/library/base/man/data.matrix.Rd
   M /trunk/src/library/base/man/dataframeHelpers.Rd
   M /trunk/src/library/base/man/date.Rd
   M /trunk/src/library/base/man/dcf.Rd
   M /trunk/src/library/base/man/debug.Rd
   M /trunk/src/library/base/man/delayedAssign.Rd
   M /trunk/src/library/base/man/deparse.Rd
   M /trunk/src/library/base/man/deparseOpts.Rd
   M /trunk/src/library/base/man/det.Rd
   M /trunk/src/library/base/man/detach.Rd
   M /trunk/src/library/base/man/dev.Rd
   M /trunk/src/library/base/man/diag.Rd
   M /trunk/src/library/base/man/diff.Rd
   M /trunk/src/library/base/man/difftime.Rd
   M /trunk/src/library/base/man/dim.Rd
   M /trunk/src/library/base/man/dimnames.Rd
   M /trunk/src/library/base/man/do.call.Rd
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/dput.Rd
   M /trunk/src/library/base/man/drop.Rd
   M /trunk/src/library/base/man/dump.Rd
   M /trunk/src/library/base/man/duplicated.Rd
   M /trunk/src/library/base/man/dynload.Rd
   M /trunk/src/library/base/man/eapply.Rd
   M /trunk/src/library/base/man/eigen.Rd
   M /trunk/src/library/base/man/encodeString.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/eval.Rd
   M /trunk/src/library/base/man/exists.Rd
   M /trunk/src/library/base/man/expand.grid.Rd
   M /trunk/src/library/base/man/expression.Rd
   M /trunk/src/library/base/man/factor.Rd
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/base/man/file.choose.Rd
   M /trunk/src/library/base/man/file.info.Rd
   M /trunk/src/library/base/man/file.path.Rd
   M /trunk/src/library/base/man/file.show.Rd
   M /trunk/src/library/base/man/files.Rd
   M /trunk/src/library/base/man/findInt.Rd
   M /trunk/src/library/base/man/force.Rd
   M /trunk/src/library/base/man/formals.Rd
   M /trunk/src/library/base/man/format.Date.Rd
   M /trunk/src/library/base/man/format.Rd
   M /trunk/src/library/base/man/format.info.Rd
   M /trunk/src/library/base/man/format.pval.Rd
   M /trunk/src/library/base/man/formatDL.Rd
   M /trunk/src/library/base/man/formatc.Rd
   M /trunk/src/library/base/man/function.Rd
   M /trunk/src/library/base/man/gc.Rd
   M /trunk/src/library/base/man/gc.time.Rd
   M /trunk/src/library/base/man/gctorture.Rd
   M /trunk/src/library/base/man/get.Rd
   M /trunk/src/library/base/man/getCallingDLL.Rd
   M /trunk/src/library/base/man/getDLLRegisteredRoutines.Rd
   M /trunk/src/library/base/man/getLoadedDLLs.Rd
   M /trunk/src/library/base/man/getNativeSymbolInfo.Rd
   M /trunk/src/library/base/man/gettext.Rd
   M /trunk/src/library/base/man/getwd.Rd
   M /trunk/src/library/base/man/gl.Rd
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/library/base/man/gzcon.Rd
   M /trunk/src/library/base/man/hexmode.Rd
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/library/base/man/identical.Rd
   M /trunk/src/library/base/man/ifelse.Rd
   M /trunk/src/library/base/man/integer.Rd
   M /trunk/src/library/base/man/interaction.Rd
   M /trunk/src/library/base/man/interactive.Rd
   M /trunk/src/library/base/man/invisible.Rd
   M /trunk/src/library/base/man/is.finite.Rd
   M /trunk/src/library/base/man/is.function.Rd
   M /trunk/src/library/base/man/is.language.Rd
   M /trunk/src/library/base/man/is.object.Rd
   M /trunk/src/library/base/man/is.recursive.Rd
   M /trunk/src/library/base/man/is.single.Rd
   M /trunk/src/library/base/man/isR.Rd
   M /trunk/src/library/base/man/isS4.Rd
   M /trunk/src/library/base/man/isSymmetric.Rd
   M /trunk/src/library/base/man/jitter.Rd
   M /trunk/src/library/base/man/kappa.Rd
   M /trunk/src/library/base/man/kronecker.Rd
   M /trunk/src/library/base/man/l10n_info.Rd
   M /trunk/src/library/base/man/labels.Rd
   M /trunk/src/library/base/man/lapply.Rd
   M /trunk/src/library/base/man/lazyload.Rd
   M /trunk/src/library/base/man/length.Rd
   M /trunk/src/library/base/man/levels.Rd
   M /trunk/src/library/base/man/libPaths.Rd
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/base/man/library.dynam.Rd
   M /trunk/src/library/base/man/license.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/list.files.Rd
   M /trunk/src/library/base/man/load.Rd
   M /trunk/src/library/base/man/locales.Rd
   M /trunk/src/library/base/man/logical.Rd
   M /trunk/src/library/base/man/lower.tri.Rd
   M /trunk/src/library/base/man/ls.Rd
   M /trunk/src/library/base/man/make.names.Rd
   M /trunk/src/library/base/man/make.unique.Rd
   M /trunk/src/library/base/man/manglePackageName.Rd
   M /trunk/src/library/base/man/mapply.Rd
   M /trunk/src/library/base/man/margin.table.Rd
   M /trunk/src/library/base/man/mat.or.vec.Rd
   M /trunk/src/library/base/man/match.Rd
   M /trunk/src/library/base/man/match.arg.Rd
   M /trunk/src/library/base/man/match.call.Rd
   M /trunk/src/library/base/man/match.fun.Rd
   M /trunk/src/library/base/man/matmult.Rd
   M /trunk/src/library/base/man/matrix.Rd
   M /trunk/src/library/base/man/maxCol.Rd
   M /trunk/src/library/base/man/mean.Rd
   M /trunk/src/library/base/man/memory.profile.Rd
   M /trunk/src/library/base/man/merge.Rd
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/base/man/missing.Rd
   M /trunk/src/library/base/man/mode.Rd
   M /trunk/src/library/base/man/name.Rd
   M /trunk/src/library/base/man/names.Rd
   M /trunk/src/library/base/man/nargs.Rd
   M /trunk/src/library/base/man/nchar.Rd
   M /trunk/src/library/base/man/nlevels.Rd
   M /trunk/src/library/base/man/noquote.Rd
   M /trunk/src/library/base/man/notyet.Rd
   M /trunk/src/library/base/man/nrow.Rd
   M /trunk/src/library/base/man/ns-alt.Rd
   M /trunk/src/library/base/man/ns-dblcolon.Rd
   M /trunk/src/library/base/man/ns-hooks.Rd
   M /trunk/src/library/base/man/ns-internal.Rd
   M /trunk/src/library/base/man/ns-load.Rd
   M /trunk/src/library/base/man/ns-lowlev.Rd
   M /trunk/src/library/base/man/ns-reflect.Rd
   M /trunk/src/library/base/man/ns-topenv.Rd
   M /trunk/src/library/base/man/numeric.Rd
   M /trunk/src/library/base/man/octmode.Rd
   M /trunk/src/library/base/man/on.exit.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/order.Rd
   M /trunk/src/library/base/man/outer.Rd
   M /trunk/src/library/base/man/package_version.Rd
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/library/base/man/paste.Rd
   M /trunk/src/library/base/man/path.expand.Rd
   M /trunk/src/library/base/man/pmatch.Rd
   M /trunk/src/library/base/man/polyroot.Rd
   M /trunk/src/library/base/man/pos.to.env.Rd
   M /trunk/src/library/base/man/pretty.Rd
   M /trunk/src/library/base/man/print.Rd
   M /trunk/src/library/base/man/print.dataframe.Rd
   M /trunk/src/library/base/man/print.default.Rd
   M /trunk/src/library/base/man/prmatrix.Rd
   M /trunk/src/library/base/man/proc.time.Rd
   M /trunk/src/library/base/man/prod.Rd
   M /trunk/src/library/base/man/prop.table.Rd
   M /trunk/src/library/base/man/pushBack.Rd
   M /trunk/src/library/base/man/qr.Rd
   M /trunk/src/library/base/man/qraux.Rd
   M /trunk/src/library/base/man/quit.Rd
   M /trunk/src/library/base/man/range.Rd
   M /trunk/src/library/base/man/rank.Rd
   M /trunk/src/library/base/man/rapply.Rd
   M /trunk/src/library/base/man/raw.Rd
   M /trunk/src/library/base/man/rawConversion.Rd
   M /trunk/src/library/base/man/readBin.Rd
   M /trunk/src/library/base/man/readChar.Rd
   M /trunk/src/library/base/man/readLines.Rd
   M /trunk/src/library/base/man/readline.Rd
   M /trunk/src/library/base/man/real.Rd
   M /trunk/src/library/base/man/reg.finalizer.Rd
   M /trunk/src/library/base/man/regex.Rd
   M /trunk/src/library/base/man/rep.Rd
   M /trunk/src/library/base/man/replace.Rd
   M /trunk/src/library/base/man/rev.Rd
   M /trunk/src/library/base/man/rle.Rd
   M /trunk/src/library/base/man/rm.Rd
   M /trunk/src/library/base/man/round.POSIXt.Rd
   M /trunk/src/library/base/man/row.Rd
   M /trunk/src/library/base/man/row.names.Rd
   M /trunk/src/library/base/man/rowsum.Rd
   M /trunk/src/library/base/man/sQuote.Rd
   M /trunk/src/library/base/man/sample.Rd
   M /trunk/src/library/base/man/save.Rd
   M /trunk/src/library/base/man/scale.Rd
   M /trunk/src/library/base/man/scan.Rd
   M /trunk/src/library/base/man/search.Rd
   M /trunk/src/library/base/man/seek.Rd
   M /trunk/src/library/base/man/seq.Date.Rd
   M /trunk/src/library/base/man/seq.POSIXt.Rd
   M /trunk/src/library/base/man/seq.Rd
   M /trunk/src/library/base/man/sequence.Rd
   M /trunk/src/library/base/man/serialize.Rd
   M /trunk/src/library/base/man/sets.Rd
   M /trunk/src/library/base/man/shQuote.Rd
   M /trunk/src/library/base/man/showConnections.Rd
   M /trunk/src/library/base/man/sign.Rd
   M /trunk/src/library/base/man/sink.Rd
   M /trunk/src/library/base/man/slice.index.Rd
   M /trunk/src/library/base/man/slotOp.Rd
   M /trunk/src/library/base/man/socketSelect.Rd
   M /trunk/src/library/base/man/solve.Rd
   M /trunk/src/library/base/man/sort.Rd
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/library/base/man/split.Rd
   M /trunk/src/library/base/man/sprintf.Rd
   M /trunk/src/library/base/man/srcfile.Rd
   M /trunk/src/library/base/man/standardGeneric.Rd
   M /trunk/src/library/base/man/stop.Rd
   M /trunk/src/library/base/man/stopifnot.Rd
   M /trunk/src/library/base/man/strptime.Rd
   M /trunk/src/library/base/man/strsplit.Rd
   M /trunk/src/library/base/man/strtrim.Rd
   M /trunk/src/library/base/man/structure.Rd
   M /trunk/src/library/base/man/strwrap.Rd
   M /trunk/src/library/base/man/subset.Rd
   M /trunk/src/library/base/man/substitute.Rd
   M /trunk/src/library/base/man/substr.Rd
   M /trunk/src/library/base/man/sum.Rd
   M /trunk/src/library/base/man/summary.Rd
   M /trunk/src/library/base/man/svd.Rd
   M /trunk/src/library/base/man/sweep.Rd
   M /trunk/src/library/base/man/switch.Rd
   M /trunk/src/library/base/man/sys.parent.Rd
   M /trunk/src/library/base/man/sys.source.Rd
   M /trunk/src/library/base/man/system.Rd
   M /trunk/src/library/base/man/system.file.Rd
   M /trunk/src/library/base/man/system.time.Rd
   M /trunk/src/library/base/man/t.Rd
   M /trunk/src/library/base/man/table.Rd
   M /trunk/src/library/base/man/tabulate.Rd
   M /trunk/src/library/base/man/tapply.Rd
   M /trunk/src/library/base/man/taskCallback.Rd
   M /trunk/src/library/base/man/taskCallbackManager.Rd
   M /trunk/src/library/base/man/taskCallbackNames.Rd
   M /trunk/src/library/base/man/tempfile.Rd
   M /trunk/src/library/base/man/textconnections.Rd
   M /trunk/src/library/base/man/tilde.Rd
   M /trunk/src/library/base/man/toString.Rd
   M /trunk/src/library/base/man/trace.Rd
   M /trunk/src/library/base/man/traceback.Rd
   M /trunk/src/library/base/man/tracemem.Rd
   M /trunk/src/library/base/man/transform.Rd
   M /trunk/src/library/base/man/try.Rd
   M /trunk/src/library/base/man/typeof.Rd
   M /trunk/src/library/base/man/unique.Rd
   M /trunk/src/library/base/man/unix/Signals.Rd
   M /trunk/src/library/base/man/unlink.Rd
   M /trunk/src/library/base/man/unlist.Rd
   M /trunk/src/library/base/man/unname.Rd
   M /trunk/src/library/base/man/userhooks.Rd
   M /trunk/src/library/base/man/utf8Conversion.Rd
   M /trunk/src/library/base/man/vector.Rd
   M /trunk/src/library/base/man/warning.Rd
   M /trunk/src/library/base/man/warnings.Rd
   M /trunk/src/library/base/man/weekday.POSIXt.Rd
   M /trunk/src/library/base/man/which.Rd
   M /trunk/src/library/base/man/which.min.Rd
   M /trunk/src/library/base/man/windows/shell.Rd
   M /trunk/src/library/base/man/windows/shell.exec.Rd
   M /trunk/src/library/base/man/with.Rd
   M /trunk/src/library/base/man/write.Rd
   M /trunk/src/library/base/man/writeLines.Rd
   M /trunk/src/library/base/man/zMachine.Rd
   M /trunk/src/library/base/man/zMethods.Rd
   M /trunk/src/library/base/man/zScript.Rd
   M /trunk/src/library/base/man/zpackages.Rd
   M /trunk/src/library/base/man/zutils.Rd
   M /trunk/src/library/datasets/man/AirPassengers.Rd
   M /trunk/src/library/datasets/man/BJsales.Rd
   M /trunk/src/library/datasets/man/BOD.Rd
   M /trunk/src/library/datasets/man/ChickWeight.Rd
   M /trunk/src/library/datasets/man/DNase.Rd
   M /trunk/src/library/datasets/man/EuStockMarkets.Rd
   M /trunk/src/library/datasets/man/Formaldehyde.Rd
   M /trunk/src/library/datasets/man/HairEyeColor.Rd
   M /trunk/src/library/datasets/man/Harman23.cor.Rd
   M /trunk/src/library/datasets/man/Harman74.cor.Rd
   M /trunk/src/library/datasets/man/Indometh.Rd
   M /trunk/src/library/datasets/man/InsectSprays.Rd
   M /trunk/src/library/datasets/man/JohnsonJohnson.Rd
   M /trunk/src/library/datasets/man/LakeHuron.Rd
   M /trunk/src/library/datasets/man/LifeCycleSavings.Rd
   M /trunk/src/library/datasets/man/Loblolly.Rd
   M /trunk/src/library/datasets/man/Nile.Rd
   M /trunk/src/library/datasets/man/Orange.Rd
   M /trunk/src/library/datasets/man/OrchardSprays.Rd
   M /trunk/src/library/datasets/man/PlantGrowth.Rd
   M /trunk/src/library/datasets/man/Puromycin.Rd
   M /trunk/src/library/datasets/man/Theoph.Rd
   M /trunk/src/library/datasets/man/Titanic.Rd
   M /trunk/src/library/datasets/man/ToothGrowth.Rd
   M /trunk/src/library/datasets/man/UCBAdmissions.Rd
   M /trunk/src/library/datasets/man/UKDriverDeaths.Rd
   M /trunk/src/library/datasets/man/UKLungDeaths.Rd
   M /trunk/src/library/datasets/man/UKgas.Rd
   M /trunk/src/library/datasets/man/USAccDeaths.Rd
   M /trunk/src/library/datasets/man/USArrests.Rd
   M /trunk/src/library/datasets/man/USJudgeRatings.Rd
   M /trunk/src/library/datasets/man/USPersonalExpenditure.Rd
   M /trunk/src/library/datasets/man/VADeaths.Rd
   M /trunk/src/library/datasets/man/WWWusage.Rd
   M /trunk/src/library/datasets/man/WorldPhones.Rd
   M /trunk/src/library/datasets/man/ability.cov.Rd
   M /trunk/src/library/datasets/man/airmiles.Rd
   M /trunk/src/library/datasets/man/airquality.Rd
   M /trunk/src/library/datasets/man/anscombe.Rd
   M /trunk/src/library/datasets/man/attenu.Rd
   M /trunk/src/library/datasets/man/attitude.Rd
   M /trunk/src/library/datasets/man/austres.Rd
   M /trunk/src/library/datasets/man/beavers.Rd
   M /trunk/src/library/datasets/man/cars.Rd
   M /trunk/src/library/datasets/man/chickwts.Rd
   M /trunk/src/library/datasets/man/co2.Rd
   M /trunk/src/library/datasets/man/crimtab.Rd
   M /trunk/src/library/datasets/man/datasets-package.Rd
   M /trunk/src/library/datasets/man/discoveries.Rd
   M /trunk/src/library/datasets/man/esoph.Rd
   M /trunk/src/library/datasets/man/euro.Rd
   M /trunk/src/library/datasets/man/eurodist.Rd
   M /trunk/src/library/datasets/man/faithful.Rd
   M /trunk/src/library/datasets/man/freeny.Rd
   M /trunk/src/library/datasets/man/infert.Rd
   M /trunk/src/library/datasets/man/iris.Rd
   M /trunk/src/library/datasets/man/islands.Rd
   M /trunk/src/library/datasets/man/lh.Rd
   M /trunk/src/library/datasets/man/longley.Rd
   M /trunk/src/library/datasets/man/lynx.Rd
   M /trunk/src/library/datasets/man/morley.Rd
   M /trunk/src/library/datasets/man/mtcars.Rd
   M /trunk/src/library/datasets/man/nhtemp.Rd
   M /trunk/src/library/datasets/man/nottem.Rd
   M /trunk/src/library/datasets/man/precip.Rd
   M /trunk/src/library/datasets/man/presidents.Rd
   M /trunk/src/library/datasets/man/pressure.Rd
   M /trunk/src/library/datasets/man/quakes.Rd
   M /trunk/src/library/datasets/man/randu.Rd
   M /trunk/src/library/datasets/man/rivers.Rd
   M /trunk/src/library/datasets/man/rock.Rd
   M /trunk/src/library/datasets/man/sleep.Rd
   M /trunk/src/library/datasets/man/stackloss.Rd
   M /trunk/src/library/datasets/man/state.Rd
   M /trunk/src/library/datasets/man/sunspot.month.Rd
   M /trunk/src/library/datasets/man/sunspot.year.Rd
   M /trunk/src/library/datasets/man/sunspots.Rd
   M /trunk/src/library/datasets/man/swiss.Rd
   M /trunk/src/library/datasets/man/treering.Rd
   M /trunk/src/library/datasets/man/trees.Rd
   M /trunk/src/library/datasets/man/uspop.Rd
   M /trunk/src/library/datasets/man/volcano.Rd
   M /trunk/src/library/datasets/man/warpbreaks.Rd
   M /trunk/src/library/datasets/man/women.Rd
   M /trunk/src/library/datasets/man/zCO2.Rd
   M /trunk/src/library/grDevices/man/Devices.Rd
   M /trunk/src/library/grDevices/man/Hershey.Rd
   M /trunk/src/library/grDevices/man/Japanese.Rd
   M /trunk/src/library/grDevices/man/Type1Font.Rd
   M /trunk/src/library/grDevices/man/as.graphicsAnnot.Rd
   M /trunk/src/library/grDevices/man/boxplot.stats.Rd
   M /trunk/src/library/grDevices/man/check.options.Rd
   M /trunk/src/library/grDevices/man/chull.Rd
   M /trunk/src/library/grDevices/man/cm.Rd
   M /trunk/src/library/grDevices/man/col2rgb.Rd
   M /trunk/src/library/grDevices/man/colorRamp.Rd
   M /trunk/src/library/grDevices/man/colors.Rd
   M /trunk/src/library/grDevices/man/contourLines.Rd
   M /trunk/src/library/grDevices/man/convertColor.Rd
   M /trunk/src/library/grDevices/man/dev.Rd
   M /trunk/src/library/grDevices/man/dev.interactive.Rd
   M /trunk/src/library/grDevices/man/dev2.Rd
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/embedFonts.Rd
   M /trunk/src/library/grDevices/man/extendrange.Rd
   M /trunk/src/library/grDevices/man/getGraphicsEvent.Rd
   M /trunk/src/library/grDevices/man/grDevices-defunct.Rd
   M /trunk/src/library/grDevices/man/grDevices-package.Rd
   M /trunk/src/library/grDevices/man/gray.Rd
   M /trunk/src/library/grDevices/man/gray.colors.Rd
   M /trunk/src/library/grDevices/man/hcl.Rd
   M /trunk/src/library/grDevices/man/hsv.Rd
   M /trunk/src/library/grDevices/man/make.rgb.Rd
   M /trunk/src/library/grDevices/man/n2mfrow.Rd
   M /trunk/src/library/grDevices/man/nclass.Rd
   M /trunk/src/library/grDevices/man/palette.Rd
   M /trunk/src/library/grDevices/man/palettes.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/pictex.Rd
   M /trunk/src/library/grDevices/man/plotmath.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/postscriptFonts.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd
   M /trunk/src/library/grDevices/man/recordGraphics.Rd
   M /trunk/src/library/grDevices/man/recordplot.Rd
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/grDevices/man/rgb2hsv.Rd
   M /trunk/src/library/grDevices/man/trans3d.Rd
   M /trunk/src/library/grDevices/man/unix/png.Rd
   M /trunk/src/library/grDevices/man/unix/quartz.Rd
   M /trunk/src/library/grDevices/man/unix/quartzFonts.Rd
   M /trunk/src/library/grDevices/man/unix/x11.Rd
   M /trunk/src/library/grDevices/man/unix/x11Fonts.Rd
   M /trunk/src/library/grDevices/man/windows/bringToTop.Rd
   M /trunk/src/library/grDevices/man/windows/png.Rd
   M /trunk/src/library/grDevices/man/windows/savePlot.Rd
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/man/windows/windowsFonts.Rd
   M /trunk/src/library/grDevices/man/xfig.Rd
   M /trunk/src/library/grDevices/man/xy.coords.Rd
   M /trunk/src/library/grDevices/man/xyTable.Rd
   M /trunk/src/library/grDevices/man/xyz.coords.Rd
   M /trunk/src/library/graphics/man/abline.Rd
   M /trunk/src/library/graphics/man/arrows.Rd
   M /trunk/src/library/graphics/man/assocplot.Rd
   M /trunk/src/library/graphics/man/axTicks.Rd
   M /trunk/src/library/graphics/man/axis.POSIXct.Rd
   M /trunk/src/library/graphics/man/axis.Rd
   M /trunk/src/library/graphics/man/barplot.Rd
   M /trunk/src/library/graphics/man/box.Rd
   M /trunk/src/library/graphics/man/boxplot.Rd
   M /trunk/src/library/graphics/man/bxp.Rd
   M /trunk/src/library/graphics/man/cdplot.Rd
   M /trunk/src/library/graphics/man/contour.Rd
   M /trunk/src/library/graphics/man/coplot.Rd
   M /trunk/src/library/graphics/man/curve.Rd
   M /trunk/src/library/graphics/man/dotchart.Rd
   M /trunk/src/library/graphics/man/filled.contour.Rd
   M /trunk/src/library/graphics/man/fourfoldplot.Rd
   M /trunk/src/library/graphics/man/frame.Rd
   M /trunk/src/library/graphics/man/graphics-defunct.Rd
   M /trunk/src/library/graphics/man/graphics-package.Rd
   M /trunk/src/library/graphics/man/grid.Rd
   M /trunk/src/library/graphics/man/hist.POSIXt.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/identify.Rd
   M /trunk/src/library/graphics/man/image.Rd
   M /trunk/src/library/graphics/man/layout.Rd
   M /trunk/src/library/graphics/man/legend.Rd
   M /trunk/src/library/graphics/man/lines.Rd
   M /trunk/src/library/graphics/man/locator.Rd
   M /trunk/src/library/graphics/man/matplot.Rd
   M /trunk/src/library/graphics/man/mosaicplot.Rd
   M /trunk/src/library/graphics/man/mtext.Rd
   M /trunk/src/library/graphics/man/pairs.Rd
   M /trunk/src/library/graphics/man/panel.smooth.Rd
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/persp.Rd
   M /trunk/src/library/graphics/man/pie.Rd
   M /trunk/src/library/graphics/man/plot.Rd
   M /trunk/src/library/graphics/man/plot.dataframe.Rd
   M /trunk/src/library/graphics/man/plot.design.Rd
   M /trunk/src/library/graphics/man/plot.table.Rd
   M /trunk/src/library/graphics/man/plot.window.Rd
   M /trunk/src/library/graphics/man/plot.xy.Rd
   M /trunk/src/library/graphics/man/plotdefault.Rd
   M /trunk/src/library/graphics/man/plotfactor.Rd
   M /trunk/src/library/graphics/man/plotformula.Rd
   M /trunk/src/library/graphics/man/plothistogram.Rd
   M /trunk/src/library/graphics/man/points.Rd
   M /trunk/src/library/graphics/man/polygon.Rd
   M /trunk/src/library/graphics/man/rect.Rd
   M /trunk/src/library/graphics/man/rug.Rd
   M /trunk/src/library/graphics/man/screen.Rd
   M /trunk/src/library/graphics/man/segments.Rd
   M /trunk/src/library/graphics/man/spineplot.Rd
   M /trunk/src/library/graphics/man/stars.Rd
   M /trunk/src/library/graphics/man/stem.Rd
   M /trunk/src/library/graphics/man/stripchart.Rd
   M /trunk/src/library/graphics/man/strwidth.Rd
   M /trunk/src/library/graphics/man/sunflowerplot.Rd
   M /trunk/src/library/graphics/man/symbols.Rd
   M /trunk/src/library/graphics/man/text.Rd
   M /trunk/src/library/graphics/man/title.Rd
   M /trunk/src/library/graphics/man/units.Rd
   M /trunk/src/library/graphics/man/xspline.Rd
   M /trunk/src/library/graphics/man/zAxis.Rd
   M /trunk/src/library/grid/man/Grid.Rd
   M /trunk/src/library/grid/man/absolute.size.Rd
   M /trunk/src/library/grid/man/arrow.Rd
   M /trunk/src/library/grid/man/convertNative.Rd
   M /trunk/src/library/grid/man/current.viewport.Rd
   M /trunk/src/library/grid/man/dataViewport.Rd
   M /trunk/src/library/grid/man/drawDetails.Rd
   M /trunk/src/library/grid/man/editDetails.Rd
   M /trunk/src/library/grid/man/gEdit.Rd
   M /trunk/src/library/grid/man/gPath.Rd
   M /trunk/src/library/grid/man/getNames.Rd
   M /trunk/src/library/grid/man/gpar.Rd
   M /trunk/src/library/grid/man/grid-internal.Rd
   M /trunk/src/library/grid/man/grid-package.Rd
   M /trunk/src/library/grid/man/grid.add.Rd
   M /trunk/src/library/grid/man/grid.arrows.Rd
   M /trunk/src/library/grid/man/grid.circle.Rd
   M /trunk/src/library/grid/man/grid.clip.Rd
   M /trunk/src/library/grid/man/grid.collection.Rd
   M /trunk/src/library/grid/man/grid.convert.Rd
   M /trunk/src/library/grid/man/grid.copy.Rd
   M /trunk/src/library/grid/man/grid.curve.Rd
   M /trunk/src/library/grid/man/grid.display.list.Rd
   M /trunk/src/library/grid/man/grid.draw.Rd
   M /trunk/src/library/grid/man/grid.edit.Rd
   M /trunk/src/library/grid/man/grid.frame.Rd
   M /trunk/src/library/grid/man/grid.get.Rd
   M /trunk/src/library/grid/man/grid.grab.Rd
   M /trunk/src/library/grid/man/grid.grill.Rd
   M /trunk/src/library/grid/man/grid.grob.Rd
   M /trunk/src/library/grid/man/grid.layout.Rd
   M /trunk/src/library/grid/man/grid.lines.Rd
   M /trunk/src/library/grid/man/grid.locator.Rd
   M /trunk/src/library/grid/man/grid.ls.Rd
   M /trunk/src/library/grid/man/grid.move.to.Rd
   M /trunk/src/library/grid/man/grid.newpage.Rd
   M /trunk/src/library/grid/man/grid.pack.Rd
   M /trunk/src/library/grid/man/grid.place.Rd
   M /trunk/src/library/grid/man/grid.plot.and.legend.Rd
   M /trunk/src/library/grid/man/grid.points.Rd
   M /trunk/src/library/grid/man/grid.polygon.Rd
   M /trunk/src/library/grid/man/grid.pretty.Rd
   M /trunk/src/library/grid/man/grid.prompt.Rd
   M /trunk/src/library/grid/man/grid.record.Rd
   M /trunk/src/library/grid/man/grid.rect.Rd
   M /trunk/src/library/grid/man/grid.refresh.Rd
   M /trunk/src/library/grid/man/grid.remove.Rd
   M /trunk/src/library/grid/man/grid.segments.Rd
   M /trunk/src/library/grid/man/grid.set.Rd
   M /trunk/src/library/grid/man/grid.show.layout.Rd
   M /trunk/src/library/grid/man/grid.show.viewport.Rd
   M /trunk/src/library/grid/man/grid.text.Rd
   M /trunk/src/library/grid/man/grid.xaxis.Rd
   M /trunk/src/library/grid/man/grid.xspline.Rd
   M /trunk/src/library/grid/man/grid.yaxis.Rd
   M /trunk/src/library/grid/man/grobName.Rd
   M /trunk/src/library/grid/man/grobWidth.Rd
   M /trunk/src/library/grid/man/grobX.Rd
   M /trunk/src/library/grid/man/plotViewport.Rd
   M /trunk/src/library/grid/man/pop.viewport.Rd
   M /trunk/src/library/grid/man/push.viewport.Rd
   M /trunk/src/library/grid/man/stringWidth.Rd
   M /trunk/src/library/grid/man/unit.Rd
   M /trunk/src/library/grid/man/unit.c.Rd
   M /trunk/src/library/grid/man/unit.length.Rd
   M /trunk/src/library/grid/man/unit.pmin.Rd
   M /trunk/src/library/grid/man/unit.rep.Rd
   M /trunk/src/library/grid/man/validDetails.Rd
   M /trunk/src/library/grid/man/viewport.Rd
   M /trunk/src/library/grid/man/viewports.Rd
   M /trunk/src/library/grid/man/vpPath.Rd
   M /trunk/src/library/grid/man/widthDetails.Rd
   M /trunk/src/library/grid/man/xDetails.Rd
   M /trunk/src/library/methods/man/BasicClasses.Rd
   M /trunk/src/library/methods/man/Classes.Rd
   M /trunk/src/library/methods/man/Documentation.Rd
   M /trunk/src/library/methods/man/EmptyMethodsList-class.Rd
   M /trunk/src/library/methods/man/EnvironmentClass.Rd
   M /trunk/src/library/methods/man/GenericFunctions.Rd
   M /trunk/src/library/methods/man/LanguageClasses.Rd
   M /trunk/src/library/methods/man/LinearMethodsList-class.Rd
   M /trunk/src/library/methods/man/MethodDefinition-class.Rd
   M /trunk/src/library/methods/man/MethodSupport.Rd
   M /trunk/src/library/methods/man/MethodWithNext-class.Rd
   M /trunk/src/library/methods/man/Methods.Rd
   M /trunk/src/library/methods/man/MethodsList-class.Rd
   M /trunk/src/library/methods/man/MethodsList.Rd
   M /trunk/src/library/methods/man/NextMethod.Rd
   M /trunk/src/library/methods/man/ObjectsWithPackage-class.Rd
   M /trunk/src/library/methods/man/RClassUtils.Rd
   M /trunk/src/library/methods/man/RMethodUtils.Rd
   M /trunk/src/library/methods/man/S4groupGeneric.Rd
   M /trunk/src/library/methods/man/SClassExtension-class.Rd
   M /trunk/src/library/methods/man/Session.Rd
   M /trunk/src/library/methods/man/StructureClasses.Rd
   M /trunk/src/library/methods/man/TraceClasses.Rd
   M /trunk/src/library/methods/man/as.Rd
   M /trunk/src/library/methods/man/canCoerce.Rd
   M /trunk/src/library/methods/man/cbind2.Rd
   M /trunk/src/library/methods/man/classRepresentation-class.Rd
   M /trunk/src/library/methods/man/fixPrevious.Rd
   M /trunk/src/library/methods/man/genericFunction-class.Rd
   M /trunk/src/library/methods/man/getClass.Rd
   M /trunk/src/library/methods/man/getMethod.Rd
   M /trunk/src/library/methods/man/getPackageName.Rd
   M /trunk/src/library/methods/man/hasArg.Rd
   M /trunk/src/library/methods/man/implicitGeneric.Rd
   M /trunk/src/library/methods/man/initialize-methods.Rd
   M /trunk/src/library/methods/man/is.Rd
   M /trunk/src/library/methods/man/isSealedMethod.Rd
   M /trunk/src/library/methods/man/languageEl.Rd
   M /trunk/src/library/methods/man/method.skeleton.Rd
   M /trunk/src/library/methods/man/methodUtilities.Rd
   M /trunk/src/library/methods/man/methods-package.Rd
   M /trunk/src/library/methods/man/new.Rd
   M /trunk/src/library/methods/man/oldGet.Rd
   M /trunk/src/library/methods/man/promptClass.Rd
   M /trunk/src/library/methods/man/promptMethods.Rd
   M /trunk/src/library/methods/man/representation.Rd
   M /trunk/src/library/methods/man/seemsS4Object.Rd
   M /trunk/src/library/methods/man/setClass.Rd
   M /trunk/src/library/methods/man/setClassUnion.Rd
   M /trunk/src/library/methods/man/setGeneric.Rd
   M /trunk/src/library/methods/man/setMethod.Rd
   M /trunk/src/library/methods/man/setOldClass.Rd
   M /trunk/src/library/methods/man/setSClass.Rd
   M /trunk/src/library/methods/man/show.Rd
   M /trunk/src/library/methods/man/showMethods.Rd
   M /trunk/src/library/methods/man/signature-class.Rd
   M /trunk/src/library/methods/man/slot.Rd
   M /trunk/src/library/methods/man/substituteDirect.Rd
   M /trunk/src/library/methods/man/validObject.Rd
   M /trunk/src/library/methods/man/zBasicFunsList.Rd
   M /trunk/src/library/splines/man/asVector.Rd
   M /trunk/src/library/splines/man/backSpline.Rd
   M /trunk/src/library/splines/man/bs.Rd
   M /trunk/src/library/splines/man/interpSpline.Rd
   M /trunk/src/library/splines/man/ns.Rd
   M /trunk/src/library/splines/man/periodicSpline.Rd
   M /trunk/src/library/splines/man/polySpline.Rd
   M /trunk/src/library/splines/man/predict.bSpline.Rd
   M /trunk/src/library/splines/man/predict.bs.Rd
   M /trunk/src/library/splines/man/splineDesign.Rd
   M /trunk/src/library/splines/man/splineKnots.Rd
   M /trunk/src/library/splines/man/splineOrder.Rd
   M /trunk/src/library/splines/man/splines-package.Rd
   M /trunk/src/library/splines/man/xyVector.Rd
   M /trunk/src/library/stats/man/AIC.Rd
   M /trunk/src/library/stats/man/ARMAacf.Rd
   M /trunk/src/library/stats/man/ARMAtoMA.Rd
   M /trunk/src/library/stats/man/Beta.Rd
   M /trunk/src/library/stats/man/Binomial.Rd
   M /trunk/src/library/stats/man/Cauchy.Rd
   M /trunk/src/library/stats/man/Chisquare.Rd
   M /trunk/src/library/stats/man/Exponential.Rd
   M /trunk/src/library/stats/man/Fdist.Rd
   M /trunk/src/library/stats/man/GammaDist.Rd
   M /trunk/src/library/stats/man/Geometric.Rd
   M /trunk/src/library/stats/man/HoltWinters.Rd
   M /trunk/src/library/stats/man/Hypergeometric.Rd
   M /trunk/src/library/stats/man/IQR.Rd
   M /trunk/src/library/stats/man/KalmanLike.Rd
   M /trunk/src/library/stats/man/Logistic.Rd
   M /trunk/src/library/stats/man/Lognormal.Rd
   M /trunk/src/library/stats/man/Multinom.Rd
   M /trunk/src/library/stats/man/NLSstAsymptotic.Rd
   M /trunk/src/library/stats/man/NLSstClosestX.Rd
   M /trunk/src/library/stats/man/NLSstLfAsymptote.Rd
   M /trunk/src/library/stats/man/NLSstRtAsymptote.Rd
   M /trunk/src/library/stats/man/NegBinomial.Rd
   M /trunk/src/library/stats/man/Normal.Rd
   M /trunk/src/library/stats/man/Poisson.Rd
   M /trunk/src/library/stats/man/SSD.Rd
   M /trunk/src/library/stats/man/SSasymp.Rd
   M /trunk/src/library/stats/man/SSasympOff.Rd
   M /trunk/src/library/stats/man/SSasympOrig.Rd
   M /trunk/src/library/stats/man/SSbiexp.Rd
   M /trunk/src/library/stats/man/SSfol.Rd
   M /trunk/src/library/stats/man/SSfpl.Rd
   M /trunk/src/library/stats/man/SSgompertz.Rd
   M /trunk/src/library/stats/man/SSlogis.Rd
   M /trunk/src/library/stats/man/SSmicmen.Rd
   M /trunk/src/library/stats/man/SSweibull.Rd
   M /trunk/src/library/stats/man/SignRank.Rd
   M /trunk/src/library/stats/man/StructTS.Rd
   M /trunk/src/library/stats/man/TDist.Rd
   M /trunk/src/library/stats/man/Tukey.Rd
   M /trunk/src/library/stats/man/TukeyHSD.Rd
   M /trunk/src/library/stats/man/Uniform.Rd
   M /trunk/src/library/stats/man/Weibull.Rd
   M /trunk/src/library/stats/man/Wilcoxon.Rd
   M /trunk/src/library/stats/man/acf.Rd
   M /trunk/src/library/stats/man/acf2AR.Rd
   M /trunk/src/library/stats/man/add1.Rd
   M /trunk/src/library/stats/man/addmargins.Rd
   M /trunk/src/library/stats/man/aggregate.Rd
   M /trunk/src/library/stats/man/alias.Rd
   M /trunk/src/library/stats/man/anova.Rd
   M /trunk/src/library/stats/man/anova.glm.Rd
   M /trunk/src/library/stats/man/anova.lm.Rd
   M /trunk/src/library/stats/man/anova.mlm.Rd
   M /trunk/src/library/stats/man/ansari.test.Rd
   M /trunk/src/library/stats/man/aov.Rd
   M /trunk/src/library/stats/man/approxfun.Rd
   M /trunk/src/library/stats/man/ar.Rd
   M /trunk/src/library/stats/man/ar.ols.Rd
   M /trunk/src/library/stats/man/arima.Rd
   M /trunk/src/library/stats/man/arima.sim.Rd
   M /trunk/src/library/stats/man/arima0.Rd
   M /trunk/src/library/stats/man/as.hclust.Rd
   M /trunk/src/library/stats/man/asOneSidedFormula.Rd
   M /trunk/src/library/stats/man/ave.Rd
   M /trunk/src/library/stats/man/bandwidth.Rd
   M /trunk/src/library/stats/man/bartlett.test.Rd
   M /trunk/src/library/stats/man/binom.test.Rd
   M /trunk/src/library/stats/man/biplot.Rd
   M /trunk/src/library/stats/man/biplot.princomp.Rd
   M /trunk/src/library/stats/man/birthday.Rd
   M /trunk/src/library/stats/man/box.test.Rd
   M /trunk/src/library/stats/man/cancor.Rd
   M /trunk/src/library/stats/man/case.names.Rd
   M /trunk/src/library/stats/man/checkMFClasses.Rd
   M /trunk/src/library/stats/man/chisq.test.Rd
   M /trunk/src/library/stats/man/clearNames.Rd
   M /trunk/src/library/stats/man/cmdscale.Rd
   M /trunk/src/library/stats/man/coef.Rd
   M /trunk/src/library/stats/man/complete.cases.Rd
   M /trunk/src/library/stats/man/confint.Rd
   M /trunk/src/library/stats/man/constrOptim.Rd
   M /trunk/src/library/stats/man/contrast.Rd
   M /trunk/src/library/stats/man/contrasts.Rd
   M /trunk/src/library/stats/man/convolve.Rd
   M /trunk/src/library/stats/man/cophenetic.Rd
   M /trunk/src/library/stats/man/cor.Rd
   M /trunk/src/library/stats/man/cor.test.Rd
   M /trunk/src/library/stats/man/cov.wt.Rd
   M /trunk/src/library/stats/man/cpgram.Rd
   M /trunk/src/library/stats/man/cutree.Rd
   M /trunk/src/library/stats/man/decompose.Rd
   M /trunk/src/library/stats/man/delete.response.Rd
   M /trunk/src/library/stats/man/dendrapply.Rd
   M /trunk/src/library/stats/man/dendrogram.Rd
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/src/library/stats/man/deriv.Rd
   M /trunk/src/library/stats/man/deviance.Rd
   M /trunk/src/library/stats/man/df.residual.Rd
   M /trunk/src/library/stats/man/diffinv.Rd
   M /trunk/src/library/stats/man/dist.Rd
   M /trunk/src/library/stats/man/dummy.coef.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/eff.aovlist.Rd
   M /trunk/src/library/stats/man/effects.Rd
   M /trunk/src/library/stats/man/embed.Rd
   M /trunk/src/library/stats/man/expand.model.frame.Rd
   M /trunk/src/library/stats/man/extractAIC.Rd
   M /trunk/src/library/stats/man/factanal.Rd
   M /trunk/src/library/stats/man/factor.scope.Rd
   M /trunk/src/library/stats/man/family.Rd
   M /trunk/src/library/stats/man/fft.Rd
   M /trunk/src/library/stats/man/filter.Rd
   M /trunk/src/library/stats/man/fisher.test.Rd
   M /trunk/src/library/stats/man/fitted.values.Rd
   M /trunk/src/library/stats/man/fivenum.Rd
   M /trunk/src/library/stats/man/fligner.test.Rd
   M /trunk/src/library/stats/man/formula.Rd
   M /trunk/src/library/stats/man/formula.nls.Rd
   M /trunk/src/library/stats/man/friedman.test.Rd
   M /trunk/src/library/stats/man/ftable.Rd
   M /trunk/src/library/stats/man/ftable.formula.Rd
   M /trunk/src/library/stats/man/getInitial.Rd
   M /trunk/src/library/stats/man/glm.Rd
   M /trunk/src/library/stats/man/glm.control.Rd
   M /trunk/src/library/stats/man/glm.summaries.Rd
   M /trunk/src/library/stats/man/hclust.Rd
   M /trunk/src/library/stats/man/heatmap.Rd
   M /trunk/src/library/stats/man/identify.hclust.Rd
   M /trunk/src/library/stats/man/influence.measures.Rd
   M /trunk/src/library/stats/man/integrate.Rd
   M /trunk/src/library/stats/man/interaction.plot.Rd
   M /trunk/src/library/stats/man/is.empty.Rd
   M /trunk/src/library/stats/man/isoreg.Rd
   M /trunk/src/library/stats/man/kernapply.Rd
   M /trunk/src/library/stats/man/kernel.Rd
   M /trunk/src/library/stats/man/kmeans.Rd
   M /trunk/src/library/stats/man/kruskal.test.Rd
   M /trunk/src/library/stats/man/ks.test.Rd
   M /trunk/src/library/stats/man/ksmooth.Rd
   M /trunk/src/library/stats/man/lag.Rd
   M /trunk/src/library/stats/man/lag.plot.Rd
   M /trunk/src/library/stats/man/line.Rd
   M /trunk/src/library/stats/man/lm.Rd
   M /trunk/src/library/stats/man/lm.influence.Rd
   M /trunk/src/library/stats/man/lm.summaries.Rd
   M /trunk/src/library/stats/man/lmfit.Rd
   M /trunk/src/library/stats/man/loadings.Rd
   M /trunk/src/library/stats/man/loess.Rd
   M /trunk/src/library/stats/man/loess.control.Rd
   M /trunk/src/library/stats/man/logLik.Rd
   M /trunk/src/library/stats/man/loglin.Rd
   M /trunk/src/library/stats/man/lowess.Rd
   M /trunk/src/library/stats/man/ls.diag.Rd
   M /trunk/src/library/stats/man/ls.print.Rd
   M /trunk/src/library/stats/man/lsfit.Rd
   M /trunk/src/library/stats/man/mad.Rd
   M /trunk/src/library/stats/man/mahalanobis.Rd
   M /trunk/src/library/stats/man/make.link.Rd
   M /trunk/src/library/stats/man/makepredictcall.Rd
   M /trunk/src/library/stats/man/manova.Rd
   M /trunk/src/library/stats/man/mantelhaen.test.Rd
   M /trunk/src/library/stats/man/mauchly.test.Rd
   M /trunk/src/library/stats/man/mcnemar.test.Rd
   M /trunk/src/library/stats/man/median.Rd
   M /trunk/src/library/stats/man/medpolish.Rd
   M /trunk/src/library/stats/man/model.extract.Rd
   M /trunk/src/library/stats/man/model.frame.Rd
   M /trunk/src/library/stats/man/model.matrix.Rd
   M /trunk/src/library/stats/man/model.tables.Rd
   M /trunk/src/library/stats/man/monthplot.Rd
   M /trunk/src/library/stats/man/mood.test.Rd
   M /trunk/src/library/stats/man/na.action.Rd
   M /trunk/src/library/stats/man/na.contiguous.Rd
   M /trunk/src/library/stats/man/na.fail.Rd
   M /trunk/src/library/stats/man/nafns.Rd
   M /trunk/src/library/stats/man/naprint.Rd
   M /trunk/src/library/stats/man/nextn.Rd
   M /trunk/src/library/stats/man/nlm.Rd
   M /trunk/src/library/stats/man/nlminb.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/nls.control.Rd
   M /trunk/src/library/stats/man/numericDeriv.Rd
   M /trunk/src/library/stats/man/offset.Rd
   M /trunk/src/library/stats/man/oneway.test.Rd
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/library/stats/man/optimize.Rd
   M /trunk/src/library/stats/man/order.dendrogram.Rd
   M /trunk/src/library/stats/man/p.adjust.Rd
   M /trunk/src/library/stats/man/pairwise.prop.test.Rd
   M /trunk/src/library/stats/man/pairwise.t.test.Rd
   M /trunk/src/library/stats/man/pairwise.table.Rd
   M /trunk/src/library/stats/man/pairwise.wilcox.test.Rd
   M /trunk/src/library/stats/man/plot.HoltWinters.Rd
   M /trunk/src/library/stats/man/plot.acf.Rd
   M /trunk/src/library/stats/man/plot.density.Rd
   M /trunk/src/library/stats/man/plot.isoreg.Rd
   M /trunk/src/library/stats/man/plot.lm.Rd
   M /trunk/src/library/stats/man/plot.ppr.Rd
   M /trunk/src/library/stats/man/plot.profile.nls.Rd
   M /trunk/src/library/stats/man/plot.spec.Rd
   M /trunk/src/library/stats/man/plot.stepfun.Rd
   M /trunk/src/library/stats/man/plot.ts.Rd
   M /trunk/src/library/stats/man/poly.Rd
   M /trunk/src/library/stats/man/power.Rd
   M /trunk/src/library/stats/man/power.anova.test.Rd
   M /trunk/src/library/stats/man/power.prop.test.Rd
   M /trunk/src/library/stats/man/power.t.test.Rd
   M /trunk/src/library/stats/man/pp.test.Rd
   M /trunk/src/library/stats/man/ppoints.Rd
   M /trunk/src/library/stats/man/ppr.Rd
   M /trunk/src/library/stats/man/prcomp.Rd
   M /trunk/src/library/stats/man/predict.HoltWinters.Rd
   M /trunk/src/library/stats/man/predict.Rd
   M /trunk/src/library/stats/man/predict.arima.Rd
   M /trunk/src/library/stats/man/predict.glm.Rd
   M /trunk/src/library/stats/man/predict.lm.Rd
   M /trunk/src/library/stats/man/predict.loess.Rd
   M /trunk/src/library/stats/man/predict.nls.Rd
   M /trunk/src/library/stats/man/predict.smooth.spline.Rd
   M /trunk/src/library/stats/man/preplot.Rd
   M /trunk/src/library/stats/man/princomp.Rd
   M /trunk/src/library/stats/man/print.power.htest.Rd
   M /trunk/src/library/stats/man/print.ts.Rd
   M /trunk/src/library/stats/man/printCoefmat.Rd
   M /trunk/src/library/stats/man/profile.Rd
   M /trunk/src/library/stats/man/profile.nls.Rd
   M /trunk/src/library/stats/man/proj.Rd
   M /trunk/src/library/stats/man/prop.test.Rd
   M /trunk/src/library/stats/man/prop.trend.test.Rd
   M /trunk/src/library/stats/man/qqnorm.Rd
   M /trunk/src/library/stats/man/quade.test.Rd
   M /trunk/src/library/stats/man/quantile.Rd
   M /trunk/src/library/stats/man/r2dtable.Rd
   M /trunk/src/library/stats/man/read.ftable.Rd
   M /trunk/src/library/stats/man/rect.hclust.Rd
   M /trunk/src/library/stats/man/relevel.Rd
   M /trunk/src/library/stats/man/reorder.dendrogram.Rd
   M /trunk/src/library/stats/man/reorder.factor.Rd
   M /trunk/src/library/stats/man/replications.Rd
   M /trunk/src/library/stats/man/reshape.Rd
   M /trunk/src/library/stats/man/residuals.Rd
   M /trunk/src/library/stats/man/runmed.Rd
   M /trunk/src/library/stats/man/scatter.smooth.Rd
   M /trunk/src/library/stats/man/screeplot.Rd
   M /trunk/src/library/stats/man/sd.Rd
   M /trunk/src/library/stats/man/se.contrast.Rd
   M /trunk/src/library/stats/man/selfStart.Rd
   M /trunk/src/library/stats/man/setNames.Rd
   M /trunk/src/library/stats/man/shapiro.test.Rd
   M /trunk/src/library/stats/man/simulate.Rd
   M /trunk/src/library/stats/man/smooth.Rd
   M /trunk/src/library/stats/man/smooth.spline.Rd
   M /trunk/src/library/stats/man/smoothEnds.Rd
   M /trunk/src/library/stats/man/sortedXyData.Rd
   M /trunk/src/library/stats/man/spec.ar.Rd
   M /trunk/src/library/stats/man/spec.pgram.Rd
   M /trunk/src/library/stats/man/spec.taper.Rd
   M /trunk/src/library/stats/man/spectrum.Rd
   M /trunk/src/library/stats/man/splinefun.Rd
   M /trunk/src/library/stats/man/start.Rd
   M /trunk/src/library/stats/man/stat.anova.Rd
   M /trunk/src/library/stats/man/stats-defunct.Rd
   M /trunk/src/library/stats/man/stats-deprecated.Rd
   M /trunk/src/library/stats/man/stats-package.Rd
   M /trunk/src/library/stats/man/step.Rd
   M /trunk/src/library/stats/man/stepfun.Rd
   M /trunk/src/library/stats/man/stl.Rd
   M /trunk/src/library/stats/man/stlmethods.Rd
   M /trunk/src/library/stats/man/summary.aov.Rd
   M /trunk/src/library/stats/man/summary.glm.Rd
   M /trunk/src/library/stats/man/summary.lm.Rd
   M /trunk/src/library/stats/man/summary.manova.Rd
   M /trunk/src/library/stats/man/summary.nls.Rd
   M /trunk/src/library/stats/man/summary.princomp.Rd
   M /trunk/src/library/stats/man/supsmu.Rd
   M /trunk/src/library/stats/man/symnum.Rd
   M /trunk/src/library/stats/man/t.test.Rd
   M /trunk/src/library/stats/man/termplot.Rd
   M /trunk/src/library/stats/man/terms.Rd
   M /trunk/src/library/stats/man/terms.formula.Rd
   M /trunk/src/library/stats/man/terms.object.Rd
   M /trunk/src/library/stats/man/time.Rd
   M /trunk/src/library/stats/man/toeplitz.Rd
   M /trunk/src/library/stats/man/ts-defunct.Rd
   M /trunk/src/library/stats/man/ts-methods.Rd
   M /trunk/src/library/stats/man/ts.Rd
   M /trunk/src/library/stats/man/ts.plot.Rd
   M /trunk/src/library/stats/man/ts.union.Rd
   M /trunk/src/library/stats/man/tsSmooth.Rd
   M /trunk/src/library/stats/man/tsdiag.Rd
   M /trunk/src/library/stats/man/tsp.Rd
   M /trunk/src/library/stats/man/uniroot.Rd
   M /trunk/src/library/stats/man/update.Rd
   M /trunk/src/library/stats/man/update.formula.Rd
   M /trunk/src/library/stats/man/var.test.Rd
   M /trunk/src/library/stats/man/varimax.Rd
   M /trunk/src/library/stats/man/vcov.Rd
   M /trunk/src/library/stats/man/weighted.mean.Rd
   M /trunk/src/library/stats/man/weighted.residuals.Rd
   M /trunk/src/library/stats/man/wilcox.test.Rd
   M /trunk/src/library/stats/man/window.Rd
   M /trunk/src/library/stats/man/xtabs.Rd
   M /trunk/src/library/stats/man/zC.Rd
   M /trunk/src/library/stats4/man/AIC-methods.Rd
   M /trunk/src/library/stats4/man/BIC.Rd
   M /trunk/src/library/stats4/man/coef-methods.Rd
   M /trunk/src/library/stats4/man/confint-methods.Rd
   M /trunk/src/library/stats4/man/logLik-methods.Rd
   M /trunk/src/library/stats4/man/mle-class.Rd
   M /trunk/src/library/stats4/man/mle.Rd
   M /trunk/src/library/stats4/man/plot-methods.Rd
   M /trunk/src/library/stats4/man/profile-methods.Rd
   M /trunk/src/library/stats4/man/profile.mle-class.Rd
   M /trunk/src/library/stats4/man/show-methods.Rd
   M /trunk/src/library/stats4/man/stats4-package.Rd
   M /trunk/src/library/stats4/man/summary-methods.Rd
   M /trunk/src/library/stats4/man/summary.mle-class.Rd
   M /trunk/src/library/stats4/man/update-methods.Rd
   M /trunk/src/library/stats4/man/vcov-methods.Rd
   M /trunk/src/library/tcltk/man/TclInterface.Rd
   M /trunk/src/library/tcltk/man/TkCommands.Rd
   M /trunk/src/library/tcltk/man/TkWidgetcmds.Rd
   M /trunk/src/library/tcltk/man/TkWidgets.Rd
   M /trunk/src/library/tcltk/man/tclServiceMode.Rd
   M /trunk/src/library/tcltk/man/tcltk-defunct.Rd
   M /trunk/src/library/tcltk/man/tcltk-package.Rd
   M /trunk/src/library/tcltk/man/tkStartGUI.Rd
   M /trunk/src/library/tcltk/man/tk_select.list.Rd
   M /trunk/src/library/tcltk/man/tkpager.Rd
   M /trunk/src/library/tools/man/QC.Rd
   M /trunk/src/library/tools/man/Rdindex.Rd
   M /trunk/src/library/tools/man/Rdutils.Rd
   M /trunk/src/library/tools/man/buildVignettes.Rd
   M /trunk/src/library/tools/man/charsets.Rd
   M /trunk/src/library/tools/man/checkFF.Rd
   M /trunk/src/library/tools/man/checkMD5sums.Rd
   M /trunk/src/library/tools/man/checkTnF.Rd
   M /trunk/src/library/tools/man/checkVignettes.Rd
   M /trunk/src/library/tools/man/codoc.Rd
   M /trunk/src/library/tools/man/delimMatch.Rd
   M /trunk/src/library/tools/man/encoded.Rd
   M /trunk/src/library/tools/man/fileutils.Rd
   M /trunk/src/library/tools/man/getDepList.Rd
   M /trunk/src/library/tools/man/installFoundDepends.Rd
   M /trunk/src/library/tools/man/makeLazyLoading.Rd
   M /trunk/src/library/tools/man/md5sum.Rd
   M /trunk/src/library/tools/man/package.dependencies.Rd
   M /trunk/src/library/tools/man/read.00Index.Rd
   M /trunk/src/library/tools/man/texi2dvi.Rd
   M /trunk/src/library/tools/man/tools-defunct.Rd
   M /trunk/src/library/tools/man/tools-deprecated.Rd
   M /trunk/src/library/tools/man/tools-package.Rd
   M /trunk/src/library/tools/man/undoc.Rd
   M /trunk/src/library/tools/man/vignetteDepends.Rd
   M /trunk/src/library/tools/man/writePACKAGES.Rd
   M /trunk/src/library/tools/man/xgettext.Rd
   M /trunk/src/library/utils/man/PkgUtils.Rd
   M /trunk/src/library/utils/man/RShowDoc.Rd
   M /trunk/src/library/utils/man/RSiteSearch.Rd
   M /trunk/src/library/utils/man/Rprof.Rd
   M /trunk/src/library/utils/man/Rprofmem.Rd
   M /trunk/src/library/utils/man/Rscript.Rd
   M /trunk/src/library/utils/man/Rtangle.Rd
   M /trunk/src/library/utils/man/RweaveLatex.Rd
   M /trunk/src/library/utils/man/Sweave.Rd
   M /trunk/src/library/utils/man/SweaveSyntConv.Rd
   M /trunk/src/library/utils/man/SweaveUtils.Rd
   M /trunk/src/library/utils/man/URLencode.Rd
   M /trunk/src/library/utils/man/View.Rd
   M /trunk/src/library/utils/man/alarm.Rd
   M /trunk/src/library/utils/man/apropos.Rd
   M /trunk/src/library/utils/man/aqua/Rapp.updates.Rd
   M /trunk/src/library/utils/man/aqua/browse.pkgs.Rd
   M /trunk/src/library/utils/man/aqua/data.manager.Rd
   M /trunk/src/library/utils/man/aqua/help.search.Rd
   M /trunk/src/library/utils/man/aqua/install.binaries.Rd
   M /trunk/src/library/utils/man/aqua/install.from.file.Rd
   M /trunk/src/library/utils/man/aqua/package.manager.Rd
   M /trunk/src/library/utils/man/browseEnv.Rd
   M /trunk/src/library/utils/man/browseURL.Rd
   M /trunk/src/library/utils/man/bug.report.Rd
   M /trunk/src/library/utils/man/capture.output.Rd
   M /trunk/src/library/utils/man/chooseCRANmirror.Rd
   M /trunk/src/library/utils/man/citEntry.Rd
   M /trunk/src/library/utils/man/citation.Rd
   M /trunk/src/library/utils/man/close.socket.Rd
   M /trunk/src/library/utils/man/combn.Rd
   M /trunk/src/library/utils/man/compareVersion.Rd
   M /trunk/src/library/utils/man/count.fields.Rd
   M /trunk/src/library/utils/man/data.Rd
   M /trunk/src/library/utils/man/dataentry.Rd
   M /trunk/src/library/utils/man/debugger.Rd
   M /trunk/src/library/utils/man/demo.Rd
   M /trunk/src/library/utils/man/download.file.Rd
   M /trunk/src/library/utils/man/edit.Rd
   M /trunk/src/library/utils/man/edit.data.frame.Rd
   M /trunk/src/library/utils/man/example.Rd
   M /trunk/src/library/utils/man/file.edit.Rd
   M /trunk/src/library/utils/man/filetest.Rd
   M /trunk/src/library/utils/man/fix.Rd
   M /trunk/src/library/utils/man/flush.console.Rd
   M /trunk/src/library/utils/man/format.Rd
   M /trunk/src/library/utils/man/getAnywhere.Rd
   M /trunk/src/library/utils/man/getFromNamespace.Rd
   M /trunk/src/library/utils/man/getS3method.Rd
   M /trunk/src/library/utils/man/glob2rx.Rd
   M /trunk/src/library/utils/man/head.Rd
   M /trunk/src/library/utils/man/help.Rd
   M /trunk/src/library/utils/man/help.search.Rd
   M /trunk/src/library/utils/man/help.start.Rd
   M /trunk/src/library/utils/man/index.search.Rd
   M /trunk/src/library/utils/man/installed.packages.Rd
   M /trunk/src/library/utils/man/localeToCharset.Rd
   M /trunk/src/library/utils/man/ls_str.Rd
   M /trunk/src/library/utils/man/make.socket.Rd
   M /trunk/src/library/utils/man/menu.Rd
   M /trunk/src/library/utils/man/methods.Rd
   M /trunk/src/library/utils/man/mirrorAdmin.Rd
   M /trunk/src/library/utils/man/modifyList.Rd
   M /trunk/src/library/utils/man/normalizePath.Rd
   M /trunk/src/library/utils/man/object.size.Rd
   M /trunk/src/library/utils/man/package.skeleton.Rd
   M /trunk/src/library/utils/man/packageDescription.Rd
   M /trunk/src/library/utils/man/packageStatus.Rd
   M /trunk/src/library/utils/man/page.Rd
   M /trunk/src/library/utils/man/person.Rd
   M /trunk/src/library/utils/man/prompt.Rd
   M /trunk/src/library/utils/man/promptData.Rd
   M /trunk/src/library/utils/man/promptPackage.Rd
   M /trunk/src/library/utils/man/read.DIF.Rd
   M /trunk/src/library/utils/man/read.fortran.Rd
   M /trunk/src/library/utils/man/read.fwf.Rd
   M /trunk/src/library/utils/man/read.socket.Rd
   M /trunk/src/library/utils/man/read.table.Rd
   M /trunk/src/library/utils/man/readNEWS.Rd
   M /trunk/src/library/utils/man/recover.Rd
   M /trunk/src/library/utils/man/relist.Rd
   M /trunk/src/library/utils/man/remove.packages.Rd
   M /trunk/src/library/utils/man/roman.Rd
   M /trunk/src/library/utils/man/savehistory.Rd
   M /trunk/src/library/utils/man/select.list.Rd
   M /trunk/src/library/utils/man/sessionInfo.Rd
   M /trunk/src/library/utils/man/setRepositories.Rd
   M /trunk/src/library/utils/man/stack.Rd
   M /trunk/src/library/utils/man/str.Rd
   M /trunk/src/library/utils/man/summaryRprof.Rd
   M /trunk/src/library/utils/man/toLatex.Rd
   M /trunk/src/library/utils/man/type.convert.Rd
   M /trunk/src/library/utils/man/unix/BATCH.Rd
   M /trunk/src/library/utils/man/unix/COMPILE.Rd
   M /trunk/src/library/utils/man/unix/INSTALL.Rd
   M /trunk/src/library/utils/man/unix/LINK.Rd
   M /trunk/src/library/utils/man/unix/REMOVE.Rd
   M /trunk/src/library/utils/man/unix/RHOME.Rd
   M /trunk/src/library/utils/man/unix/SHLIB.Rd
   M /trunk/src/library/utils/man/unix/make.packages.html.Rd
   M /trunk/src/library/utils/man/unix/memory.size.Rd
   M /trunk/src/library/utils/man/unix/nsl.Rd
   M /trunk/src/library/utils/man/update.packages.Rd
   M /trunk/src/library/utils/man/url.show.Rd
   M /trunk/src/library/utils/man/utils-defunct.Rd
   M /trunk/src/library/utils/man/utils-deprecated.Rd
   M /trunk/src/library/utils/man/utils-package.Rd
   M /trunk/src/library/utils/man/vignette.Rd
   M /trunk/src/library/utils/man/windows/BATCH.Rd
   M /trunk/src/library/utils/man/windows/DLL.version.Rd
   M /trunk/src/library/utils/man/windows/INSTALL.Rd
   M /trunk/src/library/utils/man/windows/REMOVE.Rd
   M /trunk/src/library/utils/man/windows/Rconsole.Rd
   M /trunk/src/library/utils/man/windows/SHLIB.Rd
   M /trunk/src/library/utils/man/windows/choose.files.Rd
   M /trunk/src/library/utils/man/windows/clipboard.Rd
   M /trunk/src/library/utils/man/windows/getWindowsHandle.Rd
   M /trunk/src/library/utils/man/windows/linkhtml.Rd
   M /trunk/src/library/utils/man/windows/memory.size.Rd
   M /trunk/src/library/utils/man/windows/setWindowTitle.Rd
   M /trunk/src/library/utils/man/windows/shortPathName.Rd
   M /trunk/src/library/utils/man/windows/winDialog.Rd
   M /trunk/src/library/utils/man/windows/winMenus.Rd
   M /trunk/src/library/utils/man/windows/winextras.Rd
   M /trunk/src/library/utils/man/withVisible.Rd
   M /trunk/src/library/utils/man/write.table.Rd
   M /trunk/src/library/utils/man/zip.file.extract.Rd

add copyright/licence header
remove CVS-style $Id fields

------------------------------------------------------------------------
r42334 | ripley | 2007-07-27 06:19:06 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/splines/R/splines.R
   M /trunk/src/library/stats/R/nlsFunc.R

remove CVS-style $Id fields
------------------------------------------------------------------------
r42335 | ripley | 2007-07-27 07:43:40 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/doc/manual/R-admin.texi
   M /trunk/m4/R.m4

up Perl requirement to 5.8.0 (which is 5 years old)
------------------------------------------------------------------------
r42336 | ripley | 2007-07-27 07:56:32 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/license.R

update to more reliable sources of licence files
------------------------------------------------------------------------
r42337 | ripley | 2007-07-27 08:56:29 -0400 (Fri, 27 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/nmath/qt.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

fix previous 'fix' to qt(df=2) and stop testing that the result is incorrect!

------------------------------------------------------------------------
r42338 | ripley | 2007-07-27 09:48:07 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/Bessel.R
   M /trunk/src/library/base/R/Defunct.R
   M /trunk/src/library/base/R/Deprecated.R
   M /trunk/src/library/base/R/LAPACK.R
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/RNG.R
   M /trunk/src/library/base/R/Scripts.R
   M /trunk/src/library/base/R/all.equal.R
   M /trunk/src/library/base/R/allnames.R
   M /trunk/src/library/base/R/aperm.R
   M /trunk/src/library/base/R/append.R
   M /trunk/src/library/base/R/apply.R
   M /trunk/src/library/base/R/array.R
   M /trunk/src/library/base/R/as.R
   M /trunk/src/library/base/R/assign.R
   M /trunk/src/library/base/R/attach.R
   M /trunk/src/library/base/R/attr.R
   M /trunk/src/library/base/R/autoload.R
   M /trunk/src/library/base/R/backquote.R
   M /trunk/src/library/base/R/backsolve.R
   M /trunk/src/library/base/R/bindenv.R
   M /trunk/src/library/base/R/builtins.R
   M /trunk/src/library/base/R/by.R
   M /trunk/src/library/base/R/callCC.R
   M /trunk/src/library/base/R/cat.R
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/R/chol.R
   M /trunk/src/library/base/R/colSums.R
   M /trunk/src/library/base/R/conditions.R
   M /trunk/src/library/base/R/conflicts.R
   M /trunk/src/library/base/R/connections.R
   M /trunk/src/library/base/R/constants.R
   M /trunk/src/library/base/R/contributors.R
   M /trunk/src/library/base/R/converters.R
   M /trunk/src/library/base/R/cut.R
   M /trunk/src/library/base/R/data.matrix.R
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/R/dates.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/base/R/delay.R
   M /trunk/src/library/base/R/det.R
   M /trunk/src/library/base/R/diag.R
   M /trunk/src/library/base/R/diff.R
   M /trunk/src/library/base/R/dput.R
   M /trunk/src/library/base/R/dump.R
   M /trunk/src/library/base/R/duplicated.R
   M /trunk/src/library/base/R/dynload.R
   M /trunk/src/library/base/R/eapply.R
   M /trunk/src/library/base/R/eigen.R
   M /trunk/src/library/base/R/environment.R
   M /trunk/src/library/base/R/eval.R
   M /trunk/src/library/base/R/exists.R
   M /trunk/src/library/base/R/expand.grid.R
   M /trunk/src/library/base/R/factor.R
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/R/findInt.R
   M /trunk/src/library/base/R/formals.R
   M /trunk/src/library/base/R/format.R
   M /trunk/src/library/base/R/frametools.R
   M /trunk/src/library/base/R/get.R
   M /trunk/src/library/base/R/getenv.R
   M /trunk/src/library/base/R/gl.R
   M /trunk/src/library/base/R/grep.R
   M /trunk/src/library/base/R/identical.R
   M /trunk/src/library/base/R/ifelse.R
   M /trunk/src/library/base/R/interaction.R
   M /trunk/src/library/base/R/is.R
   M /trunk/src/library/base/R/jitter.R
   M /trunk/src/library/base/R/kappa.R
   M /trunk/src/library/base/R/kronecker.R
   M /trunk/src/library/base/R/labels.R
   M /trunk/src/library/base/R/lapply.R
   M /trunk/src/library/base/R/lazyload.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/license.R
   M /trunk/src/library/base/R/load.R
   M /trunk/src/library/base/R/locales.R
   M /trunk/src/library/base/R/lower.tri.R
   M /trunk/src/library/base/R/mapply.R
   M /trunk/src/library/base/R/match.R
   M /trunk/src/library/base/R/match.fun.R
   M /trunk/src/library/base/R/matrix.R
   M /trunk/src/library/base/R/max.col.R
   M /trunk/src/library/base/R/mean.R
   M /trunk/src/library/base/R/merge.R
   M /trunk/src/library/base/R/message.R
   M /trunk/src/library/base/R/methodsSupport.R
   M /trunk/src/library/base/R/mode.R
   M /trunk/src/library/base/R/names.R
   M /trunk/src/library/base/R/namespace.R
   M /trunk/src/library/base/R/notyet.R
   M /trunk/src/library/base/R/options.R
   M /trunk/src/library/base/R/outer.R
   M /trunk/src/library/base/R/packages.R
   M /trunk/src/library/base/R/pairlist.R
   M /trunk/src/library/base/R/parse.R
   M /trunk/src/library/base/R/paste.R
   M /trunk/src/library/base/R/pmax.R
   M /trunk/src/library/base/R/pmin.R
   M /trunk/src/library/base/R/pretty.R
   M /trunk/src/library/base/R/print.R
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/R/quit.R
   M /trunk/src/library/base/R/range.R
   M /trunk/src/library/base/R/rank.R
   M /trunk/src/library/base/R/raw.R
   M /trunk/src/library/base/R/rep.R
   M /trunk/src/library/base/R/replace.R
   M /trunk/src/library/base/R/replicate.R
   M /trunk/src/library/base/R/rev.R
   M /trunk/src/library/base/R/rle.R
   M /trunk/src/library/base/R/rm.R
   M /trunk/src/library/base/R/rowsum.R
   M /trunk/src/library/base/R/sample.R
   M /trunk/src/library/base/R/sapply.R
   M /trunk/src/library/base/R/scale.R
   M /trunk/src/library/base/R/scan.R
   M /trunk/src/library/base/R/seq.R
   M /trunk/src/library/base/R/serialize.R
   M /trunk/src/library/base/R/sets.R
   M /trunk/src/library/base/R/sink.R
   M /trunk/src/library/base/R/solve.R
   M /trunk/src/library/base/R/sort.R
   M /trunk/src/library/base/R/source.R
   M /trunk/src/library/base/R/split.R
   M /trunk/src/library/base/R/srcfile.R
   M /trunk/src/library/base/R/stop.R
   M /trunk/src/library/base/R/structure.R
   M /trunk/src/library/base/R/strwrap.R
   M /trunk/src/library/base/R/summaries.R
   M /trunk/src/library/base/R/summary.R
   M /trunk/src/library/base/R/svd.R
   M /trunk/src/library/base/R/sweep.R
   M /trunk/src/library/base/R/switch.R
   M /trunk/src/library/base/R/sys.R
   M /trunk/src/library/base/R/table.R
   M /trunk/src/library/base/R/tabulate.R
   M /trunk/src/library/base/R/tapply.R
   M /trunk/src/library/base/R/taskCallback.R
   M /trunk/src/library/base/R/temp.R
   M /trunk/src/library/base/R/time.R
   M /trunk/src/library/base/R/toString.R
   M /trunk/src/library/base/R/traceback.R
   M /trunk/src/library/base/R/trunc.R
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/unlist.R
   M /trunk/src/library/base/R/unname.R
   M /trunk/src/library/base/R/upper.tri.R
   M /trunk/src/library/base/R/userhooks.R
   M /trunk/src/library/base/R/utilities.R
   M /trunk/src/library/base/R/utils.R
   M /trunk/src/library/base/R/vector.R
   M /trunk/src/library/base/R/warnings.R
   M /trunk/src/library/base/R/which.R
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/R/write.R
   M /trunk/src/library/base/R/xor.R
   M /trunk/src/library/base/R/zapsmall.R
   M /trunk/src/library/base/R/zdatetime.R
   M /trunk/src/library/base/R/zdynvars.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/datasets/R/zzz.R
   M /trunk/src/library/datasets/man/UKLungDeaths.Rd
   M /trunk/src/library/datasets/man/USAccDeaths.Rd
   M /trunk/src/library/datasets/man/austres.Rd
   M /trunk/src/library/datasets/man/beavers.Rd
   M /trunk/src/library/datasets/man/lh.Rd
   M /trunk/src/library/datasets/man/rock.Rd
   M /trunk/src/library/grDevices/R/Hershey.R
   M /trunk/src/library/grDevices/R/calc.R
   M /trunk/src/library/grDevices/R/cm.R
   M /trunk/src/library/grDevices/R/colorRamp.R
   M /trunk/src/library/grDevices/R/colorstuff.R
   M /trunk/src/library/grDevices/R/convertColor.R
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/R/gevents.R
   M /trunk/src/library/grDevices/R/pictex.R
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/R/recordplot.R
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/grDevices/R/unix/quartz.R
   M /trunk/src/library/grDevices/R/unix/x11.R
   M /trunk/src/library/grDevices/R/utils.R
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/windows.R
   M /trunk/src/library/grDevices/R/windows/x11.R
   M /trunk/src/library/grDevices/R/xyz.coords.R
   M /trunk/src/library/grDevices/R/zzz.R
   M /trunk/src/library/graphics/R/abline.R
   M /trunk/src/library/graphics/R/arrows.R
   M /trunk/src/library/graphics/R/assocplot.R
   M /trunk/src/library/graphics/R/axis.R
   M /trunk/src/library/graphics/R/barplot.R
   M /trunk/src/library/graphics/R/box.R
   M /trunk/src/library/graphics/R/boxplot.R
   M /trunk/src/library/graphics/R/cdplot.R
   M /trunk/src/library/graphics/R/contour.R
   M /trunk/src/library/graphics/R/coplot.R
   M /trunk/src/library/graphics/R/curve.R
   M /trunk/src/library/graphics/R/datetime.R
   M /trunk/src/library/graphics/R/dotchart.R
   M /trunk/src/library/graphics/R/filled.contour.R
   M /trunk/src/library/graphics/R/fourfoldplot.R
   M /trunk/src/library/graphics/R/grid.R
   M /trunk/src/library/graphics/R/hist.R
   M /trunk/src/library/graphics/R/identify.R
   M /trunk/src/library/graphics/R/image.R
   M /trunk/src/library/graphics/R/layout.R
   M /trunk/src/library/graphics/R/legend.R
   M /trunk/src/library/graphics/R/lines.R
   M /trunk/src/library/graphics/R/locator.R
   M /trunk/src/library/graphics/R/matplot.R
   M /trunk/src/library/graphics/R/mosaicplot.R
   M /trunk/src/library/graphics/R/mtext.R
   M /trunk/src/library/graphics/R/pairs.R
   M /trunk/src/library/graphics/R/par.R
   M /trunk/src/library/graphics/R/persp.R
   M /trunk/src/library/graphics/R/pie.R
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/R/plot.design.R
   M /trunk/src/library/graphics/R/points.R
   M /trunk/src/library/graphics/R/polygon.R
   M /trunk/src/library/graphics/R/rect.R
   M /trunk/src/library/graphics/R/rug.R
   M /trunk/src/library/graphics/R/screen.R
   M /trunk/src/library/graphics/R/segments.R
   M /trunk/src/library/graphics/R/spineplot.R
   M /trunk/src/library/graphics/R/stars.R
   M /trunk/src/library/graphics/R/stem.R
   M /trunk/src/library/graphics/R/stripchart.R
   M /trunk/src/library/graphics/R/strwidth.R
   M /trunk/src/library/graphics/R/sunflowerplot.R
   M /trunk/src/library/graphics/R/symbols.R
   M /trunk/src/library/graphics/R/text.R
   M /trunk/src/library/graphics/R/title.R
   M /trunk/src/library/graphics/R/units.R
   M /trunk/src/library/graphics/R/zzz.R
   M /trunk/src/library/grid/R/components.R
   M /trunk/src/library/grid/R/curve.R
   M /trunk/src/library/grid/R/edit.R
   M /trunk/src/library/grid/R/frames.R
   M /trunk/src/library/grid/R/gpar.R
   M /trunk/src/library/grid/R/grab.R
   M /trunk/src/library/grid/R/grid.R
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/grid/R/highlevel.R
   M /trunk/src/library/grid/R/interactive.R
   M /trunk/src/library/grid/R/just.R
   M /trunk/src/library/grid/R/layout.R
   M /trunk/src/library/grid/R/ls.R
   M /trunk/src/library/grid/R/origin.R
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/R/size.R
   M /trunk/src/library/grid/R/unit.R
   M /trunk/src/library/grid/R/util.R
   M /trunk/src/library/grid/R/viewport.R
   M /trunk/src/library/grid/R/zzz.R
   M /trunk/src/library/methods/R/BasicClasses.R
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/R/ClassExtensions.R
   M /trunk/src/library/methods/R/ClassUnion.R
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/MethodsList.R
   M /trunk/src/library/methods/R/MethodsListClass.R
   M /trunk/src/library/methods/R/NextMethod.R
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/SClasses.R
   M /trunk/src/library/methods/R/Session.R
   M /trunk/src/library/methods/R/addedFunctions.R
   M /trunk/src/library/methods/R/as.R
   M /trunk/src/library/methods/R/cbind.R
   M /trunk/src/library/methods/R/fixPrevious.R
   M /trunk/src/library/methods/R/is.R
   M /trunk/src/library/methods/R/languageEl.R
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/R/method.skeleton.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/oldClass.R
   M /trunk/src/library/methods/R/oldGet.R
   M /trunk/src/library/methods/R/packageName.R
   M /trunk/src/library/methods/R/promptClass.R
   M /trunk/src/library/methods/R/rbind.R
   M /trunk/src/library/methods/R/seemsS4Object.R
   M /trunk/src/library/methods/R/show.R
   M /trunk/src/library/methods/R/substituteDirect.R
   M /trunk/src/library/methods/R/trace.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/splines/R/splineClasses.R
   M /trunk/src/library/splines/R/splines.R
   M /trunk/src/library/splines/R/zzz.R
   M /trunk/src/library/stats/R/AIC.R
   M /trunk/src/library/stats/R/ARMAtheory.R
   M /trunk/src/library/stats/R/C.R
   M /trunk/src/library/stats/R/HoltWinters.R
   M /trunk/src/library/stats/R/Kalman.R
   M /trunk/src/library/stats/R/StructTS.R
   M /trunk/src/library/stats/R/TukeyHSD.R
   M /trunk/src/library/stats/R/acf.R
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/addmargins.R
   M /trunk/src/library/stats/R/aggregate.R
   M /trunk/src/library/stats/R/anova.R
   M /trunk/src/library/stats/R/ansari.test.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/approx.R
   M /trunk/src/library/stats/R/ar.R
   M /trunk/src/library/stats/R/ar.burg.R
   M /trunk/src/library/stats/R/ar.burg.mts.R
   M /trunk/src/library/stats/R/ar.mle.R
   M /trunk/src/library/stats/R/ar.ols.R
   M /trunk/src/library/stats/R/ar.yw.mts.R
   M /trunk/src/library/stats/R/arima.R
   M /trunk/src/library/stats/R/arma0.R
   M /trunk/src/library/stats/R/ave.R
   M /trunk/src/library/stats/R/bandwidths.R
   M /trunk/src/library/stats/R/bartlett.test.R
   M /trunk/src/library/stats/R/binom.test.R
   M /trunk/src/library/stats/R/biplot.R
   M /trunk/src/library/stats/R/birthday.R
   M /trunk/src/library/stats/R/cancor.R
   M /trunk/src/library/stats/R/chisq.test.R
   M /trunk/src/library/stats/R/cmdscale.R
   M /trunk/src/library/stats/R/complete.cases.R
   M /trunk/src/library/stats/R/confint.R
   M /trunk/src/library/stats/R/constrOptim.R
   M /trunk/src/library/stats/R/contr.poly.R
   M /trunk/src/library/stats/R/contrast.R
   M /trunk/src/library/stats/R/cor.R
   M /trunk/src/library/stats/R/cor.test.R
   M /trunk/src/library/stats/R/cov.wt.R
   M /trunk/src/library/stats/R/cpgram.R
   M /trunk/src/library/stats/R/cutree.R
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/R/density.R
   M /trunk/src/library/stats/R/deriv.R
   M /trunk/src/library/stats/R/diffinv.R
   M /trunk/src/library/stats/R/dist.R
   M /trunk/src/library/stats/R/distn.R
   M /trunk/src/library/stats/R/dummy.coef.R
   M /trunk/src/library/stats/R/ecdf.R
   M /trunk/src/library/stats/R/embed.R
   M /trunk/src/library/stats/R/expand.model.frame.R
   M /trunk/src/library/stats/R/factanal.R
   M /trunk/src/library/stats/R/family.R
   M /trunk/src/library/stats/R/fft.R
   M /trunk/src/library/stats/R/filter.R
   M /trunk/src/library/stats/R/fisher.test.R
   M /trunk/src/library/stats/R/fivenum.R
   M /trunk/src/library/stats/R/fligner.test.R
   M /trunk/src/library/stats/R/friedman.test.R
   M /trunk/src/library/stats/R/ftable.R
   M /trunk/src/library/stats/R/glm.R
   M /trunk/src/library/stats/R/hclust.R
   M /trunk/src/library/stats/R/htest.R
   M /trunk/src/library/stats/R/identify.hclust.R
   M /trunk/src/library/stats/R/integrate.R
   M /trunk/src/library/stats/R/interaction.plot.R
   M /trunk/src/library/stats/R/isoreg.R
   M /trunk/src/library/stats/R/kernel.R
   M /trunk/src/library/stats/R/kmeans.R
   M /trunk/src/library/stats/R/kruskal.test.R
   M /trunk/src/library/stats/R/ks.test.R
   M /trunk/src/library/stats/R/ksmooth.R
   M /trunk/src/library/stats/R/lag.R
   M /trunk/src/library/stats/R/lag.plot.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/lm.influence.R
   M /trunk/src/library/stats/R/loess.R
   M /trunk/src/library/stats/R/logLik.R
   M /trunk/src/library/stats/R/loglin.R
   M /trunk/src/library/stats/R/lowess.R
   M /trunk/src/library/stats/R/lsfit.R
   M /trunk/src/library/stats/R/mad.R
   M /trunk/src/library/stats/R/mahalanobis.R
   M /trunk/src/library/stats/R/manova.R
   M /trunk/src/library/stats/R/mantelhaen.test.R
   M /trunk/src/library/stats/R/mcnemar.test.R
   M /trunk/src/library/stats/R/median.R
   M /trunk/src/library/stats/R/medpolish.R
   M /trunk/src/library/stats/R/mlm.R
   M /trunk/src/library/stats/R/model.tables.R
   M /trunk/src/library/stats/R/models.R
   M /trunk/src/library/stats/R/monthplot.R
   M /trunk/src/library/stats/R/mood.test.R
   M /trunk/src/library/stats/R/na.ts.R
   M /trunk/src/library/stats/R/nafns.R
   M /trunk/src/library/stats/R/nlm.R
   M /trunk/src/library/stats/R/nlminb.R
   M /trunk/src/library/stats/R/nls-profile.R
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/R/nlsFunc.R
   M /trunk/src/library/stats/R/oneway.test.R
   M /trunk/src/library/stats/R/optim.R
   M /trunk/src/library/stats/R/p.adjust.R
   M /trunk/src/library/stats/R/pairwise.R
   M /trunk/src/library/stats/R/plot.lm.R
   M /trunk/src/library/stats/R/power.R
   M /trunk/src/library/stats/R/power.anova.test.R
   M /trunk/src/library/stats/R/ppoints.R
   M /trunk/src/library/stats/R/ppr.R
   M /trunk/src/library/stats/R/prcomp.R
   M /trunk/src/library/stats/R/predict.R
   M /trunk/src/library/stats/R/predict.glm.R
   M /trunk/src/library/stats/R/princomp-add.R
   M /trunk/src/library/stats/R/princomp.R
   M /trunk/src/library/stats/R/profile.R
   M /trunk/src/library/stats/R/proj.R
   M /trunk/src/library/stats/R/prop.test.R
   M /trunk/src/library/stats/R/prop.trend.test.R
   M /trunk/src/library/stats/R/qqnorm.R
   M /trunk/src/library/stats/R/qqplot.R
   M /trunk/src/library/stats/R/quade.test.R
   M /trunk/src/library/stats/R/quantile.R
   M /trunk/src/library/stats/R/r2dtable.R
   M /trunk/src/library/stats/R/relevel.R
   M /trunk/src/library/stats/R/reorder.factor.R
   M /trunk/src/library/stats/R/reshape.R
   M /trunk/src/library/stats/R/runmed.R
   M /trunk/src/library/stats/R/sd.R
   M /trunk/src/library/stats/R/selfStart.R
   M /trunk/src/library/stats/R/shapiro.test.R
   M /trunk/src/library/stats/R/smooth.R
   M /trunk/src/library/stats/R/smspline.R
   M /trunk/src/library/stats/R/spectrum.R
   M /trunk/src/library/stats/R/spline.R
   M /trunk/src/library/stats/R/splinefun.R
   M /trunk/src/library/stats/R/stats-defunct.R
   M /trunk/src/library/stats/R/stats-deprecated.R
   M /trunk/src/library/stats/R/stepfun.R
   M /trunk/src/library/stats/R/stl.R
   M /trunk/src/library/stats/R/symnum.R
   M /trunk/src/library/stats/R/t.test.R
   M /trunk/src/library/stats/R/termplot.R
   M /trunk/src/library/stats/R/ts-tests.R
   M /trunk/src/library/stats/R/ts.R
   M /trunk/src/library/stats/R/tukeyline.R
   M /trunk/src/library/stats/R/update.R
   M /trunk/src/library/stats/R/var.test.R
   M /trunk/src/library/stats/R/vcov.R
   M /trunk/src/library/stats/R/weighted.mean.R
   M /trunk/src/library/stats/R/wilcox.test.R
   M /trunk/src/library/stats/R/xtabs.R
   M /trunk/src/library/stats/R/zzModels.R
   M /trunk/src/library/stats/R/zzz.R
   M /trunk/src/library/stats/tests/nafns.R
   M /trunk/src/library/stats/tests/nls.R
   M /trunk/src/library/stats/tests/nls.Rout.save
   M /trunk/src/library/stats/tests/ts-tests.R
   M /trunk/src/library/stats4/R/BIC.R
   M /trunk/src/library/stats4/R/mle.R
   M /trunk/src/library/tcltk/R/Tk.R
   M /trunk/src/library/tcltk/R/tclarray.R
   M /trunk/src/library/tcltk/R/tclsearch.R
   M /trunk/src/library/tcltk/R/tcltk-defunct.R
   M /trunk/src/library/tcltk/R/tkGUI.R
   M /trunk/src/library/tcltk/R/unix/zzz.R
   M /trunk/src/library/tcltk/R/unix/zzzstub.R
   M /trunk/src/library/tcltk/R/utils.R
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/Rd.R
   M /trunk/src/library/tools/R/Vignettes.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/encodings.R
   M /trunk/src/library/tools/R/index.R
   M /trunk/src/library/tools/R/makeLazyLoad.R
   M /trunk/src/library/tools/R/md5.R
   M /trunk/src/library/tools/R/package.dependencies.R
   M /trunk/src/library/tools/R/packageshtml.R
   M /trunk/src/library/tools/R/pkgDepends.R
   M /trunk/src/library/tools/R/read.00Index.R
   M /trunk/src/library/tools/R/recode.R
   M /trunk/src/library/tools/R/tools-defunct.R
   M /trunk/src/library/tools/R/tools-deprecated.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/R/writePACKAGES.R
   M /trunk/src/library/tools/R/xgettext.R
   M /trunk/src/library/tools/R/zzz.R
   M /trunk/src/library/utils/R/RShowDoc.R
   M /trunk/src/library/utils/R/RSiteSearch.R
   M /trunk/src/library/utils/R/Rprof.R
   M /trunk/src/library/utils/R/Sweave.R
   M /trunk/src/library/utils/R/URLencode.R
   M /trunk/src/library/utils/R/alarm.R
   M /trunk/src/library/utils/R/apropos.R
   M /trunk/src/library/utils/R/aqua/GUI.R
   M /trunk/src/library/utils/R/aqua/install.packages.R
   M /trunk/src/library/utils/R/capture.output.R
   M /trunk/src/library/utils/R/citation.R
   M /trunk/src/library/utils/R/combn.R
   M /trunk/src/library/utils/R/data.R
   M /trunk/src/library/utils/R/databrowser.R
   M /trunk/src/library/utils/R/de.R
   M /trunk/src/library/utils/R/debugger.R
   M /trunk/src/library/utils/R/demo.R
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/R/example.R
   M /trunk/src/library/utils/R/filetest.R
   M /trunk/src/library/utils/R/fix.R
   M /trunk/src/library/utils/R/format.R
   M /trunk/src/library/utils/R/frametools.R
   M /trunk/src/library/utils/R/glob2rx.R
   M /trunk/src/library/utils/R/head.R
   M /trunk/src/library/utils/R/help.R
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/R/history.R
   M /trunk/src/library/utils/R/iconv.R
   M /trunk/src/library/utils/R/indices.R
   M /trunk/src/library/utils/R/menu.R
   M /trunk/src/library/utils/R/mirrorAdmin.R
   M /trunk/src/library/utils/R/modifyList.R
   M /trunk/src/library/utils/R/object.size.R
   M /trunk/src/library/utils/R/objects.R
   M /trunk/src/library/utils/R/package.skeleton.R
   M /trunk/src/library/utils/R/packageStatus.R
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/R/packages2.R
   M /trunk/src/library/utils/R/page.R
   M /trunk/src/library/utils/R/prompt.R
   M /trunk/src/library/utils/R/question.R
   M /trunk/src/library/utils/R/read.DIF.R
   M /trunk/src/library/utils/R/read.fortran.R
   M /trunk/src/library/utils/R/read.fwf.R
   M /trunk/src/library/utils/R/readNEWS.R
   M /trunk/src/library/utils/R/readhttp.R
   M /trunk/src/library/utils/R/readtable.R
   M /trunk/src/library/utils/R/relist.R
   M /trunk/src/library/utils/R/roman.R
   M /trunk/src/library/utils/R/sessionInfo.R
   M /trunk/src/library/utils/R/sock.R
   M /trunk/src/library/utils/R/str.R
   M /trunk/src/library/utils/R/summRprof.R
   M /trunk/src/library/utils/R/toLatex.R
   M /trunk/src/library/utils/R/unix/bug.report.R
   M /trunk/src/library/utils/R/unix/download.file.R
   M /trunk/src/library/utils/R/unix/help.R
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/R/unix/install.packages.R
   M /trunk/src/library/utils/R/unix/sysutils.R
   M /trunk/src/library/utils/R/utils-defunct.R
   M /trunk/src/library/utils/R/utils-deprecated.R
   M /trunk/src/library/utils/R/vignette.R
   M /trunk/src/library/utils/R/widgets.R
   M /trunk/src/library/utils/R/windows/Rconsole.R
   M /trunk/src/library/utils/R/windows/bug.report.R
   M /trunk/src/library/utils/R/windows/choose.files.R
   M /trunk/src/library/utils/R/windows/download.file.R
   M /trunk/src/library/utils/R/windows/help.R
   M /trunk/src/library/utils/R/windows/help.start.R
   M /trunk/src/library/utils/R/windows/install.packages.R
   M /trunk/src/library/utils/R/windows/linkhtml.R
   M /trunk/src/library/utils/R/windows/sysutils.R
   M /trunk/src/library/utils/R/windows/winDialog.R
   M /trunk/src/library/utils/R/withVisible.R
   M /trunk/src/library/utils/R/write.table.R
   M /trunk/src/library/utils/R/zip.R
   M /trunk/src/library/utils/R/zzz.R

add licence statements
------------------------------------------------------------------------
r42339 | leisch | 2007-07-27 12:16:06 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

relist Wroclaw
------------------------------------------------------------------------
r42340 | ripley | 2007-07-27 13:36:21 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/version.c

update licence info
------------------------------------------------------------------------
r42341 | ripley | 2007-07-27 13:40:37 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/COPYRIGHTS

yet more missing credits
------------------------------------------------------------------------
r42342 | ripley | 2007-07-27 16:02:34 -0400 (Fri, 27 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/sequence.Rd

clarifications
------------------------------------------------------------------------
r42343 | ripley | 2007-07-28 03:08:39 -0400 (Sat, 28 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

stop asking a result to be correct to 23 dp!
------------------------------------------------------------------------
r42344 | ripley | 2007-07-28 03:24:34 -0400 (Sat, 28 Jul 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.R
   M /branches/R-2-5-branch/tests/d-p-q-r-tests.Rout.save

port r42343 from trunk
------------------------------------------------------------------------
r42345 | ripley | 2007-07-28 04:34:25 -0400 (Sat, 28 Jul 2007) | 1 line
Changed paths:
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

clarify pf test
------------------------------------------------------------------------
r42346 | ripley | 2007-07-28 05:24:32 -0400 (Sat, 28 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c

typos in non-iconv case
------------------------------------------------------------------------
r42347 | luke | 2007-07-28 11:01:02 -0400 (Sat, 28 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

Added PRIMVAL function for parallem math experiments.
------------------------------------------------------------------------
r42348 | hornik | 2007-07-29 14:44:07 -0400 (Sun, 29 Jul 2007) | 4 lines
Changed paths:
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/scripts/INSTALL.in

New .vcreate_bundle_package_descriptions() to suitably merge (rather than
just concatenate) bundle and package metadata at install time.
New .test_package_depends_R_version() to test R version dependencies, with
support for more dependency operators.
------------------------------------------------------------------------
r42349 | hornik | 2007-07-29 14:44:18 -0400 (Sun, 29 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/dcf.c

Make escaped blank lines work for the internal C code as well.
------------------------------------------------------------------------
r42350 | hornik | 2007-07-29 14:44:22 -0400 (Sun, 29 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/encodings.R

Use read.dcf(all = TRUE) in get_IANA_character_sets().
------------------------------------------------------------------------
r42351 | hornik | 2007-07-29 14:44:29 -0400 (Sun, 29 Jul 2007) | 1 line
Changed paths:
   M /trunk/share/encodings/character-sets

Updated.
------------------------------------------------------------------------
r42352 | ripley | 2007-07-30 03:16:39 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-intro.texi

Use @,{c} for c-cedilla (declaring encoding seems not to work for dvi).
Quailify one use of 'shell' by Unix-alike.#

------------------------------------------------------------------------
r42353 | ripley | 2007-07-30 04:01:52 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

updates on Solaris
------------------------------------------------------------------------
r42354 | ripley | 2007-07-30 05:48:44 -0400 (Mon, 30 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   M /trunk/src/library/tools/R/admin.R

update INSTALL to match Unix version

------------------------------------------------------------------------
r42355 | ripley | 2007-07-30 09:30:51 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Defn.h
   M /trunk/src/main/RNG.c
   M /trunk/src/main/main.c
   M /trunk/src/main/sysutils.c

remove unused InitRand, merge into RNG initialization
------------------------------------------------------------------------
r42356 | hornik | 2007-07-30 09:45:11 -0400 (Mon, 30 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/INSTALL.in

Warn about invalid bundle DESCRIPTION Contains fields, and skip the
installation of such bundles.
------------------------------------------------------------------------
r42357 | ripley | 2007-07-30 10:11:11 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/datetime.c

clean up the (non-)use of R-log.
Windows has gettimeofday, but it is not particularly accurate.

------------------------------------------------------------------------
r42358 | ripley | 2007-07-30 10:16:46 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/include/config.h.in

remove HAVE_WORKING_LOG
------------------------------------------------------------------------
r42359 | ripley | 2007-07-30 15:01:38 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

tweak
------------------------------------------------------------------------
r42360 | hornik | 2007-07-30 17:06:09 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/admin.R

Need to escape blank lines in DESCRIPTION field values.
------------------------------------------------------------------------
r42361 | luke | 2007-07-30 17:24:22 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

Added PRIMFUN and SET_PRIMFUN functions.
------------------------------------------------------------------------
r42362 | ripley | 2007-07-30 23:38:29 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/md5check.c

update for Inno Setup 5.1.13
------------------------------------------------------------------------
r42363 | ripley | 2007-07-30 23:41:56 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/mlutils.c

R_log is no longer used
------------------------------------------------------------------------
r42364 | ripley | 2007-07-30 23:57:15 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42365 | ripley | 2007-07-31 00:14:38 -0400 (Tue, 31 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/mtext.Rd
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/text.Rd

clarifications, especially re 'srt'

------------------------------------------------------------------------
r42366 | hornik | 2007-07-31 03:31:09 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   A /trunk/src/library/base/R/funprog.R
   A /trunk/src/library/base/man/funprog.Rd

New higher-order functions Reduce(), Filter() and Map().
------------------------------------------------------------------------
r42367 | maechler | 2007-07-31 04:40:02 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/qt.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

more qt() improvements
------------------------------------------------------------------------
r42368 | maechler | 2007-07-31 04:40:39 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/toms708.c

more log_p handling
------------------------------------------------------------------------
r42369 | ripley | 2007-07-31 04:45:38 -0400 (Tue, 31 Jul 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/admin.R

cope with Depends: R (no version)

------------------------------------------------------------------------
r42370 | ripley | 2007-07-31 09:29:58 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/toms708.c

fix YET AGAIN malformed comments ca line 630
------------------------------------------------------------------------
r42371 | ripley | 2007-07-31 10:27:15 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/tools/R/admin.R

more on checking R versions
------------------------------------------------------------------------
r42372 | leisch | 2007-07-31 10:29:41 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

add hoobly mirror
------------------------------------------------------------------------
r42373 | murdoch | 2007-07-31 14:48:24 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/barplot.Rd

typo
------------------------------------------------------------------------
r42374 | ripley | 2007-07-31 16:36:17 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/utils/R/indices.R
   M /trunk/src/library/utils/R/packages.R

speed up install.packages and related funs
------------------------------------------------------------------------
r42375 | maechler | 2007-07-31 17:24:49 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/qt.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

more qt() improvements, notably using correct P <-> p relation
------------------------------------------------------------------------
r42376 | ripley | 2007-08-01 02:51:29 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/tools/R/QC.R

port speed-up from trunk
------------------------------------------------------------------------
r42377 | ripley | 2007-08-01 04:49:17 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-IO2.R
   M /trunk/tests/reg-IO2.Rout.save

close connection
------------------------------------------------------------------------
r42378 | ripley | 2007-08-01 04:54:10 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/strptime.Rd
   M /trunk/src/library/stats/R/ts.R

tweak to print.ts and docs
------------------------------------------------------------------------
r42379 | ripley | 2007-08-01 04:55:59 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/base/man/strptime.Rd
   M /branches/R-2-5-branch/src/library/stats/R/ts.R

port r42378 from trunk
------------------------------------------------------------------------
r42380 | maechler | 2007-08-01 05:00:44 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/nmath/qt.c

qt(): port most of r42375 (and prev) from trunk
------------------------------------------------------------------------
r42381 | ripley | 2007-08-01 05:04:06 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/aggregate.Rd

add example and comments
------------------------------------------------------------------------
r42382 | ripley | 2007-08-01 05:18:08 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.c

add comment
------------------------------------------------------------------------
r42383 | hornik | 2007-08-01 06:53:29 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42384 | hornik | 2007-08-01 06:53:31 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42385 | ripley | 2007-08-01 08:08:39 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

check for CR line endings too
------------------------------------------------------------------------
r42386 | ripley | 2007-08-01 08:29:49 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

add check for line endings in makefiles
------------------------------------------------------------------------
r42387 | ripley | 2007-08-01 09:21:41 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on Sun Studio
------------------------------------------------------------------------
r42388 | murdoch | 2007-08-01 23:46:48 -0400 (Wed, 01 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/system.c

Port of r42059 from trunk (.Platform$GUI)
------------------------------------------------------------------------
r42389 | maechler | 2007-08-02 03:42:44 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/makeBasicFunsList.R
   M /trunk/src/library/methods/man/implicitGeneric.Rd

slightl extend comments
------------------------------------------------------------------------
r42390 | ripley | 2007-08-02 04:24:57 -0400 (Thu, 02 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/appl/dpbfa.f
   M /trunk/src/appl/dqrdc2.f
   M /trunk/src/appl/lminfl.f
   M /trunk/src/library/stats/src/bsplvd.f
   M /trunk/src/library/stats/src/bvalue.f
   M /trunk/src/library/stats/src/eureka.f
   M /trunk/src/library/stats/src/hclust.f
   M /trunk/src/library/stats/src/kmns.f
   M /trunk/src/library/stats/src/portsrc.f
   M /trunk/src/library/stats/src/ppr.f
   M /trunk/src/library/stats/src/sgram.f
   M /trunk/src/library/stats/src/sslvrg.f
   M /trunk/src/library/stats/src/stl.f

Fortran improvements suggested by ftncheck

------------------------------------------------------------------------
r42391 | ripley | 2007-08-02 05:48:57 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/bvalue.f
   M /trunk/src/library/stats/src/bvalus.f
   M /trunk/src/library/stats/src/portsrc.f
   M /trunk/src/library/stats/src/sslvrg.f
   M /trunk/src/library/stats/src/stl.f

more tidying up of Fortran
------------------------------------------------------------------------
r42392 | ripley | 2007-08-02 05:49:24 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42393 | ripley | 2007-08-02 06:57:26 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/dpois.c

use R_FINITE consistently
------------------------------------------------------------------------
r42394 | ripley | 2007-08-02 07:14:22 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/R_ext/Arith.h
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/main/arithmetic.c
   M /trunk/tools/GETCONFIG

avoid using isfinite in headers that might be used from C++
------------------------------------------------------------------------
r42395 | ripley | 2007-08-02 11:52:01 -0400 (Thu, 02 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/appl/fft.c
   M /trunk/src/appl/lowess.c
   M /trunk/src/appl/pretty.c
   M /trunk/src/appl/stem.c
   M /trunk/src/appl/uncmin.c

include the headers actually needed rather than relying on Rmath.h

------------------------------------------------------------------------
r42396 | ripley | 2007-08-02 12:50:13 -0400 (Thu, 02 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/R_ext/Arith.h
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/nmath/d1mach.c
   M /trunk/src/nmath/dpq.h
   M /trunk/src/nmath/i1mach.c
   M /trunk/src/nmath/nmath.h
   M /trunk/src/nmath/polygamma.c

start tidying up headers.
port.c no longer used d1mach

------------------------------------------------------------------------
r42397 | ripley | 2007-08-02 14:03:04 -0400 (Thu, 02 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/appl/integrate.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinlinedfuns.h
   M /trunk/src/library/grDevices/src/devNull.c
   M /trunk/src/library/grid/src/grid.c
   M /trunk/src/library/grid/src/unit.c
   M /trunk/src/library/stats/src/distance.c
   M /trunk/src/library/stats/src/family.c
   M /trunk/src/library/stats/src/fexact.c
   M /trunk/src/library/stats/src/loessc.c
   M /trunk/src/library/stats/src/nls.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tools/src/text.c
   M /trunk/src/main/graphics.c
   M /trunk/src/main/main.c

start to move headers to where they are actually used

------------------------------------------------------------------------
r42398 | ripley | 2007-08-02 15:33:32 -0400 (Thu, 02 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/library/grid/src/gpar.c
   M /trunk/src/library/grid/src/unit.c
   M /trunk/src/main/CommandLineArgs.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/main.c
   M /trunk/src/main/random.c
   M /trunk/src/main/scan.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/modules/internet/sockconn.c

move some headers to individual files

------------------------------------------------------------------------
r42399 | ripley | 2007-08-02 16:12:44 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/src/viewport.c

more header twaeks
------------------------------------------------------------------------
r42400 | ripley | 2007-08-02 16:13:12 -0400 (Thu, 02 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/port.h

more header twaeks
------------------------------------------------------------------------
r42401 | ripley | 2007-08-03 02:54:35 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/unix/system.c

avoid a warning
------------------------------------------------------------------------
r42402 | ripley | 2007-08-03 03:00:57 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/R.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/library/grid/src/util.c

start reducing the set of C headers which get included
------------------------------------------------------------------------
r42403 | ripley | 2007-08-03 03:05:43 -0400 (Fri, 03 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/include/R_ext/stats_package.h

use better name for guard macro
add copyrights
don't include unneeded Rdefines.h

------------------------------------------------------------------------
r42404 | ripley | 2007-08-03 03:24:01 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/attrib.c
   M /trunk/src/main/registration.c

don't use Rdefines.h in base R, remove other unnecessary headers
------------------------------------------------------------------------
r42405 | ripley | 2007-08-03 03:29:57 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/nmath.h

add header
------------------------------------------------------------------------
r42406 | ripley | 2007-08-03 03:43:35 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/standalone/Makefile.win
   M /trunk/src/nmath/standalone/test.c

update Windows tests
------------------------------------------------------------------------
r42407 | ripley | 2007-08-03 03:44:31 -0400 (Fri, 03 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/include/Rmath.h0.in

improvements to nmath-standalone, especially on Windows

------------------------------------------------------------------------
r42408 | ripley | 2007-08-03 03:59:30 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/stats_stubs.h

add copyright header
------------------------------------------------------------------------
r42409 | ripley | 2007-08-03 04:10:37 -0400 (Fri, 03 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/include/R_ext/Arith.h
   M /trunk/src/include/R_ext/Memory.h
   M /trunk/src/include/R_ext/Print.h
   M /trunk/src/include/R_ext/RS.h
   M /trunk/src/include/R_ext/eventloop.h

document and make more use of NO_C_HEADERS

------------------------------------------------------------------------
r42410 | ripley | 2007-08-03 04:39:41 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rdefines.h

workaround for packages lme4 and edci
------------------------------------------------------------------------
r42411 | ripley | 2007-08-03 08:19:34 -0400 (Fri, 03 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/include/R_ext/RConverters.h
   M /trunk/src/include/R_ext/RStartup.h

includes are better *outside* extern "C" {}

------------------------------------------------------------------------
r42412 | ripley | 2007-08-03 11:25:06 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/R.h
   M /trunk/src/include/Rmath.h0.in

be more careful what we have inside extern "C" {}
------------------------------------------------------------------------
r42413 | ripley | 2007-08-03 17:29:02 -0400 (Fri, 03 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/namespace.R

do something useful for multiple methods lists
------------------------------------------------------------------------
r42414 | ripley | 2007-08-04 02:52:58 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/subscript.c
   M /trunk/src/main/subset.c

layout issues
------------------------------------------------------------------------
r42415 | ripley | 2007-08-04 03:43:45 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.data.frame.Rd

clarification
------------------------------------------------------------------------
r42416 | ripley | 2007-08-04 04:21:01 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.c

remove out-of-date comment
------------------------------------------------------------------------
r42417 | ripley | 2007-08-04 05:18:49 -0400 (Sat, 04 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/appl/fmin.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/nmath/d1mach.c
   M /trunk/src/nmath/i1mach.c
   M /trunk/src/nmath/nmath.h
   M /trunk/src/nmath/polygamma.c
   M /trunk/src/nmath/toms708.c

tidy up headers for private nmath

------------------------------------------------------------------------
r42418 | ripley | 2007-08-04 05:19:37 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update re headers in C++
------------------------------------------------------------------------
r42419 | ripley | 2007-08-04 05:41:21 -0400 (Sat, 04 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/nmath/nmath.h
   M /trunk/src/nmath/pgamma.c

more tidyig up of Rmath.h

------------------------------------------------------------------------
r42420 | ripley | 2007-08-04 12:58:53 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/dataframe.R

make DF[, 1] and DF[1:m, 1] consistent
------------------------------------------------------------------------
r42421 | jmc | 2007-08-04 14:02:11 -0400 (Sat, 04 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/method.skeleton.R
   M /trunk/src/library/methods/man/method.skeleton.Rd

generate argument names in method.skeleton
------------------------------------------------------------------------
r42422 | ripley | 2007-08-05 03:49:53 -0400 (Sun, 05 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/appl/fmin.c
   M /trunk/src/appl/uncmin.c
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/library/stats/src/port.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/nmath/d1mach.c
   M /trunk/src/nmath/i1mach.c
   M /trunk/src/nmath/mlutils.c
   M /trunk/src/nmath/nmath.h

eliminate MATHLIB_PRIVATE
use float.c constants rather than d1mach
port.c does not actually use i1mach

------------------------------------------------------------------------
r42423 | ripley | 2007-08-05 03:57:13 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rdefines.h

elminate temporary workaround for lme4
------------------------------------------------------------------------
r42424 | ripley | 2007-08-05 05:16:37 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/arithmetic.c
   M /trunk/src/nmath/mlutils.c

remove the possible use of 'finite'
------------------------------------------------------------------------
r42425 | ripley | 2007-08-05 06:41:03 -0400 (Sun, 05 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/nmath/toms708.c

<math.h> came too early so log1p and expm1 were not necessarily declared
Has its own rexpm1, so make use of that.

------------------------------------------------------------------------
r42426 | murdoch | 2007-08-05 06:54:52 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Clarify external pointer description.
------------------------------------------------------------------------
r42427 | ripley | 2007-08-05 07:17:52 -0400 (Sun, 05 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/zlib/gzio.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/nmath/nmath.h

tweaks for glibc systems under -ansi and -std=c99

------------------------------------------------------------------------
r42428 | murdoch | 2007-08-05 08:10:59 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

Typos
------------------------------------------------------------------------
r42429 | murdoch | 2007-08-05 08:48:22 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-lang.texi

Typo
------------------------------------------------------------------------
r42430 | murdoch | 2007-08-05 08:59:26 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Typo
------------------------------------------------------------------------
r42431 | ripley | 2007-08-05 14:00:39 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rt_complete.c

header issues
------------------------------------------------------------------------
r42432 | ripley | 2007-08-05 14:01:30 -0400 (Sun, 05 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on gcc 4.x under MinGW
------------------------------------------------------------------------
r42433 | ripley | 2007-08-06 01:56:48 -0400 (Mon, 06 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rt_complete.c

typos
------------------------------------------------------------------------
r42434 | ripley | 2007-08-06 02:36:12 -0400 (Mon, 06 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES

port fixes to typos from trunk

------------------------------------------------------------------------
r42435 | ripley | 2007-08-06 02:47:32 -0400 (Mon, 06 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-exts.texi

port fixes and improvements from trunk
------------------------------------------------------------------------
r42436 | ripley | 2007-08-06 02:53:38 -0400 (Mon, 06 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

port fixes and improvements from trunk
------------------------------------------------------------------------
r42437 | ripley | 2007-08-06 13:35:54 -0400 (Mon, 06 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/graphics.c

expand comments
------------------------------------------------------------------------
r42438 | falcon | 2007-08-06 14:27:48 -0400 (Mon, 06 Aug 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/serialize.c

Fix deserializtion of raw objects saved using ascii=TRUE

This patch also speeds up deserialization of raw objects when
ascii=FALSE.

------------------------------------------------------------------------
r42439 | luke | 2007-08-06 18:15:30 -0400 (Mon, 06 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.c

Added R_get_arith_function to support parallelized nmath experiments.
------------------------------------------------------------------------
r42440 | ripley | 2007-08-08 01:57:39 -0400 (Wed, 08 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/nchar.Rd

add comment
------------------------------------------------------------------------
r42441 | ripley | 2007-08-08 13:37:57 -0400 (Wed, 08 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

upate on Intel Compliers
------------------------------------------------------------------------
r42442 | ripley | 2007-08-09 05:58:25 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/Rdll.hide

tweak for gcc4.2.1
------------------------------------------------------------------------
r42443 | ripley | 2007-08-09 07:00:41 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r42444 | ripley | 2007-08-09 07:01:30 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/AUTHORS
   M /trunk/doc/THANKS

update for R-core changes

------------------------------------------------------------------------
r42445 | ripley | 2007-08-09 07:03:06 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/AUTHORS
   M /branches/R-2-5-branch/doc/THANKS

port r42444 from trunk
------------------------------------------------------------------------
r42446 | ripley | 2007-08-09 07:15:21 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MkRules

changes to support MinGW release of gcc 4.2.1
------------------------------------------------------------------------
r42447 | ripley | 2007-08-09 07:32:44 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

expand comment
------------------------------------------------------------------------
r42448 | ripley | 2007-08-09 08:25:00 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/main/serialize.c
   M /trunk/tests/reg-tests-1.R

avoid various (correct) warnings, add regression test

------------------------------------------------------------------------
r42449 | ripley | 2007-08-09 08:50:30 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/serialize.c

port fix for loading raw vectors from save(ascii=TRUE)

------------------------------------------------------------------------
r42450 | ripley | 2007-08-09 08:53:57 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update
------------------------------------------------------------------------
r42451 | ripley | 2007-08-09 08:54:43 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/fixed/h/config.h

updates for mingw-runtime-3.13

------------------------------------------------------------------------
r42452 | ripley | 2007-08-09 09:06:17 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/include/Rinternals.h

move some macro versions used with USE_RINTERNALS from Defn.h to Rinternals.h

------------------------------------------------------------------------
r42453 | ripley | 2007-08-09 09:27:20 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

partial update for MinGW 4.2.1
------------------------------------------------------------------------
r42454 | ripley | 2007-08-09 10:07:38 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/MakeDll
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

changes for mingw 4.2.1

------------------------------------------------------------------------
r42455 | ripley | 2007-08-09 11:12:38 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/build.in

R CMD build now corrects CRLF in makefiles

------------------------------------------------------------------------
r42456 | ripley | 2007-08-09 13:07:15 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/h/config.h

don't force -3-13 for now
------------------------------------------------------------------------
r42457 | ripley | 2007-08-09 13:08:43 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert
------------------------------------------------------------------------
r42458 | ripley | 2007-08-09 18:34:51 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

add support for gcc 4.2.1 cross-compiler
------------------------------------------------------------------------
r42459 | ripley | 2007-08-09 18:48:35 -0400 (Thu, 09 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/installer/JRins.pl

small tweak
------------------------------------------------------------------------
r42460 | ripley | 2007-08-10 03:54:16 -0400 (Fri, 10 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on MinGW compiler updates
------------------------------------------------------------------------
r42461 | ripley | 2007-08-10 03:55:44 -0400 (Fri, 10 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c

suppress warning on cleverer compilers
------------------------------------------------------------------------
r42462 | ripley | 2007-08-10 03:56:19 -0400 (Fri, 10 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

save_args is now unused
------------------------------------------------------------------------
r42463 | ripley | 2007-08-10 06:48:19 -0400 (Fri, 10 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

update
------------------------------------------------------------------------
r42464 | ripley | 2007-08-10 06:49:06 -0400 (Fri, 10 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

update for gcc 4.2.1

------------------------------------------------------------------------
r42465 | ripley | 2007-08-10 07:28:15 -0400 (Fri, 10 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/inst/doc/rotated.Snw
   M /trunk/src/library/grid/inst/doc/sharing.Snw

missing dependency
------------------------------------------------------------------------
r42466 | ripley | 2007-08-11 05:48:09 -0400 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes

tweak
------------------------------------------------------------------------
r42467 | ripley | 2007-08-11 05:48:54 -0400 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/blas/Rblas.def

sort, remove duplicates
------------------------------------------------------------------------
r42468 | ripley | 2007-08-11 06:09:08 -0400 (Sat, 11 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

tidy up use of dlltool

------------------------------------------------------------------------
r42469 | ripley | 2007-08-11 06:09:38 -0400 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42470 | ripley | 2007-08-12 07:10:19 -0400 (Sun, 12 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/build.in

fix up CR line endings in C etc sources, and CR and CRLF in makefiles

------------------------------------------------------------------------
r42471 | ripley | 2007-08-12 07:10:54 -0400 (Sun, 12 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/COPYRIGHTS
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-exts.texi
   D /trunk/doc/manual/texinfo.tex
   D /trunk/doc/manual/txi-en.tex

remove texinfo.tex, as makeinfo 4.9 is GPL3 and so incompatible

------------------------------------------------------------------------
r42472 | ripley | 2007-08-12 07:22:50 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in

remove dependence
------------------------------------------------------------------------
r42473 | ripley | 2007-08-12 07:39:41 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-lang.texi

clean up
------------------------------------------------------------------------
r42474 | ripley | 2007-08-12 07:59:11 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd

clarifications
------------------------------------------------------------------------
r42475 | ripley | 2007-08-12 08:27:02 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/inst/doc/sharing.Snw

forgot to close device
------------------------------------------------------------------------
r42476 | ripley | 2007-08-12 08:41:02 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/inst/doc/displaylist.Snw
   M /trunk/src/library/grid/inst/doc/frame.Snw
   M /trunk/src/library/grid/inst/doc/grid.Snw
   M /trunk/src/library/grid/inst/doc/grobs.Snw
   M /trunk/src/library/grid/inst/doc/interactive.Snw
   M /trunk/src/library/grid/inst/doc/locndimn.Snw
   M /trunk/src/library/grid/inst/doc/moveline.Snw
   M /trunk/src/library/grid/inst/doc/nonfinite.Snw
   M /trunk/src/library/grid/inst/doc/plotexample.Snw
   M /trunk/src/library/grid/inst/doc/saveload.Snw
   M /trunk/src/library/grid/inst/doc/viewports.Snw

clear up trailing whitespace
------------------------------------------------------------------------
r42477 | ripley | 2007-08-12 08:47:14 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/grid/inst/doc/rotated.Snw
   M /branches/R-2-5-branch/src/library/grid/inst/doc/sharing.Snw

update from trunk for MikTeX-related problems
------------------------------------------------------------------------
r42478 | ripley | 2007-08-12 10:03:49 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/unix/system.unix.R
   M /trunk/src/library/base/R/windows/system.R

add Sys.which
------------------------------------------------------------------------
r42479 | ripley | 2007-08-12 10:24:23 -0400 (Sun, 12 Aug 2007) | 2 lines
Changed paths:
   A /trunk/src/library/base/man/Sys.which.Rd

add help file, covering Windows

------------------------------------------------------------------------
r42480 | ripley | 2007-08-12 10:52:06 -0400 (Sun, 12 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/windows/system.R
   M /trunk/src/library/base/man/Sys.which.Rd
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/main/names.c

add Sys.which on Windows

------------------------------------------------------------------------
r42481 | ripley | 2007-08-12 12:54:44 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/doc/manual/Makefile.in
   M /trunk/m4/R.m4

make use of system texi2dvi in preference to one we ship
------------------------------------------------------------------------
r42482 | ripley | 2007-08-12 13:30:02 -0400 (Sun, 12 Aug 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/man/texi2dvi.Rd

make use of system texi2dvi (including MiKTeX's one) ahead of
shipped script

------------------------------------------------------------------------
r42483 | ripley | 2007-08-12 15:44:52 -0400 (Sun, 12 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/help/MkChmDll

update for gcc 4.2.1 quick
------------------------------------------------------------------------
r42484 | ripley | 2007-08-13 01:43:37 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/bzip2/bzlib.c

suppress Solaris cc warning
------------------------------------------------------------------------
r42485 | hornik | 2007-08-13 03:43:45 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42486 | hornik | 2007-08-13 03:43:48 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42487 | ripley | 2007-08-13 06:39:38 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

don't clean up .vignettes in case of error
------------------------------------------------------------------------
r42488 | ripley | 2007-08-13 07:23:04 -0400 (Mon, 13 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/man/texi2dvi.Rd

move R-based emulation to texi2dvi to texi2dvi() and enhance it.

------------------------------------------------------------------------
r42489 | deepayan | 2007-08-13 12:38:34 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/VADeaths.Rd

minor correction
------------------------------------------------------------------------
r42490 | ripley | 2007-08-13 13:07:19 -0400 (Mon, 13 Aug 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/Makefile.win

making fullrefman works again (tools was matching codetools)
update for more modern (pdf)latex

------------------------------------------------------------------------
r42491 | ripley | 2007-08-13 13:07:53 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

tweak
------------------------------------------------------------------------
r42492 | murdoch | 2007-08-13 15:40:04 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

Set default to GCC4 in MinGW builds
------------------------------------------------------------------------
r42493 | ripley | 2007-08-13 16:09:58 -0400 (Mon, 13 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/inst/enc/ISOLatin7.enc

fix PR#9845

------------------------------------------------------------------------
r42494 | ripley | 2007-08-13 16:11:42 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/library/grDevices/inst/enc/ISOLatin7.enc

port r42493 from trunk
------------------------------------------------------------------------
r42495 | hornik | 2007-08-13 16:17:56 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/rep.Rd
   M /trunk/src/library/datasets/man/crimtab.Rd
   M /trunk/src/library/stats/man/model.frame.Rd

Rd markup.
------------------------------------------------------------------------
r42496 | ripley | 2007-08-13 16:27:55 -0400 (Mon, 13 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules

move default for Windows' build and cross-build to gcc-4.2.1 

------------------------------------------------------------------------
r42497 | ripley | 2007-08-14 02:52:56 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42498 | ripley | 2007-08-14 03:38:05 -0400 (Tue, 14 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi
   M /branches/R-2-5-branch/src/gnuwin32/Makefile
   M /branches/R-2-5-branch/src/gnuwin32/MkRules
   M /branches/R-2-5-branch/src/gnuwin32/help/MkChmDll

tweaks for building with gcc4

------------------------------------------------------------------------
r42499 | ripley | 2007-08-14 04:26:41 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/MkRules

revert default
------------------------------------------------------------------------
r42500 | maechler | 2007-08-14 06:14:52 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/dpq.h

comment cosmetic
------------------------------------------------------------------------
r42501 | ripley | 2007-08-14 06:17:41 -0400 (Tue, 14 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Memory-limits.Rd
   M /trunk/src/library/utils/man/update.packages.Rd

typos and updates

------------------------------------------------------------------------
r42502 | ripley | 2007-08-14 06:17:52 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/help/MkChmDll

add eol
------------------------------------------------------------------------
r42503 | maechler | 2007-08-14 06:18:37 -0400 (Tue, 14 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/nmath/pt.c

better test for large |x| ; probably still sub-optimal

------------------------------------------------------------------------
r42504 | ripley | 2007-08-14 06:19:56 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/Memory-limits.Rd
   M /branches/R-2-5-branch/src/library/utils/man/update.packages.Rd

port r42501 from trunk
------------------------------------------------------------------------
r42505 | pd | 2007-08-14 09:38:09 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats4/R/mle.R

fix mle when start has length 0 (causes problem with L-BFGS-B)
------------------------------------------------------------------------
r42506 | jmc | 2007-08-14 12:30:37 -0400 (Tue, 14 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/RMethodUtils.R

fix two bugs in S4 method dispatch related to ... argument
------------------------------------------------------------------------
r42507 | ripley | 2007-08-15 03:13:12 -0400 (Wed, 15 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/man/optim.Rd
   M /trunk/src/main/optim.c

handle length(par) == 0 case in all optim methods 

------------------------------------------------------------------------
r42508 | ripley | 2007-08-15 04:41:09 -0400 (Wed, 15 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

typo
Vista experience is now considerable

------------------------------------------------------------------------
r42509 | ripley | 2007-08-15 04:47:48 -0400 (Wed, 15 Aug 2007) | 2 lines
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi

port updates from trunk

------------------------------------------------------------------------
r42510 | murdoch | 2007-08-15 10:45:43 -0400 (Wed, 15 Aug 2007) | 4 lines
Changed paths:
   M /trunk/doc/manual/Makefile.win
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/installer/JRins.pl

Wrap sort in a macro in Windows makefiles.
Update description of Rtools.exe.
Use better compression in installer.

------------------------------------------------------------------------
r42511 | maechler | 2007-08-15 12:10:48 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R

extension to r42506
------------------------------------------------------------------------
r42512 | ripley | 2007-08-15 13:37:23 -0400 (Wed, 15 Aug 2007) | 3 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi

ACML exists for Solaris.
updates for updates Rtools.exe

------------------------------------------------------------------------
r42513 | ripley | 2007-08-15 14:49:34 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-admin.texi

update for updated Rtools
------------------------------------------------------------------------
r42514 | maechler | 2007-08-15 17:02:51 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

regression tests for the recent "methods" fixes
------------------------------------------------------------------------
r42515 | maechler | 2007-08-15 17:05:57 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/seq.R
   M /trunk/src/library/base/man/sequence.Rd

make sequence() reasonable (and trivial)
------------------------------------------------------------------------
r42516 | ripley | 2007-08-15 17:37:15 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

typo
------------------------------------------------------------------------
r42517 | ripley | 2007-08-15 17:39:35 -0400 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS

layout and grammar issues
------------------------------------------------------------------------
r42518 | ripley | 2007-08-16 03:48:00 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/lapply.Rd

add warning to S4 users

------------------------------------------------------------------------
r42519 | ripley | 2007-08-16 04:25:41 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS

reorder
------------------------------------------------------------------------
r42520 | ripley | 2007-08-16 05:48:28 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c

shut up -Wall
------------------------------------------------------------------------
r42521 | ripley | 2007-08-16 06:14:56 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/Makefile.in
   A /trunk/src/extra/graphapp (from /trunk/src/gnuwin32/graphapp:42515)
   M /trunk/src/extra/graphapp/Makefile
   M /trunk/src/extra/graphapp/clipboard.c
   M /trunk/src/extra/graphapp/dialogs.c
   M /trunk/src/extra/graphapp/gmenus.c
   M /trunk/src/extra/graphapp/metafile.c
   M /trunk/src/extra/graphapp/printer.c
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/front-ends/Makefile
   D /trunk/src/gnuwin32/graphapp
   M /trunk/src/include/Makefile.win
   M /trunk/src/library/grDevices/src/Makevars.win
   M /trunk/src/modules/internet/Makefile.win
   M /trunk/src/modules/internet/internet.c
   M /trunk/src/modules/internet/nanohttp.c

move graphapp to src/extra (as a prelude to making a separate DLL)

------------------------------------------------------------------------
r42522 | ripley | 2007-08-16 06:33:38 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/Makefile
   M /trunk/src/extra/graphapp/clipboard.c
   M /trunk/src/extra/graphapp/dialogs.c
   M /trunk/src/extra/graphapp/gmenus.c
   M /trunk/src/extra/graphapp/printer.c

tidy up
------------------------------------------------------------------------
r42523 | ripley | 2007-08-16 06:34:12 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   D /trunk/src/extra/graphapp/Makefile
   A /trunk/src/extra/graphapp/Makefile.win (from /trunk/src/extra/graphapp/Makefile:42522)

avoid exclusion in make dist
------------------------------------------------------------------------
r42524 | ripley | 2007-08-16 07:04:56 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/Makefile.win
   D /trunk/src/extra/graphapp/graphappmain.c
   D /trunk/src/extra/graphapp/xredef.c
   M /trunk/src/gnuwin32/COPYRIGHTS.win
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/front-ends/Makefile
   A /trunk/src/gnuwin32/front-ends/graphappmain.c (from /trunk/src/extra/graphapp/graphappmain.c:42521)

more tidying up of graphapp
------------------------------------------------------------------------
r42525 | ripley | 2007-08-16 08:21:48 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

typo
------------------------------------------------------------------------
r42526 | ripley | 2007-08-16 08:46:06 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/fixed/bin/INSTALL

port r42525 from trunk
------------------------------------------------------------------------
r42527 | ripley | 2007-08-16 08:59:28 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/Makefile.win

might get .ens files
------------------------------------------------------------------------
r42528 | maechler | 2007-08-16 09:20:56 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nls.R
   M /trunk/src/library/stats/man/nls.Rd

make nls() work for some unusual but reasonable situations, based on patches by Spencer Graves
------------------------------------------------------------------------
r42529 | ripley | 2007-08-16 09:25:05 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/graphapp/Makefile.win
   A /trunk/src/extra/graphapp/R.def
   M /trunk/src/extra/graphapp/graphapp.h
   M /trunk/src/extra/graphapp/internal.h
   M /trunk/src/extra/graphapp/stdimg.h
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/front-ends/Makefile
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/rui.c
   A /trunk/src/gnuwin32/windlgs/src/Makevars.win
   M /trunk/src/library/grDevices/src/Makevars.win
   M /trunk/src/modules/internet/Makefile.win

move graphapp to a separate DLL (to reduce namespace pollution)

------------------------------------------------------------------------
r42530 | murdoch | 2007-08-16 13:40:10 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/bind.c

Fix for rbind/cbind dispatch bug
------------------------------------------------------------------------
r42531 | murdoch | 2007-08-16 13:48:33 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/bind.c

Safer code for r42530
------------------------------------------------------------------------
r42532 | murdoch | 2007-08-16 14:47:33 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/bind.c

Port r42530+42531 from trunk.
------------------------------------------------------------------------
r42533 | ripley | 2007-08-17 01:16:24 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile

neater way that works when cross-compiling
------------------------------------------------------------------------
r42534 | ripley | 2007-08-17 01:23:50 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile
   M /trunk/src/gnuwin32/front-ends/graphappmain.c

Aargh: Windows is matchinf Internal.h to internal.h
------------------------------------------------------------------------
r42535 | ripley | 2007-08-17 02:04:19 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/include/R_ext/eventloop.h
   M /trunk/src/unix/sys-std.c

add missing header

------------------------------------------------------------------------
r42536 | ripley | 2007-08-17 02:05:07 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/bindenv.Rd
   M /trunk/src/library/graphics/man/zAxis.Rd
   M /trunk/src/library/grid/man/grid-package.Rd
   M /trunk/src/library/stats/man/SSD.Rd
   M /trunk/src/library/tools/man/undoc.Rd
   M /trunk/src/library/utils/man/vignette.Rd

sort out some missing references in refman.pdf

------------------------------------------------------------------------
r42537 | ripley | 2007-08-17 02:26:26 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/difftime.Rd
   M /trunk/src/library/base/man/dynload.Rd
   M /trunk/src/library/splines/man/splines-package.Rd

more on links in refman

------------------------------------------------------------------------
r42538 | ripley | 2007-08-17 04:07:00 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

tweak to texi2dvi emulation
------------------------------------------------------------------------
r42539 | ripley | 2007-08-17 12:04:32 -0400 (Fri, 17 Aug 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/doc/COPYRIGHTS
   M /trunk/doc/manual/Makefile.in
   M /trunk/doc/manual/R-admin.texi
   M /trunk/m4/R.m4
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/man/texi2dvi.Rd
   M /trunk/src/scripts/Makefile.in
   D /trunk/src/scripts/texi2dvi

Require texi2dvi (part of texinfo) to make manuals when installing R.
Fall back to R code for making vignettes if not present.

------------------------------------------------------------------------
r42540 | ripley | 2007-08-17 12:06:55 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Makefile.in

copy error
------------------------------------------------------------------------
r42541 | ripley | 2007-08-17 12:09:28 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/appl/Makefile.win
   M /trunk/src/extra/bzip2/Makefile.win
   M /trunk/src/extra/graphapp/Makefile.win
   M /trunk/src/extra/intl/Makefile.win
   M /trunk/src/extra/pcre/Makefile.win
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/front-ends/Makefile
   M /trunk/src/gnuwin32/getline/Makefile
   M /trunk/src/gnuwin32/help/MkChmDll
   M /trunk/src/library/grDevices/src/Makevars.win
   M /trunk/src/main/Makefile.win
   M /trunk/src/modules/internet/Makefile.win
   M /trunk/src/modules/lapack/Makefile.win
   M /trunk/src/modules/vfonts/Makefile.win
   M /trunk/src/nmath/Makefile.win

separate out CPPFLAGS and CFLAGS
------------------------------------------------------------------------
r42542 | ripley | 2007-08-17 12:29:26 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/Makefile.win
   A /trunk/src/extra/graphapp/dllversion.rc

add version info to dll
------------------------------------------------------------------------
r42543 | ripley | 2007-08-17 13:29:47 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/main/RNG.c

prepare to remove C code for TAOCP1997
------------------------------------------------------------------------
r42544 | ripley | 2007-08-17 14:02:50 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/main/main.c

get includes in before extern is redefined.

------------------------------------------------------------------------
r42545 | ripley | 2007-08-18 01:39:15 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/nls.Rd

remove pointless system.time (results are usually 0 on Windows)

------------------------------------------------------------------------
r42546 | ripley | 2007-08-18 01:56:22 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/nls.R

bugfix r42528 so make check-all works again
------------------------------------------------------------------------
r42547 | ripley | 2007-08-18 02:44:57 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/COPYRIGHTS
   M /trunk/src/gnuwin32/Rdll.hide
   A /trunk/src/library/base/R/TAOCP.R
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/library/base/man/base-internal.Rd
   M /trunk/src/main/RNG.c
   D /trunk/src/main/TAOCP1997.c

change initialization of TAOCP 1997 generator to R code

------------------------------------------------------------------------
r42548 | ripley | 2007-08-18 03:52:57 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/errors.c

comment out unreachable code
------------------------------------------------------------------------
r42549 | ripley | 2007-08-18 03:54:44 -0400 (Sat, 18 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/nmath/beta.c
   M /trunk/src/nmath/gamma.c
   M /trunk/src/nmath/lgammacor.c
   M /trunk/src/nmath/nmath.h

replacing underflow by incorrect denormalized value is not helpful
(and not what was done for overflow).

------------------------------------------------------------------------
r42550 | ripley | 2007-08-18 04:04:09 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/lgammacor.c

add comment
------------------------------------------------------------------------
r42551 | ripley | 2007-08-18 06:26:48 -0400 (Sat, 18 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/appl/Makefile.in
   M /trunk/src/appl/Makefile.win
   D /trunk/src/appl/approx.c
   M /trunk/src/appl/fft.c
   D /trunk/src/appl/lminfl.f
   D /trunk/src/appl/loglin.c
   D /trunk/src/appl/lowess.c
   D /trunk/src/appl/lowess.doc
   D /trunk/src/appl/massdist.c
   D /trunk/src/appl/splines.c
   M /trunk/src/appl/stem.c
   M /trunk/src/appl/strsignif.c
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/R_ext/Applic.h
   M /trunk/src/library/stats/R/approx.R
   M /trunk/src/library/stats/R/density.R
   M /trunk/src/library/stats/R/lm.influence.R
   M /trunk/src/library/stats/R/loglin.R
   M /trunk/src/library/stats/R/lowess.R
   M /trunk/src/library/stats/R/spline.R
   M /trunk/src/library/stats/R/splinefun.R
   M /trunk/src/library/stats/src/Makefile.in
   A /trunk/src/library/stats/src/approx.c (from /trunk/src/appl/approx.c:42549)
   M /trunk/src/library/stats/src/init.c
   A /trunk/src/library/stats/src/lminfl.f (from /trunk/src/appl/lminfl.f:42549)
   A /trunk/src/library/stats/src/loglin.c (from /trunk/src/appl/loglin.c:42549)
   A /trunk/src/library/stats/src/lowess.c (from /trunk/src/appl/lowess.c:42549)
   A /trunk/src/library/stats/src/lowess.doc (from /trunk/src/appl/lowess.doc:42549)
   A /trunk/src/library/stats/src/massdist.c (from /trunk/src/appl/massdist.c:42549)
   A /trunk/src/library/stats/src/splines.c (from /trunk/src/appl/splines.c:42549)
   M /trunk/src/library/stats/src/stats.h
   M /trunk/src/main/registration.c

move some stats source files to stats/src.
possible effects of information hiding not fully checked yet.

------------------------------------------------------------------------
r42552 | ripley | 2007-08-18 06:46:41 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/appl/Makefile.in

fix up make dist
------------------------------------------------------------------------
r42553 | ripley | 2007-08-18 10:29:50 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r42554 | ripley | 2007-08-18 11:35:48 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/appl/bakslv.c
   M /trunk/src/appl/binning.c
   M /trunk/src/appl/cpoly.c
   M /trunk/src/appl/fft.c
   M /trunk/src/include/R_ext/Applic.h
   M /trunk/src/main/memory.c

more tweaks to visibility
------------------------------------------------------------------------
r42555 | maechler | 2007-08-18 16:11:40 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/reshape.Rd

more \seealso entries (long overdue)
------------------------------------------------------------------------
r42556 | maechler | 2007-08-18 16:12:23 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/nls.R

more stringent test for non-standard list case
------------------------------------------------------------------------
r42557 | maechler | 2007-08-18 16:39:36 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS

add one more line about nls() patches

------------------------------------------------------------------------
r42558 | ripley | 2007-08-19 12:21:12 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/utils/man/update.packages.Rd

small clarifications
------------------------------------------------------------------------
r42559 | ripley | 2007-08-19 12:23:41 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/base/man/connections.Rd
   M /branches/R-2-5-branch/src/library/utils/man/update.packages.Rd

port r42558 from trunk
------------------------------------------------------------------------
r42560 | ripley | 2007-08-19 14:25:19 -0400 (Sun, 19 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/browseURL.Rd

update: firefox no longer accepts old-style Mozilla file: paths

------------------------------------------------------------------------
r42561 | ripley | 2007-08-19 14:27:15 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/library/utils/man/browseURL.Rd

port r42560 from trunk
------------------------------------------------------------------------
r42562 | ripley | 2007-08-19 14:29:46 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/man/update.packages.Rd

tweak use of file: in {available,download}.packages
------------------------------------------------------------------------
r42563 | murdoch | 2007-08-19 16:56:31 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/help/Makefile

Allow R CMD INSTALL to continue when hhc fails.
------------------------------------------------------------------------
r42564 | ripley | 2007-08-20 04:19:55 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/graphapp.h

missing GA_ prefix
------------------------------------------------------------------------
r42565 | ripley | 2007-08-20 04:20:46 -0400 (Mon, 20 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/fixed/h/config.h

trio provides POSIX printf
tidy up exports from R.dll

------------------------------------------------------------------------
r42566 | ripley | 2007-08-20 06:43:53 -0400 (Mon, 20 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/match.R
   M /trunk/src/library/base/man/match.arg.Rd
   M /trunk/tests/reg-tests-1.R

fix for PR#9859, and more problems with match.arg

------------------------------------------------------------------------
r42567 | ripley | 2007-08-20 06:46:33 -0400 (Mon, 20 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/grDevices/src/devWindows.c

don't try to unload Rbitmap.dll
MinGW now does have tsearch
document why some entry points need to be visible

------------------------------------------------------------------------
r42568 | ripley | 2007-08-20 06:46:57 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

tweak
------------------------------------------------------------------------
r42569 | ripley | 2007-08-20 07:44:44 -0400 (Mon, 20 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/bitmap/Makefile
   M /trunk/src/gnuwin32/rui.c
   M /trunk/src/gnuwin32/rui.h
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/main/CommandLineArgs.c

move Rbitmap.dll to grDevices where it is used
clean up loadRconsole
more notes on where entry points are used.

------------------------------------------------------------------------
r42570 | ripley | 2007-08-20 07:59:24 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42571 | ripley | 2007-08-20 09:55:28 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile

use some macros to make 64-bit version easier
------------------------------------------------------------------------
r42572 | ripley | 2007-08-20 10:04:01 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rt_complete.c

conditionalize min
------------------------------------------------------------------------
r42573 | ripley | 2007-08-20 10:07:32 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/modules/internet/Makefile.win
   M /trunk/src/modules/internet/Rsock.c
   M /trunk/src/modules/internet/nanoftp.c
   M /trunk/src/modules/internet/nanohttp.c
   M /trunk/src/modules/internet/sock.c

move to winsock2
------------------------------------------------------------------------
r42574 | ripley | 2007-08-20 12:36:53 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

move redefines below header files
------------------------------------------------------------------------
r42575 | ripley | 2007-08-20 13:36:06 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/Makefile.win
   M /trunk/src/extra/graphapp/buttons.c

tweaks for 64-bit compiles
------------------------------------------------------------------------
r42576 | ripley | 2007-08-20 13:38:21 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/dcigettext.c

Win64 workaround
------------------------------------------------------------------------
r42577 | ripley | 2007-08-20 14:06:15 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/buttons.c
   M /trunk/src/extra/graphapp/events.c
   M /trunk/src/extra/graphapp/internal.h
   M /trunk/src/extra/graphapp/windows.c

tweaks for 64-bit builds
------------------------------------------------------------------------
r42578 | ripley | 2007-08-20 14:31:32 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/graphapp/internal.h

tweak
------------------------------------------------------------------------
r42579 | ripley | 2007-08-20 16:49:49 -0400 (Mon, 20 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/opt.c

win64 tweak
------------------------------------------------------------------------
r42580 | ripley | 2007-08-21 04:36:27 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/l10nflist.c

try harder to suppress compiler warning
------------------------------------------------------------------------
r42581 | ripley | 2007-08-21 05:02:31 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/bitmap/Makefile

add MMX protection
------------------------------------------------------------------------
r42582 | ripley | 2007-08-21 05:47:32 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/include/Rdynpriv.h
   M /trunk/src/main/Rdynload.c
   M /trunk/src/main/dotcode.c
   M /trunk/src/main/memory.c
   M /trunk/src/unix/dynload.c

work around warnings about converting to and from function pointers

------------------------------------------------------------------------
r42583 | ripley | 2007-08-21 06:21:31 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/modules/internet/Rsock.c
   M /trunk/src/modules/internet/nanohttp.c

kill warnings on Sun Studio compilers
------------------------------------------------------------------------
r42584 | ripley | 2007-08-21 07:46:23 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/m4/R.m4
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in

test for wcstod
------------------------------------------------------------------------
r42585 | ripley | 2007-08-21 07:56:08 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/graphapp/controls.c
   M /trunk/src/extra/graphapp/drawing.c
   M /trunk/src/extra/graphapp/internal.h
   M /trunk/src/extra/graphapp/windows.c

avoid some warnings

------------------------------------------------------------------------
r42586 | ripley | 2007-08-21 08:08:53 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/src/Makevars.win

workaround on Windows
------------------------------------------------------------------------
r42587 | ripley | 2007-08-21 08:38:38 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

update for Win64
------------------------------------------------------------------------
r42588 | ripley | 2007-08-21 08:51:46 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

use C99FLAG everywhere
------------------------------------------------------------------------
r42589 | ripley | 2007-08-21 10:02:45 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/blas/Makefile.win
   M /trunk/src/extra/graphapp/Makefile.win
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/front-ends/Makefile
   M /trunk/src/modules/internet/Makefile.win
   M /trunk/src/modules/lapack/Makefile.win
   M /trunk/src/modules/vfonts/Makefile.win

add support for using import libraries rather than linking directly to DLLs

------------------------------------------------------------------------
r42590 | ripley | 2007-08-21 10:16:22 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

missed use of IMPDIR
------------------------------------------------------------------------
r42591 | ripley | 2007-08-21 11:12:10 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/front-ends/bdx_com.c

fix needed for Win64 headers

------------------------------------------------------------------------
r42592 | ripley | 2007-08-21 11:43:36 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/front-ends/graphappmain.c

patch for Win64

------------------------------------------------------------------------
r42593 | ripley | 2007-08-21 11:50:21 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/graphappmain.c

tidy up
------------------------------------------------------------------------
r42594 | ripley | 2007-08-21 15:20:02 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in

typo
------------------------------------------------------------------------
r42595 | ripley | 2007-08-21 15:39:18 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Applic.h

update comment
------------------------------------------------------------------------
r42596 | ripley | 2007-08-21 15:41:37 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/extra/blas/Makefile.in

tweaks for Cygwin

------------------------------------------------------------------------
r42597 | ripley | 2007-08-21 15:47:52 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/xdr/rpc/types.h
   M /trunk/src/extra/xdr/xdr_mem.c
   M /trunk/src/extra/xdr/xdr_stdio.c
   M /trunk/src/unix/dynload.c

tweaks for cygwin

------------------------------------------------------------------------
r42598 | ripley | 2007-08-21 15:56:02 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/connections.Rd

use a distinctive name: fails on Cygwin

------------------------------------------------------------------------
r42599 | ripley | 2007-08-21 16:21:09 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

tweak for cygwin
------------------------------------------------------------------------
r42600 | ripley | 2007-08-21 16:30:38 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/extra/blas/Makefile.in
   M /trunk/src/main/datetime.c

final tweaks for cygwin
------------------------------------------------------------------------
r42601 | ripley | 2007-08-21 16:41:43 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   A /trunk/src/extra/blas/xerbla.c

final tweaks for cygwin
------------------------------------------------------------------------
r42602 | ripley | 2007-08-21 17:20:19 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on cygwin
------------------------------------------------------------------------
r42603 | ripley | 2007-08-22 00:26:16 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/m4/R.m4

typo
------------------------------------------------------------------------
r42604 | ripley | 2007-08-22 00:31:57 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/m4/R.m4

typo
------------------------------------------------------------------------
r42605 | ripley | 2007-08-22 00:41:22 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/Makefile.in
   A /trunk/src/extra/intl/intl-exports.c

add for cygwin
------------------------------------------------------------------------
r42606 | ripley | 2007-08-22 01:12:44 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/etc/Makeconf.in
   M /trunk/src/modules/X11/Makefile.in
   M /trunk/src/modules/internet/Makefile.in
   M /trunk/src/modules/internet/sock.c
   M /trunk/src/modules/lapack/Makefile.in
   M /trunk/tests/Makefile.in

cygwin tweaks
------------------------------------------------------------------------
r42607 | ripley | 2007-08-22 01:21:28 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/etc/Makeconf.in
   M /trunk/src/modules/X11/Makefile.in
   M /trunk/src/modules/internet/Makefile.in
   M /trunk/src/modules/lapack/Makefile.in

revert part of r42606
------------------------------------------------------------------------
r42608 | maechler | 2007-08-22 04:35:04 -0400 (Wed, 22 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/plot.window.Rd

more on the special 'asp' behavior

------------------------------------------------------------------------
r42609 | ripley | 2007-08-22 06:40:55 -0400 (Wed, 22 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/front-ends/Makefile
   M /trunk/src/library/methods/R/Makefile.win

introduce WIN=32/64
make HEADER optional
allow cross-building on MinGW

------------------------------------------------------------------------
r42610 | ripley | 2007-08-22 07:28:11 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/it/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/pt_BR/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-en@quot.po
   M /trunk/src/library/grid/po/R-fr.po
   M /trunk/src/library/grid/po/R-grid.pot
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/R-ko.po
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/grid/po/R-zh_CN.po
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/grid/po/fr.po
   M /trunk/src/library/grid/po/grid.pot
   M /trunk/src/library/grid/po/it.po
   M /trunk/src/library/grid/po/ja.po
   M /trunk/src/library/grid/po/ko.po
   M /trunk/src/library/grid/po/pt_BR.po
   M /trunk/src/library/grid/po/ru.po
   M /trunk/src/library/grid/po/zh_CN.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ja.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/fr.po
   M /trunk/src/library/stats/po/it.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats/po/ko.po
   M /trunk/src/library/stats/po/pt_BR.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats/po/stats.pot
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tcltk/po/fr.po
   M /trunk/src/library/tcltk/po/ja.po
   M /trunk/src/library/tcltk/po/ru.po
   M /trunk/src/library/tcltk/po/tcltk.pot
   M /trunk/src/library/tcltk/po/zh_CN.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/pt_BR/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ja.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/tools/po/fr.po
   M /trunk/src/library/tools/po/it.po
   M /trunk/src/library/tools/po/ja.po
   M /trunk/src/library/tools/po/ko.po
   M /trunk/src/library/tools/po/pt_BR.po
   M /trunk/src/library/tools/po/ru.po
   M /trunk/src/library/tools/po/tools.pot
   M /trunk/src/library/tools/po/zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

translations update
------------------------------------------------------------------------
r42611 | ripley | 2007-08-22 07:54:31 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/save.Rd

minor clarifications
------------------------------------------------------------------------
r42612 | ripley | 2007-08-23 01:48:18 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/shQuote.Rd

add reference to MS's quoting rules
------------------------------------------------------------------------
r42613 | ripley | 2007-08-23 01:49:55 -0400 (Thu, 23 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/MkRules

use windres --preprocessor to use gcc-sjlj etc

------------------------------------------------------------------------
r42614 | ripley | 2007-08-23 01:59:44 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/MkRules

although the windres --preprocessor default is documented as -xc-header
on the man page, it is -xc in the sources.

------------------------------------------------------------------------
r42615 | ripley | 2007-08-23 03:29:46 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/doc/THANKS

John Fox was missing from the R foundation.
clarify the the 'Macintosh' port is not the curent one.

------------------------------------------------------------------------
r42616 | ripley | 2007-08-23 04:40:19 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

use FC not F95 for consistency with Unix
have PKG_* flags first, ditto

------------------------------------------------------------------------
r42617 | ripley | 2007-08-23 06:03:04 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/sys-win32.c

wrong return type
------------------------------------------------------------------------
r42618 | ripley | 2007-08-23 06:42:27 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/library/base/man/system.Rd

workaround for PR#9868
add some additional comments on experience with fc.exe

------------------------------------------------------------------------
r42619 | ripley | 2007-08-23 06:47:46 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/arima.Rd

clarifcations
------------------------------------------------------------------------
r42620 | ripley | 2007-08-23 07:58:14 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/allnames.R
   M /trunk/src/library/base/man/allnames.Rd

change all.names/all.vars to be by default unlimited.
Fixes PR#9873

------------------------------------------------------------------------
r42621 | ripley | 2007-08-23 09:29:43 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/xdr/Makefile.win
   M /trunk/src/extra/xdr/xdr_mem.c

tweaks for Win64
------------------------------------------------------------------------
r42622 | ripley | 2007-08-23 11:16:39 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/list.c

test for no limit
------------------------------------------------------------------------
r42623 | ripley | 2007-08-23 11:56:24 -0400 (Thu, 23 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/COPYRIGHTS.win
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/fixed/Makefile
   M /trunk/src/gnuwin32/fixed/h/config.h
   A /trunk/src/gnuwin32/fixed/h/iconv.h
   A /trunk/src/gnuwin32/unicode/iconv.def
   M /trunk/src/include/Makefile.win
   M /trunk/src/main/sysutils.c

link against iconv.dll rather that dynload it (as it is always used)

------------------------------------------------------------------------
r42624 | ripley | 2007-08-23 12:21:38 -0400 (Thu, 23 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/extra/bzip2/bzlib_private.h
   M /trunk/src/extra/intl/R_changes

avoid some warnings in bzlib
document changes in intl

------------------------------------------------------------------------
r42625 | ripley | 2007-08-23 12:31:33 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/bzip2/bzlib_private.h

typo
------------------------------------------------------------------------
r42626 | ripley | 2007-08-23 13:44:57 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/m4/R.m4

__NO_MATH_INLINES test was backwards and tested exp(0) not exp(-Inf)
------------------------------------------------------------------------
r42627 | ripley | 2007-08-23 13:52:19 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/sysutils.c

define ICONV_CONST if not defined
------------------------------------------------------------------------
r42628 | ripley | 2007-08-23 14:39:14 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes

update
------------------------------------------------------------------------
r42629 | ripley | 2007-08-24 03:40:05 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/help/Makefile

tidy up a bit
------------------------------------------------------------------------
r42630 | ripley | 2007-08-24 04:05:00 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

now need to check for ICONV_CONST even with NLS disabled
------------------------------------------------------------------------
r42631 | ripley | 2007-08-24 05:21:52 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/gnuwin32/help/Makefile

undo tweaks
------------------------------------------------------------------------
r42632 | maechler | 2007-08-24 05:41:03 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/paste.Rd

not about paste(.., NA, ..)
------------------------------------------------------------------------
r42633 | murrell | 2007-08-24 06:45:51 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/man/plotmath.Rd
   M /trunk/src/main/plotmath.c

allow access to all Adobe Symbol characters within plotmath expressions
------------------------------------------------------------------------
r42634 | ripley | 2007-08-24 06:58:21 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/doc/manual/R-admin.texi
   M /trunk/etc/Makeconf.in
   M /trunk/src/extra/blas/Makefile.in
   M /trunk/src/modules/X11/Makefile.in
   M /trunk/src/modules/internet/Makefile.in
   M /trunk/src/modules/lapack/Makefile.in
   M /trunk/src/modules/vfonts/Makefile.in

tweaks for Cygwin
------------------------------------------------------------------------
r42635 | murrell | 2007-08-24 07:56:02 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/par.c

just a test (some tabs changed to spaces)
------------------------------------------------------------------------
r42636 | ripley | 2007-08-24 13:07:09 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Maintainers.notes
   M /trunk/src/gnuwin32/Rdll.hide

package panel uses some private Fortran entry points
------------------------------------------------------------------------
r42637 | ripley | 2007-08-24 13:35:50 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/MkRules

Allow making dependencies in packages to fail.
Several packages have CPPFLAGS in CFLAGS or CXXFLAGS.

------------------------------------------------------------------------
r42638 | murdoch | 2007-08-24 15:20:40 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/library/base/man/connections.Rd

pipe() in Rgui runs through "getenv(COMSPEC) /c"
------------------------------------------------------------------------
r42639 | ripley | 2007-08-25 01:05:28 -0400 (Sat, 25 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/etc/Makeconf
   M /trunk/src/gnuwin32/run.c
   M /trunk/src/gnuwin32/windlgs/src/Makevars.win

add GRAPHAPP_LIB macro
------------------------------------------------------------------------
r42640 | ripley | 2007-08-25 04:16:09 -0400 (Sat, 25 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r42641 | ripley | 2007-08-25 04:17:23 -0400 (Sat, 25 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/extra/graphapp/bitmaps.c
   M /trunk/src/extra/graphapp/cursors.c
   M /trunk/src/extra/graphapp/graphapp.h
   M /trunk/src/extra/graphapp/image.c
   M /trunk/src/extra/graphapp/init.c

use two namespaces, GA_ and GAI_
comment out some unused entry points.

------------------------------------------------------------------------
r42642 | ripley | 2007-08-25 05:10:53 -0400 (Sat, 25 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/psignal.h
   M /trunk/src/gnuwin32/psignal.c

replace 'unsigned long' by the BSD-standard 'int'

------------------------------------------------------------------------
r42643 | ripley | 2007-08-26 02:09:50 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/New-Internal.R
   M /trunk/src/library/base/R/range.R
   M /trunk/src/library/base/R/summaries.R
   M /trunk/src/library/base/R/zzz.R
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/library/base/man/prod.Rd
   M /trunk/src/library/base/man/range.Rd
   M /trunk/src/library/base/man/sum.Rd
   M /trunk/src/library/methods/R/BasicFunsList.R
   M /trunk/src/library/methods/man/S4groupGeneric.Rd
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/logic.c
   M /trunk/src/main/names.c
   M /trunk/src/main/summary.c

make the rest of the group generics primitive
------------------------------------------------------------------------
r42644 | ripley | 2007-08-26 02:12:20 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   D /trunk/src/library/base/R/summaries.R

remove now empty file
------------------------------------------------------------------------
r42645 | ripley | 2007-08-26 03:03:03 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS

update re installation
------------------------------------------------------------------------
r42646 | ripley | 2007-08-26 03:03:20 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/standalone/Makefile.win

update
------------------------------------------------------------------------
r42647 | ripley | 2007-08-26 03:39:15 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/library/methods/src/class_support.c

suppress warning
------------------------------------------------------------------------
r42648 | ripley | 2007-08-26 03:45:43 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/memory.c

suppress warning
------------------------------------------------------------------------
r42649 | ripley | 2007-08-26 03:49:13 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/tests/demos.Rout.save

update
------------------------------------------------------------------------
r42650 | ripley | 2007-08-26 04:06:21 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/src/class_support.c

revert to warning for now
------------------------------------------------------------------------
r42651 | hornik | 2007-08-26 05:17:11 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42652 | hornik | 2007-08-26 05:17:13 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42653 | ripley | 2007-08-26 06:02:40 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Rdynload.h

all functions should be inside extern C {}
------------------------------------------------------------------------
r42654 | ripley | 2007-08-26 06:41:43 -0400 (Sun, 26 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/src/class_support.c

avoid a warning

------------------------------------------------------------------------
r42655 | ripley | 2007-08-26 07:03:09 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

typo
------------------------------------------------------------------------
r42656 | ripley | 2007-08-26 11:48:58 -0400 (Sun, 26 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/groupGeneric.Rd
   M /trunk/src/library/base/man/zMethods.Rd
   M /trunk/src/library/methods/man/setGeneric.Rd

update

------------------------------------------------------------------------
r42657 | ripley | 2007-08-26 15:10:01 -0400 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/chol.R
   M /trunk/src/library/base/R/qr.R
   M /trunk/src/library/base/man/chol.Rd
   M /trunk/src/library/base/man/qr.Rd
   M /trunk/src/library/tools/R/utils.R

make chol and qr generic (mainly to set signature for S4 methods
------------------------------------------------------------------------
r42658 | ripley | 2007-08-27 02:59:59 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/library/base/man/save.Rd

more on 'XDR'
------------------------------------------------------------------------
r42659 | ripley | 2007-08-27 04:23:54 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/doc/manual/R-admin.texi

set MAIN_LDFLAGS on Cygwin
------------------------------------------------------------------------
r42660 | ripley | 2007-08-27 05:43:48 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

set default for 64-bit cross build
------------------------------------------------------------------------
r42661 | ripley | 2007-08-27 05:53:27 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   A /trunk/src/gnuwin32/fixed/h/config64.h
   M /trunk/src/include/Makefile.win

add 64-bit version of configure file
------------------------------------------------------------------------
r42662 | hornik | 2007-08-27 06:37:42 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/utils.R

Eliminate .filter() by using base::Filter() instead.
------------------------------------------------------------------------
r42663 | hornik | 2007-08-27 06:37:45 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/funprog.R
   M /trunk/src/library/base/man/funprog.Rd

Add prefix/suffix scans via 'accumulate' argument to Reduce().
------------------------------------------------------------------------
r42664 | ripley | 2007-08-27 07:27:12 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/Makefile

tidy up
------------------------------------------------------------------------
r42665 | murdoch | 2007-08-27 09:43:36 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/Rman.css

Use numbered menus in HTML versions of FAQ/manuals.  Definitely an improvement to the FAQ, not so sure about the manuals.
------------------------------------------------------------------------
r42666 | ripley | 2007-08-27 10:03:22 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

commit on package proftools
------------------------------------------------------------------------
r42667 | pd | 2007-08-27 10:09:08 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/split.R
   M /trunk/src/library/stats/R/reshape.R
   M /trunk/src/library/stats/man/reshape.Rd

reshape revamped, bug in split<-.data.frame
------------------------------------------------------------------------
r42668 | hornik | 2007-08-27 10:36:02 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42669 | hornik | 2007-08-27 10:36:03 -0400 (Mon, 27 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42670 | ripley | 2007-08-28 01:16:38 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

add a couple of chol() exceptions
------------------------------------------------------------------------
r42671 | ripley | 2007-08-28 04:48:24 -0400 (Tue, 28 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/scripts/build.in

use tar --force-local rather than remap drives: should allow MSYS tar to be used

------------------------------------------------------------------------
r42672 | ripley | 2007-08-28 04:59:04 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/extra/zlib/R_changes
   M /trunk/src/extra/zlib/gzio.c
   M /trunk/src/include/Rconnections.h
   M /trunk/src/main/connections.c

fix for PR#9883
------------------------------------------------------------------------
r42673 | ripley | 2007-08-28 05:00:48 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/extra/zlib/R_changes
   M /branches/R-2-5-branch/src/extra/zlib/gzio.c
   M /branches/R-2-5-branch/src/include/Rconnections.h
   M /branches/R-2-5-branch/src/main/connections.c

port r42672 from trunk
------------------------------------------------------------------------
r42674 | ripley | 2007-08-28 05:06:49 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/arithmetic.c

C90 is fussy ...
------------------------------------------------------------------------
r42675 | ripley | 2007-08-28 08:01:43 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/main/objects.c

tidy up, add comment
------------------------------------------------------------------------
r42676 | urbaneks | 2007-08-28 13:15:45 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/main.c

fix r37423: refrain from adding final LF only in slave mode
------------------------------------------------------------------------
r42677 | urbaneks | 2007-08-28 13:32:01 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rconnections.h

need sys/types.h in Rconnections.h when off_t is used
------------------------------------------------------------------------
r42678 | urbaneks | 2007-08-28 13:33:52 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/include/Rconnections.h

port 42677 from trunk
------------------------------------------------------------------------
r42679 | ripley | 2007-08-28 17:25:30 -0400 (Tue, 28 Aug 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/man/setGeneric.Rd

allow setGeneric to create generic with the same name as a primitive
(needed for "sum" in package matlab).

------------------------------------------------------------------------
r42680 | ripley | 2007-08-29 04:47:21 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/man/setGeneric.Rd

documentation update
------------------------------------------------------------------------
r42681 | ripley | 2007-08-29 11:58:18 -0400 (Wed, 29 Aug 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/identical.c

identical() was order-dependent

------------------------------------------------------------------------
r42682 | ripley | 2007-08-29 12:04:15 -0400 (Wed, 29 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/nmath/nmath.h

need to set glibc flags even for nmath standlaone builds
make LDOUBLE available for future use (e.g. in rmultinom)

------------------------------------------------------------------------
r42683 | ripley | 2007-08-29 12:05:29 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/identical.Rd

improve wording
------------------------------------------------------------------------
r42684 | ripley | 2007-08-29 13:01:14 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/rmultinom.c
   M /trunk/src/unix/sys-std.c

add higher-precision accumulator in rmultinom where avaialble
------------------------------------------------------------------------
r42685 | luke | 2007-08-29 13:11:08 -0400 (Wed, 29 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/main/eval.c

Merged message on empty arguments to builtins printed with REprintf
into the error message.

------------------------------------------------------------------------
r42686 | ripley | 2007-08-29 13:18:29 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c

fflush stdout so mixes correctly with file.show
------------------------------------------------------------------------
r42687 | ripley | 2007-08-30 02:48:58 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/nmath/dnbeta.c
   M /trunk/src/nmath/dnchisq.c
   M /trunk/src/nmath/pnbeta.c
   M /trunk/src/nmath/pnchisq.c
   M /trunk/src/nmath/pnt.c
   M /trunk/src/nmath/ptukey.c

use long double accumulators where available 

------------------------------------------------------------------------
r42688 | ripley | 2007-08-30 03:34:13 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/config

teach R CMD config about FC/FCFLAGS
------------------------------------------------------------------------
r42689 | ripley | 2007-08-30 03:58:43 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/po/Makefile.in.in
   M /trunk/po/R.pot
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/methods/po/fr.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/methods/po/methods.pot
   M /trunk/src/library/methods/po/pt_BR.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/methods/po/zh_CN.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po

updates
------------------------------------------------------------------------
r42690 | ripley | 2007-08-30 04:12:31 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/preferences.c

don't translate just buttons
------------------------------------------------------------------------
r42691 | ripley | 2007-08-30 04:13:23 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/doc/manual/R-intro.texi
   M /trunk/src/gnuwin32/CHANGES
   A /trunk/src/gnuwin32/fixed/bin/config.sh
   M /trunk/src/gnuwin32/fixed/etc/Makeconf
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c

add R CMD config on Windows

------------------------------------------------------------------------
r42692 | ripley | 2007-08-30 05:29:49 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Vignettes.R

add default for MAKE
------------------------------------------------------------------------
r42693 | ripley | 2007-08-30 05:31:23 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/R_changes
   M /trunk/src/extra/intl/localcharset.c

avoid the use of GetACP
------------------------------------------------------------------------
r42694 | ripley | 2007-08-30 05:48:27 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

surplus space
------------------------------------------------------------------------
r42695 | ripley | 2007-08-30 06:05:08 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R

layout
------------------------------------------------------------------------
r42696 | ripley | 2007-08-30 07:46:40 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/intl/dcigettext.c
   M /trunk/src/gnuwin32/CHANGES

changes for Vista's pickiness over locale names

------------------------------------------------------------------------
r42697 | ripley | 2007-08-30 08:29:36 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/main/main.c

add warnings if initial setting of locale fails

------------------------------------------------------------------------
r42698 | ripley | 2007-08-30 11:49:36 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

more Unix-compatible settings
------------------------------------------------------------------------
r42699 | ripley | 2007-08-30 16:53:54 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/R_changes

update
------------------------------------------------------------------------
r42700 | maechler | 2007-08-31 03:19:07 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/sweep.R
   M /trunk/src/library/base/man/sweep.Rd

sweep(*, check.margin) by Petr Sawicky et al
------------------------------------------------------------------------
r42701 | maechler | 2007-08-31 03:41:20 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/appl/zeroin.c
   M /trunk/src/include/Internal.h
   M /trunk/src/include/R_ext/Applic.h
   M /trunk/src/library/stats/R/nlm.R
   M /trunk/src/library/stats/man/uniroot.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/optimize.c

uniroot(*, f.lower,f.upper) incl C "API"
------------------------------------------------------------------------
r42702 | murrell | 2007-08-31 03:44:37 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grid/src/grid.c

fixed bug in grid for determining boundaries of shapes
------------------------------------------------------------------------
r42703 | maechler | 2007-08-31 03:49:49 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/man/showMethods.Rd

showMethods(*, inherited = !includeDefs)
------------------------------------------------------------------------
r42704 | ripley | 2007-08-31 05:22:08 -0400 (Fri, 31 Aug 2007) | 3 lines
Changed paths:
   M /trunk/src/extra/graphapp/graphapp.h
   M /trunk/src/extra/graphapp/init.c

tidy up unused variable
make sure buffers are large enough

------------------------------------------------------------------------
r42705 | ripley | 2007-08-31 07:37:57 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

Win64 update
------------------------------------------------------------------------
r42706 | ripley | 2007-08-31 09:29:14 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/GammaDist.Rd

add info on some other confused authors like GSL
------------------------------------------------------------------------
r42707 | ripley | 2007-08-31 12:00:07 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/system.c

avoid interpreting = in -e expressions
------------------------------------------------------------------------
r42708 | ripley | 2007-08-31 12:02:02 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/CHANGES
   M /branches/R-2-5-branch/src/gnuwin32/system.c

port r42707 from trunk
------------------------------------------------------------------------
r42709 | murdoch | 2007-08-31 18:01:50 -0400 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/tests/simple-true.Rout.save

Simplify the syntax error messages.
------------------------------------------------------------------------
r42710 | ripley | 2007-09-01 01:24:31 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R

thinko
------------------------------------------------------------------------
r42711 | ripley | 2007-09-01 02:40:29 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/appl/zeroin.c

missing return value
------------------------------------------------------------------------
r42712 | ripley | 2007-09-01 02:45:02 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y
   M /trunk/src/main/printutils.c

don't use C99 constructions in base R
------------------------------------------------------------------------
r42713 | ripley | 2007-09-01 02:52:26 -0400 (Sat, 01 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/intl/R_changes
   M /trunk/src/extra/intl/dcigettext.c
   M /trunk/src/extra/intl/gettextP.h

revert to direct use of iconv (and that means that e.g. Solaris iconv can be used)

------------------------------------------------------------------------
r42714 | pd | 2007-09-01 04:56:32 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/eval.R
   M /trunk/src/library/base/man/with.Rd
   M /trunk/tests/no-segfault.Rin
   M /trunk/tests/reg-tests-2.Rout.save

new function within()
------------------------------------------------------------------------
r42715 | ripley | 2007-09-01 06:08:05 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/gnuwin32/system.c

tweaks for use on large-memory systems
------------------------------------------------------------------------
r42716 | ripley | 2007-09-01 06:20:17 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/gnuwin32/system.c

simplifying setting memory limits
------------------------------------------------------------------------
r42717 | ripley | 2007-09-01 06:41:37 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot

update
------------------------------------------------------------------------
r42718 | ripley | 2007-09-01 06:51:07 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/gnuwin32/rw-FAQ.texi
   M /branches/R-2-5-branch/src/gnuwin32/system.c

update memory limits for 64-bit versions of Windows
------------------------------------------------------------------------
r42719 | hornik | 2007-09-01 07:19:17 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42720 | hornik | 2007-09-01 07:19:22 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42721 | ripley | 2007-09-01 07:26:59 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po

update
------------------------------------------------------------------------
r42722 | ripley | 2007-09-01 10:50:22 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/NEWS
   M /branches/R-2-5-branch/src/main/identical.c

port r42681 from trunk
------------------------------------------------------------------------
r42723 | ripley | 2007-09-01 10:59:20 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/connections.c

workaround problem on some glibc systems
------------------------------------------------------------------------
r42724 | ripley | 2007-09-01 12:38:42 -0400 (Sat, 01 Sep 2007) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/include/R_ext/Arith.h
   M /trunk/src/main/Renviron.c
   M /trunk/src/main/arithmetic.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/datetime.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/regex.c
   M /trunk/src/main/rlocale.c
   M /trunk/src/main/unique.c
   M /trunk/src/modules/X11/rotated.c
   M /trunk/src/modules/internet/sock.c
   M /trunk/src/nmath/nmath.h
   M /trunk/src/unix/Rscript.c
   M /trunk/src/unix/sys-std.c

gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included.

------------------------------------------------------------------------
r42725 | ripley | 2007-09-01 12:58:37 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/base/man/Arithmetic.Rd
   M /trunk/src/library/base/man/vector.Rd
   M /trunk/src/library/utils/man/read.table.Rd
   M /trunk/src/main/main.c

doc updates
------------------------------------------------------------------------
r42726 | maechler | 2007-09-01 13:23:27 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/nlm.R
   M /trunk/src/main/optimize.c

tweak "new" uniroot(): infinite f(.) is ok
------------------------------------------------------------------------
r42727 | maechler | 2007-09-01 16:12:10 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/sweep.R
   M /trunk/tests/reg-tests-1.R

sweep(<0-extent>)
------------------------------------------------------------------------
r42728 | ripley | 2007-09-01 23:55:48 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/extra/intl/lock.c
   M /trunk/src/main/RNG.c

suppress warnings from Sun Forte 7 compiler
------------------------------------------------------------------------
r42729 | ripley | 2007-09-02 00:36:57 -0400 (Sun, 02 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/main/regex.c
   M /trunk/src/modules/X11/devX11.c

suppress a couple of warnings from Sun compilers

------------------------------------------------------------------------
r42730 | pd | 2007-09-02 06:26:40 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/eval.R
   M /trunk/src/library/base/man/with.Rd

revised version of within() & docs
------------------------------------------------------------------------
r42731 | hornik | 2007-09-02 07:37:11 -0400 (Sun, 02 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/utils/R/indices.R

Change write.dcf() to no longer write a trailing blank line (in versions
of Rprior to 2.6.0 it (erroneously) only did so for a single record).
------------------------------------------------------------------------
r42732 | hornik | 2007-09-02 07:37:13 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

Make file_path_sans_ext() do the right thing for leading dot paths.
------------------------------------------------------------------------
r42733 | ripley | 2007-09-02 09:35:55 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/rmultinom.c

add cast for some picky systems (reported by KH, not seen on any of mine)
------------------------------------------------------------------------
r42734 | murdoch | 2007-09-02 09:49:18 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   D /branches/djm-parl

Branch not needed
------------------------------------------------------------------------
r42735 | murdoch | 2007-09-02 10:56:33 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   D /branches/djm-findvar

Branch not needed
------------------------------------------------------------------------
r42736 | murdoch | 2007-09-02 11:03:28 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /branches/djm-source/src/library/tools/R/Rd.R
   M /branches/djm-source/src/library/tools/R/admin.R
   M /branches/djm-source/src/main/gram.y
   M /branches/djm-source/src/main/platform.c
   M /branches/djm-source/src/main/source.c

Line directive additions from July -- incomplete
------------------------------------------------------------------------
r42737 | ripley | 2007-09-02 11:42:23 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

more on Vista
------------------------------------------------------------------------
r42738 | ripley | 2007-09-02 11:56:05 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/include/R_ext/libextern.h

add comments
------------------------------------------------------------------------
r42739 | hornik | 2007-09-02 13:55:09 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   D /trunk/src/library/base/R/packages.R
   A /trunk/src/library/base/R/version.R (from /trunk/src/library/base/R/packages.R:42738)
   A /trunk/src/library/base/man/numeric_version.Rd (from /trunk/src/library/base/man/package_version.Rd:42738)
   D /trunk/src/library/base/man/package_version.Rd

Renamed for introduction of numeric version class.
------------------------------------------------------------------------
r42740 | hornik | 2007-09-02 13:57:28 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/R/utils.R
   M /trunk/src/library/base/R/version.R
   M /trunk/src/library/base/man/numeric_version.Rd
   M /trunk/src/library/tools/R/admin.R

Add a basic class for numeric versions.
------------------------------------------------------------------------
r42741 | hornik | 2007-09-02 14:00:08 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/isas-tests.Rout.save

Add a basic class for numeric versions.
------------------------------------------------------------------------
r42742 | hornik | 2007-09-02 14:00:12 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

Catch more compiler warnings.
------------------------------------------------------------------------
r42743 | hornik | 2007-09-02 16:14:58 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/structure.R

Avoid partial matching.
------------------------------------------------------------------------
r42744 | pd | 2007-09-02 19:09:32 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/split.R
   M /trunk/src/library/base/man/split.Rd

make unsplit work on lists of data frames
------------------------------------------------------------------------
r42745 | ripley | 2007-09-03 03:55:41 -0400 (Mon, 03 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/mtext.Rd

typo
------------------------------------------------------------------------
r42746 | ripley | 2007-09-03 10:11:03 -0400 (Mon, 03 Sep 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/man/Startup.Rd
   M /trunk/src/library/base/man/file.access.Rd
   M /trunk/src/library/base/man/file.info.Rd
   M /trunk/src/library/base/man/file.show.Rd
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/readLines.Rd
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/library/grDevices/man/Type1Font.Rd
   M /trunk/src/main/platform.c
   M /trunk/src/unix/sys-std.c

file.edit and file.show now tilde-expand on all platforms/interfaces
document that file.access and file.info did tilde-expand.
Misc other clarifications.

------------------------------------------------------------------------
r42747 | luke | 2007-09-03 11:50:07 -0400 (Mon, 03 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/main/eval.c

Moved initialization of 'which' in threaded code verion of bceval to
avoid gcc warning.

------------------------------------------------------------------------
r42748 | hornik | 2007-09-03 14:57:13 -0400 (Mon, 03 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/version.R

Thinko.
------------------------------------------------------------------------
r42749 | hornik | 2007-09-03 16:13:23 -0400 (Mon, 03 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/version.R

Revert improvement for [[.numeric_version() for now.
------------------------------------------------------------------------
r42750 | ripley | 2007-09-04 01:21:14 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/regex.Rd

typo
------------------------------------------------------------------------
r42751 | ripley | 2007-09-04 01:21:33 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/locales.Rd

add xref
------------------------------------------------------------------------
r42752 | ripley | 2007-09-04 01:22:09 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/l10n_info.Rd
   M /trunk/src/main/platform.c

report codepage in l10n_info
------------------------------------------------------------------------
r42753 | ripley | 2007-09-04 03:17:16 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/writePACKAGES.R

add back separator
------------------------------------------------------------------------
r42754 | ripley | 2007-09-04 03:28:02 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/sQuote.Rd
   M /trunk/src/library/profile/Rprofile.unix
   M /trunk/src/library/profile/Rprofile.windows

more flexible [sd]Quote
------------------------------------------------------------------------
r42755 | ripley | 2007-09-04 03:41:45 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/sQuote.Rd

improvements, including making work in UTF8
------------------------------------------------------------------------
r42756 | hornik | 2007-09-04 03:48:44 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42757 | hornik | 2007-09-04 03:48:47 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42758 | hornik | 2007-09-04 05:33:30 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/version.R
   M /trunk/src/library/base/man/numeric_version.Rd

Reinstate improved [[.numeric_version().
------------------------------------------------------------------------
r42759 | ripley | 2007-09-04 05:37:00 -0400 (Tue, 04 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/man/sQuote.Rd

tweaks to sQuote changes

------------------------------------------------------------------------
r42760 | ripley | 2007-09-04 06:58:28 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/character.R

Encoding bites here
------------------------------------------------------------------------
r42761 | ripley | 2007-09-04 07:51:29 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/delayedAssign.Rd
   M /trunk/src/library/base/man/isSymmetric.Rd
   M /trunk/src/library/base/man/print.Rd
   M /trunk/src/library/base/man/shQuote.Rd
   M /trunk/src/library/grDevices/man/windows/bringToTop.Rd
   M /trunk/src/library/methods/man/setOldClass.Rd
   M /trunk/src/library/stats/man/GammaDist.Rd
   M /trunk/src/library/stats/man/dist.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/reorder.dendrogram.Rd
   M /trunk/src/library/utils/man/help.start.Rd

avoid grave accent
------------------------------------------------------------------------
r42762 | ripley | 2007-09-04 08:59:46 -0400 (Tue, 04 Sep 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Rdconv.pm
   M /trunk/share/perl/R/Rdlists.pm
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/utils/R/help.R

better rendering for quotes in HTML titles, and for text conversion
of \[ds]Quote under Windows.

------------------------------------------------------------------------
r42763 | ripley | 2007-09-04 09:55:16 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/printutils.c

a flag from r37063 change was lost
------------------------------------------------------------------------
r42764 | ripley | 2007-09-04 11:26:28 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/base/man/sQuote.Rd
   M /trunk/src/library/profile/Rprofile.windows
   M /trunk/tests/datasets.R
   M /trunk/tests/datasets.Rout.save
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

switch Windows to options(useFancyQuotes=TRUE
------------------------------------------------------------------------
r42765 | ripley | 2007-09-04 11:42:53 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/demos.Rout.save

update
------------------------------------------------------------------------
r42766 | pd | 2007-09-04 18:12:13 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   A /branches/R-2-6-branch (from /trunk:42765)

Create R-2-6-branch
------------------------------------------------------------------------
r42767 | pd | 2007-09-04 18:13:57 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

go to 2.6.0 alpha
------------------------------------------------------------------------
r42768 | pd | 2007-09-04 18:14:43 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /trunk/VERSION

go to 2.7.0 devel
------------------------------------------------------------------------
r42769 | pd | 2007-09-04 22:05:45 -0400 (Tue, 04 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r42770 | maechler | 2007-09-05 02:40:14 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/str.R
   M /trunk/src/library/utils/man/str.Rd

str.POSIXct() speedup and str(*, give.head)
------------------------------------------------------------------------
r42771 | maechler | 2007-09-05 03:04:54 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/scale.R
   M /trunk/src/library/base/R/table.R
   M /trunk/src/library/stats/R/acf.R
   M /trunk/src/library/stats/R/ar.R
   M /trunk/src/library/stats/R/ar.burg.mts.R
   M /trunk/src/library/stats/R/ar.ols.R
   M /trunk/src/library/stats/R/ar.yw.mts.R
   M /trunk/src/library/stats/R/contr.poly.R
   M /trunk/src/library/stats/R/cov.wt.R
   M /trunk/src/library/stats/R/dendrogram.R
   M /trunk/src/library/stats/R/lm.R
   M /trunk/src/library/stats/R/loglin.R
   M /trunk/src/library/stats/R/spectrum.R

set 'check.margin=FALSE' in many sweep(.) calls
------------------------------------------------------------------------
r42772 | maechler | 2007-09-05 03:16:33 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/man/abbreviate.Rd

abbreviate(*, method="both.sides")
------------------------------------------------------------------------
r42773 | ripley | 2007-09-05 03:33:33 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages.R

update
------------------------------------------------------------------------
r42774 | ripley | 2007-09-05 03:35:28 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/R/packages.R

port r42773 from trunk
------------------------------------------------------------------------
r42775 | ripley | 2007-09-05 03:51:46 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/config.h

update
------------------------------------------------------------------------
r42776 | hornik | 2007-09-05 05:14:29 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/abbreviate.Rd

Rd syntax.
------------------------------------------------------------------------
r42777 | ripley | 2007-09-05 09:55:31 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS

remove duplicate of entry
------------------------------------------------------------------------
r42778 | hornik | 2007-09-05 10:16:15 -0400 (Wed, 05 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/scripts/INSTALL.in

Start standardizing the DESCRIPTION license information.
Install files 'LICENSE' and 'LICENCE' in top-level package sources.
------------------------------------------------------------------------
r42779 | hornik | 2007-09-05 10:17:38 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/gnuwin32/MakePkg
   M /branches/R-2-6-branch/src/scripts/INSTALL.in

Ported r42778 from trunk.
------------------------------------------------------------------------
r42780 | urbaneks | 2007-09-05 11:26:56 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/sysutils.c

fix an invalid call to setenv
------------------------------------------------------------------------
r42781 | maechler | 2007-09-05 11:39:08 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/man/abbreviate.Rd

fix typo in (unused) method name
------------------------------------------------------------------------
r42782 | maechler | 2007-09-05 11:50:37 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/R/str.R
   M /branches/R-2-6-branch/src/library/utils/man/str.Rd

port 42770 from trunk
------------------------------------------------------------------------
r42783 | maechler | 2007-09-05 11:51:40 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/character.R
   M /branches/R-2-6-branch/src/library/base/man/abbreviate.Rd

port 42772,-76,-81 {abbreviate} from trunk
------------------------------------------------------------------------
r42784 | maechler | 2007-09-05 11:52:54 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/R/scale.R
   M /branches/R-2-6-branch/src/library/base/R/table.R
   M /branches/R-2-6-branch/src/library/stats/R/acf.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.burg.mts.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.ols.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.yw.mts.R
   M /branches/R-2-6-branch/src/library/stats/R/contr.poly.R
   M /branches/R-2-6-branch/src/library/stats/R/cov.wt.R
   M /branches/R-2-6-branch/src/library/stats/R/dendrogram.R
   M /branches/R-2-6-branch/src/library/stats/R/lm.R
   M /branches/R-2-6-branch/src/library/stats/R/loglin.R
   M /branches/R-2-6-branch/src/library/stats/R/spectrum.R

port 42771 {sweep(., check..)} from trunk
------------------------------------------------------------------------
r42785 | urbaneks | 2007-09-05 16:16:12 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/sysutils.c

port 42780 from trunk
------------------------------------------------------------------------
r42786 | murdoch | 2007-09-05 19:41:54 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Foreign.Rd

typo
------------------------------------------------------------------------
r42787 | murdoch | 2007-09-05 19:51:29 -0400 (Wed, 05 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Foreign.Rd

port typo from trunk
------------------------------------------------------------------------
r42788 | ripley | 2007-09-06 04:01:09 -0400 (Thu, 06 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/version.R
   M /trunk/src/library/base/man/numeric_version.Rd

improvements to [[
------------------------------------------------------------------------
r42789 | leisch | 2007-09-06 08:17:56 -0400 (Thu, 06 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

mirror updates
------------------------------------------------------------------------
r42790 | murdoch | 2007-09-06 15:04:26 -0400 (Thu, 06 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Typo
------------------------------------------------------------------------
r42791 | murdoch | 2007-09-06 15:09:55 -0400 (Thu, 06 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

Port r42790 typo
------------------------------------------------------------------------
r42792 | leisch | 2007-09-07 03:42:03 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/citation.Rd

fixed typo (PR#9901)
------------------------------------------------------------------------
r42793 | hornik | 2007-09-07 07:37:51 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   D /trunk/share/licenses/Artistic
   A /trunk/share/licenses/Artistic-1.0 (from /trunk/share/licenses/Artistic:42792)

Renamed.
------------------------------------------------------------------------
r42794 | hornik | 2007-09-07 07:38:22 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   A /trunk/share/licenses/Artistic-2.0

Added.
------------------------------------------------------------------------
r42795 | hornik | 2007-09-07 07:39:03 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   D /trunk/share/licenses/BSD

Removed.
------------------------------------------------------------------------
r42796 | hornik | 2007-09-07 07:54:25 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Update re Artistic and BSD.
------------------------------------------------------------------------
r42797 | hornik | 2007-09-07 07:55:39 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   D /branches/R-2-6-branch/share/licenses/Artistic
   A /branches/R-2-6-branch/share/licenses/Artistic-1.0 (from /trunk/share/licenses/Artistic-1.0:42794)
   A /branches/R-2-6-branch/share/licenses/Artistic-2.0 (from /trunk/share/licenses/Artistic-2.0:42794)
   D /branches/R-2-6-branch/share/licenses/BSD

Ported r42792:42796 from trunk.
------------------------------------------------------------------------
r42798 | hornik | 2007-09-07 07:57:43 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /trunk/share/licenses/Artistic-1.0

Updated.
------------------------------------------------------------------------
r42799 | hornik | 2007-09-07 07:59:27 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/share/licenses/Artistic-1.0

Ported r42798 from trunk.
------------------------------------------------------------------------
r42800 | hornik | 2007-09-07 15:04:03 -0400 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/R/version.R
   M /branches/R-2-6-branch/src/library/base/man/numeric_version.Rd

Ported r42788 from trunk.
------------------------------------------------------------------------
r42801 | pd | 2007-09-08 03:51:26 -0400 (Sat, 08 Sep 2007) | 1 line
Changed paths:
   M /trunk/tools/rsync-recommended

allow script to fail
------------------------------------------------------------------------
r42802 | pd | 2007-09-08 03:53:25 -0400 (Sat, 08 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tools/rsync-recommended

allow script to fail
------------------------------------------------------------------------
r42803 | maechler | 2007-09-08 07:42:48 -0400 (Sat, 08 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

belongs to r42701 {uniroot}
------------------------------------------------------------------------
r42804 | maechler | 2007-09-08 12:06:16 -0400 (Sat, 08 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/character.c
   M /trunk/src/main/printutils.c
   M /trunk/src/main/rlocale.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/modules/X11/dataentry.c
   M /trunk/src/modules/X11/rotated.c

strlen() efficiency patch by John Brzustowski PR#9902
------------------------------------------------------------------------
r42805 | falcon | 2007-09-08 19:19:11 -0400 (Sat, 08 Sep 2007) | 13 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/check.in

R CMD check now recognizes lazyload db files in the 'data' subdirectory

When checking whether the data subdirectory contains any data sets, R
CMD check now looks for the presense of Rdata.rdb, Rdata.rda, and
Rdata.rdx.  If all three are present, then data sets are assumed to be
present.

By creating a lazyload db and placing it in the 'data' subdirectory,
authors of large data packages can avoid the same computation being
repeated by each user at install time.  Prior to this patch, R CMD
check would issue a warning for such packages that the data
subdirectory contains no data sets.

------------------------------------------------------------------------
r42806 | murdoch | 2007-09-09 10:30:38 -0400 (Sun, 09 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/constrOptim.Rd

Clarify constrOptim docs
------------------------------------------------------------------------
r42807 | murdoch | 2007-09-09 10:34:12 -0400 (Sun, 09 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/constrOptim.Rd

Port r42806 from trunk (with more consistent spelling)
------------------------------------------------------------------------
r42808 | murdoch | 2007-09-09 10:36:44 -0400 (Sun, 09 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/constrOptim.Rd

Make spelling consistent.
------------------------------------------------------------------------
r42809 | falcon | 2007-09-09 12:36:50 -0400 (Sun, 09 Sep 2007) | 13 lines
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/scripts/check.in

Ported from trunk r42805 R CMD check now recognizes lazyload db files...

When checking whether the data subdirectory contains any data sets, R
CMD check now looks for the presense of Rdata.rdb, Rdata.rda, and
Rdata.rdx.  If all three are present, then data sets are assumed to be
present.

By creating a lazyload db and placing it in the 'data' subdirectory,
authors of large data packages can avoid the same computation being
repeated by each user at install time.  Prior to this patch, R CMD
check would issue a warning for such packages that the data
subdirectory contains no data sets.

------------------------------------------------------------------------
r42810 | pd | 2007-09-10 02:23:17 -0400 (Mon, 10 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/mlm.R
   M /trunk/src/library/stats/man/mauchly.test.Rd

clear up formalities for mauchly.test
------------------------------------------------------------------------
r42811 | pd | 2007-09-10 10:17:12 -0400 (Mon, 10 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/de.R

de.restore buglet
------------------------------------------------------------------------
r42812 | pd | 2007-09-10 10:17:24 -0400 (Mon, 10 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/utils/R/de.R

de.restore buglet
------------------------------------------------------------------------
r42813 | pd | 2007-09-11 06:13:39 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/eval.R
   M /branches/R-2-6-branch/src/library/base/man/with.Rd
   M /branches/R-2-6-branch/tests/no-segfault.Rin

standard evaluation for within()
------------------------------------------------------------------------
r42814 | pd | 2007-09-11 06:13:45 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/eval.R
   M /trunk/src/library/base/man/with.Rd
   M /trunk/tests/no-segfault.Rin

standard evaluation for within()
------------------------------------------------------------------------
r42815 | hornik | 2007-09-11 07:13:27 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/data/HairEyeColor.R
   M /trunk/src/library/datasets/man/HairEyeColor.Rd

Sync HairEyeColor data with what is used in Friendly's VCD.
------------------------------------------------------------------------
r42816 | hornik | 2007-09-11 07:15:08 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/datasets/data/HairEyeColor.R
   M /branches/R-2-6-branch/src/library/datasets/man/HairEyeColor.Rd

Ported r42815 from trunk.
------------------------------------------------------------------------
r42817 | murdoch | 2007-09-11 08:17:27 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/AIC.Rd

typo
------------------------------------------------------------------------
r42818 | murdoch | 2007-09-11 08:19:23 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/AIC.Rd

Port r42817 typo
------------------------------------------------------------------------
r42819 | murdoch | 2007-09-11 09:08:07 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/kernel.Rd

Typo
------------------------------------------------------------------------
r42820 | murdoch | 2007-09-11 09:09:27 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/kernel.Rd

port r42819 (typo)
------------------------------------------------------------------------
r42821 | hornik | 2007-09-12 11:35:13 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-2.Rout.save

Update for HairEyeColor data set fix.
------------------------------------------------------------------------
r42822 | hornik | 2007-09-12 11:36:21 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/reg-tests-2.Rout.save

Ported r42821 from trunk.
------------------------------------------------------------------------
r42823 | maechler | 2007-09-12 11:55:58 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/Rdll.hide
   M /branches/R-2-6-branch/src/main/character.c
   M /branches/R-2-6-branch/src/main/printutils.c
   M /branches/R-2-6-branch/src/main/rlocale.c
   M /branches/R-2-6-branch/src/main/sysutils.c
   M /branches/R-2-6-branch/src/modules/X11/dataentry.c
   M /branches/R-2-6-branch/src/modules/X11/rotated.c

port r42803-4 from trunk
------------------------------------------------------------------------
r42824 | maechler | 2007-09-12 12:13:04 -0400 (Wed, 12 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/tools/R/utils.R

allow 'qr.Q' and 'qr.R' methods for "Matrix"  *not* give wrong warnings

------------------------------------------------------------------------
r42825 | maechler | 2007-09-12 12:15:37 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS

news for r42804 strlen() efficieny patch
------------------------------------------------------------------------
r42826 | maechler | 2007-09-12 12:24:46 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/tools/R/utils.R

port from trunk
------------------------------------------------------------------------
r42827 | murdoch | 2007-09-12 13:35:36 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/man/curve.Rd

Ugly fix for plot(cos, xlim=c(-5,5)) bug. 
------------------------------------------------------------------------
r42828 | murdoch | 2007-09-12 13:37:44 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/plot.R
   M /branches/R-2-6-branch/src/library/graphics/man/curve.Rd

Port r42827 from trunk.
------------------------------------------------------------------------
r42829 | falcon | 2007-09-12 14:19:08 -0400 (Wed, 12 Sep 2007) | 8 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages.R

Fix old.packages (used by update.packages) handling of duplicate packages

When multiple package repositories are specified containing different
versions of the same package, update.packages was not resolving to the
instance with highest version number.  This patch fixes old.packages
so that duplicate packages are resolved by always selecting an
instance with maximum version number.

------------------------------------------------------------------------
r42830 | falcon | 2007-09-12 14:41:51 -0400 (Wed, 12 Sep 2007) | 8 lines
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/utils/R/packages.R

Ported from trunk r42829: Fix old.packages handling of duplicate packages

When multiple package repositories are specified containing different
versions of the same package, update.packages was not resolving to the
instance with highest version number.  This patch fixes old.packages
so that duplicate packages are resolved by always selecting an
instance with maximum version number.

------------------------------------------------------------------------
r42831 | hornik | 2007-09-13 02:50:32 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/src/library/utils/R/indices.R

Attached packages should be taken first in case of library defaults.
------------------------------------------------------------------------
r42832 | hornik | 2007-09-13 02:53:15 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/R/indices.R

Ported r42831 from trunk.
------------------------------------------------------------------------
r42833 | murdoch | 2007-09-13 08:23:45 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/curve.R
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/man/curve.Rd

Better fix for plot(cos, xlim=c(-5,5)) bug.  Reverts r42827.
------------------------------------------------------------------------
r42834 | murdoch | 2007-09-13 08:37:58 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/curve.R
   M /branches/R-2-6-branch/src/library/graphics/R/plot.R
   M /branches/R-2-6-branch/src/library/graphics/man/curve.Rd

Port of r42833, reverting r42828
------------------------------------------------------------------------
r42835 | murdoch | 2007-09-13 09:24:50 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/doc/manual/R-lang.texi

Changes to recommendations for writing S3 generics and methods.
------------------------------------------------------------------------
r42836 | murdoch | 2007-09-13 09:26:34 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/doc/manual/R-lang.texi

Port r42835 from trunk
------------------------------------------------------------------------
r42837 | ripley | 2007-09-13 12:30:59 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.R
   M /trunk/tests/R-intro.Rout.save

temp fix for change to fancy quotes on Windows
------------------------------------------------------------------------
r42838 | ripley | 2007-09-13 12:39:09 -0400 (Thu, 13 Sep 2007) | 2 lines
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-intro.R
   M /branches/R-2-6-branch/tests/R-intro.Rout.save

port r42837 from trunk

------------------------------------------------------------------------
r42839 | maechler | 2007-09-13 15:44:39 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/man/RMethodUtils.Rd
   M /trunk/src/library/methods/man/StructureClasses.Rd

codoc fixes (+ examples)
------------------------------------------------------------------------
r42840 | maechler | 2007-09-13 15:45:47 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/methods/man/RMethodUtils.Rd
   M /branches/R-2-6-branch/src/library/methods/man/StructureClasses.Rd

ported r42839 [codoc for methods] from trunk
------------------------------------------------------------------------
r42841 | duncan | 2007-09-13 17:20:14 -0400 (Thu, 13 Sep 2007) | 10 lines
Changed paths:
   M /trunk/src/library/methods/R/RMethodUtils.R

Include the name of the generic function being defined when reporting the message about not calling standardGeneric. 
There is more to come on checking for non-standard generics as it is incorrectly identifying functions
that call standardGeneric() on the RHS of an assignment.
This is because  = is not considered language in the call to 
      is(x, 'language')

We identified this a month or so ago, but inserting the fix slipped
through two cracks.


------------------------------------------------------------------------
r42842 | murdoch | 2007-09-13 20:04:50 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c

Don't default TMPDIR to c:/temp; users may not have write permission there.
------------------------------------------------------------------------
r42843 | murdoch | 2007-09-13 20:08:57 -0400 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/gnuwin32/front-ends/rcmdfn.c

Port r42842 (TMPDIR) from trunk
------------------------------------------------------------------------
r42844 | hornik | 2007-09-14 02:39:10 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42845 | hornik | 2007-09-14 02:39:13 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42846 | murdoch | 2007-09-14 11:21:34 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

Remove duplicate news entry
------------------------------------------------------------------------
r42847 | ripley | 2007-09-14 13:19:37 -0400 (Fri, 14 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/datetime.R
   M /trunk/tests/reg-tests-1.R

fix PR#9908

------------------------------------------------------------------------
r42848 | ripley | 2007-09-14 13:21:53 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/datetime.R
   M /branches/R-2-6-branch/tests/reg-tests-1.R

port r42847 from trunk
------------------------------------------------------------------------
r42849 | ripley | 2007-09-14 14:00:34 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages.R

old.packages was completely broken for a well-formed repository!
------------------------------------------------------------------------
r42850 | ripley | 2007-09-14 14:01:07 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/R/packages.R

port r42849 from trunk
------------------------------------------------------------------------
r42851 | maechler | 2007-09-14 17:50:26 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/str.R

stop gap workaround for str(package_version("1.2.3"))
------------------------------------------------------------------------
r42852 | ripley | 2007-09-15 03:34:50 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/datetime.R

missing spaces
------------------------------------------------------------------------
r42853 | ripley | 2007-09-15 03:36:00 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/R/datetime.R

port r42852 from trunk
------------------------------------------------------------------------
r42854 | ripley | 2007-09-15 03:56:23 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/datasets.Rout.save
   M /trunk/tests/internet.Rout.save

update output
------------------------------------------------------------------------
r42855 | ripley | 2007-09-15 04:01:51 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.in

make datasets.R strict
------------------------------------------------------------------------
r42856 | ripley | 2007-09-15 04:07:59 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS

move change out of BUG FIXES, layout
------------------------------------------------------------------------
r42857 | ripley | 2007-09-15 04:36:58 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/demos.R
   M /trunk/tests/demos.Rout.save

suppress fancy quotes
------------------------------------------------------------------------
r42858 | ripley | 2007-09-15 04:37:56 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/demos.R
   M /branches/R-2-6-branch/tests/demos.Rout.save

port r42857 from trunk
------------------------------------------------------------------------
r42859 | ripley | 2007-09-15 04:38:11 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/Makefile.win

update to match Unix
------------------------------------------------------------------------
r42860 | ripley | 2007-09-15 04:39:56 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/datetime.R

tidy up to match R-devel
------------------------------------------------------------------------
r42861 | ripley | 2007-09-15 04:48:16 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/methods/R/RMethodUtils.R
   M /branches/R-2-6-branch/src/library/tools/R/utils.R
   M /branches/R-2-6-branch/src/library/utils/man/citation.Rd
   M /branches/R-2-6-branch/tests/datasets.Rout.save
   M /branches/R-2-6-branch/tests/internet.Rout.save

port various recent changes from trunk
------------------------------------------------------------------------
r42862 | ripley | 2007-09-15 04:51:27 -0400 (Sat, 15 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/datetime.R

improve error messages

------------------------------------------------------------------------
r42863 | ripley | 2007-09-15 05:13:03 -0400 (Sat, 15 Sep 2007) | 3 lines
Changed paths:
   M /trunk/tests/Makefile.in
   M /trunk/tests/Makefile.win

minimize differences between Windows and Unix versions
make differences in R-intro tests (e.g. quotes) non-fatal

------------------------------------------------------------------------
r42864 | ripley | 2007-09-15 05:46:44 -0400 (Sat, 15 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   A /trunk/src/gnuwin32/fixed/bin/Rdiff.sh
   M /trunk/src/scripts/Makefile.win

fix Rdiff to equate smart single quotes to '

------------------------------------------------------------------------
r42865 | ripley | 2007-09-15 05:48:43 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   A /branches/R-2-6-branch/src/gnuwin32/fixed/bin/Rdiff.sh (from /trunk/src/gnuwin32/fixed/bin/Rdiff.sh:42864)
   M /branches/R-2-6-branch/src/scripts/Makefile.win

port r42864 from trunk
------------------------------------------------------------------------
r42866 | ripley | 2007-09-15 07:28:52 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/etc/repositories

typo in comment
------------------------------------------------------------------------
r42867 | ripley | 2007-09-15 07:29:55 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/etc/repositories

update
------------------------------------------------------------------------
r42868 | ripley | 2007-09-15 07:57:22 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/datasets/man/HairEyeColor.Rd

explain HairEyeColor change
------------------------------------------------------------------------
r42869 | ripley | 2007-09-15 07:58:33 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/datasets/man/HairEyeColor.Rd

port r42868 from trunk
------------------------------------------------------------------------
r42870 | ripley | 2007-09-15 11:09:46 -0400 (Sat, 15 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/extra/graphapp/buttons.c
   M /trunk/src/extra/graphapp/controls.c
   M /trunk/src/extra/graphapp/gdraw.c
   M /trunk/src/extra/graphapp/internal.h
   M /trunk/src/extra/graphapp/menus.c
   M /trunk/src/extra/graphapp/windows.c
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/R/character.R
   M /trunk/src/library/base/man/sQuote.Rd
   M /trunk/src/main/main.c
   M /trunk/src/main/platform.c

allow C as LC_CTYPE under Windows, carefully ...
don't use FancyQuotes in a C locale.

------------------------------------------------------------------------
r42871 | ripley | 2007-09-15 11:11:32 -0400 (Sat, 15 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/extra/graphapp/buttons.c
   M /branches/R-2-6-branch/src/extra/graphapp/controls.c
   M /branches/R-2-6-branch/src/extra/graphapp/gdraw.c
   M /branches/R-2-6-branch/src/extra/graphapp/internal.h
   M /branches/R-2-6-branch/src/extra/graphapp/menus.c
   M /branches/R-2-6-branch/src/extra/graphapp/windows.c
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/base/R/character.R
   M /branches/R-2-6-branch/src/library/base/man/sQuote.Rd
   M /branches/R-2-6-branch/src/main/main.c
   M /branches/R-2-6-branch/src/main/platform.c

port r42870 from trunk
------------------------------------------------------------------------
r42872 | ripley | 2007-09-16 05:45:51 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

add placeholder for 2.7.x
------------------------------------------------------------------------
r42873 | ripley | 2007-09-16 05:46:48 -0400 (Sun, 16 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/datasets/man/HairEyeColor.Rd

more on HairEyeColor

------------------------------------------------------------------------
r42874 | ripley | 2007-09-16 05:48:02 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/datasets/man/HairEyeColor.Rd

port r42873 from trunk
------------------------------------------------------------------------
r42875 | luke | 2007-09-16 09:00:38 -0400 (Sun, 16 Sep 2007) | 4 lines
Changed paths:
   M /trunk/src/main/context.c

Bumped up R_Expressions before running of onexit code to avoid
cascading stack overflow errors.  Also reset R_Expressions before
jumping.

------------------------------------------------------------------------
r42876 | murdoch | 2007-09-16 09:27:59 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/agrep.Rd

typo
------------------------------------------------------------------------
r42877 | murdoch | 2007-09-16 09:29:04 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/agrep.Rd

Port r42876 typo
------------------------------------------------------------------------
r42878 | ripley | 2007-09-16 11:03:25 -0400 (Sun, 16 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/locales.Rd
   M /trunk/src/main/main.c
   M /trunk/src/main/platform.c

tidy up treatment of locales, now LC_CTYPE=C no longer needs special
treatment on Windows.

------------------------------------------------------------------------
r42879 | ripley | 2007-09-16 11:11:20 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/locales.Rd
   M /branches/R-2-6-branch/src/main/main.c
   M /branches/R-2-6-branch/src/main/platform.c

port r42878 from trunk
------------------------------------------------------------------------
r42880 | luke | 2007-09-16 12:20:55 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/context.c

Ported r42875 (cascading errors on stack overflow doe to onexit handling) from trunk.
------------------------------------------------------------------------
r42881 | ripley | 2007-09-16 12:40:05 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/locales.Rd
   M /trunk/src/main/platform.c

more Sys.setlocale tweaks
------------------------------------------------------------------------
r42882 | ripley | 2007-09-16 12:41:45 -0400 (Sun, 16 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/connections.R
   M /trunk/src/library/base/man/readBin.Rd
   M /trunk/src/library/base/man/seek.Rd

use NA_integer_ for clarity.
improve wording

------------------------------------------------------------------------
r42883 | luke | 2007-09-16 12:48:24 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-5-branch/src/main/context.c

Ported r42875 (cascading errors on stack overflow doe to onexit handling) from trunk.
------------------------------------------------------------------------
r42884 | ripley | 2007-09-16 13:02:16 -0400 (Sun, 16 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/locales.Rd
   M /branches/R-2-6-branch/src/main/platform.c

port r42882 from trunk
------------------------------------------------------------------------
r42885 | ripley | 2007-09-17 04:51:27 -0400 (Mon, 17 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   D /trunk/share/R/firstlib.R
   D /trunk/share/R/nsrdaload.R
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/gnuwin32/fixed/bin/INSTALL
   D /trunk/src/gnuwin32/install-save.sh
   M /trunk/src/gnuwin32/installer/Makefile
   M /trunk/src/main/subset.c
   M /trunk/src/scripts/INSTALL.in
   M /trunk/tests/reg-tests-1.R

deprecated -> defunct

------------------------------------------------------------------------
r42886 | ripley | 2007-09-17 05:31:14 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/po/R.pot
   M /branches/R-2-6-branch/po/RGui-de.gmo
   M /branches/R-2-6-branch/po/RGui-de.po
   M /branches/R-2-6-branch/po/RGui-fr.gmo
   M /branches/R-2-6-branch/po/RGui-fr.po
   M /branches/R-2-6-branch/po/RGui-zh_CN.gmo
   M /branches/R-2-6-branch/po/RGui-zh_CN.po
   M /branches/R-2-6-branch/po/de.gmo
   M /branches/R-2-6-branch/po/de.po
   M /branches/R-2-6-branch/po/en.gmo
   M /branches/R-2-6-branch/po/en.po
   M /branches/R-2-6-branch/po/en@quot.gmo
   M /branches/R-2-6-branch/po/en@quot.po
   M /branches/R-2-6-branch/po/en_GB.gmo
   M /branches/R-2-6-branch/po/en_GB.po
   M /branches/R-2-6-branch/po/es.gmo
   M /branches/R-2-6-branch/po/es.po
   M /branches/R-2-6-branch/po/fr.gmo
   M /branches/R-2-6-branch/po/fr.po
   M /branches/R-2-6-branch/po/it.gmo
   M /branches/R-2-6-branch/po/it.po
   M /branches/R-2-6-branch/po/ja.gmo
   M /branches/R-2-6-branch/po/ja.po
   M /branches/R-2-6-branch/po/ko.gmo
   M /branches/R-2-6-branch/po/ko.po
   M /branches/R-2-6-branch/po/pt_BR.gmo
   M /branches/R-2-6-branch/po/pt_BR.po
   M /branches/R-2-6-branch/po/ru.gmo
   M /branches/R-2-6-branch/po/ru.po
   M /branches/R-2-6-branch/po/zh_CN.gmo
   M /branches/R-2-6-branch/po/zh_CN.po
   M /branches/R-2-6-branch/po/zh_TW.gmo
   M /branches/R-2-6-branch/po/zh_TW.po
   M /branches/R-2-6-branch/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/po/R-base.pot
   M /branches/R-2-6-branch/src/library/base/po/R-de.po
   M /branches/R-2-6-branch/src/library/base/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/base/po/R-fr.po
   M /branches/R-2-6-branch/src/library/base/po/R-it.po
   M /branches/R-2-6-branch/src/library/base/po/R-ja.po
   M /branches/R-2-6-branch/src/library/base/po/R-ko.po
   M /branches/R-2-6-branch/src/library/base/po/R-pt_BR.po
   M /branches/R-2-6-branch/src/library/base/po/R-ru.po
   M /branches/R-2-6-branch/src/library/base/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-6-branch/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-6-branch/src/library/graphics/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /branches/R-2-6-branch/src/library/grid/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/methods/po/R-fr.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ja.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ko.po
   M /branches/R-2-6-branch/src/library/methods/po/R-methods.pot
   M /branches/R-2-6-branch/src/library/methods/po/R-pt_BR.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ru.po
   M /branches/R-2-6-branch/src/library/methods/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /branches/R-2-6-branch/src/library/stats/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/stats/po/R-fr.po
   M /branches/R-2-6-branch/src/library/stats/po/R-it.po
   M /branches/R-2-6-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-6-branch/src/library/stats/po/R-ko.po
   M /branches/R-2-6-branch/src/library/stats/po/R-pt_BR.po
   M /branches/R-2-6-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-6-branch/src/library/stats/po/R-stats.pot
   M /branches/R-2-6-branch/src/library/stats/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/stats/po/zh_CN.po
   M /branches/R-2-6-branch/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /branches/R-2-6-branch/src/library/tools/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/po/R-zh_CN.po
   M /branches/R-2-6-branch/src/main/array.c

de, fr and zh_CN translation updates
------------------------------------------------------------------------
r42887 | ripley | 2007-09-17 05:41:28 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/po/R-en@quot.po
   M /trunk/src/library/grid/po/R-zh_CN.po
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ja.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   M /trunk/src/library/methods/po/en@quot.po
   M /trunk/src/library/splines/inst/po/en@quot/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/en@quot/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-en@quot.po
   M /trunk/src/library/splines/po/en@quot.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/stats/po/en@quot.po
   M /trunk/src/library/stats/po/zh_CN.po
   M /trunk/src/library/stats4/inst/po/en@quot/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-en@quot.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-en@quot.po
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/tools/po/en@quot.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-zh_CN.po
   M /trunk/src/main/array.c

de, fr and zh_CN translation updates
------------------------------------------------------------------------
r42888 | ripley | 2007-09-17 09:12:25 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules

make misuse of PKG_CLAGS fatal
------------------------------------------------------------------------
r42889 | ripley | 2007-09-17 09:12:47 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd

update
------------------------------------------------------------------------
r42890 | ripley | 2007-09-17 10:45:49 -0400 (Mon, 17 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

apparently alphablending is looking at the clipping rectangle.

------------------------------------------------------------------------
r42891 | ripley | 2007-09-17 10:46:44 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/src/devWindows.c

port r42890 from trunk
------------------------------------------------------------------------
r42892 | ripley | 2007-09-18 04:43:05 -0400 (Tue, 18 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/perl/R/Rdlists.pm

workaround for PR#9915

------------------------------------------------------------------------
r42893 | ripley | 2007-09-18 04:45:54 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/share/perl/R/Rdlists.pm

port r42892 from trunk
------------------------------------------------------------------------
r42894 | ripley | 2007-09-18 11:47:15 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdlists.pm

some \alias entries have trailing comments including a }
------------------------------------------------------------------------
r42895 | pd | 2007-09-18 18:05:16 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

go to 2.6.0 beta
------------------------------------------------------------------------
r42896 | ripley | 2007-09-19 02:35:28 -0400 (Wed, 19 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/attach.Rd
   M /trunk/src/library/utils/R/indices.R
   M /trunk/src/library/utils/R/sessionInfo.R
   M /trunk/src/library/utils/man/packageDescription.Rd

Bengtsson protection (against misuse of "package:foo" on search list)

------------------------------------------------------------------------
r42897 | ripley | 2007-09-19 02:36:57 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/library.R
   M /branches/R-2-6-branch/src/library/base/man/attach.Rd
   M /branches/R-2-6-branch/src/library/utils/R/indices.R
   M /branches/R-2-6-branch/src/library/utils/R/sessionInfo.R
   M /branches/R-2-6-branch/src/library/utils/man/packageDescription.Rd

port r42896 from trunk
------------------------------------------------------------------------
r42898 | ripley | 2007-09-19 04:23:53 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/po/RGui-de.gmo
   M /branches/R-2-6-branch/po/RGui-de.po
   M /branches/R-2-6-branch/po/RGui-es.gmo
   M /branches/R-2-6-branch/po/RGui-es.po
   M /branches/R-2-6-branch/po/RGui-fr.gmo
   M /branches/R-2-6-branch/po/RGui-fr.po
   M /branches/R-2-6-branch/po/RGui-it.gmo
   M /branches/R-2-6-branch/po/RGui-it.po
   M /branches/R-2-6-branch/po/RGui-ja.gmo
   M /branches/R-2-6-branch/po/RGui-ja.po
   M /branches/R-2-6-branch/po/RGui-ko.gmo
   M /branches/R-2-6-branch/po/RGui-ko.po
   M /branches/R-2-6-branch/po/RGui-pt_BR.gmo
   M /branches/R-2-6-branch/po/RGui-pt_BR.po
   M /branches/R-2-6-branch/po/RGui-ru.gmo
   M /branches/R-2-6-branch/po/RGui-ru.po
   M /branches/R-2-6-branch/po/RGui-zh_CN.gmo
   M /branches/R-2-6-branch/po/RGui-zh_CN.po
   M /branches/R-2-6-branch/po/RGui-zh_TW.gmo
   M /branches/R-2-6-branch/po/RGui-zh_TW.po
   M /branches/R-2-6-branch/po/RGui.pot
   M /branches/R-2-6-branch/po/fr.gmo
   M /branches/R-2-6-branch/po/fr.po
   M /branches/R-2-6-branch/po/ru.gmo
   M /branches/R-2-6-branch/po/ru.po
   M /branches/R-2-6-branch/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/po/R-ru.po
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/po/R-ru.po
   M /branches/R-2-6-branch/src/library/grDevices/po/en@quot.po
   M /branches/R-2-6-branch/src/library/grDevices/po/en_GB.po
   M /branches/R-2-6-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-6-branch/src/library/grDevices/po/grDevices.pot
   M /branches/R-2-6-branch/src/library/grDevices/po/it.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ja.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ko.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ru.po
   M /branches/R-2-6-branch/src/library/grDevices/po/zh_CN.po
   M /branches/R-2-6-branch/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-6-branch/src/library/graphics/po/R-ru.po
   M /branches/R-2-6-branch/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /branches/R-2-6-branch/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /branches/R-2-6-branch/src/library/grid/po/R-ru.po
   M /branches/R-2-6-branch/src/library/grid/po/ru.po
   M /branches/R-2-6-branch/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /branches/R-2-6-branch/src/library/methods/po/R-ru.po
   M /branches/R-2-6-branch/src/library/methods/po/ru.po
   M /branches/R-2-6-branch/src/library/splines/inst/po/ru/LC_MESSAGES/R-splines.mo
   M /branches/R-2-6-branch/src/library/splines/inst/po/ru/LC_MESSAGES/splines.mo
   M /branches/R-2-6-branch/src/library/splines/po/R-ru.po
   M /branches/R-2-6-branch/src/library/splines/po/ru.po
   M /branches/R-2-6-branch/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /branches/R-2-6-branch/src/library/stats/po/R-ru.po
   M /branches/R-2-6-branch/src/library/stats/po/ru.po
   M /branches/R-2-6-branch/src/library/stats4/inst/po/ru/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-6-branch/src/library/stats4/po/R-ru.po
   M /branches/R-2-6-branch/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /branches/R-2-6-branch/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /branches/R-2-6-branch/src/library/tcltk/po/R-ru.po
   M /branches/R-2-6-branch/src/library/tcltk/po/ru.po
   M /branches/R-2-6-branch/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /branches/R-2-6-branch/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /branches/R-2-6-branch/src/library/tools/po/R-ru.po
   M /branches/R-2-6-branch/src/library/tools/po/ru.po
   M /branches/R-2-6-branch/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/utils/po/R-fr.po
   M /branches/R-2-6-branch/src/library/utils/po/R-ja.po
   M /branches/R-2-6-branch/src/library/utils/po/R-ko.po
   M /branches/R-2-6-branch/src/library/utils/po/R-ru.po
   M /branches/R-2-6-branch/src/library/utils/po/R-utils.pot
   M /branches/R-2-6-branch/src/library/utils/po/R-zh_CN.po

update translations for fr and ru
------------------------------------------------------------------------
r42899 | ripley | 2007-09-19 04:25:01 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/po/RGui-de.gmo
   M /trunk/po/RGui-de.po
   M /trunk/po/RGui-es.gmo
   M /trunk/po/RGui-es.po
   M /trunk/po/RGui-fr.gmo
   M /trunk/po/RGui-fr.po
   M /trunk/po/RGui-it.gmo
   M /trunk/po/RGui-it.po
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/RGui-ko.gmo
   M /trunk/po/RGui-ko.po
   M /trunk/po/RGui-pt_BR.gmo
   M /trunk/po/RGui-pt_BR.po
   M /trunk/po/RGui-ru.gmo
   M /trunk/po/RGui-ru.po
   M /trunk/po/RGui-zh_CN.gmo
   M /trunk/po/RGui-zh_CN.po
   M /trunk/po/RGui-zh_TW.gmo
   M /trunk/po/RGui-zh_TW.po
   M /trunk/po/RGui.pot
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-ru.po
   M /trunk/src/library/grid/po/ru.po
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/ru.po
   M /trunk/src/library/splines/inst/po/ru/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/ru/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-ru.po
   M /trunk/src/library/splines/po/ru.po
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/ru.po
   M /trunk/src/library/stats4/inst/po/ru/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-ru.po
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-ru.po
   M /trunk/src/library/tcltk/po/ru.po
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/ru.po
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-ru.po

update translations for fr and ru
------------------------------------------------------------------------
r42900 | ripley | 2007-09-19 04:40:51 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/DESCRIPTION.in
   M /trunk/src/library/datasets/DESCRIPTION.in
   M /trunk/src/library/grDevices/DESCRIPTION.in
   M /trunk/src/library/graphics/DESCRIPTION.in
   M /trunk/src/library/grid/DESCRIPTION.in
   M /trunk/src/library/methods/DESCRIPTION.in
   M /trunk/src/library/splines/DESCRIPTION.in
   M /trunk/src/library/stats/DESCRIPTION.in
   M /trunk/src/library/stats4/DESCRIPTION.in
   M /trunk/src/library/tcltk/DESCRIPTION.in
   M /trunk/src/library/tools/DESCRIPTION.in
   M /trunk/src/library/utils/DESCRIPTION.in

update to recommended form
------------------------------------------------------------------------
r42901 | ripley | 2007-09-19 04:41:31 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/splines/DESCRIPTION.in

update Bill's preferred email address
------------------------------------------------------------------------
r42902 | ripley | 2007-09-19 04:42:54 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/datasets/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/grDevices/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/graphics/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/grid/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/methods/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/splines/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/stats/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/stats4/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/tcltk/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/tools/DESCRIPTION.in
   M /branches/R-2-6-branch/src/library/utils/DESCRIPTION.in

port r42900:1 from trunk
------------------------------------------------------------------------
r42903 | ripley | 2007-09-19 06:04:58 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/character.c

improve chartr in CJK locales
------------------------------------------------------------------------
r42904 | ripley | 2007-09-19 06:43:47 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/device.R

typo
------------------------------------------------------------------------
r42905 | ripley | 2007-09-19 06:53:26 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/R/device.R
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-en_GB.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-fr.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-grDevices.pot
   M /branches/R-2-6-branch/src/library/grDevices/po/R-it.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-ja.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-ko.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-ru.po
   M /branches/R-2-6-branch/src/library/grDevices/po/R-zh_CN.po

typo in error message
------------------------------------------------------------------------
r42906 | ripley | 2007-09-19 06:56:52 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po

typo in error message
------------------------------------------------------------------------
r42907 | ripley | 2007-09-19 07:36:35 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/connections.Rd

update
------------------------------------------------------------------------
r42908 | ripley | 2007-09-19 07:37:59 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/connections.Rd

port r42907 from trunk
------------------------------------------------------------------------
r42909 | ripley | 2007-09-19 10:26:07 -0400 (Wed, 19 Sep 2007) | 3 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

ensure the mempcpy is checked even without NLS.
add some comments about provenance of various funcs.

------------------------------------------------------------------------
r42910 | ripley | 2007-09-19 10:58:11 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

need to protect test for --without-x
------------------------------------------------------------------------
r42911 | ripley | 2007-09-19 10:59:33 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure
   M /branches/R-2-6-branch/configure.ac

port r42910 from trunk
------------------------------------------------------------------------
r42912 | ripley | 2007-09-19 11:59:23 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/po/RGui-ja.gmo
   M /branches/R-2-6-branch/po/RGui-ja.po
   M /branches/R-2-6-branch/po/ja.gmo
   M /branches/R-2-6-branch/po/ja.po
   M /branches/R-2-6-branch/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/po/R-ja.po
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/po/R-ja.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ja.po
   M /branches/R-2-6-branch/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /branches/R-2-6-branch/src/library/graphics/po/R-ja.po
   M /branches/R-2-6-branch/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /branches/R-2-6-branch/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /branches/R-2-6-branch/src/library/grid/po/R-ja.po
   M /branches/R-2-6-branch/src/library/grid/po/ja.po
   M /branches/R-2-6-branch/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /branches/R-2-6-branch/src/library/methods/po/R-ja.po
   M /branches/R-2-6-branch/src/library/methods/po/ja.po
   M /branches/R-2-6-branch/src/library/splines/inst/po/ja/LC_MESSAGES/R-splines.mo
   M /branches/R-2-6-branch/src/library/splines/inst/po/ja/LC_MESSAGES/splines.mo
   M /branches/R-2-6-branch/src/library/splines/po/R-ja.po
   M /branches/R-2-6-branch/src/library/splines/po/ja.po
   M /branches/R-2-6-branch/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /branches/R-2-6-branch/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /branches/R-2-6-branch/src/library/stats/po/R-ja.po
   M /branches/R-2-6-branch/src/library/stats/po/ja.po
   M /branches/R-2-6-branch/src/library/stats4/inst/po/ja/LC_MESSAGES/R-stats4.mo
   M /branches/R-2-6-branch/src/library/stats4/po/R-ja.po
   M /branches/R-2-6-branch/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /branches/R-2-6-branch/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /branches/R-2-6-branch/src/library/tcltk/po/R-ja.po
   M /branches/R-2-6-branch/src/library/tcltk/po/ja.po
   M /branches/R-2-6-branch/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /branches/R-2-6-branch/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /branches/R-2-6-branch/src/library/tools/po/R-ja.po
   M /branches/R-2-6-branch/src/library/tools/po/ja.po
   M /branches/R-2-6-branch/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /branches/R-2-6-branch/src/library/utils/po/R-ja.po

update ja translations
------------------------------------------------------------------------
r42913 | ripley | 2007-09-19 11:59:58 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/RGui-ja.gmo
   M /trunk/po/RGui-ja.po
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/po/R-ja.po
   M /trunk/src/library/grid/po/ja.po
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/po/R-ja.po
   M /trunk/src/library/methods/po/ja.po
   M /trunk/src/library/splines/inst/po/ja/LC_MESSAGES/R-splines.mo
   M /trunk/src/library/splines/inst/po/ja/LC_MESSAGES/splines.mo
   M /trunk/src/library/splines/po/R-ja.po
   M /trunk/src/library/splines/po/ja.po
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/stats.mo
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/ja.po
   M /trunk/src/library/stats4/inst/po/ja/LC_MESSAGES/R-stats4.mo
   M /trunk/src/library/stats4/po/R-ja.po
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-ja.po
   M /trunk/src/library/tcltk/po/ja.po
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/tools.mo
   M /trunk/src/library/tools/po/R-ja.po
   M /trunk/src/library/tools/po/ja.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

update ja translations
------------------------------------------------------------------------
r42914 | murdoch | 2007-09-19 21:22:10 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/src/splines.c

Bug fix in periodic spline.
------------------------------------------------------------------------
r42915 | murdoch | 2007-09-19 22:18:41 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/src/splines.c

Port r42914 from trunk
------------------------------------------------------------------------
r42916 | ripley | 2007-09-20 07:09:15 -0400 (Thu, 20 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/graphics/man/identify.Rd

several corrections, lots of clarifications

------------------------------------------------------------------------
r42917 | ripley | 2007-09-20 07:11:16 -0400 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/identify.Rd

port r42916 from trunk
------------------------------------------------------------------------
r42918 | ripley | 2007-09-20 07:45:13 -0400 (Thu, 20 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/man/identify.Rd
   M /trunk/src/main/plot.c

add recycling to identify()

------------------------------------------------------------------------
r42919 | ripley | 2007-09-20 08:35:10 -0400 (Thu, 20 Sep 2007) | 4 lines
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/m4/R.m4

On Windows, ac_cv_sizeof_int was '4\n', so INT_32_BITS was unset.
(I think this happened when updating the toolset.)
Also, use_X11 was unset with --with-x=no

------------------------------------------------------------------------
r42920 | ripley | 2007-09-20 08:40:47 -0400 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure
   M /branches/R-2-6-branch/configure.ac
   M /branches/R-2-6-branch/m4/R.m4

port r42919 from trunk
------------------------------------------------------------------------
r42921 | ripley | 2007-09-20 12:18:39 -0400 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/modules/lapack/dlamch.f

comment out unused I/O
------------------------------------------------------------------------
r42922 | ripley | 2007-09-20 12:24:18 -0400 (Thu, 20 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/main/lapack.c

looks like we need to reset stdout/stderr after loading Rlapack.dll

------------------------------------------------------------------------
r42923 | ripley | 2007-09-20 12:25:45 -0400 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/lapack.c

port r42922 from trunk
------------------------------------------------------------------------
r42924 | ripley | 2007-09-20 23:49:37 -0400 (Thu, 20 Sep 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/sQuote.Rd
   M /trunk/src/library/profile/Rprofile.windows

only use fancy quotes in Rgui on Windows: command prompt Windows have too many problems.
expand comments on font problems.

------------------------------------------------------------------------
r42925 | ripley | 2007-09-20 23:51:01 -0400 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/sQuote.Rd
   M /branches/R-2-6-branch/src/library/profile/Rprofile.windows

port r42923 from trunk
------------------------------------------------------------------------
r42926 | ripley | 2007-09-21 07:11:20 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/modules/lapack/dlamch.f

port r42921 from trunk
------------------------------------------------------------------------
r42927 | ripley | 2007-09-21 07:13:06 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/fixed/h/config64.h

update
------------------------------------------------------------------------
r42928 | murdoch | 2007-09-21 07:32:17 -0400 (Fri, 21 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/graphapp/buttons.c
   M /trunk/src/gnuwin32/CHANGES

Fix paste problems in Windows script editor, reported by
Bob Muenchen.
------------------------------------------------------------------------
r42929 | ripley | 2007-09-21 07:33:13 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert x64 change
------------------------------------------------------------------------
r42930 | murdoch | 2007-09-21 09:16:39 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/extra/graphapp/buttons.c
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES

Port r42928 from trunk
------------------------------------------------------------------------
r42931 | ripley | 2007-09-21 10:03:43 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

say where files needed for cross-compiling now are
------------------------------------------------------------------------
r42932 | ripley | 2007-09-21 10:03:59 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/rw-FAQ.texi

more on quotes
------------------------------------------------------------------------
r42933 | ripley | 2007-09-21 10:19:41 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

port r42931:2 from trunk
------------------------------------------------------------------------
r42934 | hornik | 2007-09-21 11:33:13 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42935 | hornik | 2007-09-21 11:33:18 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42936 | murdoch | 2007-09-21 13:46:20 -0400 (Fri, 21 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/objects.R

getS3method failed for hidden methods if they contained
regexp special chars, e.g. +.dlm as reported by Giovanni Petris.
------------------------------------------------------------------------
r42937 | murdoch | 2007-09-21 13:55:28 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/utils/R/objects.R

Port of r42936 from trunk.
------------------------------------------------------------------------
r42938 | urbaneks | 2007-09-21 17:43:44 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   A /trunk/src/include/R_ext/QuartzDevice.h
   M /trunk/src/library/grDevices/R/unix/quartz.R
   M /trunk/src/library/grDevices/man/unix/quartz.Rd
   M /trunk/src/library/grDevices/src/Makefile.in
   M /trunk/src/library/grDevices/src/devQuartz.c
   A /trunk/src/library/grDevices/src/qdBitmap.c
   A /trunk/src/library/grDevices/src/qdBitmap.h
   A /trunk/src/library/grDevices/src/qdCocoa.h
   A /trunk/src/library/grDevices/src/qdCocoa.m
   M /trunk/src/unix/aqua.c

Quartz device fixes, update and cleanup
------------------------------------------------------------------------
r42939 | pd | 2007-09-21 22:06:12 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r42940 | ripley | 2007-09-22 00:35:15 -0400 (Sat, 22 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/Quotes.Rd
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

use uint rather than make unchecked assumptions about the size of wchar_t.
document \u{} notation.

------------------------------------------------------------------------
r42941 | ripley | 2007-09-22 00:48:13 -0400 (Sat, 22 Sep 2007) | 3 lines
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Quotes.Rd

correct when \U works.
document \u{} and \U{}.

------------------------------------------------------------------------
r42942 | ripley | 2007-09-22 01:17:42 -0400 (Sat, 22 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/Makevars.win

fix up for Quartz additions
------------------------------------------------------------------------
r42943 | ripley | 2007-09-22 03:26:17 -0400 (Sat, 22 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/front-ends/md5check.c

update for Inno Setup 5.2.0
------------------------------------------------------------------------
r42944 | ripley | 2007-09-22 03:27:20 -0400 (Sat, 22 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/gnuwin32/MkRules
   M /branches/R-2-6-branch/src/gnuwin32/front-ends/md5check.c

port r42943 from trunk
------------------------------------------------------------------------
r42945 | ripley | 2007-09-23 03:54:59 -0400 (Sun, 23 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/library/grid/inst/doc/displaylist.Snw
   M /trunk/src/library/grid/inst/doc/frame.Snw
   M /trunk/src/library/grid/inst/doc/interactive.Snw
   M /trunk/src/library/grid/inst/doc/nonfinite.Snw
   M /trunk/src/library/grid/inst/doc/sharing.Snw
   M /trunk/src/library/grid/inst/doc/viewports.Snw
   M /trunk/src/library/grid/man/grid-package.Rd

use 'grid' in \tt consistently in vignette titles.
link to installed PDFs from ?"grid-package"

------------------------------------------------------------------------
r42946 | ripley | 2007-09-23 03:56:46 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grid/inst/doc/displaylist.Snw
   M /branches/R-2-6-branch/src/library/grid/inst/doc/frame.Snw
   M /branches/R-2-6-branch/src/library/grid/inst/doc/interactive.Snw
   M /branches/R-2-6-branch/src/library/grid/inst/doc/nonfinite.Snw
   M /branches/R-2-6-branch/src/library/grid/inst/doc/sharing.Snw
   M /branches/R-2-6-branch/src/library/grid/inst/doc/viewports.Snw
   M /branches/R-2-6-branch/src/library/grid/man/grid-package.Rd

port r42945 from trunk
------------------------------------------------------------------------
r42947 | ripley | 2007-09-23 08:33:43 -0400 (Sun, 23 Sep 2007) | 6 lines
Changed paths:
   M /trunk/src/library/base/man/function.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/main/memory.c

clarifications:
better error message from allocVector
state explicitly that return(list()) replaces multi-arg returns
as.name, as.pairlist (and as.expression) dispatch on as.vector.
say exactly what as.name does.

------------------------------------------------------------------------
r42948 | ripley | 2007-09-23 08:36:32 -0400 (Sun, 23 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/name.Rd

part of 42947

------------------------------------------------------------------------
r42949 | ripley | 2007-09-23 08:37:04 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/function.Rd
   M /branches/R-2-6-branch/src/library/base/man/list.Rd
   M /branches/R-2-6-branch/src/library/base/man/name.Rd
   M /branches/R-2-6-branch/src/main/memory.c

port r42947:8 from trunk
------------------------------------------------------------------------
r42950 | ripley | 2007-09-23 11:20:05 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Constants.Rd
   M /trunk/src/library/base/man/Control.Rd
   M /trunk/src/library/base/man/NA.Rd
   M /trunk/src/library/base/man/NULL.Rd
   A /trunk/src/library/base/man/Reserved.Rd
   M /trunk/src/library/base/man/Syntax.Rd
   M /trunk/src/library/base/man/is.finite.Rd
   M /trunk/src/library/base/man/logical.Rd

document reserved words
------------------------------------------------------------------------
r42951 | ripley | 2007-09-23 11:21:30 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Constants.Rd
   M /branches/R-2-6-branch/src/library/base/man/Control.Rd
   M /branches/R-2-6-branch/src/library/base/man/NA.Rd
   M /branches/R-2-6-branch/src/library/base/man/NULL.Rd
   A /branches/R-2-6-branch/src/library/base/man/Reserved.Rd (from /trunk/src/library/base/man/Reserved.Rd:42950)
   M /branches/R-2-6-branch/src/library/base/man/Syntax.Rd
   M /branches/R-2-6-branch/src/library/base/man/is.finite.Rd
   M /branches/R-2-6-branch/src/library/base/man/logical.Rd

port r42950 from trunk
------------------------------------------------------------------------
r42952 | ripley | 2007-09-23 11:42:21 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Constants.Rd

more on Machin
------------------------------------------------------------------------
r42953 | ripley | 2007-09-23 11:43:23 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Constants.Rd

port r42952 from trunk
------------------------------------------------------------------------
r42954 | ripley | 2007-09-23 11:45:14 -0400 (Sun, 23 Sep 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/help.R
   M /trunk/src/library/utils/man/help.Rd

confine help(<character vector>) to length-one character vectors.
Lots of clarifications of what help() and ? do

------------------------------------------------------------------------
r42955 | ripley | 2007-09-23 11:46:16 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/utils/R/help.R
   M /branches/R-2-6-branch/src/library/utils/man/help.Rd

port r42954 from trunk
------------------------------------------------------------------------
r42956 | ripley | 2007-09-23 13:46:31 -0400 (Sun, 23 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/library/utils/R/help.R
   M /trunk/src/library/utils/man/help.Rd
   M /trunk/tests/reg-tests-1.R

explicitly test for reserved words in help, so we can issue
more informative error message

------------------------------------------------------------------------
r42957 | ripley | 2007-09-23 17:35:46 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/help.R

revert part of last change
------------------------------------------------------------------------
r42958 | ripley | 2007-09-23 17:41:14 -0400 (Sun, 23 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/help.Rd

revert part of last change
------------------------------------------------------------------------
r42959 | ripley | 2007-09-24 03:02:31 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/help.Rd

typo
------------------------------------------------------------------------
r42960 | ripley | 2007-09-24 03:04:46 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/help.R
   M /trunk/src/library/utils/man/help.Rd

patched version of r42956
------------------------------------------------------------------------
r42961 | ripley | 2007-09-24 08:43:45 -0400 (Mon, 24 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Arithmetic.Rd
   M /trunk/src/library/base/man/AsIs.Rd
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/library/base/man/Hyperbolic.Rd
   M /trunk/src/library/base/man/Memory.Rd
   M /trunk/src/library/base/man/NA.Rd
   M /trunk/src/library/base/man/Primitive.Rd
   M /trunk/src/library/base/man/Random-user.Rd
   M /trunk/src/library/base/man/Random.Rd
   M /trunk/src/library/base/man/RdUtils.Rd
   M /trunk/src/library/base/man/Round.Rd
   M /trunk/src/library/base/man/Startup.Rd
   M /trunk/src/library/base/man/Sys.getenv.Rd
   M /trunk/src/library/base/man/Sys.info.Rd
   M /trunk/src/library/base/man/UseMethod.Rd
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/all.equal.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/library/base/man/apply.Rd
   M /trunk/src/library/base/man/attach.Rd
   M /trunk/src/library/base/man/autoload.Rd
   M /trunk/src/library/base/man/backsolve.Rd
   M /trunk/src/library/base/man/builtins.Rd
   M /trunk/src/library/base/man/cbind.Rd
   M /trunk/src/library/base/man/class.Rd
   M /trunk/src/library/base/man/colSums.Rd
   M /trunk/src/library/base/man/comment.Rd
   M /trunk/src/library/base/man/converters.Rd
   M /trunk/src/library/base/man/data.class.Rd
   M /trunk/src/library/base/man/delayedAssign.Rd
   M /trunk/src/library/base/man/deparse.Rd
   M /trunk/src/library/base/man/dim.Rd
   M /trunk/src/library/base/man/dimnames.Rd
   M /trunk/src/library/base/man/dynload.Rd
   M /trunk/src/library/base/man/environment.Rd
   M /trunk/src/library/base/man/factor.Rd
   M /trunk/src/library/base/man/file.info.Rd
   M /trunk/src/library/base/man/file.show.Rd
   M /trunk/src/library/base/man/formals.Rd
   M /trunk/src/library/base/man/format.pval.Rd
   M /trunk/src/library/base/man/formatc.Rd
   M /trunk/src/library/base/man/getNativeSymbolInfo.Rd
   M /trunk/src/library/base/man/identical.Rd
   M /trunk/src/library/base/man/is.finite.Rd
   M /trunk/src/library/base/man/isSymmetric.Rd
   M /trunk/src/library/base/man/lapply.Rd
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/base/man/logical.Rd
   M /trunk/src/library/base/man/ls.Rd
   M /trunk/src/library/base/man/maxCol.Rd
   M /trunk/src/library/base/man/merge.Rd
   M /trunk/src/library/base/man/message.Rd
   M /trunk/src/library/base/man/missing.Rd
   M /trunk/src/library/base/man/mode.Rd
   M /trunk/src/library/base/man/name.Rd
   M /trunk/src/library/base/man/ns-dblcolon.Rd
   M /trunk/src/library/base/man/ns-topenv.Rd
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/base/man/pretty.Rd
   M /trunk/src/library/base/man/print.default.Rd
   M /trunk/src/library/base/man/proc.time.Rd
   M /trunk/src/library/base/man/rank.Rd
   M /trunk/src/library/base/man/save.Rd
   M /trunk/src/library/base/man/scan.Rd
   M /trunk/src/library/base/man/search.Rd
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/library/base/man/split.Rd
   M /trunk/src/library/base/man/strsplit.Rd
   M /trunk/src/library/base/man/substitute.Rd
   M /trunk/src/library/base/man/sys.parent.Rd
   M /trunk/src/library/base/man/sys.source.Rd
   M /trunk/src/library/base/man/system.file.Rd
   M /trunk/src/library/base/man/system.time.Rd
   M /trunk/src/library/base/man/t.Rd
   M /trunk/src/library/base/man/table.Rd
   M /trunk/src/library/base/man/trace.Rd
   M /trunk/src/library/base/man/unname.Rd
   M /trunk/src/library/base/man/which.min.Rd
   M /trunk/src/library/base/man/zMachine.Rd
   M /trunk/src/library/base/man/zpackages.Rd
   M /trunk/src/library/base/man/zutils.Rd
   M /trunk/src/library/datasets/man/Puromycin.Rd
   M /trunk/src/library/datasets/man/Titanic.Rd
   M /trunk/src/library/datasets/man/UCBAdmissions.Rd
   M /trunk/src/library/datasets/man/faithful.Rd
   M /trunk/src/library/datasets/man/swiss.Rd
   M /trunk/src/library/grDevices/man/Hershey.Rd
   M /trunk/src/library/grDevices/man/boxplot.stats.Rd
   M /trunk/src/library/grDevices/man/check.options.Rd
   M /trunk/src/library/grDevices/man/col2rgb.Rd
   M /trunk/src/library/grDevices/man/colors.Rd
   M /trunk/src/library/grDevices/man/convertColor.Rd
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/extendrange.Rd
   M /trunk/src/library/grDevices/man/gray.Rd
   M /trunk/src/library/grDevices/man/hsv.Rd
   M /trunk/src/library/grDevices/man/palette.Rd
   M /trunk/src/library/grDevices/man/palettes.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/recordGraphics.Rd
   M /trunk/src/library/grDevices/man/rgb.Rd
   M /trunk/src/library/grDevices/man/rgb2hsv.Rd
   M /trunk/src/library/grDevices/man/xyTable.Rd
   M /trunk/src/library/graphics/man/axTicks.Rd
   M /trunk/src/library/graphics/man/barplot.Rd
   M /trunk/src/library/graphics/man/bxp.Rd
   M /trunk/src/library/graphics/man/contour.Rd
   M /trunk/src/library/graphics/man/coplot.Rd
   M /trunk/src/library/graphics/man/curve.Rd
   M /trunk/src/library/graphics/man/hist.POSIXt.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/image.Rd
   M /trunk/src/library/graphics/man/legend.Rd
   M /trunk/src/library/graphics/man/matplot.Rd
   M /trunk/src/library/graphics/man/mtext.Rd
   M /trunk/src/library/graphics/man/pairs.Rd
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/plot.Rd
   M /trunk/src/library/graphics/man/plot.design.Rd
   M /trunk/src/library/graphics/man/plot.table.Rd
   M /trunk/src/library/graphics/man/plot.xy.Rd
   M /trunk/src/library/graphics/man/plotdefault.Rd
   M /trunk/src/library/graphics/man/plotfactor.Rd
   M /trunk/src/library/graphics/man/plothistogram.Rd
   M /trunk/src/library/graphics/man/points.Rd
   M /trunk/src/library/graphics/man/rect.Rd
   M /trunk/src/library/graphics/man/stars.Rd
   M /trunk/src/library/graphics/man/sunflowerplot.Rd
   M /trunk/src/library/graphics/man/symbols.Rd
   M /trunk/src/library/grid/man/grid.record.Rd
   M /trunk/src/library/stats/man/AIC.Rd
   M /trunk/src/library/stats/man/Logistic.Rd
   M /trunk/src/library/stats/man/Multinom.Rd
   M /trunk/src/library/stats/man/anova.Rd
   M /trunk/src/library/stats/man/arima.Rd
   M /trunk/src/library/stats/man/arima.sim.Rd
   M /trunk/src/library/stats/man/arima0.Rd
   M /trunk/src/library/stats/man/bandwidth.Rd
   M /trunk/src/library/stats/man/birthday.Rd
   M /trunk/src/library/stats/man/chisq.test.Rd
   M /trunk/src/library/stats/man/dendrogram.Rd
   M /trunk/src/library/stats/man/density.Rd
   M /trunk/src/library/stats/man/deriv.Rd
   M /trunk/src/library/stats/man/ecdf.Rd
   M /trunk/src/library/stats/man/effects.Rd
   M /trunk/src/library/stats/man/extractAIC.Rd
   M /trunk/src/library/stats/man/family.Rd
   M /trunk/src/library/stats/man/fisher.test.Rd
   M /trunk/src/library/stats/man/ftable.Rd
   M /trunk/src/library/stats/man/ftable.formula.Rd
   M /trunk/src/library/stats/man/glm.Rd
   M /trunk/src/library/stats/man/hclust.Rd
   M /trunk/src/library/stats/man/heatmap.Rd
   M /trunk/src/library/stats/man/isoreg.Rd
   M /trunk/src/library/stats/man/kernel.Rd
   M /trunk/src/library/stats/man/ks.test.Rd
   M /trunk/src/library/stats/man/lag.plot.Rd
   M /trunk/src/library/stats/man/lm.Rd
   M /trunk/src/library/stats/man/lm.influence.Rd
   M /trunk/src/library/stats/man/lm.summaries.Rd
   M /trunk/src/library/stats/man/loglin.Rd
   M /trunk/src/library/stats/man/mad.Rd
   M /trunk/src/library/stats/man/model.frame.Rd
   M /trunk/src/library/stats/man/monthplot.Rd
   M /trunk/src/library/stats/man/na.action.Rd
   M /trunk/src/library/stats/man/na.fail.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/stats/man/plot.density.Rd
   M /trunk/src/library/stats/man/plot.isoreg.Rd
   M /trunk/src/library/stats/man/plot.lm.Rd
   M /trunk/src/library/stats/man/plot.ts.Rd
   M /trunk/src/library/stats/man/poly.Rd
   M /trunk/src/library/stats/man/ppoints.Rd
   M /trunk/src/library/stats/man/ppr.Rd
   M /trunk/src/library/stats/man/prcomp.Rd
   M /trunk/src/library/stats/man/princomp.Rd
   M /trunk/src/library/stats/man/printCoefmat.Rd
   M /trunk/src/library/stats/man/quantile.Rd
   M /trunk/src/library/stats/man/read.ftable.Rd
   M /trunk/src/library/stats/man/reshape.Rd
   M /trunk/src/library/stats/man/runmed.Rd
   M /trunk/src/library/stats/man/simulate.Rd
   M /trunk/src/library/stats/man/smooth.Rd
   M /trunk/src/library/stats/man/smooth.spline.Rd
   M /trunk/src/library/stats/man/smoothEnds.Rd
   M /trunk/src/library/stats/man/stepfun.Rd
   M /trunk/src/library/stats/man/stl.Rd
   M /trunk/src/library/stats/man/summary.glm.Rd
   M /trunk/src/library/stats/man/summary.lm.Rd
   M /trunk/src/library/stats/man/summary.nls.Rd
   M /trunk/src/library/stats/man/supsmu.Rd
   M /trunk/src/library/stats/man/symnum.Rd
   M /trunk/src/library/stats/man/termplot.Rd
   M /trunk/src/library/stats/man/xtabs.Rd
   M /trunk/src/library/tools/man/QC.Rd
   M /trunk/src/library/tools/man/Rdindex.Rd
   M /trunk/src/library/tools/man/Rdutils.Rd
   M /trunk/src/library/tools/man/codoc.Rd
   M /trunk/src/library/tools/man/delimMatch.Rd
   M /trunk/src/library/tools/man/fileutils.Rd
   M /trunk/src/library/tools/man/writePACKAGES.Rd
   M /trunk/src/library/utils/man/dataentry.Rd
   M /trunk/src/library/utils/man/format.Rd
   M /trunk/src/library/utils/man/glob2rx.Rd
   M /trunk/src/library/utils/man/help.Rd
   M /trunk/src/library/utils/man/ls_str.Rd
   M /trunk/src/library/utils/man/read.fwf.Rd
   M /trunk/src/library/utils/man/read.table.Rd
   M /trunk/src/library/utils/man/readNEWS.Rd
   M /trunk/src/library/utils/man/str.Rd

try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise

------------------------------------------------------------------------
r42962 | ripley | 2007-09-24 08:48:02 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Arithmetic.Rd
   M /branches/R-2-6-branch/src/library/base/man/AsIs.Rd
   M /branches/R-2-6-branch/src/library/base/man/DateTimeClasses.Rd
   M /branches/R-2-6-branch/src/library/base/man/Extremes.Rd
   M /branches/R-2-6-branch/src/library/base/man/Foreign.Rd
   M /branches/R-2-6-branch/src/library/base/man/Hyperbolic.Rd
   M /branches/R-2-6-branch/src/library/base/man/Memory.Rd
   M /branches/R-2-6-branch/src/library/base/man/NA.Rd
   M /branches/R-2-6-branch/src/library/base/man/Primitive.Rd
   M /branches/R-2-6-branch/src/library/base/man/Random-user.Rd
   M /branches/R-2-6-branch/src/library/base/man/Random.Rd
   M /branches/R-2-6-branch/src/library/base/man/RdUtils.Rd
   M /branches/R-2-6-branch/src/library/base/man/Round.Rd
   M /branches/R-2-6-branch/src/library/base/man/Startup.Rd
   M /branches/R-2-6-branch/src/library/base/man/Sys.getenv.Rd
   M /branches/R-2-6-branch/src/library/base/man/Sys.info.Rd
   M /branches/R-2-6-branch/src/library/base/man/UseMethod.Rd
   M /branches/R-2-6-branch/src/library/base/man/all.Rd
   M /branches/R-2-6-branch/src/library/base/man/all.equal.Rd
   M /branches/R-2-6-branch/src/library/base/man/any.Rd
   M /branches/R-2-6-branch/src/library/base/man/apply.Rd
   M /branches/R-2-6-branch/src/library/base/man/attach.Rd
   M /branches/R-2-6-branch/src/library/base/man/autoload.Rd
   M /branches/R-2-6-branch/src/library/base/man/backsolve.Rd
   M /branches/R-2-6-branch/src/library/base/man/builtins.Rd
   M /branches/R-2-6-branch/src/library/base/man/cbind.Rd
   M /branches/R-2-6-branch/src/library/base/man/class.Rd
   M /branches/R-2-6-branch/src/library/base/man/colSums.Rd
   M /branches/R-2-6-branch/src/library/base/man/comment.Rd
   M /branches/R-2-6-branch/src/library/base/man/converters.Rd
   M /branches/R-2-6-branch/src/library/base/man/data.class.Rd
   M /branches/R-2-6-branch/src/library/base/man/delayedAssign.Rd
   M /branches/R-2-6-branch/src/library/base/man/deparse.Rd
   M /branches/R-2-6-branch/src/library/base/man/dim.Rd
   M /branches/R-2-6-branch/src/library/base/man/dimnames.Rd
   M /branches/R-2-6-branch/src/library/base/man/dynload.Rd
   M /branches/R-2-6-branch/src/library/base/man/environment.Rd
   M /branches/R-2-6-branch/src/library/base/man/factor.Rd
   M /branches/R-2-6-branch/src/library/base/man/file.info.Rd
   M /branches/R-2-6-branch/src/library/base/man/file.show.Rd
   M /branches/R-2-6-branch/src/library/base/man/formals.Rd
   M /branches/R-2-6-branch/src/library/base/man/format.pval.Rd
   M /branches/R-2-6-branch/src/library/base/man/formatc.Rd
   M /branches/R-2-6-branch/src/library/base/man/getNativeSymbolInfo.Rd
   M /branches/R-2-6-branch/src/library/base/man/identical.Rd
   M /branches/R-2-6-branch/src/library/base/man/is.finite.Rd
   M /branches/R-2-6-branch/src/library/base/man/isSymmetric.Rd
   M /branches/R-2-6-branch/src/library/base/man/lapply.Rd
   M /branches/R-2-6-branch/src/library/base/man/library.Rd
   M /branches/R-2-6-branch/src/library/base/man/logical.Rd
   M /branches/R-2-6-branch/src/library/base/man/ls.Rd
   M /branches/R-2-6-branch/src/library/base/man/maxCol.Rd
   M /branches/R-2-6-branch/src/library/base/man/merge.Rd
   M /branches/R-2-6-branch/src/library/base/man/message.Rd
   M /branches/R-2-6-branch/src/library/base/man/missing.Rd
   M /branches/R-2-6-branch/src/library/base/man/mode.Rd
   M /branches/R-2-6-branch/src/library/base/man/name.Rd
   M /branches/R-2-6-branch/src/library/base/man/ns-dblcolon.Rd
   M /branches/R-2-6-branch/src/library/base/man/ns-topenv.Rd
   M /branches/R-2-6-branch/src/library/base/man/options.Rd
   M /branches/R-2-6-branch/src/library/base/man/pretty.Rd
   M /branches/R-2-6-branch/src/library/base/man/print.default.Rd
   M /branches/R-2-6-branch/src/library/base/man/proc.time.Rd
   M /branches/R-2-6-branch/src/library/base/man/rank.Rd
   M /branches/R-2-6-branch/src/library/base/man/save.Rd
   M /branches/R-2-6-branch/src/library/base/man/scan.Rd
   M /branches/R-2-6-branch/src/library/base/man/search.Rd
   M /branches/R-2-6-branch/src/library/base/man/source.Rd
   M /branches/R-2-6-branch/src/library/base/man/split.Rd
   M /branches/R-2-6-branch/src/library/base/man/strsplit.Rd
   M /branches/R-2-6-branch/src/library/base/man/substitute.Rd
   M /branches/R-2-6-branch/src/library/base/man/sys.parent.Rd
   M /branches/R-2-6-branch/src/library/base/man/sys.source.Rd
   M /branches/R-2-6-branch/src/library/base/man/system.file.Rd
   M /branches/R-2-6-branch/src/library/base/man/system.time.Rd
   M /branches/R-2-6-branch/src/library/base/man/t.Rd
   M /branches/R-2-6-branch/src/library/base/man/table.Rd
   M /branches/R-2-6-branch/src/library/base/man/trace.Rd
   M /branches/R-2-6-branch/src/library/base/man/unname.Rd
   M /branches/R-2-6-branch/src/library/base/man/which.min.Rd
   M /branches/R-2-6-branch/src/library/base/man/zMachine.Rd
   M /branches/R-2-6-branch/src/library/base/man/zpackages.Rd
   M /branches/R-2-6-branch/src/library/base/man/zutils.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/Puromycin.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/Titanic.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/UCBAdmissions.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/faithful.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/swiss.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/Hershey.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/boxplot.stats.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/check.options.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/col2rgb.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/colors.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/convertColor.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/dev2bitmap.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/extendrange.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/gray.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/hsv.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/palette.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/palettes.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/postscript.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/recordGraphics.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/rgb.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/rgb2hsv.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/xyTable.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/axTicks.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/barplot.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/bxp.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/contour.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/coplot.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/curve.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/hist.POSIXt.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/hist.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/image.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/legend.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/matplot.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/mtext.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/pairs.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plot.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plot.design.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plot.table.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plot.xy.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plotdefault.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plotfactor.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plothistogram.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/points.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/rect.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/stars.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/sunflowerplot.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/symbols.Rd
   M /branches/R-2-6-branch/src/library/grid/man/grid.record.Rd
   M /branches/R-2-6-branch/src/library/stats/man/AIC.Rd
   M /branches/R-2-6-branch/src/library/stats/man/Logistic.Rd
   M /branches/R-2-6-branch/src/library/stats/man/Multinom.Rd
   M /branches/R-2-6-branch/src/library/stats/man/anova.Rd
   M /branches/R-2-6-branch/src/library/stats/man/arima.Rd
   M /branches/R-2-6-branch/src/library/stats/man/arima.sim.Rd
   M /branches/R-2-6-branch/src/library/stats/man/arima0.Rd
   M /branches/R-2-6-branch/src/library/stats/man/bandwidth.Rd
   M /branches/R-2-6-branch/src/library/stats/man/birthday.Rd
   M /branches/R-2-6-branch/src/library/stats/man/chisq.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/dendrogram.Rd
   M /branches/R-2-6-branch/src/library/stats/man/density.Rd
   M /branches/R-2-6-branch/src/library/stats/man/deriv.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ecdf.Rd
   M /branches/R-2-6-branch/src/library/stats/man/effects.Rd
   M /branches/R-2-6-branch/src/library/stats/man/extractAIC.Rd
   M /branches/R-2-6-branch/src/library/stats/man/family.Rd
   M /branches/R-2-6-branch/src/library/stats/man/fisher.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ftable.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ftable.formula.Rd
   M /branches/R-2-6-branch/src/library/stats/man/glm.Rd
   M /branches/R-2-6-branch/src/library/stats/man/hclust.Rd
   M /branches/R-2-6-branch/src/library/stats/man/heatmap.Rd
   M /branches/R-2-6-branch/src/library/stats/man/isoreg.Rd
   M /branches/R-2-6-branch/src/library/stats/man/kernel.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ks.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/lag.plot.Rd
   M /branches/R-2-6-branch/src/library/stats/man/lm.Rd
   M /branches/R-2-6-branch/src/library/stats/man/lm.influence.Rd
   M /branches/R-2-6-branch/src/library/stats/man/lm.summaries.Rd
   M /branches/R-2-6-branch/src/library/stats/man/loglin.Rd
   M /branches/R-2-6-branch/src/library/stats/man/mad.Rd
   M /branches/R-2-6-branch/src/library/stats/man/model.frame.Rd
   M /branches/R-2-6-branch/src/library/stats/man/monthplot.Rd
   M /branches/R-2-6-branch/src/library/stats/man/na.action.Rd
   M /branches/R-2-6-branch/src/library/stats/man/na.fail.Rd
   M /branches/R-2-6-branch/src/library/stats/man/nls.Rd
   M /branches/R-2-6-branch/src/library/stats/man/plot.density.Rd
   M /branches/R-2-6-branch/src/library/stats/man/plot.isoreg.Rd
   M /branches/R-2-6-branch/src/library/stats/man/plot.lm.Rd
   M /branches/R-2-6-branch/src/library/stats/man/plot.ts.Rd
   M /branches/R-2-6-branch/src/library/stats/man/poly.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ppoints.Rd
   M /branches/R-2-6-branch/src/library/stats/man/ppr.Rd
   M /branches/R-2-6-branch/src/library/stats/man/prcomp.Rd
   M /branches/R-2-6-branch/src/library/stats/man/princomp.Rd
   M /branches/R-2-6-branch/src/library/stats/man/printCoefmat.Rd
   M /branches/R-2-6-branch/src/library/stats/man/quantile.Rd
   M /branches/R-2-6-branch/src/library/stats/man/read.ftable.Rd
   M /branches/R-2-6-branch/src/library/stats/man/reshape.Rd
   M /branches/R-2-6-branch/src/library/stats/man/runmed.Rd
   M /branches/R-2-6-branch/src/library/stats/man/simulate.Rd
   M /branches/R-2-6-branch/src/library/stats/man/smooth.Rd
   M /branches/R-2-6-branch/src/library/stats/man/smooth.spline.Rd
   M /branches/R-2-6-branch/src/library/stats/man/smoothEnds.Rd
   M /branches/R-2-6-branch/src/library/stats/man/stepfun.Rd
   M /branches/R-2-6-branch/src/library/stats/man/stl.Rd
   M /branches/R-2-6-branch/src/library/stats/man/summary.glm.Rd
   M /branches/R-2-6-branch/src/library/stats/man/summary.lm.Rd
   M /branches/R-2-6-branch/src/library/stats/man/summary.nls.Rd
   M /branches/R-2-6-branch/src/library/stats/man/supsmu.Rd
   M /branches/R-2-6-branch/src/library/stats/man/symnum.Rd
   M /branches/R-2-6-branch/src/library/stats/man/termplot.Rd
   M /branches/R-2-6-branch/src/library/stats/man/xtabs.Rd
   M /branches/R-2-6-branch/src/library/tools/man/QC.Rd
   M /branches/R-2-6-branch/src/library/tools/man/Rdindex.Rd
   M /branches/R-2-6-branch/src/library/tools/man/Rdutils.Rd
   M /branches/R-2-6-branch/src/library/tools/man/codoc.Rd
   M /branches/R-2-6-branch/src/library/tools/man/delimMatch.Rd
   M /branches/R-2-6-branch/src/library/tools/man/fileutils.Rd
   M /branches/R-2-6-branch/src/library/tools/man/writePACKAGES.Rd
   M /branches/R-2-6-branch/src/library/utils/man/dataentry.Rd
   M /branches/R-2-6-branch/src/library/utils/man/format.Rd
   M /branches/R-2-6-branch/src/library/utils/man/glob2rx.Rd
   M /branches/R-2-6-branch/src/library/utils/man/help.Rd
   M /branches/R-2-6-branch/src/library/utils/man/ls_str.Rd
   M /branches/R-2-6-branch/src/library/utils/man/read.fwf.Rd
   M /branches/R-2-6-branch/src/library/utils/man/read.table.Rd
   M /branches/R-2-6-branch/src/library/utils/man/readNEWS.Rd
   M /branches/R-2-6-branch/src/library/utils/man/str.Rd

port r42961 from trunk
------------------------------------------------------------------------
r42963 | ripley | 2007-09-24 10:19:17 -0400 (Mon, 24 Sep 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/seemsS4Object.R
   M /trunk/src/library/methods/man/Classes.Rd
   M /trunk/src/library/methods/man/LinearMethodsList-class.Rd
   M /trunk/src/library/methods/man/NextMethod.Rd
   M /trunk/src/library/methods/man/RMethodUtils.Rd
   M /trunk/src/library/methods/man/SClassExtension-class.Rd
   M /trunk/src/library/methods/man/as.Rd
   M /trunk/src/library/methods/man/cbind2.Rd
   M /trunk/src/library/methods/man/classRepresentation-class.Rd
   M /trunk/src/library/methods/man/is.Rd
   M /trunk/src/library/methods/man/isSealedMethod.Rd
   M /trunk/src/library/methods/man/methods-package.Rd
   M /trunk/src/library/methods/man/seemsS4Object.Rd
   M /trunk/src/library/methods/man/setClass.Rd
   M /trunk/src/library/methods/man/setMethod.Rd
   M /trunk/src/library/methods/man/setOldClass.Rd
   M /trunk/src/library/methods/man/validObject.Rd

formally deprecate seemsS4Object
more on rationalizing the use of \dQuote

------------------------------------------------------------------------
r42964 | ripley | 2007-09-24 10:21:41 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/methods/R/seemsS4Object.R
   M /branches/R-2-6-branch/src/library/methods/man/Classes.Rd
   M /branches/R-2-6-branch/src/library/methods/man/LinearMethodsList-class.Rd
   M /branches/R-2-6-branch/src/library/methods/man/NextMethod.Rd
   M /branches/R-2-6-branch/src/library/methods/man/RMethodUtils.Rd
   M /branches/R-2-6-branch/src/library/methods/man/SClassExtension-class.Rd
   M /branches/R-2-6-branch/src/library/methods/man/as.Rd
   M /branches/R-2-6-branch/src/library/methods/man/cbind2.Rd
   M /branches/R-2-6-branch/src/library/methods/man/classRepresentation-class.Rd
   M /branches/R-2-6-branch/src/library/methods/man/is.Rd
   M /branches/R-2-6-branch/src/library/methods/man/isSealedMethod.Rd
   M /branches/R-2-6-branch/src/library/methods/man/methods-package.Rd
   M /branches/R-2-6-branch/src/library/methods/man/seemsS4Object.Rd
   M /branches/R-2-6-branch/src/library/methods/man/setClass.Rd
   M /branches/R-2-6-branch/src/library/methods/man/setMethod.Rd
   M /branches/R-2-6-branch/src/library/methods/man/setOldClass.Rd
   M /branches/R-2-6-branch/src/library/methods/man/validObject.Rd

port r42963 from trunk
------------------------------------------------------------------------
r42965 | hornik | 2007-09-24 15:12:38 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Sys.which.Rd
   M /trunk/src/library/base/man/system.Rd
   M /trunk/src/library/utils/R/packages.R

Typos.
------------------------------------------------------------------------
r42966 | hornik | 2007-09-24 15:15:07 -0400 (Mon, 24 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Sys.which.Rd
   M /branches/R-2-6-branch/src/library/base/man/system.Rd
   M /branches/R-2-6-branch/src/library/utils/R/packages.R

Ported r42965 from trunk.
------------------------------------------------------------------------
r42967 | ripley | 2007-09-25 05:16:55 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/gnuwin32/fixed/h/config64.h
   M /trunk/src/include/config.h.in
   M /trunk/src/main/character.c

version of new Nakama patch for chartr
------------------------------------------------------------------------
r42968 | ripley | 2007-09-25 05:20:15 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/character.c

port new version from r42967
------------------------------------------------------------------------
r42969 | ripley | 2007-09-25 05:20:53 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/character.c

tidy up r42967
------------------------------------------------------------------------
r42970 | ripley | 2007-09-25 06:10:40 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/base-internal.Rd

typos
------------------------------------------------------------------------
r42971 | ripley | 2007-09-25 06:11:08 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.data.frame.Rd

comments on partial matching
------------------------------------------------------------------------
r42972 | ripley | 2007-09-25 06:12:10 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extract.data.frame.Rd
   M /branches/R-2-6-branch/src/library/base/man/base-internal.Rd

port r42970:1 from trunk
------------------------------------------------------------------------
r42973 | maechler | 2007-09-25 09:57:53 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/tests/ok-errors.R
   M /trunk/tests/ok-errors.Rout.save
   M /trunk/tests/reg-tests-1.R

regression tests related to r42851
------------------------------------------------------------------------
r42974 | maechler | 2007-09-25 11:06:38 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/R/str.R
   M /branches/R-2-6-branch/tests/ok-errors.R
   M /branches/R-2-6-branch/tests/ok-errors.Rout.save
   M /branches/R-2-6-branch/tests/reg-tests-1.R

ported r42851 & r42973 [str(.) inf.loop on funny obj] from trunk
------------------------------------------------------------------------
r42975 | ripley | 2007-09-25 12:09:18 -0400 (Tue, 25 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/man/Extract.data.frame.Rd

add 'exact' argument to [[.data.frame

------------------------------------------------------------------------
r42976 | ripley | 2007-09-25 12:42:20 -0400 (Tue, 25 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/factor.R
   M /trunk/src/library/base/man/Extract.factor.Rd

make 'exact' work with '[[.factor'

------------------------------------------------------------------------
r42977 | ripley | 2007-09-25 12:43:58 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS

better as a bug fix
------------------------------------------------------------------------
r42978 | ripley | 2007-09-25 13:23:19 -0400 (Tue, 25 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Extract.Rd

announce [[exact=TRUE]] will most likely become the default in 2.7.0

------------------------------------------------------------------------
r42979 | ripley | 2007-09-25 13:24:19 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/Extract.Rd

port r42978 from trunk
------------------------------------------------------------------------
r42980 | pd | 2007-09-25 18:05:22 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

go to 2.6.0 RC
------------------------------------------------------------------------
r42981 | ripley | 2007-09-26 02:15:28 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/Extract.data.frame.Rd
   M /trunk/src/main/subset.c

switch the default to [[exact=TRUE
------------------------------------------------------------------------
r42982 | ripley | 2007-09-26 02:34:00 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo
------------------------------------------------------------------------
r42983 | hornik | 2007-09-26 03:45:47 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42984 | hornik | 2007-09-26 03:45:49 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r42985 | ripley | 2007-09-26 06:39:18 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/quartz.Rd

needed escape
------------------------------------------------------------------------
r42986 | ripley | 2007-09-26 06:39:41 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

quieten codetools
------------------------------------------------------------------------
r42987 | ripley | 2007-09-26 06:40:09 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Bessel.Rd
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/Extract.factor.Rd
   M /trunk/src/library/base/man/Foreign.Rd
   M /trunk/src/library/base/man/Quotes.Rd
   M /trunk/src/library/base/man/UseMethod.Rd
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   M /trunk/src/library/base/man/assign.Rd
   M /trunk/src/library/base/man/assignOps.Rd
   M /trunk/src/library/base/man/attr.Rd
   M /trunk/src/library/base/man/attributes.Rd
   M /trunk/src/library/base/man/base-defunct.Rd
   M /trunk/src/library/base/man/files.Rd
   M /trunk/src/library/base/man/is.function.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/load.Rd
   M /trunk/src/library/base/man/merge.Rd
   M /trunk/src/library/base/man/print.default.Rd
   M /trunk/src/library/base/man/proc.time.Rd
   M /trunk/src/library/base/man/rep.Rd
   M /trunk/src/library/base/man/row.names.Rd
   M /trunk/src/library/base/man/solve.Rd
   M /trunk/src/library/base/man/strptime.Rd
   M /trunk/src/library/base/man/typeof.Rd
   M /trunk/src/library/graphics/man/hist.Rd
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/plot.table.Rd
   M /trunk/src/library/methods/man/setClass.Rd
   M /trunk/src/library/stats/man/GammaDist.Rd
   M /trunk/src/library/stats/man/nls.Rd
   M /trunk/src/library/utils/man/PkgUtils.Rd
   M /trunk/src/library/utils/man/help.search.Rd

remove some historical comments
------------------------------------------------------------------------
r42988 | ripley | 2007-09-26 07:15:48 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Bessel.Rd
   M /branches/R-2-6-branch/src/library/base/man/Encoding.Rd
   M /branches/R-2-6-branch/src/library/base/man/Extract.factor.Rd
   M /branches/R-2-6-branch/src/library/base/man/Foreign.Rd
   M /branches/R-2-6-branch/src/library/base/man/Quotes.Rd
   M /branches/R-2-6-branch/src/library/base/man/UseMethod.Rd
   M /branches/R-2-6-branch/src/library/base/man/as.POSIXlt.Rd
   M /branches/R-2-6-branch/src/library/base/man/assign.Rd
   M /branches/R-2-6-branch/src/library/base/man/assignOps.Rd
   M /branches/R-2-6-branch/src/library/base/man/attr.Rd
   M /branches/R-2-6-branch/src/library/base/man/attributes.Rd
   M /branches/R-2-6-branch/src/library/base/man/base-defunct.Rd
   M /branches/R-2-6-branch/src/library/base/man/files.Rd
   M /branches/R-2-6-branch/src/library/base/man/is.function.Rd
   M /branches/R-2-6-branch/src/library/base/man/list.Rd
   M /branches/R-2-6-branch/src/library/base/man/load.Rd
   M /branches/R-2-6-branch/src/library/base/man/merge.Rd
   M /branches/R-2-6-branch/src/library/base/man/print.default.Rd
   M /branches/R-2-6-branch/src/library/base/man/proc.time.Rd
   M /branches/R-2-6-branch/src/library/base/man/rep.Rd
   M /branches/R-2-6-branch/src/library/base/man/row.names.Rd
   M /branches/R-2-6-branch/src/library/base/man/solve.Rd
   M /branches/R-2-6-branch/src/library/base/man/strptime.Rd
   M /branches/R-2-6-branch/src/library/base/man/typeof.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/hist.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/plot.table.Rd
   M /branches/R-2-6-branch/src/library/methods/man/setClass.Rd
   M /branches/R-2-6-branch/src/library/stats/man/GammaDist.Rd
   M /branches/R-2-6-branch/src/library/stats/man/nls.Rd
   M /branches/R-2-6-branch/src/library/tools/R/QC.R
   M /branches/R-2-6-branch/src/library/utils/man/PkgUtils.Rd
   M /branches/R-2-6-branch/src/library/utils/man/help.search.Rd

port r42986:7 from trunk
------------------------------------------------------------------------
r42989 | ripley | 2007-09-26 09:20:17 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/swiss.Rd

spurious \
------------------------------------------------------------------------
r42990 | ripley | 2007-09-26 09:20:46 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/datasets/man/swiss.Rd

spurious \
------------------------------------------------------------------------
r42991 | ripley | 2007-09-26 09:24:33 -0400 (Wed, 26 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/man/files.Rd
   M /trunk/src/library/base/man/octmode.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/platform.c
   M /trunk/tests/isas-tests.Rout.save

add as.octmode, use it in dir.create
------------------------------------------------------------------------
r42992 | ripley | 2007-09-27 02:30:01 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/subset.c

complete switching the default to [[exact=TRUE]]
------------------------------------------------------------------------
r42993 | ripley | 2007-09-27 06:54:48 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/gnuwin32/fixed/h/config64.h
   M /trunk/src/include/Internal.h
   M /trunk/src/include/config.h.in
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/man/files.Rd
   M /trunk/src/main/names.c
   M /trunk/src/main/platform.c

non-Windows part of Sys.chmod
------------------------------------------------------------------------
r42994 | ripley | 2007-09-27 07:46:28 -0400 (Thu, 27 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/files.Rd
   M /trunk/src/main/platform.c

update for Sys.chmod on Windows

------------------------------------------------------------------------
r42995 | ripley | 2007-09-27 08:04:12 -0400 (Thu, 27 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/files.Rd

some more details

------------------------------------------------------------------------
r42996 | ripley | 2007-09-27 11:06:19 -0400 (Thu, 27 Sep 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dates.R
   M /trunk/src/library/base/R/datetime.R
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   M /trunk/src/library/base/man/format.Date.Rd

extra features for Date and datetime functions

------------------------------------------------------------------------
r42997 | ripley | 2007-09-27 11:36:55 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/gc.time.Rd

typo, clarification
------------------------------------------------------------------------
r42998 | ripley | 2007-09-27 11:38:32 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/gc.time.Rd

port r42997 from trunk
------------------------------------------------------------------------
r42999 | ripley | 2007-09-27 11:44:54 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

small clarification
------------------------------------------------------------------------
r43000 | ripley | 2007-09-27 11:45:20 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-ints.texi

port r42999 from trunk
------------------------------------------------------------------------
r43001 | hornik | 2007-09-27 14:55:53 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/funprog.R
   M /trunk/src/library/base/man/funprog.Rd

Add Negate().  Fix Reduce(accumulate = TRUE).
------------------------------------------------------------------------
r43002 | hornik | 2007-09-27 14:55:57 -0400 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/utils.R
   M /trunk/src/library/base/R/version.R

Provide a standard regexp for valid numeric versions.
------------------------------------------------------------------------
r43003 | ripley | 2007-09-28 02:50:20 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

typo
------------------------------------------------------------------------
r43004 | ripley | 2007-09-28 02:51:58 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/aggregate.Rd

clarification
------------------------------------------------------------------------
r43005 | ripley | 2007-09-28 02:55:32 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/src/devWindows.c
   M /branches/R-2-6-branch/src/library/stats/man/aggregate.Rd

Port r43003 and r43004 from trunk
------------------------------------------------------------------------
r43006 | ripley | 2007-09-28 03:51:34 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r43007 | ripley | 2007-09-28 04:07:43 -0400 (Fri, 28 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/matrix.R
   M /trunk/src/main/array.c
   M /trunk/src/main/envir.c

set dimnames internally in matrix (avoids setting NAMED on the result)

------------------------------------------------------------------------
r43008 | ripley | 2007-09-28 04:29:28 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

broken debug statement
------------------------------------------------------------------------
r43009 | ripley | 2007-09-28 04:30:30 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/names.c

part of r43007
------------------------------------------------------------------------
r43010 | ripley | 2007-09-28 04:31:38 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

back out wrong part of r43007
------------------------------------------------------------------------
r43011 | ripley | 2007-09-28 07:19:57 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/main/envir.c

allow hash table size to be set, add comments on hashing
------------------------------------------------------------------------
r43012 | ripley | 2007-09-28 07:53:57 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/envir.c
   M /trunk/src/main/main.c
   M /trunk/src/main/memory.c

experimental switch to turn off char hashing
------------------------------------------------------------------------
r43013 | murdoch | 2007-09-28 08:54:09 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/funprog.Rd

typo
------------------------------------------------------------------------
r43014 | murdoch | 2007-09-28 08:56:05 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/funprog.Rd

port r43013 typo from trunk
------------------------------------------------------------------------
r43015 | hornik | 2007-09-28 13:17:24 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Make it possible to check for empty Rd sections.
------------------------------------------------------------------------
r43016 | hornik | 2007-09-28 13:17:30 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/man/grid.grob.Rd
   M /trunk/src/library/stats/man/plot.density.Rd
   M /trunk/src/library/tools/man/tools-defunct.Rd
   M /trunk/src/library/tools/man/tools-deprecated.Rd

Eliminate empty Rd sections.
------------------------------------------------------------------------
r43017 | ripley | 2007-09-30 05:29:09 -0400 (Sun, 30 Sep 2007) | 4 lines
Changed paths:
   M /trunk/src/main/envir.c

separate hash function for CHARSXP cache
use power-of-two cache hash table size and djb2 hash (at least for now).
use unsigned int for hashcodes etc.

------------------------------------------------------------------------
r43018 | luke | 2007-09-30 09:14:24 -0400 (Sun, 30 Sep 2007) | 5 lines
Changed paths:
   M /trunk/src/main/envir.c

Replaced most uses of isNull by a macro ISNULL handling only the
comparison to to R_NilValue.  This improves performance slightly and
was necessary for correctness in two cases where NAMED was adjusted
for non-NULL objects.

------------------------------------------------------------------------
r43019 | ripley | 2007-09-30 09:50:03 -0400 (Sun, 30 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/matrix.Rd

clarifiation
------------------------------------------------------------------------
r43020 | luke | 2007-09-30 10:02:04 -0400 (Sun, 30 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/main/envir.c

Changed CHARENCCMP macro to check UTF8 and LATIN1 instead of checking
UTF8 twice.

------------------------------------------------------------------------
r43021 | ripley | 2007-09-30 10:23:23 -0400 (Sun, 30 Sep 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/matrix.Rd

port r43019 from trunk
------------------------------------------------------------------------
r43022 | luke | 2007-09-30 11:41:47 -0400 (Sun, 30 Sep 2007) | 3 lines
Changed paths:
   M /trunk/src/main/envir.c

Added comment emphasizing that char_hash_size must be power of 2 for
the '& char_hash_mask' trick to work.

------------------------------------------------------------------------
r43023 | luke | 2007-09-30 13:24:18 -0400 (Sun, 30 Sep 2007) | 2 lines
Changed paths:
   M /trunk/src/main/envir.c

Inlined code for CHARSXP hash table look-up and insertion into mkCharEnc.

------------------------------------------------------------------------
r43024 | ripley | 2007-10-01 02:22:32 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/array.c
   M /trunk/src/main/names.c

allow some back-compatibility in do_matrix, since Matrix calls it.

------------------------------------------------------------------------
r43025 | hornik | 2007-10-01 02:51:32 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43026 | hornik | 2007-10-01 02:51:35 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43027 | ripley | 2007-10-01 03:41:36 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/envir.c

fix thinko
------------------------------------------------------------------------
r43028 | ripley | 2007-10-01 06:49:45 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/relop.c
   M /trunk/src/main/sort.c

make use of equality of address of CHARSXPs, now this is commoner.

------------------------------------------------------------------------
r43029 | ripley | 2007-10-01 08:58:06 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/summary.c

pre-test equality of CHARSXPs
------------------------------------------------------------------------
r43030 | ripley | 2007-10-01 09:27:48 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-ints.texi
   M /trunk/src/main/serialize.c

ENVSXPs have HASHTAB and not TAG: fortunately they are at the same address.

------------------------------------------------------------------------
r43031 | ripley | 2007-10-01 09:35:23 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-ints.texi

port documentation part of r43030 from trunk
------------------------------------------------------------------------
r43032 | ripley | 2007-10-01 10:51:25 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/optimize.Rd

mention continuity
------------------------------------------------------------------------
r43033 | ripley | 2007-10-01 10:53:56 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

update commented out section
------------------------------------------------------------------------
r43034 | ripley | 2007-10-01 11:06:31 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/sysutils.c
   M /trunk/tests/reg-tests-3.R
   M /trunk/tests/reg-tests-3.Rout.save

make sure iconv works with UCS-2 strings

------------------------------------------------------------------------
r43035 | ripley | 2007-10-01 11:08:29 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/serialize.c

avoid overhead of CallocCharBuf for small strings.

------------------------------------------------------------------------
r43036 | ripley | 2007-10-01 11:22:10 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-3.R
   M /trunk/tests/reg-tests-3.Rout.save

seems libiconv and glibc have different endiannesss for UCS-2
------------------------------------------------------------------------
r43037 | ripley | 2007-10-01 11:51:50 -0400 (Mon, 01 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/main/envir.c

tidy up
limit the growth of the CHARSXP cache to 2^30.

------------------------------------------------------------------------
r43038 | ripley | 2007-10-01 12:01:11 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/internet.Rout.save

update
------------------------------------------------------------------------
r43039 | luke | 2007-10-01 14:56:26 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/connections.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c

Modified to avoid changing encodings on CHARSXPs that might be in the cache.

------------------------------------------------------------------------
r43040 | ripley | 2007-10-01 15:49:49 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/names.c

correct comment
------------------------------------------------------------------------
r43041 | ripley | 2007-10-01 15:51:20 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/sysutils.c

results of iconv is not necessarily cache-safe
------------------------------------------------------------------------
r43042 | ripley | 2007-10-01 19:47:56 -0400 (Mon, 01 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/character.c
   M /trunk/src/main/pcre.c
   M /trunk/src/main/platform.c
   M /trunk/src/main/util.c

change markKnown to avoid in-place conversion of encoding bits

------------------------------------------------------------------------
r43043 | ripley | 2007-10-01 19:48:59 -0400 (Mon, 01 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/readChar.Rd
   M /trunk/src/main/connections.c

modify writeChar to handle e.g. UCS-2 strings
------------------------------------------------------------------------
r43044 | ripley | 2007-10-02 04:17:31 -0400 (Tue, 02 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/tests/internet.Rout.save

updates
------------------------------------------------------------------------
r43045 | luke | 2007-10-02 09:47:04 -0400 (Tue, 02 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/serialize.c

Split out test for non-NULL ATTRIB in WriteItem into hasattr variable.

------------------------------------------------------------------------
r43046 | luke | 2007-10-02 10:13:51 -0400 (Tue, 02 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/main/memory.c

Changed from using function 'length' to macro LENGTH in CHARSXP hash table
collection code.

------------------------------------------------------------------------
r43047 | luke | 2007-10-02 11:20:17 -0400 (Tue, 02 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/envir.c

Streamined CHARSXP hash table resizing a bit.

------------------------------------------------------------------------
r43048 | luke | 2007-10-02 11:38:07 -0400 (Tue, 02 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/envir.c

Added some code for displaying the content of the CHARSXP hash table.

------------------------------------------------------------------------
r43049 | luke | 2007-10-02 12:20:58 -0400 (Tue, 02 Oct 2007) | 5 lines
Changed paths:
   M /trunk/src/main/envir.c

Moved change of char_hash_size and char_hash_mask to point where
R_StringHash is set.  It is not safe to do this earlier as a CONS call
could fail and leave these globals inconsistent with the content of
R_StringHash.

------------------------------------------------------------------------
r43050 | luke | 2007-10-02 14:35:17 -0400 (Tue, 02 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/envir.c
   M /trunk/src/main/memory.c
   M /trunk/src/main/serialize.c

Added support, not yet enabled, for maintaining the chains in the
CHARSXP hash table through the ATTRIB fields of the CHARSXPs.

------------------------------------------------------------------------
r43051 | ripley | 2007-10-02 16:08:39 -0400 (Tue, 02 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/internet.Rout.save

update
------------------------------------------------------------------------
r43052 | luke | 2007-10-02 16:15:03 -0400 (Tue, 02 Oct 2007) | 4 lines
Changed paths:
   M /trunk/src/main/envir.c
   M /trunk/src/main/memory.c

Added missing semicolon in envir.c and better version of HAS_GENUINE
ATTRIB in memory.c -- the original was not tracing some cases where it
should.

------------------------------------------------------------------------
r43053 | luke | 2007-10-02 16:17:24 -0400 (Tue, 02 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h

Enabled linking CHARSXP hash chains through ATTRIB fields.

------------------------------------------------------------------------
r43054 | ripley | 2007-10-02 17:09:57 -0400 (Tue, 02 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update re LaTeX
------------------------------------------------------------------------
r43055 | ripley | 2007-10-02 17:11:06 -0400 (Tue, 02 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43054 from trunk
------------------------------------------------------------------------
r43056 | ripley | 2007-10-02 17:30:22 -0400 (Tue, 02 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/src/devWindows.c

change the default canvas from grey to white in Windows' jpeg and bmp.

------------------------------------------------------------------------
r43057 | luke | 2007-10-02 18:55:39 -0400 (Tue, 02 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/main/serialize.c

Modified reading of character strings to create CHARSXPs with the
right encoding rather than modify the encoding afterwards.

------------------------------------------------------------------------
r43058 | deepayan | 2007-10-02 20:28:13 -0400 (Tue, 02 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/datasets/man/VADeaths.Rd

fixed source reference (in google we trust)
------------------------------------------------------------------------
r43059 | ripley | 2007-10-03 02:07:45 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/datasets/man/VADeaths.Rd

port r43058 from trunk
------------------------------------------------------------------------
r43060 | ripley | 2007-10-03 03:48:19 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

add regression test for CHARSXP cache sharing issues
------------------------------------------------------------------------
r43061 | ripley | 2007-10-03 04:43:46 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/internet.Rout.save

final score for CRAN
------------------------------------------------------------------------
r43062 | ripley | 2007-10-03 04:44:32 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/dev2.Rd

clarifications
------------------------------------------------------------------------
r43063 | ripley | 2007-10-03 04:45:44 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/dev2.Rd

port r43062 from trunk
------------------------------------------------------------------------
r43064 | pd | 2007-10-03 05:02:50 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

Prepare for release 2.6.0
------------------------------------------------------------------------
r43065 | pd | 2007-10-03 05:02:53 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   A /tags/R-2-6-0 (from /branches/R-2-6-branch:43063)
   R /tags/R-2-6-0/VERSION (from /branches/R-2-6-branch/VERSION:43064)

Tag version 2.6.0
------------------------------------------------------------------------
r43066 | pd | 2007-10-03 05:03:00 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

setup for patched version
------------------------------------------------------------------------
r43067 | ripley | 2007-10-03 06:52:28 -0400 (Wed, 03 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/plot.lm.R
   M /trunk/src/library/stats/man/plot.lm.Rd

add plot.lm(cex.caption) to control the caption size.

------------------------------------------------------------------------
r43068 | ripley | 2007-10-03 06:56:25 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/plot.lm.R
   M /branches/R-2-6-branch/src/library/stats/man/plot.lm.Rd

port r43067 from trunk
------------------------------------------------------------------------
r43069 | ripley | 2007-10-03 07:09:38 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/grDevices/src/devWindows.c

port r43056 from trunk
------------------------------------------------------------------------
r43070 | ripley | 2007-10-03 07:21:50 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/dataframe.R
   M /branches/R-2-6-branch/src/library/base/R/factor.R
   M /branches/R-2-6-branch/src/library/base/man/Extract.data.frame.Rd
   M /branches/R-2-6-branch/src/library/base/man/Extract.factor.Rd

port r42975:6 from trunk
------------------------------------------------------------------------
r43071 | ripley | 2007-10-03 07:29:01 -0400 (Wed, 03 Oct 2007) | 8 lines
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/include/Defn.h
   M /branches/R-2-6-branch/src/main/character.c
   M /branches/R-2-6-branch/src/main/connections.c
   M /branches/R-2-6-branch/src/main/names.c
   M /branches/R-2-6-branch/src/main/pcre.c
   M /branches/R-2-6-branch/src/main/platform.c
   M /branches/R-2-6-branch/src/main/relop.c
   M /branches/R-2-6-branch/src/main/serialize.c
   M /branches/R-2-6-branch/src/main/sort.c
   M /branches/R-2-6-branch/src/main/summary.c
   M /branches/R-2-6-branch/src/main/sysutils.c
   M /branches/R-2-6-branch/src/main/util.c

Port (versions) of various changes made to the trunk whilst R-2-6-branch
was in code freeze for 2.6.0.

sort out various issues related to encoding bits and caching CHARSXPs
make iconv handle UCS-2 strings again.
pretest identity of pointers to CHARSXPs in comparisons,
  as most are in the cache.

------------------------------------------------------------------------
r43072 | ripley | 2007-10-03 07:45:27 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/optimize.Rd

port r43032 from trunk
------------------------------------------------------------------------
r43073 | ripley | 2007-10-03 10:14:12 -0400 (Wed, 03 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/extra/pcre/R_changes
   M /trunk/src/extra/pcre/pcre.h
   M /trunk/src/extra/pcre/pcre_chartables.c
   M /trunk/src/extra/pcre/pcre_compile.c
   M /trunk/src/extra/pcre/pcre_config.c
   M /trunk/src/extra/pcre/pcre_exec.c
   M /trunk/src/extra/pcre/pcre_fullinfo.c
   M /trunk/src/extra/pcre/pcre_get.c
   M /trunk/src/extra/pcre/pcre_globals.c
   M /trunk/src/extra/pcre/pcre_info.c
   M /trunk/src/extra/pcre/pcre_internal.h
   M /trunk/src/extra/pcre/pcre_maketables.c
   M /trunk/src/extra/pcre/pcre_newline.c
   M /trunk/src/extra/pcre/pcre_ord2utf8.c
   M /trunk/src/extra/pcre/pcre_refcount.c
   M /trunk/src/extra/pcre/pcre_study.c
   M /trunk/src/extra/pcre/pcre_tables.c
   M /trunk/src/extra/pcre/pcre_try_flipped.c
   M /trunk/src/extra/pcre/pcre_ucp_searchfuncs.c
   M /trunk/src/extra/pcre/pcre_valid_utf8.c
   M /trunk/src/extra/pcre/pcre_version.c
   M /trunk/src/extra/pcre/pcre_xclass.c
   M /trunk/src/library/base/man/regex.Rd

update to PCRE 7.4

------------------------------------------------------------------------
r43074 | ripley | 2007-10-03 10:15:18 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinternals.h
   M /trunk/src/main/character.c
   M /trunk/src/main/connections.c
   M /trunk/src/main/envir.c
   M /trunk/src/main/sysutils.c

add mkCharLen for strings with known length and pssobly embedded nuls
------------------------------------------------------------------------
r43075 | ripley | 2007-10-03 11:40:13 -0400 (Wed, 03 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/envir.c
   M /branches/R-2-6-branch/src/main/eval.c
   M /branches/R-2-6-branch/src/main/memory.c

backport changes to CHARSXP cache including hash function and power-of-2 cache size
------------------------------------------------------------------------
r43076 | hornik | 2007-10-04 05:11:10 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43077 | hornik | 2007-10-04 05:11:11 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43078 | ripley | 2007-10-04 06:47:05 -0400 (Thu, 04 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tools/R/QC.R

ensure .Random.seed exists when codetools is run to avoid warnings:
they are not necessarily spurious but most often are.

------------------------------------------------------------------------
r43079 | ripley | 2007-10-04 06:47:38 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/embedFonts.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/src/devPS.c

update comment
------------------------------------------------------------------------
r43080 | ripley | 2007-10-04 06:56:05 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/embedFonts.Rd

more of last update
------------------------------------------------------------------------
r43081 | ripley | 2007-10-04 06:58:09 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/embedFonts.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/postscript.Rd
   M /branches/R-2-6-branch/src/library/grDevices/src/devPS.c

port r43079:43080 from trunk
------------------------------------------------------------------------
r43082 | ripley | 2007-10-04 16:51:25 -0400 (Thu, 04 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

need to call grDevices:::initPSandPDFfonts before saving plots

------------------------------------------------------------------------
r43083 | ripley | 2007-10-04 16:54:45 -0400 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/grDevices/src/devWindows.c

port r43082 from trunk
------------------------------------------------------------------------
r43084 | deepayan | 2007-10-04 22:25:13 -0400 (Thu, 04 Oct 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages2.R


If the requested package is not found, install.packages() tries to match the name ignoring case, 
and reports it (but doesn't install) if a match is found.


------------------------------------------------------------------------
r43085 | ripley | 2007-10-05 03:04:22 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES

typo
------------------------------------------------------------------------
r43086 | ripley | 2007-10-05 03:42:44 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

update
------------------------------------------------------------------------
r43087 | ripley | 2007-10-05 07:47:02 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/build.in

typo
------------------------------------------------------------------------
r43088 | ripley | 2007-10-05 07:48:23 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/pdf.Rd

typo and more on Adobe
------------------------------------------------------------------------
r43089 | ripley | 2007-10-05 07:49:25 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

updates and typos
------------------------------------------------------------------------
r43090 | ripley | 2007-10-05 07:50:15 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages.R

old.packages() was failing on an empty library
------------------------------------------------------------------------
r43091 | ripley | 2007-10-05 07:51:46 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-6-branch/src/library/utils/R/packages.R
   M /branches/R-2-6-branch/src/scripts/build.in

port r43087:90 from trunk
------------------------------------------------------------------------
r43092 | ripley | 2007-10-05 08:23:05 -0400 (Fri, 05 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/points.Rd

comments for 'cex' were in 'cex.axis'.
document what size cex=1 is.

------------------------------------------------------------------------
r43093 | ripley | 2007-10-05 08:24:08 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/points.Rd

port r43092 from trunk
------------------------------------------------------------------------
r43094 | ripley | 2007-10-05 12:37:19 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/axis.Rd

typo
------------------------------------------------------------------------
r43095 | ripley | 2007-10-05 13:08:23 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/axis.Rd

port r43094 from trunk
------------------------------------------------------------------------
r43096 | urbaneks | 2007-10-05 16:32:03 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   A /branches/R-ObjC (from /trunk:43095)

experimental branch of R where all R objects are also ObjC objects
------------------------------------------------------------------------
r43097 | urbaneks | 2007-10-05 16:54:07 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   A /branches/R-ObjC/README.ROBJC
   A /branches/R-ObjC/src/include/RObjC.h
   M /branches/R-ObjC/src/include/Rinternals.h
   M /branches/R-ObjC/src/main/Makefile.in
   M /branches/R-ObjC/src/main/memory.c
   A /branches/R-ObjC/src/main/objc.m
   M /branches/R-ObjC/src/main/registration.c
   M /branches/R-ObjC/src/unix/system.c

turn R objects into ObjC objects; basic class hierarchy
------------------------------------------------------------------------
r43098 | urbaneks | 2007-10-05 21:37:56 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac

make sure header padding allows relocation of libraries on Mac OS X
------------------------------------------------------------------------
r43099 | urbaneks | 2007-10-05 21:38:29 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/configure
   M /branches/R-2-6-branch/configure.ac

port r43098 from trunk
------------------------------------------------------------------------
r43100 | urbaneks | 2007-10-05 21:40:11 -0400 (Fri, 05 Oct 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

fix macosx_version_min to reflect the real requirement (10.4)
------------------------------------------------------------------------
r43101 | ripley | 2007-10-06 07:41:06 -0400 (Sat, 06 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/build.in

avoid problems with symbolic links in exclusion list in 'build'
------------------------------------------------------------------------
r43102 | ripley | 2007-10-06 07:42:20 -0400 (Sat, 06 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/scripts/build.in

port r43101 from trunk
------------------------------------------------------------------------
r43103 | ripley | 2007-10-06 13:08:31 -0400 (Sat, 06 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/scripts/build.in

some tar needs - before flags, e.g. 'tar --force-local'

------------------------------------------------------------------------
r43104 | ripley | 2007-10-06 13:11:00 -0400 (Sat, 06 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/scripts/build.in

port r43103 from trunk
------------------------------------------------------------------------
r43105 | ripley | 2007-10-07 04:11:58 -0400 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/table.Rd

xref to tabulate, clarifications

------------------------------------------------------------------------
r43106 | ripley | 2007-10-07 04:56:49 -0400 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/packages.R

getCRANmirrors could leave a connection behind if the URL failed.

------------------------------------------------------------------------
r43107 | ripley | 2007-10-07 04:58:01 -0400 (Sun, 07 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/table.Rd
   M /branches/R-2-6-branch/src/library/utils/R/packages.R

port r43105 and r43106 from trunk
------------------------------------------------------------------------
r43108 | ripley | 2007-10-07 05:28:20 -0400 (Sun, 07 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

typo
------------------------------------------------------------------------
r43109 | ripley | 2007-10-07 05:29:37 -0400 (Sun, 07 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

port r43108 from trunk
------------------------------------------------------------------------
r43110 | ripley | 2007-10-07 09:27:19 -0400 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/library/grDevices/src/Makevars.win

more avoiding ObjC files

------------------------------------------------------------------------
r43111 | ripley | 2007-10-07 09:58:08 -0400 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi

mention setting 'rhome' when installing.

------------------------------------------------------------------------
r43112 | ripley | 2007-10-07 09:59:10 -0400 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/utils/R/packages2.R

avoid file.access on Windows in install.packages: it still is not reliable.

------------------------------------------------------------------------
r43113 | ripley | 2007-10-07 10:00:46 -0400 (Sun, 07 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/utils/R/packages2.R

port r43111:2 from trunk
------------------------------------------------------------------------
r43114 | ripley | 2007-10-08 05:55:20 -0400 (Mon, 08 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/Extremes.Rd
   M /trunk/src/library/base/man/Math.Rd
   M /trunk/src/library/base/man/eval.Rd
   M /trunk/src/library/base/man/list.Rd
   M /trunk/src/library/base/man/name.Rd
   M /trunk/src/library/base/man/paste.Rd
   M /trunk/src/library/base/man/prod.Rd
   M /trunk/src/library/base/man/sets.Rd
   M /trunk/src/library/base/man/sum.Rd
   M /trunk/src/library/grDevices/man/plotmath.Rd
   M /trunk/src/library/stats/man/influence.measures.Rd

add xrefs to the plotmath 'functions'
add references to the Adobe symbol encoding

------------------------------------------------------------------------
r43115 | ripley | 2007-10-08 05:57:07 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extremes.Rd
   M /branches/R-2-6-branch/src/library/base/man/Math.Rd
   M /branches/R-2-6-branch/src/library/base/man/eval.Rd
   M /branches/R-2-6-branch/src/library/base/man/list.Rd
   M /branches/R-2-6-branch/src/library/base/man/name.Rd
   M /branches/R-2-6-branch/src/library/base/man/paste.Rd
   M /branches/R-2-6-branch/src/library/base/man/prod.Rd
   M /branches/R-2-6-branch/src/library/base/man/sets.Rd
   M /branches/R-2-6-branch/src/library/base/man/sum.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/plotmath.Rd
   M /branches/R-2-6-branch/src/library/stats/man/influence.measures.Rd

port r43114 from trunk
------------------------------------------------------------------------
r43116 | ripley | 2007-10-08 06:48:33 -0400 (Mon, 08 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/object.size.Rd

clarification re CHARSXP cache.

------------------------------------------------------------------------
r43117 | ripley | 2007-10-08 06:49:46 -0400 (Mon, 08 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/README.Rterm
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/rt_complete.c

alter way TAB works when R_COMPLETION=FALSE

------------------------------------------------------------------------
r43118 | ripley | 2007-10-08 06:52:12 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/gnuwin32/README.Rterm
   M /branches/R-2-6-branch/src/gnuwin32/console.c
   M /branches/R-2-6-branch/src/gnuwin32/rt_complete.c
   M /branches/R-2-6-branch/src/library/utils/man/object.size.Rd

port r43116 and r43117 from trunk
------------------------------------------------------------------------
r43119 | ripley | 2007-10-08 07:14:56 -0400 (Mon, 08 Oct 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/typeof.Rd
   M /trunk/src/main/size.c

whoever added it to object.size got the size of an S4 object wrong.
"S4" was missing as a possible value for typeof().
Now CHARSXPs have abused attributes we need to exclude these in object.size()

------------------------------------------------------------------------
r43120 | ripley | 2007-10-08 07:17:19 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/typeof.Rd
   M /branches/R-2-6-branch/src/main/size.c

port r43119 from trunk
------------------------------------------------------------------------
r43121 | murdoch | 2007-10-08 07:56:11 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

typo
------------------------------------------------------------------------
r43122 | murdoch | 2007-10-08 08:00:43 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES

typo r43121 ported from trunk
------------------------------------------------------------------------
r43123 | ripley | 2007-10-08 14:14:46 -0400 (Mon, 08 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/library/base/man/rep.Rd

update time +/- z
add xref to replicate

------------------------------------------------------------------------
r43124 | ripley | 2007-10-08 14:16:05 -0400 (Mon, 08 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/DateTimeClasses.Rd
   M /branches/R-2-6-branch/src/library/base/man/rep.Rd

port r43123 from trunk
------------------------------------------------------------------------
r43125 | hornik | 2007-10-09 04:11:13 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43126 | hornik | 2007-10-09 04:11:16 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43127 | ripley | 2007-10-09 04:11:19 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/plotmath.Rd

update
------------------------------------------------------------------------
r43128 | ripley | 2007-10-09 04:11:40 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/installer/Makefile

tidy up better
------------------------------------------------------------------------
r43129 | ripley | 2007-10-09 04:11:47 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

tidy up better
------------------------------------------------------------------------
r43130 | ripley | 2007-10-09 04:12:08 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update
------------------------------------------------------------------------
r43131 | ripley | 2007-10-09 04:15:15 -0400 (Tue, 09 Oct 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/R/unix/dev2bitmap.R
   M /trunk/src/library/grDevices/R/windows/dev2bitmap.R
   M /trunk/src/library/grDevices/man/dev2bitmap.Rd
   M /trunk/src/library/grDevices/man/embedFonts.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd

unset AutoRotatePages in embedFonts, bitmap and dev2bitmap.
On Windows, look at GSC if R_GSCMD is not set.

------------------------------------------------------------------------
r43132 | ripley | 2007-10-09 04:18:16 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/library/grDevices/R/postscript.R
   M /branches/R-2-6-branch/src/library/grDevices/R/unix/dev2bitmap.R
   M /branches/R-2-6-branch/src/library/grDevices/R/windows/dev2bitmap.R
   M /branches/R-2-6-branch/src/library/grDevices/man/dev2bitmap.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/embedFonts.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/plotmath.Rd

port r43127, 43130, most of 43131
------------------------------------------------------------------------
r43133 | ripley | 2007-10-09 22:56:41 -0400 (Tue, 09 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/man/plotmath.Rd
   M /trunk/src/main/plotmath.c

fix to allow symbol() to work with strings in a MBCS locale

------------------------------------------------------------------------
r43134 | ripley | 2007-10-09 22:59:35 -0400 (Tue, 09 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/grDevices/man/plotmath.Rd
   M /branches/R-2-6-branch/src/main/plotmath.c

port r43133 from trunk
------------------------------------------------------------------------
r43135 | ripley | 2007-10-10 00:25:13 -0400 (Wed, 10 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/rle.Rd

add concept
------------------------------------------------------------------------
r43136 | ripley | 2007-10-10 00:34:13 -0400 (Wed, 10 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/rle.Rd

port r43135 from trunk
------------------------------------------------------------------------
r43137 | ripley | 2007-10-10 04:10:25 -0400 (Wed, 10 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/plotmath.c

correction to last change
------------------------------------------------------------------------
r43138 | ripley | 2007-10-10 04:15:00 -0400 (Wed, 10 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/plotmath.c

port r43137 from trunk
------------------------------------------------------------------------
r43139 | ripley | 2007-10-10 05:29:12 -0400 (Wed, 10 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/plotmath.c

precautionary check on symbol font
------------------------------------------------------------------------
r43140 | ripley | 2007-10-11 01:30:16 -0400 (Thu, 11 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

do lazyloding computations earlier (depends on not having SaveImage, BTW)

------------------------------------------------------------------------
r43141 | ripley | 2007-10-11 03:47:59 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

typo
------------------------------------------------------------------------
r43142 | ripley | 2007-10-11 03:49:28 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

port r43141 from trunk
------------------------------------------------------------------------
r43143 | ripley | 2007-10-11 03:50:30 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/include/Makefile.win

install iconv.h
------------------------------------------------------------------------
r43144 | ripley | 2007-10-11 04:25:01 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS

port comment from R-patched
------------------------------------------------------------------------
r43145 | ripley | 2007-10-11 04:25:16 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

update comment
------------------------------------------------------------------------
r43146 | hornik | 2007-10-11 07:33:36 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43147 | hornik | 2007-10-11 07:33:38 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43148 | urbaneks | 2007-10-11 13:52:12 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/qdBitmap.c

add clipboard:// target support to Quartz [BE]
------------------------------------------------------------------------
r43149 | urbaneks | 2007-10-11 17:06:57 -0400 (Thu, 11 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devQuartz.c

fix grid page size in Quartz
------------------------------------------------------------------------
r43150 | ripley | 2007-10-12 01:09:01 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/po/R-de.po

update
------------------------------------------------------------------------
r43151 | ripley | 2007-10-12 01:10:36 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po

update
------------------------------------------------------------------------
r43152 | ripley | 2007-10-12 02:24:49 -0400 (Fri, 12 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/extra/graphapp/dialogs.c
   M /trunk/src/gnuwin32/CHANGES

add status line to folder selection dialog

------------------------------------------------------------------------
r43153 | ripley | 2007-10-12 04:15:57 -0400 (Fri, 12 Oct 2007) | 4 lines
Changed paths:
   M /trunk/src/library/utils/man/windows/Rconsole.Rd
   A /trunk/src/library/utils/man/windows/choose.dir.Rd
   M /trunk/src/library/utils/man/windows/choose.files.Rd

separate help on choose.file and choose.dir.
Mention problem with folder selection widget on Vista (PR#9959)
cosmetics

------------------------------------------------------------------------
r43154 | ripley | 2007-10-12 04:17:35 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/windows/Rconsole.Rd
   A /branches/R-2-6-branch/src/library/utils/man/windows/choose.dir.Rd (from /trunk/src/library/utils/man/windows/choose.dir.Rd:43153)
   M /branches/R-2-6-branch/src/library/utils/man/windows/choose.files.Rd

more r43153 from trunk
------------------------------------------------------------------------
r43155 | ripley | 2007-10-12 04:34:55 -0400 (Fri, 12 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/datasets/man/Indometh.Rd
   M /trunk/src/library/datasets/man/Loblolly.Rd
   M /trunk/src/library/datasets/man/Orange.Rd
   M /trunk/src/library/datasets/man/eurodist.Rd
   M /trunk/src/library/stats/man/birthday.Rd

clarify what matches gregexpr uses.
cosmetics

------------------------------------------------------------------------
r43156 | ripley | 2007-10-12 04:36:07 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/grep.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/Indometh.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/Loblolly.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/Orange.Rd
   M /branches/R-2-6-branch/src/library/datasets/man/eurodist.Rd
   M /branches/R-2-6-branch/src/library/stats/man/birthday.Rd

port r43155 from trunk
------------------------------------------------------------------------
r43157 | pd | 2007-10-12 05:45:34 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/errors.c

backout r41766 - broke tcltk
------------------------------------------------------------------------
r43158 | urbaneks | 2007-10-12 10:28:55 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/Makefile.in

distribute QuartzDevice.h
------------------------------------------------------------------------
r43159 | urbaneks | 2007-10-12 13:44:54 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/Makefile.in
   M /trunk/src/library/grDevices/src/devQuartz.c
   A /trunk/src/library/grDevices/src/qdPDF.c
   A /trunk/src/library/grDevices/src/qdPDF.h

added PDF Quartz module
------------------------------------------------------------------------
r43160 | urbaneks | 2007-10-12 20:40:45 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/include/R_ext/QuartzDevice.h
   M /trunk/src/include/Rinternals.h
   M /trunk/src/library/grDevices/src/devQuartz.c
   M /trunk/src/library/grDevices/src/qdBitmap.c
   M /trunk/src/library/grDevices/src/qdCocoa.m
   M /trunk/src/library/grDevices/src/qdPDF.c

added display history support to Cocoa Quartz; cleanups, docs
------------------------------------------------------------------------
r43161 | urbaneks | 2007-10-12 20:45:36 -0400 (Fri, 12 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinternals.h

back out unintended change of Rinternals caused by 43160
------------------------------------------------------------------------
r43162 | urbaneks | 2007-10-13 04:12:42 -0400 (Sat, 13 Oct 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/etc/Makeconf.in
   M /trunk/m4/R.m4
   M /trunk/src/library/grDevices/src/Makefile.in

add ObjC dependency rule support, use it for Quartz
------------------------------------------------------------------------
r43163 | urbaneks | 2007-10-13 04:14:47 -0400 (Sat, 13 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/javareconf

fixes in javareconf
------------------------------------------------------------------------
r43164 | maechler | 2007-10-13 11:04:24 -0400 (Sat, 13 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/as.graphicsAnnot.Rd

typo

------------------------------------------------------------------------
r43165 | deepayan | 2007-10-13 21:13:50 -0400 (Sat, 13 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages2.R

previous patch had a bug, causing error instead of warning if install.packages() tried to install a non-existing package
------------------------------------------------------------------------
r43166 | urbaneks | 2007-10-13 21:44:26 -0400 (Sat, 13 Oct 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

fix check for -no-cpp-precomp, recent Apple builds don't need it
------------------------------------------------------------------------
r43167 | urbaneks | 2007-10-13 21:45:47 -0400 (Sat, 13 Oct 2007) | 1 line
Changed paths:
   M /trunk/tools/GETCONFIG

expose HAVE_AQUA in Rconfig.h
------------------------------------------------------------------------
r43168 | ripley | 2007-10-15 07:01:53 -0400 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Special.Rd
   M /trunk/src/library/stats/man/deriv.Rd
   M /trunk/src/main/deriv.c
   M /trunk/tests/reg-tests-1.R

add some more cases to deriv table
------------------------------------------------------------------------
r43169 | ripley | 2007-10-15 07:03:51 -0400 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Special.Rd

mention polygamma
------------------------------------------------------------------------
r43170 | hornik | 2007-10-15 14:23:40 -0400 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Utils.pm
   M /trunk/src/library/tools/NAMESPACE
   M /trunk/src/library/tools/R/QC.R
   A /trunk/src/library/tools/R/license.R

Add facilities for analyzing license specifications.
------------------------------------------------------------------------
r43171 | hornik | 2007-10-15 14:23:53 -0400 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

Drop empty Rd sections, with a note.
------------------------------------------------------------------------
r43172 | murdoch | 2007-10-15 16:24:41 -0400 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.win

Change #line directives so debugging finds the gram.c source.
------------------------------------------------------------------------
r43173 | hornik | 2007-10-16 03:04:09 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43174 | hornik | 2007-10-16 03:04:12 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43175 | ripley | 2007-10-16 04:30:44 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   A /branches/R-2-6-branch/src/library/grDevices/inst/po/de
   A /branches/R-2-6-branch/src/library/grDevices/inst/po/de/LC_MESSAGES
   A /branches/R-2-6-branch/src/library/grDevices/inst/po/de/LC_MESSAGES/R-grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /branches/R-2-6-branch/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   A /branches/R-2-6-branch/src/library/grDevices/po/R-de.po
   M /branches/R-2-6-branch/src/library/grDevices/po/en@quot.po
   M /branches/R-2-6-branch/src/library/grDevices/po/en_GB.po
   M /branches/R-2-6-branch/src/library/grDevices/po/fr.po
   M /branches/R-2-6-branch/src/library/grDevices/po/grDevices.pot
   M /branches/R-2-6-branch/src/library/grDevices/po/it.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ja.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ko.po
   M /branches/R-2-6-branch/src/library/grDevices/po/ru.po
   M /branches/R-2-6-branch/src/library/grDevices/po/zh_CN.po
   A /branches/R-2-6-branch/src/library/graphics/inst/po/de
   A /branches/R-2-6-branch/src/library/graphics/inst/po/de/LC_MESSAGES
   A /branches/R-2-6-branch/src/library/graphics/inst/po/de/LC_MESSAGES/R-graphics.mo
   A /branches/R-2-6-branch/src/library/graphics/po/R-de.po

add German translations
------------------------------------------------------------------------
r43176 | ripley | 2007-10-16 04:32:31 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   A /trunk/src/library/grDevices/inst/po/de
   A /trunk/src/library/grDevices/inst/po/de/LC_MESSAGES
   A /trunk/src/library/grDevices/inst/po/de/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   A /trunk/src/library/grDevices/po/R-de.po
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   A /trunk/src/library/graphics/inst/po/de
   A /trunk/src/library/graphics/inst/po/de/LC_MESSAGES
   A /trunk/src/library/graphics/inst/po/de/LC_MESSAGES/R-graphics.mo
   A /trunk/src/library/graphics/po/R-de.po

add German translations
------------------------------------------------------------------------
r43177 | ripley | 2007-10-16 06:35:56 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

add section on Fortran I/O
------------------------------------------------------------------------
r43178 | ripley | 2007-10-16 06:47:01 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Special.Rd

cosmetics
------------------------------------------------------------------------
r43179 | ripley | 2007-10-16 06:48:01 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/library/base/man/Special.Rd

port r43177 and r41378 from trunk
------------------------------------------------------------------------
r43180 | murdoch | 2007-10-16 09:52:58 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

Another link to Rtools.
------------------------------------------------------------------------
r43181 | maechler | 2007-10-16 11:19:49 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/curve.R
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/man/curve.Rd
   M /trunk/tests/reg-plot.R
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-plot.ps.save
   M /trunk/tests/reg-tests-1.R

curve() and plot.function() fixes + regr.tests for them
------------------------------------------------------------------------
r43182 | maechler | 2007-10-16 11:42:29 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/curve.R
   M /branches/R-2-6-branch/src/library/graphics/R/plot.R
   M /branches/R-2-6-branch/src/library/graphics/man/curve.Rd
   M /branches/R-2-6-branch/tests/reg-plot.R
   M /branches/R-2-6-branch/tests/reg-plot.Rout.save
   M /branches/R-2-6-branch/tests/reg-plot.ps.save
   M /branches/R-2-6-branch/tests/reg-tests-1.R

ported r43181 [plot.function(), curve()] from trunk
------------------------------------------------------------------------
r43183 | maechler | 2007-10-16 12:35:25 -0400 (Tue, 16 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/Beta.Rd
   M /trunk/src/nmath/pnbeta.c

notes on source of algo.
------------------------------------------------------------------------
r43184 | hornik | 2007-10-17 03:36:16 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

\keyword entries are no longer required in Rd files.
------------------------------------------------------------------------
r43185 | hornik | 2007-10-17 03:36:17 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Rd.R

Make Rd_parse() drop empty Rd sections by default.
------------------------------------------------------------------------
r43186 | hornik | 2007-10-17 03:36:20 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/index.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/library/tools/R/writePACKAGES.R

More integer constants.
------------------------------------------------------------------------
r43187 | hornik | 2007-10-17 03:36:21 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

Ignore empty \alias and \keyword entries, with a note.
------------------------------------------------------------------------
r43188 | hornik | 2007-10-17 06:52:51 -0400 (Wed, 17 Oct 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

Ensure that text conversion of list environments start new paragraphs
as needed for subsequent processing.
------------------------------------------------------------------------
r43189 | hornik | 2007-10-17 06:52:53 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/sh/dcf.sh

Ensure that we really only get *one* entry.
------------------------------------------------------------------------
r43190 | ripley | 2007-10-17 10:40:27 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Sys.glob.Rd

typos
------------------------------------------------------------------------
r43191 | ripley | 2007-10-17 10:41:42 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Sys.glob.Rd

port r43190 from trunk
------------------------------------------------------------------------
r43192 | hornik | 2007-10-17 12:09:00 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R

Remove obsolete comment.
------------------------------------------------------------------------
r43193 | hornik | 2007-10-17 12:09:02 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS

Updates.
------------------------------------------------------------------------
r43194 | hornik | 2007-10-17 12:09:04 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Keyword entries are no longer mandatory in Rd files.
------------------------------------------------------------------------
r43195 | hornik | 2007-10-17 12:09:55 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43196 | hornik | 2007-10-17 12:09:57 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43197 | rgentlem | 2007-10-17 12:48:47 -0400 (Wed, 17 Oct 2007) | 2 lines
Changed paths:
   M /branches/R-2-6-branch/src/main/model.c

a PROTECT bug - located by Thomas - thanks

------------------------------------------------------------------------
r43198 | rgentlem | 2007-10-17 12:49:10 -0400 (Wed, 17 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/main/model.c

a protect bug, located by Thomas - thanks

------------------------------------------------------------------------
r43199 | pd | 2007-10-17 18:35:09 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/tcltk/src/tcltk.c
   M /branches/R-2-6-branch/src/main/errors.c

tcltk event loop issue again
------------------------------------------------------------------------
r43200 | pd | 2007-10-17 19:27:10 -0400 (Wed, 17 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tcltk/src/tcltk.c

tcltk event loop issue
------------------------------------------------------------------------
r43201 | hornik | 2007-10-18 05:06:56 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/sh/dcf.sh

Fix the fix, hopefully.
------------------------------------------------------------------------
r43202 | maechler | 2007-10-18 06:07:16 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/tests/reg-plot.R
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-plot.ps.save

another plot.function() fix + regr.test
------------------------------------------------------------------------
r43203 | maechler | 2007-10-18 06:08:35 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Special.Rd

mention (tetra|penta)gamma in text
------------------------------------------------------------------------
r43204 | ripley | 2007-10-18 10:28:01 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/phyper.c

slightly more accurate
------------------------------------------------------------------------
r43205 | ripley | 2007-10-18 10:28:28 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/README.packages

mention need for Rblas
------------------------------------------------------------------------
r43206 | ripley | 2007-10-18 10:28:47 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/regex.Rd

update
------------------------------------------------------------------------
r43207 | ripley | 2007-10-18 10:30:09 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/regex.Rd

port r43206 from trunk
------------------------------------------------------------------------
r43208 | ripley | 2007-10-18 10:48:54 -0400 (Thu, 18 Oct 2007) | 6 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/utils.R
   M /trunk/src/scripts/build.in
   M /trunk/src/scripts/check.in

.check_make_vars: typo for -traditional, incorrect system() call
  on Windows, needed MAKE set.
avoid character ranges as they are locale-specific.

build.in, check.in: comments on collation

------------------------------------------------------------------------
r43209 | ripley | 2007-10-18 11:53:37 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/library/tools/R/QC.R
   M /branches/R-2-6-branch/src/library/tools/R/utils.R
   M /branches/R-2-6-branch/src/scripts/build.in
   M /branches/R-2-6-branch/src/scripts/check.in

port r43208 from trunk
------------------------------------------------------------------------
r43210 | maechler | 2007-10-18 12:23:13 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/R/plot.R
   M /branches/R-2-6-branch/tests/reg-plot.R
   M /branches/R-2-6-branch/tests/reg-plot.Rout.save
   M /branches/R-2-6-branch/tests/reg-plot.ps.save

ported r43202 [plot.function()] from trunk
------------------------------------------------------------------------
r43211 | luke | 2007-10-18 16:03:41 -0400 (Thu, 18 Oct 2007) | 3 lines
Changed paths:
   M /branches/R-2-6-branch/src/include/Defn.h
   M /branches/R-2-6-branch/src/main/envir.c
   M /branches/R-2-6-branch/src/main/memory.c
   M /branches/R-2-6-branch/src/main/serialize.c

Merged revisions 43050, 43052, 43053 (using the attribute field for
the CHARSXP hash chains) from the trunk.

------------------------------------------------------------------------
r43212 | urbaneks | 2007-10-18 16:24:13 -0400 (Thu, 18 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/sh/dcf.sh

fix missing ;s in sed pattern
------------------------------------------------------------------------
r43213 | maechler | 2007-10-19 04:01:17 -0400 (Fri, 19 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/isoreg.Rd

fix R^2 example (PR #10352)

------------------------------------------------------------------------
r43214 | maechler | 2007-10-19 04:02:57 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/isoreg.Rd

ported r43213 from trunk
------------------------------------------------------------------------
r43215 | ripley | 2007-10-19 05:27:21 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/isoreg.Rd

missing escape
------------------------------------------------------------------------
r43216 | ripley | 2007-10-19 05:28:28 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/isoreg.Rd

port r43215 from trunk
------------------------------------------------------------------------
r43217 | ripley | 2007-10-19 05:49:52 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-data.texi

update for Excel 2007
------------------------------------------------------------------------
r43218 | ripley | 2007-10-19 05:51:13 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-data.texi

port r43217 from trunk
------------------------------------------------------------------------
r43219 | urbaneks | 2007-10-19 14:39:59 -0400 (Fri, 19 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/include/Rinlinedfuns.h

fix Apple gcc check for inlining behavior
------------------------------------------------------------------------
r43220 | ripley | 2007-10-20 03:53:41 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/tests/internet.Rout.save

update
------------------------------------------------------------------------
r43221 | ripley | 2007-10-20 07:01:53 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/coerce.c

improve error messages
------------------------------------------------------------------------
r43222 | ripley | 2007-10-20 07:02:21 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd

update
------------------------------------------------------------------------
r43223 | ripley | 2007-10-20 07:03:31 -0400 (Sat, 20 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MakeDll
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

sort out the use of -Wall: not as part of DEBUGFLAG, not for Fortran
(as showing spurious warnings not seen on other platforms)

------------------------------------------------------------------------
r43224 | ripley | 2007-10-20 07:04:33 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/admin.R

sort out logic of tests for package/bundle name
------------------------------------------------------------------------
r43225 | ripley | 2007-10-20 07:05:54 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/gnuwin32/MakeDll
   M /branches/R-2-6-branch/src/gnuwin32/fixed/etc/Makeconf
   M /branches/R-2-6-branch/src/library/tools/R/admin.R

port r43223 and r43224 from trunk
------------------------------------------------------------------------
r43226 | ripley | 2007-10-20 13:50:12 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

comment out SHELL
------------------------------------------------------------------------
r43227 | ripley | 2007-10-20 13:51:43 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/fixed/etc/Makeconf

port r43226 from trunk
------------------------------------------------------------------------
r43228 | deepayan | 2007-10-20 20:38:18 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/utils/R/databrowser.R
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/R/unix/help.R
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/R/windows/help.start.R
   M /trunk/src/library/utils/man/help.start.Rd
   M /trunk/src/main/options.c

options('browser') and options('editor') can now be functions
------------------------------------------------------------------------
r43229 | deepayan | 2007-10-20 20:55:40 -0400 (Sat, 20 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/options.c

reverted check for empty editor string with if isString()
------------------------------------------------------------------------
r43230 | hornik | 2007-10-21 10:58:21 -0400 (Sun, 21 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   A /trunk/share/licenses/license.db

Add license db file containing the known licenses.
------------------------------------------------------------------------
r43231 | hornik | 2007-10-21 10:58:23 -0400 (Sun, 21 Oct 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tools/R/license.R

Use license db for license analysis.
Add facilities for analyzing and summarizing the license situation in
a repository.
------------------------------------------------------------------------
r43232 | ripley | 2007-10-21 13:46:16 -0400 (Sun, 21 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/sh/dcf.sh

Solaris-friendly version
------------------------------------------------------------------------
r43233 | ripley | 2007-10-22 02:56:27 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/base/man/strsplit.Rd

update, better wording
------------------------------------------------------------------------
r43234 | ripley | 2007-10-22 02:58:22 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/grep.Rd
   M /branches/R-2-6-branch/src/library/base/man/strsplit.Rd

port r43233 from trunk
------------------------------------------------------------------------
r43235 | ripley | 2007-10-22 03:02:17 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/share/sh/help-print.sh
   M /trunk/src/scripts/INSTALL.in
   M /trunk/src/scripts/REMOVE.in
   M /trunk/src/scripts/Rd2dvi
   M /trunk/src/scripts/Rdiff
   M /trunk/src/scripts/SHLIB.in
   M /trunk/src/scripts/javareconf

make use of $SED if set
------------------------------------------------------------------------
r43236 | ripley | 2007-10-22 03:25:42 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/R.sh.in
   M /trunk/src/scripts/REMOVE.in
   M /trunk/src/scripts/SHLIB.in

make use of SED we found at configure time
------------------------------------------------------------------------
r43237 | ripley | 2007-10-22 04:51:20 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/share/make/vars.mk
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/rt_complete.c
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/utils/NAMESPACE
   A /trunk/src/library/utils/R/completion.R
   A /trunk/src/library/utils/man/rcompgen.Rd
   M /trunk/src/unix/sys-std.c

merge rcompgen into utils
------------------------------------------------------------------------
r43238 | ripley | 2007-10-22 05:02:18 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/rt_complete.c
   M /trunk/src/gnuwin32/rui.c

Windows changes on incorporating rcompgen into utils
------------------------------------------------------------------------
r43239 | ripley | 2007-10-22 05:13:55 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

update re rcompgen
------------------------------------------------------------------------
r43240 | ripley | 2007-10-22 07:06:44 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS

we add entries at the end, and use proper punctuation
------------------------------------------------------------------------
r43241 | ripley | 2007-10-22 07:07:12 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-tests-1.R

make self-contained
------------------------------------------------------------------------
r43242 | ripley | 2007-10-22 07:14:15 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

update
------------------------------------------------------------------------
r43243 | ripley | 2007-10-22 07:18:19 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/tests/Examples/Makefile.in

stop people trying to run 'make check' without Perl
------------------------------------------------------------------------
r43244 | ripley | 2007-10-22 07:20:26 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/tests/Examples/Makefile.in

port r43243 from trunk
------------------------------------------------------------------------
r43245 | maechler | 2007-10-22 07:37:17 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/curve.Rd

doc update for r43202
------------------------------------------------------------------------
r43246 | maechler | 2007-10-22 07:42:17 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/curve.Rd

ported r43245 [doc] from trunk
------------------------------------------------------------------------
r43247 | ripley | 2007-10-22 08:34:17 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/aqua/install.binaries.Rd
   M /trunk/src/library/utils/man/aqua/install.from.file.Rd

remove empty sections, tidy up
------------------------------------------------------------------------
r43248 | ripley | 2007-10-22 08:53:41 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/rlocale.c

correct some warnings on MacOS
------------------------------------------------------------------------
r43249 | ripley | 2007-10-22 08:55:01 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/aqua/install.binaries.Rd
   M /branches/R-2-6-branch/src/library/utils/man/aqua/install.from.file.Rd
   M /branches/R-2-6-branch/src/main/rlocale.c

port r43247 and r43248 from trunk
------------------------------------------------------------------------
r43250 | ripley | 2007-10-22 10:23:49 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/share/sh/dcf.sh

update from trunk
------------------------------------------------------------------------
r43251 | maechler | 2007-10-22 14:40:21 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/pt.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

make pt() slightly more accurate around 0
------------------------------------------------------------------------
r43252 | maechler | 2007-10-22 14:41:17 -0400 (Mon, 22 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/str.R
   M /trunk/src/library/utils/man/ls_str.Rd

ls.str(..)
------------------------------------------------------------------------
r43253 | maechler | 2007-10-23 03:10:15 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/reg-plot.R
   M /branches/R-2-6-branch/tests/reg-plot.Rout.save
   M /branches/R-2-6-branch/tests/reg-plot.ps.save

slightly modify last example to *not* use plotmath, because that currently gives platform-dependent output
------------------------------------------------------------------------
r43254 | murdoch | 2007-10-23 05:57:37 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS

minor edit
------------------------------------------------------------------------
r43255 | ripley | 2007-10-23 07:54:36 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Sys.glob.Rd

improvements to wording
------------------------------------------------------------------------
r43256 | ripley | 2007-10-23 07:55:45 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Sys.glob.Rd

port r43255 from trunk
------------------------------------------------------------------------
r43257 | ripley | 2007-10-23 10:08:18 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Sys.glob.Rd

tidying up
------------------------------------------------------------------------
r43258 | ripley | 2007-10-23 10:09:26 -0400 (Tue, 23 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/Sys.glob.Rd

port r43257 from trunk
------------------------------------------------------------------------
r43259 | ripley | 2007-10-24 02:32:51 -0400 (Wed, 24 Oct 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/rw-FAQ.texi

update on ACML: seems abandoned on Windows

------------------------------------------------------------------------
r43260 | ripley | 2007-10-24 02:34:08 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/gnuwin32/MkRules
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

port r43259 from trunk
------------------------------------------------------------------------
r43261 | ripley | 2007-10-24 03:08:51 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/extra/blas/Makefile.win
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/modules/lapack/Makefile.win

strip out ACML support
------------------------------------------------------------------------
r43262 | hornik | 2007-10-24 03:16:02 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43263 | hornik | 2007-10-24 03:16:04 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43264 | ripley | 2007-10-24 03:55:05 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/po/R.pot
   M /branches/R-2-6-branch/po/de.gmo
   M /branches/R-2-6-branch/po/de.po
   M /branches/R-2-6-branch/po/en.gmo
   M /branches/R-2-6-branch/po/en.po
   M /branches/R-2-6-branch/po/en@quot.gmo
   M /branches/R-2-6-branch/po/en@quot.po
   M /branches/R-2-6-branch/po/en_GB.gmo
   M /branches/R-2-6-branch/po/en_GB.po
   M /branches/R-2-6-branch/po/es.gmo
   M /branches/R-2-6-branch/po/es.po
   M /branches/R-2-6-branch/po/fr.gmo
   M /branches/R-2-6-branch/po/fr.po
   M /branches/R-2-6-branch/po/it.gmo
   M /branches/R-2-6-branch/po/it.po
   M /branches/R-2-6-branch/po/ja.gmo
   M /branches/R-2-6-branch/po/ja.po
   M /branches/R-2-6-branch/po/ko.gmo
   M /branches/R-2-6-branch/po/ko.po
   M /branches/R-2-6-branch/po/pt_BR.gmo
   M /branches/R-2-6-branch/po/pt_BR.po
   M /branches/R-2-6-branch/po/ru.gmo
   M /branches/R-2-6-branch/po/ru.po
   M /branches/R-2-6-branch/po/zh_CN.gmo
   M /branches/R-2-6-branch/po/zh_CN.po
   M /branches/R-2-6-branch/po/zh_TW.gmo
   M /branches/R-2-6-branch/po/zh_TW.po

fix it.po typo
------------------------------------------------------------------------
r43265 | ripley | 2007-10-24 03:56:55 -0400 (Wed, 24 Oct 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po

fix it.po typo
------------------------------------------------------------------------
r43266 | ripley | 2007-10-25 02:37:54 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/scripts/check.in

add check for portable file names
------------------------------------------------------------------------
r43267 | ripley | 2007-10-25 03:33:45 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/Sd2Rd.in
   M /trunk/src/scripts/build.in
   M /trunk/src/scripts/check.in

safer to use chomp than chop
------------------------------------------------------------------------
r43268 | ripley | 2007-10-25 03:45:12 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/scripts/Sd2Rd.in
   M /branches/R-2-6-branch/src/scripts/build.in
   M /branches/R-2-6-branch/src/scripts/check.in

port r43267 from trunk
------------------------------------------------------------------------
r43269 | ripley | 2007-10-25 05:28:23 -0400 (Thu, 25 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/splines/R/splineClasses.R
   M /trunk/src/library/stats/R/kernel.R
   M /trunk/src/library/stats/R/lm.R

incorrect any(x) > 0 for any(x > 0) etc

------------------------------------------------------------------------
r43270 | ripley | 2007-10-25 05:33:45 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/splines/R/splineClasses.R
   M /branches/R-2-6-branch/src/library/stats/R/kernel.R
   M /branches/R-2-6-branch/src/library/stats/R/lm.R

port r43269 from trunk
------------------------------------------------------------------------
r43271 | ripley | 2007-10-25 07:10:51 -0400 (Thu, 25 Oct 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dcf.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/graphics/R/barplot.R
   M /trunk/src/library/profile/Rprofile.windows
   M /trunk/src/library/stats/R/add.R
   M /trunk/src/library/stats/R/ansari.test.R
   M /trunk/src/library/stats/R/aov.R
   M /trunk/src/library/stats/R/mcnemar.test.R
   M /trunk/src/library/stats/R/nafns.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/Rd.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/utils/R/Sweave.R
   M /trunk/src/library/utils/R/package.skeleton.R
   M /trunk/src/library/utils/R/zzz.R
   M /trunk/src/main/logic.c
   M /trunk/tests/simple-true.R
   M /trunk/tests/simple-true.Rout.save

omit zero-length objects in any() and all() to avoid coercion overhead.
correct misuses of any() for length(), e.g. in grep output.

------------------------------------------------------------------------
r43272 | ripley | 2007-10-25 08:14:55 -0400 (Thu, 25 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/src/library/grid/R/grob.R
   M /trunk/src/library/stats/R/friedman.test.R
   M /trunk/src/library/stats/R/mantelhaen.test.R
   M /trunk/src/library/stats/R/prcomp.R
   M /trunk/src/library/stats/R/quade.test.R
   M /trunk/src/library/tools/R/QC.R
   M /trunk/tests/simple-true.R
   M /trunk/tests/simple-true.Rout.save

avoid use of any/all on non-logical vectors

------------------------------------------------------------------------
r43273 | leisch | 2007-10-25 08:30:31 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

several new mirros, deleted defunct mirrors
------------------------------------------------------------------------
r43274 | ripley | 2007-10-25 13:09:32 -0400 (Thu, 25 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/doc/manual/R-admin.texi
   M /trunk/m4/R.m4
   M /trunk/src/library/Makefile.in
   M /trunk/src/scripts/INSTALL.in
   M /trunk/tests/Examples/Makefile.in

require Perl, and force documentation to be built (needed for testing)

------------------------------------------------------------------------
r43275 | ripley | 2007-10-25 15:10:28 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/lm.R

some more use of integers
------------------------------------------------------------------------
r43276 | hornik | 2007-10-25 15:20:25 -0400 (Thu, 25 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/share/licenses/license.db
   M /trunk/src/library/tools/R/license.R

Improve license db and computations.
------------------------------------------------------------------------
r43277 | ripley | 2007-10-26 01:51:00 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

inlining
------------------------------------------------------------------------
r43278 | ripley | 2007-10-26 02:04:17 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/eval.c

more efficiency tweaks
------------------------------------------------------------------------
r43279 | ripley | 2007-10-26 02:17:18 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/all.Rd
   M /branches/R-2-6-branch/src/library/base/man/any.Rd

as.logical.default does not exist any more
------------------------------------------------------------------------
r43280 | ripley | 2007-10-26 02:18:34 -0400 (Fri, 26 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/complex.Rd
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/integer.Rd
   M /trunk/src/library/base/man/logical.Rd

no longer have separate default methods

------------------------------------------------------------------------
r43281 | ripley | 2007-10-26 02:18:54 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Control.Rd

mention coercion
------------------------------------------------------------------------
r43282 | ripley | 2007-10-26 02:20:06 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Control.Rd
   M /branches/R-2-6-branch/src/library/base/man/complex.Rd
   M /branches/R-2-6-branch/src/library/base/man/double.Rd
   M /branches/R-2-6-branch/src/library/base/man/integer.Rd
   M /branches/R-2-6-branch/src/library/base/man/logical.Rd

port r43280:1 from trunk
------------------------------------------------------------------------
r43283 | ripley | 2007-10-26 02:22:33 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/all.Rd
   M /trunk/src/library/base/man/any.Rd
   M /trunk/src/main/logic.c

add warning if all/any do any unusual coercion
------------------------------------------------------------------------
r43284 | ripley | 2007-10-26 02:51:11 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/R/add.R
   M /branches/R-2-6-branch/src/library/stats/R/aov.R
   M /branches/R-2-6-branch/src/library/stats/R/lm.R
   M /branches/R-2-6-branch/src/library/stats/R/nafns.R
   M /branches/R-2-6-branch/src/library/stats/R/prcomp.R

port tweaks from trunk
------------------------------------------------------------------------
r43285 | murdoch | 2007-10-26 06:28:20 -0400 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo
------------------------------------------------------------------------
r43286 | ripley | 2007-10-27 09:07:31 -0400 (Sat, 27 Oct 2007) | 1 line
Changed paths:
   M /trunk/tests/reg-plot.R
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-plot.ps.save

tweak example to avoid rouding error to 2dp in result
------------------------------------------------------------------------
r43287 | ripley | 2007-10-27 13:12:26 -0400 (Sat, 27 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/include/R_ext/Constants.h

make sure appropriate header is included

------------------------------------------------------------------------
r43288 | ripley | 2007-10-27 14:42:05 -0400 (Sat, 27 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/include/R_ext/Constants.h

port r43287 from trunk
------------------------------------------------------------------------
r43289 | hornik | 2007-10-28 06:44:53 -0400 (Sun, 28 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   A /branches/R-2-6-branch/share/licenses/license.db

Sync info on license specs with trunc.
------------------------------------------------------------------------
r43290 | murdoch | 2007-10-28 10:02:54 -0400 (Sun, 28 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/mean.Rd

Clarification (suggested by Patrick Burns)
------------------------------------------------------------------------
r43291 | murdoch | 2007-10-28 10:04:45 -0400 (Sun, 28 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/mean.Rd

Port of r43290 (clarification) from trunk
------------------------------------------------------------------------
r43292 | ripley | 2007-10-29 06:33:51 -0400 (Mon, 29 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/library.Rd

allow canonical OSes to differ when r_arch is used.

------------------------------------------------------------------------
r43293 | ripley | 2007-10-29 06:35:02 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/library/base/R/library.R
   M /branches/R-2-6-branch/src/library/base/man/library.Rd

port r43292 from trunk
------------------------------------------------------------------------
r43294 | ripley | 2007-10-29 06:42:34 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/library.Rd

remove reference to 'saved images', which are defunct
------------------------------------------------------------------------
r43295 | ripley | 2007-10-29 07:25:19 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

more on multi-archs
------------------------------------------------------------------------
r43296 | ripley | 2007-10-29 07:26:45 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43295 from trunk
------------------------------------------------------------------------
r43297 | murrell | 2007-10-29 08:19:17 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/inst/doc/changes.txt
   M /trunk/src/library/grid/src/grid.c

grid copes with clipping to viewport rotated any multiple of 90 degrees
------------------------------------------------------------------------
r43298 | ripley | 2007-10-29 08:37:17 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/dataframe.R
   M /trunk/tests/reg-tests-1.R

tweak to r42420
------------------------------------------------------------------------
r43299 | ripley | 2007-10-29 08:39:20 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/dataframe.R

port r43298 from trunk
------------------------------------------------------------------------
r43300 | ripley | 2007-10-29 10:10:22 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/modules/X11/devX11.c

fix for PR#10379
------------------------------------------------------------------------
r43301 | ripley | 2007-10-29 10:15:50 -0400 (Mon, 29 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/modules/X11/devX11.c

port r43300 from trunk
------------------------------------------------------------------------
r43302 | ripley | 2007-10-29 14:50:18 -0400 (Mon, 29 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/cor.R
   M /trunk/src/library/stats/man/cor.Rd
   M /trunk/src/main/cov.c
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

make cor/cov a little less inconsistent

------------------------------------------------------------------------
r43303 | ripley | 2007-10-30 03:51:29 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

increase parse limit on character strings
------------------------------------------------------------------------
r43304 | ripley | 2007-10-30 04:24:53 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.win
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

remove gram.c rule
------------------------------------------------------------------------
r43305 | ripley | 2007-10-30 04:52:05 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.in
   M /trunk/src/main/gram.c

suppress #line directives
------------------------------------------------------------------------
r43306 | ripley | 2007-10-30 04:55:57 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   A /trunk/src/library/grid/inst/po/de
   A /trunk/src/library/grid/inst/po/de/LC_MESSAGES
   A /trunk/src/library/grid/inst/po/de/LC_MESSAGES/R-grid.mo
   M /trunk/src/library/grid/inst/po/en@quot/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/fr/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/it/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ja/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ko/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/pt_BR/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/ru/LC_MESSAGES/grid.mo
   M /trunk/src/library/grid/inst/po/zh_CN/LC_MESSAGES/grid.mo
   A /trunk/src/library/grid/po/R-de.po
   M /trunk/src/library/grid/po/en@quot.po
   M /trunk/src/library/grid/po/fr.po
   M /trunk/src/library/grid/po/grid.pot
   M /trunk/src/library/grid/po/it.po
   M /trunk/src/library/grid/po/ja.po
   M /trunk/src/library/grid/po/ko.po
   M /trunk/src/library/grid/po/pt_BR.po
   M /trunk/src/library/grid/po/ru.po
   M /trunk/src/library/grid/po/zh_CN.po

add German translation
------------------------------------------------------------------------
r43307 | ripley | 2007-10-30 04:56:40 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   A /branches/R-2-6-branch/src/library/grid/inst/po/de
   A /branches/R-2-6-branch/src/library/grid/inst/po/de/LC_MESSAGES
   A /branches/R-2-6-branch/src/library/grid/inst/po/de/LC_MESSAGES/R-grid.mo
   A /branches/R-2-6-branch/src/library/grid/po/R-de.po

add German translation
------------------------------------------------------------------------
r43308 | ripley | 2007-10-30 07:57:46 -0400 (Tue, 30 Oct 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R

ensure .Postscript.Options is only looked for in .PSenv and not elsewhere

------------------------------------------------------------------------
r43309 | ripley | 2007-10-30 07:59:48 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/grDevices/R/postscript.R

port r43308 from trunk
------------------------------------------------------------------------
r43310 | ripley | 2007-10-30 09:42:33 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/deparseOpts.Rd
   M /trunk/src/main/deparse.c

add a warning on deparsing strings too long to parse
------------------------------------------------------------------------
r43311 | ripley | 2007-10-30 09:43:53 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/deparseOpts.Rd
   M /branches/R-2-6-branch/src/main/deparse.c

port r43310 from trunk
------------------------------------------------------------------------
r43312 | ripley | 2007-10-30 10:07:19 -0400 (Tue, 30 Oct 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/parse.Rd
   M /trunk/src/library/base/man/source.Rd
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

remove parser limit on strings
------------------------------------------------------------------------
r43313 | murrell | 2007-10-31 02:42:00 -0400 (Wed, 31 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/R/primitives.R
   M /trunk/src/library/grid/inst/doc/changes.txt
   M /trunk/src/main/engine.c

fixed bug in grid xsplines
------------------------------------------------------------------------
r43314 | murrell | 2007-10-31 05:55:56 -0400 (Wed, 31 Oct 2007) | 1 line
Changed paths:
   M /trunk/src/library/grid/inst/doc/sharing.Snw

fixed problem with building grid vignettes
------------------------------------------------------------------------
r43315 | maechler | 2007-10-31 07:52:12 -0400 (Wed, 31 Oct 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/man/help.Rd

drop duplicate (#ifdef unix) sentence

------------------------------------------------------------------------
r43316 | ripley | 2007-10-31 14:49:34 -0400 (Wed, 31 Oct 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/sample.Rd
   M /trunk/src/library/graphics/man/polygon.Rd
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/man/help.search.Rd

polygon & sample: clarification and cross-ref.
help.search: avoid throwing an error on unspecified badly installed package.

------------------------------------------------------------------------
r43317 | ripley | 2007-10-31 14:51:12 -0400 (Wed, 31 Oct 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/sample.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/polygon.Rd
   M /branches/R-2-6-branch/src/library/utils/R/help.search.R
   M /branches/R-2-6-branch/src/library/utils/man/help.search.Rd

port r43316 from trunk
------------------------------------------------------------------------
r43318 | ripley | 2007-11-01 05:56:38 -0400 (Thu, 01 Nov 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update about headers

------------------------------------------------------------------------
r43319 | ripley | 2007-11-01 05:58:34 -0400 (Thu, 01 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

port r43318 from trunk
------------------------------------------------------------------------
r43320 | ripley | 2007-11-02 01:24:37 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/as.POSIXlt.Rd

update for MS's latest bug
------------------------------------------------------------------------
r43321 | ripley | 2007-11-02 01:25:51 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/as.POSIXlt.Rd

port r43320 from trunk
------------------------------------------------------------------------
r43322 | ripley | 2007-11-02 06:54:13 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

remove some comments about obsolete versions of Windows
------------------------------------------------------------------------
r43323 | ripley | 2007-11-02 09:07:22 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/extra.c

update win.version and Sys.info
------------------------------------------------------------------------
r43324 | ripley | 2007-11-02 09:09:06 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert unintentional change
------------------------------------------------------------------------
r43325 | ripley | 2007-11-02 09:41:13 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/gnuwin32/system.c

tweak memory limit
------------------------------------------------------------------------
r43326 | ripley | 2007-11-02 09:44:56 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/rw-FAQ.texi

split up change
------------------------------------------------------------------------
r43327 | ripley | 2007-11-02 09:46:26 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/system.c

port r43325 from trunk
------------------------------------------------------------------------
r43328 | ripley | 2007-11-02 11:44:16 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/extra/graphapp/buttons.c
   M /trunk/src/extra/graphapp/controls.c
   M /trunk/src/extra/graphapp/dialogs.c
   M /trunk/src/extra/graphapp/gdraw.c
   M /trunk/src/extra/graphapp/init.c
   M /trunk/src/extra/graphapp/internal.h
   M /trunk/src/extra/graphapp/menus.c
   M /trunk/src/extra/graphapp/windows.c
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/installer/JRins.pl
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/library/base/man/Sys.info.Rd
   M /trunk/src/library/base/man/gc.time.Rd
   M /trunk/src/library/base/man/proc.time.Rd

restrict Windows build to >= 2000 (aka 5.0)
------------------------------------------------------------------------
r43329 | ripley | 2007-11-02 14:02:18 -0400 (Fri, 02 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/rhome.c

add start-up check on Windows version
------------------------------------------------------------------------
r43330 | ripley | 2007-11-03 03:05:40 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   D /trunk/src/gnuwin32/unicode/INSTALL

remove support for 9x
------------------------------------------------------------------------
r43331 | ripley | 2007-11-03 03:23:57 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/extra.c
   M /trunk/src/gnuwin32/rhome.c

move getDLLVersion
------------------------------------------------------------------------
r43332 | ripley | 2007-11-03 03:52:18 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/Makefile
   M /trunk/src/gnuwin32/fixed/bin/INSTALL

tweak for cross-compiling
------------------------------------------------------------------------
r43333 | ripley | 2007-11-03 03:57:26 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/fixed/Makefile
   M /branches/R-2-6-branch/src/gnuwin32/fixed/bin/INSTALL

port part of r43332 from trunk
------------------------------------------------------------------------
r43334 | hornik | 2007-11-03 15:16:21 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/QC.R
   M /trunk/src/library/tools/R/admin.R
   M /trunk/src/library/tools/R/utils.R

Try using collation information in .source_assignments_in_code_dir().
------------------------------------------------------------------------
r43335 | hornik | 2007-11-03 15:45:37 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43336 | hornik | 2007-11-03 15:45:40 -0400 (Sat, 03 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43337 | ripley | 2007-11-04 03:52:07 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rhome.c

tidy up
------------------------------------------------------------------------
r43338 | ripley | 2007-11-04 03:52:43 -0500 (Sun, 04 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/connections.Rd
   M /trunk/src/library/base/man/gzcon.Rd
   M /trunk/src/library/stats/man/TDist.Rd

clarifications.  Better example for gzcon.

------------------------------------------------------------------------
r43339 | ripley | 2007-11-04 03:53:56 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/connections.Rd
   M /branches/R-2-6-branch/src/library/base/man/gzcon.Rd
   M /branches/R-2-6-branch/src/library/stats/man/TDist.Rd

port r43338 from trunk
------------------------------------------------------------------------
r43340 | ripley | 2007-11-04 05:37:01 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

warning about mixing compilers
------------------------------------------------------------------------
r43341 | ripley | 2007-11-04 05:45:22 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/MkRules

remove traces of unicows
------------------------------------------------------------------------
r43342 | ripley | 2007-11-04 05:45:53 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

remove mention of gcc 3.4.5 compilers on Windows
------------------------------------------------------------------------
r43343 | ripley | 2007-11-04 07:11:22 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/extra/bzip2/Makefile.in
   M /trunk/src/extra/bzip2/Makefile.win
   A /trunk/src/extra/bzip2/bzcompress.c (from /trunk/src/extra/bzip2/compress.c:43336)
   D /trunk/src/extra/bzip2/compress.c

avoid name clash for future libR.a
------------------------------------------------------------------------
r43344 | ripley | 2007-11-04 07:11:41 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/main/main.c

force in xxxpr.o
------------------------------------------------------------------------
r43345 | ripley | 2007-11-04 09:37:00 -0500 (Sun, 04 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/main/Makefile.in

typo
R_XTRA_LIBS might be -ldld, so cannot be a dependency

------------------------------------------------------------------------
r43346 | ripley | 2007-11-04 09:39:11 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/main/Makefile.in

port r43345 from trunk
------------------------------------------------------------------------
r43347 | ripley | 2007-11-04 10:44:48 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/appl/Makefile.in
   M /trunk/src/main/Makefile.in
   M /trunk/src/nmath/Makefile.in
   M /trunk/src/unix/Makefile.in

build non-shlib R.bin via libR.a
------------------------------------------------------------------------
r43348 | ripley | 2007-11-04 10:53:19 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.in

build non-shlib R.bin via libR.a
------------------------------------------------------------------------
r43349 | hornik | 2007-11-04 12:51:48 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/share/licenses/license.db

Add CPL; OSF => OSI.
------------------------------------------------------------------------
r43350 | hornik | 2007-11-04 12:51:56 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/license.R

Update white list, mostly.
------------------------------------------------------------------------
r43351 | duncan | 2007-11-04 16:17:45 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

typo fix
------------------------------------------------------------------------
r43352 | ripley | 2007-11-04 17:42:33 -0500 (Sun, 04 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/etc/Makeconf.in
   M /trunk/src/main/Makefile.in
   M /trunk/src/scripts/config

add --enable-R-static-lib
------------------------------------------------------------------------
r43353 | ripley | 2007-11-05 03:50:07 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/etc/Makeconf.in
   M /trunk/src/main/Makefile.in

arrange to strip static libs if possible
------------------------------------------------------------------------
r43354 | ripley | 2007-11-05 05:52:56 -0500 (Mon, 05 Nov 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update, mainly for libR.a

------------------------------------------------------------------------
r43355 | ripley | 2007-11-05 05:59:13 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/gnuwin32/fixed/bin/INSTALL

port part of r45534 from trunk
------------------------------------------------------------------------
r43356 | ripley | 2007-11-05 06:01:34 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/fixed/bin/INSTALL

revert back to r43354, as change needed SaveImage removed
------------------------------------------------------------------------
r43357 | ripley | 2007-11-05 06:13:33 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/embeddedR.c

remove unused declaration
------------------------------------------------------------------------
r43358 | ripley | 2007-11-05 08:47:34 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

more on when quoting is needed
------------------------------------------------------------------------
r43359 | ripley | 2007-11-05 08:49:24 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

port r43358 from trunk
------------------------------------------------------------------------
r43360 | ripley | 2007-11-05 10:46:33 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/unix/Makefile.in
   M /trunk/src/unix/libR.pc.in

add static libR to the knowledge of the libR.pc file
------------------------------------------------------------------------
r43361 | ripley | 2007-11-05 11:05:35 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

re-order for c89 compliance
------------------------------------------------------------------------
r43362 | ripley | 2007-11-05 12:15:19 -0500 (Mon, 05 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/unix/Makefile.in
   M /trunk/src/unix/libR.pc.in

more on pkg-config for R as static library
------------------------------------------------------------------------
r43363 | ripley | 2007-11-06 02:10:20 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

update
------------------------------------------------------------------------
r43364 | ripley | 2007-11-06 02:11:41 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-intro.texi

port r43363 from trunk
------------------------------------------------------------------------
r43365 | ripley | 2007-11-06 02:24:39 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

typo
------------------------------------------------------------------------
r43366 | ripley | 2007-11-06 02:46:09 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/tapply.Rd

clarifications
------------------------------------------------------------------------
r43367 | ripley | 2007-11-06 02:47:20 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-intro.texi
   M /branches/R-2-6-branch/src/library/base/man/tapply.Rd

port r43366 from trunk
------------------------------------------------------------------------
r43368 | ripley | 2007-11-06 03:23:55 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update HP-UX section
------------------------------------------------------------------------
r43369 | ripley | 2007-11-06 03:24:59 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r433368 from trunk
------------------------------------------------------------------------
r43370 | ripley | 2007-11-06 04:21:49 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile

remove -Wall from Fortran
------------------------------------------------------------------------
r43371 | ripley | 2007-11-06 11:49:33 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd

add example on resources
------------------------------------------------------------------------
r43372 | ripley | 2007-11-06 11:51:02 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11.Rd

port r43371 from trunk
------------------------------------------------------------------------
r43373 | ripley | 2007-11-06 13:11:32 -0500 (Tue, 06 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tcltk/src/tcltk_win.c

add re-entrancy lock to Windows tcltk

------------------------------------------------------------------------
r43374 | luke | 2007-11-06 14:58:36 -0500 (Tue, 06 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/nmath/polygamma.c

Dropped setting of errno in the non-standalone case to simplify
checking for thread safety.

------------------------------------------------------------------------
r43375 | luke | 2007-11-06 15:48:49 -0500 (Tue, 06 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/include/Rmath.h0.in
   M /trunk/src/nmath/choose.c
   M /trunk/src/nmath/lgamma.c

Removed global variable R_signgam and replaced it with function
lgammafn_sign that allows the sign to be returned through a pointer.

------------------------------------------------------------------------
r43376 | ripley | 2007-11-06 16:45:23 -0500 (Tue, 06 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd

typos
------------------------------------------------------------------------
r43377 | ripley | 2007-11-07 03:10:25 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/library/base/man/sort.Rd

typo and clarifications
------------------------------------------------------------------------
r43378 | ripley | 2007-11-07 03:11:19 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extract.Rd
   M /branches/R-2-6-branch/src/library/base/man/sort.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11.Rd

port r43376 and r43377 from trunk
------------------------------------------------------------------------
r43379 | ripley | 2007-11-07 03:16:22 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extract.Rd

typo
------------------------------------------------------------------------
r43380 | ripley | 2007-11-07 04:44:21 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/configure
   M /trunk/etc/Makeconf.in
   M /trunk/m4/gettext.m4
   M /trunk/src/main/Makefile.in

change @LIBINTL@ to exclude local static lib
------------------------------------------------------------------------
r43381 | ripley | 2007-11-07 04:46:34 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /trunk/etc/Makeconf.in

change @LIBINTL@ to exclude local static lib
------------------------------------------------------------------------
r43382 | ripley | 2007-11-07 04:47:55 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

update
------------------------------------------------------------------------
r43383 | ripley | 2007-11-07 05:17:51 -0500 (Wed, 07 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Extract.Rd

clarifications on character indices, update for [[exact=TRUE]]

------------------------------------------------------------------------
r43384 | ripley | 2007-11-07 05:45:49 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extract.Rd

partial port of r43383
------------------------------------------------------------------------
r43385 | ripley | 2007-11-07 13:54:51 -0500 (Wed, 07 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd

add ref to X(7) man page (which Fedora is lacking but real X11 has).

------------------------------------------------------------------------
r43386 | ripley | 2007-11-07 13:56:16 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11.Rd

port r43385 from trunk
------------------------------------------------------------------------
r43387 | urbaneks | 2007-11-07 14:44:11 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure.ac

port 43100 from trunk
------------------------------------------------------------------------
r43388 | urbaneks | 2007-11-07 17:39:20 -0500 (Wed, 07 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

update configure to reflect changes from r43387
------------------------------------------------------------------------
r43389 | ripley | 2007-11-08 03:09:59 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Extract.Rd
   M /trunk/src/main/subscript.c
   M /trunk/tests/reg-tests-1.R

fix bug that [[""]] worked
------------------------------------------------------------------------
r43390 | ripley | 2007-11-08 03:52:52 -0500 (Thu, 08 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/include/Makefile.win

compute the version at install time.

------------------------------------------------------------------------
r43391 | ripley | 2007-11-08 04:19:10 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/dataframe.R

exclude empty char indices
------------------------------------------------------------------------
r43392 | ripley | 2007-11-08 04:36:41 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd

typo
------------------------------------------------------------------------
r43393 | ripley | 2007-11-08 04:38:11 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11.Rd

port typo fix from trunk
------------------------------------------------------------------------
r43394 | hornik | 2007-11-08 04:47:56 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43395 | hornik | 2007-11-08 04:47:58 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43396 | ripley | 2007-11-08 06:14:22 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd

typo
------------------------------------------------------------------------
r43397 | ripley | 2007-11-08 06:15:07 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11.Rd

typo
------------------------------------------------------------------------
r43398 | maechler | 2007-11-08 12:46:33 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

dpois() test no longer uses a denormalized number
------------------------------------------------------------------------
r43399 | maechler | 2007-11-08 12:49:58 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/d-p-q-r-tests.R
   M /branches/R-2-6-branch/tests/d-p-q-r-tests.Rout.save

ported r43398 [replace denormalized number] from trunk
------------------------------------------------------------------------
r43400 | urbaneks | 2007-11-08 15:05:50 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/src/devQuartz.c

don't build Quartz in 64-bit (for now), R-devel is needed for that
------------------------------------------------------------------------
r43401 | murdoch | 2007-11-08 21:27:01 -0500 (Thu, 08 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/NAMESPACE
   M /trunk/src/library/graphics/R/stripchart.R
   M /trunk/src/library/graphics/man/stripchart.Rd

Modernize stripchart:  make it generic, allow ... args.
------------------------------------------------------------------------
r43402 | ripley | 2007-11-09 02:41:07 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/unix/aqua.c

don't lose const, add comment
------------------------------------------------------------------------
r43403 | ripley | 2007-11-09 08:25:07 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide

can't hide decorated entry points
------------------------------------------------------------------------
r43404 | ripley | 2007-11-09 08:25:30 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/README.packages

pexports seems to work these days
------------------------------------------------------------------------
r43405 | ripley | 2007-11-09 08:26:28 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

revert fom now
------------------------------------------------------------------------
r43406 | ripley | 2007-11-09 08:33:37 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/config64.h

update
------------------------------------------------------------------------
r43407 | ripley | 2007-11-09 08:34:20 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/README.packages
   M /branches/R-2-6-branch/src/gnuwin32/fixed/h/config.h
   M /branches/R-2-6-branch/src/gnuwin32/fixed/h/config64.h
   M /branches/R-2-6-branch/src/include/Makefile.win

port r43390, r43404, r43406 from trunk
------------------------------------------------------------------------
r43408 | ripley | 2007-11-09 08:46:00 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/include/Makefile.win

tidy up dependencies a bit
------------------------------------------------------------------------
r43409 | ripley | 2007-11-09 14:02:35 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tcltk/man/tclServiceMode.Rd
   M /trunk/src/library/tcltk/src/tcltk.c

allow tclServiceMode() to work on Unix-alikes
------------------------------------------------------------------------
r43410 | murdoch | 2007-11-09 15:12:28 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/editor.c

Buffer overrun in PR#10402 fixed.
------------------------------------------------------------------------
r43411 | murdoch | 2007-11-09 15:30:56 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/gnuwin32/editor.c

Port of r43410 from trunk (less i18n change)
------------------------------------------------------------------------
r43412 | urbaneks | 2007-11-09 15:49:42 -0500 (Fri, 09 Nov 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

clean up some darwin8-specific linker flags
------------------------------------------------------------------------
r43413 | ripley | 2007-11-10 02:59:18 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/demo/tkcanvas.R
   M /trunk/src/library/tcltk/demo/tkdensity.R
   M /trunk/src/library/tcltk/man/tclServiceMode.Rd

use tclServiceMode in examples
------------------------------------------------------------------------
r43414 | ripley | 2007-11-10 03:07:48 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R
   M /trunk/src/library/tcltk/R/utils.R

more use of tclServiceMode
------------------------------------------------------------------------
r43415 | ripley | 2007-11-10 04:19:52 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R

update demos
------------------------------------------------------------------------
r43416 | ripley | 2007-11-10 04:20:57 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/tcltk/R/tkGUI.R

port r43415 from trunk
------------------------------------------------------------------------
r43417 | ripley | 2007-11-10 04:21:48 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/src/Makefile.in
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tcltk/src/tcltk.h
   A /trunk/src/library/tcltk/src/tcltk_unix.c (from /trunk/src/library/tcltk/src/tcltk.c:43414)

separate out Unix-specific code to new file
------------------------------------------------------------------------
r43418 | ripley | 2007-11-10 04:39:12 -0500 (Sat, 10 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/library/tcltk/src/Makevars.win
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tcltk/src/tcltk.h
   M /trunk/src/library/tcltk/src/tcltk_unix.c
   M /trunk/src/library/tcltk/src/tcltk_win.c

adjust Windows make for tcltk_unix.c
add long-missing copyright notices

------------------------------------------------------------------------
r43419 | ripley | 2007-11-10 04:46:01 -0500 (Sat, 10 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/tcltk/src/tcltk.c
   M /branches/R-2-6-branch/src/library/tcltk/src/tcltk.h
   M /branches/R-2-6-branch/src/library/tcltk/src/tcltk_win.c

add missing copyright headers
------------------------------------------------------------------------
r43420 | ripley | 2007-11-10 05:35:17 -0500 (Sat, 10 Nov 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/m4/R.m4
   M /trunk/src/library/tcltk/src/init.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tcltk/src/tcltk.h
   M /trunk/src/library/tcltk/src/tcltk_unix.c

Tcl 8.0 dates from 1997, so require 8.3 (from 2000) and simplify the code

------------------------------------------------------------------------
r43421 | ripley | 2007-11-11 04:01:01 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/tcltk/src/tcltk.c

port tclServiceMode patch from trunk
------------------------------------------------------------------------
r43422 | ripley | 2007-11-11 04:04:46 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tcltk/src/tcltk.c

ported tclServiceMode path to 2.6.x, remove old comment
------------------------------------------------------------------------
r43423 | ripley | 2007-11-11 04:19:48 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update for tcl >= 8.3
------------------------------------------------------------------------
r43424 | ripley | 2007-11-11 04:20:19 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/include/Makefile.win

tweak dependencies
------------------------------------------------------------------------
r43425 | ripley | 2007-11-11 04:21:13 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/Makefile
   D /trunk/src/gnuwin32/devWindows.h
   M /trunk/src/library/grDevices/src/Makevars.win
   A /trunk/src/library/grDevices/src/devWindows.h (from /trunk/src/gnuwin32/devWindows.h:43401)

move devWindows.h, use file-specific -I flags
------------------------------------------------------------------------
r43426 | ripley | 2007-11-11 07:17:26 -0500 (Sun, 11 Nov 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tcltk/src/tcltk.h
   M /trunk/src/library/tcltk/src/tcltk_unix.c
   M /trunk/src/library/tcltk/src/tcltk_win.c

now we require tcl >= 8.3 we always have UTF-8 support in tcl.
Windows does not need a re-entrancy guard: Tcl_ServiceAll contains one.

------------------------------------------------------------------------
r43427 | ripley | 2007-11-11 08:34:43 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/src/Makevars.win

tidy up for *.d
------------------------------------------------------------------------
r43428 | ripley | 2007-11-11 09:14:45 -0500 (Sun, 11 Nov 2007) | 6 lines
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi
   M /trunk/src/library/tcltk/R/tclsearch.R
   M /trunk/src/library/tcltk/R/windows/zzz.R
   M /trunk/src/library/tcltk/src/init.c
   M /trunk/src/library/tcltk/src/tcltk.c
   M /trunk/src/library/tcltk/src/tcltk_win.c

Tidy up tcltk initialization, especially under Windows
TCL_LIBRARY is not needed (and really should be use / for paths)
addTclPath needs to work in Unix-style paths
Try a bit harder to shut Tcl down when unloading namespace:
  unloading the DLL still does not work.

------------------------------------------------------------------------
r43429 | ripley | 2007-11-11 09:25:09 -0500 (Sun, 11 Nov 2007) | 2 lines
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/rw-FAQ.texi

port parts of r43428 from trunk

------------------------------------------------------------------------
r43430 | ripley | 2007-11-11 09:43:43 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/main/plotmath.c

silence some warnings from gcc 4.3.0
------------------------------------------------------------------------
r43431 | ripley | 2007-11-11 09:46:51 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/system.c

weak for mingw64
------------------------------------------------------------------------
r43432 | ripley | 2007-11-11 10:50:59 -0500 (Sun, 11 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/unix/zzz.R
   M /trunk/src/library/tcltk/src/tcltk_unix.c

tidy up a bit, be more cautious
------------------------------------------------------------------------
r43433 | ripley | 2007-11-12 04:19:39 -0500 (Mon, 12 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/ansari.test.Rd
   M /trunk/src/library/stats/man/binom.test.Rd
   M /trunk/src/library/stats/man/cor.test.Rd
   M /trunk/src/library/stats/man/friedman.test.Rd
   M /trunk/src/library/stats/man/kruskal.test.Rd
   M /trunk/src/library/stats/man/wilcox.test.Rd

correct title of Hollander-Wolfe

------------------------------------------------------------------------
r43434 | ripley | 2007-11-12 04:21:46 -0500 (Mon, 12 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/ansari.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/binom.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/cor.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/friedman.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/kruskal.test.Rd
   M /branches/R-2-6-branch/src/library/stats/man/wilcox.test.Rd

port r43433 from trunk
------------------------------------------------------------------------
r43435 | ripley | 2007-11-13 07:44:51 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/source.Rd

clarification of truncation
------------------------------------------------------------------------
r43436 | ripley | 2007-11-13 07:46:12 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/source.Rd

port r43435 from trunk
------------------------------------------------------------------------
r43437 | ripley | 2007-11-13 13:32:51 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/NAMESPACE

simplify by using a pattern
------------------------------------------------------------------------
r43438 | ripley | 2007-11-13 14:09:44 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/class.Rd

integer vectors have implicit class "integer"
------------------------------------------------------------------------
r43439 | ripley | 2007-11-13 14:15:49 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/class.Rd

port r43438 from trunk
------------------------------------------------------------------------
r43440 | ripley | 2007-11-13 17:42:46 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/AsIs.Rd
   M /trunk/src/library/base/man/data.frame.Rd

add more on i() and matrices
------------------------------------------------------------------------
r43441 | ripley | 2007-11-13 17:44:16 -0500 (Tue, 13 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/AsIs.Rd
   M /branches/R-2-6-branch/src/library/base/man/data.frame.Rd

port r43440 from trunk
------------------------------------------------------------------------
r43442 | ripley | 2007-11-14 03:28:58 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/methods/R/BasicClasses.R

remove "single" S4 pseudo-class
------------------------------------------------------------------------
r43443 | ripley | 2007-11-14 04:08:32 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/packages.R
   M /trunk/src/library/utils/man/update.packages.Rd

teach new.packages about gnomeGUI
------------------------------------------------------------------------
r43444 | ripley | 2007-11-14 04:16:18 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/packages.R

teach new.packages about gnomeGUI
------------------------------------------------------------------------
r43445 | ripley | 2007-11-14 04:47:58 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/double.Rd
   M /trunk/src/library/base/man/numeric.Rd
   M /trunk/src/library/base/man/real.Rd

add comments about numeric as an S4 class
------------------------------------------------------------------------
r43446 | ripley | 2007-11-14 04:52:46 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/double.Rd
   M /branches/R-2-6-branch/src/library/base/man/numeric.Rd
   M /branches/R-2-6-branch/src/library/base/man/real.Rd

port r43445 from trunk
------------------------------------------------------------------------
r43447 | ripley | 2007-11-14 12:30:31 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/update.packages.Rd

more on local repositories
------------------------------------------------------------------------
r43448 | ripley | 2007-11-14 12:32:00 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/update.packages.Rd

port r43447 from trunk
------------------------------------------------------------------------
r43449 | jmc | 2007-11-14 12:35:42 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/RClassUtils.R

fix .asEnvironmentPackage to find namespace instead of dying
------------------------------------------------------------------------
r43450 | ripley | 2007-11-14 12:55:18 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/numeric.Rd

typo
------------------------------------------------------------------------
r43451 | ripley | 2007-11-14 12:56:25 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/numeric.Rd

port r43450 from trunk
------------------------------------------------------------------------
r43452 | ripley | 2007-11-14 15:33:54 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/man/download.file.Rd
   M /trunk/src/modules/internet/internet.c

make use of HTTPUserAgent in url()
------------------------------------------------------------------------
r43453 | ripley | 2007-11-14 16:11:20 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/utils/man/download.file.Rd
   M /branches/R-2-6-branch/src/modules/internet/internet.c

port r43452 from trunk
------------------------------------------------------------------------
r43454 | ripley | 2007-11-14 16:14:27 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS

match R-patched
------------------------------------------------------------------------
r43455 | jmc | 2007-11-14 17:19:39 -0500 (Wed, 14 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/methods/R/RClassUtils.R

ported bug fix in .asEnvironmentPackage from revision 43449
------------------------------------------------------------------------
r43456 | ripley | 2007-11-15 02:34:04 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/help.Rd

add comment about non-linked HTML
------------------------------------------------------------------------
r43457 | ripley | 2007-11-15 02:40:44 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/help.Rd

port r43456 from trunk
------------------------------------------------------------------------
r43458 | ripley | 2007-11-15 03:36:24 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/man/help.start.Rd
   M /trunk/src/library/utils/man/unix/make.packages.html.Rd

enhance make.packages.html
------------------------------------------------------------------------
r43459 | ripley | 2007-11-15 04:19:16 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/help.start.Rd

better markup
------------------------------------------------------------------------
r43460 | ripley | 2007-11-15 04:39:02 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/man/unix/make.packages.html.Rd

speed up make.packages.html
------------------------------------------------------------------------
r43461 | ripley | 2007-11-15 04:42:49 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/help.start.Rd

port tweaks from trunk
------------------------------------------------------------------------
r43462 | ripley | 2007-11-15 04:43:41 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/tcltk/R/tclsearch.R
   M /branches/R-2-6-branch/src/library/tcltk/R/windows/zzz.R

port clarifications from trunk
------------------------------------------------------------------------
r43463 | ripley | 2007-11-15 08:29:32 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/unix/help.start.R

faster version
------------------------------------------------------------------------
r43464 | urbaneks | 2007-11-15 11:27:17 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/MakePkg
   M /trunk/src/scripts/INSTALL.in

install NEWS from source packages if present
------------------------------------------------------------------------
r43465 | ripley | 2007-11-15 12:07:25 -0500 (Thu, 15 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/R/unix/help.R
   M /trunk/src/library/utils/man/help.Rd

don't warn about really unlikely events
------------------------------------------------------------------------
r43466 | ripley | 2007-11-16 05:23:21 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/include/Internal.h
   M /trunk/src/library/base/R/files.R
   M /trunk/src/library/base/R/paste.R
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/main/names.c
   M /trunk/src/main/paste.c

take paste and file.path completely internal
------------------------------------------------------------------------
r43467 | ripley | 2007-11-16 06:46:50 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/help.search.R
   M /trunk/src/library/utils/R/indices.R

speed up packageDescription and help.search
------------------------------------------------------------------------
r43468 | pd | 2007-11-16 09:38:10 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

go to 2.6.1 RC
------------------------------------------------------------------------
r43469 | urbaneks | 2007-11-16 09:42:29 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in

add Libraries to the framework
------------------------------------------------------------------------
r43470 | urbaneks | 2007-11-16 10:39:00 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac

fix a typo in Darwin config and honor MACOSX_DEPLOYMENT_TARGET
------------------------------------------------------------------------
r43471 | pd | 2007-11-16 12:24:35 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

maintainer-mode changes
------------------------------------------------------------------------
r43472 | ripley | 2007-11-16 13:37:01 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/help.search.Rd

add comment
------------------------------------------------------------------------
r43473 | ripley | 2007-11-16 13:37:24 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/Rd.R

incorrect regexp
------------------------------------------------------------------------
r43474 | ripley | 2007-11-16 13:38:45 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/help.search.Rd

port r43472 from trunk
------------------------------------------------------------------------
r43475 | ripley | 2007-11-16 13:40:28 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in
   M /trunk/src/library/Recommended/Makefile.in
   M /trunk/src/library/base/Makefile.in
   M /trunk/src/library/datasets/Makefile.in
   M /trunk/src/library/grDevices/Makefile.in
   M /trunk/src/library/graphics/Makefile.in
   M /trunk/src/library/grid/Makefile.in
   M /trunk/src/library/methods/Makefile.in
   M /trunk/src/library/profile/Makefile.in
   M /trunk/src/library/splines/Makefile.in
   M /trunk/src/library/stats/Makefile.in
   M /trunk/src/library/stats4/Makefile.in
   M /trunk/src/library/tcltk/Makefile.in
   M /trunk/src/library/tools/Makefile.in
   M /trunk/src/library/utils/Makefile.in

start using $(ECHO)
------------------------------------------------------------------------
r43476 | ripley | 2007-11-16 14:14:35 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/tools/R/Rd.R

port r43473 from trunk
------------------------------------------------------------------------
r43477 | ripley | 2007-11-16 15:04:21 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/man/undoc.Rd

typos, update
------------------------------------------------------------------------
r43478 | ripley | 2007-11-16 15:05:43 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/tools/man/undoc.Rd

port r43477 from trunk
------------------------------------------------------------------------
r43479 | urbaneks | 2007-11-16 15:37:09 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac

force SHELL=/bin/bash on Leopard if /bin/sh is broken
------------------------------------------------------------------------
r43480 | urbaneks | 2007-11-16 15:39:54 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/configure
   M /trunk/configure.ac

back out the last Leopard fix to be replaced with a better one
------------------------------------------------------------------------
r43481 | ripley | 2007-11-16 15:52:12 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/tests/internet.Rout.save

update
------------------------------------------------------------------------
r43482 | ripley | 2007-11-16 16:24:26 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makefile.in
   M /trunk/doc/Makefile.in
   M /trunk/doc/html/Makefile.in
   M /trunk/doc/html/search/Makefile.in
   M /trunk/doc/manual/Makefile.in
   M /trunk/etc/Makeconf.in
   M /trunk/etc/Makefile.in
   M /trunk/share/Makefile.in
   M /trunk/src/extra/intl/Makefile.in
   M /trunk/src/include/Makefile.in
   M /trunk/src/library/Makefile.in
   M /trunk/src/main/Makefile.in
   M /trunk/src/nmath/standalone/Makefile.in
   M /trunk/src/scripts/Makefile.in
   M /trunk/tests/Examples/Makefile.in
   M /trunk/tests/Makefile.in

more use of $(ECHO)
------------------------------------------------------------------------
r43483 | urbaneks | 2007-11-16 17:21:15 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/configure.ac

force SHELL=/bin/bash on Leopard if /bin/sh is broken
------------------------------------------------------------------------
r43484 | ripley | 2007-11-17 01:36:31 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/Makefile.in
   M /trunk/src/library/base/Makefile.in
   M /trunk/src/library/datasets/Makefile.in
   A /trunk/src/library/eof_file
   M /trunk/src/library/grDevices/Makefile.in
   M /trunk/src/library/graphics/Makefile.in
   M /trunk/src/library/grid/Makefile.in
   M /trunk/src/library/methods/Makefile.in
   M /trunk/src/library/splines/Makefile.in
   M /trunk/src/library/stats/Makefile.in
   M /trunk/src/library/stats4/Makefile.in
   M /trunk/src/library/tcltk/Makefile.in
   M /trunk/src/library/tools/Makefile.in
   M /trunk/src/library/utils/Makefile.in

avoid using \ with echo
------------------------------------------------------------------------
r43485 | ripley | 2007-11-17 01:39:10 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/etc/Makeconf

add ECHO
------------------------------------------------------------------------
r43486 | ripley | 2007-11-17 02:06:20 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/Makeconf.in

remove comment
------------------------------------------------------------------------
r43487 | ripley | 2007-11-17 03:14:57 -0500 (Sat, 17 Nov 2007) | 4 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi

spell 'Mac OS' consistently.
update on BLAS.
add note on building Mac GUI and 64-bit builds.

------------------------------------------------------------------------
r43488 | ripley | 2007-11-17 03:26:48 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43487 from trunk
------------------------------------------------------------------------
r43489 | ripley | 2007-11-17 03:31:33 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

change comment
------------------------------------------------------------------------
r43490 | ripley | 2007-11-17 03:38:18 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

tweaks
------------------------------------------------------------------------
r43491 | hornik | 2007-11-17 07:41:10 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43492 | hornik | 2007-11-17 07:41:12 -0500 (Sat, 17 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43493 | ripley | 2007-11-18 03:56:23 -0500 (Sun, 18 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

update
------------------------------------------------------------------------
r43494 | ripley | 2007-11-18 06:02:56 -0500 (Sun, 18 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

Leopard comments
------------------------------------------------------------------------
r43495 | ripley | 2007-11-18 06:04:30 -0500 (Sun, 18 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS

match R-2-6-branch
------------------------------------------------------------------------
r43496 | ripley | 2007-11-18 06:04:48 -0500 (Sun, 18 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

match trunk
------------------------------------------------------------------------
r43497 | pd | 2007-11-18 16:20:11 -0500 (Sun, 18 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/configure

PD version of configure
------------------------------------------------------------------------
r43498 | ripley | 2007-11-19 10:57:34 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/deparse.c
   M /trunk/src/main/print.c

fix from PR#10437
------------------------------------------------------------------------
r43499 | ripley | 2007-11-19 11:07:13 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/deparse.c
   M /branches/R-2-6-branch/src/main/print.c

port r43498 from trunk
------------------------------------------------------------------------
r43500 | ripley | 2007-11-19 11:27:13 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/scripts/INSTALL.in
   M /trunk/src/scripts/check.in

cope with spaces in file paths in INSTALL and check
------------------------------------------------------------------------
r43501 | ripley | 2007-11-19 13:13:30 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/scripts/INSTALL.in
   M /branches/R-2-6-branch/src/scripts/check.in

port r43500 from trunk
------------------------------------------------------------------------
r43502 | ripley | 2007-11-19 19:57:42 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

more on NEWS files
------------------------------------------------------------------------
r43503 | ripley | 2007-11-19 20:02:47 -0500 (Mon, 19 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

clean up some historical comments
------------------------------------------------------------------------
r43504 | ripley | 2007-11-20 03:09:48 -0500 (Tue, 20 Nov 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/library/grDevices/man/postscript.Rd

mntion how to get hyphen in a UTF-8 locale, and more on Mac OS locales

------------------------------------------------------------------------
r43505 | ripley | 2007-11-20 03:12:14 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/library/grDevices/man/postscript.Rd

port r43504 from trunk
------------------------------------------------------------------------
r43506 | ripley | 2007-11-20 03:12:58 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi

tweaks
------------------------------------------------------------------------
r43507 | ripley | 2007-11-20 03:13:23 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R

tweaks
------------------------------------------------------------------------
r43508 | ripley | 2007-11-20 03:29:13 -0500 (Tue, 20 Nov 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/device.R

use dev.displaylist in dev.copy2eps
update to match R-2-6-branch

------------------------------------------------------------------------
r43509 | ripley | 2007-11-20 04:30:36 -0500 (Tue, 20 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/zpackages.Rd
   M /trunk/src/library/tools/R/utils.R

.packages() gives versioned names

------------------------------------------------------------------------
r43510 | ripley | 2007-11-20 04:32:20 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/zpackages.Rd

port documentation part of r43509 from trunk
------------------------------------------------------------------------
r43511 | hornik | 2007-11-20 06:19:35 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43512 | hornik | 2007-11-20 06:19:37 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43513 | ripley | 2007-11-20 09:28:55 -0500 (Tue, 20 Nov 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/m4/libtool.m4
   M /trunk/tools/config.guess
   M /trunk/tools/config.sub
   M /trunk/tools/ltmain.sh

update libtool to 1.5.24, update config.{guess,sub} from CVS
------------------------------------------------------------------------
r43514 | ripley | 2007-11-21 08:43:53 -0500 (Wed, 21 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/rle.Rd
   M /trunk/src/library/base/man/unique.Rd

documentation improvements
------------------------------------------------------------------------
r43515 | ripley | 2007-11-21 08:46:49 -0500 (Wed, 21 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/rle.Rd
   M /branches/R-2-6-branch/src/library/base/man/unique.Rd

port r43514 from trunk
------------------------------------------------------------------------
r43516 | ripley | 2007-11-21 09:00:05 -0500 (Wed, 21 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/rle.R
   M /trunk/src/library/base/man/rle.Rd
   M /trunk/src/library/base/man/unique.Rd

rle needs an atomic vector, so improve error message.
document what happens with missing values (where rle and unique do differ)

------------------------------------------------------------------------
r43517 | hornik | 2007-11-21 15:15:06 -0500 (Wed, 21 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/textconnections.Rd

Typo.

------------------------------------------------------------------------
r43518 | ripley | 2007-11-22 02:37:40 -0500 (Thu, 22 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

update version no
------------------------------------------------------------------------
r43519 | ripley | 2007-11-22 02:48:45 -0500 (Thu, 22 Nov 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/spectrum.R

change frequency unit for spec.ar

------------------------------------------------------------------------
r43520 | leisch | 2007-11-22 03:02:52 -0500 (Thu, 22 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

mirror in mexico
------------------------------------------------------------------------
r43521 | maechler | 2007-11-22 05:37:46 -0500 (Thu, 22 Nov 2007) | 4 lines
Changed paths:
   M /trunk/src/library/grDevices/R/postscript.R

system(): don't use explicit 'internal = TRUE' : 
	  It is default anyway, but now gives an unnecessary warning on 
	  non-windows

------------------------------------------------------------------------
r43522 | maechler | 2007-11-22 05:39:27 -0500 (Thu, 22 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/R/postscript.R

ported r43521 [system() in embedFonts()] from trunk
------------------------------------------------------------------------
r43523 | murdoch | 2007-11-22 21:59:19 -0500 (Thu, 22 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/nmath/choose.c
   M /trunk/tests/reg-tests-1.R

Fix choose(n,k) for negative n.
------------------------------------------------------------------------
r43524 | murdoch | 2007-11-23 06:56:45 -0500 (Fri, 23 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/nmath/choose.c

Port r43523 from trunk (choose(n,k) bug), less regression test
------------------------------------------------------------------------
r43525 | maechler | 2007-11-24 08:55:38 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/SSasympOff.Rd

example "fix"; see also
------------------------------------------------------------------------
r43526 | maechler | 2007-11-24 08:56:33 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/ts.R
   M /trunk/tests/reg-plot.R
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-plot.ps.save

plot.ts(x,y) label fix
------------------------------------------------------------------------
r43527 | maechler | 2007-11-24 08:59:28 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/ts.R

ported r43526 [plot.ts(x,y) labels] from trunk
------------------------------------------------------------------------
r43528 | pd | 2007-11-24 13:34:31 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/html/search/IndexEntry.class
   M /branches/R-2-6-branch/doc/html/search/IndexStream.class
   M /branches/R-2-6-branch/doc/html/search/IndexTable.class
   M /branches/R-2-6-branch/doc/html/search/SearchEngine.class
   M /branches/R-2-6-branch/doc/html/search/Tracer.class
   M /branches/R-2-6-branch/doc/html/search/Value.class
   M /branches/R-2-6-branch/src/library/stats/R/reshape.R

reshape sort order booboo
------------------------------------------------------------------------
r43529 | pd | 2007-11-24 13:34:49 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/reshape.R

reshape sort order booboo
------------------------------------------------------------------------
r43530 | maechler | 2007-11-24 17:44:02 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/ar.R
   M /trunk/src/library/stats/R/ar.burg.R
   M /trunk/src/library/stats/R/ar.mle.R
   M /trunk/src/library/stats/R/ar.ols.R
   M /trunk/src/library/stats/man/ar.Rd

ar(x) for length(x) <= 10 had a too large 'order.max' default
------------------------------------------------------------------------
r43531 | maechler | 2007-11-24 17:45:53 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/ar.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.burg.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.mle.R
   M /branches/R-2-6-branch/src/library/stats/R/ar.ols.R
   M /branches/R-2-6-branch/src/library/stats/man/ar.Rd

ported r43530 [ar(x) for very short x] from trunk
------------------------------------------------------------------------
r43532 | murdoch | 2007-11-24 18:11:38 -0500 (Sat, 24 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/R/stripchart.R
   M /trunk/src/library/graphics/man/stripchart.Rd

Support axes= and frame.plot= in stripchart.
------------------------------------------------------------------------
r43533 | ripley | 2007-11-25 09:04:11 -0500 (Sun, 25 Nov 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/gevents.c

fix PR#10453

------------------------------------------------------------------------
r43534 | ripley | 2007-11-25 09:05:47 -0500 (Sun, 25 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/gevents.c

port r43533 from trunk
------------------------------------------------------------------------
r43535 | hornik | 2007-11-26 05:04:55 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43536 | hornik | 2007-11-26 05:04:59 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43537 | pd | 2007-11-26 07:49:32 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

go to 2.6.1
------------------------------------------------------------------------
r43538 | pd | 2007-11-26 09:14:04 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   A /tags/R-2-6-1 (from /branches/R-2-6-branch:43537)

Tag version 2.6.1
------------------------------------------------------------------------
r43539 | pd | 2007-11-26 09:14:09 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/VERSION

setup for patched version
------------------------------------------------------------------------
r43540 | ripley | 2007-11-26 10:54:26 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/platform.c

fix for PR#10468
------------------------------------------------------------------------
r43541 | ripley | 2007-11-26 10:56:22 -0500 (Mon, 26 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/platform.c

port r43540 (fix for PR#10468) from trunk
------------------------------------------------------------------------
r43542 | ripley | 2007-11-27 08:32:26 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/quit.Rd

add some more details
------------------------------------------------------------------------
r43543 | ripley | 2007-11-27 08:34:11 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/quit.Rd

port r43542 from trunk
------------------------------------------------------------------------
r43544 | ripley | 2007-11-27 13:06:17 -0500 (Tue, 27 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/front-ends/R.c
   M /trunk/src/gnuwin32/front-ends/RSetReg.c
   M /trunk/src/gnuwin32/front-ends/rcmd.c
   M /trunk/src/gnuwin32/front-ends/rcmdfn.c
   M /trunk/src/gnuwin32/front-ends/rgui.c
   M /trunk/src/gnuwin32/front-ends/rproxy.c
   M /trunk/src/gnuwin32/front-ends/rpwd.c
   M /trunk/src/gnuwin32/front-ends/rterm.c

pass exact status code out from R.exe/Rcmd.exe
tidy up headers

------------------------------------------------------------------------
r43545 | ripley | 2007-11-27 16:37:30 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/README

update
------------------------------------------------------------------------
r43546 | ripley | 2007-11-27 16:42:28 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/README

update
------------------------------------------------------------------------
r43547 | ripley | 2007-11-28 02:29:37 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/quit.Rd

remove $
------------------------------------------------------------------------
r43548 | ripley | 2007-11-28 02:30:57 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/quit.Rd

port r43547 from trunk
------------------------------------------------------------------------
r43549 | ripley | 2007-11-28 03:55:47 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules

presume Rtools27
------------------------------------------------------------------------
r43550 | ripley | 2007-11-28 08:47:06 -0500 (Wed, 28 Nov 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/Extract.data.frame.Rd

add example on exact matching to row names.
update description of $.

------------------------------------------------------------------------
r43551 | ripley | 2007-11-28 08:50:01 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Extract.data.frame.Rd

port r43550 from trunk
------------------------------------------------------------------------
r43552 | pd | 2007-11-28 15:27:35 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/configure
   M /branches/R-2-6-branch/src/library/stats/R/nls-profile.R

x labels in plot.profile.nls
------------------------------------------------------------------------
r43553 | pd | 2007-11-28 15:27:38 -0500 (Wed, 28 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nls-profile.R

x labels in plot.profile.nls
------------------------------------------------------------------------
r43554 | ripley | 2007-11-29 04:56:14 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

update version
------------------------------------------------------------------------
r43555 | ripley | 2007-11-29 05:00:06 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES

update version
------------------------------------------------------------------------
r43556 | ripley | 2007-11-29 05:14:55 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/MkRules

remove legacy of ACML and unicows
------------------------------------------------------------------------
r43557 | hornik | 2007-11-29 06:14:50 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43558 | hornik | 2007-11-29 06:14:55 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43559 | maechler | 2007-11-29 11:19:09 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

get rid of texi warning (about "(" inside @var{})
------------------------------------------------------------------------
r43560 | maechler | 2007-11-29 11:52:19 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

ported r43559 [@var{}] from trunk
------------------------------------------------------------------------
r43561 | maechler | 2007-11-29 11:56:59 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/matrix.R
   M /trunk/src/library/base/man/colnames.Rd

colnames() for data frames no longer accesses row names
------------------------------------------------------------------------
r43562 | maechler | 2007-11-29 11:58:15 -0500 (Thu, 29 Nov 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/matrix.R
   M /branches/R-2-6-branch/src/library/base/man/colnames.Rd

ported r43561 [colnames(<data frame>)] from trunk
------------------------------------------------------------------------
r43563 | ripley | 2007-11-30 03:07:31 -0500 (Fri, 30 Nov 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/src/gnuwin32/MkRules

remove residual gcc3 support un Windows

------------------------------------------------------------------------
r43564 | maechler | 2007-11-30 05:06:55 -0500 (Fri, 30 Nov 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/eigen.Rd

append '(diagonal included)'  to  'lower triangle'

------------------------------------------------------------------------
r43565 | ripley | 2007-11-30 05:50:56 -0500 (Fri, 30 Nov 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

warning about some systems with gcc-4.3.0
------------------------------------------------------------------------
r43566 | murdoch | 2007-12-02 13:24:45 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/array.R

array() calculated total size before converting dim to integer.
------------------------------------------------------------------------
r43567 | ripley | 2007-12-02 14:27:57 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   A /branches/R-2-6-branch/src/library/methods/inst/po/de
   A /branches/R-2-6-branch/src/library/methods/inst/po/de/LC_MESSAGES
   A /branches/R-2-6-branch/src/library/methods/inst/po/de/LC_MESSAGES/R-methods.mo
   A /branches/R-2-6-branch/src/library/methods/inst/po/de/LC_MESSAGES/methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/en@quot/LC_MESSAGES/methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /branches/R-2-6-branch/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   A /branches/R-2-6-branch/src/library/methods/po/R-de.po
   M /branches/R-2-6-branch/src/library/methods/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/methods/po/R-fr.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ja.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ko.po
   M /branches/R-2-6-branch/src/library/methods/po/R-methods.pot
   M /branches/R-2-6-branch/src/library/methods/po/R-pt_BR.po
   M /branches/R-2-6-branch/src/library/methods/po/R-ru.po
   M /branches/R-2-6-branch/src/library/methods/po/R-zh_CN.po
   A /branches/R-2-6-branch/src/library/methods/po/de.po
   M /branches/R-2-6-branch/src/library/methods/po/en@quot.po

add de translations
------------------------------------------------------------------------
r43568 | ripley | 2007-12-02 14:28:19 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   A /trunk/src/library/methods/inst/po/de
   A /trunk/src/library/methods/inst/po/de/LC_MESSAGES
   A /trunk/src/library/methods/inst/po/de/LC_MESSAGES/R-methods.mo
   A /trunk/src/library/methods/inst/po/de/LC_MESSAGES/methods.mo
   M /trunk/src/library/methods/inst/po/en@quot/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/fr/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ja/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ko/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/pt_BR/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/ru/LC_MESSAGES/R-methods.mo
   M /trunk/src/library/methods/inst/po/zh_CN/LC_MESSAGES/R-methods.mo
   A /trunk/src/library/methods/po/R-de.po
   M /trunk/src/library/methods/po/R-en@quot.po
   M /trunk/src/library/methods/po/R-fr.po
   M /trunk/src/library/methods/po/R-ja.po
   M /trunk/src/library/methods/po/R-ko.po
   M /trunk/src/library/methods/po/R-methods.pot
   M /trunk/src/library/methods/po/R-pt_BR.po
   M /trunk/src/library/methods/po/R-ru.po
   M /trunk/src/library/methods/po/R-zh_CN.po
   A /trunk/src/library/methods/po/de.po

add de translations
------------------------------------------------------------------------
r43569 | murdoch | 2007-12-02 14:36:31 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/array.R

Port r43566 from trunk 
------------------------------------------------------------------------
r43570 | murdoch | 2007-12-02 14:53:57 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/dim.Rd

Typo (reported by Ben Bolker)
------------------------------------------------------------------------
r43571 | murdoch | 2007-12-02 15:06:10 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/plot3d.c

Misleading error message in persp()
------------------------------------------------------------------------
r43572 | murdoch | 2007-12-02 15:08:29 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/plot3d.c

Port of r43571 from trunk
------------------------------------------------------------------------
r43573 | hornik | 2007-12-03 03:10:33 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43574 | hornik | 2007-12-03 03:10:35 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43575 | murdoch | 2007-12-03 14:32:52 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/connections.c

In file('clipboard'), mode='rt' or 'wt' are now accepted.
------------------------------------------------------------------------
r43576 | murdoch | 2007-12-03 16:05:02 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/connections.c

Correction to r43575
------------------------------------------------------------------------
r43577 | murdoch | 2007-12-03 16:14:12 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/connections.c

Port r43575 and r43576 from trunk
------------------------------------------------------------------------
r43578 | pd | 2007-12-03 16:47:50 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/attrib.c

attributes<- : Check RHS before modifying target
------------------------------------------------------------------------
r43579 | pd | 2007-12-03 16:47:59 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/attrib.c

attributes<- : Check RHS before modifying target
------------------------------------------------------------------------
r43580 | ripley | 2007-12-03 17:21:12 -0500 (Mon, 03 Dec 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/attributes.Rd
   M /trunk/src/main/attrib.c

correct r43578
- suppress -Wall warning.
- layout and more precise description in NEWS
- document what happens on help page

------------------------------------------------------------------------
r43581 | ripley | 2007-12-03 17:22:24 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/man/attributes.Rd
   M /branches/R-2-6-branch/src/main/attrib.c

port r43580 from trunk
------------------------------------------------------------------------
r43582 | ripley | 2007-12-03 17:23:13 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/src/devWindows.c

change paper default when saving to postscript
------------------------------------------------------------------------
r43583 | murdoch | 2007-12-03 18:45:59 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

open="rt", not  mode="rt"
------------------------------------------------------------------------
r43584 | murdoch | 2007-12-03 18:49:16 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

Port typo r43583
------------------------------------------------------------------------
r43585 | ripley | 2007-12-04 03:01:16 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/strsplit.Rd

cosmetics
------------------------------------------------------------------------
r43586 | ripley | 2007-12-04 03:01:51 -0500 (Tue, 04 Dec 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi

more on character vectors in .C and .Fortran

------------------------------------------------------------------------
r43587 | ripley | 2007-12-04 03:03:31 -0500 (Tue, 04 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/attributes.Rd
   M /trunk/src/main/attrib.c

avoid changing 'x' if there is an error in attributes(x) <- value.
however, this gives up the NAMED = 1 optimization, at least for now.

------------------------------------------------------------------------
r43588 | ripley | 2007-12-04 03:06:04 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/library/base/man/strsplit.Rd

port r43585 and r43586 from trunk
------------------------------------------------------------------------
r43589 | maechler | 2007-12-04 06:25:55 -0500 (Tue, 04 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/density.Rd

better explanation of (from, to, cut)

------------------------------------------------------------------------
r43590 | ripley | 2007-12-04 07:39:49 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/attrib.c

can optimize attributes(x) <- NULL
------------------------------------------------------------------------
r43591 | murdoch | 2007-12-04 10:40:44 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/src/devWindows.c

windows() device bug fix:  graphics windows were being zoomed by MDI, without updating the drawing region.
------------------------------------------------------------------------
r43592 | murdoch | 2007-12-04 10:52:10 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/grDevices/src/devWindows.c

Port r43591 (zoomed windows() bug) from trunk
------------------------------------------------------------------------
r43593 | maechler | 2007-12-04 12:32:20 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/man/Binomial.Rd
   M /trunk/src/nmath/rbinom.c
   M /trunk/tests/d-p-q-r-tests.R
   M /trunk/tests/d-p-q-r-tests.Rout.save

fix rbinom(size >= INT_MAX)
------------------------------------------------------------------------
r43594 | maechler | 2007-12-04 12:34:53 -0500 (Tue, 04 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/man/Binomial.Rd
   M /branches/R-2-6-branch/src/nmath/rbinom.c

ported r43593 [rbinom] from trunk
------------------------------------------------------------------------
r43595 | maechler | 2007-12-05 04:09:50 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/man/density.Rd

fix typo of r41600
------------------------------------------------------------------------
r43596 | maechler | 2007-12-05 04:10:45 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/stats/man/density.Rd

ported r43595 from trunk
------------------------------------------------------------------------
r43597 | ripley | 2007-12-05 06:28:51 -0500 (Wed, 05 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/main/attrib.c

move error checks up front where possible (and hence out of installAttrib)

------------------------------------------------------------------------
r43598 | ripley | 2007-12-05 06:30:03 -0500 (Wed, 05 Dec 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/man/attributes.Rd

improve wording: an object can only have one dim attribute, but
previous form was ambiguous if this was not known to the reader.

------------------------------------------------------------------------
r43599 | pd | 2007-12-05 10:35:39 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/outer.Rd

improve documentation, from Antonio, Fabio Di Narzo
------------------------------------------------------------------------
r43600 | ripley | 2007-12-05 13:51:09 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/attr.Rd
   M /trunk/src/library/base/man/attributes.Rd
   M /trunk/src/library/base/man/dim.Rd
   M /trunk/src/library/base/man/levels.Rd

more on levels, some clarifications
------------------------------------------------------------------------
r43601 | maechler | 2007-12-05 14:38:34 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/lm.R
   M /trunk/tests/R-intro.Rout.save
   M /trunk/tests/reg-tests-2.Rout.save

spelling of "R-squared"
------------------------------------------------------------------------
r43602 | maechler | 2007-12-05 14:56:02 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/lm.R
   M /branches/R-2-6-branch/tests/R-intro.Rout.save
   M /branches/R-2-6-branch/tests/reg-tests-2.Rout.save

ported r43601 ["R-squared"] trunk
------------------------------------------------------------------------
r43603 | ripley | 2007-12-05 17:23:12 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/confint.R
   M /trunk/tests/reg-tests-2.R
   M /trunk/tests/reg-tests-2.Rout.save

fix for PR#10949
------------------------------------------------------------------------
r43604 | ripley | 2007-12-05 17:26:57 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/confint.R

port r43603, except regression tests
------------------------------------------------------------------------
r43605 | ripley | 2007-12-06 02:11:06 -0500 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update for Intel Core 2 Duo
------------------------------------------------------------------------
r43606 | ripley | 2007-12-06 02:14:22 -0500 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43605 from trunk
------------------------------------------------------------------------
r43607 | maechler | 2007-12-06 06:09:19 -0500 (Thu, 06 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/man/ecdf.Rd

make the first example even easier {thanks to Marc Schwartz}

------------------------------------------------------------------------
r43608 | ripley | 2007-12-06 07:51:53 -0500 (Thu, 06 Dec 2007) | 2 lines
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/stats/man/profile.Rd
   M /trunk/src/library/stats/man/profile.nls.Rd
   M /trunk/src/library/utils/man/Rprof.Rd

typos and clarifications

------------------------------------------------------------------------
r43609 | ripley | 2007-12-06 07:53:24 -0500 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/src/library/stats/man/profile.Rd
   M /branches/R-2-6-branch/src/library/stats/man/profile.nls.Rd
   M /branches/R-2-6-branch/src/library/utils/man/Rprof.Rd

port r43608 from trunk
------------------------------------------------------------------------
r43610 | ripley | 2007-12-07 01:55:30 -0500 (Fri, 07 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/postscript.Rd

move printing to a separate section
------------------------------------------------------------------------
r43611 | ripley | 2007-12-07 03:34:59 -0500 (Fri, 07 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/man/edit.data.frame.Rd

fix for PR#10500

------------------------------------------------------------------------
r43612 | ripley | 2007-12-07 03:38:02 -0500 (Fri, 07 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/AIC.R
   M /trunk/src/library/stats4/R/BIC.R
   M /trunk/tests/reg-S4.R
   M /trunk/tests/reg-S4.Rout.save

better kludge for stats4::AIC, which no longer disables S3 dispatch

------------------------------------------------------------------------
r43613 | ripley | 2007-12-07 04:51:46 -0500 (Fri, 07 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/stats4/NAMESPACE
   M /trunk/src/library/stats4/R/BIC.R

work around problems with using implicit generic for AIC in stats4

------------------------------------------------------------------------
r43614 | ripley | 2007-12-07 04:57:37 -0500 (Fri, 07 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats4/NAMESPACE

tweak for Unix build
------------------------------------------------------------------------
r43615 | ripley | 2007-12-07 06:38:48 -0500 (Fri, 07 Dec 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/main.c

change the handler for SIGPIPE.  This relates to a MacOS-specific
problem reported by Robin Hankin in
https://stat.ethz.ch/pipermail/r-sig-mac/2007-December/004361.html

------------------------------------------------------------------------
r43616 | ripley | 2007-12-08 02:53:03 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/utils/man/edit.Rd
   M /trunk/src/library/utils/man/fix.Rd

add some more xrefs
------------------------------------------------------------------------
r43617 | ripley | 2007-12-08 02:54:28 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/utils/man/edit.Rd
   M /branches/R-2-6-branch/src/library/utils/man/fix.Rd

port r43616 from trunk
------------------------------------------------------------------------
r43618 | ripley | 2007-12-08 03:33:39 -0500 (Sat, 08 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

fix error reporting in the parser

------------------------------------------------------------------------
r43619 | ripley | 2007-12-08 04:33:08 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

grammar etc
------------------------------------------------------------------------
r43620 | ripley | 2007-12-08 04:34:37 -0500 (Sat, 08 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/man/edit.data.frame.Rd

port r43619 from R-2-6-branch
add some warnings to edit.{data.frame,matrix}

------------------------------------------------------------------------
r43621 | hornik | 2007-12-08 11:26:22 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi
   A /trunk/share/licenses/AGPL-3
   M /trunk/share/licenses/license.db
   M /trunk/src/library/tools/R/license.R

Add AGPL-3.
------------------------------------------------------------------------
r43622 | hornik | 2007-12-08 11:26:26 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/check.in

Cosmetics.
------------------------------------------------------------------------
r43623 | hornik | 2007-12-08 11:27:09 -0500 (Sat, 08 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/man/QC.Rd
   M /trunk/src/library/tools/man/Rdindex.Rd
   M /trunk/src/library/tools/man/Rdutils.Rd
   M /trunk/src/library/tools/man/buildVignettes.Rd
   M /trunk/src/library/tools/man/checkFF.Rd
   M /trunk/src/library/tools/man/checkTnF.Rd
   M /trunk/src/library/tools/man/checkVignettes.Rd
   M /trunk/src/library/tools/man/codoc.Rd
   M /trunk/src/library/tools/man/delimMatch.Rd
   M /trunk/src/library/tools/man/encoded.Rd
   M /trunk/src/library/tools/man/makeLazyLoading.Rd
   M /trunk/src/library/tools/man/tools-package.Rd
   M /trunk/src/library/tools/man/undoc.Rd
   M /trunk/src/library/tools/man/writePACKAGES.Rd
   M /trunk/src/library/tools/man/xgettext.Rd

Miscellaneous improvements.
------------------------------------------------------------------------
r43624 | ripley | 2007-12-09 03:03:53 -0500 (Sun, 09 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/edit.R
   M /trunk/src/library/utils/man/edit.data.frame.Rd

change default conversion in edit.data.frame for be character
(as per my comment from 2000!)

------------------------------------------------------------------------
r43625 | ripley | 2007-12-09 03:56:22 -0500 (Sun, 09 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/attach.R
   M /trunk/src/library/base/R/library.R
   M /trunk/src/library/base/man/library.Rd
   M /trunk/src/library/methods/man/implicitGeneric.Rd

clean up 'conflicts' tests, which excluded far too much.

------------------------------------------------------------------------
r43626 | ripley | 2007-12-09 05:39:07 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/R/library.R

implicit generic might be in another package
------------------------------------------------------------------------
r43627 | ripley | 2007-12-09 13:12:02 -0500 (Sun, 09 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/main/gram.c
   M /trunk/src/main/gram.y

use separate tokens for &/&&, |/|| so that errors get reported correctly.

------------------------------------------------------------------------
r43628 | ripley | 2007-12-09 13:57:54 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

use Windows x64 notation
------------------------------------------------------------------------
r43629 | hornik | 2007-12-09 15:39:25 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/md5.R
   M /trunk/src/library/tools/man/checkMD5sums.Rd

Standardize argument names.
------------------------------------------------------------------------
r43630 | hornik | 2007-12-09 15:39:28 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/splines/Makefile.in

Complete r43484.
------------------------------------------------------------------------
r43631 | ripley | 2007-12-09 17:13:25 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update on F95
------------------------------------------------------------------------
r43632 | ripley | 2007-12-09 17:14:27 -0500 (Sun, 09 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

port r43631 from trunk
------------------------------------------------------------------------
r43633 | ripley | 2007-12-10 01:46:44 -0500 (Mon, 10 Dec 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/R/Rdconv.pm

allow general \var{} arguments inside \code{}, not just alpha.

------------------------------------------------------------------------
r43634 | ripley | 2007-12-10 02:33:49 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi

doc updates, including for r43633
------------------------------------------------------------------------
r43635 | ripley | 2007-12-10 02:34:35 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-exts.texi
   M /branches/R-2-6-branch/share/perl/R/Rdconv.pm

port r43633:4 from trunk
------------------------------------------------------------------------
r43636 | maechler | 2007-12-10 05:52:51 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/curve.R
   M /trunk/tests/reg-plot.R
   M /trunk/tests/reg-plot.Rout.save
   M /trunk/tests/reg-plot.ps.save

fix curve(*, add=TRUE <to log scale>) bug
------------------------------------------------------------------------
r43637 | maechler | 2007-12-10 05:58:27 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/curve.R

port 43636 from trunk [curve(*, add=TRUE)]
------------------------------------------------------------------------
r43638 | ripley | 2007-12-10 06:01:59 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Platform.Rd

typo
------------------------------------------------------------------------
r43639 | ripley | 2007-12-10 06:03:08 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/Platform.Rd

port r43638 from trunk
------------------------------------------------------------------------
r43640 | ripley | 2007-12-10 06:57:25 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd
   M /trunk/src/library/grDevices/man/xfig.Rd

lots of corrections
------------------------------------------------------------------------
r43641 | ripley | 2007-12-10 07:11:20 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/postscript.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/ps.options.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/xfig.Rd

port r43640 from trunk
------------------------------------------------------------------------
r43642 | leisch | 2007-12-10 08:53:08 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

2 new mirrors
------------------------------------------------------------------------
r43643 | ripley | 2007-12-10 10:48:47 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/ps.options.Rd

add comment
------------------------------------------------------------------------
r43644 | hornik | 2007-12-11 03:31:39 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43645 | hornik | 2007-12-11 03:31:42 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43646 | ripley | 2007-12-11 04:50:09 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update info on Java search plugin
------------------------------------------------------------------------
r43647 | ripley | 2007-12-11 04:51:35 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi
   M /branches/R-2-6-branch/src/library/grDevices/man/ps.options.Rd

port r43646 from trunk
------------------------------------------------------------------------
r43648 | ripley | 2007-12-11 05:27:02 -0500 (Tue, 11 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/ps.options.Rd

warn on usused options in ps.options()

------------------------------------------------------------------------
r43649 | ripley | 2007-12-11 05:39:52 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/ps.options.Rd

port documentation part of r43648 from trunk
------------------------------------------------------------------------
r43650 | ripley | 2007-12-11 06:19:00 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/postscript.R

thinko
------------------------------------------------------------------------
r43651 | ripley | 2007-12-11 06:53:15 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/share/perl/massage-Examples.pl

package RGrace sets ps.options() and so potentially changes the postscript output
------------------------------------------------------------------------
r43652 | ripley | 2007-12-11 07:54:54 -0500 (Tue, 11 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/ps.options.Rd
   M /trunk/src/library/grDevices/man/xfig.Rd

xfig() no longer uses ps.options() to set default defaults.

------------------------------------------------------------------------
r43653 | ripley | 2007-12-11 10:33:43 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/html/search/IndexEntry.class
   M /trunk/doc/html/search/IndexStream.class
   M /trunk/doc/html/search/IndexTable.class
   M /trunk/doc/html/search/Makefile.in
   M /trunk/doc/html/search/SearchEngine.class
   M /trunk/doc/html/search/Tracer.class
   M /trunk/doc/html/search/Value.class

downgrade Java requirement to 1.4
------------------------------------------------------------------------
r43654 | ripley | 2007-12-11 11:33:44 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/html/search/IndexEntry.class
   M /branches/R-2-6-branch/doc/html/search/IndexStream.class
   M /branches/R-2-6-branch/doc/html/search/IndexTable.class
   M /branches/R-2-6-branch/doc/html/search/Makefile.in
   M /branches/R-2-6-branch/doc/html/search/SearchEngine.class
   M /branches/R-2-6-branch/doc/html/search/Tracer.class
   M /branches/R-2-6-branch/doc/html/search/Value.class

downgrade Java requirement to >=1.4
------------------------------------------------------------------------
r43655 | ripley | 2007-12-11 11:39:42 -0500 (Tue, 11 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-admin.texi

tweaks now *.class have been rebuilt

------------------------------------------------------------------------
r43656 | ripley | 2007-12-11 11:48:52 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43655 from trunk
------------------------------------------------------------------------
r43657 | ripley | 2007-12-11 12:23:53 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/ps.options.Rd

ps.options(reset=TRUE) has not worked for ages
------------------------------------------------------------------------
r43658 | ripley | 2007-12-11 13:06:31 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/postscript.R

printed character(0) for NULL argument to warning()
------------------------------------------------------------------------
r43659 | ripley | 2007-12-11 16:58:16 -0500 (Tue, 11 Dec 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/doc/html/search/Makefile.in
   M /trunk/m4/java.m4

test if javac can produce version 1.4 code
------------------------------------------------------------------------
r43660 | ripley | 2007-12-12 00:13:46 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/by.R
   M /trunk/src/library/base/R/range.R
   M /trunk/tests/reg-tests-1.R

fixes for PR#10506 and PR#10508
------------------------------------------------------------------------
r43661 | ripley | 2007-12-12 00:14:39 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/by.R
   M /branches/R-2-6-branch/src/library/base/R/range.R

port r43660 from trunk, less tests
------------------------------------------------------------------------
r43662 | ripley | 2007-12-12 03:56:21 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/scripts/INSTALL.in

remove debugging statement
------------------------------------------------------------------------
r43663 | ripley | 2007-12-12 03:57:14 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/scripts/INSTALL.in

port r43662 from trunk
------------------------------------------------------------------------
r43664 | ripley | 2007-12-12 12:50:29 -0500 (Wed, 12 Dec 2007) | 4 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/grDevices/src/devWindows.c

update for changes to ps.options.
Remove last vestiges of SUPPORT_MBCS.
Now we are always on NT >= 5, use Unicode fonts for text() in windows() et al.

------------------------------------------------------------------------
r43665 | ripley | 2007-12-12 12:53:55 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/front-ends/rgui.c

add comments on idea that unfortunately needs XP, pace MinGW headers
------------------------------------------------------------------------
r43666 | ripley | 2007-12-12 14:40:53 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/profile/Rprofile.windows

workaround for gfortran hangs
------------------------------------------------------------------------
r43667 | ripley | 2007-12-12 14:42:21 -0500 (Wed, 12 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES
   M /branches/R-2-6-branch/src/library/profile/Rprofile.windows

port r43666 from trunk
------------------------------------------------------------------------
r43668 | ripley | 2007-12-12 16:13:37 -0500 (Wed, 12 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/front-ends/rgui.c

redirect stdout/stderr from Rgui to the controlling terminal (if there is one)

------------------------------------------------------------------------
r43669 | ripley | 2007-12-13 06:14:23 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

update re Fortran I/O
------------------------------------------------------------------------
r43670 | ripley | 2007-12-13 06:53:26 -0500 (Thu, 13 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/cut.R
   M /trunk/src/library/base/man/cut.Rd
   M /trunk/tests/reg-tests-1.R

fix bug in cut(<constant vector>)

------------------------------------------------------------------------
r43671 | ripley | 2007-12-13 07:24:15 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/cut.R
   M /branches/R-2-6-branch/src/library/base/man/cut.Rd

port r43670 from trunk (except tests)
------------------------------------------------------------------------
r43672 | ripley | 2007-12-13 07:29:53 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/cut.Rd

add xrefs to quantile-based groups
------------------------------------------------------------------------
r43673 | ripley | 2007-12-13 07:34:06 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/gnuwin32/CHANGES

update
------------------------------------------------------------------------
r43674 | ripley | 2007-12-13 08:55:20 -0500 (Thu, 13 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/R/Rdconv.pm

add quotes where needed on Rd conversion to type=example

------------------------------------------------------------------------
r43675 | ripley | 2007-12-13 11:06:57 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/pdf.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/postscript.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/ps.options.Rd

typos, clarification
------------------------------------------------------------------------
r43676 | ripley | 2007-12-13 11:09:13 -0500 (Thu, 13 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/pdf.Rd
   A /trunk/src/library/grDevices/man/pdf.options.Rd (from /trunk/src/library/grDevices/man/ps.options.Rd:43661)
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd

introduce pdf.options in place of ps.options for pdf()

------------------------------------------------------------------------
r43677 | ripley | 2007-12-13 16:11:47 -0500 (Thu, 13 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/pdf.options.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd

more customizability for postscript() and pdf()
------------------------------------------------------------------------
r43678 | ripley | 2007-12-14 03:22:20 -0500 (Fri, 14 Dec 2007) | 3 lines
Changed paths:
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/check.options.Rd
   M /trunk/src/library/grDevices/man/pdf.Rd
   M /trunk/src/library/grDevices/man/postscript.Rd

exempt 'fonts' from the checks in ps/pdf.options.
tidy up help files now almost all args have configurable defaults.

------------------------------------------------------------------------
r43679 | ripley | 2007-12-14 04:14:46 -0500 (Fri, 14 Dec 2007) | 5 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/R/zzz.R
   M /trunk/src/library/grDevices/man/dev.interactive.Rd

make default devices customizable
update documentation on dev.interactive, make report function of 
  deviceIsInteractive return visibly
change ultimate default device from postscript() to pdf()

------------------------------------------------------------------------
r43680 | ripley | 2007-12-14 04:59:49 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/postscript.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd

add set[E]PS
------------------------------------------------------------------------
r43681 | ripley | 2007-12-14 06:00:45 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   A /branches/R-2-6-branch/src/library/splines/inst/po/de
   A /branches/R-2-6-branch/src/library/splines/inst/po/de/LC_MESSAGES
   A /branches/R-2-6-branch/src/library/splines/inst/po/de/LC_MESSAGES/R-splines.mo
   A /branches/R-2-6-branch/src/library/splines/inst/po/de/LC_MESSAGES/splines.mo
   M /branches/R-2-6-branch/src/library/splines/inst/po/en@quot/LC_MESSAGES/R-splines.mo
   M /branches/R-2-6-branch/src/library/splines/inst/po/en@quot/LC_MESSAGES/splines.mo
   A /branches/R-2-6-branch/src/library/splines/po/R-de.po
   M /branches/R-2-6-branch/src/library/splines/po/R-en@quot.po
   A /branches/R-2-6-branch/src/library/splines/po/de.po
   M /branches/R-2-6-branch/src/library/splines/po/en@quot.po

add de translations
------------------------------------------------------------------------
r43682 | ripley | 2007-12-14 06:01:15 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   A /trunk/src/library/splines/inst/po/de
   A /trunk/src/library/splines/inst/po/de/LC_MESSAGES
   A /trunk/src/library/splines/inst/po/de/LC_MESSAGES/R-splines.mo
   A /trunk/src/library/splines/inst/po/de/LC_MESSAGES/splines.mo
   A /trunk/src/library/splines/po/R-de.po
   M /trunk/src/library/splines/po/R-en@quot.po
   A /trunk/src/library/splines/po/de.po
   M /trunk/src/library/splines/po/en@quot.po

add de translations
------------------------------------------------------------------------
r43683 | murdoch | 2007-12-14 09:04:00 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-exts.texi

Missing ending (reported by Greg Snow).
------------------------------------------------------------------------
r43684 | murdoch | 2007-12-14 09:06:02 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-exts.texi

Port r43683 from trunk.
------------------------------------------------------------------------
r43685 | murdoch | 2007-12-14 09:38:30 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo and rewording
------------------------------------------------------------------------
r43686 | murdoch | 2007-12-14 09:39:39 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

Port r43685
------------------------------------------------------------------------
r43687 | maechler | 2007-12-14 09:56:29 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/boxplot.R

bxp() staple multi-plotting PR#10499
------------------------------------------------------------------------
r43688 | maechler | 2007-12-14 09:58:41 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/boxplot.R

port r43687 [bxp() staple] from trunk
------------------------------------------------------------------------
r43689 | ripley | 2007-12-14 10:24:29 -0500 (Fri, 14 Dec 2007) | 2 lines
Changed paths:
   M /trunk/share/perl/massage-Examples.pl
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/pdf.options.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd

tweak the way 'reset' is handled, and make use of it.

------------------------------------------------------------------------
r43690 | maechler | 2007-12-14 10:45:37 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/stats/R/dendrogram.R

heatmap(): give room to main title
------------------------------------------------------------------------
r43691 | maechler | 2007-12-14 10:46:47 -0500 (Fri, 14 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/stats/R/cor.R

more accurate warning from cov2cor()

------------------------------------------------------------------------
r43692 | maechler | 2007-12-14 12:41:18 -0500 (Fri, 14 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/cm.Rd

example on  cm |-> in
------------------------------------------------------------------------
r43693 | maechler | 2007-12-15 04:29:50 -0500 (Sat, 15 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/main/coerce.c

comment

------------------------------------------------------------------------
r43694 | ripley | 2007-12-15 10:09:45 -0500 (Sat, 15 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/errors.c

.makeMessage introduced another context we need to skip

------------------------------------------------------------------------
r43695 | ripley | 2007-12-15 10:10:53 -0500 (Sat, 15 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/errors.c

port r43694 from trunk
------------------------------------------------------------------------
r43696 | ripley | 2007-12-15 11:07:34 -0500 (Sat, 15 Dec 2007) | 1 line
Changed paths:
   M /trunk/po/R.pot
   M /trunk/po/de.gmo
   M /trunk/po/de.po
   M /trunk/po/en.gmo
   M /trunk/po/en.po
   M /trunk/po/en@quot.gmo
   M /trunk/po/en@quot.po
   M /trunk/po/en_GB.gmo
   M /trunk/po/en_GB.po
   M /trunk/po/es.gmo
   M /trunk/po/es.po
   M /trunk/po/fr.gmo
   M /trunk/po/fr.po
   M /trunk/po/it.gmo
   M /trunk/po/it.po
   M /trunk/po/ja.gmo
   M /trunk/po/ja.po
   M /trunk/po/ko.gmo
   M /trunk/po/ko.po
   M /trunk/po/pt_BR.gmo
   M /trunk/po/pt_BR.po
   M /trunk/po/ru.gmo
   M /trunk/po/ru.po
   M /trunk/po/zh_CN.gmo
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.gmo
   M /trunk/po/zh_TW.po
   M /trunk/src/library/base/inst/po/de/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/fr/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ja/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ko/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/pt_BR/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/ru/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/inst/po/zh_CN/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-base.pot
   M /trunk/src/library/base/po/R-de.po
   M /trunk/src/library/base/po/R-en@quot.po
   M /trunk/src/library/base/po/R-fr.po
   M /trunk/src/library/base/po/R-it.po
   M /trunk/src/library/base/po/R-ja.po
   M /trunk/src/library/base/po/R-ko.po
   M /trunk/src/library/base/po/R-pt_BR.po
   M /trunk/src/library/base/po/R-ru.po
   M /trunk/src/library/base/po/R-zh_CN.po
   M /trunk/src/library/grDevices/inst/po/de/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en@quot/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/en_GB/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/fr/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/it/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ja/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ko/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/ru/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/R-grDevices.mo
   M /trunk/src/library/grDevices/inst/po/zh_CN/LC_MESSAGES/grDevices.mo
   M /trunk/src/library/grDevices/po/R-de.po
   M /trunk/src/library/grDevices/po/R-en@quot.po
   M /trunk/src/library/grDevices/po/R-en_GB.po
   M /trunk/src/library/grDevices/po/R-fr.po
   M /trunk/src/library/grDevices/po/R-grDevices.pot
   M /trunk/src/library/grDevices/po/R-it.po
   M /trunk/src/library/grDevices/po/R-ja.po
   M /trunk/src/library/grDevices/po/R-ko.po
   M /trunk/src/library/grDevices/po/R-ru.po
   M /trunk/src/library/grDevices/po/R-zh_CN.po
   M /trunk/src/library/grDevices/po/en@quot.po
   M /trunk/src/library/grDevices/po/en_GB.po
   M /trunk/src/library/grDevices/po/fr.po
   M /trunk/src/library/grDevices/po/grDevices.pot
   M /trunk/src/library/grDevices/po/it.po
   M /trunk/src/library/grDevices/po/ja.po
   M /trunk/src/library/grDevices/po/ko.po
   M /trunk/src/library/grDevices/po/ru.po
   M /trunk/src/library/grDevices/po/zh_CN.po
   M /trunk/src/library/graphics/inst/po/de/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/en@quot/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/fr/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/it/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ja/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ko/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/ru/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/inst/po/zh_CN/LC_MESSAGES/R-graphics.mo
   M /trunk/src/library/graphics/po/R-de.po
   M /trunk/src/library/graphics/po/R-en@quot.po
   M /trunk/src/library/graphics/po/R-fr.po
   M /trunk/src/library/graphics/po/R-graphics.pot
   M /trunk/src/library/graphics/po/R-it.po
   M /trunk/src/library/graphics/po/R-ja.po
   M /trunk/src/library/graphics/po/R-ko.po
   M /trunk/src/library/graphics/po/R-ru.po
   M /trunk/src/library/graphics/po/R-zh_CN.po
   M /trunk/src/library/splines/po/R-en@quot.po
   M /trunk/src/library/splines/po/en@quot.po
   M /trunk/src/library/stats/inst/po/en@quot/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/fr/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/it/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ja/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ko/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/pt_BR/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/ru/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/inst/po/zh_CN/LC_MESSAGES/R-stats.mo
   M /trunk/src/library/stats/po/R-en@quot.po
   M /trunk/src/library/stats/po/R-fr.po
   M /trunk/src/library/stats/po/R-it.po
   M /trunk/src/library/stats/po/R-ja.po
   M /trunk/src/library/stats/po/R-ko.po
   M /trunk/src/library/stats/po/R-pt_BR.po
   M /trunk/src/library/stats/po/R-ru.po
   M /trunk/src/library/stats/po/R-stats.pot
   M /trunk/src/library/stats/po/R-zh_CN.po
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/en@quot/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/fr/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/it/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ja/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ko/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/pt_BR/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/ru/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/R-tcltk.mo
   M /trunk/src/library/tcltk/inst/po/zh_CN/LC_MESSAGES/tcltk.mo
   M /trunk/src/library/tcltk/po/R-en@quot.po
   M /trunk/src/library/tcltk/po/R-fr.po
   M /trunk/src/library/tcltk/po/R-it.po
   M /trunk/src/library/tcltk/po/R-ja.po
   M /trunk/src/library/tcltk/po/R-ko.po
   M /trunk/src/library/tcltk/po/R-pt_BR.po
   M /trunk/src/library/tcltk/po/R-ru.po
   M /trunk/src/library/tcltk/po/R-tcltk.pot
   M /trunk/src/library/tcltk/po/R-zh_CN.po
   M /trunk/src/library/tcltk/po/en@quot.po
   M /trunk/src/library/tcltk/po/fr.po
   M /trunk/src/library/tcltk/po/ja.po
   M /trunk/src/library/tcltk/po/ru.po
   M /trunk/src/library/tcltk/po/tcltk.pot
   M /trunk/src/library/tcltk/po/zh_CN.po
   M /trunk/src/library/tools/inst/po/en@quot/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/fr/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/it/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ja/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ko/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/ru/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/inst/po/zh_CN/LC_MESSAGES/R-tools.mo
   M /trunk/src/library/tools/po/R-en@quot.po
   M /trunk/src/library/tools/po/R-fr.po
   M /trunk/src/library/tools/po/R-it.po
   M /trunk/src/library/tools/po/R-ja.po
   M /trunk/src/library/tools/po/R-ko.po
   M /trunk/src/library/tools/po/R-ru.po
   M /trunk/src/library/tools/po/R-tools.pot
   M /trunk/src/library/tools/po/R-zh_CN.po
   M /trunk/src/library/utils/inst/po/en@quot/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/fr/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ja/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ko/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/ru/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/inst/po/zh_CN/LC_MESSAGES/R-utils.mo
   M /trunk/src/library/utils/po/R-en@quot.po
   M /trunk/src/library/utils/po/R-fr.po
   M /trunk/src/library/utils/po/R-ja.po
   M /trunk/src/library/utils/po/R-ko.po
   M /trunk/src/library/utils/po/R-ru.po
   M /trunk/src/library/utils/po/R-utils.pot
   M /trunk/src/library/utils/po/R-zh_CN.po

update
------------------------------------------------------------------------
r43697 | maechler | 2007-12-15 16:14:22 -0500 (Sat, 15 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/man/SignRank.Rd
   M /trunk/src/nmath/signrank.c

more efficient [dpq]signrank()
------------------------------------------------------------------------
r43698 | hornik | 2007-12-16 10:04:29 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43699 | hornik | 2007-12-16 10:04:31 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43700 | ripley | 2007-12-16 13:00:54 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /trunk/src/library/base/po/R-it.po

error in translation from Antonio, Fabio Di Narzo
------------------------------------------------------------------------
r43701 | ripley | 2007-12-16 13:03:11 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/inst/po/en@quot/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/inst/po/it/LC_MESSAGES/R-base.mo
   M /branches/R-2-6-branch/src/library/base/po/R-en@quot.po
   M /branches/R-2-6-branch/src/library/base/po/R-it.po

error in translation from Antonio, Fabio Di Narzo
------------------------------------------------------------------------
r43702 | murdoch | 2007-12-16 14:48:21 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/cran/rdevel.in

Win2k or later
------------------------------------------------------------------------
r43703 | murdoch | 2007-12-16 14:49:50 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES

Typo
------------------------------------------------------------------------
r43704 | pd | 2007-12-16 17:27:44 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/stats/R/nls-profile.R

fix port nonconvergence case
------------------------------------------------------------------------
r43705 | pd | 2007-12-16 17:27:59 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/stats/R/nls-profile.R

fix port nonconvergence case
------------------------------------------------------------------------
r43706 | ripley | 2007-12-17 03:32:40 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi
   M /trunk/doc/manual/R-data.texi
   M /trunk/doc/manual/R-exts.texi
   M /trunk/doc/manual/R-intro.texi
   M /trunk/doc/manual/R-ints.texi

use @uref not @url for consistency and back-compatibility with earlier makeinfo
------------------------------------------------------------------------
r43707 | ripley | 2007-12-17 05:18:49 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/library/tools/NAMESPACE
   M /trunk/src/library/tools/R/utils.R
   A /trunk/src/library/tools/man/showNonASCII.Rd

add showNonASCII
------------------------------------------------------------------------
r43708 | leisch | 2007-12-17 05:33:52 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/CRAN_mirrors.csv

mirror in Auckland listed
------------------------------------------------------------------------
r43709 | ripley | 2007-12-17 05:45:41 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/man/showNonASCII.Rd

typos
------------------------------------------------------------------------
r43710 | ripley | 2007-12-17 05:46:56 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/nmath/nmath.h

clean up
------------------------------------------------------------------------
r43711 | ripley | 2007-12-17 06:42:00 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/man/showNonASCII.Rd

typos
------------------------------------------------------------------------
r43712 | ripley | 2007-12-17 06:48:31 -0500 (Mon, 17 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Sys.glob.Rd
   M /trunk/src/library/base/man/grep.Rd
   M /trunk/src/library/base/man/iconv.Rd
   M /trunk/src/library/base/man/strsplit.Rd
   M /trunk/src/library/base/man/strtrim.Rd
   M /trunk/src/library/base/man/substr.Rd
   M /trunk/src/main/character.c

declare encoding on results of [g]sub and Sys.glob.
document when encodings are declared by character functions.

------------------------------------------------------------------------
r43713 | ripley | 2007-12-17 09:10:34 -0500 (Mon, 17 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/main/character.c

mkCharCopyEnc is a duplicate of markKnown.

------------------------------------------------------------------------
r43714 | ripley | 2007-12-17 09:11:14 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

slight streamlining
------------------------------------------------------------------------
r43715 | ripley | 2007-12-17 09:14:46 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/chartr.Rd

more on when encodings are declated
------------------------------------------------------------------------
r43716 | ripley | 2007-12-17 17:58:28 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo
------------------------------------------------------------------------
r43717 | ripley | 2007-12-18 03:02:04 -0500 (Tue, 18 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/include/Defn.h
   M /trunk/src/main/memory.c
   M /trunk/src/main/sysutils.c
   M /trunk/src/main/util.c

introduce ENC_KNOWN to simplify code

------------------------------------------------------------------------
r43718 | ripley | 2007-12-18 03:14:48 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tools/R/utils.R

better layout of o/p
------------------------------------------------------------------------
r43719 | ripley | 2007-12-18 03:49:08 -0500 (Tue, 18 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/main/pcre.c

only set encoding in [g]sub if useBytes=FALSE

------------------------------------------------------------------------
r43720 | ripley | 2007-12-18 07:37:06 -0500 (Tue, 18 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/Rdll.hide
   M /trunk/src/main/serialize.c

now taskPR has been withdrawn, hide undocumented entry points

------------------------------------------------------------------------
r43721 | ripley | 2007-12-18 07:40:31 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/serialize.Rd

clarifications
------------------------------------------------------------------------
r43722 | ripley | 2007-12-18 07:41:57 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/serialize.Rd

port r43721 from trunk
------------------------------------------------------------------------
r43723 | murdoch | 2007-12-18 08:25:57 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

typo
------------------------------------------------------------------------
r43724 | ripley | 2007-12-18 09:33:45 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/paste.Rd
   M /trunk/src/main/paste.c

tweaks to paste()
------------------------------------------------------------------------
r43725 | ripley | 2007-12-18 09:43:00 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/man/pdf.Rd

change default width and height in pdf to 7, for consistency
------------------------------------------------------------------------
r43726 | ripley | 2007-12-18 11:12:21 -0500 (Tue, 18 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/Encoding.Rd
   M /trunk/src/library/base/man/Sys.glob.Rd
   M /trunk/src/main/character.c

back out encoding on Sys.glob: lost evidence of which came from which.

------------------------------------------------------------------------
r43727 | ripley | 2007-12-18 11:42:28 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/dev.Rd

add dev.new()
------------------------------------------------------------------------
r43728 | ripley | 2007-12-18 14:09:16 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/dev.Rd
   M /trunk/src/library/grDevices/man/dev2.Rd

add dev.copy2pdf
------------------------------------------------------------------------
r43729 | ripley | 2007-12-18 14:10:47 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

add dev.copy2pdf
------------------------------------------------------------------------
r43730 | murrell | 2007-12-18 19:31:53 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/device.R
   M /trunk/src/library/grDevices/man/dev.interactive.Rd
   M /trunk/src/library/graphics/R/plot.R
   M /trunk/src/library/graphics/man/plotformula.Rd

remove dev.displaylist() check from dev.interactive;  add dev.interactive() check to ask argument for plot.formula()
------------------------------------------------------------------------
r43731 | ripley | 2007-12-19 00:41:34 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/base/R/by.R

back out fix for PR#10506, as some packages rely on this behaviour
------------------------------------------------------------------------
r43732 | leisch | 2007-12-19 10:09:50 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/tools/R/admin.R

install tangled vignettes
------------------------------------------------------------------------
r43733 | ripley | 2007-12-19 10:16:04 -0500 (Wed, 19 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/R/by.R
   M /trunk/src/library/base/man/by.Rd

fix for PR#10506 that keeps package survey working.

------------------------------------------------------------------------
r43734 | ripley | 2007-12-19 10:16:35 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

mention -e flag
------------------------------------------------------------------------
r43735 | ripley | 2007-12-19 10:38:08 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update for MacOS Java
------------------------------------------------------------------------
r43736 | ripley | 2007-12-19 10:40:49 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-admin.texi

port r43735 from trunk
------------------------------------------------------------------------
r43737 | ripley | 2007-12-19 10:54:23 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/R/unix/x11.R
   M /trunk/src/library/grDevices/man/unix/x11.Rd

clean up defaults
------------------------------------------------------------------------
r43738 | ripley | 2007-12-19 14:07:29 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/pdf.options.Rd

typo
------------------------------------------------------------------------
r43739 | deepayan | 2007-12-19 19:56:17 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/html/R.css
   M /trunk/src/library/utils/NAMESPACE
   A /trunk/src/library/utils/R/browseVignettes.R
   A /trunk/src/library/utils/man/browseVignettes.Rd

added new function browseVignettes in utils
------------------------------------------------------------------------
r43740 | ripley | 2007-12-20 05:20:39 -0500 (Thu, 20 Dec 2007) | 4 lines
Changed paths:
   M /trunk/src/extra/graphapp/graphapp.h
   M /trunk/src/extra/graphapp/windows.c
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/unix/quartz.R
   M /trunk/src/library/grDevices/R/windows/windows.R
   M /trunk/src/library/grDevices/R/zzz.R
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devWindows.c
   M /trunk/src/library/grDevices/src/devWindows.h
   M /trunk/src/library/grDevices/src/init.c

use registration for all entry points in grDevices
add 'title' to windows()
use windows.options() for defaults

------------------------------------------------------------------------
r43741 | ripley | 2007-12-20 05:36:20 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/src/devWindows.c

typos
------------------------------------------------------------------------
r43742 | ripley | 2007-12-20 06:09:43 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/grDevices/R/unix/x11.R
   M /trunk/src/library/grDevices/man/unix/x11.Rd
   M /trunk/src/main/names.c
   M /trunk/src/modules/X11/devX11.c
   M /trunk/src/modules/X11/devX11.h

add title to X11 - work in progress
------------------------------------------------------------------------
r43743 | maechler | 2007-12-20 08:39:41 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/ClassExtensions.R

white space only
------------------------------------------------------------------------
r43744 | ripley | 2007-12-20 10:01:53 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   A /trunk/src/library/grDevices/man/windows/windows.options.Rd

add help page
------------------------------------------------------------------------
r43745 | maechler | 2007-12-20 12:27:24 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/method.skeleton.R
   M /trunk/src/library/methods/man/method.skeleton.Rd

cosmetic + activate example
------------------------------------------------------------------------
r43746 | maechler | 2007-12-20 12:31:01 -0500 (Thu, 20 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/methods/R/show.R

add hint on showMethods() to show(<genericFunction>)

------------------------------------------------------------------------
r43747 | maechler | 2007-12-20 12:33:54 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/methods/R/Methods.R
   M /trunk/src/library/methods/R/MethodsList.R
   M /trunk/src/library/methods/R/MethodsListClass.R
   M /trunk/src/library/methods/R/RClassUtils.R
   M /trunk/src/library/methods/R/RMethodUtils.R
   M /trunk/src/library/methods/R/as.R
   M /trunk/src/library/methods/R/methodsTable.R
   M /trunk/src/library/methods/R/zzz.R
   M /trunk/src/library/methods/man/MethodSupport.Rd
   M /trunk/src/library/methods/man/getMethod.Rd
   M /trunk/src/library/utils/R/objects.R

get rid of .UsingMethodsTables() and corresponding old code; getMethodsForDispatch() only needs one arg
------------------------------------------------------------------------
r43748 | ripley | 2007-12-21 03:29:51 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/postscriptFonts.Rd
   M /trunk/src/library/grDevices/man/unix/x11Fonts.Rd
   M /trunk/src/library/grDevices/man/windows/windowsFonts.Rd

documentation and markup improvements
------------------------------------------------------------------------
r43749 | ripley | 2007-12-21 03:30:58 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/grDevices/man/postscriptFonts.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/unix/x11Fonts.Rd
   M /branches/R-2-6-branch/src/library/grDevices/man/windows/windowsFonts.Rd

port r43748 from trunk
------------------------------------------------------------------------
r43750 | hornik | 2007-12-21 04:47:22 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43751 | hornik | 2007-12-21 04:47:24 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43752 | ripley | 2007-12-21 06:52:23 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/grDevices/NAMESPACE
   M /trunk/src/library/grDevices/R/postscript.R
   M /trunk/src/library/grDevices/R/unix/x11.R
   M /trunk/src/library/grDevices/R/zzz.R
   M /trunk/src/library/grDevices/man/unix/png.Rd
   M /trunk/src/library/grDevices/man/unix/x11.Rd
   M /trunk/src/modules/X11/devX11.c

set X11() defaults via X11.options()
------------------------------------------------------------------------
r43753 | ripley | 2007-12-21 08:32:17 -0500 (Fri, 21 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/devX11.c

clean up
------------------------------------------------------------------------
r43754 | maechler | 2007-12-21 11:37:14 -0500 (Fri, 21 Dec 2007) | 3 lines
Changed paths:
   M /trunk/src/library/graphics/man/pairs.Rd

fix (unconsequential) thinko in example's panel.cor; 
thanks to Matthias Kohl

------------------------------------------------------------------------
r43755 | ripley | 2007-12-22 04:01:17 -0500 (Sat, 22 Dec 2007) | 3 lines
Changed paths:
   M /trunk/src/library/utils/R/browseVignettes.R
   M /trunk/src/library/utils/man/browseVignettes.Rd

capitalization appears to be 'noweb'.
don't pop up a browser/new tab during make check 

------------------------------------------------------------------------
r43756 | ripley | 2007-12-22 04:30:54 -0500 (Sat, 22 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/pdf.options.Rd
   M /trunk/src/library/grDevices/man/ps.options.Rd
   M /trunk/src/library/grDevices/man/windows/windows.options.Rd

tweak wording
------------------------------------------------------------------------
r43757 | ripley | 2007-12-22 04:55:12 -0500 (Sat, 22 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/arithmetic.c

avoid log() changing '...' in the caller under certain rare circumstances.

------------------------------------------------------------------------
r43758 | ripley | 2007-12-22 04:56:09 -0500 (Sat, 22 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/main/arithmetic.c

port r43757 from trunk
------------------------------------------------------------------------
r43759 | ripley | 2007-12-22 04:58:20 -0500 (Sat, 22 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/share/perl/massage-Examples.pl

use a 7in square device for testing examples
------------------------------------------------------------------------
r43760 | ripley | 2007-12-22 05:20:22 -0500 (Sat, 22 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/gnuwin32/editor.c
   M /trunk/src/gnuwin32/editor.h
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/include/Defn.h
   M /trunk/src/unix/system.c

more use of const char *

------------------------------------------------------------------------
r43761 | ripley | 2007-12-22 05:28:01 -0500 (Sat, 22 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/platform.c
   M /trunk/src/unix/system.c

more on const char *
------------------------------------------------------------------------
r43762 | ripley | 2007-12-22 05:38:51 -0500 (Sat, 22 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c

suppress some MacOS warnings
------------------------------------------------------------------------
r43763 | ripley | 2007-12-23 08:47:35 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/Makefile.in
   M /trunk/src/main/platform.c

force in Rembedded.o, for old-style interface
------------------------------------------------------------------------
r43764 | ripley | 2007-12-23 08:58:52 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/platform.c

revert last change for now
------------------------------------------------------------------------
r43765 | murdoch | 2007-12-23 10:34:31 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS

Formatting
------------------------------------------------------------------------
r43766 | murdoch | 2007-12-23 10:36:22 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS

Port r43765 from trunk:  formatting
------------------------------------------------------------------------
r43767 | ripley | 2007-12-23 10:52:31 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/doc/manual/R-exts.texi
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h
   M /trunk/src/gnuwin32/embeddedR.c
   M /trunk/src/gnuwin32/front-ends/make.rtest
   M /trunk/src/gnuwin32/front-ends/rproxy_impl.c
   M /trunk/src/gnuwin32/front-ends/rtest.c
   M /trunk/src/gnuwin32/getline/getline.c
   M /trunk/src/gnuwin32/getline/getline.h
   M /trunk/src/gnuwin32/pager.c
   M /trunk/src/gnuwin32/system.c
   M /trunk/src/include/Defn.h
   M /trunk/src/include/R_ext/Error.h
   M /trunk/src/include/R_ext/RStartup.h
   M /trunk/src/include/Rinterface.h
   M /trunk/src/main/platform.c
   M /trunk/src/main/startup.c
   M /trunk/src/unix/Runix.h
   M /trunk/src/unix/sys-std.c
   M /trunk/src/unix/system.c
   M /trunk/src/unix/system.txt

use const char * in embedding interfaces where appropriate
------------------------------------------------------------------------
r43768 | ripley | 2007-12-23 10:58:50 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/src/tcltk_unix.c

add const as needed
------------------------------------------------------------------------
r43769 | ripley | 2007-12-23 11:21:23 -0500 (Sun, 23 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/tcltk/R/tkGUI.R

fix visibility of return value
------------------------------------------------------------------------
r43770 | ripley | 2007-12-24 04:06:12 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/cbind.Rd
   M /trunk/src/library/base/man/data.frame.Rd

typo, clarification
------------------------------------------------------------------------
r43771 | ripley | 2007-12-24 04:07:41 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/cbind.Rd
   M /branches/R-2-6-branch/src/library/base/man/data.frame.Rd

port r43770 from trunk
------------------------------------------------------------------------
r43772 | maechler | 2007-12-24 05:30:21 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Reserved.Rd
   M /trunk/src/library/base/man/Syntax.Rd
   M /trunk/src/library/base/man/memory.profile.Rd

keywords; seealso
------------------------------------------------------------------------
r43773 | hornik | 2007-12-24 08:40:35 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43774 | hornik | 2007-12-24 08:40:37 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/doc/manual/R-FAQ.texi

Updated.
------------------------------------------------------------------------
r43775 | murdoch | 2007-12-24 12:10:10 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-intro.texi

Clarification suggested by Richard Wright
------------------------------------------------------------------------
r43776 | ripley | 2007-12-24 13:04:39 -0500 (Mon, 24 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/grDevices/man/unix/quartz.Rd
   M /trunk/src/library/grDevices/man/unix/x11.Rd
   M /trunk/src/library/grDevices/man/windows/png.Rd
   M /trunk/src/library/grDevices/man/windows/savePlot.Rd
   M /trunk/src/library/grDevices/man/windows/windows.Rd

clarification on 'gamma', markup

------------------------------------------------------------------------
r43777 | ripley | 2007-12-24 13:19:04 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/grDevices/man/unix/x11.Rd
   M /trunk/src/library/grDevices/man/windows/windows.Rd
   M /trunk/src/library/grDevices/src/devWindows.c

allow device number in user-supplied title
------------------------------------------------------------------------
r43778 | ripley | 2007-12-24 13:21:37 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/devX11.c

allow device number in user-supplied title
------------------------------------------------------------------------
r43779 | ripley | 2007-12-24 13:22:35 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/devX11.c

allow device number in user-supplied title
------------------------------------------------------------------------
r43780 | ripley | 2007-12-24 13:24:13 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/devX11.c

allow device number in user-supplied title
------------------------------------------------------------------------
r43781 | ripley | 2007-12-24 13:24:46 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/modules/X11/devX11.c

allow device number in user-supplied title
------------------------------------------------------------------------
r43782 | ripley | 2007-12-25 00:10:41 -0500 (Tue, 25 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd

larification
------------------------------------------------------------------------
r43783 | ripley | 2007-12-25 00:11:58 -0500 (Tue, 25 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd

port r43782 from trunk
------------------------------------------------------------------------
r43784 | ripley | 2007-12-26 03:39:37 -0500 (Wed, 26 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/call.Rd
   M /trunk/src/library/base/man/do.call.Rd
   M /trunk/src/main/coerce.c

leave zero-length string to later & better error message

------------------------------------------------------------------------
r43785 | ripley | 2007-12-26 03:50:07 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update on ACML
------------------------------------------------------------------------
r43786 | ripley | 2007-12-26 04:35:57 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

update on ATLAS
------------------------------------------------------------------------
r43787 | ripley | 2007-12-26 05:48:38 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/tests/Embedding/embeddedRCall.c

avoid unnecessary cast
------------------------------------------------------------------------
r43788 | ripley | 2007-12-26 11:44:21 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-admin.texi

Tcl/Tk 8.5.0 is out and works
------------------------------------------------------------------------
r43789 | ripley | 2007-12-26 11:45:52 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/etc/Makeconf.in
   M /trunk/tests/Embedding/Makefile.in

tests/Embedding now works with statically linked R
------------------------------------------------------------------------
r43790 | ripley | 2007-12-27 04:03:47 -0500 (Thu, 27 Dec 2007) | 3 lines
Changed paths:
   M /trunk/src/library/base/R/match.R
   M /trunk/src/library/base/man/agrep.Rd

charmatch was unintentionally returning invisibly.
document that agrep works at byte level.

------------------------------------------------------------------------
r43791 | ripley | 2007-12-27 04:05:05 -0500 (Thu, 27 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/R/match.R
   M /branches/R-2-6-branch/src/library/base/man/agrep.Rd

port r43790 from trunk
------------------------------------------------------------------------
r43792 | maechler | 2007-12-27 09:47:06 -0500 (Thu, 27 Dec 2007) | 1 line
Changed paths:
   M /trunk/doc/manual/R-ints.texi

apply typo-patches from Ben Bolker
------------------------------------------------------------------------
r43793 | ripley | 2007-12-28 04:12:28 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/strwidth.Rd

clarifications
------------------------------------------------------------------------
r43794 | ripley | 2007-12-28 04:14:35 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/strwidth.Rd

port r43793 from trunk
------------------------------------------------------------------------
r43795 | ripley | 2007-12-28 04:43:56 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/console.c
   M /trunk/src/gnuwin32/console.h

use const
------------------------------------------------------------------------
r43796 | ripley | 2007-12-28 04:45:12 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/rw-FAQ.texi

update to Tcl/Tk 8.5
------------------------------------------------------------------------
r43797 | ripley | 2007-12-28 04:46:21 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/MkRules
   M /trunk/src/gnuwin32/rw-FAQ.texi

revert r43796 for now
------------------------------------------------------------------------
r43798 | ripley | 2007-12-28 04:55:46 -0500 (Fri, 28 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/man/par.Rd
   M /trunk/src/library/graphics/man/strwidth.Rd
   M /trunk/src/main/par.c

drop warning on setting par(new=FALSE) on unused device.
cin and csi are NOT scaled by pointsize as claimed.

------------------------------------------------------------------------
r43799 | ripley | 2007-12-28 04:57:52 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/man/par.Rd
   M /branches/R-2-6-branch/src/library/graphics/man/strwidth.Rd
   M /branches/R-2-6-branch/src/main/par.c

port r43798 from trunk
------------------------------------------------------------------------
r43800 | ripley | 2007-12-28 05:14:14 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/dataentry.c
   M /trunk/src/gnuwin32/editor.c
   M /trunk/src/gnuwin32/opt.c
   M /trunk/src/gnuwin32/opt.h
   M /trunk/src/gnuwin32/preferences.c
   M /trunk/src/gnuwin32/run.c

more use of const
------------------------------------------------------------------------
r43801 | ripley | 2007-12-28 07:17:07 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   D /trunk/src/gnuwin32/shext.h

declaration of *static* entry point
------------------------------------------------------------------------
r43802 | ripley | 2007-12-28 07:18:05 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/graphics/R/plot.R

fix PR#10525 and more in plot.formula
------------------------------------------------------------------------
r43803 | ripley | 2007-12-28 07:20:22 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/NEWS
   M /branches/R-2-6-branch/src/library/graphics/R/plot.R

port r43802 from trunk
------------------------------------------------------------------------
r43804 | ripley | 2007-12-28 10:23:58 -0500 (Fri, 28 Dec 2007) | 4 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/main/apse.c
   M /trunk/src/main/apse.h

update to apse 0.16
remove redundant code.
make the alphabet size a variable, in preparation for widechar version.

------------------------------------------------------------------------
r43805 | ripley | 2007-12-28 22:58:19 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/rw-FAQ.texi

update comment
------------------------------------------------------------------------
r43806 | ripley | 2007-12-28 23:41:54 -0500 (Fri, 28 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/base/man/agrep.Rd
   M /trunk/src/main/apse.c
   M /trunk/src/main/apse.h
   M /trunk/src/main/character.c

adapt agrep() to work in MBCS locales
------------------------------------------------------------------------
r43807 | ripley | 2007-12-29 06:20:37 -0500 (Sat, 29 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/main/apse.c
   M /trunk/src/main/character.c

tweak to case-insensitive matching
------------------------------------------------------------------------
r43808 | ripley | 2007-12-29 09:05:04 -0500 (Sat, 29 Dec 2007) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/src/library/utils/R/capture.output.R
   M /trunk/src/library/utils/man/capture.output.Rd

workaround for PR#10534
general cleanup of capture.output, set return visibility so it works

------------------------------------------------------------------------
r43809 | ripley | 2007-12-30 10:30:42 -0500 (Sun, 30 Dec 2007) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/config.site
   M /trunk/configure
   M /trunk/m4/R.m4
   M /trunk/src/library/utils/R/unix/help.start.R
   M /trunk/src/library/utils/man/browseURL.Rd
   M /trunk/src/library/utils/man/help.start.Rd

AOL has dropped Netscape, so we do too

------------------------------------------------------------------------
r43810 | ripley | 2007-12-30 11:08:48 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/extra/Makefile.in
   A /trunk/src/extra/tzone
   A /trunk/src/extra/tzone/Makefile.win
   A /trunk/src/extra/tzone/localtime.c
   A /trunk/src/extra/tzone/registryTZ.c
   A /trunk/src/extra/tzone/tzfile.h
   A /trunk/src/extra/tzone/zoneinfo.zip
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/gnuwin32/Makefile
   M /trunk/src/gnuwin32/installer/Makefile
   M /trunk/src/library/base/man/Sys.time.Rd
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   M /trunk/src/main/datetime.c

add tzone database for use under Windows
------------------------------------------------------------------------
r43811 | ripley | 2007-12-30 11:20:14 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   M /trunk/tests/Embedding/Makefile.in

'make dist' needs PACKAGE and VERSION
------------------------------------------------------------------------
r43812 | ripley | 2007-12-30 15:21:58 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/options.Rd

typo
------------------------------------------------------------------------
r43813 | ripley | 2007-12-30 15:23:31 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   M /branches/R-2-6-branch/src/library/base/man/options.Rd

port r43812 from trunk
------------------------------------------------------------------------
r43814 | ripley | 2007-12-30 15:54:08 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   A /trunk/src/extra/tzone/Notes
   M /trunk/src/library/base/man/as.POSIXlt.Rd

document the use of TZDIR
------------------------------------------------------------------------
r43815 | ripley | 2007-12-30 17:59:21 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   A /trunk/src/extra/tzone/Make.zi
   M /trunk/src/extra/tzone/Notes

how to make zoneinfo.zip
------------------------------------------------------------------------
r43816 | ripley | 2007-12-31 02:37:59 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/extra/tzone/zoneinfo.zip

cleanup version: using FC5's zic makes it smaller for some reason
------------------------------------------------------------------------
r43817 | ripley | 2007-12-31 05:22:28 -0500 (Mon, 31 Dec 2007) | 4 lines
Changed paths:
   M /trunk/src/extra/tzone/localtime.c
   M /trunk/src/extra/tzone/tzfile.h
   M /trunk/src/library/base/man/as.POSIXlt.Rd

be explicit about POSIXRULES
unknwon timezones may be intrepreted as pseudo-POSIX, e.g. HST10
update docs, add example of looking at zone.tab

------------------------------------------------------------------------
r43818 | ripley | 2007-12-31 06:22:51 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/as.POSIXlt.Rd

more on timezones
------------------------------------------------------------------------
r43819 | ripley | 2007-12-31 07:29:48 -0500 (Mon, 31 Dec 2007) | 3 lines
Changed paths:
   A /trunk/src/library/base/man/EnvVar.Rd
   M /trunk/src/library/utils/man/download.file.Rd

use \env for environment variables.
add new help page listing (many but not all) environment variables.

------------------------------------------------------------------------
r43820 | ripley | 2007-12-31 07:37:15 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/EnvVar.Rd

tweak
------------------------------------------------------------------------
r43821 | ripley | 2007-12-31 09:48:15 -0500 (Mon, 31 Dec 2007) | 2 lines
Changed paths:
   M /trunk/src/library/base/man/options.Rd
   M /trunk/src/library/utils/man/browseURL.Rd

use \env

------------------------------------------------------------------------
r43822 | ripley | 2007-12-31 09:50:03 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/extra/tzone/registryTZ.c

tweak
------------------------------------------------------------------------
r43823 | ripley | 2007-12-31 09:50:23 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Sys.localeconv.Rd

use \env
------------------------------------------------------------------------
r43824 | ripley | 2007-12-31 09:51:42 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/library/base/man/Sys.time.Rd
   M /trunk/src/library/base/man/as.POSIXlt.Rd
   A /trunk/src/library/base/man/timezones.Rd (from /trunk/src/library/base/man/as.POSIXlt.Rd:43818)

move Sys.timezone and time zone info to a separate help page
------------------------------------------------------------------------
r43825 | ripley | 2007-12-31 10:29:47 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/gnuwin32/CHANGES
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/main/datetime.c

improve DST extrapolation
------------------------------------------------------------------------
r43826 | ripley | 2007-12-31 13:39:12 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/gnuwin32/fixed/h/config64.h
   M /trunk/src/include/config.h.in

check for 8-byte time_t
------------------------------------------------------------------------
r43827 | ripley | 2007-12-31 16:34:01 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/src/gnuwin32/fixed/h/config.h
   M /trunk/src/gnuwin32/fixed/h/config64.h

use 64-bit time_t where available
------------------------------------------------------------------------
r43828 | ripley | 2007-12-31 16:34:10 -0500 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/src/extra/tzone/localtime.c
   M /trunk/src/library/base/man/DateTimeClasses.Rd
   M /trunk/src/main/datetime.c

use 64-bit time_t where available
------------------------------------------------------------------------