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-exp-R5
/
src
/
main
/
errors.c
@ 77458
– Rev 52864
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
52864
5807 d 18 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
52104
5906 d 18 h
ripley
/trunk/src/
have R_ProcessEvents on all platforms
52103
5907 d 2 h
ripley
/trunk/src/
tidy up, add comments
50479
6096 d 2 h
ripley
/trunk/src/
back out r50473 (did not work on SunStudio)
50473
6096 d 13 h
ripley
/trunk/src/
pre-check alloca for addiitonal safety
49591
6168 d 20 h
ripley
/trunk/
remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
48811
6246 d 17 h
maechler
/trunk/src/main/
consequent use of mkString(.)
48623
6271 d 13 h
murdoch
/trunk/
Add experimental code to display srcref locations when debugging.
48524
6286 d 22 h
ripley
/trunk/
xgettext was missing P_() macro, so need to rework
48349
6309 d 17 h
maechler
/trunk/src/
[2nd part of r48346]: install("quote") ..
47908
6374 d 17 h
luke
/trunk/src/main/
Added parentheses to disambiguate an expression in do_addTryHandlers.
46631
6503 d 8 h
luke
/trunk/src/
Copied timing limit code to AQUA's R_ProcessEvents.
46629
6503 d 9 h
luke
/trunk/src/main/
Don't handle interrupts or timing limits in R_CheckUserInterrupt if
R_interrupts_suspended is TRUE.
46580
6510 d 13 h
luke
/trunk/src/
Added .Internal(interruptsSuspended(...)) for experimenting
withR-level blocking/unblocking of interrupts.
45667
6651 d 21 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6670 d 21 h
ripley
/trunk/src/main/
whitespace cleanup
45074
6688 d 22 h
ripley
/trunk/
add set[Session]TimeLimit
44637
6724 d 4 h
ripley
/trunk/src/
tidy up deparse changes
44633
6724 d 23 h
ripley
/trunk/
add nlines arg to deparse
only deparse 1 line where calls are to be displayed in one line
44512
6734 d 22 h
ripley
/trunk/
tidy up (a bit) the use of 'invalid'
44198
6756 d 11 h
ripley
/trunk/src/main/
using of (void), tidy up use of headers
44091
6761 d 21 h
ripley
/trunk/src/
Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
44023
6767 d 3 h
ripley
/trunk/src/main/
update date
44012
6767 d 20 h
ripley
/trunk/src/main/
spurious backslash
43694
6799 d 19 h
ripley
/trunk/
.makeMessage introduced another context we need to skip
42548
6919 d 2 h
ripley
/trunk/src/main/
comment out unreachable code
42307
6943 d 0 h
ripley
/trunk/src/
change reference to GPL
42252
6951 d 1 h
ripley
/trunk/src/main/
need signed var on some platforms
42241
6952 d 11 h
ripley
/trunk/src/main/
make use of [u]intptr_t
41966
6981 d 15 h
ripley
/trunk/src/main/
typo, up buffer
41944
6983 d 19 h
ripley
/trunk/
enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
41928
6985 d 15 h
luke
/trunk/src/main/
Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).
41894
6989 d 19 h
ripley
/trunk/
deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
41883
6990 d 16 h
ripley
/trunk/src/
remove non-longer-needed casts
don't use variable as format in error.
41873
6990 d 22 h
ripley
/trunk/src/main/
avoid inappropriate use of variable message string as format
41807
6993 d 18 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 0 h
ripley
/trunk/src/
more 'const char *'
41769
6997 d 5 h
ripley
/trunk/src/main/
conditionally include header, comment
41766
6997 d 12 h
rgentlem
/trunk/src/main/
a minor patch from Deepayan Sarkar applied
41742
7000 d 4 h
ripley
/trunk/
change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages