summary refs log tree commit diff stats
path: root/lib/pure/ropes.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes ropes.nim regression; make tests green againAndreas Rumpf2017-11-061-1/+1
|
* Stream-writer for a rope (#6603)Dmitry Atamanov2017-11-061-3/+7
|
* Make ropes usable in VM contextRuslan Mustakov2016-03-101-4/+9
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-10/+10
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib_ropes: better buffering in equalsFile, cleanupsJacek Sieka2015-04-081-63/+80
|
* ropes: remove more unnecessary checksJacek Sieka2015-04-031-3/+3
|
* ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵Jacek Sieka2015-04-011-14/+15
| | | | lib ropes
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* make tests greenAraq2014-08-311-9/+9
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* big renameAraq2014-08-271-32/+34
|
* fix failed tests due to gcsafeAraq2014-08-121-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-2/+2
|
* tests themselves contain the expected resultAraq2011-02-201-4/+0
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-19/+23
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-9/+0
|
* bugfix: rendering of case statements has been broken recently; remaining ↵Andreas Rumpf2010-02-021-3/+3
| | | | idents with wrong underscores in the wrappers
* better subscript overloadingrumpf_a@web.de2010-01-031-0/+375