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
/
include
/
R_ext
/
Callbacks.h
– Rev 89942
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
89942
96 d 8 h
luke
/trunk/src/include/
Adjust some comments for the current API state.
89696
125 d 4 h
luke
/trunk/
Re-enabled task callback C API.
89695
125 d 7 h
luke
/trunk/src/
Reinstate task callback API.
89101
234 d 19 h
luke
/trunk/
Move R_ext/Callbacks.h to src/include. Factor out R_ObjectTable type
declarations into a new header R_ext/ObjectTable.h. To ease the transition
add back a R_ext/Callbacks.h thata just included R_ext/ObjectTable.h.
87945
502 d 13 h
ripley
/trunk/
revert r87936/7: non-API header is being used in packages
87936
503 d 5 h
ripley
/trunk/
convert Callbacks.h to bool
84150
1211 d 10 h
maechler
/trunk/src/
fix typos in comments (+ 1 string) from Eric Lindblad
78244
2292 d 5 h
ripley
/trunk/
omegahat.net is inaccessible once again, so comment out references to it
71657
3542 d 4 h
plummer
/trunk/src/include/
Clarify license for LGPL headers.
70260
3799 d 10 h
ripley
/trunk/
https: for developer.r-project.org
Use actual form for examples in loadRdMacros.Rd
70250
3800 d 23 h
ripley
/trunk/
remove references to omegahat.org, usually by a commented one to omegahat.net
68949
4005 d 5 h
ripley
/trunk/src/
use https
60256
5095 d 6 h
ripley
/trunk/src/include/R_ext/
comments about what is in the API
59039
5216 d 9 h
ripley
/trunk/
use preferred form of 'R Core Team'
42308
6942 d 10 h
ripley
/trunk/src/include/
change reference to GPL
36820
7524 d 3 h
ripley
/trunk/
update FSF address
29921
8073 d 3 h
ripley
/trunk/src/include/R_ext/
add copyright declarations and comments as to purpose.
19500
8854 d 2 h
hornik
/trunk/
Use system header file '#include <foo.h>' for R API headers.
17134
9001 d 4 h
duncan
/trunk/src/
The core support for user-level tables that can be attached as elements of the search path (after position 1). The user-level (i.e. non-C) interface is in a separate package currently in Omegahat and can be moved into the R source tree after 1.4.0 is released and it is deemed stable. Moved RCallbacks to R_ext/Callacks in line with Kurt's suggestion.