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 21 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51033 6028 d 3 h ripley /trunk/src/ more Win64 merging  
46835 6474 d 2 h ripley /trunk/src/include/ tidy up  
46436 6545 d 18 h ripley /trunk/src/include/ random deletion?  
46407 6549 d 23 h ripley /trunk/src/ unbundle Rproxy.dll (now in package rscproxy)  
44934 6697 d 18 h ripley /trunk/src/include/ typo  
44908 6698 d 15 h ripley /trunk/ Rgraphics.h is no longer installed.  
44903 6698 d 18 h ripley /trunk/src/include/ remove Rdevices.h  
43424 6834 d 3 h ripley /trunk/src/include/ tweak dependencies  
43390 6837 d 4 h ripley /trunk/src/ compute the version at install time.  
43143 6865 d 5 h ripley /trunk/src/ install iconv.h  
42661 6910 d 3 h ripley /trunk/src/ add 64-bit version of configure file  
42623 6913 d 21 h ripley /trunk/src/ link against iconv.dll rather that dynload it (as it is always used)  
42521 6921 d 3 h ripley /trunk/src/ move graphapp to src/extra (as a prelude to making a separate DLL)  
39448 7250 d 2 h ripley /trunk/ updates for SVN 1.4.0  
38854 7290 d 5 h ripley /trunk/ introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
 
37084 7499 d 22 h ripley /trunk/src/ tidy up iconv interface, especially on Windows  
37052 7503 d 18 h ripley /trunk/src/include/ quieter test  
36904 7516 d 0 h ripley /trunk/src/include/ svn must be run in the C locale  
36685 7534 d 18 h ripley /trunk/ revert the move to linking directly against DLLs: Uwe reports it does
not work on the obselete NT4.
 
36674 7535 d 18 h ripley /trunk/src/include/ update  
36652 7537 d 18 h ripley /trunk/src/ use direct linking to DLLs rather than import libraries  
35041 7672 d 19 h murdoch /trunk/ More SVN-REVISION patches  
35038 7672 d 21 h murdoch /trunk/src/include/ Do not assume SVN-REVISION exists  
35017 7675 d 20 h ripley /trunk/src/include/ make backup of SVN-REVISION and preserve the date  
34920 7688 d 12 h murdoch /trunk/src/include/ Clean up rproxy files  
34906 7692 d 22 h murdoch /trunk/src/ Windows (D)COM updates from Thomas Baier  
34573 7724 d 4 h ripley /trunk/src/ used sed rather than head  
34560 7724 d 23 h ripley /trunk/ move from date-stamp to SVN-REVISION  
34418 7740 d 14 h ripley /trunk/src/include/ needs to force target  
34417 7740 d 14 h ripley /trunk/src/ add date to SVN-REVISION
various corrections: || applies to the last command in a chain.
 
34408 7740 d 20 h murdoch /trunk/src/ Changed logic for SVN-REVISION in Windows  
34392 7741 d 6 h ripley /trunk/src/ create SVN-REVISION  
32482 7874 d 14 h ripley /trunk/src/ improvements to iconv, including implementing on Windows.  
31538 7949 d 20 h ripley /trunk/src/ use Rinterface.h as a header for external GUIs  
30077 8063 d 23 h ripley /trunk/src/ install ga.h and graphapp.h into R_HOME/include in the sources (as when installed)  
30074 8064 d 0 h ripley /trunk/src/ tidying up, including matching what the Unix Makefiles will give  
30072 8064 d 1 h ripley /trunk/src/ tidying up, including matching what the Unix Makefiles will give  
30054 8065 d 2 h ripley /trunk/src/ use R_HOME/include for header files for building packages, like Unix