Re: cost of popen()

2005-06-17 Thread Shigio Yamaguchi
not heard someone make it. If it is not necessary, should we take rather the performance than the needless flexibility? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: cost of popen()

2005-06-17 Thread Shigio Yamaguchi
is not so high, I think. If the flexibility is important, should we take command layer plug-in rather than function layer plug-in? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: cost of popen()

2005-06-17 Thread Shigio Yamaguchi
. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: algorithm of incremental updating

2005-06-22 Thread Shigio Yamaguchi
please look into the source code? I think it is possible to reduce the frequency of open and close. If it improve the performance, we should do it. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: Global + Latest Berkeley DB

2005-06-23 Thread Shigio Yamaguchi
and library. I don't know whether or not db1.85 API is seriously maintained though. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list

Re: algorithm of incremental updating

2005-06-26 Thread Shigio Yamaguchi
of ./libutil/strbuf.c Global databases have been modified. [Mon Jun 27 09:23:14 JST 2005] Done. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: cost of popen()

2005-07-01 Thread Shigio Yamaguchi
This is a patch for gtags. Only the addition to the standard format tag file is changed. Doesn't this patch bring user visible change? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: cost of popen()

2005-07-01 Thread Shigio Yamaguchi
. Is this change needed? New log messages will make the screen full. - Assembly sources are not skipped while creating GSYMS. They are skipped by judgment of the parser. This seems to be unrelated to the tuning. Is it possible to commit this code as a separate one? -- Shigio YAMAGUCHI [EMAIL PROTECTED

Re: algorithm of incremental updating

2005-07-02 Thread Shigio Yamaguchi
} } if (deletelist) foreach p (deletelist) gpath_delete(p); /* Close all tags */ foreach db (GTAGS, GRTAGS, GSYMS) { gtags_close(gtop[db]); } } What do you think? May I implement this? -- Shigio YAMAGUCHI

Re: algorithm of incremental updating

2005-07-03 Thread Shigio Yamaguchi
27 09:23:14 JST 2005] Done. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo

RFC: Htags Hyper-text Reference Kit.

2005-07-05 Thread Shigio YAMAGUCHI
); htags_unload_filemap(); return 0; } #endif - -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: PHP: include/require not linked

