summary refs log tree commit diff stats
path: root/lib/pure/strformat.nim
Commit message (Expand)AuthorAgeFilesLines
* 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