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
47757 6390 d 16 h jmc /branches/R-classInheritance/ create branch for class inheritance  
46842 6473 d 21 h ripley /trunk/src/gnuwin32/ lots of changes to the handling of filenames (e.g. moves to Unicode)  
46784 6483 d 22 h murdoch /trunk/src/ More flexible colour specs in Rgui  
46774 6487 d 19 h murdoch /trunk/src/ Script editors didn't respect colour change requests  
45070 6689 d 8 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44575 6730 d 21 h ripley /trunk/ sort out the interpretation of 'pointsize' in windows/png ... devices  
44201 6756 d 9 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
44016 6767 d 19 h ripley /trunk/src/ more on Windows filenames in UTF-8 where necessary  
43800 6787 d 5 h ripley /trunk/src/gnuwin32/ more use of const  
43760 6793 d 5 h ripley /trunk/src/ more use of const char *  
43410 6835 d 19 h murdoch /trunk/src/gnuwin32/ Buffer overrun in PR#10402 fixed.  
42300 6943 d 8 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
40700 7106 d 19 h ripley /trunk/src/ use R_fopen consistently.
move towards a wchar interface for filenames on Windows.
 
40419 7139 d 17 h ripley /trunk/ allow min/max/range to handle character data.
small change to message to allows messages without \n (more to come)
update some copyright dates
 
39498 7247 d 9 h ripley /trunk/ add some missing translations in editor.c  
39274 7259 d 4 h ripley /trunk/src/gnuwin32/ remap gettext to GA_gettext explicitly  
38972 7278 d 0 h ripley /trunk/src/ commit patch from Ei-ji Nakama  
37553 7437 d 18 h murdoch /trunk/src/ Extra file extensions for S files in Windows Rgui  
36901 7516 d 21 h ripley /trunk/src/ use WIN32_LEAN_AND_MEAN as appropriate  
36820 7524 d 23 h ripley /trunk/ update FSF address  
36650 7537 d 21 h ripley /trunk/src/gnuwin32/ remove executable  
36258 7564 d 23 h murdoch /trunk/src/gnuwin32/ Porting extras from r36257 back from R-patched (PR#8288 fixes)  
36252 7565 d 5 h murdoch /trunk/src/gnuwin32/ Fix to PR#8288, instability caused by script editor.  
35245 7656 d 6 h ripley /trunk/src/gnuwin32/ drop Exit from script editor menu (was inconsistent and easy to misuse)  
35234 7656 d 18 h ripley /trunk/src/gnuwin32/ fix PR#8060  
34997 7677 d 23 h ripley /trunk/src/gnuwin32/ fix for PR8018  
33756 7791 d 7 h ripley /trunk/src/gnuwin32/ remove incorrect setfont call in editor.c  
33001 7844 d 19 h ripley /trunk/ move RGui strings to a seperate locale  
32970 7846 d 18 h ripley /trunk/ add RGui menus to translation domain  
32888 7851 d 22 h ripley /trunk/ mark messages for translation  
32604 7866 d 22 h ripley /trunk/src/gnuwin32/ layout  
29219 8124 d 0 h ripley /trunk/src/gnuwin32/ had FindFirst without FindClose: use access instead  
29062 8135 d 9 h murdoch /trunk/src/ Fix for Windows seg fault  
29051 8135 d 21 h murdoch /trunk/ Added title arg to edit() et al  
29001 8139 d 19 h murdoch /trunk/src/gnuwin32/ Fix for re-entry and crashes  
28991 8140 d 19 h murdoch /trunk/ Editor support (mostly in Windows) by Chris Jackson