summaryrefslogtreecommitdiff
path: root/libstore/kids.c
AgeCommit message (Collapse)Author
2002-03-112002-03-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* 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.
2001-12-232001-12-23 Roland McGrath <roland@frob.com>Roland McGrath
* kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
1997-07-07Doc fix.Miles Bader
1997-07-07(store_open_children):Miles Bader
Support factored type notation.
1997-06-20(store_open_children, store_children_name):Miles Bader
New functions. Update FSF address.
1996-10-08(store_set_child_flags, store_clear_child_flags):Miles Bader
New funcs.
1996-09-23(store_decode_children):Miles Bader
Change CLASSES to **.
1996-05-22Initial revisionMiles Bader