support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in to
authorHavoc Pennington <hp@redhat.com>
Fri, 8 Jun 2001 19:41:51 +0000 (19:41 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 8 Jun 2001 19:41:51 +0000 (19:41 +0000)
commit6858b5342f8811923d67f4c54213a5fd827aae3d
treeb0033583fba9b36a52ef52cda6613af1a40e42a8
parent78273842cc448f5df5e907bd3f97da1176f1c52a
support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in to

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gspawn.c: support G_SPAWN_FILE_AND_ARGV_ZERO specifying that
the vector passed in to g_spawn_* contains a filename to
execute in argv[0] then the actual argv begins at argv + 1.
Kind of a lame hack, but this isn't something you commonly want
to do, and avoids adding more function arguments.
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
docs/reference/glib/tmpl/macros_misc.sgml
docs/reference/glib/tmpl/spawn.sgml
glib/gspawn.c
glib/gspawn.h
gspawn.c
gspawn.h