The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
47757 6389 d 22 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47718 6392 d 11 h murdoch /trunk/src/main/ braces were being counted within quoted strings  
47713 6393 d 0 h murdoch /trunk/ Port column counting from parse_Rd to parse.
Add "expecting" clause to parse_Rd syntax error messages.
Add syntax error pointer.
 
47709 6393 d 7 h murdoch /trunk/src/main/ Missed initialization  
47686 6395 d 5 h murdoch /trunk/src/main/ First arg to \eqn and \deqn passes everything verbatim, no escape substitutions at all.
Braces are counted unless escaped.
 
47672 6396 d 1 h murdoch /trunk/src/ Always add srcrefs to parse_Rd output  
47671 6396 d 5 h murdoch /trunk/src/ Change \eqn and \deqn to return one or two element list.
Change #endif to eat chars to the end of the line.
Remove unused RCODEMACRO2
 
47654 6397 d 5 h murdoch /trunk/src/main/ Fix bug in handling escapes at start of RCODE sections  
47646 6398 d 9 h murdoch /trunk/src/main/ Fix #ifdef bug introduced by srcref changes.  
47636 6398 d 19 h murdoch /trunk/src/ Fix COMMENT items to include the terminal \n
Fix srcrefs to give the column just before the last char, rather than after
 
47633 6399 d 23 h murdoch /trunk/src/main/ Expand srcrefs (only in parse_Rd, so far) so that they store both byte position and column position  
47549 6405 d 17 h ripley /trunk/src/main/ could read off the end of an array, and gcc 4.3.0 was warning  
47488 6411 d 7 h murdoch /trunk/ Add \verb macro to parse_Rd() and friends.  
47481 6412 d 1 h murdoch /trunk/src/ Fix off-by-one problem in syntax error reporting
Report the column of the bad token
checkRd gives full filename
Make first_column value consistent in gram.y and gramRd.y
 
47458 6413 d 23 h murdoch /trunk/src/main/ Only warn about newline in string if there is an error later  
47413 6417 d 3 h murdoch /trunk/src/ Fix example in Rd2HTML.Rd
Pass file basename to parseRd for error messages
Try again to give warning on extra spaces in two-arg macros
 
47403 6417 d 13 h ripley /trunk/src/main/ revert this part of r47400, as markup in \usage fails  
47400 6417 d 21 h murdoch /trunk/src/ Cleanup for Rd2HTML.Rd
Added as.character.Rd method, rewrote print.Rd
Cleaner error messages in checkRd
Allow (with a warning) one arg on two-arg macros
Remove unused RCODEMACRO2
 
47399 6418 d 3 h murdoch /trunk/src/ Make \name into a verbatim section
Warn on first use of quoted string with a newline in it.
 
47391 6418 d 9 h murdoch /trunk/src/main/ "section header" error message  

Show All