2005-07-18 Thread Shigio Yamaguchi
Hello, I have something for the wishlist: PHP-code, {include,require}{,_once}-directives are not linked. Could this be made working, so that includes can be followed? OK. I have added this to the TODO list. (http://www.gnu.org/software/global/plans.html) Thank you. -- Shigio YAMAGUCHI [EMAIL

Re: PHP4: embeded html not handled properly

2005-07-19 Thread Shigio Yamaguchi
. This is the patch for it. Thank you for your report! diff -r1.13 php.l 77c77 INITIAL. ECHO; --- INITIAL. put_string(LEXTEXT); -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: PHP: htags: error in html-escaping

2005-07-19 Thread Shigio Yamaguchi
'., LEXTEXT + 3); strcpy(end_of_here_document, LEXTEXT + 3); yy_push_state(HEREDOCUMENT); } HEREDOCUMENT^{WORD} { ECHO; if (!strcmp(end_of_here_document, LEXTEXT)) yy_pop_state(); } -- Shigio YAMAGUCHI

Re: question about gtagsop.c

2005-07-20 Thread Shigio Yamaguchi
, if it works well, we need not necessarily fix it? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org

Re: plug-in parser's output

2005-07-20 Thread Shigio Yamaguchi
What is the purpsoe of this function? It becomes an alternative after plug-in parser's support is removed. I won't remove plug-in parser. My expression might have been confusing. = Message-Id: [EMAIL PROTECTED] = To: Hideki IWAMOTO [EMAIL PROTECTED] = cc: Shigio Yamaguchi [EMAIL PROTECTED

Re: Joining the development team

2005-07-26 Thread Shigio Yamaguchi
with programming it to add the features I want. I will welcome your various contributions! :-) -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug

Re: question about --statistics option of htags

2005-08-23 Thread Shigio Yamaguchi
is long enough, we should include it into the statistics time, I think. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global

Re: question about --statistics option of htags

2005-08-23 Thread Shigio Yamaguchi
__bt_close(dbp, abandon) DB *dbp; int abandon; { /* Sync the tree. */ if (!abandon) if (__bt_sync(dbp, 0) == RET_ERROR) return (RET_ERROR); -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint

Re: question about --statistics option of htags

2005-08-27 Thread Shigio Yamaguchi
programs using unnamed, invisible temporary db file. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http

Re: gozilla +line result misses L in #

2005-11-07 Thread Shigio Yamaguchi
{ /* I have fixed the bug in CVS repository. Thank you for your bug report and the patch! -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list

Re: Error in php parsing

2006-02-03 Thread Shigio Yamaguchi
; yy_push_state(HEREDOCUMENT); } } -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org

Re: [Global-commit] global/htags dupindex.c

2006-02-04 Thread Shigio Yamaguchi
When --daynamic option is used, sorting filter is unnecessary for definition and reference. Why did you revert the change in r1.20? You are right. I seem to have simplified it too much. I will fix the code to recover the original idea. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama

Re: performance degradation between 2006-03-03 and 2006-03-04

2006-03-14 Thread Shigio Yamaguchi
Hi, Some changes that decreased the performance of global -x .* were made on Ma rch 3. However, I cannot ascertain it. Are there any ideas? GTAGSCACHE=1, format=compact source tree: linux-2.6.15 What is the command line of gtags? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama

Re: performance degradation between 2006-03-03 and 2006-03-04

2006-03-15 Thread Shigio Yamaguchi
This performance degradation seems to be peculiar to 64 bit binary, and not to happen in 32 bit binary. :-( We might be stepping on the land mine which invalidates optimization of 64bit processing. Though I think that about the DB library is doubtful, I cannot test 64bit binary. :-( -- Shigio

Re: gtags-parser segfault on OpenBSD3.8/i386

2006-03-18 Thread Shigio Yamaguchi
Hello, here is a patch for this problem. it seems to work well in my box. The bug might be fixed in the CVS repository. Thank you. diff -r1.29 strbuf.c 400c400 if (*(sb-curp - 1) == '\r') --- if (sb-curp sb-sbuf *(sb-curp - 1) == '\r') -- Shigio YAMAGUCHI [EMAIL

Re: [Global-commit] global doc/global.txi global/global.c gtags/gta...

2006-04-02 Thread Shigio Yamaguchi
You removed the case label though you had left 'c' in the argument of getopt. Why? Removed. I had forgotten to remove it. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

About the release of GLOBAL-5.0

2006-04-05 Thread Shigio YAMAGUCHI
Hi all, I would like to release GLOBAL-5.0 which adopts new tag format by the end of this month. Is there any problem? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [Global/Win32] I hope to add --max-args option to htags.

2006-05-31 Thread Shigio Yamaguchi
limit; } -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: [Global/Win32] I hope to add --max-args option to htags.

2006-06-05 Thread Shigio Yamaguchi
defined ARG_MAX, but 8191 not 2047... Indeed, it didn't work on Windows 2000 for such reason. Thank you for your report. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [Global-commit] global Makefile.am configure.ac reconf.sh gtags...

2006-06-08 Thread Shigio Yamaguchi
) Can you choose another name? I renamed the function from getline() to get_line(). Thank you. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: global 5.1 not working with latest vim

2006-07-20 Thread Shigio YAMAGUCHI
doing something incorrect here? See log below. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org

Re: GLOBAL 5.2 DOS/Win patch

2006-08-16 Thread Shigio YAMAGUCHI
if this is not? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: Improved viewcvs/cvsweb link with modules

2006-08-27 Thread Shigio YAMAGUCHI
directory of source project then use_cvs_module = true; else use_cvs_module = false; -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: gtags-query-replace

2006-09-06 Thread Shigio YAMAGUCHI
on the API of outer project has the problem in the maintenance of gtags.el. You might do it in your .emacs. You can get the file list by global -P[o]. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: new-line and character code set

2006-09-06 Thread Shigio YAMAGUCHI
supersets to FAQ. Gperf is only a tool which help us; We can select what we should do, I think. However, rewriting FAQ is no problem. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: missing links in hypertext generation

2006-11-22 Thread Shigio YAMAGUCHI
How do you think about this problem? I am waiting for your decision. What is the problem? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: missing links in hypertext generation

2006-11-26 Thread Shigio YAMAGUCHI
? Why? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: missing links in hypertext generation

2006-11-26 Thread Shigio YAMAGUCHI
) $ 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

Re: missing links in hypertext generation

2006-11-26 Thread Shigio YAMAGUCHI
Another function to normalize path name is required. This facility also should belong to the rel2abs(). I will do the job. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [Global-commit] global global/global.c libutil/gtagsop.c libuti...

2006-12-03 Thread Shigio YAMAGUCHI
sort */ The value of RESULT_THRESHOLD might be about 1000(???). -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http

Re: [Global-commit] global global/global.c libutil/gtagsop.c libuti...

2006-12-06 Thread Shigio YAMAGUCHI
of the result RESULT_THRESHOLD) use GPATH else (load path names and) use internal sort -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [Global-commit] global global/global.c libutil/gtagsop.c libuti...

2006-12-07 Thread Shigio YAMAGUCHI
The current bucket size(256) is too small for wide projects. It seems to have to be increased to 1024 or 2048. I agree. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

[RFC] New compression function.

2007-01-09 Thread Shigio YAMAGUCHI
of above gtags --compress59310080(77%) 32.94 If there is no problem, I would like to make it the default function in the next version of GLOBAL. Any comment? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama

Re: [patch for global and libutil] when root dir is /

2007-01-10 Thread Shigio YAMAGUCHI
global -gl anything I have fixed the bug. The next release of GLOBAL will include this fix. Thank you for your bug report! -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Let's change subject

2007-01-10 Thread Shigio YAMAGUCHI
:' to the head, I started the effort to changing subject now like this mail. :) Please cooperate. Thank you in advance. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [RFC] New compression function.

2007-01-10 Thread Shigio YAMAGUCHI
isnumber(3) is a function peculiar to BSD. I have changed isnumber() to isdigit() which conforms to ISO C90. Thank you for your report. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

[RFC] Making GLOBAL a BOKINware.

2007-01-11 Thread Shigio YAMAGUCHI
. Is there any problem? Any comment? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman

Re: (provide 'gtags)

2007-01-31 Thread Shigio YAMAGUCHI
you for your proposal. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug

Re: global 5.4 build failed on sunos5.6

2007-02-05 Thread Shigio YAMAGUCHI
. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: htags cgi bug on win32

2007-02-14 Thread Shigio YAMAGUCHI
security hole and it doesn't influence UNIX environment. Anyway, thank you for your report. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list

Re: PATCH for java enum

2007-04-26 Thread Shigio YAMAGUCHI
word extends word falseword finalword -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: [Global-commit] global/gtags-parser asm_parse.y asm_scan.l

2007-05-04 Thread Shigio YAMAGUCHI
:/sources/global Module name:global Changes by: Hideki IWAMOTO h-iwamoto 07/04/03 10:47:32 Modified files: gtags-parser : asm_parse.y asm_scan.l Log message: Add support of assembler directive .macro and .equ -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama

Re: may be memory leak

2007-06-28 Thread Shigio YAMAGUCHI
. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Moving to GPL3

2007-07-01 Thread Shigio YAMAGUCHI
Hello all, As you know, GPL3 has been released. I will change the license of GNU GLOBAL to GPL3. What do you think? Please inform me if there is something problem. Thank you in advance. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6

Re: GNU GLOBAL skips indexing of inline functions in files having C++ support macros

2007-07-11 Thread Shigio YAMAGUCHI
inline int inc1(int x) { return x+1; } #ifdef __cplusplus } #endif the function inc1 will not be indexed. The problem vanishes when I remove extern C { and } from the file. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6

Re: vim integration QuickFix bug in global-5.6

2007-07-27 Thread Shigio YAMAGUCHI
FORMAT_CTAGS_XID: fputs(gpath_path2fid(path, NULL), cv-op); -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global

Re: path2url DOS/Win32 patch

2007-08-04 Thread Shigio YAMAGUCHI
done it one week ago according to your new package. :-) function to fail. I also just noticed a typo in the leading comments: requried should be required. Fixed. Thank you. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5

Re: No forward definitions of classes

2007-09-27 Thread Shigio YAMAGUCHI
' Tag file for other symbols. I would like to move forward definitions of classes from GTAGS to GSYMS. What do you think? Are there any problem? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: Enhance the support for specifying directories and files to gtags

2007-09-30 Thread Shigio YAMAGUCHI
command like find(1). Find(1) has RICH options to make file list. Please see man find(1). -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing

Re: No forward definitions of classes

2007-10-02 Thread Shigio YAMAGUCHI
for. For functions the situation is different. I understand well. Thank you very much. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug

Re: gtags missing functions with comments before their parameters

2007-10-05 Thread Shigio YAMAGUCHI
and the opening parenthesis '('. GLOBAL has trouble recognising them as functions. I recognized the bug. I will fix it. Thank you for your report. It's a good job! -- Shigio YAMAGUCHI [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: Minor C++ parsing problem

2007-10-22 Thread Shigio YAMAGUCHI
A::~A() - -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug

Re: handling of enums

2007-10-26 Thread Shigio YAMAGUCHI
name, union name and struct name in C language. Finally, remove GSYMS. (gtags-parser, gtags) Since the current parser is spaghetti, I feel the necessity of rewriting it. -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5

Re: gtags fail to process GCC source code

2007-11-14 Thread Shigio YAMAGUCHI
-- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: gtags fail to process GCC source code

2007-11-17 Thread Shigio YAMAGUCHI
Hi, I fixed this bug. http://cvs.savannah.gnu.org/viewcvs/global/libutil/xargs.c?cvsroot=globalr1=1.15r2=1.16 I understand that the shell escape was the cause. The execution frequency of gtags-parser has increased a little. It's trivial. Always thank you very much for neat work! -- Shigio

[RFC] Treatment of symbolic link

2008-01-13 Thread Shigio YAMAGUCHI
, maybe it was to avoid parsing a file many times. Anyway, I think it is bad specification or a bug. -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: [RFC] Treatment of symbolic link

2008-01-14 Thread Shigio YAMAGUCHI
Right. Maybe we can do nothing but believe that the user wants to do something meaningful. :) -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global

Re: [RFC] Treatment of symbolic link

2008-01-14 Thread Shigio YAMAGUCHI
such opinions from other people too. -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman

Re: [RFC] Treatment of symbolic link

2008-01-15 Thread Shigio YAMAGUCHI
tree, I think. But to tell the truth, I don't know what happens. As for the usage which comes off from the concept of GLOBAL, the user should be responsible about it. -- Shigio Yamaguchi [EMAIL PROTECTED] - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3

Re: gtags missing functions with comments before their parameters

2008-03-01 Thread Shigio YAMAGUCHI
it. This is probably not the proper solution since peekc() is generic and my change makes it only usable by C/C++/Java but these parsers seem to be the only ones using it in 5.6.2. I have attached the fix for your info in case it is of use to you. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP

Re: Regarding gtags.vim improvements

2008-04-08 Thread Shigio YAMAGUCHI
version of gtags.vim to the site in near future. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug

Updating ChangeLog file

2008-04-24 Thread Shigio YAMAGUCHI
the source code and it seems that some comments are necessary? What do you think? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http

Re: Suggestion: gtags.el, pop-stack withoug delete

2008-05-19 Thread Shigio YAMAGUCHI
you for your suggestion. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: Suggestion: gtags.el, pop-stack withoug delete

2008-05-29 Thread Shigio YAMAGUCHI
On Thu, 29 May 2008 09:50:08 +0200 Tobias Polzin [EMAIL PROTECTED] wrote: Hi, I corrected the patch. Applied and tested it on a freshly checked out 5.7.1. It worked. I did no fin al editing of the patch and attached the patch. It works. But I am hesitant whether to accept your patch, because

Re: Ignore .hg and .pc in the default config

2008-06-17 Thread Shigio YAMAGUCHI
? But that would require a bit more patching I guess. :) I agree. Hidden files may be ignored. If there is not opposite, I will change the program as you say instead of adding a lot of names to the default skip list. Thank you for your idea. -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP

