summary refs log tree commit diff stats
path: root/lib/pure/strformat.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* typoAndreas Rumpf2019-09-101-1/+1
* fixes #11723Araq2019-07-151-2/+2
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* fixes #1192Araq2019-04-231-0/+7
* fixes #11089Araq2019-04-231-1/+7
* strformat: minor style changesAraq2019-04-231-4/+4
* fixes another regression; the behaviour of 'array' formatting was changedAraq2019-04-151-8/+0
* fixes #11012Araq2019-04-151-28/+10
* add strformat limitations section (#10982)Arne Döring2019-04-091-0/+59
* make strformat work as NimScript againAraq2019-04-061-2/+5
* Strformat symbol binding (#10927)Arne Döring2019-04-051-135/+102
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+5
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-2/+2
* Fixes #8100 (#8101)Oscar Nihlgård2018-06-291-1/+6
* Fix strformat neg zero (#7954)skilchen2018-06-051-1/+6
* Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+4
* fix strformat zeropadding for floats (#7934)skilchen2018-06-011-2/+20
* fixes #7749Araq2018-05-021-1/+1
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-4/+4
* Improves documentation for strformat module.Dominik Picheta2018-03-011-149/+192
* fixes #7078Araq2018-01-141-111/+111
* strformat: fixes new 'fmt' templateAndreas Rumpf2018-01-131-0/+1
* strformat: introduce 'fmt' as an alias for '%'; ensure overloading resolution...Araq2018-01-121-1/+18
* rename strformat.fmt to `%` as it works better with backslash escape sequence...Araq2018-01-111-107/+107
* Add additional $ fallback to fmtOscar Nihlgård2018-01-091-1/+3
* make strformat.fmt take the same signature as strfmt.fmt in order to force an...Andreas Rumpf2018-01-081-3/+2
* Minor fixes to strformat docs (#6953)Mathias Stearn2017-12-211-3/+4
* strformat: fix the documentation examplesAraq2017-12-171-4/+4
* strformat: default for numbers is right alignmentAraq2017-12-171-10/+13
* strformat: support 'sign' as Python doesAraq2017-12-171-25/+36
* strformat: added '^' char for center alignment for Python compatAraq2017-12-171-4/+18
* added new stdlib module 'strformat'; refs #5600; refs #6507Araq2017-12-171-0/+590