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 5808 d 9 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52799 5817 d 14 h ripley /trunk/ assume popen
clean up error codes from system() where possible
 
52753 5824 d 15 h ripley /trunk/src/ change intended for __APPLE__ translated C locale to UTF-8 on Windows.  
52128 5905 d 9 h ripley /trunk/src/main/ add header  
52104 5907 d 10 h ripley /trunk/src/ have R_ProcessEvents on all platforms  
52103 5907 d 17 h ripley /trunk/src/ tidy up, add comments  
51812 5939 d 17 h ripley /trunk/src/ libiconv 1.13 returns EINVAL where glibc returns EILSEQ  
51444 5967 d 15 h ripley /trunk/src/main/ typo  
51398 5969 d 15 h ripley /trunk/src/ make use of C99 features  
51388 5970 d 7 h ripley /trunk/src/main/ use #ifdef for consistency  
51258 5982 d 9 h ripley /trunk/src/main/ add arity checking to proc.time  
51245 5983 d 15 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 5990 d 3 h falcon /trunk/src/main/ Fix error message in getCharCE to have correct function name  
50871 6052 d 15 h ripley /trunk/src/ add checks on malloc calls  
50479 6096 d 17 h ripley /trunk/src/ back out r50473 (did not work on SunStudio)  
50475 6096 d 22 h murdoch /trunk/src/main/ Missing semicolon in r50473  
50473 6097 d 4 h ripley /trunk/src/ pre-check alloca for addiitonal safety  
50302 6111 d 9 h ripley /trunk/ convert to UTF-8 before sending to tcltk  
50298 6111 d 14 h ripley /trunk/src/ more on making wtransChar part of Defn.h  
50297 6111 d 14 h ripley /trunk/src/ put wtransChar in a public header  
49744 6157 d 18 h ripley /trunk/src/ a little bit more hiding of entry points  
49635 6166 d 19 h ripley /trunk/ more on new regexp engine  
49631 6167 d 7 h ripley /trunk/ more steps towards adopting TRE  
49591 6169 d 11 h ripley /trunk/ remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
 
49392 6182 d 16 h ripley /trunk/src/main/ conditionalize Windows update  
49385 6182 d 17 h ripley /trunk/src/main/ updates  
49383 6182 d 17 h ripley /trunk/ require 'glob' (really this has been required since 2.9.0)
don't use [ ] in Sys.glob
 
49381 6182 d 18 h ripley /trunk/src/main/ split up character.c  
49095 6199 d 17 h ripley /trunk/ make marking encoding optional in iconv()  
48904 6231 d 13 h ripley /trunk/src/ remove conditionalization on HAVE_ICONV  
48007 6362 d 7 h ripley /trunk/src/main/ avoid the limit of wsprintfW  
47999 6362 d 17 h ripley /trunk/src/ back out r47750: broke rgdal  
47750 6391 d 6 h murdoch /trunk/src/ Switch to API calls for environment variables: the MSVCRT fns don't handle long variables properly.  
47460 6414 d 16 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
46843 6474 d 6 h ripley /trunk/src/ more on moves to Unicode file names  
46512 6532 d 6 h ripley /trunk/src/ clean up locale2charset error  
46506 6532 d 15 h ripley /trunk/src/ iconv was misidentifying Windows in CP1250 as LATIN-2  
46133 6574 d 15 h ripley /trunk/ rationalize error messages  
46130 6574 d 15 h ripley /trunk/ fix memory leak in ucstoutf8  
45703 6648 d 5 h ripley /trunk/src/main/ more info on unexpected failures