Re: [PATCH] Enhancement: Switch gtags-rootdir easily and interactively

2008-07-06 Thread Shigio YAMAGUCHI
On Sun, 06 Jul 2008 15:04:12 +0900 Kazuo YAGI [EMAIL PROTECTED] wrote: BTW, how about applying this interface to gtags-select-mode too? I think it make us easier to select the tag jump candidate. You mean separating windows? -- Shigio YAMAGUCHI [EMAIL PROTECTED] - GNU Project PGP fingerprint

Re: gtags.el : find tag in other window

2008-08-25 Thread Shigio YAMAGUCHI
On Thu, 21 Aug 2008 12:47:40 +0200 [EMAIL PROTECTED] wrote: Hello, People like me who use split windows often in emacs will find this patch useful. This patch introduces gtags-find-tag-other-window (bound to C-x-4-.) which is like find-tag-other-window for etags. It also creates a

Re: gtags.el : find tag in other window

2008-08-31 Thread Shigio YAMAGUCHI
On Sun, 31 Aug 2008 16:47:25 +0200 [EMAIL PROTECTED] wrote: Ok, I think I understood the problem now. Here is an updated patch which fixes this non-symmetry. It works well. It will be included in the next release of GLOBAL. I wish to express my gratitude for your tenacious contribution in

