summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
|\
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
* | fixes #250Araq2012-11-194-8/+8
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-186-65/+113
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+2
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-203-31/+32
* bugfix: leak in db_sqlite.GetValueAraq2012-10-101-3/+5
* Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-2/+4
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+1
* first steps to make templates hygienicAraq2012-08-201-1/+4
* openarray/varargs split; breaks bootstrappingAraq2012-08-164-39/+39
* Both the re and pegs module's `=~` templates can now be used simultaneously f...Dominik Picheta2012-07-211-1/+1
* improved unsigned supportAraq2012-07-141-14/+13
* fixes #164Araq2012-07-111-4/+4
* dialogs.nim and osinfo_win.nim compile againAraq2012-07-102-12/+18
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-093-12/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-084-20/+21
* made some tests green againAraq2012-06-201-11/+12
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-0/+2
* fixes #113Araq2012-05-201-12/+16
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-013-3/+3
* some code formatingAraq2012-04-261-3/+2
* added db_*.getRowAraq2012-04-243-0/+34
* Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P...dom962012-04-201-43/+64
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+213
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-1/+2
* year 2012 for most copyright headersAraq2012-01-0210-10/+10
* GC stack scanning cares about interior pointersAraq2011-12-301-7/+5
* Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-1/+4
* - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-241-0/+22
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-2/+2
* compiler uses new 'readLine'Araq2011-11-271-2/+22
* fixed some testsAraq2011-11-191-53/+53
* better streams implemenation; fixes #63Araq2011-11-121-5/+5
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+1
* much more efficient rod file generationAraq2011-10-181-2/+1
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-243-14/+14
* preparations for 0.8.12Araq2011-07-101-1/+1
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-3/+3
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-10/+2
* deprecated system.copy: use system.substr insteadAraq2011-05-141-11/+11
* Some minor fixes and additions to the graphics module.dom962011-04-261-40/+62
* big repo cleanupAraq2011-04-121-2/+2
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-1/+1
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-34/+110
* various bugfixes for generics; added generic sort procAraq2011-03-031-3/+7
* first implementation of suggestAraq2011-02-161-1/+3
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-141-1/+0