CVSROOT: /cvsroot/global
Module name: global
Branch:
Changes by: Hideki IWAMOTO <[EMAIL PROTECTED]> 05/07/31 12:51:53
Modified files:
global : global.c
gtags : gtags.c
Log message:
Corrected the check of whether a path is in the source tree.
==== currernt cvs version =====
$ pwd
/home/iwamoto/tmp/a
$ ls
GPATH GRTAGS GSYMS GTAGS
$ echo aaaaaaa > ../aaa.c
$ gtags --secure --expand -8 ../aaa.c
aaaaaaa
$ global -f ../aaa.c
'.aa.c' not found in GPATH.
=== patched version =====
$ gtags --secure --expand -8 ../aaa.c
gtags: '/home/iwamoto/tmp/aaa.c' is out of source tree.
$ global -f ../aaa.c
'/home/iwamoto/tmp/aaa.c' is out of source tree.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/global/global/global/global.c.diff?tr1=1.101&tr2=1.102&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/global/global/gtags/gtags.c.diff?tr1=1.127&tr2=1.128&r1=text&r2=text
_______________________________________________
Global-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/global-commit