Files
fish-shell/doc_src
Fabian Homborg 0ff25d581c Infer splitting on NULL if one appears in the first PATH_MAX bytes
This is theoretically sound, because a path can only be PATH_MAX - 1
bytes long, so at least the PATH_MAXest byte needs to be a NULL.

The one case this could break is when something has a NULL-output mode
but doesn't bother printing the NULL for only one path, and that path
contains a newline. So we leave --null-in there, to force it on.
2022-05-29 17:48:11 +02:00
..
2022-05-19 17:38:41 +02:00
2022-02-14 16:18:16 -08:00
2022-04-19 18:52:06 +02:00
2022-01-09 23:47:58 +08:00