dus.git
2018-08-27 Francois FleuretBrain bug. master
2018-08-27 Francois FleuretMinor change.
2018-08-27 Francois FleuretUpdate to _DEFAULT_SOURCE.
2018-08-27 Francois FleuretNow installs in /usr/local/
2013-06-30 Francois FleuretRemoved .gitignore
2011-12-27 Francois FleuretAdded the DESTDIR variable.
2011-05-03 Francois FleuretFixed the version number and date.
2011-04-18 Francois FleuretKeep the stderr messages on file access errors even...
2011-03-08 Francois FleuretChanged the copyright years in the header.
2011-03-06 Francois FleuretRemoved the double hyphen when printing the fancy results.
2011-03-06 Francois FleuretChanged how the '/' is printed after dir names.
2011-03-05 Francois FleuretAdded a '/' after directory names in the printed results.
2011-01-27 Francois FleuretAdded the "%s" format when simply writing a string.
2010-08-18 Francois FleuretFixed the permission denied with the -i option on lstat().
2010-08-18 Francois FleuretAdded the -i option to ignore protected files and direc...
2010-08-13 Francois FleuretCosmetics.
2010-08-11 Francois FleuretAdded the -v option in the help and the man page.
2010-08-11 Francois FleuretAdded the -v option to print the version number.
2010-06-30 Francois FleuretAdded an example in the man page and changed the help...
2010-06-27 Francois FleuretNow exit on min size syntax error, and added 'dus:...
2010-06-27 Francois FleuretAdded the units 'b' and 'B' for the min size specification
2010-06-24 Francois FleuretAllows min size specification without unit (i.e. in...
2010-06-23 Francois FleuretNow indents at 8 characters for the file size.
2010-06-19 Francois FleuretAdded an S_ISDIR check before opendir() to work on...
2010-06-17 Francois FleuretAdded the -Wextra option to the compiler.
2010-06-06 Francois FleuretCosmetics.
2010-06-05 Francois FleuretCosmetics in the help and man page.
2010-06-05 Francois FleuretFixed a bug when given a filename of length 0 as argume...
2010-06-05 Francois FleuretNow lists the content of dir if their names end with...
2010-04-17 Francois FleuretFixed the version number.
2010-03-30 Francois FleuretCosmetics.
2010-03-30 Francois FleuretCosmetics.
2010-03-22 Francois FleuretInitial commit.
2010-03-22 Francois FleuretDo not ignore ./something when the -d option is on.
2010-03-18 Francois FleuretChanged all the sprintf into snprintf, removed an unuse...
2010-03-18 Francois FleuretRemoved a superfluous space in the non-fancy display.
2010-03-18 Francois FleuretNow take the -c option into account.
2010-03-18 Francois FleuretCosmetics in usage().
2010-03-17 Francois FleuretCosmetics.
2010-03-16 Francois FleuretCosmetics.
2010-03-16 Francois FleuretRemove the buggy "..." when files are too small to...
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-08 Francois FleuretFixed the \n at the top.
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 FleuretTypo.
2010-03-07 Francois FleuretAdded an option to set a lower size bound for printing.
2010-03-05 Francois FleuretFixed the date.
2010-03-05 Francois FleuretCosmetics.
2010-03-05 Francois FleuretFixed the summary.
2010-03-05 Francois FleuretInitial commit.
2010-03-05 Francois FleuretAdded a man page.
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 FleuretThis version works and has options.
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 FleuretAdded the gpl-3.0.txt
2010-02-25 Francois FleuretPasses the LFS options to cc.
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-24 Francois FleuretChanged the license header.
2010-02-23 Francois FleuretInitial commit.