Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exposed process file handles in osproc module. | Reimer Behrends | 2013-10-12 | 1 | -34/+58 |
| | | | | | | | The file handles of a PProcess instance can now be accessed through the inputHandle(), outputHandle(), and errorHandle() methods. Also tidied up documentation for stream accessor procs a bit. | ||||
* | Fixed OSError deprecation warnings. | Dominik Picheta | 2013-06-26 | 1 | -17/+17 |
| | |||||
* | Deprecated OSError, and modified it to require an explicit OS error code. | Dominik Picheta | 2013-06-25 | 1 | -2/+3 |
| | | | | 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. | ||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -9/+6 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed osproc.execCmdEx; tester should now succeed. | Dominik Picheta | 2013-01-28 | 1 | -16/+15 |
| | |||||
* | Fixes #317 | Dominik Picheta | 2013-01-27 | 1 | -12/+29 |
| | |||||
* | fixes #293 | Araq | 2013-01-08 | 1 | -4/+4 |
| | |||||
* | annotated effects of modules: os, sockets, times | Araq | 2012-11-18 | 1 | -3/+4 |
| | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -16/+19 |
| | |||||
* | Many doc improvements. Changed Threads.joinThreads' param's type to varargs. | Dominik Picheta | 2012-11-04 | 1 | -0/+3 |
| | |||||
* | more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵ | Araq | 2012-07-09 | 1 | -1/+1 |
| | | | | #156; fixes #155 | ||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -13/+13 |
| | |||||
* | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 1 | -2/+3 |
| | |||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 1 | -4/+21 |
| | | | | wide char versions of the WinAPI | ||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -7/+0 |
| | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Documentation comments + slight code modifications to zipfiles.nim. | Amrykid | 2011-12-27 | 1 | -5/+3 |
| | | | | Changes made to osproc.nim so it will compile. | ||||
* | Allowed waitForExit to have a specified timeout. (osproc.nim) | Amrykid | 2011-12-27 | 1 | -2/+5 |
| | |||||
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 1 | -8/+15 |
| | |||||
* | Fixed test suite on windows | Dominik Picheta | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | bugfix: fixed memory leaks in osproc module | Araq | 2011-11-18 | 1 | -16/+18 |
| | |||||
* | new osproc implementation may work with mac os x | Araq | 2011-11-18 | 1 | -5/+0 |
| | |||||
* | tester compiles in taint mode again | Araq | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | cgen: no type canon for integral types; osproc use posix_spawn instead of ↵ | Araq | 2011-11-18 | 1 | -40/+120 |
| | | | | fork&exec | ||||
* | better streams implemenation; fixes #63 | Araq | 2011-11-12 | 1 | -9/+9 |
| | |||||
* | bugfixes for the testsuite | Araq | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | bugfixes for the tester; the tester now supports running of single tests | Araq | 2011-11-08 | 1 | -7/+5 |
| | |||||
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -12/+39 |
| | |||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -5/+5 |
| | |||||
* | Fixed osproc.terminate for posix and improved some other osproc posix functions. | dom96 | 2011-08-03 | 1 | -10/+19 |
| | |||||
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 1 | -3/+3 |
| | |||||
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -12/+0 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -4/+6 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -1/+21 |
| | |||||
* | implemented write access to s[i] for macros | Araq | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | got rid of unsound co/contravariance in procvars | Araq | 2011-06-17 | 1 | -5/+7 |
| | |||||
* | bugfix second attempt: osproc | Araq | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | bugfix stderr osproc | Araq | 2011-05-22 | 1 | -7/+4 |
| | |||||
* | Added a helpful iterator to redis. Fixed some issues with stderr in osproc. ↵ | dom96 | 2011-05-22 | 1 | -2/+3 |
| | | | | Fixed doc generation issues. | ||||
* | bugfix: don't change OSError()'s behaviour | Araq | 2011-05-08 | 1 | -4/+4 |
| | |||||
* | select() for processes; copyDir() for os. | dom96 | 2011-05-07 | 1 | -4/+78 |
| | |||||
* | bugfix: osproc compiles under windows again | Araq | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -38/+31 |
| | |||||
* | c2nim tool added | Andreas Rumpf | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵ | PhiLho | 2010-05-21 | 1 | -11/+11 |
| | | | | update | ||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | devel of web frontend | rumpf_a@web.de | 2010-01-10 | 1 | -2/+2 |
| | |||||
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -83/+183 |
| |