ncdu-zig/src
Yorhel 0fe0d11e3b Don't divide by zero when size of parent dir = 0
It's a floating point division, so won't really cause any real problems
on most systems. Still, a percentage of 'nan' isn't really useful.
2009-05-01 09:07:28 +02:00
..
browser.c Don't divide by zero when size of parent dir = 0 2009-05-01 09:07:28 +02:00
browser.h Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
calc.c Fixed segfault after aborting calculation 2009-04-26 15:23:09 +02:00
calc.h Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
delete.c Don't try to delete a directory that's not empty 2009-04-28 11:07:24 +02:00
delete.h Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
exclude.c Removed ncdu.h dependency from exclude.c 2009-04-11 10:53:39 +02:00
exclude.h Rewrote exclude.c to the new style 2009-04-11 10:53:13 +02:00
global.h Removed last occurence of PATH_MAX 2009-04-26 11:18:45 +02:00
help.c Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
help.h Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
main.c Removed useless call to path_real() 2009-04-26 12:45:42 +02:00
Makefile.am Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00
path.c Fixed memory overflow bug in path_real_rec() 2009-04-25 14:26:52 +02:00
path.h Split path handling into path.c and replaced rpath() with a better implementation 2009-04-23 19:44:37 +02:00
util.c Fixed display of the root directory 2009-04-26 13:10:00 +02:00
util.h Renamed ncdu.h to global.h and #included all other header files into that 2009-04-26 11:08:40 +02:00