diff options
author | paul <paul> | 2006-01-10 14:35:19 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-10 14:35:19 +0000 |
commit | 4b201d46348b81bd9d59aa626c81f7457ea6ef38 (patch) | |
tree | b841d11214e5ec8ff4904d193c5e0b7c4e741a50 /lib/ChangeLog | |
parent | e14b7fca6279fe9dc41c8aa9816b5685952c4b19 (diff) |
[stream] Add quad-word support and stream_resize
2006-01-10 Paul Jakma <paul.jakma@sun.com>
* stream.c: (stream_new) Allocate stream data as seperate object.
(stream_free) free the data.
(stream_resize) new function, resize stream to new size.
(stream_{get,put}q*) new functions to get/put quad word size
types.
* stream.h: (struct stream) make data seperate from the stream.
Export new stream_resize and quad-word get/put functions.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b02cc517..da0bc4ad 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2006-01-10 Paul Jakma <paul.jakma@sun.com> + + * stream.c: (stream_new) Allocate stream data as seperate object. + (stream_free) free the data. + (stream_resize) new function, resize stream to new size. + (stream_{get,put}q*) new functions to get/put quad word size + types. + * stream.h: (struct stream) make data seperate from the stream. + Export new stream_resize and quad-word get/put functions. + 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> * vty.c (vty_hello): add cast to quiet lint (from David Young) |