summary refs log tree commit diff stats
path: root/lib/pure/strutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* atomic is now a keywordAndreas Rumpf2010-01-211-1/+15
|
* strutils.parseHexInt addedAndreas Rumpf2010-01-181-0/+23
|
* sockets module completeAndreas Rumpf2010-01-131-3/+3
|
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-071-1/+1
|
* nimrod compiles againAndreas Rumpf2009-11-161-2/+1
|
* bugfixes: macros; splitFile; strutils.split; iterator.methodrumpf_a@web.de2009-10-271-5/+4
|
* version 0.8.2rumpf_a@web.de2009-10-211-76/+15
|
* implemented multi methodsAndreas Rumpf2009-09-231-14/+12
|
* added tools and web dirsAndreas Rumpf2009-09-151-25/+48
|
* overload resolution for proc varsAndreas Rumpf2009-06-241-14/+54
|
* version0.7.10Andreas Rumpf2009-06-081-0/+975