Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo for literal `[` (#13243) | Euan | 2020-01-24 | 1 | -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 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 |
| | | | | | | | | * 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) | 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 |
| | | | File is already being closed by defer: file.close() closing it twice causes crash. | ||||
* | Use writeable file in parsecfg.writeConfig() | Christopher Dunn | 2017-05-15 | 1 | -1/+2 |
| | | | | Fixes #5816 | ||||
* | parsecfg: handle streams and strings when saving or loading configuration ↵ | Anatoly Galiulin | 2017-04-06 | 1 | -72/+85 |
| | | | | (#5554) | ||||
* | Update parsecfg.nim | lihf8515 | 2016-11-02 | 1 | -4/+10 |
| | | | Value includes double quotation marks. | ||||
* | 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 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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 |
| | |||||
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵ | Araq | 2011-09-26 | 1 | -1/+1 |
| | | | | optimized; tstringinterp.nim now works | ||||
* | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 1 | -0/+1 |
| | |||||
* | tests themselves contain the expected result | Araq | 2011-02-20 | 1 | -2/+22 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -31/+20 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -3/+3 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | implemented multi methods | Andreas Rumpf | 2009-09-23 | 1 | -3/+3 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+352 |