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 5807 d 7 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52799 5816 d 12 h ripley /trunk/ assume popen
clean up error codes from system() where possible
 
52753 5823 d 13 h ripley /trunk/src/ change intended for __APPLE__ translated C locale to UTF-8 on Windows.  
52128 5904 d 7 h ripley /trunk/src/main/ add header  
52104 5906 d 8 h ripley /trunk/src/ have R_ProcessEvents on all platforms  
52103 5906 d 15 h ripley /trunk/src/ tidy up, add comments  
51812 5938 d 16 h ripley /trunk/src/ libiconv 1.13 returns EINVAL where glibc returns EILSEQ  
51444 5966 d 13 h ripley /trunk/src/main/ typo  
51398 5968 d 14 h ripley /trunk/src/ make use of C99 features  
51388 5969 d 5 h ripley /trunk/src/main/ use #ifdef for consistency  
51258 5981 d 7 h ripley /trunk/src/main/ add arity checking to proc.time  
51245 5982 d 14 h ripley /trunk/ document in source files which primitives/.Internal are 'special'
make zero-arg primitives consistently builtin and not special, and check arity
list the specials (and some reasons) in R-ints
update now switch() is primitive
 
51206 5989 d 2 h falcon /trunk/src/main/ Fix error message in getCharCE to have correct function name  
50871 6051 d 14 h ripley /trunk/src/ add checks on malloc calls  
50479 6095 d 16 h ripley /trunk/src/ back out r50473 (did not work on SunStudio)  
50475 6095 d 20 h murdoch /trunk/src/main/ Missing semicolon in r50473  
50473 6096 d 2 h ripley /trunk/src/ pre-check alloca for addiitonal safety  
50302 6110 d 7 h ripley /trunk/ convert to UTF-8 before sending to tcltk  
50298 6110 d 12 h ripley /trunk/src/ more on making wtransChar part of Defn.h  
50297 6110 d 13 h ripley /trunk/src/ put wtransChar in a public header  
49744 6156 d 17 h ripley /trunk/src/ a little bit more hiding of entry points  
49635 6165 d 18 h ripley /trunk/ more on new regexp engine  
49631 6166 d 5 h ripley /trunk/ more steps towards adopting TRE  
49591 6168 d 9 h ripley /trunk/ remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
 
49392 6181 d 15 h ripley /trunk/src/main/ conditionalize Windows update  
49385 6181 d 15 h ripley /trunk/src/main/ updates  
49383 6181 d 15 h ripley /trunk/ require 'glob' (really this has been required since 2.9.0)
don't use [ ] in Sys.glob
 
49381 6181 d 16 h ripley /trunk/src/main/ split up character.c  
49095 6198 d 16 h ripley /trunk/ make marking encoding optional in iconv()  
48904 6230 d 11 h ripley /trunk/src/ remove conditionalization on HAVE_ICONV  
48007 6361 d 6 h ripley /trunk/src/main/ avoid the limit of wsprintfW  
47999 6361 d 15 h ripley /trunk/src/ back out r47750: broke rgdal  
47750 6390 d 5 h murdoch /trunk/src/ Switch to API calls for environment variables: the MSVCRT fns don't handle long variables properly.  
47460 6413 d 14 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
46843 6473 d 5 h ripley /trunk/src/ more on moves to Unicode file names  
46512 6531 d 4 h ripley /trunk/src/ clean up locale2charset error  
46506 6531 d 13 h ripley /trunk/src/ iconv was misidentifying Windows in CP1250 as LATIN-2  
46133 6573 d 13 h ripley /trunk/ rationalize error messages  
46130 6573 d 13 h ripley /trunk/ fix memory leak in ucstoutf8  
45703 6647 d 3 h ripley /trunk/src/main/ more info on unexpected failures