Remove cruft from g_strerror and g_strsignal
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Oct 2011 05:25:26 +0000 (01:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2011 05:12:53 +0000 (01:12 -0400)
commit0e3f530185d494dbb9db1b47f72f10f3ae598564
tree62433975a957fe8d9ad8457d0ec6be092a506c78
parent5fef796126e2c74ccc619528414339cfb5dfcf9c
Remove cruft from g_strerror and g_strsignal

We can just assume that strerror/strsignal are available
nowadays. At the same time, drop use of thread-private storage.
Instead, always return interned strings.

https://bugzilla.gnome.org/show_bug.cgi?id=660849
configure.ac
glib/gstrfuncs.c