aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv/Environment.hs (follow)
Commit message (Collapse)AuthorAge
* use windows_cconv.h from Win32Egor Tensin2017-06-17
|
* 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.
* refactoringEgor Tensin2017-06-10
|
* paths: don't expand registry valuesEgor Tensin2017-06-10
|
* rename directoriesEgor Tensin2017-03-26
|
* rename directoriesEgor Tensin2017-03-25
|
* rename namespace 'Windows' to 'WindowsEnv'Egor Tensin2017-01-25