make FILE objects autoclose the fd in the destructor
authorMichael Schroeder <mls@suse.de>
Fri, 2 Nov 2012 17:38:12 +0000 (18:38 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 2 Nov 2012 17:38:12 +0000 (18:38 +0100)
commit60db387f9f9843f57d79566df4033a480b6f71bb
treec46b53f36de82eb432a313a3a4d7e610d9fc5396
parent19c0d2ce6e07d77cd8aad2770c4d05f9f122eac6
make FILE objects autoclose the fd in the destructor

Makes the code much nicer for perl/python, does not help much
for ruby. Also, we have to do a glibc hack to implement a close
method needed for ruby. Sigh.
bindings/solv.i
examples/p5solv
examples/pysolv
examples/rbsolv