The R Project SVN R

Rev

Rev 86182 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86182 Rev 87299
Line 223... Line 223...
223
}
223
}
224
 
224
 
225
\section{Warnings}{
225
\section{Warnings}{
226
%% glibc and macOS have _POSIX_TZNAME_MAX and define it as 6.
226
%% glibc and macOS have _POSIX_TZNAME_MAX and define it as 6.
227
%% Earlier versions of R's code assumed 10, and it was discovered
227
%% Earlier versions of R's code assumed 10, and it was discovered
228
%% that some implemntations did not abbreviate unusual names, thereby
228
%% that some implementations did not abbreviate unusual names, thereby
229
%% exceeding this.
229
%% exceeding this.
230
%% Olson's tzcode has a limit of 255 and does not check: this has been
230
%% Olson's tzcode has a limit of 255 and does not check: this has been
231
%% corrected in R's copy.
231
%% corrected in R's copy.
232
%% sysconf(_SC_TZNAME_MAX) might allow it to be checked:
232
%% sysconf(_SC_TZNAME_MAX) might allow it to be checked:
233
%% that gives 27 on macOS.  However, seems it is dynamic on glibc.
233
%% that gives 27 on macOS.  However, seems it is dynamic on glibc.