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
/
strscans.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix strscans.scanp (#9518)
xzfc
2018-10-28
1
-3
/
+4
*
fix #8925 by using `getTypeInst` instead of `getType`
Vindaar
2018-09-17
1
-2
/
+2
*
fixes #8925
Araq
2018-09-15
1
-1
/
+1
*
[DOC] fix typos in `strscans` documentation (#8885)
Vindaar
2018-09-05
1
-3
/
+3
*
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