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
52864 5807 d 22 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52834 5810 d 22 h murdoch /trunk/ Sweave() keeps track of original source lines for error reports.  
52487 5864 d 1 h murdoch /trunk/src/main/ Fix error handling code in the parsers.  
51330 5975 d 0 h ripley /trunk/ fix up confusion over non-conversion of symbols to character  
50833 6060 d 4 h ripley /trunk/src/main/ correct/update comments  
50186 6121 d 19 h murdoch /trunk/src/main/ Don't generate spurious warning (reported by Erich Neuwirth).  
49644 6165 d 11 h murdoch /trunk/ Add #line directive to R parser, and in a few places to code processing (more needed)
Add findLineNum and setBreakpoint
Make srcref code more tolerant of missing information
 
48572 6279 d 0 h murdoch /trunk/ Warn if invalid encoding is used in parse()  
48500 6289 d 18 h murdoch /trunk/src/main/ Missing PROTECT()  
47713 6393 d 16 h murdoch /trunk/ Port column counting from parse_Rd to parse.
Add "expecting" clause to parse_Rd syntax error messages.
Add syntax error pointer.
 
47481 6412 d 17 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
 
46864 6470 d 8 h ripley /trunk/ a bit more on marking character strings  
46850 6471 d 20 h ripley /trunk/src/ typo  
45982 6607 d 6 h ripley /trunk/ more checks of mode when opening connections  
45446 6671 d 1 h ripley /trunk/src/main/ whitespace cleanup  
44201 6756 d 7 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
42307 6943 d 4 h ripley /trunk/src/ change reference to GPL  
42147 6960 d 14 h murdoch /trunk/ Last line not shown in syntax error context  
41807 6993 d 22 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
 
41715 7003 d 7 h ripley /trunk/ improvements to error/warning messages  
40705 7105 d 6 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40672 7109 d 6 h ripley /trunk/ start marking encoding of CHARSXPs  
40220 7162 d 12 h murdoch /trunk/src/main/ Fix off-by-one error  
39999 7184 d 8 h murdoch /trunk/src/ keep.source support added to parse(text=...), and
to Sweave.
 
39996 7184 d 20 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
38733 7302 d 0 h ripley /trunk/src/ remove unused R_Parse{Cnt,Text}  
36990 7508 d 16 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7524 d 21 h ripley /trunk/ update FSF address  
35498 7630 d 14 h murdoch /trunk/ More informative error messages, recommitted  
35493 7631 d 1 h murdoch /trunk/ Revert incomplete r35489  
35489 7631 d 22 h murdoch /trunk/ More informative error messages  
35189 7658 d 18 h tlumley /trunk/src/main/ fixes from no-segfault.R under valgrind.  
32873 7852 d 3 h ripley /trunk/ mark messages  
25961 8368 d 16 h ripley /trunk/ export part of Parse.h, using an enumeration type.  
18618 8906 d 0 h ripley /trunk/ add bzfile connections
finish converting code using con->open
 
12976 9282 d 3 h pd /trunk/ branch update  
11668 9368 d 19 h ripley /trunk/ use Rboolean
add isSeekable
enable read.table to work on non-seekable connections
make sure that all malloc-ed memory gets freed
 
11656 9369 d 2 h ripley /trunk/ add connections, phase I  
10172 9485 d 15 h luke /trunk/ Merged with R-GenGC branch  
7701 9684 d 21 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.