Searched hist:222154 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/tools/regression/bin/sh/builtins/
H A Dcd3.0222154 Fri May 20 21:09:24 MDT 2011 jilles sh: Implement the cd -e flag proposed for the next POSIX issue.

This reflects failure to determine the pathname of the new directory in the
exit status (1). Normally, cd returns successfully if it did chdir() and the
call was successful.

In POSIX, -e only has meaning with -P; because our -L is not entirely
compliant and may fall back to -P mode, -e has some effect with -L as well.
H A Dcd4.0222154 Fri May 20 21:09:24 MDT 2011 jilles sh: Implement the cd -e flag proposed for the next POSIX issue.

This reflects failure to determine the pathname of the new directory in the
exit status (1). Normally, cd returns successfully if it did chdir() and the
call was successful.

In POSIX, -e only has meaning with -P; because our -L is not entirely
compliant and may fall back to -P mode, -e has some effect with -L as well.
/freebsd-9.3-release/bin/sh/
H A Dcd.cdiff 222154 Fri May 20 21:09:24 MDT 2011 jilles sh: Implement the cd -e flag proposed for the next POSIX issue.

This reflects failure to determine the pathname of the new directory in the
exit status (1). Normally, cd returns successfully if it did chdir() and the
call was successful.

In POSIX, -e only has meaning with -P; because our -L is not entirely
compliant and may fall back to -P mode, -e has some effect with -L as well.
H A Dsh.1diff 222154 Fri May 20 21:09:24 MDT 2011 jilles sh: Implement the cd -e flag proposed for the next POSIX issue.

This reflects failure to determine the pathname of the new directory in the
exit status (1). Normally, cd returns successfully if it did chdir() and the
call was successful.

In POSIX, -e only has meaning with -P; because our -L is not entirely
compliant and may fall back to -P mode, -e has some effect with -L as well.

Completed in 59 milliseconds