Re: GLOBAL 5.7.1 abs2rel DOS patch

2008-09-01 Thread Shigio YAMAGUCHI
On Wed, 27 Aug 2008 00:12:11 +1000 Jason Hood [EMAIL PROTECTED] wrote: G'day. I have attached a simple patch for the functions in abs2rel.c to recognise DOS-style drive specifiers (rather than testing for an initial slash, they use isabspath from path.c). Hi, I have committed your patch.

Re: gtags segment fault when read from file.

2008-09-29 Thread Shigio YAMAGUCHI
On Mon, 29 Sep 2008 00:05:00 +0800 Jianbin Kang [EMAIL PROTECTED] wrote: Hello, bug-global If gtags read its input files from a file list (use -f option), and the input files aren't in the working directory or its sub-directory of gtags, it will segment fault. It seems that

Re: gtags-rootdir

2008-10-18 Thread Shigio YAMAGUCHI
On Thu, 16 Oct 2008 05:17:38 +0200 Richard Riley [EMAIL PROTECTED] wrote: I have set gtags-rootdir to ~/programming but after my first tag find when it moves from a file to another file in another directory then gtags-find-tag reports that it can not find GTAGS. Hello, If you need a help,

Re: End Of File

2008-10-31 Thread Shigio YAMAGUCHI
On Thu, 30 Oct 2008 19:06:10 +0100 [EMAIL PROTECTED] wrote: Hi, Hi, one of the few annoying things when using global with emacs is that global aborts with errorlevel 1 when an past end of file search happens. This happens if the file has shrunken too much after the last indexing. What I

