comparison runtime/doc/if_cscop.txt @ 12968:45987b1b77dc

Update runtime files commit https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 30 20:27:52 2017 +0100 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Nov 2017 20:30:08 +0100
parents 49c12c93abf3
children 371ceeebbdaa
comparison
equal deleted inserted replaced
12967:ec2cd6ab9411 12968:45987b1b77dc
1 *if_cscop.txt* For Vim version 8.0. Last change: 2017 Jun 14 1 *if_cscop.txt* For Vim version 8.0. Last change: 2017 Nov 23
2 2
3 3
4 VIM REFERENCE MANUAL by Andy Kahn 4 VIM REFERENCE MANUAL by Andy Kahn
5 5
6 *cscope* *Cscope* 6 *cscope* *Cscope*
466 If you do not already have cscope (it did not come with your compiler 466 If you do not already have cscope (it did not come with your compiler
467 license or OS distribution), then you can download it for free from: 467 license or OS distribution), then you can download it for free from:
468 http://cscope.sourceforge.net/ 468 http://cscope.sourceforge.net/
469 This is released by SCO under the BSD license. 469 This is released by SCO under the BSD license.
470 470
471 If you want a newer version of cscope, you will probably have to buy it.
472 According to the (old) nvi documentation:
473
474 You can buy version 13.3 source with an unrestricted license
475 for $400 from AT&T Software Solutions by calling +1-800-462-8146.
476
477 Also you can download cscope 13.x and mlcscope 14.x (multi-lingual cscope
478 which supports C, C++, Java, lex, yacc, breakpoint listing, Ingres, and SDL)
479 from World-Wide Exptools Open Source packages page:
480 http://www.bell-labs.com/project/wwexptools/packages.html
481
482 In Solaris 2.x, if you have the C compiler license, you will also have 471 In Solaris 2.x, if you have the C compiler license, you will also have
483 cscope. Both are usually located under /opt/SUNWspro/bin 472 cscope. Both are usually located under /opt/SUNWspro/bin
484 473
485 SGI developers can also get it. Search for Cscope on this page:
486 http://freeware.sgi.com/index-by-alpha.html
487 https://toolbox.sgi.com/toolbox/utilities/cscope/
488 The second one is for those who have a password for the SGI toolbox.
489
490 There is source to an older version of a cscope clone (called "cs") available 474 There is source to an older version of a cscope clone (called "cs") available
491 on the net. Due to various reasons, this is not supported with Vim. 475 on the net. Due to various reasons, this is not supported with Vim.
492 476
493 The cscope interface/support for Vim was originally written by 477 The cscope interface/support for Vim was originally written by
494 Andy Kahn <ackahn@netapp.com>. The original structure (as well as a tiny 478 Andy Kahn <ackahn@netapp.com>. The original structure (as well as a tiny
495 bit of code) was adapted from the cscope interface in nvi. Please report 479 bit of code) was adapted from the cscope interface in nvi.
496 any problems, suggestions, patches, et al., you have for the usage of
497 cscope within Vim to him.
498 *cscope-win32* 480 *cscope-win32*
499 For a cscope version for Win32 see: 481 For a cscope version for Win32 see (seems abandonded):
500 http://code.google.com/p/cscope-win32/ 482 https://code.google.com/archive/p/cscope-win32/
501 483
502 Win32 support was added by Sergey Khorev <sergey.khorev@gmail.com>. Contact 484 Win32 support was added by Sergey Khorev <sergey.khorev@gmail.com>. Contact
503 him if you have Win32-specific issues. 485 him if you have Win32-specific issues.
504 486
505 vim:tw=78:ts=8:ft=help:norl: 487 vim:tw=78:ts=8:ft=help:norl: