ncdu-zig/src
Yorhel 4bb7d6b7c2 Removed reliance on PATH_MAX on most places
ncdu already does seem to handle longer paths now, though there are
still a few places where the code still relies on PATH_MAX. Will fix
those later.
2009-04-23 21:15:11 +02:00
..
browser.c Removed reliance on PATH_MAX on most places 2009-04-23 21:15:11 +02:00
browser.h Kept internal variables internal in browser.c and added browse_init() 2009-04-18 15:23:33 +02:00
calc.c Removed reliance on PATH_MAX on most places 2009-04-23 21:15:11 +02:00
calc.h Moved SF_SMFS in ncdu.h to char calc_smfs in calc.h 2009-04-18 14:04:53 +02:00
delete.c Removed reliance on PATH_MAX on most places 2009-04-23 21:15:11 +02:00
delete.h Select next item after deleting 2009-04-19 13:16:31 +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
help.c Converted help.c to the new framework and re-added help window 2009-04-19 10:03:42 +02:00
help.h Converted help.c to the new framework and re-added help window 2009-04-19 10:03:42 +02:00
main.c main.c should include help.h 2009-04-23 20:47:01 +02:00
Makefile.am Split path handling into path.c and replaced rpath() with a better implementation 2009-04-23 19:44:37 +02:00
ncdu.h Moved minimum screen size handling to main.c 2009-04-18 14:12:30 +02:00
path.c Split path handling into path.c and replaced rpath() with a better implementation 2009-04-23 19:44:37 +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 Removed reliance on PATH_MAX on most places 2009-04-23 21:15:11 +02:00
util.h Removed reliance on PATH_MAX on most places 2009-04-23 21:15:11 +02:00