The R Project SVN R

Rev

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

Rev 28302 Rev 28362
Line 93... Line 93...
93
used more effectively, in particular those over 2Gb where OS support
93
used more effectively, in particular those over 2Gb where OS support
94
has been enabled.  The initially requested memory is no longer
94
has been enabled.  The initially requested memory is no longer
95
reserved, but as this malloc is able to work with non-contiguous
95
reserved, but as this malloc is able to work with non-contiguous
96
memory chunks that should not matter.
96
memory chunks that should not matter.
97
 
97
 
-
 
98
The installer uses LZMA compression, so Inno Setup >= 4.1.5 is required.
-
 
99
 
-
 
100
Version 1.2.5 of libpng is now used in binary builds.
-
 
101
 
98
 
102
 
99
Bug fixes
103
Bug fixes
100
---------
104
---------
101
 
105
 
102
Fixed list.files() to properly handle paths like "C:", etc.
106
Fixed list.files() to properly handle paths like "C:", etc.