index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
parsecfg.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
1
-2
/
+2
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-3
/
+2
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+4
*
[std/parsecfg]use runnableExamples (#17868)
flywind
2021-04-27
1
-96
/
+95
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-5
/
+5
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-0
/
+6
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-6
/
+6
*
use single backtick (#17181)
flywind
2021-02-24
1
-1
/
+1
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-18
/
+6
*
fix #16206 (#16207)
flywind
2020-12-06
1
-1
/
+69
*
minor typo (#16225)
flywind
2020-12-02
1
-1
/
+1
*
minor improve the docs of parsecfg (#16208)
flywind
2020-12-01
1
-25
/
+27
*
Update parsecfg.nim (#15513)
lihaifeng
2020-10-08
1
-4
/
+5
*
Fix typo for literal `[` (#13243)
Euan
2020-01-24
1
-1
/
+1
*
parsecfg: retain CRLF line breaks, fixes #12970 (#12971)
Simon Krauter
2019-12-29
1
-3
/
+3
*
Docstring refined for the getSectionValue() (#12478) [backport]
Artem V L
2019-10-22
1
-1
/
+1
*
[backport] run nimpretty on parsers
narimiran
2019-09-30
1
-26
/
+26
*
minor style changes
Araq
2019-07-10
1
-3
/
+3
*
remove stdlib case transitions (#11401)
Jasper Jenkins
2019-06-05
1
-2
/
+4
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-17
/
+13
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-5
/
+5
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-43
/
+41
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-15
/
+9
*
Remove totally unneeded import of hashes. (#10221)
c-blake
2019-01-07
1
-1
/
+1
*
Testament: refactoring; makes the test joiner green
Araq
2018-12-11
1
-0
/
+11
*
test can fail because of invalid spec
Arne Döring
2018-12-11
1
-11
/
+0
*
make 'koch web' work again
Araq
2018-09-03
1
-5
/
+30
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-3
/
+0
*
fixes #6046 parsecfg failed to parse negative int (#6097)
andri lim
2017-07-14
1
-3
/
+7
*
Remove redundant filestream.close, causes crash (#5907)
ftsf
2017-05-29
1
-1
/
+0
*
Use writeable file in parsecfg.writeConfig()
Christopher Dunn
2017-05-15
1
-1
/
+2
*
parsecfg: handle streams and strings when saving or loading configuration (#5...
Anatoly Galiulin
2017-04-06
1
-72
/
+85
*
Update parsecfg.nim
lihf8515
2016-11-02
1
-4
/
+10
*
Add dash to SymChars
roose
2016-07-28
1
-1
/
+1
*
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-13
/
+13
*
Update parsecfg.nim
lihf8515
2016-05-02
1
-2
/
+198
*
Spellcheck
Federico Ceratto
2016-02-29
1
-3
/
+3
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-100
/
+100
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
several modules changed
Araq
2014-08-28
1
-5
/
+4
*
big rename
Araq
2014-08-27
1
-34
/
+36
*
Fixes #1219.
Dominik Picheta
2014-07-19
1
-1
/
+2
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-1
/
+1
*
case consistency: niminst
Araq
2013-12-29
1
-10
/
+10
*
case consistency part 5
Araq
2013-12-28
1
-27
/
+27
*
fixes #456
Araq
2013-06-04
1
-9
/
+10
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
little cleanup for parsecfg module
Araq
2012-08-06
1
-5
/
+1
[next]