Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-06-04 | simplify vasprintf implementation | Rich Felker | -14/+1 | |
the old implementation preallocated a buffer in order to try to avoid calling vsnprintf more than once. not only did this potentially lead to memory fragmentation from trimming with realloc; it also pulled in realloc/free, which otherwise might not be needed in a static linked program. | ||||
2011-02-20 | cleanup asprintf stuff | Rich Felker | -0/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+27 | |