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
84054 1220 d 4 h maechler /branches/R-matOps/ Create R-matOps  
83456 1321 d 5 h ripley /trunk/src/main/ some replacing sprintf by snprintf  
83446 1321 d 10 h ripley /trunk/src/ C23 requires attributes before return values  
81923 1592 d 22 h luke /trunk/src/main/ Avoid -Wshorten-64-to-32 compiler warnings.  
81517 1650 d 3 h ripley /trunk/ add sanity checks for sample{,.int}  
81414 1677 d 3 h luke /trunk/src/main/ Fixes for hansling of encoding for strings in hash table keys.  
81409 1677 d 18 h luke /trunk/src/main/ Better hashing for CHARSXP, SYMSXP, LISTSXP.
Duplicate needs to match vhash_one on substructure following for
EXPRSXP, LANGSXP, CLOSXP.
 
81373 1687 d 0 h luke /trunk/src/ Rename R_hashtab_t to R_hashtab_type since POSIX reserves types ending in _t.  
81356 1687 d 17 h luke /trunk/src/main/ Recompute hash bin after rehahing (fixes bug in r81320).  
81320 1690 d 3 h luke /trunk/src/main/ Resize/rehash hash table before adding an entry that might overflow size limit.  
81319 1690 d 4 h luke /trunk/src/ Add size hint argument to utils::hashtab().  
81310 1691 d 0 h luke /trunk/src/main/ Make better use of K parameter in internal hash funcitons for hash tables.  
81277 1698 d 20 h luke /trunk/src/main/ Make sure a symbol's print name has a hash value before using it in vhash.  
81276 1698 d 21 h luke /trunk/src/ The equality test for hash keys treads external pointers as reference objects.
This is needed for sensible behavior across serialization.
 
81275 1698 d 21 h luke /trunk/src/main/ Use closure environments in hash table equality test.
This corresponds to the default for identical().
 
81234 1706 d 22 h luke /trunk/src/main/ Make sure all hash table API calls that allocate protect their arguments.  
81229 1707 d 8 h luke /trunk/src/main/ Initialize hash table count to zero and use SEXP address as EXTPTR address.  
81220 1710 d 1 h luke /trunk/src/ Added .Internal(vhash()) to allow some R-level experiments with hash tables.  
81219 1710 d 1 h luke /trunk/src/main/ Add braces.  
81218 1710 d 2 h luke /trunk/src/ Hashing for hash tables now uses environments on closures.  

Show All