R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-uthreads
/
src
/
main
/
errors.c
– Rev 15375
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
15375
9118 d 6 h
luke
/branches/R-uthreads/src/main/
Fixups to make -Wall happy.
15352
9119 d 3 h
luke
/branches/R-uthreads/
First pass at user-level threads support.
15350
9119 d 5 h
/branches/R-uthreads/
This commit was manufactured by cvs2svn to create branch 'R-uthreads'.
15322
9120 d 4 h
luke
/trunk/src/
Removed R_Inputfile variable (use local variables instead).
14977
9146 d 10 h
luke
/trunk/src/main/
Merged some changes from release branch to trunk
14904
9153 d 5 h
luke
/trunk/src/
Merged change of marker token for restarts from release branch to trunk.
14723
9170 d 1 h
luke
/trunk/src/main/
Cleaned up traceback calculation.
14631
9177 d 0 h
luke
/trunk/src/
Moved CTXT_RESTART to a single bit in the context flags.
14629
9177 d 3 h
ripley
/trunk/src/main/
-Wall warnings
14622
9177 d 6 h
luke
/trunk/src/
Modified do_cat to use context cend for cleanup.
Removed R_SinkReset and R_SinkSaved global.
14608
9177 d 18 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 0 h
luke
/trunk/src/main/
Added (temporary?) hooks to allow experimenting with new exception
handling mechanisms in stock 1.3.
14494
9186 d 5 h
hornik
/trunk/src/main/
-Wall cosmetics (unused variable).
14480
9187 d 0 h
luke
/trunk/src/
Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
14479
9187 d 1 h
luke
/trunk/src/
Consolidated restoring globals before a LONGJMP into R_restore_globals.
14478
9187 d 2 h
luke
/trunk/src/main/
Added running of onexit code to browser Q excape.
Consolidated running of onexit code into R_run_onexits.
14443
9187 d 23 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
9188 d 3 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
9188 d 4 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 0 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!
←Prev
1
2
Next→
Show All