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
72049 3466 d 2 h gmbecker /branches/ALTREP/ merged changes from trunk up to 72048  
71676 3534 d 0 h luke /branches/ALTREP/ merged changes from trunk through 71675.  
71308 3598 d 1 h luke /branches/ALTREP/ Create ALTREP branch.  
70852 3680 d 23 h luke /trunk/ Tidied up and documented user interrupt handling changes.  
70041 3832 d 11 h ripley /trunk/src/include/ add support for NO_C_HEADERS  
68949 4005 d 6 h ripley /trunk/src/ use https  
68232 4114 d 9 h maechler /trunk/src/include/ R_running_as_main_program is 'extern' (PR#15899)  
67181 4240 d 9 h luke /trunk/src/ Added NORET annotations; from Tomas Kalibera.  
66120 4400 d 14 h ripley /trunk/src/ more use of headers  
61760 4928 d 11 h ripley /trunk/src/ tweaks to visibility, start separate list for front-ends  
61469 4959 d 5 h ripley /trunk/ more cleaning up for R.app  
61285 4975 d 14 h ripley /trunk/src/include/ 2.16.0 -> 3.0.0  
60685 5066 d 10 h ripley /trunk/ some cleanup for interface pointers  
60253 5095 d 9 h ripley /trunk/ start documenting what is and what is not API in the headers  
59039 5216 d 11 h ripley /trunk/ use preferred form of 'R Core Team'  
51836 5935 d 15 h ripley /trunk/ for unavoidable headers, use C++ equivalents  
44195 6756 d 1 h ripley /trunk/src/ some uses of (void) where possible  
43767 6791 d 5 h ripley /trunk/ use const char * in embedding interfaces where appropriate  
42308 6942 d 12 h ripley /trunk/src/include/ change reference to GPL  
41862 6990 d 14 h ripley /trunk/src/include/ cosmetics, remove unused entries  
41831 6991 d 22 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
41807 6993 d 5 h rgentlem /trunk/ patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes

CHAR() internal macro now returns (const char *)

Add CHAR_RW: writable CHARSXP access for internal R use only

const char fixes for methods package

Add NEWS item and some doc to R-ext for CHARSXP changes
 
40812 7086 d 23 h urbaneks /trunk/ Added R_WriteConsoleEx fn + callback  
38854 7289 d 14 h ripley /trunk/ introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
 
37951 7392 d 7 h ripley /trunk/src/include/ MacOS X needs only one declaration of R_SignalHandlers  
37946 7394 d 11 h ripley /trunk/ allow the option to suppress R's signal handlers  
37873 7403 d 1 h ripley /trunk/src/include/ conditionalize CStack definitions  
37831 7405 d 12 h ripley /trunk/ expose R_CStackLimit/Start to alternative front-ends (and document)  
37589 7427 d 6 h murdoch /trunk/ Document ptr_R_addhistory; add reminder of need for docs to Rinterface.h.  
37572 7428 d 4 h murdoch /trunk/ Allow user to put timestamps in history.  
36820 7524 d 5 h ripley /trunk/ update FSF address  
35328 7646 d 15 h ripley /trunk/ add comments on R_timeout_val/handler  
31661 7941 d 8 h ripley /trunk/src/include/ missing arg  
31548 7948 d 23 h iacus /trunk/src/ removed unsed ptr_* aqua related pointers, cleaned up the code from HAVE_AQUA conditionalizing in do_edit and R_EditFiles, removed many duplicated exported symbols in src/unix/aqua.c as they now leave in Rinterface.h  
31542 7949 d 2 h ripley /trunk/ document Rinterface.h exists.
Tweaks.
 
31540 7949 d 4 h ripley /trunk/src/ Make Rinterface.h general enough for Tk console.
Allow possibility of plug-in editor in the GUI.
 
31538 7949 d 5 h ripley /trunk/src/ use Rinterface.h as a header for external GUIs