* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ numfmt options like --suffix no longer have an arbitrary 127-byte limit.
+ [bug introduced with numfmt in coreutils-8.21]
+
* Noteworthy changes in release 9.4 (2023-08-29) [stable]
Hash_table *src_info;
};
-/* Arrange to make rename calls go through the wrapper function
- on systems with a rename function that fails for a source file name
- specified with a trailing slash. */
-# if RENAME_TRAILING_SLASH_BUG
-int rpl_rename (char const *, char const *);
-# undef rename
-# define rename rpl_rename
-# endif
-
bool copy (char const *src_name, char const *dst_name,
int dst_dirfd, char const *dst_relname,
int nonexistent_dst, const struct cp_options *options,