summaryrefslogtreecommitdiff
path: root/Utility/Touch.hsc
Commit message (Collapse)AuthorAge
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
| | | | It's a code smell, can lead to hard to diagnose error messages.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* final warning fixGravatar Joey Hess2014-12-29
|
* fixGravatar Joey Hess2014-12-29
|
* fix more warnings on BSD/OSXGravatar Joey Hess2014-12-29
|
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* finished where indentation changesGravatar Joey Hess2012-12-13
|
* unbreak code inside ifdefGravatar Joey Hess2012-04-22
|
* noopGravatar Joey Hess2012-04-21
|
* cleanupGravatar Joey Hess2012-03-09
|
* factor out Utility.FileSystemEncodingGravatar Joey Hess2012-03-09
|
* really fix foreign C functions filename encodingsGravatar Joey Hess2012-02-04
| | | | GHC should probably export withFilePath.
* fix touch and statfs to work on any files in any localeGravatar Joey Hess2012-02-04
| | | | | | | Use withCAString rather than withCString. XXX Actually, this only works in non-unicode locales when presented with unicode characters. Help?
* go go gadget hlintGravatar Joey Hess2011-09-20
|
* moved files aroundGravatar Joey Hess2011-08-20