summary refs log tree commit diff stats
path: root/lib/pure/parsecfg.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo for literal `[` (#13243)Euan2020-01-241-1/+1
| | | The literal value for the `tkBracketLe` token was incorrectly set to `]` rather than `[`. I've had a quick glance at the code and it doesn't look like this change will affect anything at all, but I haven't tested yet - let's see if the CI explodes...
* 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
| | | | | | | | * introduce temporary <//> for 'owned' to get this compile with 0.19 * make newTable[string, owned Node]() compile (but it crashes) * make sink/owned parameters consistent * make actiontable test compile again * VM: support sytem.move; makes tests green
* 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
| | | File is already being closed by defer: file.close() closing it twice causes crash.
* Use writeable file in parsecfg.writeConfig()Christopher Dunn2017-05-151-1/+2
| | | | Fixes #5816
* parsecfg: handle streams and strings when saving or loading configuration ↵Anatoly Galiulin2017-04-061-72/+85
| | | | (#5554)
* Update parsecfg.nimlihf85152016-11-021-4/+10
| | | Value includes double quotation marks.
* 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
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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 ↵Araq2011-09-261-1/+1
| | | | optimized; tstringinterp.nim now works
* 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