bug-global
[Top][All Lists]
Advanced

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

Re: GLOBAL-4.7.1 released.


From: Hideki IWAMOTO
Subject: Re: GLOBAL-4.7.1 released.
Date: Fri, 04 Jun 2004 23:19:47 +0900

On Wed, 02 Jun 2004 08:55:23 +0900, Shigio Yamaguchi wrote...
> * GLOBAL doesn't work with the GNU sort(1) based on POSIX 1003.1-2001.
> 

Although there was nine use of "+POS1 [-POS2]", you corrected only seven of 
them.

Committed following change.

Index: htags/htags.in
===================================================================
RCS file: /cvsroot/global/global/htags/htags.in,v
retrieving revision 1.176
diff -u -r1.176 htags.in
--- htags/htags.in      3 Jun 2004 23:20:28 -0000       1.176
+++ htags/htags.in      4 Jun 2004 14:00:46 -0000
@@ -1754,7 +1754,7 @@
        local($indexlink) = ($'Fflag) ? "../files.$'normal_suffix" : 
"../mains.$'normal_suffix";
        local($target) = ($'Fflag) ? 'mains' : '_top';
        local(@dirstack, @fdstack);
-       local($findcom) = ($'other_files) ? "$'findcom --other | sort -t / +1" 
: $'findcom;
+       local($findcom) = ($'other_files) ? "$'findcom --other | sort -t / -k 
2" : $'findcom;
        local($parent_string) = 'Parent Directory';
 
        open(FIND, "$findcom |") || &'error("cannot fork.");
@@ -2244,7 +2244,7 @@
 sub makehtml {
        local($dist, $total) = @_;
        local($count) = 0;
-       local($findcom) = ($'other_files && !$'dynamic) ? "$'findcom --other | 
sort -t / +1" : $'findcom;
+       local($findcom) = ($'other_files && !$'dynamic) ? "$'findcom --other | 
sort -t / -k 2" : $'findcom;
 
        open(FIND, "$findcom |") || &'error("cannot fork.");
        while (<FIND>) {

----
Hideki IWAMOTO  address@hidden





reply via email to

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