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
89696 125 d 1 h luke /trunk/ Re-enabled task callback C API.  
89323 185 d 21 h luke /trunk/ Complete removal of R_ext/Callbacks.h and R_ext/PrtUtil.h.  
89105 234 d 4 h luke /trunk/ Add R_ext/PrtUtil.h stub with a #warning not to use. Also add a
#warning to R_ext/Callbacks.h.
 
89101 234 d 16 h luke /trunk/ Move R_ext/Callbacks.h to src/include. Factor out R_ObjectTable type
declarations into a new header R_ext/ObjectTable.h. To ease the transition
add back a R_ext/Callbacks.h thata just included R_ext/ObjectTable.h.
 
89100 234 d 17 h luke /trunk/src/ Move R_ext/PrtUtil.h to src/include to restore building from dist tarball.  
89089 236 d 2 h luke /trunk/src/include/ Drop non-API headers R_ext/Callbacks.h and R_ect/PrtUtil.h from installed files.  
84980 1075 d 0 h kalibera /trunk/src/ Reduce conditioning on WIN in Windows make files.  
83497 1312 d 1 h kalibera /trunk/src/ Detect [CF]C_VER on Windows (amends 83485).  
81984 1585 d 0 h kalibera /trunk/ Finally remove S.h.  
81907 1594 d 9 h kalibera /trunk/src/include/ Revert 81894.  
81894 1596 d 0 h kalibera /trunk/src/include/ Remove S.h from Windows Makefile (related to 81888).  
80318 1896 d 10 h ripley /trunk/ make R-ftp-http.h an internal header  
74713 2997 d 16 h luke /trunk/src/include/ Add Altrep.h in src/include/Makefile.win.  
74324 3070 d 6 h ripley /trunk/src/include/ finish cleanup  
74312 3071 d 5 h ripley /trunk/ start on the process of requiring C99 functions  
71524 3571 d 1 h ligges /trunk/src/include/ R_HOME in this Makefile.win is ../.., hence after cd'ing elsewhere, we have to step back one dir more  
71512 3574 d 10 h ripley /trunk/ do not install Unix-only headers on Windows  
67837 4176 d 22 h murdoch /trunk/src/ Changes for compatibility with gcc 4.9.2 Windows toolchain.  
67641 4197 d 23 h maechler /trunk/ s/:=/=/ as the former is not portable  
67638 4198 d 9 h maechler /trunk/ Help git lovers tracking R devel; patch proposed by Felipe Balbi at kernel.org  
67610 4201 d 8 h ripley /trunk/src/ legibility  
61352 4970 d 23 h ripley /trunk/src/include/ for biarch  
61307 4974 d 0 h ripley /trunk/src/ A better way to set SIZEOF_SIZE_T  
54768 5615 d 5 h ripley /trunk/src/include/ update  
51033 6027 d 7 h ripley /trunk/src/ more Win64 merging  
46835 6473 d 6 h ripley /trunk/src/include/ tidy up  
46436 6544 d 22 h ripley /trunk/src/include/ random deletion?  
46407 6549 d 3 h ripley /trunk/src/ unbundle Rproxy.dll (now in package rscproxy)  
44934 6696 d 22 h ripley /trunk/src/include/ typo  
44908 6697 d 19 h ripley /trunk/ Rgraphics.h is no longer installed.  
44903 6697 d 22 h ripley /trunk/src/include/ remove Rdevices.h  
43424 6833 d 8 h ripley /trunk/src/include/ tweak dependencies  
43390 6836 d 8 h ripley /trunk/src/ compute the version at install time.  
43143 6864 d 9 h ripley /trunk/src/ install iconv.h  
42661 6909 d 7 h ripley /trunk/src/ add 64-bit version of configure file  
42623 6913 d 1 h ripley /trunk/src/ link against iconv.dll rather that dynload it (as it is always used)  
42521 6920 d 7 h ripley /trunk/src/ move graphapp to src/extra (as a prelude to making a separate DLL)  
39448 7249 d 6 h ripley /trunk/ updates for SVN 1.4.0  
38854 7289 d 9 h ripley /trunk/ introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
 
37084 7499 d 2 h ripley /trunk/src/ tidy up iconv interface, especially on Windows