(MIN_DIGEST_LINE_LENGTH): New macro.
authorJim Meyering <jim@meyering.net>
Thu, 4 Jul 1996 12:41:53 +0000 (12:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Jul 1996 12:41:53 +0000 (12:41 +0000)
commitb97436b18bc34c5c2912737a6c04d3d97cef1149
tree5e8951bb07bb04324614be39bb11fc532ee37707
parentdb07df54488a5b2e132ff007aa3c2d4abe6d771c
(MIN_DIGEST_LINE_LENGTH): New macro.
[NEWLINE_REPLACEMENT_STRING*]: Remove macros.
(main): Output a leading backslash for a line describing a file
whose name contains a newline.  Then translate each NEWLINE byte
in the file name to the string, "\\n", and each backslash to "\\\\".
File names that don't contain NEWLINE aren't translated.
(split_3): Rewrite to handle file names with embedded newlines.
Miles Bader and Jim Blandy suggested this new encoding scheme.
src/md5sum.c