Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 3 | -0/+3 |
* | st: test packed-to-unpacked transitions during iteration | normal | 2014-10-09 | 1 | -0/+15 |
* | st_update passes the key in st_table | shirosaki | 2012-11-17 | 1 | -0/+12 |
* | * st.c (st_update): add existing parameter to the callback function. | nobu | 2012-03-29 | 1 | -3/+2 |
* | * st.c: add st_foreach_check for fixing iteration over packed table | nobu | 2012-03-10 | 1 | -0/+13 |
* | * st.c: fix packed num_entries on delete_safe. patched by Sokolov | nobu | 2012-03-10 | 1 | -0/+9 |
* | * st.c (st_update): table can be unpacked in the callback. | nobu | 2012-02-07 | 1 | -0/+6 |
* | * st.c (st_foreach): should not yield same pair when checking | nobu | 2012-02-07 | 1 | -0/+21 |
* | * st.c (st_update): new function to lookup the given key and | nobu | 2011-12-27 | 1 | -0/+39 |