summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | term rewriting improvementsAraq2012-09-082-3/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-034-95/+434
|\
| * Added fsmonitor module.Dominik Picheta2012-09-023-70/+302
| * Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
* | term rewriting macros fully implemented; still buggyAraq2012-09-033-14/+11
|/
* made tests green againAraq2012-08-312-1/+2
* next steps towards term rewriting macros; simple examples workAraq2012-08-302-2/+4
* first steps towards term rewriting macrosAraq2012-08-301-1/+1
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-284-121/+184
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-4/+24
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-252-3/+2
* made tests green againAraq2012-08-242-2/+2
* objects with no ancestor are not implicitely finalAraq2012-08-246-9/+12
* implemented 'bind' for macrosAraq2012-08-242-12/+25
* fixes #185Araq2012-08-221-2/+7
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-226-36/+48
* Merge branch 'master' of git://github.com/fowlmouth/Nimrod into fowlmouth-masterDominik Picheta2012-08-201-4/+5
|\
| * changed port to TPortMy Name2012-08-201-3/+3
| * added port output for sockets.recvFromMy Name2012-08-201-4/+5
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-205-8/+40
|\|
| * Added strutils.rfind.Dominik Picheta2012-08-191-0/+14
| * os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-193-7/+25
| * Fixes bug in streams.ssSetPosition.Dominik Picheta2012-08-181-1/+1
* | next steps to hygienic templatesAraq2012-08-201-1/+4
* | first steps to make templates hygienicAraq2012-08-202-2/+8
|/
* made tests green againAraq2012-08-163-16/+16
* stdlib uses more of varargsAraq2012-08-162-2/+11
* openarray/varargs split; breaks bootstrappingAraq2012-08-1612-71/+80
* bugfix: typo in actors.nimAraq2012-08-151-1/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-134-62/+131
|\
| * Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-123-41/+29
| * UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-123-23/+104
* | top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-1/+1
|/
* little cleanup for parsecfg moduleAraq2012-08-061-5/+1
* UDP sockets should now work with asyncio.Dominik Picheta2012-08-031-3/+8
* fixes 182Araq2012-08-021-1/+1
* keep initStackBottom calls pleaseAraq2012-08-022-0/+2
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-312-2/+0
* g_timeout_add_full and g_idle_add_full added.Dominik Picheta2012-07-301-0/+16
* Addition of setTabReorderable to gtk2.nimDominik Picheta2012-07-291-0/+4
* attempt to getAppFilename to work on NetBSDAraq2012-07-281-1/+1
* more reliable NI/NU definitionsAraq2012-07-281-0/+18
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-251-1/+2
|\
| * Fixed compilation of smtp module.Dominik Picheta2012-07-251-1/+2
* | bugfix: collection/sets only worked by chance ...Araq2012-07-251-4/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-253-16/+23
|\
| * Some improvements to the sockets module.Dominik Picheta2012-07-253-16/+23
* | next steps for closure consistency; fixes #176Araq2012-07-251-0/+1
|/
* fixes #172Araq2012-07-251-6/+6
* Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
#n569'>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 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868