You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blib.pm dont shell out to "cmd.exe" on Win32+Win32.pm
-document Internals::getcwd() enough, with scary warnings, for future
core devs, or CPAN devs. A permanent reason for Internals::getcwd() to
exist on Win32 full perl was found. See code comments.
-optimize a bit the built-in perl core cwd() XSUBs, use TARG, and group
stack manipulation together for C compiler variable liveness reasons aka
less variables to save in non-vol regs or on C stack around function
calls.
0 commit comments