ncdu-zig/src
Yorhel a830f7dfa6 Use C99 flexible array member for struct dir
This should fix https://dev.yorhel.nl/ncdu/bug/99 - with the downside
that this requires a C99 compiler.

I also replaced all occurrences of static allocation of struct dir with
use dynamic allocation, because I wasn't really sure if static
allocation of flexible structs is allowed. In the case of dirlist.c the
dynamic allocation is likely required anyway, because it does store a
few bytes in the name field.
2017-08-17 17:04:48 +02:00
..
browser.c Add -rr option to disable shell spawning 2017-01-06 18:35:30 +01:00
browser.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
delete.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
delete.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dir.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dir_common.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dir_export.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dir_import.c Use C99 flexible array member for struct dir 2017-08-17 17:04:48 +02:00
dir_mem.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dir_scan.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
dirlist.c Use C99 flexible array member for struct dir 2017-08-17 17:04:48 +02:00
dirlist.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
exclude.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
exclude.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
global.h Use C99 flexible array member for struct dir 2017-08-17 17:04:48 +02:00
help.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
help.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
main.c Add -rr option to disable shell spawning 2017-01-06 18:35:30 +01:00
path.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
path.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
quit.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
quit.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
shell.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
shell.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
util.c Year + version bump for 1.12 2016-08-24 20:59:58 +02:00
util.h Year + version bump for 1.12 2016-08-24 20:59:58 +02:00