Minor typo.
[finddup.git] / finddup.c
2022-01-02 Francois FleuretMinor typo. master
2018-10-18 Francois FleuretFixed a crashing bug
2018-08-27 Francois FleuretUpdate _BSD_SOURCE to _DEFAULT_SOURCE.
2018-08-27 Francois FleuretOCD update.
2013-06-30 Francois FleuretMade an initialization clear to the compiler.
2013-06-30 Francois FleuretRemoved an unused variable.
2011-12-11 Francois FleuretFixed a bug with -q in the first group.
2011-12-11 Francois FleuretAdded the --trim-first option.
2011-03-11 Francois FleuretSame typo in the help and the man page.
2011-03-08 Francois FleuretChanged the copyright years in the header.
2011-03-06 Francois FleuretAdded the -f, --result-prefix option.
2011-02-01 Francois FleuretFixed a % printing bug.
2011-01-27 Francois FleuretAdded the "%s" format when simply writing a string.
2010-12-15 Francois FleuretAdded the -e option to execute a command for each group...
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-27 Francois FleuretCosmetics in the error messages.
2010-06-06 Francois FleuretRemoved a crashing bug with the progress bar when only...
2010-04-19 Francois FleuretAdded the -t, --time-sort option.
2010-04-09 Francois FleuretThis version seems usable enough to be 1.0.
2010-04-08 Francois FleuretNow takes the current directory by default is none...
2010-04-07 Francois FleuretRemoved the MD5 option which was useless.
2010-04-06 Francois FleuretCosmetic change in the progress display.
2010-03-29 Francois FleuretBug fixed in the progress bar display.
2010-03-29 Francois FleuretMajor changes in the progress bad printing.
2010-03-23 Francois FleuretPrints the number of files when scanning is done.
2010-03-22 Francois FleuretNow refreshes properly the progress bar if the tty...
2010-03-21 Francois FleuretTypo.
2010-03-19 Francois FleuretThe MD5 hashing is now a compilation option, and off...
2010-03-19 Francois FleuretCosmetics.
2010-03-19 Francois FleuretAdded conditional compilation for the MD5 hashing.
2010-03-18 Francois FleuretAdded MD5 hashing.
2010-03-18 Francois FleuretNow do not ignore ./something when the -d option is...
2010-03-18 Francois FleuretCosmetics in usage().
2010-03-17 Francois FleuretCosmetics.
2010-03-16 Francois FleuretAdded long options.
2010-03-13 Francois FleuretMoved to version 0.7
2010-03-13 Francois FleuretRemoved print_size_sum.
2010-03-13 Francois FleuretCatch the realpath errors.
2010-03-13 Francois FleuretCosmetics (variable name changes).
2010-03-12 Francois FleuretAdded the and: syntax.
2010-03-12 Francois FleuretCosmetics.
2010-03-12 Francois FleuretTypo.
2010-03-11 Francois FleuretPut the read buffers on the heap instead of the stack.
2010-03-11 Francois FleuretChanged the progress display to a progress bar + percen...
2010-03-11 Francois FleuretHide groups in not: mode because they are not properly...
2010-03-11 Francois FleuretThe 'i' option was missing in getopt().
2010-03-11 Francois FleuretEnforce the display of files from DIR1 before those...
2010-03-10 Francois FleuretAdd an empty line between groups when the group IDs...
2010-03-10 Francois FleuretFixed a bug due to using strncmp instead of memcmp...
2010-03-10 Francois FleuretRemoved the double printing of results in the single...
2010-03-10 Francois FleuretAdded the -0 option to ignore empty files.
2010-03-10 Francois FleuretLot of cosmetics + added the -i option.
2010-03-09 Francois FleuretAdded the include of sys/param.h to compile on FreeBSD.
2010-03-09 Francois FleuretNow sort the files by group IDs.
2010-03-08 Francois FleuretAdded an option to see progress.
2010-03-08 Francois FleuretShowing the group IDs now by default.
2010-03-08 Francois FleuretCosmetics.
2010-03-08 Francois FleuretMultiple improvements.
2010-03-08 Francois FleuretCosmetics.
2010-03-08 Francois FleuretChanged the syntax for negation from ^ to not:
2010-03-07 Francois FleuretRewrote the help.
2010-03-07 Francois FleuretNow able to list files existing in DIR1 which do not...
2010-03-07 Francois FleuretFirst working version. When sizes match, runs full...
2010-03-07 Francois FleuretDirectory scan now works.
2010-03-07 Francois FleuretInitial commit.