Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |