The R Project SVN R

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
87901 506 d 9 h ripley /trunk/src/main/ C standard has attributes before return values  
/trunk/src/main/altclasses.c
/trunk/src/main/coerce.c
/trunk/src/main/connections.c
/trunk/src/main/context.c
/trunk/src/main/dounzip.c
/trunk/src/main/duplicate.c
/trunk/src/main/envir.c
/trunk/src/main/eval.c
/trunk/src/main/internet.c
/trunk/src/main/iosupport.c
/trunk/src/main/machine.c
/trunk/src/main/memory.c
/trunk/src/main/names.c
/trunk/src/main/objects.c
/trunk/src/main/options.c
/trunk/src/main/platform.c
/trunk/src/main/printutils.c
/trunk/src/main/saveload.c
/trunk/src/main/subscript.c
/trunk/src/main/sysutils.c
/trunk/src/main/util.c
83191 1369 d 7 h ripley /trunk/src/main/ some platforms need time_t explicitly  
/trunk/src/main/machine.c
83190 1369 d 7 h ripley /trunk/src/main/ some platforms need time_t explicitly  
/trunk/src/main/machine.c
83185 1369 d 14 h ripley /trunk/src/ split .Machine from platform.c to use only one datetime system per file  
/trunk/src/main/machine.c
/trunk/src/gnuwin32/Rdll.hide
/trunk/src/main/Makefile.in
/trunk/src/main/Makefile.win
/trunk/src/main/platform.c
83168 1372 d 4 h ripley /trunk/src/main/ use R_time_t directly without the rest of platform.h  
/trunk/src/main/platform.c
83161 1373 d 12 h ripley /trunk/src/main/ move up R_Date to ensure time(&t) gets the system time_t  
/trunk/src/main/platform.c
83129 1376 d 22 h kalibera /trunk/src/main/ Fix use of internal mktime.  
/trunk/src/main/datetime.h
/trunk/src/main/platform.c
83078 1384 d 5 h ripley /trunk/ record sizeof(time_t) in .Machine  
/trunk/doc/NEWS.Rd
/trunk/doc/manual/R-admin.texi
/trunk/src/library/base/man/zMachine.Rd
/trunk/src/main/datetime.c
/trunk/src/main/platform.c
82303 1547 d 2 h kalibera /trunk/src/main/ Tweak warning about unsupported locale category in setlocale() on Windows.  
/trunk/src/main/platform.c
82268 1551 d 10 h kalibera /trunk/src/main/ Be consistent in not using unsupported categories on Windows with the
setlocale call (LC_MESSAGES is defined by libgnuintl but not supported by
Windows).
 
/trunk/src/main/main.c
/trunk/src/main/platform.c
81956 1588 d 11 h ripley /trunk/ further protect file.exists against misuse by package XML  
/trunk/doc/NEWS.Rd
/trunk/src/library/base/man/files.Rd
/trunk/src/main/platform.c
81949 1589 d 10 h ripley /trunk/src/main/ a slightly cleaner approach that GCC 12 accepts without warning  
/trunk/src/main/platform.c
81789 1617 d 3 h kalibera /trunk/src/main/ Amend 81718 - do not warn about charset when changing other parts of locale.  
/trunk/src/main/platform.c
81718 1626 d 23 h kalibera /trunk/src/ Warn when setting a locale on Windows that does not match the system
codepage. Detect the locale code page when setlocale() does not provide the
information. Expand documentation on locale names on Windows, document that
.UTF-8 suffix is needed when changing a locale.
 
/trunk/src/library/base/man/locales.Rd
/trunk/src/main/main.c
/trunk/src/main/platform.c
81653 1634 d 6 h kalibera /trunk/src/main/ Handle broken symlinks (PR#18296).  
/trunk/src/main/platform.c
81412 1677 d 3 h kalibera /trunk/src/main/ Fix return value of unlink() on Windows (also amends 81411).  
/trunk/src/main/platform.c
81411 1677 d 9 h kalibera /trunk/src/ Fix unlink() and file.exists() documentation to reflect that the Windows behavior
with broken symbolic links changed (PR#18263).
 
/trunk/src/library/base/man/files.Rd
/trunk/src/main/platform.c
81388 1683 d 2 h kalibera /trunk/src/main/ Increase file copy buffer size (PR#18245).  
/trunk/src/main/platform.c
80742 1810 d 8 h kalibera /trunk/src/ Handle the case when GetShortPathName fails (e.g. due to insufficient
permissions, PR#18167).
 
/trunk/src/gnuwin32/run.c
/trunk/src/main/platform.c
/trunk/src/main/sysutils.c
80712 1818 d 2 h kalibera /trunk/src/ Emit warning or error on too long paths (addresses compiler warnings about
unhandled truncations by snprintf).
 
/trunk/src/library/tools/src/install.c
/trunk/src/main/platform.c

Show All