diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-01-13 19:59:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-13 19:59:32 +0000 |
commit | c8dd07333a29cc05a2f1536e8d71221ce831474b (patch) | |
tree | 119909df63530667f85d1013ac19b69eb161c514 /ChangeLog | |
parent | 0f35c33ecf4cfc4c7e91727d6395741f95b7ca7c (diff) | |
download | glib-c8dd07333a29cc05a2f1536e8d71221ce831474b.tar.gz |
Bug 564728 Add function to decode base64 encoded data in place
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 564728 Add function to decode base64 encoded data in place
* glib/glib.symbols:
* glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
API to decode in place, overwriting the input string. Patch by
Sebastian Dröge.
svn path=/trunk/; revision=7807
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-01-13 Matthias Clasen <mclasen@redhat.com> + + Bug 564728 Add function to decode base64 encoded data in place + + * glib/glib.symbols: + * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience + API to decode in place, overwriting the input string. Patch by + Sebastian Dröge. + 2009-01-12 Matthias Clasen <mclasen@redhat.com> * glib/gtestutils.c (g_strcmp0): Be more explicit about the NULL |