On 1/8/06, Hiroshi SAKURAI <[EMAIL PROTECTED]> wrote: > Hi > > attached file is the patch to make fish work on NetBSD > > here's what the patch does... > > 1. /bin/expr on NetBSD doesn't support 'match' >
Good news rarely come alone, it would seem. This problem has been puzzling me for weeks (since I don't have access to a OS X or *BSD machine, and it only happens on those machines) and suddenly two patches appear almost at once to fix the same problem. Very glad to see this, it means people are using fish! > 2. futimes() returns EPERM on my PC, so I've changed 2nd argument of > futimes() from '&t' to 'NULL'. > Ok, but that makes the call kind of meaningless. I guess the best thing to do here is simply to ignore errors, as the call to futimes is not critical, it simply increases the odds that unknown terminal writes will be detected. I've changed the code so that errors don't result in output. > 3. in function fish_prompt in fish_interactive.fish, $fish_color_cwd > was not set. > so set_color always complains as "set_color: Expected an argument". I just got in a fix for this bug. It turns out the calculations for a socket struct where done in the wrong way, causing havoc on systems where there are many fields in this struct. > > I'm not the menber of ML so please cc me. > > Thanks for the great software. Thanks for the great feedback! > > -- > Hiroshi SAKURAI > http://vimrc.hp.infoseek.co.jp/ > -- Axel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
