aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Run.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-241-2/+5
* Fix the createSession bug in spawnPipeSpencer Janssen2009-12-271-3/+1
* Update all uses of forkProcess to xforkSpencer Janssen2009-12-231-4/+4
* generalize IO actions to MonadIO mdaniel2009-11-141-6/+6
* fix documentation to match implementationdaniel2009-11-141-2/+1
* fix X.U.Run.spawnPipe fd leakTomas Janousek2009-10-251-0/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-221-2/+2
* XMonad.Util.Run: improve definition so this can be used with emacsgwern02009-06-221-4/+4
* XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ...gwern02009-06-221-0/+7
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* U.Run: remove waitForProcess to close Issue 268wirtwolff2009-02-201-4/+4
* uninstallSignalHandlers in spawnPipeSpencer Janssen2009-01-221-0/+1
* Create a new session for spawnPiped processesSpencer Janssen2009-01-221-1/+2
* Update all uses of doubleFork/waitForProcessSpencer Janssen2009-01-161-6/+7
* decent documentation for UrgencyHookDevin Mullins2008-05-151-2/+1
* Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey2008-03-281-1/+3
* Run.hs: improve haddockgwern02008-03-161-25/+26
* Util.Run: minor clarification in commentgwern02008-03-031-1/+1
* Run.hs: add an option to runintermsgwern02008-02-051-5/+5
* Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2008-01-141-27/+15
* Run.hs: fix documentation, cleanup whitespaceValery V. Vorotyntsev2007-12-121-3/+3
* Remove redundant importsSpencer Janssen2007-12-081-1/+1
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-191-1/+1
* XMonad.Util.Run: meny haddock fixesAndrea Rossato2007-11-161-28/+38
* typo fix in Util.RunDevin Mullins2007-11-101-1/+1
* Generalize safe/unsafeSpawn to MonadIOSpencer Janssen2007-11-091-3/+3
* Add spawnPipeSpencer Janssen2007-11-071-2/+20
* make Setup haddock work againLukas Mai2007-11-061-1/+3
* HierarchifySpencer Janssen2007-11-011-0/+114