bug-global
[Top][All Lists]
Advanced

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

Re: missing links in hypertext generation


From: Shigio YAMAGUCHI
Subject: Re: missing links in hypertext generation
Date: Sun, 26 Nov 2006 23:18:46 +0900

> ==== previous version ====
> $ global -f ./libutil/date.c
> now                40 libutil/date.c now(void)
> $ global -f libutil/./date.c
> now                40 libutil/date.c now(void)
> 
> ==== patched version ==== 
> $ global -f ./libutil/date.c
> now                40 libutil/date.c now(void)
> $ global -f libutil/./date.c
> './libutil/./date.c' not found in GPATH.
> 
> This behavior breaks compatibility and is not user-friendly. 

You are right. Path name should be normalized.
Another function to normalize path name is required.
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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