| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-01-24 | remove the new check for tlen >= PTRDIFF_MAX. the prior | mrg |
| 2019-01-23 | And as long as we're attempting to achieve perfection in code | kre |
| 2019-01-23 | There's no point setting errno, it is just overwritten by err | kre |
| 2019-01-23 | limit allocation to PTRDIFF_T to appease gcc-7, from mrg@ | christos |
| 2019-01-14 | Whitespace (indent with tabs, rather than spaces), and rearrange one | kre |
| 2019-01-13 | Always return from expandm() with errno unaltered, so on the | kre |
| 2019-01-13 | check for *. integer overflow over ptrdiff. Pointed out by kre@ | christos |
| 2019-01-12 | Make expandm() return a const char * so we can do away with __UNCONST() | kre |
| 2019-01-12 | Don't do %%m -> %%%m escaping, requested by gson@. | christos |
| 2019-01-12 | Return the buffer that has not been freed, so it can be later, | kre |
| 2019-01-12 | Provide an extra argument to store the returned pointer so we can use | christos |
| 2019-01-11 | Use a utility function to expand %m correctly... | christos |
