Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-09-28 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-09-29 | 1 | -9/+17 |
| | | | | | * 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. | ||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -6/+8 |
| | |||||
* | (store_decode): | Miles Bader | 1997-06-20 | 1 | -10/+8 |
| | | | | | | Pass the original value of CLASSES to any decode method, not our search tail. Update FSF address. | ||||
* | (store_decode): | Miles Bader | 1996-09-23 | 1 | -5/+7 |
| | | | | Change CLASSES to be a vector of class pointers. | ||||
* | (store_with_decoded_runs): New function. | Miles Bader | 1996-09-14 | 1 | -18/+38 |
| | | | | (store_std_leaf_decode): Call it. | ||||
* | Deal with NAME_LENGTH being 0. | Miles Bader | 1996-07-19 | 1 | -6/+12 |
| | |||||
* | (store_std_leaf_decode): Decode name too. | Miles Bader | 1996-07-19 | 1 | -1/+10 |
| | |||||
* | (store_decode): | Miles Bader | 1996-05-22 | 1 | -36/+22 |
| | | | | | | 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. | ||||
* | (store_default_leaf_decode): | Miles Bader | 1996-05-10 | 1 | -5/+38 |
| | | | | | | 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. | ||||
* | Rename *S_LEN to NUM_*S. | Miles Bader | 1996-05-10 | 1 | -4/+4 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -23/+19 |
| | |||||
* | Formerly decode.c.~3~ | Miles Bader | 1996-04-01 | 1 | -1/+72 |
| | |||||
* | Formerly decode.c.~2~ | Miles Bader | 1996-03-22 | 1 | -2/+26 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-22 | 1 | -0/+33 |