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
16318 9057 d 2 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15322 9121 d 1 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
14977 9147 d 7 h luke /trunk/src/main/ Merged some changes from release branch to trunk  
14904 9154 d 2 h luke /trunk/src/ Merged change of marker token for restarts from release branch to trunk.  
14723 9170 d 22 h luke /trunk/src/main/ Cleaned up traceback calculation.  
14631 9177 d 22 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14629 9178 d 1 h ripley /trunk/src/main/ -Wall warnings  
14622 9178 d 4 h luke /trunk/src/ Modified do_cat to use context cend for cleanup.
Removed R_SinkReset and R_SinkSaved global.
 
14608 9178 d 16 h luke /trunk/src/main/ Added error message to "error during wrapup".
Added check for CTXT_RESTART and running of exit code to jump_now.
 
14570 9180 d 21 h luke /trunk/src/main/ Added (temporary?) hooks to allow experimenting with new exception
handling mechanisms in stock 1.3.
 
14494 9187 d 3 h hornik /trunk/src/main/ -Wall cosmetics (unused variable).  
14480 9187 d 22 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 
14479 9187 d 22 h luke /trunk/src/ Consolidated restoring globals before a LONGJMP into R_restore_globals.  
14478 9187 d 23 h luke /trunk/src/main/ Added running of onexit code to browser Q excape.
Consolidated running of onexit code into R_run_onexits.
 
14443 9188 d 20 h luke /trunk/src/main/ Added calling of onexit code to jumpfun in context.c.
Remove conexit/cend code from context before calling to prevent recursion.
Call cend code for all intervening contexts, not just top one.
 
14442 9189 d 0 h luke /trunk/src/main/ Changed ErrorMessage to call errorcall, and WarningMessage to call
warningcall. This insures consistent handling of option settings and
the like.
 
14439 9189 d 1 h luke /trunk/src/main/ Consolidated use of vsnprintf into single function.
Modified errorcall to check buffer for overflow on printing the call.
 
13997 9213 d 21 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!  
13730 9227 d 8 h pd /trunk/ branch update  
13520 9235 d 12 h ripley /trunk/ branch update  
13305 9248 d 23 h ripley /trunk/ improvements to connections  
13304 9249 d 7 h ripley /trunk/src/ R_Sinkfile is no longer used  
12976 9282 d 7 h pd /trunk/ branch update  
11656 9369 d 6 h ripley /trunk/ add connections, phase I  
11414 9383 d 22 h rgentlem /trunk/src/main/ fixed toplevel context handling - slightly  
11139 9399 d 23 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
11046 9407 d 1 h maechler /trunk/src/ first pass at errorDB.. cleanup  
10919 9420 d 3 h maechler /trunk/src/ SEXP do_stop  
10670 9441 d 4 h pd /trunk/ err.handler crash w.arg mismatch  
10378 9471 d 5 h duncan /trunk/src/ Separate main() for Unix into initialization and mainloop() so that we can call the initialization from another application that links/loads R as a shared library. The change to errors.c allows such applications to override the default error handling in R to avoid the longjmp back to the top of the event loop. See the notes in embedded.html on the developer's site. Work is needed on the makefile to recompile all the .o's with the correct flags (i.e an R_EMBEDDED and specifically the PIC option). The routines needed by applications are not in header files as we have to decide where to put these.  
10172 9485 d 20 h luke /trunk/ Merged with R-GenGC branch  
8892 9596 d 3 h maechler /trunk/ stopifnot(..)  
8801 9603 d 10 h hornik /trunk/src/main/ Eliminate unused variables.  
8422 9644 d 22 h tlumley /trunk/ attach for data files. Respond to SIGUSR1,SIGUSR2  
8386 9647 d 22 h rgentlem /trunk/src/ added some comments (and a redraw for X)  
8315 9653 d 1 h ripley /trunk/src/main/ correct warnings for >= 50 warnings.  
8103 9664 d 9 h ripley /trunk/ add try, geterrmessage, options("show.error.messages")  
8004 9668 d 12 h maechler /trunk/src/main/ warning & stop(list())  
7886 9675 d 9 h ripley /trunk/src/main/ copyright date updates  
7879 9676 d 3 h ripley /trunk/src/main/ split errorcall/warnigncall with a long call over two lines