summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* 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
* REPL improvementsAraq2011-02-131-0/+37
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* nimgrep: first working versionAraq2011-02-021-0/+18
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* httpserver may work better nowAraq2011-01-131-1/+1
* graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-011-0/+4
* bugfixes: htmlparser moduleAraq2010-10-301-0/+18
* Added a close function to the ssl module.dom962010-10-271-0/+6
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-2/+2
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-5/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-1/+1
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+81
* version 0.8.10Araq2010-10-211-0/+344
* c2nim tool addedAndreas Rumpf2010-07-212-0/+467
* explicit types for generic routinesAndreas Rumpf2010-05-281-3/+2
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-2/+1
* BUGFIX: mEqRef for evalOpAndreas Rumpf2010-03-171-0/+1
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-172-2/+2
* version 0.8.8Andreas Rumpf2010-03-141-172/+141
49'>549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763