Re: GNU GLOBAL skips indexing of inline functions in files having C++ support macros

2008-10-31 Thread Shigio YAMAGUCHI
On Fri, 31 Oct 2008 03:00:19 -0700 (PDT) Hirohito Kato [EMAIL PROTECTED] wrote: Hello, Hello, I have a question of this issue. Is this problem difficult to be fixed? Though the priority of it seems to be very low, I would like to know why the problem isn't fixed for a long time. (It is

Re: GNU GLOBAL skips indexing of inline functions in files having C++ support macros

2008-11-06 Thread Shigio YAMAGUCHI
On Wed, 5 Nov 2008 16:23:04 -0800 (PST) Hirohito Kato [EMAIL PROTECTED] wrote: Now I try to modify the source code in order to ignore 'extern C' sentence like namespace token. If I do it, can I send a patch of it to you It is very welcome! It is a big help for other C++ users. Thank you.

Re: GLOBAL does not index C inline function

2008-11-11 Thread Shigio YAMAGUCHI
at that time as you said. Thank you. -- Shigio YAMAGUCHI [EMAIL PROTECTED] PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: GLOBAL does not index C inline function

2008-11-11 Thread Shigio YAMAGUCHI
. The next release is sure to include the fixing. :) -- Shigio YAMAGUCHI [EMAIL PROTECTED] PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: Bug in global

