summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* case consistency for linuxAraq2013-12-291-12/+12
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
* case consistency: next stepsAraq2013-12-291-34/+34
* improvements for 'pretty'Araq2013-12-281-28/+28
* case consistency part 4Araq2013-12-271-28/+28
* case consistency part 2Araq2013-12-271-49/+49
* case consistency part 1Araq2013-12-271-95/+95
* NoFakeVars progressAraq2013-12-241-11/+18
* Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-4/+24
|\
| * Further fixes (stupid kdiff automerge)Clay Sweetser2013-12-181-3/+2
| * os.nim - Modify removeFile to use native Windows API callsClay Sweetser2013-12-181-6/+21
| * Modified os.removeFile to act correctly when deleting a file that doesn't exist.Clay Sweetser2013-12-171-3/+9
* | new VM: some progress for the FFI supportAraq2013-12-231-32/+18
|/
* Fixed skipFile proc to not skip files that merely start with '.'Clay Sweetser2013-12-111-83/+100
* Add commandLineParams to os.nim.Michał Zieliński2013-12-091-0/+6
* Normalize whitespace in os.nim.Michał Zieliński2013-12-091-64/+63
* bugfix: typos in os.nimAraq2013-09-241-3/+3
* changed parentDir to return the empty string on errorAraq2013-09-241-16/+20
* use realpath in a posix compliant wayAraq2013-09-011-11/+6
* bugfix createDir for solarisAraq2013-08-071-1/+4
* Adds convenience expandTilde proc around getHomeDir.Grzegorz Adam Hankiewicz2013-07-191-0/+24
* Adds convenience copyFileWithPermissions to os module.Grzegorz Adam Hankiewicz2013-07-191-3/+25
* Documents copyFile not copying attributes on posix.Grzegorz Adam Hankiewicz2013-07-161-2/+7
* Adds some examples to JoinPath and / procs.Grzegorz Adam Hankiewicz2013-07-161-7/+25
* Deprecated OSError, and modified it to require an explicit OS error code.Dominik Picheta2013-06-251-44/+130
* Symlinks are now expanded in os.getAppFilename on Mac OS X.Dominik Picheta2013-06-221-0/+5
* no wrapBinary for 'useWinAnsi' targetAraq2013-05-201-6/+5
* GC'ed wide strings for windowsAraq2013-05-201-48/+20
* Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* applies #322 without FReadDir effectAraq2013-02-221-1/+8
* Fixed os.sleep not sleeping for long enough with values below 1000ms.Dominik Picheta2013-01-211-1/+1
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-021-1/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-181-38/+62
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-1/+1
* os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-191-1/+1
* attempt to getAppFilename to work on NetBSDAraq2012-07-281-1/+1
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-041-3/+7
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+2
* yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
* bugfix: expandFilename for BSDAraq2012-04-061-2/+2
* small fixes for BSDAraq2012-04-061-1/+1
* the test suite is mostly green againZahary Karadjov2012-03-161-2/+2
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-72/+208
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-181-1/+1
* Fixed windows os.nim issue that was recently introduced.dom962012-01-271-1/+1
* On Mac OS X 10.5, realpath does not allocate the buffer on its ownEric Doughty-Papassideris2012-01-211-0/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-2/+4
* bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3