The R Project SVN R

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
15375 9119 d 22 h luke /branches/R-uthreads/src/main/ Fixups to make -Wall happy.  
/branches/R-uthreads/src/main/builtin.c
/branches/R-uthreads/src/main/errors.c
/branches/R-uthreads/src/main/eval.c
/branches/R-uthreads/src/main/objects.c
/branches/R-uthreads/src/main/uthreads.c
15352 9120 d 19 h luke /branches/R-uthreads/ First pass at user-level threads support.  
/branches/R-uthreads/src/gnuwin32/dataentry.c
/branches/R-uthreads/src/include/Defn.h
/branches/R-uthreads/src/include/Rinternals.h
/branches/R-uthreads/src/library/tcltk/src/tcltk.c
/branches/R-uthreads/src/main/Makefile.in
/branches/R-uthreads/src/main/builtin.c
/branches/R-uthreads/src/main/coerce.c
/branches/R-uthreads/src/main/context.c
/branches/R-uthreads/src/main/envir.c
/branches/R-uthreads/src/main/errors.c
/branches/R-uthreads/src/main/eval.c
/branches/R-uthreads/src/main/graphics.c
/branches/R-uthreads/src/main/main.c
/branches/R-uthreads/src/main/memory.c
/branches/R-uthreads/src/main/names.c
/branches/R-uthreads/src/main/objects.c
/branches/R-uthreads/src/main/unique.c
/branches/R-uthreads/src/main/util.c
/branches/R-uthreads/src/modules/X11/dataentry.c
/branches/R-uthreads/src/unix/sys-std.c
/branches/R-uthreads/tests/no-segfault.Rin
15350 9120 d 21 h /branches/R-uthreads/ This commit was manufactured by cvs2svn to create branch 'R-uthreads'.  
/branches/R-uthreads
/branches/R-uthreads/Attic
15322 9121 d 20 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
/trunk/src/include/Defn.h
/trunk/src/main/errors.c
/trunk/src/main/main.c
14977 9148 d 2 h luke /trunk/src/main/ Merged some changes from release branch to trunk  
/trunk/src/main/errors.c
/trunk/src/main/eval.c
14904 9154 d 21 h luke /trunk/src/ Merged change of marker token for restarts from release branch to trunk.  
/trunk/src/include/Rinternals.h
/trunk/src/main/errors.c
/trunk/src/main/eval.c
/trunk/src/main/names.c
14723 9171 d 17 h luke /trunk/src/main/ Cleaned up traceback calculation.  
/trunk/src/main/errors.c
14631 9178 d 16 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
/trunk/src/include/Defn.h
/trunk/src/main/context.c
/trunk/src/main/errors.c
/trunk/src/main/eval.c
14629 9178 d 19 h ripley /trunk/src/main/ -Wall warnings  
/trunk/src/main/errors.c
14622 9178 d 22 h luke /trunk/src/ Modified do_cat to use context cend for cleanup.
Removed R_SinkReset and R_SinkSaved global.
 
/trunk/src/include/Rconnections.h
/trunk/src/main/builtin.c
/trunk/src/main/connections.c
/trunk/src/main/errors.c
14608 9179 d 10 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.
 
/trunk/src/main/errors.c
14570 9181 d 16 h luke /trunk/src/main/ Added (temporary?) hooks to allow experimenting with new exception
handling mechanisms in stock 1.3.
 
/trunk/src/main/errors.c
14494 9187 d 21 h hornik /trunk/src/main/ -Wall cosmetics (unused variable).  
/trunk/src/main/errors.c
14480 9188 d 16 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 
/trunk/src/include/Defn.h
/trunk/src/main/context.c
/trunk/src/main/errors.c
14479 9188 d 17 h luke /trunk/src/ Consolidated restoring globals before a LONGJMP into R_restore_globals.  
/trunk/src/include/Defn.h
/trunk/src/main/context.c
/trunk/src/main/errors.c
/trunk/src/main/main.c
14478 9188 d 18 h luke /trunk/src/main/ Added running of onexit code to browser Q excape.
Consolidated running of onexit code into R_run_onexits.
 
/trunk/src/main/context.c
/trunk/src/main/errors.c
/trunk/src/main/main.c
14443 9189 d 15 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.
 
/trunk/src/main/context.c
/trunk/src/main/errors.c
14442 9189 d 19 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.
 
/trunk/src/main/errors.c
14439 9189 d 20 h luke /trunk/src/main/ Consolidated use of vsnprintf into single function.
Modified errorcall to check buffer for overflow on printing the call.
 
/trunk/src/main/errors.c
13997 9214 d 16 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!  
/trunk/src/include/Defn.h
/trunk/src/include/R_ext/Error.h
/trunk/src/main/arithmetic.c
/trunk/src/main/bind.c
/trunk/src/main/coerce.c
/trunk/src/main/errors.c
/trunk/src/main/util.c

Show All