2008-11-25 Thread Shigio YAMAGUCHI
26 Nov 2008 00:52:19 - *** *** 53,58 --- 53,59 int nexttoken(const char *, int (*)(const char *, int)); void pushbacktoken(void); int peekc(int); + void throwaway_nextchar(); int atfirst_exceptspace(void); #endif /* ! _TOKEN_H_ */ -- Shigio YAMAGUCHI [EMAIL

Re: Unable To find definition

2008-11-28 Thread Shigio YAMAGUCHI
(void) AAA; #define BCD (1) It seems that gtags tries to match function 'foo' in KR style definition (see function 'function_definition' in gtags-parser/C.c) and skips all the symbols until it sees character '{' Regards Jianbin -- Shigio YAMAGUCHI

Re: crash when parsing boost c++ headers

2009-01-21 Thread Shigio YAMAGUCHI
your environment? Thank you in advance. -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: crash when parsing boost c++ headers

2009-01-23 Thread Shigio YAMAGUCHI
/Large_file_support http://www.suse.de/~aj/linux_lfs.html I'll introduce them in the FAQ too. Thank you for profitable information. -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug

Re: crash when parsing boost c++ headers

2009-01-24 Thread Shigio YAMAGUCHI
for profitable information and support. Cheers, -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: You need to increase the STACKSIZE in find.c

2009-02-18 Thread Shigio YAMAGUCHI
this illogical behavior. The following release might include these fixes. Thank you for your report! -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http

Re: gtags.el mouse-2 and mouse-3 key bindings

2009-04-23 Thread Shigio YAMAGUCHI
[mouse-2] nil) (define-key gtags-mode-map [mouse-3] nil) )) You are right. I would like to delete such intrusive bindings, and write a guideline for users. Thank you for your suggestion. -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5

Re: gtags and symbolic links

2009-05-14 Thread Shigio YAMAGUCHI
the recursive link detection should be done also in default mode - what do you think? What is quilt setup? What should GLOBAL do? -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug

Re: gtags and symbolic links

2009-05-14 Thread Shigio YAMAGUCHI
, the ignoring recursive links means simply not to trace same directory twice? -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman

Re: gtags and ctags like --regex support

2009-06-20 Thread Shigio YAMAGUCHI
such a question. You can get answers easily there. :) -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: strange global behavior on c++ files

2009-08-21 Thread Shigio YAMAGUCHI
building. Best regards Shigio -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

Re: [PATCH] change output of htags --statistics

2009-11-03 Thread Shigio YAMAGUCHI
of the DESCRIPTION of times(2). This interface is obsoleted by getrusage(2) and gettimeofday(2). As for either, those who should use times(2) is small number of people even in case of being. -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3

Re: Binary recognition is to narrow [new suggestion]

2009-11-24 Thread Shigio YAMAGUCHI
to be the best. -- Shigio YAMAGUCHI shi...@gnu.org PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 ___ Bug-global mailing list Bug-global@gnu.org http://lists.gnu.org/mailman/listinfo/bug-global

  1   2   3   4   5   6   >