diff options
author | ajs <ajs> | 2005-01-28 20:41:07 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-28 20:41:07 +0000 |
commit | afb8b6055c5e54be762e220cf9b7b65a22266733 (patch) | |
tree | 8434d1316d56805368e2ce2dc13a095fdb3a8c91 /lib/ChangeLog | |
parent | f6834d4c4031276361465dd19ef1918e239566c8 (diff) |
2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* lib/buffer.h: Document behavior of buffer_getstr function.
* lib/buffer.c: (buffer_getstr) Fix bug: must handle case where
the string extends beyond the head struct buffer_data.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 750e310f..7955f098 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * lib/buffer.h: Document behavior of buffer_getstr function. + * lib/buffer.c: (buffer_getstr) Fix bug: must handle case where + the string extends beyond the head struct buffer_data. + +2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * lib/command.h: Document behavior of argv_concat function. * lib/command.c: (argv_concat) Calculate total string length first so we can call malloc just once (instead of realloc'ing to add each |