| Age | Commit message (Collapse) | Author |
|
- Binary flags attribute instead of multiple bool
- Extract doesnst strdup fmt each time, just advance the current pointer
- In parsing push front then reverse
- Moved some functions to libf
|
|
|
|
|
|
Back where I was before rewrite
|
|
- 4 extraction functions which parse some format attributes
and remove them.
- Not handling wildcard yet
|
|
Changed pformat struct, everything is broken
|
|
|
|
|
|
For integral numbers, min width
For strings, max len
|
|
Conversion of arg in a string, the padding is computed based on the
length of the string.
|
|
Using a list to store each format conversion informations.
|
|
|