summary refs log tree commit diff stats
path: root/lib/pure/parsecfg.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix typo for literal `[` (#13243)Euan2020-01-241-1/+1
* parsecfg: retain CRLF line breaks, fixes #12970 (#12971)Simon Krauter2019-12-291-3/+3
* Docstring refined for the getSectionValue() (#12478) [backport]Artem V L2019-10-221-1/+1
* [backport] run nimpretty on parsersnarimiran2019-09-301-26/+26
* minor style changesAraq2019-07-101-3/+3
* remove stdlib case transitions (#11401)Jasper Jenkins2019-06-051-2/+4
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-17/+13
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-5/+5
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-43/+41
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-15/+9
* Remove totally unneeded import of hashes. (#10221)c-blake2019-01-071-1/+1
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-0/+11
* test can fail because of invalid specArne Döring2018-12-111-11/+0
* make 'koch web' work againAraq2018-09-031-5/+30
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-3/+0
* fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-3/+7
* Remove redundant filestream.close, causes crash (#5907)ftsf2017-05-291-1/+0
* Use writeable file in parsecfg.writeConfig()Christopher Dunn2017-05-151-1/+2
* parsecfg: handle streams and strings when saving or loading configuration (#5...Anatoly Galiulin2017-04-061-72/+85
* Update parsecfg.nimlihf85152016-11-021-4/+10
* Add dash to SymCharsroose2016-07-281-1/+1
* documentation build cleaned upAndreas Rumpf2016-05-311-13/+13
* Update parsecfg.nimlihf85152016-05-021-2/+198
* SpellcheckFederico Ceratto2016-02-291-3/+3
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-100/+100
* Fix typosFederico Ceratto2015-02-151-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* several modules changedAraq2014-08-281-5/+4
* big renameAraq2014-08-271-34/+36
* Fixes #1219.Dominik Picheta2014-07-191-1/+2
* made large parts of the stdlib gcsafeAraq2014-04-201-1/+1
* case consistency: niminstAraq2013-12-291-10/+10
* case consistency part 5Araq2013-12-281-27/+27
* fixes #456Araq2013-06-041-9/+10
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* little cleanup for parsecfg moduleAraq2012-08-061-5/+1
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+1
* tests themselves contain the expected resultAraq2011-02-201-2/+22
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-31/+20
* version 0.8.8Andreas Rumpf2010-03-141-3/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* implemented multi methodsAndreas Rumpf2009-09-231-3/+3
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+352
>518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 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