bug#9762: tac fails when given multiple non-seekable inputs due to misuse of mkstemp()

2011-10-19 Thread Jim Meyering
Jim Meyering wrote: > Ambrose Feinstein wrote: >> Thanks for the quick fix! >> >> Aside from it requiring rearranging other code to not close the fd, >> was there a reason not to reuse a single temp file? > > Actually that's what I started doing, but the change seemed like it'd > end up being bigge

bug#9804: [PATCH] include man-pages for non-default progs

2011-10-19 Thread Mike Frysinger
At the moment, things like man/arch.1 are not included in the tarball. This makes perl a requirement if you want to build/install the arch helper. * man/Makefile.am (EXTRA_DIST): Add $(NO_INSTALL_PROGS_DEFAULT:%=%.1). --- man/Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-