ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] [RFC PATCH 0/2] executing programs without sh -c


From: Ali Gholami Rudi
Subject: [RP] [RFC PATCH 0/2] executing programs without sh -c
Date: Wed, 19 Nov 2008 11:51:48 +0330
User-agent: Mutt/1.5.18 (2008-05-17)

Currently the raw argument of spawn() is never used.  It might make
sense to either remove it altogether or add a command that uses it.

exec command always forks a sh process for executing commands.  These
patches add execr command to execute the program directly.

Ali Gholami Rudi (2):
  actions.c: make spawn() parse the arguments when raw is 1
  add execr command

 doc/ratpoison.texi |    4 ++++
 src/actions.c      |   45 +++++++++++++++++++++++++++++++++++++++++++--
 src/actions.h      |    1 +
 3 files changed, 48 insertions(+), 2 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]