Cscope 

Cscope

C ¼Ò½º ºê¶ó¿ì¡ÇÏ´Â ÅøÀÔ´Ï´Ù. cygwin¿¡¼­µµ ¼º°øÀûÀ¸·Î ºôµåµÅ¼­ »ç¿ë°¡´ÉÇÕ´Ï´Ù.
ȨÆäÀÌÁö´Â http://cscope.sourceforge.net/ ÀÔ´Ï´Ù. ¿À·§µ¿¾È ¾÷µ¥ÀÌÆ®µÇÁö ¾Ê¾ÒÁö¸¸ »ç¿ë»ó º° ¹®Á¦ ¾ø½À´Ï´Ù.
À©µµ¿ìÁî¿ë ¹öÀüÀÌ ÀÖ±º¿ä. http://iamphet.nm.ru/cscope/ ¿©±â¿¡ static ¹öÀüÀÌ ÀÖ½À´Ï´Ù.

cygwin¿¡¼­ ÄÄÆÄÀϽà ÁÖÀÇÁ¡

2006-04-10 ¿À´Ã cygwin¿¡¼­ ÄÄÆÄÀÏ ÇÏ´Ùº¸´Ï ¿À·ù°¡ ³ª¼­ ã¾ÆºÃ½À´Ï´Ù. µÎ°¡Áö°¡ ÀÖ½À´Ï´Ù. getlineÀ̶õ ÇÔ¼ö°¡ type conflict ³ª´Â °Í ÇÏ°í
d_ino¶ó´Â ¸â¹ö°¡ dirent ±¸Á¶Ã¼¿¡ ¾ø´Ù´Â ºÒÆòÀÔ´Ï´Ù.
getline ¹®Á¦´Â cygwin¿¡¼­ Á¤ÀÇµÈ getlineÇÔ¼ö°¡ ¶Ç Àֱ⠶§¹®¿¡ ¿¡·¯°¡ ³³´Ï´Ù.
¼Ò½º¿¡¼­ grepÀ¸·Î getlineÀ» ã¾Æº¸¸é 5¹øÁ¤µµ ³ª¿É´Ï´Ù.
ÀÌ°É ¸ðµÎ mygetlineÀ¸·Î ¹Ù²ãÁÝ´Ï´Ù.
src/command.c:329:                          mygetline(newpat, COLS - sizeof(appendprompt), c,
src/command.c:351:              if (mygetline(newpat, COLS - sizeof(readprompt), '0',
src/command.c:373:              if (mygetline(newpat, COLS - sizeof(pipeprompt), '0', NO) == 0) {
src/command.c:497:      ispat:          if (mygetline(newpat, COLS - fldcolumn - 1, commandc,
src/command.c:508:                                      (void) mygetline(newpat, COLS - sizeof(toprompt), '0', NO);
src/global.h:400:int    mygetline(char s, unsigned size, int firstchar, BOOL iscaseless);
src/input.c:107:mygetline(char s, unsigned size, int firstchar, BOOL iscaseless)
d_ino ¹®Á¦´Â ÀÌ ¸â¹ö°¡ deprecatedÀ̱⠶§¹®ÀÔ´Ï´Ù.
ÀÌ°Ç src/dir.c ¸¦ ¼öÁ¤ÇÏ¸é µË´Ï´Ù.
#ifdef __DJGPP__ /* FIXME: should test for feature, not platform */
                         1 /* DJGPP doesn't have this field in dirent */
#elif __CYGWIN__
                         1
#else
                         entry->d_ino != 0
#endif
¿ø·¡ ¼Ò½º¿Í ºñ±³Çؼ­ Ãß°¡Çϼ¼¿ä.