📄 news
字号:
* Added support for REXX language [REXX], based on submission by Alexaner Mai.* Added support for Ruby, submitted by Thaddeus Covert [Ruby].* Added support for S-Lang, submitted by Francesc Rocher [SLang].* Added support for Macintosh platform using MPW (by Maarten Hekkelman).* Added .tk as recognized extension [Tcl].* Added .cp and .hp as C++ extensions [C++].* Added .zsh as shell script extension [Sh].* Added support for trigraphs for C-based languages [C/C++].* Added language recognition for shell scripts using "#!/usr/bin/env command".* Added check for recursive directory links.* Added support for "[" form of verbatim strings [Eiffel].* Added --exclude option to exclude directories while recursing.* Added --fields option to specify extension fields to include in output.* Added --extra option to allow control over extra tags.* Added --regex-<LANG> option to define language-specific regular expressions.* Added --<LANG>-types options for all supported languages.* Added --langdef option to define new languages to be parsed with regex.* Added --languages option to restrict set of languages scanned for tags.* Added --tag-relative option to make file paths recorded in tag file relative to location of tag file itself instead of the current working directory when file arguments are specified using relative paths.* Added restriction of permissions of created temporary files when mkstemp() is not available for security.* Reimplemented line directive handling to work for all languages.* Fixed tag generation for packages [Java].* Fixed Lisp parser [Lisp].* Fixed Mingw32 port [Win32].* Fixed bug in procedure name parsing [Tcl].* Fixed bug resulting in wrong column being checked for paragraphs [Cobol].* Fixed bug in language dispatch for executable "#!" scripts [Unix].* Fixed bugs resulting in incorrect scope entries in tag file [C++/Java].* Fixed warning caused by reinstallation of etags link [Unix].* Fixed destruction of existing tag file when no files supplied on invocation.* Fixed problem in Makefile.in which prevented configuring and building in non-source directory. Also changed Makefile.in to generate and use correct object and executable file extensions when run on Win32.ctags-4.0.3 (Sun Jul 16 2000)* Fixed compiler warnings [Amiga].* Fixed problem in configure.in causing struct stat st_ino member test to fail.* Fixed problem with TAGS entries for files using DOS-style (CR-LF) new lines.* Improved algorithm for locating Perl functions and skipping pods.* Improved algorithm for locating shell functions [Sh].* Renamed Makefile.amiga to Makefile.manx [Amiga].* Added Makefile.sas for SAS C compiler [Amiga].* Updated Makefile.qdos [QDOS].* Improved support for DECC compiler [VAX].ctags-4.0.2 (Mon Jul 10 2000)* Now silently ignore -w option for backwards compatibility with SVR4 ctags.* Fixed bug resulting in no extension flags when using --kind-long option.ctags-4.0.1 (Wed Jun 28 2000)* Fixed segmentation violation when using --file-tags.ctags-4.0 (Thu Jun 22 2000)* Fixed infinite loop on certain syntactically invalid class constructs [C++].* Fixed problem of incorrect tags for some pure virtual functions [C++].* Fixed inability to clear all tag types when using --c-types= (all languages).* Fixed problem of arguments to parameterized class being reported as ancestors in the "inherits" extension flag.* Fixed missed tags for typedef-ed function pointers having a PROTO((a,b)) style argument list.* Fixed missing file tags for referenced files when using --line-directives option [C/C++].* Fixed failure to recognize drive-qualified file name as a file name when supplied as argument to -I option [Win32].* Fixed problem with missing comma in "inherits" extension flag [Java].* Fixed problem with incorrect or redundant parents listed for "inherits" extension flag [Java].* Added check to avoid recursive symbolic links to directories.* Added warning message for -i option, which is deprecated and being dropped.* Added support for Assembler, COBOL, LISP, PERL, and Scheme, taken from Gnu etags.* Added support for AWK, Bourne/Korn/Z Shell, Python, TCL, and Vim scripts.* Added support for the BETA language, submitted by Erik Corry.* Added ability to determine language from interpreter specified in first line of executable files if they are not recognized by their extension.* Added --options option.* Added ability to specify files having no extension with -h and --langmap options.* Added compile time option to separate path components with a unix-style path separator for sharing tag file across platforms, enabled by defining the label UNIX_PATH_SEPARATOR [Win32].* Fixed portability issues [VMS].ctags-3.5.2 (Mon Apr 24 2000)* Fixed problem preventing Emacs-style tags from being written to stdout.ctags-3.5.1 (Sun Apr 23 2000)* Fixed infinite loop in writing Emacs-style TAGS file on platforms using tmpnam() instead of mkstemp() [Win32].* Fixed minor problems in Borland makefiles [Win32].* Fixed compiler warning [DJGPP].ctags-3.5 (Fri Apr 14 2000)* Fixed core dump when including access field in tag file [Java].* Fixed failure to identify end of statement for block statements [Java].* Fixed bug with lone "end" in feature adaptation part of inheritance clause [Eiffel].* Fixed problem preventing const functions from being recognized as pure virtual [C/C++].* Fixed problem with no tags found after certain macro calls [C/C++].* Fixed bug in descrip.mms build file [VMS].* Changed to use mkstemp() (when available) to create temporary files for security reasons and allow configuring default temporary directory, and to override this directory at run-time by setting TMPDIR environment variable.* Added support for extracting inheritance information into new "inherits" extension flag [C++, Java].* Added Makefile.bc5 for Borland C++ version 5.5 compiler (free version).* Added new question to FAQ regarding Xemacs.* Updated FAQ regarding new release of NEdit.* Renamed Borland 3.1 makefile from Makefile.bcc to Makefile.bc3.* Renamed Microsoft Visual C++ makefile from Makefile.w32 to Makefile.mvc.ctags-3.4 (Thu Jan 13 2000)* Fixed sorting problems when LC_ALL environment variable was set to foreign locale (not fixed by previous release).* Fixed nested scoping reported in extension flags and class-qualified tags.* Eliminated generation of class-qualified tag entries when --c-types=+C option is in effect but scope is empty (e.g. "::main").* Added support for default access of class members in Java.* Added new extension flag "implementation", which indicates if a routine or class is virtual or abstract.* Minor changes for OS/2 compilation.ctags-3.3.3 (Thu Dec 16 1999)* Changed how input is read for -L and --filter options to permit file names containing spaces (see man page).* Fixed scope recorded for C++ class elements, especially in namespaces.* Fixed spurious tag generated for MODULE PROCEDURE in interfaces [Fortran].* Fixed sorting problems when LC_ALL environment variable was set to foreign locale.* Fixed crash on Windows when compiled with Mingw32 gcc compiler.* Fixed compilation problems on Cray.ctags-3.3.2 (Fri Sep 24 1999)* Fixed compile problem on AIX 4.1.* Improved recovery from syntax error [Fortran].* Changed name of configure option (now --enable-custom-config).* Changed Makefile.bcc to optimize for space, since code size exceeded 64KB.ctags-3.3.1 (Mon Sep 20 1999)* Fixed segmentation violation occurring when directory recursion was selected.* Fixed misleading message when out of memory during internal sort.ctags-3.3 (Fri Sep 17 1999)* Fixed missing class-qualified tags [Java].* Fixed missing tag for functions having function pointer argument [C].* Fixed parsing of conversion functions [C++].* Added missing space following "operator" keyword to the tag names generated for function call operators [C++].* Fixed string parsing to retry file as free source form upon EOF [Fortran].* Fixed missing tags following comments [Fortran].* Fixed missing labels for free source form [Fortran].* Removed 72 character limit for fixed form source lines, since many compilers relax this limit and it is commonly taken advantage of. This was sometimes causing fixed form source to be parsed as free form source [Fortran].* Changed misleading message when file could not be accessed.* Changed behavior of --verbose option to display option processing.* Changed -I option to permit clearing the token list with "-I-".* Changed --lang option to accept new "auto" parameter.* Changed --langmap option to accept new "default" parameter.* Changed --eiffel-types option to accept new 'C' flag to generate class-qualified tags.* Changed -h option to accept new "default" parameter.* Changed option processing. Most options may now appear anywhere on the command line, affecting only those files which follow them.* Added ability to specify default options in any of the files /etc/ctags.conf, /usr/local/etc/ctags.conf, $HOME/.ctags, .ctags, and one optional file, which can be supplied at configure time.* Added --filter option.* Added --filter-terminator option.ctags-3.2.4 (Thu Jul 01 1999)* Changed name of macro in Makefile.in to avoid being overriden by CTAGS environment variable.ctags-3.2.3 (Mon Jun 21 1999)* Small portability change for EMX compiler on OS/2.* Slight change to W32 and BCC makefiles.ctags-3.2.2 (Sat May 29 1999)* Fixed endless error loop in the case of unreadable file.* Fixed redundant include entries in TAGS file when using --etags-include.ctags-3.2.1 (Wed May 09 1999)* Fixed problem reading -I token list from file.* Fixed with "using" declarations which corrupted tag file [C++].* Fixed configure.in to more reliably recognize existing prototypes.* Added ability to ignore preprocessor directives in Fortran files.* Added support for egcs/MingW32 compiler [Win32].ctags-3.2 (Wed Mar 03 1999)* Fixed spurious tags related to export specifiers of feature clauses [Eiffel].* Fixed problem with template in ctor-initialer [C++].* Fixed typo causing compiler error [MSVC].* Extended -I option to allow token replacement [thanks to Flemming Madsen].* Added --etags-include option to support TAGS file includes.* Added support for QDOS [thanks to Thierry Godefroy].ctags-3.1.2 (Tue Jan 26 1999)* Changed extension flags to eliminate space between label and value to remain true to the intent of the agreement on the extended format made with editor authors.* Added --links option to permit ignoring symbolic links.* Fixed missing tags upon ANSI style variable function argument lists.* Fixed missing tags for methods with fully qualified type names in argument list [Java].* Fixed double tags generated for enumerators followed by comma.* Fixed missing path prefix for -p option [Win 95/NT].ctags-3.1 (Wed Jan 20 1999)* Changed -h and -langmap options to accept a plus sign as the first character of their arguments to indicate that arguments should be added to current.* Changed default for member tags to 'on' [C/C++].* Changed default for local entities to 'off' [Eiffel].* Added tags for forward class/struct/union/enum declarations when using -c-types=+x [C/C++].* Fixed memory overwrite bug causing general protection fault [Win 95/NT].* Fixed missing tags for methods with throws clause [Java].* Fixed bad tags generated for null macro names [C].* Fixed spurious tag for features and entities of BIT type [Eiffel].* Fixed spurious tags when local entity declaration list was empty [Eiffel].* Fixed missing tags for contructors and destructors [C++].* Fixed failure to recognize function when declaration for first argument was of template type [C++].ctags-3.0.3 (Mon Dec 21 1998)* Fixed mistake made in previous version which caused macro tags to be missed.* Fixed parsing of --langmap option.ctags-3.0.2 (Mon Dec 21 1998)* Added tags for names undefined with #undef [C/C++].* Added tags for renamed features (Eiffel).* Improved Emacs-style tag file contents (per Ian Zimmerman).* Fixed problem handling deferred, external, once, obsolete features in Eiffel.* Fixed porting problem [OSF1 V4.0].ctags-3.0.1 (Sat Dec 12 1998)* Fixed problem with certain macros and functions with no declared return type.* Fixed problem causing endless loop on MSDOS/Win32 by restoring use of binary mode on opening of source files.* Fixed porting problems [SunOS 4.1.x and MSVC++ 5.0].ctags-3.0 (Sun Dec 06 1998)* Added support for the Eiffel language (everyone should learn Eiffel).* Added support for the Fortran language.* Added --c-types option to specify tag types to be included for C/C++.* Added --eiffel-types option to specify tag types to be included for Eiffel.* Added --fortran-types option to specify tag types to be included for Fortran.* Added --file-scope option to place verbose tag description into tag file.* Added --file-tags option to place tags for source file names into tag file.* Added --java-types option to specify tag types to be included for Java.* Added --kind-long option to place verbose tag description into tag file.* Added --linedirectives option to enable processing of #line directives so that running ctags on preprocessor output can generate line numbers and file names which correspond to the original source files.* Added -V option to enable verbose message for each file considered.* Added special handling for macros of form "INIT(= value)".
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -