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-classInheritance
/
src
/
main
/
errors.c
@ 77458
– Rev 47757
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
47757
6390 d 19 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
46631
6503 d 17 h
luke
/trunk/src/
Copied timing limit code to AQUA's R_ProcessEvents.
46629
6503 d 18 h
luke
/trunk/src/main/
Don't handle interrupts or timing limits in R_CheckUserInterrupt if
R_interrupts_suspended is TRUE.
46580
6510 d 23 h
luke
/trunk/src/
Added .Internal(interruptsSuspended(...)) for experimenting
withR-level blocking/unblocking of interrupts.
45667
6652 d 7 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6671 d 7 h
ripley
/trunk/src/main/
whitespace cleanup
45074
6689 d 7 h
ripley
/trunk/
add set[Session]TimeLimit
44637
6724 d 13 h
ripley
/trunk/src/
tidy up deparse changes
44633
6725 d 8 h
ripley
/trunk/
add nlines arg to deparse
only deparse 1 line where calls are to be displayed in one line
44512
6735 d 7 h
ripley
/trunk/
tidy up (a bit) the use of 'invalid'
44198
6756 d 20 h
ripley
/trunk/src/main/
using of (void), tidy up use of headers
44091
6762 d 6 h
ripley
/trunk/src/
Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
44023
6767 d 12 h
ripley
/trunk/src/main/
update date
44012
6768 d 5 h
ripley
/trunk/src/main/
spurious backslash
43694
6800 d 4 h
ripley
/trunk/
.makeMessage introduced another context we need to skip
42548
6919 d 11 h
ripley
/trunk/src/main/
comment out unreachable code
42307
6943 d 10 h
ripley
/trunk/src/
change reference to GPL
42252
6951 d 10 h
ripley
/trunk/src/main/
need signed var on some platforms
42241
6952 d 21 h
ripley
/trunk/src/main/
make use of [u]intptr_t
41966
6982 d 0 h
ripley
/trunk/src/main/
typo, up buffer
41944
6984 d 5 h
ripley
/trunk/
enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
41928
6986 d 1 h
luke
/trunk/src/main/
Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).
41894
6990 d 5 h
ripley
/trunk/
deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
41883
6991 d 1 h
ripley
/trunk/src/
remove non-longer-needed casts
don't use variable as format in error.
41873
6991 d 8 h
ripley
/trunk/src/main/
avoid inappropriate use of variable message string as format
41807
6994 d 3 h
rgentlem
/trunk/
patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes
CHAR() internal macro now returns (const char *)
Add CHAR_RW: writable CHARSXP access for internal R use only
const char fixes for methods package
Add NEWS item and some doc to R-ext for CHARSXP changes
41784
6996 d 10 h
ripley
/trunk/src/
more 'const char *'
41769
6997 d 14 h
ripley
/trunk/src/main/
conditionally include header, comment
41766
6997 d 21 h
rgentlem
/trunk/src/main/
a minor patch from Deepayan Sarkar applied
41742
7000 d 14 h
ripley
/trunk/
change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages
41731
7001 d 7 h
ripley
/trunk/src/
improve layout for multiline warning messages
41712
7004 d 6 h
ripley
/trunk/
add experimental showCalls option.
improvements to layout of error messages, and to some messages.
41688
7006 d 0 h
ripley
/trunk/
more tweaks to warnings
41680
7006 d 10 h
ripley
/trunk/
improvements to the handling of warning/error messages
41525
7019 d 1 h
ripley
/trunk/src/main/
work around a libintl problem
40909
7063 d 5 h
ripley
/trunk/src/
tidy up visibility of internal class<- etc code
40804
7093 d 1 h
luke
/trunk/
Revised try() to use tryCatch().
40801
7093 d 11 h
ripley
/trunk/src/
tidy up visibility
40799
7093 d 16 h
luke
/trunk/src/
Added .Internal(printDeferredWarnings()).
40798
7094 d 1 h
luke
/trunk/src/
Added .Internal(seterrmessage()).