From be9db81541bff178c5087a47becd5afc519afcb6 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 27 Mar 2003 15:37:47 +0000 Subject: Like camel_url_encode, but works directly on an existing GString. * camel-url.c (append_url_encoded): Like camel_url_encode, but works directly on an existing GString. (camel_url_to_string, output_param): Use it. (camel_url_encode): Likewise. Remove "escape_unsafe" arg since the "unsafe" chars are the ones that should *always* be escaped, and the places we were passing FALSE were wrong. (camel_url_decode): replace with a new version * camel-file-utils.c (camel_file_util_safe_filename): Remove extra arg to camel_url_encode. * tests/misc/url.c (main): Add tests of basic URL parsing and unparsing svn path=/trunk/; revision=20545 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 8a01527f99..94dad5c5e1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2003-03-27 Dan Winship + + * camel-url.c (append_url_encoded): Like camel_url_encode, but + works directly on an existing GString. + (camel_url_to_string, output_param): Use it. + (camel_url_encode): Likewise. Remove "escape_unsafe" arg since the + "unsafe" chars are the ones that should *always* be escaped, and + the places we were passing FALSE were wrong. + (camel_url_decode): replace with a new version + + * camel-file-utils.c (camel_file_util_safe_filename): Remove extra + arg to camel_url_encode. + + * tests/misc/url.c (main): Add tests of basic URL parsing and + unparsing + 2003-03-28 Not Zed * -- cgit v1.2.3