Add new files.
authorHavoc Pennington <hp@redhat.com>
Mon, 9 Oct 2000 16:24:57 +0000 (16:24 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 9 Oct 2000 16:24:57 +0000 (16:24 +0000)
commit8e3a3eef63c3c298c93fa8f8e827b10dd1b6327c
treef0c97f4c8d40039033a67ade0b0123413b9930b1
parent18e7dc021591bcaedb922a553d5bc0e0b966b6d9
Add new files.

2000-10-09  Havoc Pennington  <hp@redhat.com>

        * Makefile.am, tests/Makefile.am: Add new files.

* tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff

* gutils.c (g_find_program_in_path): convert a relative
program name into an absolute pathname to an existing
executable

* gspawn.h, gspawn.c: New fork/exec API

* gshell.h, gshell.c: Shell-related utilities, at the moment
simply routines to parse argv and quote/unquote strings

* guniprop.c (g_unichar_isspace): Return TRUE for the
ASCII space characters isspace() returns TRUE for.

* gfileutils.c (g_file_get_contents): Convenience function
to slurp entire file into a string and return it. Partially
written by Joel Becker.
(g_file_test): file test function
31 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
gfileutils.c [new file with mode: 0644]
gfileutils.h [new file with mode: 0644]
glib.h
glib/Makefile.am
glib/gfileutils.c [new file with mode: 0644]
glib/gfileutils.h [new file with mode: 0644]
glib/glib.h
glib/gshell.c [new file with mode: 0644]
glib/gshell.h [new file with mode: 0644]
glib/gspawn.c [new file with mode: 0644]
glib/gspawn.h [new file with mode: 0644]
glib/guniprop.c
glib/gutils.c
gshell.c [new file with mode: 0644]
gshell.h [new file with mode: 0644]
gspawn.c [new file with mode: 0644]
gspawn.h [new file with mode: 0644]
guniprop.c
gutils.c
tests/Makefile.am
tests/shell-test.c [new file with mode: 0644]
tests/spawn-test.c [new file with mode: 0644]