summary refs log tree commit diff stats
path: root/lib/pure/strutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib uses more of varargsAraq2012-08-161-1/+1
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-0/+7
|
* fixes #109Araq2012-05-201-1/+3
|
* bugfix: strutils.formatFloatAraq2012-05-091-3/+3
|
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-0/+10
|
* added strutils.parseEnum; fixes #95Araq2012-04-011-2/+21
|
* exported strutils.abbrevAraq2012-02-241-13/+12
|
* bugfixes: tests are green againAraq2012-01-131-1/+1
|
* niminst: diverse improvements; fixes #80Araq2012-01-131-7/+39
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* added support for advanced substitution expressionsAraq2011-12-271-111/+121
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-221-0/+10
|\
| * fixes #77dom962011-12-191-0/+10
| |
* | code gen can generate code to keep alive stack rootsAraq2011-12-221-9/+34
|/
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-3/+3
|
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-071-6/+19
| | | | evaluation
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵Araq2011-09-261-7/+5
| | | | optimized; tstringinterp.nim now works
* lib/pure/strutils.nim: fix doc comment for splitLinesKeita Haga2011-08-251-53/+53
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-62/+61
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-40/+40
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-0/+6
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-13/+13
|
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-7/+13
|
* := templatable; lexer improvementsAraq2011-04-171-6/+6
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-3/+6
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-2/+2
|
* various bugfixes for generics; added generic sort procAraq2011-03-031-4/+5
|
* tests themselves contain the expected resultAraq2011-02-201-3/+3
|
* documentation improvementsAraq2011-02-061-0/+1
|
* nimgrep: first working versionAraq2011-02-021-1/+3
|
* httpserver may work better nowAraq2011-01-131-56/+56
|
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-2/+58
|
* bugfix: multiple yield statements and loop body varsAraq2010-12-131-1/+65
|
* added strutils.alignAraq2010-12-071-3/+23
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-318/+304
|
* before stack init changeAndreas Rumpf2010-08-011-2/+0
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-41/+0
|
* c2nim tool addedAndreas Rumpf2010-07-211-2/+5
|
* Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵PhiLho2010-05-211-914/+918
| | | | update
* Bugfix: strutils.deleteAndreas Rumpf2010-03-201-6/+6
|
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-2/+2
|
* bugfix: len openarrayAndreas Rumpf2010-03-101-0/+18
|
* addes osinfo_* modulesrumpf_a@web.de2010-03-071-2/+1
|
* added missing library filesrumpf_a@web.de2010-03-071-1/+2
|
* bugfix: macro evaluation; added colors.extractRGBAndreas Rumpf2010-03-041-4/+0
|
* fixed graphics moduleAndreas Rumpf2010-03-031-0/+4
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* BUGFIX: strutils.cmpIgnoreCaseAndreas Rumpf2010-02-141-6/+7
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-10/+0
|
* parseutils addedrumpf_a@web.de2010-01-311-114/+9
|
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 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952