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
/
os.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve docs for os.joinPath, fixes #10836 (#10866)
Miran
2019-03-20
1
-2
/
+7
*
Make doku of os.moveFile() more precise. (#10758) [ci skip]
Simon Krauter
2019-02-28
1
-0
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+1
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-13
1
-3
/
+3
*
another quickfix for os.nim documentation
narimiran
2019-02-01
1
-4
/
+6
*
quick-fix for os.nim documentation
narimiran
2019-02-01
1
-2
/
+3
*
better docs: os (#10492)
Miran
2019-01-30
1
-322
/
+891
*
Show filename in exception raised by expandFilename on windows (#10365)
Neelesh Chandola
2019-01-18
1
-1
/
+1
*
fixes #10273 execShellCmd now returns nonzero when child killed with signal +...
Timothee Cour
2019-01-13
1
-8
/
+13
*
os.execShellCmd: fixes #10231 (#10232)
alaviss
2019-01-08
1
-1
/
+3
*
os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)
alaviss
2019-01-07
1
-1
/
+1
*
Fix the tuple returned by `os.splitFile()` in documentation (#10197)
Hugo Locurcio
2019-01-05
1
-1
/
+1
*
expandFilename on windows is now consistent with other platforms (#10154)
Neelesh Chandola
2019-01-04
1
-42
/
+48
*
fixes #10066
Araq
2018-12-21
1
-19
/
+27
*
os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]
alaviss
2018-12-21
1
-4
/
+5
*
fix test failure
Timothee Cour
2018-12-19
1
-2
/
+4
*
fix #8255 numerous issues with splitFile
Timothee Cour
2018-12-19
1
-4
/
+13
*
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...
Timothee Cour
2018-12-18
1
-1
/
+8
*
os.nim: use the new pathnorm.normalizePath implementation
Araq
2018-12-14
1
-24
/
+25
*
fixes joinPath regressions
Araq
2018-12-13
1
-1
/
+4
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
1
-151
/
+99
*
Merge pull request #9803 from GULPF/walkdirrec-relative
Andreas Rumpf
2018-12-06
1
-7
/
+12
|
\
|
*
Add `relative` parameter to walkDirRec
Oscar Nihlgård
2018-11-26
1
-7
/
+12
*
|
address comments
Timothee Cour
2018-12-04
1
-1
/
+1
*
|
fixup
Timothee Cour
2018-12-03
1
-1
/
+1
*
|
address comments
Timothee Cour
2018-12-03
1
-0
/
+9
|
/
*
Fixes #9671 (#9750)
Randy Smith
2018-11-19
1
-2
/
+0
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-94
/
+807
*
fix #8225 os.isHidden was buggy on posix (#8315)
Timothee Cour
2018-10-15
1
-23
/
+17
*
os: use unlink() to remove file (#9220)
alaviss
2018-10-09
1
-3
/
+1
*
[os] clarify docs for existsDir (#9212)
Timothee Cour
2018-10-09
1
-1
/
+1
*
Fix #9126: use splitPath instead of substr
Yasuhiro Horimoto
2018-09-30
1
-2
/
+2
*
os: add getAppFilename() implementation for Haiku
Leorize
2018-09-24
1
-0
/
+20
*
os.nim: allow walkDir to work on hierarchies with dangling symbolic links; re...
Andreas Rumpf
2018-09-24
1
-5
/
+1
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-3
/
+8
*
Genode fixes (#8501)
Emery Hemingway
2018-08-16
1
-2
/
+8
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+12
*
addresses issue #8391 show runtime context on some failed operations (#8393)
Timothee Cour
2018-07-23
1
-4
/
+4
*
add os.absolutePath; fixes #8174 (#8213)
Timothee Cour
2018-07-10
1
-0
/
+20
*
Add normalizePath and tests
Federico Ceratto
2018-07-06
1
-2
/
+43
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-2
/
+10
*
fixes merge conflict
Andreas Rumpf
2018-06-11
1
-1
/
+1
|
\
|
*
Native access to Genode environment
Emery Hemingway
2018-06-07
1
-1
/
+1
*
|
fixex merge conflicts
Araq
2018-06-08
1
-12
/
+20
|
\
|
|
*
Use higher time resolution when available in os.nim (#7709)
Oscar Nihlgård
2018-06-04
1
-12
/
+20
*
|
Merge branch 'devel' into araq-big-refactoring
Andreas Rumpf
2018-05-28
1
-1
/
+2
|
\
|
|
*
Update existsFile documentation (#7888)
Federico Ceratto
2018-05-27
1
-1
/
+2
*
|
Merge branch 'devel' into araq-big-refactoring
Andreas Rumpf
2018-05-21
1
-1
/
+3
|
\
|
|
*
remove unneeded check on length
koranza
2018-05-19
1
-1
/
+1
|
*
check string lengths to avoid index out of bound
koranza
2018-05-18
1
-2
/
+4
[next]