summary refs log tree commit diff stats
path: root/lib/pure/ropes.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
24'>324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426