http://bugs.grommit.com/show_bug.cgi?id=607
roland.mainz at nrubsig.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from roland.mainz at nrubsig.org 2009-04-20 08:03 PDT ------- Patch checked-in... $ cat commitmessage.txt Fix for bug #607 (http://bugs.grommit.com/show_bug.cgi?id=607 - 'RFE: "alias" command switch should use |pathprog()| instead of |getexecname()|') The patch replaces the use of |libc::getexecname()| in "alias" with |libast::pathprog()| to improve startup time (this replaces the current use of |open()|+|read()| with a (faster/cheaper) |readlink()| call (if /proc is mounted)). Patch URL is http://bugs.grommit.com/attachment.cgi?id=298 $ svn commit --file=commitmessage.txt Sending usr/src/cmd/ksh/builtins/alias.c Transmitting file data . Committed revision 1483. ... marking bug as FIXED. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.