reverted raja's changes, since they leaked a struct passwd contents buffer
authorTim Janik <timj@gtk.org>
Sun, 24 Jan 1999 10:32:56 +0000 (10:32 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 24 Jan 1999 10:32:56 +0000 (10:32 +0000)
commitc5fd4a3dc46d186f815e4ac71578938d62544f01
tree2e49b75b4b111929ee116819e81198fcabb4080d
parent96cf177352940831b989301681c1483a52a319d5
reverted raja's changes, since they leaked a struct passwd contents buffer

Sun Jan 24 10:33:30 1999  Tim Janik  <timj@gtk.org>

        * gutils.c (g_get_any_init): reverted raja's changes, since they leaked
        a struct passwd contents buffer and for the rest mostly substituted a
        while loop with a bunch of gotos.
        restored the getpwuid() code to what we had after my recent clean ups
        ("Sat Jan 23 02:14:28 1999 Tim Janik"), module yosh's recent changes.
        to feature solaris behaviour of directly returning errno, we don't
        modify error anymore if it's > 0 and simply reset errno.
        don't reset g_home_dir for !NATIVE_WIN32 && !NATIVE_WIN32.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gutils.c
gutils.c