Merge branch 'maint' into next

bitmap-optimize
Theodore Ts'o 2008-03-20 15:31:03 -04:00
commit abe85c9f1b
4 changed files with 309 additions and 304 deletions

View File

@ -82,6 +82,8 @@ FILE *open_pager(void)
char buf[80];
signal(SIGPIPE, SIG_IGN);
if (!isatty(1))
return stdout;
if (!pager)
pager = getenv("PAGER");
if (!pager)

BIN
po/de.gmo

Binary file not shown.

609
po/de.po

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ export LC_ALL
case "$1" in
--valgrind)
export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"
export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls"
shift;
esac