Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * hash.c: remove unnecessary checks for Qundef in hash iterations. | nobu | 2012-03-31 | 1 | -2/+1 |
* | * st.c (st_update): pass pointer to key to the callback function. | nobu | 2012-03-29 | 1 | -2/+2 |
* | * st.c: add st_foreach_check for fixing iteration over packed table | nobu | 2012-03-10 | 1 | -1/+3 |
* | * st.c: fix packed num_entries on delete_safe. patched by Sokolov | nobu | 2012-03-10 | 1 | -0/+24 |
* | * st.c (st_update): table can be unpacked in the callback. | nobu | 2012-02-07 | 1 | -0/+26 |
* | * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table. | nobu | 2012-02-07 | 1 | -1/+7 |
* | * st.c (st_foreach): should not yield same pair when checking | nobu | 2012-02-07 | 2 | -0/+64 |