Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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; ↵ | Araq | 2015-09-04 | 1 | -524/+2 |
| | | | | better NimScript support | ||||
* | 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 |
| | | | | | | The calls to lstat() and stat() were switched. As a result, links weren't followed for followLink == true and links were followed for followLink == false. | ||||
* | Excludes windows platfrom from $PATH tilde expansion. Refs #2358. | Grzegorz Adam Hankiewicz | 2015-03-17 | 1 | -1/+4 |
| | |||||
* | Expands tildes for entries in $PATH when looking for a binary. | Grzegorz Adam Hankiewicz | 2015-03-16 | 1 | -2/+4 |
| | |||||
* | Enables use of NSGetEnviron for osx binary compatibility. Refs #965. | Grzegorz Adam Hankiewicz | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | Check that file passed to getFileInfo is not nil | def | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | Use faster walkDir on BSDs | def | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Fall back to lstat() calls on unsupported filesystems | def | 2015-02-24 | 1 | -6/+10 |
| | |||||
* | Speed up walkDir significantly | def | 2015-02-24 | 1 | -3/+7 |
| | | | | | | We only know that this works on Linux and Mac OS X, so other systems use the POSIX conforming version still. This removed the lstat call, which is especially expensive on NFS filesystems for me. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -3/+3 |
| | |||||
* | fixes os.moveFile on Windows | Araq | 2015-02-13 | 1 | -2/+10 |
| | |||||
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -3/+3 |
| | |||||
* | lots of C++ codegen improvements | Araq | 2015-02-07 | 1 | -2/+6 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixes #685 | Araq | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | cleaned up os.nim; docgen improvements | Araq | 2014-12-21 | 1 | -12/+16 |
| | |||||
* | fixes #1735 | Araq | 2014-12-15 | 1 | -14/+14 |
| | |||||
* | fixes #642 | Araq | 2014-11-23 | 1 | -1/+5 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Fix permissions for createDir() on Unix systems. | Reimer Behrends | 2014-09-22 | 1 | -2/+2 |
| | | | | | | | | | | Permissions were set to 0o711 by default; they should be 0o777, with umask being responsible for restricting permissions further. | ||||
* | | Lots of documentation improvements for asyncdispatch. | Dominik Picheta | 2014-09-12 | 1 | -1/+1 |
| | | | | | | | | Ref #1487. | ||||
* | | nimfix supports specialized '.nimfix' modules | Araq | 2014-09-08 | 1 | -2/+3 |
| | | |||||
* | | Fixed issue with os module in non-unicode mode on Windows. | Dominik Picheta | 2014-08-30 | 1 | -1/+4 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -15/+15 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | | |||||
* | | big rename | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | big rename | Araq | 2014-08-28 | 1 | -62/+62 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -49/+56 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -11/+11 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -24/+24 |
|/ | |||||
* | Merge pull request #1461 from Varriount/os/add-hiddenFile | Andreas Rumpf | 2014-08-17 | 1 | -5/+29 |
|\ | | | | | Add isHidden procedure to os.nim | ||||
| * | Made the code actually work, updated the docstring to point out that the ↵ | Clay Sweetser | 2014-08-10 | 1 | -9/+15 |
| | | | | | | | | given file path must exist *and* be accessible from the current working directory of the running program. | ||||
| * | Make device and file ID's public. | Clay Sweetser | 2014-08-06 | 1 | -4/+22 |
| | | | | | | | | Added the isHidden() proc | ||||
* | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -9/+9 |
| | | |||||
* | | Added carriage return and linefeed check to os::parseCmdLine ti delimiting ↵ | Dwight Schauer | 2014-08-05 | 1 | -1/+2 |
|/ | | | | whitespace eating. |