added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),
authorTim Janik <timj@gtk.org>
Fri, 10 Jul 1998 05:51:17 +0000 (05:51 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 10 Jul 1998 05:51:17 +0000 (05:51 +0000)
commit49ae057a97f7d543594a10d931a193893de97a9c
treea10ccdd713d51c58aa4fe62dd2d5325a531f3ff4
parent5b52f015356729919cfd3b68cd5ac3c27a35e147
added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),

Fri Jul 10 06:33:43 1998  Tim Janik  <timj@gtk.org>

        * glib.h:
        * gutils.h: added a bunch of utility/wrapper functions:
        g_basename(), g_getcwd(), g_get_user_name(), g_get_real_name(),
        g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname().

        * gutils.c: removed all g_str* functions.
        * gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
        place. this file shall never include <stdlib.h> to avoid clashes for
        some of the g_str* functions on some OSes.
14 files changed:
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
Makefile.am
glib.h
glib/Makefile.am
glib/glib.h
glib/gutils.c
gutils.c