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
81571 1642 d 17 h murrell /branches/R-vecpat/ ported r81481:81570 from main  
81482 1655 d 20 h murrell /branches/R-vecpat/ ported rCommitted revision 81390.:81481 from main  
81390 1680 d 22 h murrell /branches/R-vecpat/ Create R-vecpat  
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 2 h luke /trunk/src/ Added .Internal(vhash()) to allow some R-level experiments with hash tables.  
81219 1710 d 2 h luke /trunk/src/main/ Add braces.  
81218 1710 d 2 h luke /trunk/src/ Hashing for hash tables now uses environments on closures.  
81216 1710 d 4 h luke /trunk/src/ Added C level hash table support.  
81215 1710 d 4 h luke /trunk/src/main/ Improved hash codes in vhash for EXPRSXP, LANGSXP, CLOSXP, SYMSXP,
CHARSXP, and EXTPTRSXP.
 
81214 1710 d 5 h luke /trunk/src/main/ Factor vhash_one out of vhash to allow computing hash code for a sinble object.  
81030 1750 d 7 h kalibera /trunk/src/main/ PROTECT fix (PR#18211).  

Show All