aboutsummaryrefslogtreecommitdiff
path: root/libstore/kids.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-4/+5
| | | | | | * kids.c (store_open_children): Dereference pointer in isalnum call. * set.c (store_set_runs): Fix argument type. * kids.c (store_set_children): Likewise.
* 2002-03-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-03-111-2/+2
| | | | | | | | | | | * 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-23 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-5/+5
| | | | | | * kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
* Doc fix.Miles Bader1997-07-071-9/+7
|
* (store_open_children):Miles Bader1997-07-071-15/+45
| | | | Support factored type notation.
* (store_open_children, store_children_name):Miles Bader1997-06-201-4/+136
| | | | | New functions. Update FSF address.
* (store_set_child_flags, store_clear_child_flags):Miles Bader1996-10-081-1/+49
| | | | New funcs.
* (store_decode_children):Miles Bader1996-09-231-1/+2
| | | | Change CLASSES to **.
* Initial revisionMiles Bader1996-05-221-0/+102