]> sjero.net Git - wget/commit - src/ChangeLog
Change growable string object to null terminate
authorRay Satiro <raysatiro@yahoo.com>
Mon, 8 Oct 2012 05:08:49 +0000 (01:08 -0400)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 13 Oct 2012 11:34:23 +0000 (13:34 +0200)
commit242ddfc74e5381dc91e2abdb5b92e985ba16458a
tree99429e336ad20d856127bfe28739ef0fe450de2c
parent13c6e7832ab5b369e4fd01fbde1b12945e8d7cbd
Change growable string object to null terminate

src/ChangeLog
src/url.c

@ src/url.c:

Any function directly writing to the members of a growable string
object must call append_null(). Functions that already do this I've
changed to call append_null(): shorten_length(), append_char(),
append_string(), append_uri_pathel().

- (append_null)
New function to null terminate a growable string object.

- (shorten_length)
New function to shorten the length of a growable string object.
src/ChangeLog
src/url.c