Added the long options.
[dus.git] / dus.c
2010-03-16 Francois FleuretAdded the long options.
2010-03-16 Francois FleuretAdded "..." to tty display when the list is truncated.
2010-03-13 Francois FleuretI decided this was not an alpha version anymore.
2010-03-13 Francois FleuretChanged printf(a) to printf("%s", a) to avoid a warning...
2010-03-11 Francois FleuretAdded include <sys/params> so that PATH_MAX is defined...
2010-03-07 Francois FleuretReplaced BUFFER_SIZE with PATH_MAX where it makes sense.
2010-03-07 Francois FleuretRemoved the error when the tty size can not be obtained...
2010-03-07 Francois FleuretAdded an option to set a lower size bound for printing.
2010-03-05 Francois FleuretAdded the information from uname in the help.
2010-03-05 Francois FleuretRemoved the REVISION_NUMBER. Prints help on either...
2010-03-05 Francois FleuretPrint errors to stderr.
2010-02-27 Francois FleuretFixed a bug in the arguments of raw_print and fancy_print.
2010-02-27 Francois FleuretAdded the -c options in the -h help + cosmetics.
2010-02-27 Francois FleuretAdded malloc check, and printing constrained to the...
2010-02-26 Francois FleuretAdded an option to show the top of the list instead...
2010-02-26 Francois FleuretFixed a stupid bug with the return value type of getopt.
2010-02-26 Francois FleuretAdded an option to revert the sort order.
2010-02-26 Francois FleuretAdded the option parsing.
2010-02-26 Francois FleuretAdded an option ignore_dotfiles.
2010-02-25 Francois FleuretChanged the buffer size, added the setlocale.
2010-02-25 Francois FleuretCosmetic changes in the license header.
2010-02-25 Francois FleuretChecks the tty height. Takes the content of '.' if...
2010-02-24 Francois FleuretFinished the routine to print in size order.
2010-02-24 Francois FleuretAdded an embryo of the main routine to print the result.
2010-02-24 Francois FleuretChanged the license header.
2010-02-23 Francois FleuretInitial commit.