Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zgetcwd patch?



I never heard a response to the patch I sent to compat.c.
Does it appear correct?

I'm also curious under what circumstances these two operations differ (aside
from the obvious chdir side effect):

1. opendir( ".." );

2. chdir( ".." );
	opendir( "." );

Thanks,
John Harres
harres@xxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author