summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Collapse)AuthorAgeFilesLines
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-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 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 ↵Araq2012-03-041-72/+208
| | | | wide char versions of the WinAPI
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵dom962012-02-181-1/+1
| | | | asyncio async sockets. Fixed removeDir on windows.
* 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 ↵Araq2011-12-231-2/+4
| | | | variables; os.nim does not rely on it anymore
* bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3
|
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-071-15/+34
| | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution).
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+1
|
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+31
| | | | Some new options added to the compiler (see news.txt for details)
* Fixed test suite on windowsDominik Picheta2011-11-191-1/+2
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-0/+9
|
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-5/+10
|
* beginning of a taint mode; type system enhancementsAraq2011-09-241-20/+22
|
* locks now in their own core moduleAraq2011-08-201-2/+2
|
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-0/+15
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-77/+1
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-17/+17
|
* bugfix: don't change OSError()'s behaviourAraq2011-05-081-10/+7
|
* select() for processes; copyDir() for os.dom962011-05-071-13/+33
|
* little repo cleanupAraq2011-05-021-1/+1
|
* p[] instead of p^Araq2011-04-111-1/+1
|
* ugh, maybe broke gitAraq2011-04-011-0/+6
|
* some little bugfixesAraq2011-03-271-2/+5
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-2/+2
|
* fixes #17; I hope!Araq2011-03-081-4/+17
|
* documentation improvementsAraq2011-02-061-11/+13
|
* nimgrep --ext supportAraq2011-02-021-3/+15
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+2
|
* added os.findExeAraq2010-10-311-0/+13
|
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-211-6/+2
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-59/+75
|
* explicit types for generic routinesAndreas Rumpf2010-05-281-3/+4
|
* crc check for external files to compile; bugfix: os.parseCmdLineAndreas Rumpf2010-04-051-15/+77
|
* version 0.8.8Andreas Rumpf2010-03-141-5/+6
|
* fixed colors moduleAndreas Rumpf2010-03-021-0/+15
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-3/+7
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-9/+0
|
* support for .. raw:: html for the docgenAndreas Rumpf2010-02-071-1/+1
|
* sockets module completeAndreas Rumpf2010-01-131-1/+1
|