summaryrefslogtreecommitdiff
path: root/Utility.hs
Commit message (Collapse)AuthorAge
* really fix SIGINT handlingGravatar Joey Hess2010-10-29
| | | | | Have to completly avoid SIGINT being trapped, which means going very low-level.
* Fix SIGINT handling.Gravatar Joey Hess2010-10-29
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* fix perl refugee codeGravatar Joey Hess2010-10-22
|
* add shellEscapeGravatar Joey Hess2010-10-22
| | | | | | ugly, but sometimes necessary There is a haskell shell-escape module, but it is not packaged in Debian
* add boolSystemGravatar Joey Hess2010-10-19
|
* now finds files in git or not depending on what command wantsGravatar Joey Hess2010-10-16
|
* basic recursion done; skipping git stuff still todoGravatar Joey Hess2010-10-16
|
* use some library functionsGravatar Joey Hess2010-10-15
| | | | retry with a bugfix
* Revert "use some library functions"Gravatar Joey Hess2010-10-15
| | | | | | This reverts commit 8e742bd89e6bd3d83c44847c0455043809c64c89. meh?
* use some library functionsGravatar Joey Hess2010-10-15
|
* relative link fixGravatar Joey Hess2010-10-15
|
* fix parentDir to work for relative tooGravatar Joey Hess2010-10-13
|
* explicit exportsGravatar Joey Hess2010-10-11
|
* fixed close after lockingGravatar Joey Hess2010-10-10
|
* strictness and handle closingGravatar Joey Hess2010-10-10
|
* addGravatar Joey Hess2010-10-10