Branch: refs/heads/ta/use-xasprintf
Home: https://github.com/fvwmorg/fvwm
Commit: 94e17aa0067dd0e135cec3477d3c85cbe2ee096f
https://github.com/fvwmorg/fvwm/commit/94e17aa0067dd0e135cec3477d3c85cbe2ee096f
Author: Thomas Adam <[email protected]>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M configure.ac
M libs/Makefile.am
A libs/asprintf.c
M libs/safemalloc.h
Log Message:
-----------
compat: add asprintf if missing
asprintf is not POSIX C, but is a GNU and BSD extension. Although we already
define _GNU_SOURCE, provide our own copy of asprintf in csae it's not on some
systems.
Commit: afa8ce1bf77926599bb99883baaa9c2c8be2ad21
https://github.com/fvwmorg/fvwm/commit/afa8ce1bf77926599bb99883baaa9c2c8be2ad21
Author: Thomas Adam <[email protected]>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M libs/safemalloc.c
M libs/safemalloc.h
Log Message:
-----------
Provide safe*() wrappers for asprintf()
Wrap implementations of asprintf to handle failures, so the callers don't have
to.
Compare: https://github.com/fvwmorg/fvwm/compare/e96e0740a06b...afa8ce1bf779