summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Excludes windows platfrom from $PATH tilde expansion. Refs #2358.Grzegorz Adam Hankiewicz2015-03-171-1/+4
* Expands tildes for entries in $PATH when looking for a binary.Grzegorz Adam Hankiewicz2015-03-161-2/+4
* Enables use of NSGetEnviron for osx binary compatibility. Refs #965.Grzegorz Adam Hankiewicz2015-03-141-2/+2
* Check that file passed to getFileInfo is not nildef2015-03-101-0/+2
* Use faster walkDir on BSDsdef2015-02-241-1/+1
* Fall back to lstat() calls on unsupported filesystemsdef2015-02-241-6/+10
* Speed up walkDir significantlydef2015-02-241-3/+7
* Fix typosFederico Ceratto2015-02-151-2/+2
* Fix typosFederico Ceratto2015-02-151-3/+3
* fixes os.moveFile on WindowsAraq2015-02-131-2/+10
* fixed minor bugs; cleaned up testsAraq2015-02-121-3/+3
'>554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587