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
15352 9120 d 13 h luke /branches/R-uthreads/ First pass at user-level threads support.  
15350 9120 d 15 h /branches/R-uthreads/ This commit was manufactured by cvs2svn to create branch 'R-uthreads'.  
15322 9121 d 14 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
15321 9121 d 14 h luke /trunk/src/ Removed C_alloc/C_free and support functions/data structures.  
15309 9122 d 5 h rgentlem /trunk/src/include/ added a prototype to squash a warning  
15049 9139 d 11 h luke /trunk/src/include/ Merged dropping of some unused globals from release branch to trunk.  
14913 9153 d 16 h rgentlem /trunk/src/ changes to allow packages to more easily implement the subset paradigm  
14631 9178 d 10 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14561 9181 d 16 h luke /trunk/src/ Added a void * component cenddata to RCNTXT; changed cend to take this
value as its argument. Allows cleanup functions to be given context
data. The dataentry functions have been modified accordingly.
 
14480 9188 d 10 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 
14479 9188 d 11 h luke /trunk/src/ Consolidated restoring globals before a LONGJMP into R_restore_globals.  
14477 9188 d 12 h luke /trunk/src/include/ Added declaration of R_run_onexits.  
14403 9190 d 23 h hornik /trunk/ Cosmetics.  
14368 9194 d 20 h ripley /trunk/src/include/ move findVarInFrame to Rinternals: needed for rpart.  
14077 9209 d 18 h duncan /trunk/src/ Merge the different dynload.c files into a common, platform-independent component (Rdynload.c) and platform-specific routines that perform the opening, closing and symbol resolution (in the dynload.c files). This makes the R_registerRoutines() available on all platforms (when the Mac is changed to use this). Packages include Rdynload.h. Rdynpriv.h is for the internal, platform-specific interface for dynamic loading. Works on Linux, Windows. Not yet on Mac  
13997 9214 d 10 h duncan /trunk/src/ Changes to remove global variables to make the routines thread-safe and reentrant. Start of a major pass through the code to do this. Shout soon if it causes problems!  
13852 9220 d 17 h ripley /trunk/src/include/ initialize R_ErrorCon in Defn.h, in case REvprintf is called before the
event loop is started.
 
13606 9232 d 20 h maechler /trunk/src/ add InheritsClass to Defn.h (-W...)  
13305 9249 d 12 h ripley /trunk/ improvements to connections  
12778 9302 d 11 h pd /trunk/ branch update  

Show All