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-glmscore
/
src
/
main
/
context.c
@ 77458
– Rev 55359
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
55359
5590 d 20 h
pd
/branches/R-glmscore/
R-glmscore experimental branch
55024
5603 d 15 h
murdoch
/trunk/src/main/
Clarify error on use of "next" outside a loop
52910
5795 d 12 h
luke
/trunk/src/
Added R_tryEvalSilent as a variant of R_tryEval that turns off error
printing around the eval and use this in the S4 method dispatch
code. This is a temporary work-around -- eventually we should have a
way for packages to run C level cleanup code and/or establish error
handlers.
52909
5795 d 17 h
luke
/trunk/src/main/
Reset handler stack to R_NilValue around exec in R_ToplevelExec.
48998
6211 d 8 h
rgentlem
/trunk/src/
I changed the macros DEBUG, STEP and TRACE to have an R prefix.
There are too many places where other variants of DEBUG have appeared,
so this makes it easier to find ours, and less likely that there will be
collisions with other definitions
48642
6270 d 20 h
murdoch
/trunk/src/main/
Missed initializing R_Toplevel.srcref and one check for nil reference.
48623
6271 d 10 h
murdoch
/trunk/
Add experimental code to display srcref locations when debugging.
48600
6274 d 9 h
rgentlem
/trunk/src/
one more set of updates - still issues with counting the browser depth
48599
6274 d 10 h
rgentlem
/trunk/src/main/
fixed a few mistakes in context identification and counting
48598
6274 d 11 h
rgentlem
/trunk/src/
updating the debugger - trying to remove the R_BrowseLevel global
variable
48553
6280 d 22 h
ripley
/trunk/src/main/
yet another write-barrier violation
48551
6281 d 11 h
rgentlem
/trunk/src/
more changes to support additional debugging features;
namely the ability to step out from the debugger to
some specific enclosing function
48459
6293 d 12 h
rgentlem
/trunk/src/main/
minor tweaks to fix compiler warnings and ensure that the args argument
to do_browser is appropriate.
48452
6295 d 11 h
rgentlem
/trunk/src/main/
checked to see if the browser access functions actually get
a browser context and error out otherwise
48437
6297 d 2 h
rgentlem
/trunk/src/
adding in support for more complex browser interactions
45446
6670 d 18 h
ripley
/trunk/src/main/
whitespace cleanup
44512
6734 d 19 h
ripley
/trunk/
tidy up (a bit) the use of 'invalid'
42875
6889 d 18 h
luke
/trunk/src/main/
Bumped up R_Expressions before running of onexit code to avoid
cascading stack overflow errors. Also reset R_Expressions before
jumping.
42307
6942 d 21 h
ripley
/trunk/src/
change reference to GPL
41992
6979 d 13 h
luke
/trunk/
Added a promise evaluation stack so interrupted promise evaluations
can be restarted. This addresses the 'recursive default argument'
error when an interrupted lazy load is retried.
←Prev
1
2
Next→
Show All