Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better error messages in scanf. | data-man | 2018-05-30 | 1 | -8/+11 |
* | strscans module does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -15/+19 |
* | make tests green again | Andreas Rumpf | 2018-04-13 | 1 | -5/+5 |
* | strscans: fix the type checking logic; improve the documentation | Araq | 2018-01-06 | 1 | -8/+8 |
* | Fix typos in scanf docs (#7035) | Mathias Stearn | 2018-01-06 | 1 | -3/+3 |
* | Add a more number parsers to the scanf macro (#6985) | Dmitry Atamanov | 2018-01-05 | 1 | -2/+31 |
* | make countup et al take only a single type parameter in order to prevent type... | Andreas Rumpf | 2017-11-02 | 1 | -2/+2 |
* | fixes #6487 | Araq | 2017-10-14 | 1 | -10/+22 |
* | Docs: add one more example in strscans module | konqoro | 2017-08-01 | 1 | -1/+24 |
* | documentation for strscans.scanp; fixes #5154 | Araq | 2017-02-26 | 1 | -1/+142 |
* | strscans: Fix examples | konqoro | 2016-12-06 | 1 | -3/+3 |
* | fixes #4562 | Andreas Rumpf | 2016-08-04 | 1 | -1/+2 |
* | added scanp macro as an alternative to pegs | Araq | 2016-05-10 | 1 | -9/+234 |
* | added strscans stdlib module | Araq | 2016-05-10 | 1 | -0/+296 |