diff options
author | ajs <ajs> | 2005-01-28 20:28:35 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-28 20:28:35 +0000 |
commit | f6834d4c4031276361465dd19ef1918e239566c8 (patch) | |
tree | 67e9eb194ce4cef74654a888c0e165febc0010d2 /lib/ChangeLog | |
parent | 8bfb0cba005b37c7b125fe2a34f1819e85d9f59c (diff) |
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
string element).
(do_echo,config_logmsg) Allow for possible NULL return value from
argv_concat.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e3b7d377..750e310f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +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 + string element). + (do_echo,config_logmsg) Allow for possible NULL return value from + argv_concat. + 2005-01-23 Hasso Tepper <hasso at quagga.net> * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will |