aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAge
* refactoringEgor Tensin2017-06-13
|
* fix HLint warningsEgor Tensin2017-06-13
|
* addpath: detect expandable pathsEgor Tensin2017-06-13
|
* WindowsEnv: {VarName,VarValue} -> {Name,Value}Egor Tensin2017-06-11
| | | | | Also, fix compiler warnings (I've got too used to building with `--ghc-options -w`).
* delenv: ignore missing variablesEgor Tensin2017-06-11
|
* refactoringEgor Tensin2017-06-11
|
* refactoringEgor Tensin2017-06-11
| | | | | | | | | | The fact whether the registry value was a regular or an expandable string is now propagated up to the `Environment` module (and even further to the apps). This was done to get rid of these weird `setString*` functions (and the like). I don't feel like I've came up with the right abstractions yet though, so there's more work on this to come.
* code styleEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* paths: don't expand registry valuesEgor Tensin2017-06-10
|
* add comments to `foreign` importsv0.1.0.0Egor Tensin2017-05-26
|
* fix x86 buildsEgor Tensin2017-05-26
|
* rename directoriesEgor Tensin2017-03-26
|
* rename directoriesEgor Tensin2017-03-25
|
* add a dummy module for re-exportsEgor Tensin2017-01-25
|
* rename namespace 'Windows' to 'WindowsEnv'Egor Tensin2017-01-25
|
* add Portability to module descriptionsEgor Tensin2017-01-25
|
* refactoringEgor Tensin2017-01-17
|
* code styleEgor Tensin2017-01-16
|
* bugfixEgor Tensin2016-12-13
|
* bugfixEgor Tensin2016-12-13
|
* bugfixEgor Tensin2016-12-13
|
* setenv: prompt message updateEgor Tensin2016-12-13
| | | | | It also now uncoditionally overrides variables (i.e. even when the corresponding registy values are not strings).
* bugfix (withPrompt no longer swallows IOError)Egor Tensin2016-12-13
|
* use monad transformersEgor Tensin2016-12-12
|
* fix export listsEgor Tensin2016-12-12
|
* preserve types of registry valuesEgor Tensin2016-12-12
|
* refactoringEgor Tensin2016-12-11
|
* pay attention to '\0's at the endEgor Tensin2016-12-11
|
* fix HLint warningsEgor Tensin2016-12-11
|
* safer registry access routinesEgor Tensin2016-11-10
| | | | + use patched Win32.
* fix license text + add Haddock headersEgor Tensin2016-08-20
|
* fix HLint warningsEgor Tensin2016-08-20
|
* refactoringEgor Tensin2016-07-19
|
* put modules to 'Windows'Egor Tensin2016-07-18
|
* refactoringEgor Tensin2016-07-18
|
* refactoringEgor Tensin2016-07-17
|
* bugfixEgor Tensin2016-07-13
| | | | | | Use SendNotifyMessage instead of SendMessage for environment update notifications, since the former is supposedly non-blocking unlike the latter.
* bugfix + refactoringEgor Tensin2016-07-13
|
* reorder importsEgor Tensin2016-07-12
|
* refactoringEgor Tensin2016-07-12
|
* optparse-applicative instead of GetOptEgor Tensin2016-07-12
|
* bugfix & refactoringEgor Tensin2016-07-12
|
* code styleEgor Tensin2016-07-12
|
* rename modules + fix compiler warningsEgor Tensin2016-07-11
|
* become a proper stack projectEgor Tensin2016-07-11