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
*
Import ospaths instead of include (#5233)
Yuriy Glukhov
2017-01-18
1
-3
/
+4
*
Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775
Anatoly Galiulin
2016-12-22
1
-1
/
+1
*
os.nim: posix copyFile showed a weird problem about buffer flushing; worked a...
Andreas Rumpf
2016-11-05
1
-0
/
+1
*
Merge pull request #4924 from nigredo-tori/fix-4917
Andreas Rumpf
2016-10-24
1
-9
/
+47
|
\
|
*
Improve as previously discussed
Dmitry Polienko
2016-10-22
1
-11
/
+21
|
*
Make `createDir` more robust
Dmitry Polienko
2016-10-22
1
-1
/
+3
|
*
Revert createDir signature, expose rawCreateDir
Dmitry Polienko
2016-10-22
1
-12
/
+15
|
*
Fix for unix and solaris
Dmitry Polienko
2016-10-22
1
-6
/
+5
|
*
Make createDir return discardable bool
Dmitry Polienko
2016-10-22
1
-11
/
+35
*
|
Fix for getCurrentDir().
cheatfate
2016-10-23
1
-36
/
+125
|
/
*
os: always use pcLinkToDir as kind for links to directories
Simon Ruderich
2016-09-17
1
-10
/
+29
*
os: createHardlink: clarify documentation
Simon Ruderich
2016-09-15
1
-2
/
+2
*
os: createSymlink: fix typo in documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
*
fixes #4764, fixes #4731, fixes #4724
Araq
2016-09-14
1
-2
/
+2
*
minor stdlib cleanups
Araq
2016-09-09
1
-4
/
+4
*
tiny style changes
Andreas Rumpf
2016-08-09
1
-2
/
+2
*
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-9
/
+9
*
Small changes to the docs to make it easier to find stuff.
Hans Raaf
2016-07-21
1
-1
/
+1
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-1
/
+1
*
Remove line breaks in OSError messages (Windows)
Vladislav Vorobiev
2016-07-01
1
-2
/
+2
*
Add `walkPattern` to return both files and directories
Joey Payne
2016-06-17
1
-10
/
+46
*
Fix #4280: os.walkFiles yields directories on Unix systems
Joey Payne
2016-06-16
1
-1
/
+4
*
remove fauly fix for windows error being overwritten
Jacek Sieka
2016-06-12
1
-3
/
+2
*
fix errno in os.nim
Jacek Sieka
2016-06-08
1
-2
/
+5
*
remove system/ansi_c include from os
Jacek Sieka
2016-06-05
1
-1
/
+15
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-2
/
+2
*
Deprecate timeToTimeInfo, add str->time procs
coffeepots
2016-04-06
1
-1
/
+1
*
Better additionalInfo OSError message, ref #2650.
Dominik Picheta
2016-04-04
1
-1
/
+1
*
Use /proc/self/exe on NetBSD
def
2016-03-07
1
-1
/
+1
*
Better getAppFilename() heuristic for OpenBSD and NetBSD
def
2016-03-07
1
-16
/
+9
*
Avoid using private _NSGetEnviron API on iOS.
Yuriy Glukhov
2016-03-05
1
-1
/
+1
*
Use defer in iterator to avoid possible leaks. Fixes #3802
Pavel Roschin
2016-02-02
1
-4
/
+4
*
fixes memory leak for getAppFilename on Windows
Araq
2015-11-26
1
-1
/
+1
*
os.walkDir is available at compile time
Araq
2015-11-10
1
-41
/
+49
*
os.walkDir supports yielding relative paths
Araq
2015-09-29
1
-4
/
+8
*
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
1
-524
/
+2
*
Better docs for os.getCreationTime(). Fixes #1058.
Dominik Picheta
2015-08-23
1
-2
/
+4
*
workaround windows 'findNextFile' bug
Araq
2015-08-16
1
-1
/
+8
*
added os.tailDir proc
Araq
2015-07-12
1
-0
/
+14
*
Do not use errno on Windows in the ``os`` module.
Dominik Picheta
2015-07-11
1
-1
/
+1
*
Use raiseOSError with additionalInfo parameter from devel
Sloane Simmons
2015-07-04
1
-3
/
+3
*
Remove expandTilde forward declaration
Dominik Picheta
2015-07-03
1
-19
/
+17
*
True is true
Araq
2015-06-30
1
-3
/
+3
*
Implements ``os.expandSymlink``. Ref #3015.
Dominik Picheta
2015-06-29
1
-0
/
+16
*
much better error message if an exe cannot be found
Araq
2015-06-29
1
-2
/
+5
*
fixed #1985
Vlad
2015-06-14
1
-1
/
+3
*
stdlib: don't use deprecated symbols
Araq
2015-06-04
1
-37
/
+37
*
lib/pure/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-18
/
+18
*
Fix behavior of os.getFileInfo() for symbolic links.
Reimer Behrends
2015-05-13
1
-2
/
+2
[next]