summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* Import ospaths instead of include (#5233)Yuriy Glukhov2017-01-181-3/+4
* Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775Anatoly Galiulin2016-12-221-1/+1
* os.nim: posix copyFile showed a weird problem about buffer flushing; worked a...Andreas Rumpf2016-11-051-0/+1
* Merge pull request #4924 from nigredo-tori/fix-4917Andreas Rumpf2016-10-241-9/+47
|\
| * Improve as previously discussedDmitry Polienko2016-10-221-11/+21
| * Make `createDir` more robustDmitry Polienko2016-10-221-1/+3
| * Revert createDir signature, expose rawCreateDirDmitry Polienko2016-10-221-12/+15
| * Fix for unix and solarisDmitry Polienko2016-10-221-6/+5
| * Make createDir return discardable boolDmitry Polienko2016-10-221-11/+35
* | Fix for getCurrentDir().cheatfate2016-10-231-36/+125
|/
* os: always use pcLinkToDir as kind for links to directoriesSimon Ruderich2016-09-171-10/+29
* os: createHardlink: clarify documentationSimon Ruderich2016-09-151-2/+2
* os: createSymlink: fix typo in documentationSimon Ruderich2016-09-151-1/+1
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-2/+2
* minor stdlib cleanupsAraq2016-09-091-4/+4
* tiny style changesAndreas Rumpf2016-08-091-2/+2
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-2/+2
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-9/+9
* Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-211-1/+1
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
* Remove line breaks in OSError messages (Windows)Vladislav Vorobiev2016-07-011-2/+2
* Add `walkPattern` to return both files and directoriesJoey Payne2016-06-171-10/+46
* Fix #4280: os.walkFiles yields directories on Unix systemsJoey Payne2016-06-161-1/+4
* remove fauly fix for windows error being overwrittenJacek Sieka2016-06-121-3/+2
* fix errno in os.nimJacek Sieka2016-06-081-2/+5
* remove system/ansi_c include from osJacek Sieka2016-06-051-1/+15
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-2/+2
* Deprecate timeToTimeInfo, add str->time procscoffeepots2016-04-061-1/+1
* Better additionalInfo OSError message, ref #2650.Dominik Picheta2016-04-041-1/+1
* Use /proc/self/exe on NetBSDdef2016-03-071-1/+1
* Better getAppFilename() heuristic for OpenBSD and NetBSDdef2016-03-071-16/+9
* Avoid using private _NSGetEnviron API on iOS.Yuriy Glukhov2016-03-051-1/+1
* Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-021-4/+4
* fixes memory leak for getAppFilename on WindowsAraq2015-11-261-1/+1
* os.walkDir is available at compile timeAraq2015-11-101-41/+49
* os.walkDir supports yielding relative pathsAraq2015-09-291-4/+8
* split os into os and ospaths parts; ospaths is available for NimScript; bette...Araq2015-09-041-524/+2
* Better docs for os.getCreationTime(). Fixes #1058.Dominik Picheta2015-08-231-2/+4
* workaround windows 'findNextFile' bugAraq2015-08-161-1/+8
* added os.tailDir procAraq2015-07-121-0/+14
* Do not use errno on Windows in the ``os`` module.Dominik Picheta2015-07-111-1/+1
* Use raiseOSError with additionalInfo parameter from develSloane Simmons2015-07-041-3/+3
* Remove expandTilde forward declarationDominik Picheta2015-07-031-19/+17
* True is trueAraq2015-06-301-3/+3
* Implements ``os.expandSymlink``. Ref #3015.Dominik Picheta2015-06-291-0/+16
* much better error message if an exe cannot be foundAraq2015-06-291-2/+5
* fixed #1985Vlad2015-06-141-1/+3
* stdlib: don't use deprecated symbolsAraq2015-06-041-37/+37
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-18/+18
* Fix behavior of os.getFileInfo() for symbolic links.Reimer Behrends2015-05-131-2/+2