projects
/
dus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Brain bug.
[dus.git]
/ dus.c
2018-08-27
Francois Fleuret
Update to _DEFAULT_SOURCE.
commit
|
commitdiff
2011-04-18
Francois Fleuret
Keep the stderr messages on file access errors even...
commit
|
commitdiff
2011-03-08
Francois Fleuret
Changed the copyright years in the header.
commit
|
commitdiff
2011-03-06
Francois Fleuret
Removed the double hyphen when printing the fancy results.
commit
|
commitdiff
2011-03-06
Francois Fleuret
Changed how the '/' is printed after dir names.
commit
|
commitdiff
2011-03-05
Francois Fleuret
Added a '/' after directory names in the printed results.
commit
|
commitdiff
2011-01-27
Francois Fleuret
Added the "%s" format when simply writing a string.
commit
|
commitdiff
2010-08-18
Francois Fleuret
Fixed the permission denied with the -i option on lstat().
commit
|
commitdiff
2010-08-18
Francois Fleuret
Added the -i option to ignore protected files and direc...
commit
|
commitdiff
2010-08-13
Francois Fleuret
Cosmetics.
commit
|
commitdiff
2010-08-11
Francois Fleuret
Added the -v option in the help and the man page.
commit
|
commitdiff
2010-08-11
Francois Fleuret
Added the -v option to print the version number.
commit
|
commitdiff
2010-06-30
Francois Fleuret
Added an example in the man page and changed the help...
commit
|
commitdiff
2010-06-27
Francois Fleuret
Now exit on min size syntax error, and added 'dus:...
commit
|
commitdiff
2010-06-27
Francois Fleuret
Added the units 'b' and 'B' for the min size specification
commit
|
commitdiff
2010-06-24
Francois Fleuret
Allows min size specification without unit (i.e. in...
commit
|
commitdiff
2010-06-23
Francois Fleuret
Now indents at 8 characters for the file size.
commit
|
commitdiff
2010-06-19
Francois Fleuret
Added an S_ISDIR check before opendir() to work on...
commit
|
commitdiff
2010-06-06
Francois Fleuret
Cosmetics.
commit
|
commitdiff
2010-06-05
Francois Fleuret
Cosmetics in the help and man page.
commit
|
commitdiff
2010-06-05
Francois Fleuret
Fixed a bug when given a filename of length 0 as argume...
commit
|
commitdiff
2010-06-05
Francois Fleuret
Now lists the content of dir if their names end with...
commit
|
commitdiff
2010-03-30
Francois Fleuret
Cosmetics.
commit
|
commitdiff
2010-03-30
Francois Fleuret
Cosmetics.
commit
|
commitdiff
2010-03-22
Francois Fleuret
Do not ignore ./something when the -d option is on.
commit
|
commitdiff
2010-03-18
Francois Fleuret
Changed all the sprintf into snprintf, removed an unuse...
commit
|
commitdiff
2010-03-18
Francois Fleuret
Removed a superfluous space in the non-fancy display.
commit
|
commitdiff
2010-03-18
Francois Fleuret
Now take the -c option into account.
commit
|
commitdiff
2010-03-18
Francois Fleuret
Cosmetics in usage().
commit
|
commitdiff
2010-03-17
Francois Fleuret
Cosmetics.
commit
|
commitdiff
2010-03-16
Francois Fleuret
Remove the buggy "..." when files are too small to...
commit
|
commitdiff
2010-03-16
Francois Fleuret
Added the long options.
commit
|
commitdiff
2010-03-16
Francois Fleuret
Added "..." to tty display when the list is truncated.
commit
|
commitdiff
2010-03-13
Francois Fleuret
I decided this was not an alpha version anymore.
commit
|
commitdiff
2010-03-13
Francois Fleuret
Changed printf(a) to printf("%s", a) to avoid a warning...
commit
|
commitdiff
2010-03-11
Francois Fleuret
Added include <sys/params> so that PATH_MAX is defined...
commit
|
commitdiff
2010-03-07
Francois Fleuret
Replaced BUFFER_SIZE with PATH_MAX where it makes sense.
commit
|
commitdiff
2010-03-07
Francois Fleuret
Removed the error when the tty size can not be obtained...
commit
|
commitdiff
2010-03-07
Francois Fleuret
Added an option to set a lower size bound for printing.
commit
|
commitdiff
2010-03-05
Francois Fleuret
Added the information from uname in the help.
commit
|
commitdiff
2010-03-05
Francois Fleuret
Removed the REVISION_NUMBER. Prints help on either...
commit
|
commitdiff
2010-03-05
Francois Fleuret
Print errors to stderr.
commit
|
commitdiff
2010-02-27
Francois Fleuret
Fixed a bug in the arguments of raw_print and fancy_print.
commit
|
commitdiff
2010-02-27
Francois Fleuret
Added the -c options in the -h help + cosmetics.
commit
|
commitdiff
2010-02-27
Francois Fleuret
Added malloc check, and printing constrained to the...
commit
|
commitdiff
2010-02-26
Francois Fleuret
Added an option to show the top of the list instead...
commit
|
commitdiff
2010-02-26
Francois Fleuret
Fixed a stupid bug with the return value type of getopt.
commit
|
commitdiff
2010-02-26
Francois Fleuret
Added an option to revert the sort order.
commit
|
commitdiff
2010-02-26
Francois Fleuret
Added the option parsing.
commit
|
commitdiff
2010-02-26
Francois Fleuret
Added an option ignore_dotfiles.
commit
|
commitdiff
2010-02-25
Francois Fleuret
Changed the buffer size, added the setlocale.
commit
|
commitdiff
2010-02-25
Francois Fleuret
Cosmetic changes in the license header.
commit
|
commitdiff
2010-02-25
Francois Fleuret
Checks the tty height. Takes the content of '.' if...
commit
|
commitdiff
2010-02-24
Francois Fleuret
Finished the routine to print in size order.
commit
|
commitdiff
2010-02-24
Francois Fleuret
Added an embryo of the main routine to print the result.
commit
|
commitdiff
2010-02-24
Francois Fleuret
Changed the license header.
commit
|
commitdiff
2010-02-23
Francois Fleuret
Initial commit.
commit
|
commitdiff