bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

htags cgi bug on win32


From: Leon Zhang
Subject: htags cgi bug on win32
Date: Mon, 12 Feb 2007 15:43:13 +0800

Well, the HTML which htags generated with cgi option can't search on Win32 Platform.

I dig into the problem, I found that :

htags/global.cgi :
open(PIPE, "-|") || exec '@globalpath@', '--result=ctags-xid', '-e', $pattern;

The problem is, the "-|" is not supported on Win32.

So, I wrote this patch.

Please review it.

Attachment: win32.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]