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)
/
trunk
/
src
/
main
/
debug.c
– Rev 87813
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
87813
518 d 0 h
ripley
/trunk/src/
more taking care over Rboolean
87783
521 d 7 h
ripley
/trunk/src/main/
more sanity checking of arguments using asRbool
87740
524 d 12 h
ripley
/trunk/src/
gcc 15 reauires NORET before attribute_hidden
87120
683 d 11 h
hornik
/trunk/src/main/
Avoid compiler warning.
86647
788 d 6 h
luke
/trunk/src/
Hide more entry points not used and not in installed headers.
86643
788 d 17 h
luke
/trunk/src/main/
Hide some entry points not currently used, not in installed headers,
and already listed in tools;;;nonAPI.
85209
1038 d 22 h
luke
/trunk/src/main/
Replace two uses of translateChar(PRINTNAME()).
83452
1321 d 8 h
ripley
/trunk/src/
start moving NORET nearer the beginning
83446
1321 d 10 h
ripley
/trunk/src/
C23 requires attributes before return values
82931
1398 d 8 h
ripley
/trunk/src/
use (void) to avoid clang 15 warnings
78074
2313 d 23 h
kalibera
/trunk/src/main/
Set R_Visible just before return to reduce risk of accidental modification.
77452
2438 d 22 h
luke
/trunk/
Renamed matchArgs to matchArgs_NR to reflect that it returns a
non-reference-tracking list.
73256
3238 d 22 h
maechler
/trunk/src/
-diffB
72385
3413 d 8 h
kalibera
/trunk/src/main/
Check argument length in retracemem.
70830
3685 d 3 h
luke
/trunk/src/main/
Removed some inconsistencies in call expressions for errors/warnings;
from Tomas Kalibera.
69326
3974 d 23 h
luke
/trunk/src/
Improved arity checks from Tomas Kalibera.
68947
4005 d 4 h
ripley
/trunk/src/
use https
68923
4005 d 11 h
ripley
/trunk/src/main/
update copyright dates, whitespace cleanup
68643
4035 d 11 h
maechler
/trunk/src/main/
- check1arg() was never used and incorrect (correct is "what", not "x")
- "sync" code between do_trace() and do_debug()
67181
4240 d 7 h
luke
/trunk/src/
Added NORET annotations; from Tomas Kalibera.
66751
4305 d 4 h
maechler
/trunk/
new debuggingState() - possibly to be tweaked
66330
4369 d 6 h
luke
/trunk/src/main/
Fix for incomplete chenge in ro_retracemem in r66326.
66328
4369 d 22 h
luke
/trunk/src/
Use pre-allocated sumbols to avoind install calls; from Tomas Kalibera.
66326
4370 d 1 h
luke
/trunk/src/
Pre-allocate formal argument lists for matching in primitives; from
Tomas Kalibera.
63692
4719 d 11 h
ripley
/trunk/src/main/
stupid Windows tries to write 64-bit addresses (always with leading zeroes)
63223
4767 d 2 h
ripley
/trunk/src/
more efficient way to do install(translateChar())
60667
5067 d 7 h
ripley
/trunk/src/
only use Internals.h where needed
60633
5069 d 8 h
ripley
/trunk/src/
a couple more to .Internal
59451
5174 d 10 h
ripley
/trunk/
fix some issues seen by examining no-segfaults.Rout
59378
5180 d 12 h
ripley
/trunk/src/
put back part of r59369
59377
5180 d 13 h
ripley
/trunk/src/
roll back to r59367 for now (update.formula is problematic)
59373
5181 d 0 h
ripley
/trunk/src/
visibility issues
59039
5216 d 9 h
ripley
/trunk/
use preferred form of 'R Core Team'
57538
5381 d 22 h
ripley
/trunk/src/
use signal-related headers only where needed
56663
5467 d 3 h
ripley
/trunk/
fixes for PR#14646,50
51267
5979 d 12 h
ripley
/trunk/
check arity and args of one-argument primitives
51256
5981 d 3 h
ripley
/trunk/src/
tidy up names and matchin
49006
6208 d 19 h
rgentlem
/trunk/src/main/
also allowed one to debug SPECIALS and BUILTINS - the reason for
this is that if they have methods that are implemented as closures then
we will hit the debugger for them
48998
6210 d 21 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
48288
6322 d 23 h
rgentlem
/trunk/src/
changes to support one time debugging