The R Project SVN R

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
52864 5808 d 20 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52762 5824 d 22 h ripley /trunk/ workaround for 14358  
52570 5853 d 0 h murdoch /trunk/ Fix for PR#14338.  
51712 5951 d 1 h ripley /trunk/ first phase of changes to date-time classes  
51705 5951 d 7 h ripley /trunk/ back out testing code for now  
51704 5951 d 7 h ripley /trunk/ layout error  
51426 5968 d 18 h ripley /trunk/src/ rationalize 32- and 64-bit code  
51398 5970 d 2 h ripley /trunk/src/ make use of C99 features  
51374 5971 d 4 h ripley /trunk/src/ implement "%z"  
51365 5973 d 0 h ripley /trunk/src/main/ tweak for Windows  
51357 5973 d 5 h ripley /trunk/src/main/ better to use Win32 in R itself  
51356 5973 d 5 h ripley /trunk/src/main/ my uncommitted patch  
51354 5973 d 9 h falcon /trunk/src/main/ Fix breakage in do_formatPOSIXlt from r51353  
51353 5973 d 16 h ripley /trunk/src/ workaround for strftime on Windows  
51039 6028 d 23 h ripley /trunk/src/ use WIN64  
50936 6046 d 22 h ripley /trunk/src/ tweaks for Win64  
47852 6382 d 23 h ripley /trunk/src/ fixes for Mingw42, 20090202 build  
47432 6417 d 5 h ripley /trunk/src/main/ 24th leap second  
45667 6652 d 23 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6671 d 23 h ripley /trunk/src/main/ whitespace cleanup  
44023 6768 d 5 h ripley /trunk/src/main/ update date  
43843 6782 d 3 h ripley /trunk/src/ revert R_time_t on Windows to 32-bit, as tz database is only 32-bit.
make use of mktime which sets errno where possible (Solaris ...).
alter Windows' substitution code to set errno.
add comments about specific times with special issues.
 
43840 6782 d 19 h ripley /trunk/ unfortunately some systems with 64-bit time_t have only 32-bit tz tables,
and so don't know about DST changes after 2037.
 
43828 6784 d 14 h ripley /trunk/ use 64-bit time_t where available  
43825 6784 d 20 h ripley /trunk/ improve DST extrapolation  
43810 6785 d 20 h ripley /trunk/src/ add tzone database for use under Windows  
42724 6905 d 19 h ripley /trunk/ 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.
 
42600 6916 d 15 h ripley /trunk/ final tweaks for cygwin  
42357 6938 d 22 h ripley /trunk/src/ clean up the (non-)use of R-log.
Windows has gettimeofday, but it is not particularly accurate.
 
42307 6944 d 2 h ripley /trunk/src/ change reference to GPL  
41894 6990 d 21 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41807 6994 d 20 h rgentlem /trunk/ 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
 
40947 7061 d 19 h ripley /trunk/src/ workaround for PR#9572  
40871 7069 d 0 h ripley /trunk/ fix for PR#9577  
40419 7140 d 14 h ripley /trunk/ allow min/max/range to handle character data.
small change to message to allows messages without \n (more to come)
update some copyright dates
 
40412 7141 d 1 h ripley /trunk/ copy 'tz' to object if set in strptime  
40406 7141 d 3 h ripley /trunk/src/main/ to find isdst correctly we need to set the timezone:
will not work correctly on Windows with named timezones (but little does)
 
40404 7141 d 4 h ripley /trunk/src/main/ typo in last change  
40403 7141 d 4 h ripley /trunk/src/ don't make use of unsetenv value as FreeBSD does not have it,
but test afterwards.
 
40401 7141 d 13 h urbaneks /trunk/src/main/ Request POSIX 1003.1-2001 on OS X to get correct unsetenv