[Global-commit] global/gtags-cscope find.c

2017-12-29 Thread Shigio YAMAGUCHI
CVSROOT:/sources/global
Module name:global
Changes by: Shigio YAMAGUCHI17/12/29 22:47:13

Modified files:
gtags-cscope   : find.c 

Log message:
[Bug fixed]
The return value of quote_shell was changed by another call.
Now it works.

Reported by Hideki IWAMOTO.
Your changes made gtags-cscope unusable in my environment.
Before the return value of quote_shell is used
string pointed to by the return value is changed by another call.
Since the order in which arguments to functions are evaluated is
an unspecified behavior,
You can not assume that "quote_shell(global_command) in common()
will be executed before quote_shell(pattern)".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/gtags-cscope/find.c?cvsroot=global=1.11=1.12

___
Global-commit mailing list
Global-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/global-commit


[Global-commit] global/gtags-cscope build.c global-cscope.h

2017-12-29 Thread Hideki IWAMOTO
CVSROOT:/sources/global
Module name:global
Changes by: Hideki IWAMOTO   17/12/29 09:24:35

Modified files:
gtags-cscope   : build.c global-cscope.h 

Log message:
Fixed format mismatch in argument to postfatal()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/gtags-cscope/build.c?cvsroot=global=1.6=1.7
http://cvs.savannah.gnu.org/viewcvs/global/gtags-cscope/global-cscope.h?cvsroot=global=1.6=1.7

___
Global-commit mailing list
Global-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/global-commit


[Global-commit] global/gtags-cscope find.c

2017-12-29 Thread Hideki IWAMOTO
CVSROOT:/sources/global
Module name:global
Changes by: Hideki IWAMOTO   17/12/29 09:02:36

Modified files:
gtags-cscope   : find.c 

Log message:
removed unused variable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/gtags-cscope/find.c?cvsroot=global=1.10=1.11

___
Global-commit mailing list
Global-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/global-commit