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 5808 d 21 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52081 5910 d 21 h murdoch /trunk/ New graphics event handling  
51482 5965 d 20 h falcon /trunk/src/ Add IS_CACHED function for testing write barrier  
51268 5981 d 4 h ripley /trunk/src/main/ gc.time can have zero or one arg  
51267 5981 d 6 h ripley /trunk/ check arity and args of one-argument primitives  
51067 6024 d 22 h ripley /trunk/src/main/ tighten down SET_STRING_ELT to only allow CHARSXPs  
50743 6070 d 2 h ripley /trunk/src/main/ tweaks to string comparison  
50716 6071 d 18 h murdoch /trunk/src/main/ Free temporaries allocated by translateChar/translateCharUTF8  
50177 6126 d 1 h luke /trunk/src/main/ Removed inadvertently committed sanity check code in Seql.  
50176 6126 d 2 h luke /trunk/ Fixed up NEWS item for 50172.  
50129 6128 d 20 h ripley /trunk/src/main/ comment corrections  
49747 6157 d 19 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 6162 d 1 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.
 
49665 6164 d 21 h ripley /trunk/ bug fix on string matching  
48998 6212 d 15 h rgentlem /trunk/src/ I changed the macros DEBUG, STEP and TRACE to have an R prefix.
There are too many places where other variants of DEBUG have appeared,
so this makes it easier to find ours, and less likely that there will be
collisions with other definitions
 
48759 6255 d 21 h luke /trunk/ Added a needed PROTECT call in RunFinalizers to handle cases where the
routine is called recursively from a GC in a finalizer.
 
48659 6271 d 16 h murdoch /trunk/src/main/ Fix vulnerability to badly formed srcref records, possible gc problems.  
48623 6272 d 16 h murdoch /trunk/ Add experimental code to display srcref locations when debugging.  
48504 6290 d 14 h tlumley /trunk/ add VALGRIND_LEVEL=3  
48384 6305 d 5 h maechler /trunk/src/main/ update comment  
48330 6312 d 17 h rgentlem /trunk/src/main/ added functions for STEP and SET_STEP  
47460 6415 d 3 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
47454 6415 d 17 h ripley /trunk/ force strict type checking  
47453 6415 d 22 h ripley /trunk/src/main/ small code cleanup: USE_TYPE_CHECKING is always on  
46943 6465 d 20 h luke /trunk/src/main/ Added full GC to GetNewPage if malloc fails; modified error message.  
46844 6473 d 14 h ripley /trunk/ remove what appears to be an unwarranted assumption in Seql  
46616 6505 d 4 h ripley /trunk/ deprecated -> defunct  
46573 6514 d 20 h luke /trunk/src/main/ Bumped up NAMED for expresions in mkPromise and substitute to ensure
code does not get accidentally modified.
 
45667 6653 d 0 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45519 6666 d 19 h ripley /trunk/ set up possibility of using ICU on Windows, add icuSetCollate  
45516 6666 d 22 h ripley /trunk/ preliminary version of collation via ICU  
45510 6667 d 23 h ripley /trunk/ compare CHARSXPs in the cache by address  
45446 6672 d 0 h ripley /trunk/src/main/ whitespace cleanup  
45435 6672 d 2 h ripley /trunk/ remove code for non-cached CHARSXPs
disallow nuls in CHARSXPs and document
 
45418 6672 d 18 h ripley /trunk/ note that mkCharLen null-terminates, more on removing embedded nuls.  
45410 6673 d 1 h ripley /trunk/ some details of CHARSXP cache  
45409 6673 d 2 h ripley /trunk/ remove allocString.
start towards taking allocVector(CHARSXP) private.
 
45391 6674 d 16 h ripley /trunk/src/main/ typo  
44967 6696 d 21 h ripley /trunk/src/ tidy up encoding auxilliaries  
44647 6724 d 5 h ripley /trunk/ fixes for PR#10807 and PR#10832