1
1

10 Коммитов

Автор SHA1 Сообщение Дата
Yorhel
14afd92ba2 Year + version bump for 1.13 2018-01-29 11:58:14 +01:00
Yorhel
e4f211db68 Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
Yorhel
f8ce052630 Version bump + Changelog update for 1.11 2015-04-05 10:06:35 +02:00
Yorhel
61a7846c76 config: Use /bin/sh as default shell and don't check for its existence
/bin/bash is not available on every system, nor always the default.
/bin/sh is standardised, but not always the preferred interactive shell,
hence it's configurable.

There's no need to check for the existence of this shell during config,
since it's an option that only affects run-time - and you may compile
ncdu on a totally different system than you would run it on.
2015-04-05 09:58:05 +02:00
Thomas Jarosch
a25e5f80a5 Add ability to spawn shell
Key 'b' in the browse window spawns a shell in the current directoy.

We first check the $SHELL environment variable of the user for the preferred
shell interpreter. If it's not set, we fall back to the compile time
configured default shell (usually /bin/bash).

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2014-12-14 09:16:27 +01:00
Yorhel
79213f0d63 Support building without locale.h
Slightly modified patch from Gianluigi Tiesi.
http://dev.yorhel.nl/ncdu/bug/47
2014-04-13 08:35:46 +02:00
Yorhel
5e5c9925f4 Version bump + Changelog update for 1.10 2013-05-09 16:32:48 +02:00
Yorhel
9b4f2d8601 configure: Use PKG_PROG_PKG_CONFIG + mention pkg-config dep in README 2013-03-09 09:21:13 +01:00
Justin Lecher
1324d45491 Use pkg-config to detect ncurses
Ncurses provides a pkg-config module which could be used here. If not
available we fall back to the old detection heuristic.

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2013-03-07 13:42:51 +01:00
Yorhel
3fd25ffbcb configure.in -> configure.ac
As recent autoconf wants
2012-11-22 12:30:53 +01:00