Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | bugfix createDir for solaris | Araq | 2013-08-07 | 1 | -1/+4 |
| | |||||
* | Adds convenience expandTilde proc around getHomeDir. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -0/+24 |
| | |||||
* | Adds convenience copyFileWithPermissions to os module. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -3/+25 |
| | |||||
* | Documents copyFile not copying attributes on posix. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -2/+7 |
| | |||||
* | Adds some examples to JoinPath and / procs. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -7/+25 |
| | |||||
* | Deprecated OSError, and modified it to require an explicit OS error code. | Dominik Picheta | 2013-06-25 | 1 | -44/+130 |
| | | | | The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be. | ||||
* | Symlinks are now expanded in os.getAppFilename on Mac OS X. | Dominik Picheta | 2013-06-22 | 1 | -0/+5 |
| | |||||
* | no wrapBinary for 'useWinAnsi' target | Araq | 2013-05-20 | 1 | -6/+5 |
| | |||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -48/+20 |
| | |||||
* | Adds to docstrings link between removeFile and removeDir. | Grzegorz Adam Hankiewicz | 2013-04-18 | 1 | -4/+11 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | applies #322 without FReadDir effect | Araq | 2013-02-22 | 1 | -1/+8 |
| | |||||
* | Fixed os.sleep not sleeping for long enough with values below 1000ms. | Dominik Picheta | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | Fixes SSL httpclient and problems with hidden path splitting in OS. | Dominik Picheta | 2012-12-02 | 1 | -1/+2 |
| | | | | Added babel's libs dir to Nimrod's path. | ||||
* | annotated effects of modules: os, sockets, times | Araq | 2012-11-18 | 1 | -38/+62 |
| | |||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -1/+1 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | os.JoinPath now uses varargs. Some additions to gtk wrappers. | Dominik Picheta | 2012-08-19 | 1 | -1/+1 |
| | |||||
* | attempt to getAppFilename to work on NetBSD | Araq | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 1 | -3/+7 |
| | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -0/+2 |
| |