diff options
author | Tim Janik <timj@gtk.org> | 2003-11-27 17:08:58 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2003-11-27 17:08:58 +0000 |
commit | 5d49a7caf7e10a69fb25159f51b3eebdb92f774f (patch) | |
tree | 4832be6f97bae4741f717b3219ce9e49b8c832e0 /ChangeLog.pre-2-10 | |
parent | 0642df0ab3a705ec61bdbc915e15e7d7c2f4ed05 (diff) | |
download | glib-5d49a7caf7e10a69fb25159f51b3eebdb92f774f.tar.gz |
handle NULL arguments gracefully.
Thu Nov 27 17:04:08 2003 Tim Janik <timj@gtk.org>
* glib/gstrfuncs.c (g_strconcat): handle NULL arguments
gracefully.
* glib/gmacros.h: defined G_STRFUNC, which (pretty) prints the
current function (since G_STRLOC and G_GNUC_*FUNCTION became
unusable with gcc-3.0).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c5719123e..3e1eadaa0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Thu Nov 27 17:04:08 2003 Tim Janik <timj@gtk.org> + + * glib/gstrfuncs.c (g_strconcat): handle NULL arguments + gracefully. + + * glib/gmacros.h: defined G_STRFUNC, which (pretty) prints the + current function (since G_STRLOC and G_GNUC_*FUNCTION became + unusable with gcc-3.0). + Wed Nov 26 16:45:16 2003 Roozbeh Pournader <roozbeh@sharif.edu> * glib/gstrfuncs.c: Fixed a bad pointer comparison in |