aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Run.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt1-2/+5
2009-12-27Fix the createSession bug in spawnPipeSpencer Janssen1-3/+1
2009-12-23Update all uses of forkProcess to xforkSpencer Janssen1-4/+4
2009-11-14generalize IO actions to MonadIO mdaniel1-6/+6
2009-11-14fix documentation to match implementationdaniel1-2/+1
2009-10-25fix X.U.Run.spawnPipe fd leakTomas Janousek1-0/+1
2009-10-22Refer to modm as the current modMaskAdam Vogt1-2/+2
2009-06-22XMonad.Util.Run: improve definition so this can be used with emacsgwern01-4/+4
2009-06-22XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ...gwern01-0/+7
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-1/+1
2009-02-20U.Run: remove waitForProcess to close Issue 268wirtwolff1-4/+4
2009-01-22uninstallSignalHandlers in spawnPipeSpencer Janssen1-0/+1
2009-01-22Create a new session for spawnPiped processesSpencer Janssen1-1/+2
2009-01-16Update all uses of doubleFork/waitForProcessSpencer Janssen1-6/+7
2008-05-15decent documentation for UrgencyHookDevin Mullins1-2/+1
2008-03-28Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey1-1/+3
2008-03-16Run.hs: improve haddockgwern01-25/+26
2008-03-03Util.Run: minor clarification in commentgwern01-1/+1
2008-02-05Run.hs: add an option to runintermsgwern01-5/+5
2008-01-14Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard1-27/+15
2007-12-12Run.hs: fix documentation, cleanup whitespaceValery V. Vorotyntsev1-3/+3
2007-12-08Remove redundant importsSpencer Janssen1-1/+1
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-1/+1
2007-11-16XMonad.Util.Run: meny haddock fixesAndrea Rossato1-28/+38
2007-11-10typo fix in Util.RunDevin Mullins1-1/+1
2007-11-09Generalize safe/unsafeSpawn to MonadIOSpencer Janssen1-3/+3
2007-11-07Add spawnPipeSpencer Janssen1-2/+20
2007-11-06make Setup haddock work againLukas Mai1-1/+3
2007-11-01HierarchifySpencer Janssen1-8/+8
2007-11-01-Wall police in Run.David Roundy1-1/+0
2007-11-01More portingSpencer Janssen1-2/+2
2007-11-01Remove Config import from RunSpencer Janssen1-6/+6
2007-10-24Run.hs: documentation fixValery V. Vorotyntsev1-1/+1
2007-10-24Use new terminal config optionSpencer Janssen1-11/+6
2007-10-24Run.hs: do my usual segregation into safe and unsafe runInTermsgwern01-2/+7
2007-10-24Run.hs: specialize runInXTerm to use runInTerm per my mailing list suggestiongwern01-5/+2
2007-10-24Run.hs: +my suggested runInTerm general functiongwern01-0/+7
2007-10-24Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg...gwern01-0/+7
2007-10-19Run.hs: +2 functions, safeSpawn & unsafeSpawngwern01-0/+21
2007-10-19Run.hs: fmtgwern01-11/+9
2007-10-19Run.hs, ShellPrompt.sh: mv runInXTerm to ShellPrompt.hsgwern01-9/+4
2007-10-18fixed Dzen and gave it a configurable timeoutDevin Mullins1-1/+7
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-0/+84