- Jan 29, 2018
-
-
Yorhel authored
-
- Aug 24, 2016
-
-
Yorhel authored
-
- Apr 05, 2015
-
-
Yorhel authored
-
Yorhel authored
/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.
-
- Dec 14, 2014
-
-
Thomas Jarosch authored
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>
-
- Apr 13, 2014
-
-
Yorhel authored
Slightly modified patch from Gianluigi Tiesi. http://dev.yorhel.nl/ncdu/bug/47
-
- May 09, 2013
-
-
Yorhel authored
-
- Mar 09, 2013
-
-
Yorhel authored
-
- Mar 07, 2013
-
-
Justin Lecher authored
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>
-
- Nov 22, 2012
-
-
Yorhel authored
As recent autoconf wants
-
- Sep 27, 2012
-
-
Yorhel authored
-
- Aug 28, 2012
-
-
Yorhel authored
There's no need to check -lncursesw twice, for example.
-
- Aug 27, 2012
-
-
Yorhel authored
POSIX defines ino_t to be of an unsigned integer type, and searching around the net didn't tell me of any definitions conflicting that. So every ino_t can be represented in an uint64_t. (Assuming that is the largest integer type in use for an inode number, but I'm sure that assumption will hold for a while) (dev_t, on the other hand, is a bit messier. Still figuring out what to do with that.)
-
Yorhel authored
*Should* be equivalent, but having a clearly standardised width is much better.
-
- May 21, 2012
-
-
Yorhel authored
A more modern and practical structure.
-
- Nov 03, 2011
-
-
Yorhel authored
I'm now following the same idea from ncdc of using $VERSION+g in the git repositories.
-
- Oct 18, 2009
- Apr 30, 2009
-
-
Yorhel authored
Removed some obsolete macros and added a few more headers and function checks.
-
- Apr 26, 2009
-
-
Yorhel authored
-
- Apr 05, 2009
-
-
Yorhel authored
-
- Sep 10, 2008
-
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@40 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Aug 02, 2007
-
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@20 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Jul 26, 2007
-
-
yorhel authored
* Updated and changed padding in the ChangeLog git-svn-id: svn://blicky.net/ncdu/trunk@12 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Jul 24, 2007
-
-
yorhel authored
* Split browser.c into delete.c and help.c * Added "reference to parent directory"-hack * File browser doesn't use the ncurses menu lib anymore * Fixed bug #1758403: large directories work fine now * Fixed bug with wide characters in the browser * Performance improvements when browsing large directories * Required (instead of recommended) gettimeofday() git-svn-id: svn://blicky.net/ncdu/trunk@6 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Jul 22, 2007
-
-
yorhel authored
SVN cleanup: removed automatically generated build files, added autogen.sh to create these, and added svn:ignore to ignore common files git-svn-id: svn://blicky.net/ncdu/trunk@5 ce56bc8d-f834-0410-b703-f827bd498a76
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@4 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Jul 21, 2007
-
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@3 ce56bc8d-f834-0410-b703-f827bd498a76
-
- Jul 20, 2007
-
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@1 ce56bc8d-f834-0410-b703-f827bd498a76
-