
19 Apr
2013
19 Apr
'13
4:11 a.m.
commit ca5ca2e0655738be7f308b98eb6b25cbf1896790 Merge: a52417b 07337c5 Author: Jacob Appelbaum <jacob@appelbaum.net> Date: Wed Apr 17 18:58:11 2013 -0700 Merge pull request #95 from riastradh/implement-fmemopen-with-funopen Implement fmemopen in terms of funopen where needed and possible. configure.ac | 13 ++-- src/common/fmemopen-funopen.c | 158 +++++++++++++++++++++++++++++++++++++++++ src/common/fmemopen.h | 8 ++ src/conf-unittest.c | 6 ++ src/include.am | 9 +++ 5 files changed, 189 insertions(+), 5 deletions(-)