The R Project SVN R

Rev

Rev 28349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28349 Rev 28357
Line 269... Line 269...
269
	from FORTRAN code.
269
	from FORTRAN code.
270
 
270
 
271
    o	Salloc and Srealloc are provided in S.h as wrappers for S_alloc
271
    o	Salloc and Srealloc are provided in S.h as wrappers for S_alloc
272
	and S_realloc, since current S versions use these forms.
272
	and S_realloc, since current S versions use these forms.
273
 
273
 
-
 
274
    o	The type used for vector lengths is now R_len_t rather than
-
 
275
	int, to allow this to de defined as long and so allow vectors
-
 
276
	longer than 2^31 - 1 elements on 64-bit platforms.
-
 
277
 
274
 
278
 
275
DEPRECATED & DEFUNCT
279
DEPRECATED & DEFUNCT
276
 
280
 
277
    o	print.coefmat() is defunct, replaced by printCoefmat().
281
    o	print.coefmat() is defunct, replaced by printCoefmat().
278
 
282