| Age | Commit message (Collapse) | Author |
|
- Each conversion type is handle by individual functions in convert_*
files
- handle the ' ', '#', '+' and length modifier flags.
|
|
- 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
|
|
|
|
- 4 extraction functions which parse some format attributes
and remove them.
- Not handling wildcard yet
|
|
|
|
Using a list to store each format conversion informations.
|
|
|
|
|