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
/
dstruct.c
– Rev 86712
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
86712
778 d 7 h
luke
/trunk/
Add R_mkClosure and mark as @apifun.
84246
1201 d 13 h
maechler
/trunk/src/main/
fix more typos in comments (+ 2 strings) from Eric Lindblad
84211
1204 d 10 h
ripley
/trunk/src/main/
use <Defn.h> consistently
83446
1321 d 11 h
ripley
/trunk/src/
C23 requires attributes before return values
73256
3238 d 23 h
maechler
/trunk/src/
-diffB
68947
4005 d 5 h
ripley
/trunk/src/
use https
67595
4202 d 9 h
ripley
/trunk/src/
update copyright dates for 2014 changes
64656
4586 d 4 h
ripley
/trunk/src/
correct/standardize copyright dates
62114
4894 d 1 h
luke
/trunk/src/main/
New value in mkPRIMSXP was not added to the cache.
59039
5216 d 9 h
ripley
/trunk/
use preferred form of 'R Core Team'
56493
5481 d 6 h
ripley
/trunk/
allow more types of body on a closure
55061
5602 d 5 h
ripley
/trunk/src/
use -Wunused-but-set-variable
54432
5641 d 2 h
luke
/trunk/src/main/
Modified mkPRIMSXP to cache the results it returns so a given query
will always produce the same SEXP. This avoids the need for GC
protection in cases where the result might come from reconstructing a
.Primitive after a package clobbered a defintion in base.
47460
6413 d 10 h
ripley
/trunk/src/main/
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
45667
6651 d 7 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6670 d 7 h
ripley
/trunk/src/main/
whitespace cleanup
42307
6942 d 10 h
ripley
/trunk/src/
change reference to GPL
41807
6993 d 4 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
39507
7245 d 11 h
ripley
/trunk/src/
add checks of return values
38705
7304 d 13 h
ripley
/trunk/src/
remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
37088
7498 d 7 h
ripley
/trunk/src/
more inlining
37001
7507 d 2 h
ripley
/trunk/
more visibility attributes
36820
7524 d 3 h
ripley
/trunk/
update FSF address
34549
7725 d 3 h
tlumley
/trunk/
as.function.default no longer asks for a bug report when the body is
invalid
32867
7851 d 11 h
ripley
/trunk/
update message info
32380
7880 d 3 h
ripley
/trunk/src/
add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
29902
8074 d 8 h
ripley
/trunk/
add rawtype
29607
8095 d 0 h
rgentlem
/trunk/src/main/
one more change for environments
28357
8193 d 10 h
ripley
/trunk/
start the process of having vector lengths as longs and hence > 2^31-1 on 64-bit platforms
24527
8460 d 2 h
luke
/trunk/src/main/
Added byte code support.
22926
8578 d 7 h
ripley
/trunk/
remove remapping of append and remove it from Rinternals.h to Defn.h
It is not used in the R source nor in any package on CRAN.
18952
8888 d 7 h
ripley
/trunk/src/main/
update dates
18940
8889 d 1 h
ripley
/trunk/src/main/
"NA" is no longer coerced to NA_STRING in mkChar
16254
9059 d 4 h
luke
/trunk/src/main/
Renamed static ddVal routine to isDDName to avoid confusion (for humen
readers) with the static ddVal in envir.c, which computes the
adtual index from the symbol name.
12976
9281 d 9 h
pd
/trunk/
branch update
10740
9432 d 5 h
luke
/trunk/src/main/
Removed unused mkPROMISE definition.
10538
9456 d 16 h
rgentlem
/trunk/
changes to formulae to take advantage of the environment
changed (almost) all sys.frame(sys.parent()) to parent.frame()
10172
9484 d 21 h
luke
/trunk/
Merged with R-GenGC branch
7701
9684 d 3 h
hornik
/trunk/
Renamed `Rconfig.h' to `config.h' in `src/include'.
6994
9724 d 23 h
pd
/trunk/
branch update