Timothee Cour
|
5c1304a418
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
|
3 tahun lalu |
Timothee Cour
|
6b3c77e7f4
Remove tracking of environment from osenv.nim v2 (#18575)
|
3 tahun lalu |
Andreas Rumpf
|
fa0209609d
fixes #18565 (#18593)
|
3 tahun lalu |
Timothee Cour
|
5f7db65257
followup #18453 (#18582)
|
3 tahun lalu |
Caden Haustein
|
f62f4159f8
Replace calls to `putenv` with `setenv` (#18530)
|
3 tahun lalu |
Miran
|
8091545f95
Revert #17398 and #17402 (#18480)
|
3 tahun lalu |
Fröhlich A
|
7bf0404dd8
#18216 make moveDir work across partitions on windows (#18223)
|
3 tahun lalu |
Timothee Cour
|
9559350e34
add `os.getCacheDir` (#18126)
|
3 tahun lalu |
Timothee Cour
|
78e2d299df
typo: nonexistant => nonexistent (#17918)
|
3 tahun lalu |
Timothee Cour
|
2356d0603f
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep (#17402)
|
3 tahun lalu |
Roman Inflianskas
|
31424b3808
stdlib/os: add isAdmin (#17012)
|
3 tahun lalu |
flywind
|
0e3ea16554
use lowercase --define switches (#17283)
|
3 tahun lalu |
Juan Carlos
|
4982d1c662
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
|
3 tahun lalu |
Roman Inflianskas
|
e9b360c5df
stdlib/os: handle symlinks in copy/move functions (#16709)
|
4 tahun lalu |
Timothee Cour
|
917f12ae52
2.5x- 3x faster copyFile on osx (#16883)
|
4 tahun lalu |
flywind
|
6d442a40a6
use doAssert in tests (#16486)
|
4 tahun lalu |
Timothee Cour
|
3eac9b2344
os: add overload copyFile*(source, dest: string, isDir = false) (#15537)
|
4 tahun lalu |
Timothee Cour
|
bf604c6829
normalizeExe (#14668)
|
4 tahun lalu |
Timothee Cour
|
d573581eb7
remove isMainModule from json,os,sequtils (#14572)
|
4 tahun lalu |
Timothee Cour
|
7ce0358351
fix #13222: make relativePath more robust and flexible (#13451)
|
4 tahun lalu |
Timothee Cour
|
1d665adecd
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other languages (#13642)
|
4 tahun lalu |
Andreas Rumpf
|
62c113ebc7
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
|
4 tahun lalu |
Timothee Cour
|
0c312ad898
fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") (#13467)
|
4 tahun lalu |
Andrey Makarov
|
3dad130034
fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]
|
4 tahun lalu |
Timothee Cour
|
a43583f9c8
relativePath("foo", "foo") is now ".", not "" (#13452)
|
4 tahun lalu |
Timothee Cour
|
3a5056dc70
fix lots of bugs with parentDir, refs #8734 (#13236)
|
5 tahun lalu |
Timothee Cour
|
7356bc29b7
new os.isRelativeTo (#13212)
|
5 tahun lalu |
Timothee Cour
|
b355ef2a72
fix #13211 relativePath("foo", ".") (#13213)
|
5 tahun lalu |
Tomohiro
|
509f53b782
On windows, os.relativePath returns path as is when roots are different (#12329)
|
5 tahun lalu |
Tomohiro
|
64d5e25821
Fix how `relativePath` handle case sensitiviy (#12312) [backport]
|
5 tahun lalu |