Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | Adds hyperlinks to copyFile* docstrings. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -11/+15 |
| | |||||
* | Adds os.copyDirWithPermissions(). | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -1/+38 |
| | |||||
* | Stop paramStr from always throwing an exception | def | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Improves docstring contents and visibility of paramStr and friends. | Grzegorz Adam Hankiewicz | 2014-07-12 | 1 | -11/+69 |
| | |||||
* | Export FileInfo object | def | 2014-07-11 | 1 | -9/+9 |
| | |||||
* | DLL generation works again | Araq | 2014-04-23 | 1 | -8/+11 |
| | |||||
* | Haiku build works again | Araq | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | make getAppFilename work when there is no procfs | Araq | 2014-04-22 | 1 | -10/+15 |
| | |||||
* | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -20/+159 |
|\ | | | | | Added os.getFileInfo procedure. | ||||
| * | Allowed getFileInfo to accept TFile objects. | Clay Sweetser | 2014-04-16 | 1 | -1/+4 |
| | | |||||
| * | Completed Linux/Posix implementation of getFileInfo | Clay Sweetser | 2014-04-16 | 1 | -23/+41 |
| | | | | | | | | Moved parts of getFileInfo into a helper template. | ||||
| * | Added Posix implementation of getFileInfo, organized code. | Clay Sweetser | 2014-04-16 | 1 | -31/+66 |
| | | |||||
| * | Added Windows implementation of getFileInfo procedures | Clay Sweetser | 2014-04-16 | 1 | -20/+103 |
| | | |||||
* | | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -1/+1 |
|/ | |||||
* | EOS exception now contains the error code. | Dominik Picheta | 2014-03-11 | 1 | -5/+6 |
| | |||||
* | bugfix: walkFiles on windows shouldn't yield directories | Araq | 2014-03-02 | 1 | -1/+2 |
| | |||||
* | fixes #811 | Araq | 2014-02-14 | 1 | -3/+3 |
| | |||||
* | bugfix: 'system' on windows is sane | Araq | 2014-02-14 | 1 | -1/+4 |
| | |||||
* | case consistency for -d:useWinAnsi | Araq | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | bootstraps again | Araq | 2014-02-02 | 1 | -10/+10 |
| | |||||
* | Added symlink procs | Clay Sweetser | 2014-02-01 | 1 | -2/+72 |
| | |||||
* | merged #811 against devel | Araq | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | should compile on netbsd | Araq | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -0/+8 |
|\ | |||||
| * | Update os.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -0/+8 |
| | | | | | | added file/dirExists synonyms for existsFile/dir | ||||
* | | case consistency for linux | Araq | 2013-12-29 | 1 | -12/+12 |
| | | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -34/+34 |
| | | |||||
* | | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -28/+28 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -28/+28 |
| | | |||||
* | | case consistency part 2 | Araq | 2013-12-27 | 1 | -49/+49 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -95/+95 |
| | | |||||
* | | NoFakeVars progress | Araq | 2013-12-24 | 1 | -11/+18 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -4/+24 |
|\| | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Further fixes (stupid kdiff automerge) | Clay Sweetser | 2013-12-18 | 1 | -3/+2 |
| | | |||||
| * | os.nim - Modify removeFile to use native Windows API calls | Clay Sweetser | 2013-12-18 | 1 | -6/+21 |
| | | |||||
| * | Modified os.removeFile to act correctly when deleting a file that doesn't exist. | Clay Sweetser | 2013-12-17 | 1 | -3/+9 |
| | | |||||
* | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -32/+18 |
|/ | |||||
* | Fixed skipFile proc to not skip files that merely start with '.' | Clay Sweetser | 2013-12-11 | 1 | -83/+100 |
| | | | | Modified removeFile to reset the read only attribute on files before trying to delete. | ||||
* | Add commandLineParams to os.nim. | Michał Zieliński | 2013-12-09 | 1 | -0/+6 |
| | | | | commandLineParams returns seq of arguments given to program on command line. | ||||
* | Normalize whitespace in os.nim. | Michał Zieliński | 2013-12-09 | 1 | -64/+63 |
| | | | | | I can't edit it - trick with asking git to ignore whitespace doesn't work if I need to change indention level. | ||||
* | bugfix: typos in os.nim | Araq | 2013-09-24 | 1 | -3/+3 |
| | |||||
* | changed parentDir to return the empty string on error | Araq | 2013-09-24 | 1 | -16/+20 |
| | |||||
* | use realpath in a posix compliant way | Araq | 2013-09-01 | 1 | -11/+6 |
| |