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-glmscore
/
src
/
include
/
Parse.h
– Rev 55359
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
55359
5590 d 9 h
pd
/branches/R-glmscore/
R-glmscore experimental branch
54787
5614 d 8 h
murdoch
/trunk/
Changes to source references:
- deprecated "source" attribute, added removeSource() function
- added srcref access functions
- modified srcref record in preparation for replacing "source" attribute
49786
6152 d 3 h
murdoch
/trunk/src/
Fix bug when building R with R_KEEP_PKG_SOURCE=yes; also, clean up handling of SrcRefState and R_ReplFile
49747
6156 d 1 h
murdoch
/trunk/src/
Allow parsing in the middle of a REPL on a file, without messing up the source record for the file.
49686
6160 d 7 h
murdoch
/trunk/
Some cleanup of the parser
Include srcrefs in base packages if R_KEEP_PKG_SOURCE=yes
Give filename/line number error messages when building packages even without srcrefs (though
not for base packages, which don't get the #line directives by default)
During package installation, parse the concatenated source file, rather than the individual files, to report syntax errors.
42308
6942 d 10 h
ripley
/trunk/src/include/
change reference to GPL
40006
7183 d 3 h
murdoch
/trunk/
Make use of srcrefs consistent in all multi-line parsing functions.
Fix edit so it supports srcrefs.
39996
7184 d 1 h
murdoch
/trunk/
Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
38877
7287 d 8 h
ripley
/trunk/src/
tidy up parse interface
36820
7524 d 2 h
ripley
/trunk/
update FSF address
35498
7629 d 19 h
murdoch
/trunk/
More informative error messages, recommitted
35493
7630 d 7 h
murdoch
/trunk/
Revert incomplete r35489
35489
7631 d 3 h
murdoch
/trunk/
More informative error messages
34748
7710 d 8 h
ripley
/trunk/
more tweaks to include file guards
25961
8367 d 22 h
ripley
/trunk/
export part of Parse.h, using an enumeration type.
25948
8368 d 11 h
ripley
/trunk/src/include/
remove unused defines
5458
9848 d 9 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
3641
10024 d 13 h
ihaka
/trunk/src/include/
Machintosh adjustments.
292
10475 d 15 h
ihaka
/trunk/src/include/
New - Parsing definitions.