Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -5/+0 |
| | |||||
* | make more tests green | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | Fixed ospaths compilation on js (#6826) | Yuriy Glukhov | 2017-11-28 | 1 | -8/+7 |
| | |||||
* | Move quoteShell to ospaths (#6794) | Fredrik Høisæther Rasch | 2017-11-24 | 1 | -0/+65 |
| | | | Enables quoteShell on nimscript | ||||
* | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | refactor os.nim and ospaths.nim | Andreas Rumpf | 2017-09-01 | 1 | -606/+532 |
| | |||||
* | make ospaths compile for Android again, simplify its implementation, added a ↵ | Andreas Rumpf | 2017-08-30 | 1 | -15/+7 |
| | | | | disclaimer | ||||
* | fixed createDir undeclared error on Android (#6194) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -3/+5 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -2/+17 |
| | |||||
* | Merge pull request #5748 from J3RN/meet-xdg-base-directory-spec | Dominik Picheta | 2017-05-16 | 1 | -0/+9 |
|\ | | | | | Modified ospath's getConfigDir to meet XDG spec | ||||
| * | Appended to comment | Jonathan Arnett | 2017-04-28 | 1 | -0/+8 |
| | | |||||
| * | Modified ospath's getConfigDir to meet XDG spec | Jonathan Arnett | 2017-04-28 | 1 | -0/+1 |
| | | | | | | | | I added a check for the XDG_CONFIG_DIR environment variable to meet the [freedesktop XDG Base Directory Specification](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) | ||||
* | | Fix different types for findExe's params across OS'. | Dominik Picheta | 2017-05-02 | 1 | -1/+1 |
|/ | |||||
* | Fix typo (#5501) | Anatoly Galiulin | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | Import ospaths instead of include (#5233) | Yuriy Glukhov | 2017-01-18 | 1 | -9/+10 |
| | | | | | * Import ospaths instead of include * searchExtPos made public | ||||
* | Fixes bootstrapping. | Dominik Picheta | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | findExe finds cmd and bat files; refs #5049 | Araq | 2017-01-06 | 1 | -25/+34 |
| | |||||
* | Fix isAbsolute for Windows root directories | Dmitry Polienko | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | Fixed findExe behaviour on Linux with symlinks relative paths | Rostyslav Dzinko | 2016-07-20 | 1 | -1/+4 |
| | |||||
* | better fix for #4497 | Andreas Rumpf | 2016-07-19 | 1 | -4/+3 |
| | |||||
* | fixes #4497 | Andreas Rumpf | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | findExe() now by default follows symlinks. | Hans Raaf | 2016-07-17 | 1 | -2/+26 |
| | |||||
* | ospaths can always be imported; fixes #4249 | Andreas Rumpf | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | os.findExe on Windows can deal with quotes | Andreas Rumpf | 2016-01-26 | 1 | -1/+3 |
| | |||||
* | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -19/+27 |
| | |||||
* | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-02 | 1 | -4/+4 |
|\ | |||||
| * | Added ReadIOEffect because thats what happens on OSX. | Hans Raaf | 2015-10-02 | 1 | -4/+4 |
| | | |||||
* | | fix failure in lib/pure/ospaths.nim | Aman Gupta | 2015-09-30 | 1 | -0/+4 |
|/ | | | | | | | | | FAIL: ospaths.nim Test "lib/pure/ospaths.nim" in category "lib" Failure: reNimcCrash Expected: Gotten: invalid pragma: rtl | ||||
* | documented NimScript | Araq | 2015-09-07 | 1 | -2/+7 |
| | |||||
* | split os into os and ospaths parts; ospaths is available for NimScript; ↵ | Araq | 2015-09-04 | 1 | -0/+560 |
better NimScript support |