summaryrefslogtreecommitdiff
path: root/src/basic/stdio-util.h
Commit message (Collapse)AuthorAge
* Prep v231.2: basic/stdio-util.h must include parse-printf-format.h instead ↵Sven Eden2017-06-19
| | | | of printf.h
* Prep v230: Apply missing upstream fixes and updates (2/8) src/basic.Sven Eden2017-06-16
|
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2017-06-16
|
* Prep v229: Use parse-printf-format.h if configure did not find printf.hSven Eden2017-05-18
|
* Prep v229: Add include for parse-printf-format.h to src/basic/stdio-util.hSven Eden2017-05-17
| | | | | | | Now that dedicated libc headers are included in their corresponding foo-util.h headers, stdio-util.h is the only place left, where printf.h was included. The nice thing is, that this is the only place left where we have to take care about printf and musl-libc.
* tree-wide: remove Emacs lines from all filesDaniel Mack2017-05-17
| | | | | This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
* fix musl libc build errorsEnno Boland2017-05-16
|
* Prep v228: Add remaining updates from upstream (1/3)Sven Eden2017-04-26
The util.[hc] files have been stripped of a lot of functions, that got sorted into various new files representing the type of utility. This commit adds the missing files.