index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
ospaths.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #8341: add lastPathPart (#9116)
Timothee Cour
2018-10-09
1
-30
/
+46
*
[ospaths] simplify getConfigDir and introduce normalizePathEnd to make (#8680)
Timothee Cour
2018-08-26
1
-4
/
+50
*
make ospaths compile; fixes ospaths.getConfigDir for Posix
Andreas Rumpf
2018-08-23
1
-3
/
+5
*
Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)
Kaushal Modi
2018-08-17
1
-2
/
+2
*
added a variant of quoteShellCommand that takes an openArray of arguments (#8...
Timothee Cour
2018-08-16
1
-0
/
+14
*
Merge pull request #8364 from timotheecour/pr_expandTilde
Dominik Picheta
2018-08-05
1
-14
/
+12
|
\
|
*
ospaths.expandTilde: handle ~ correctly; refactor to use DirSep, AltSep
Timothee Cour
2018-07-18
1
-14
/
+12
*
|
fix issue #8349 FileSystemCaseSensitive should be false on OSX (#8411)
Timothee Cour
2018-07-23
1
-1
/
+6
|
/
*
fix issue #8251 ospaths.isAbsolute: out of bound errors (#8291)
Timothee Cour
2018-07-13
1
-2
/
+12
*
hotfix: fixes possible out of bounds access in ospaths.joinPath
Araq
2018-07-07
1
-1
/
+1
*
Fix os.unixToNativePath proc returns wrong result(#8179) (#8181)
Tomohiro
2018-07-02
1
-1
/
+1
*
Fixed #8173 (#8175)
Tomohiro
2018-07-02
1
-1
/
+4
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-1
/
+1
*
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
*
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
*
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
|
\
|
*
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
*
|
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
*
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
|
/
*
documented NimScript
Araq
2015-09-07
1
-2
/
+7
*
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
1
-0
/
+560