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
*
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
*
|
os.nim: don't use echo for error reporting
Andreas Rumpf
2018-05-18
1
-1
/
+1
|
/
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-16
/
+0
*
more fixes for the new string behaviour
Andreas Rumpf
2018-04-30
1
-11
/
+9
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)
Oscar Nihlgård
2018-04-19
1
-8
/
+6
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-1
/
+1
*
os.setLastModificationTime*(file: string, t: times.Time) (#7543)
Hendrik
2018-04-16
1
-3
/
+19
*
explicit effects for existsOrCreateDir
Andreas Rumpf
2018-04-14
1
-1
/
+2
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-2
/
+2
*
Allow searching for "rename file" in documentation
Federico Ceratto
2018-04-07
1
-0
/
+1
*
fixes #6939
Andreas Rumpf
2018-02-02
1
-5
/
+10
*
Remove additionalInfo in OSError in findNextFile
Dominik Picheta
2018-01-11
1
-2
/
+2
*
correct type for raiseOSError
oskca
2018-01-11
1
-3
/
+3
*
raiseOSError to indicate the failling of findNextFile in walkDir[Rec]
oskca
2018-01-11
1
-2
/
+8
*
check ERROR_NO_MORE_FILES to prevent walkDir[Rec] to quit prematurely
oskca
2018-01-11
1
-2
/
+2
*
Modified behavior of walkDirRec (#6952)
Dmitry Atamanov
2017-12-21
1
-11
/
+19
*
Better times module (#6552)
GULPF
2017-12-18
1
-17
/
+18
*
os.nim bugfix: system() returns bullshit on Posix-like systems in general
Andreas Rumpf
2017-12-01
1
-1
/
+1
*
Clarify paramStr / paramCount use and availability (#6727)
Federico Ceratto
2017-11-14
1
-9
/
+11
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-1
/
+4
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-1
/
+1
|
\
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-1
/
+1
|
*
arrays can now be printed
Arne Döring
2017-07-24
1
-1
/
+1
*
|
os.nim: revert findExe 'improvement' that breaks our builds
Andreas Rumpf
2017-09-01
1
-6
/
+1
*
|
os.findExe: do not return binaries in the cwd
Araq
2017-09-01
1
-1
/
+6
*
|
refactor os.nim and ospaths.nim
Andreas Rumpf
2017-09-01
1
-266
/
+54
*
|
os.nim: do not include and import ospaths
Andreas Rumpf
2017-09-01
1
-9
/
+1
*
|
allow non-admins to create symlinks on windows (#6287)
Charlie Barto
2017-08-29
1
-1
/
+3
|
/
[next]