> ==== 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 <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to