R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-Cairo
/
src
/
main
/
datetime.c
– Rev 44421
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
44421
6741 d 4 h
ripley
/branches/R-Cairo/
create R-Cairo
44023
6766 d 7 h
ripley
/trunk/src/main/
update date
43843
6780 d 5 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
6780 d 22 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
6782 d 17 h
ripley
/trunk/
use 64-bit time_t where available
43825
6782 d 23 h
ripley
/trunk/
improve DST extrapolation
43810
6783 d 22 h
ripley
/trunk/src/
add tzone database for use under Windows
42724
6903 d 22 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
6914 d 18 h
ripley
/trunk/
final tweaks for cygwin
42357
6937 d 0 h
ripley
/trunk/src/
clean up the (non-)use of R-log.
Windows has gettimeofday, but it is not particularly accurate.
42307
6942 d 5 h
ripley
/trunk/src/
change reference to GPL
41894
6989 d 0 h
ripley
/trunk/
deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
41807
6992 d 22 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
7059 d 21 h
ripley
/trunk/src/
workaround for PR#9572
40871
7067 d 2 h
ripley
/trunk/
fix for PR#9577
40419
7138 d 16 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
7139 d 4 h
ripley
/trunk/
copy 'tz' to object if set in strptime
40406
7139 d 6 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
7139 d 6 h
ripley
/trunk/src/main/
typo in last change
40403
7139 d 6 h
ripley
/trunk/src/
don't make use of unsetenv value as FreeBSD does not have it,
but test afterwards.
←Prev
1
2
Next→
Show All