freebsd-dev/usr.bin/sed
Ed Schouten 6718ba1851 Don't call basename() and dirname() in an unportable way.
POSIX allows these functions to modify their input buffer, so that they
have storage for the return value. Pull copies of the filename before
calling these utility functions.
2016-07-28 15:17:12 +00:00
..
tests Testcase 7.8 no longer needs to be marked TODO 2016-07-27 06:49:16 +00:00
compile.c sed(1): Assorted cleanups and simplifications. 2016-07-19 22:56:40 +00:00
defs.h sed(1): Assorted cleanups and simplifications. 2016-07-19 22:56:40 +00:00
extern.h sed(1): Assorted cleanups and simplifications. 2016-07-19 22:56:40 +00:00
main.c Don't call basename() and dirname() in an unportable way. 2016-07-28 15:17:12 +00:00
Makefile sed(1): Assorted cleanups and simplifications. 2016-07-19 22:56:40 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
misc.c sed(1): Assorted cleanups and simplifications. 2016-07-19 22:56:40 +00:00
POSIX
process.c sed(1): Appease older GCC. 2016-07-21 14:17:36 +00:00
sed.1 sed.1: Correction for the case insensitive case. 2016-05-10 17:01:51 +00:00