blob: b5cd780372343743826d78dd30bde9a61db709c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
*0.3.3: 2006/03
* code refactoring, much more readable now
* dropped the "du" exploration mode
* dropped the read-from-file mode and input "correct" cludge
* Use the new -T option to specify arbitrary input, and avoid dupes.
* Use the new option -F to follow symlinks
* option name fixes
* new option simple/stupid mode
* no space-efficiency optimisation, instead trying to store in alphabetic
order
0.3.2:
* cosmetic, correct usage and long help
0.3.1:
* proper fix for the = filenames
0.3:
* rewrite of some data input code, now using internal directory scanning
(exploration) go get data, not trusting du -a crap
* estimative calculation for filesystem overhead for directory entries
* workaround for = in filenames
* much, much more
|