summary refs log tree commit diff stats
path: root/lib/pure/ospaths.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #8341: add lastPathPart (#9116)Timothee Cour2018-10-091-30/+46
* [ospaths] simplify getConfigDir and introduce normalizePathEnd to make (#8680)Timothee Cour2018-08-261-4/+50
* make ospaths compile; fixes ospaths.getConfigDir for PosixAndreas Rumpf2018-08-231-3/+5
* Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)Kaushal Modi2018-08-171-2/+2
* added a variant of quoteShellCommand that takes an openArray of arguments (#8...Timothee Cour2018-08-161-0/+14
* Merge pull request #8364 from timotheecour/pr_expandTildeDominik Picheta2018-08-051-14/+12
|\
| * ospaths.expandTilde: handle ~ correctly; refactor to use DirSep, AltSepTimothee Cour2018-07-181-14/+12
* | fix issue #8349 FileSystemCaseSensitive should be false on OSX (#8411)Timothee Cour2018-07-231-1/+6
|/
* fix issue #8251 ospaths.isAbsolute: out of bound errors (#8291)Timothee Cour2018-07-131-2/+12
* hotfix: fixes possible out of bounds access in ospaths.joinPathAraq2018-07-071-1/+1
* Fix os.unixToNativePath proc returns wrong result(#8179) (#8181)Tomohiro2018-07-021-1/+1
* Fixed #8173 (#8175)Tomohiro2018-07-021-1/+4
* Nintendo switch support (#8069)Joey2018-06-271-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-5/+0
* make more tests greenAraq2018-04-301-1/+1
* make more tests greenAndreas Rumpf2018-04-291-1/+1
* Fixed ospaths compilation on js (#6826)Yuriy Glukhov2017-11-281-8/+7
* Move quoteShell to ospaths (#6794)Fredrik Høisæther Rasch2017-11-241-0/+65
* fixes #6327Andreas Rumpf2017-09-051-1/+2
* refactor os.nim and ospaths.nimAndreas Rumpf2017-09-011-606/+532
* make ospaths compile for Android again, simplify its implementation, added a ...Andreas Rumpf2017-08-301-15/+7
* fixed createDir undeclared error on Android (#6194)Fredrik Høisæther Rasch2017-08-081-3/+5
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-2/+17
* Merge pull request #5748 from J3RN/meet-xdg-base-directory-specDominik Picheta2017-05-161-0/+9
|\
| * Appended to commentJonathan Arnett2017-04-281-0/+8
| * Modified ospath's getConfigDir to meet XDG specJonathan Arnett2017-04-281-0/+1
* | Fix different types for findExe's params across OS'.Dominik Picheta2017-05-021-1/+1
|/
* Fix typo (#5501)Anatoly Galiulin2017-03-101-2/+2
* Import ospaths instead of include (#5233)Yuriy Glukhov2017-01-181-9/+10
* Fixes bootstrapping.Dominik Picheta2017-01-061-1/+1
* findExe finds cmd and bat files; refs #5049Araq2017-01-061-25/+34
* Fix isAbsolute for Windows root directoriesDmitry Polienko2016-10-221-2/+2
* Fixed findExe behaviour on Linux with symlinks relative pathsRostyslav Dzinko2016-07-201-1/+4
* better fix for #4497Andreas Rumpf2016-07-191-4/+3
* fixes #4497Andreas Rumpf2016-07-181-1/+1
* findExe() now by default follows symlinks.Hans Raaf2016-07-171-2/+26
* ospaths can always be imported; fixes #4249Andreas Rumpf2016-07-061-1/+1
* os.findExe on Windows can deal with quotesAndreas Rumpf2016-01-261-1/+3
* cleaned up ospaths moduleAraq2015-10-121-19/+27
* Merge remote-tracking branch 'origin/devel' into fix-test-failuresAman Gupta2015-10-021-4/+4
|\
| * Added ReadIOEffect because thats what happens on OSX.Hans Raaf2015-10-021-4/+4
* | fix failure in lib/pure/ospaths.nimAman Gupta2015-09-301-0/+4
|/
* documented NimScriptAraq2015-09-071-2/+7
* split os into os and ospaths parts; ospaths is available for NimScript; bette...Araq2015-09-041-0/+560