Age | Commit message (Collapse) | Author |
|
* stripe.c (store_concat_class): Add store_concat_open.
(store_concat_create): Do not multiply NUM_STORES with 2 to get
the number of runs.
* kids.c (store_allocate_child_encodings): Call allocate_encoding
on child store K, not on STORE.
(store_encode_children): Likewise.
* decode.c (store_std_leaf_decode): Increment ENC->cur_data by
NAME_LEN and MISC_LEN as appropriate.
|
|
* decode.c (store_std_leaf_decode): Actually copy data into MISC.
Don't call malloc for it when MISC_LEN is zero, just store null.
|
|
|
|
Pass the original value of CLASSES to any decode method, not our search
tail.
Update FSF address.
|
|
Change CLASSES to be a vector of class pointers.
|
|
(store_std_leaf_decode): Call it.
|
|
|
|
|
|
Add CLASSES param, use it instead of big hardwired switch statement.
(store_default_leaf_decode):
Use typedef for CREATE param. Pass in FLAGS arg when calling it.
|
|
Convert the slice of the offset vector we're using into a vector of
store_runs to pass to CREATE.
Change type of CREATE accordingly.
|
|
|
|
|
|
|
|
|
|
|