1Current Version: @VERSION@
2
3ctags-@VERSION@ (@DATE@)
4* Added support for code loaded by AutoLoader and SelfLoader [Perl].
5* Fixed parsing of inline docs: support encoding POD word [Perl].
6* Added support for constants declared via hash reference [Perl].
7* Added support for new "attached" and "detachable" keywords [Eiffel].
8* Fixed parsing of comments after import statements and other tags, contributed by Huandari Lopez to Geany [Python].
9* Fixed PHP parser to ignore keywords inside comments [PHP, Bug #1795926].
10* Fixed regular expressions for Ant so they won't span multiple tags [Ant].
11* Fixed infinite loop with malformed Makefiles, contributed by Martin Dorey [Make, Bug #2959889].
12* Fixed Verilog parameter parsing, contributed by Nicolas Vincent [Verilog, Patch #2747828].
13* Fixed error when parsing empty file [OCaml].
14* Fixed problem detecting function definitions using circumflexes for MS.NET managed types. [C++]
15* Fixed bug caused by use of strlen() where strings overlapped.
16* Enabled Large File System support. [Bug #3062068]
17
18ctags-5.8 (09 Jul 2009)
19* Removed ".ml" as a Lisp extension (now OCaml) [Lisp].
20* Added support for Ant language, contributed by David Fishburn.
21* Added support for DOS Batch language, contributed by David Fishburn.
22* Added support for Flex (Adobe) language, contributed by David Fishburn.
23* Added support for MATLAB language, contributed by David Fishburn.
24* Added support for Objective Camel (OCaml), provided by Vincent Berthoux [Patch #2738723].
25* Added support for TeX language, contributed by David Fishburn.
26* Added support for VHDL language, contributed by Nicolas Vincent [Bug #1943306].
27* Added support for Pyrex/Cython declarations [Python].
28* Added support for "v" kind, for variables [Python].
29* Added support for class and member variables [PHP, Bug #1037086].
30* Added support for recent enhancements to Eiffel language [Eiffel].
31* Added support for ASP classes, contributed by Zendhi Nagao; changes meaning of 'c' kind flag [ASP].
32* Added regex support when compiling with MinGW. Gnu regex module now included in all distributions.
33* Fixed detection of triple strings inside other strings [Python, Bug #1988130].
34* Fixed an endless loop with comments in triple strings [Python, Bug #1988027].
35* Fixed bug where functions were sometimes seen as methods [Python, Bug #1988026].
36* Fixed parsing of method parameter annotations, fix contributed by Paolo "blaisorblade" Giarrusso [Java, Bug #2049723, #2117073].
37* Fixed parsing of global scope qualifiers in base class lists [C++, Bug #1799343].
38* Fixed bug where namespace members were given kinds corresponding to globals [C++, Bug #1924919, #1575055].
39* Fixed parsing of "else" [C#, Bug #1830344].
40* Fixed parsing of derived enums [C#, Bug #1515910].
41* Fixed parsing of "foreach" [C#, Bug #1830343].
42* Fixed parsing of simple generic classes [C#, Bug #1515910].
43* Fixed bug with detecting identifiers inside variables [Python, Bug #1809024].
44* Fixed bug with detecting identifiers at the start of variables [Python, Bug #1856363].
45* Fixed parsing of triple single-quoted multi-line strings [Python, Bug #1906062].
46* Changed to newer version of autoconf, changing configure.in to configure.ac.
47
48ctags-5.7 (04 Sep 2007)
49* Added support for DIM AS [Freebasic, Bug #1741778].
50* Added support for arbitrary nesting depth [Python, Bug #1684786, Debian bug #409078].
51* Added support for verbatim string literals [C#, Bug #1515910].
52* Added support for .ctags as well as ctags.cnf on Windows [Bug #1246506].
53* Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch #1458930].
54* Added support for numerous revision control systems including Bazaar and Mercurial [Bug #1472894].
55* Added support for enums [Java, Bug #1730485, Bug #1517143, Patch #1027395, Patch #1528507].
56* Added support for multiple-level namespace declarations [C#].
57* Added .svn to list of directories ignored during recursion (--recurse).
58* Added support for BlitzBasic, PureBasic and FreeBasic [FR #1100506].
59* Added support for interfaces and static/public/protected/private functions [PHP].
60* Added support for 'package' keyword [Perl].
61* Added support for multi-line subroutine, package, and constant definitions [Perl].
62* Added support for optional subroutine declarations [Perl].
63* Added support for formats [Perl].
64* Added support for new convert keyword [Eiffel].
65* Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++].
66* Changed parsing of option input file (-L) to strip trailing white space.
67* Ignore comments mixed into definitions and declarations [Perl].
68* Fixed detecting labels with whitespace after label name [Perl, Bug #1752361]
69* Fixed parsing of generic classes/interfaces [Java, Bug #1447756].
70* Fixed misidentification of fully qualified function calls as labels [Perl].
71* Fixed parsing of inner classes [Python, Bug #1411963].
72* Fixed line continuation [Python, Bug #928001, Patch #819471].
73* Fixed parsing of annotations [Java, Bug #1691412].
74* Fixed block-comment parsing [Verilog, Patch #1458042, Bugs #960316, #1111214, #1606569, #1615060].
75* Fixed typo in man page [Debian bug #366412].
76* Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug #271323].
77* Fixed parsing of ` as a method name [Ruby].
78* Fixed parsing of keywords in string literals [Ruby, Bug #1742588].
79* Fixed potential segmentation violation [Bug #1672834, Bug #1222926].
80* Fixed parsing of destructors with whitespace after the '~' [C++, Bug #1585745].
81* Fixed default access of unions to be public [C++, Bug #1548443].
82* Fixed various memory leaks, mostly contributed by Dmitry Antipov.
83* Fixed parsing of `define [Verilog, Bug #961001].
84* Fixed crashes involving '/' [Verilog, Bug #1743330].
85* Fixed compilation problem on MinGW [Bug #1517424].
86* Fixed generation of HTML-formatted man page [Bug #1645864].
87* Fixed recognition of Python scripts having '#!/usr/bin/python' as first line [Bug #1764148].
88* Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug #432872].
89* Fixed parsing of << [C/C++, Bugs #1020715, #1093123, #1770479, #1770607].
90* Fixed parsing of fully-qualified type names [Java, Bug #814263].
91* Fixed handling of lone carriage-return characters in file [Bug #1773926].
92
93ctags-5.6 (Mon May 29 2006)
94* Reformatted code for independence of tab stop setting.
95* Changed default configuration to disable installation of etags links.
96* Changed --langmap to first unmap each supplied extension from other languages.
97* Added support for ASP constants [ASP, Patch #961842].
98* Added support for GNU make extensions [Make].
99* Added .mk as extension recognized as a make language file [Make].
100* Added missing help for list-maps options [Bug #1201826].
101* Added new extension field "typeref" [thanks to Bram Moolenaar].
102* Extended functionality of Ruby parser with patch from Elliott Hughes [Ruby].
103* Fixed creation of TAGS file with etags-include but no files [Bug #941233].
104* Fixed problem reading last line of list file (-L) without final newline.
105* Fixed infinite loop that could occur on files without final newline [C, Java].
106* Fixed incorrect tag for first field of table [SQL].
107* Fixed missing tags for functions beginning with underscore [Sh].
108* Fixed missing tags for functions with variable arg list [C, Bug #1201689].
109* Fixed parsing problem with parentheses in argument list [C, Bug #1085585].
110* Fixed problem in preprocessor directive handling [C, Bug #1086609].
111
112ctags-5.5.4 (Thu Mar 25 2004)
113* Fixed broken -R option.
114
115ctags-5.5.3 (Sun Mar 14 2004)
116* Removed forgotten debug statement [Bug #811704].
117* Added support for Perl labels.
118* Added support for Perl "use constant" [Perl, Patch #853704, Feature Request
119  #710017].
120* Added support for package qualification of tags, removing useless "package"
121  tag kind [Perl, Feature Request #448887].
122* Added support for "and" keyword [SML, Bug #816636].
123* Added support for variables [PHP].
124* Fixed problem destroying tag file with certain info options [Bug #845502].
125* Fixed portability problem [DJGPP].
126* Fixed problem of double characters in signature field [C, Bug #852368].
127* Fixed problem manifested by errant preprocessor conditionals [Bug #839162].
128* Fixed incorrect line address in tag file for SQL tags [SQL, Bug #823000].
129* Fixed incorrect recognition of POD paragraph [Perl, Bug #842077].
130* Fixed spurious tags for for C++ member templtates [C++, Bug #849591].
131* Fixed missing tags related to template specializations [C++, Bug #872494].
132* Fixed spurious local tags for statements following labels [C].
133* Fixed missing tags for certain scoped functions [Vim].
134* Fixed infinite loop in Fortran parser.
135* Fixed missing tags for certain initializers [Fortran, Bug #877956].
136* Fixed problem with comment line after continuation character [Fortran,
137  Bug #858165].
138
139ctags-5.5.2 (Wed Sep 17 2003)
140* Added tags for local variables for C-based languages [C/C++/C#/Java/Vera,
141  Feature Request #449503].
142* Fixed compilation problem due to type change made to accomodate change of
143  return type of _findfirst() in VisualStudio.Net [Win32, Bug #775789].
144* Fixed problems with certain bit fields.
145
146ctags-5.5.1 (Wed Jul 30 2003)
147* Changed supported tag kinds for Verilog parser during overhaul.
148* Restored exit of program after --help, --license, and --version options [Bug
149  #717311, #751240].
150* Removed inclusion of general.h (GPL) from readtags.c (public domain).
151* Added support for tags for labels [PL/SQL].
152* Added support for tags for constant definitions [PHP].
153* Fixed redundant parsing of configuration file [Windows, Bug #768814].
154* Fixed missing tags for definitions spanning lines [Verilog, Bug #762027].
155* Fixed compilation error for uncommon hosts.
156* Fixed missing tags for Korn shell specific function definitions. [Sh,
157  Bug #769184]
158* Fixed missing tags when semicolon separator appears [Fortran, Bug #734933].
159* Fixed missing tags when endsubroutine keyword appears [Fortran, Bug #726712].
160* Fixed problem with fixed-form line continuation following comment [Fortran,
161  Bug #726875].
162* Fixed missing tags for nested blocks [PL/SQL, Bug #722501].
163* Fixed missing tags for function typedefs [C].
164* Fixed inability to map empty extension when path contained dot [Bug #742689].
165
166ctags-5.5 (Tue Apr 1 2003)
167* Changed kind indicator for methods from 'f' to 'm' [Tcl].
168* Changed tags within interfaces to be disabled by default (like prototypes in
169  C/C++) [Fortran].
170* Removed explicit descriptions of individual --<LANG>-types options from
171  --help output. See new --list-languages and --list-kinds options.
172* Removed explicit list of supported languages and supported tag kinds and
173  mapping patterns from man page. See new --list-languages, --list-kinds, and
174  --list-maps options.
175* Renamed --<LANG>-types option to --<LANG>-kinds (still accepts old name).
176* Added --list-kinds option.
177* Added --list-maps option.
178* Added --list-languages option.
179* Added support for dimensioned variables, contributed by Simon Bohlin [ASP].
180* Added support for C# language.
181* Added support for Erlang language, contributed by Brent Fulgham.
182* Added support for HTML language files.
183* Added support for JavaScript language files.
184* Added support for SML (Standard ML) language, contributed by Venkatesh Prasad.
185* Added mapping for .plx to Perl.
186* Added tags for autocommand groups [Vim, Patch #664685].
187* Added support for numerous language extensions [Fortran].
188* Added '$', 'D', and 'd' in column 1 as comment characters [Fortran].
189* Added special handling of --options=NONE to disable automatic reading of
190  options from configuration files or environment.
191* Added check for case-insensitive filenames to configure.
192* Fixed problem with lower case <SID> tag [Vim, Bug #657327].
193* Fixed problem recognizing indented code [Vim, Patch #664685].
194* Fixed problem with infinite loop in certain comments [PL/SQL, Bug #629115].
195* Fixed problem of incorrect extension field [C, Bug #639639].
196* Fixed problem of empty scoping extension field [C, Bug #639644].
197* Fixed missing tags for functions split across lines [PHP, Bug #681824].
198* Fixed missing tags for nested subprograms using 'contains' [Fortran,
199  Bug #670433].
200* Fixed missing tags when variable has same name as keyword [Fortran].
201* Fixed spurious tag when an array-spec occurs within an entity-decl [Fortran].
202* Fixed mishandling of multiline raw strings [Python, Bug #699171].
203* Fixed missing scope extension field on namespaces [C++, C#, Bug #665086].
204* Fixed several bugs causing missed tags [Fortran].
205* Fixed problem with --langmap option preventing clearing of map [Bug #688442].
206* Fixed recognition of Unicode-8 characters [Java].
207* Fixed man page errors and omissions.
208* Fixed bug in readFieldValue() in readtags library.
209* Fixed bug in option parsing in readtags command-line program.
210* Fixed portability problems with DJGPP [Bug #692569].
211* Fixed portability problems with Cygwin.
212
213ctags-5.4 (Thu Oct 17 2002)
214* Improved ability for tagsOpen() in readtags library to report failure to
215  open tag file, adding new fields to tagFileInfo structure.
216* Improved Cobol support to include data, files, groups, and sections [Cobol].
217* Added '$' a valid character for C identifier [VMS].
218* Added support for recording routine argument declarations for C-like
219  languages. See the --fields option and man page section TAG FILE FORMAT for
220  more information [C, C++, Java].
221* Added class and method support to TCL parser [TCL].
222* Added support for PL/SQL language.
223* Added support for Vera language, inspired by Dave Eggum [Vera].
224* Fixed problem terminating Perl POD block [Perl, Bug #612621].
225* Fixed problem re whitespace preceding subprogram name [Pascal, Bug #612019].
226* Fixed problem with leading spaces before instruction [TCL, Bug #615928].
227* Fixed problem with double precision functions [Fortran, Bug #620288].
228* Fixed inverted test causing TMPDIR to be used for temporary files when
229  ctags is setuid instead of when not setuid [Bug #623713].
230
231ctags-5.3.1 (Thu Sep 12 2002)
232* Renamed tagsSetSorted() to tagsSetSortType() and "sorted" member of
233  tagFileInfo structure of readtags library to "sort".
234* Added new function, tagsFirst() to readtags library.
235* Fixed incorrect tag kinds [Verilog].
236* Fixed null tags for unnamed BLOCK DATA statements [Fortran].
237* Fixed missing tags for function preceded by "<SID>" [Vim].
238* Fixed missing tags for equate statements not in column 1 [Asm, Bug #538629].
239* Fixed Ruby parser (why didn't the compiler report my screw-up?) [Ruby].
240
241ctags-5.3 (Wed Jul 17 2002)
242* Allowed --etags-include option without input files.
243* Changed Asm parser to back to C-based parser to remove redundant tags,
244  and extending its support for more variants [Asm].
245* Changed to using _tempnam() to create temporary files on Windows, allowing
246  "TMP" environment variable to set temporary directory.
247* Changed the -x output to match that of traditional ctags when the --format=1
248  option is supplied. The new format was also changed slightly to conform more
249  closely to the original format, with the addition of the extra tag type field.
250* Added support for Verilog language, submitted by Nam SungHyun.
251* Added support for RISC OS platform, contributed by Andrew Wingate.
252* Added support for "#pragma weak", generating macro tags for weak symbols [C].
253* Added support for mixins and class methods to Ruby parser, submitted by
254  Matthias Veit [Ruby].
255* Added support to ctags and readtags library for case-folded sorting of tag
256  files, submitted by Flemming Madsen.
257* Added identification of class methods [Python].
258* Fixed portability problems [Bugs #541997, #571240].
259* Fixed bug in configure script [Solaris, Bug #542966].
260* Fixed invalid package name tags [Perl, Bug #535068].
261* Fixed failure to output relative paths into etags TAGS files on Win32
262  [Bug #568365].
263* Fixed incorrect line address in cases of line continuation [Fortran].
264* Fixed missing tags for certain cases of invalid syntax [C].
265* Fixed missing tags in Fortran with HPF extensions [Fortran, Bug #565813].
266* Fixed spurious tag for clients portion of feature clause when following
267  an empty feature clause [Eiffel].
268
269ctags-5.2.3 (Sun Feb 24 2002)
270* Fixed portability problem in makefile [Solaris, FreeBSD].
271* Fixed infinite loop for certain cases of invalid syntax [Eiffel].
272* Changed Asm parser to regex, extending its support for more variants [Asm].
273
274ctags-5.2.2 (Sat Feb 16 2002)
275* Fixed spurious tags following empty feature clause [Eiffel].
276* Fixed missing tags for classes specifying generic creation routine [Eiffel].
277* Fixed missing tags when label not followed by white space [YACC].
278* Fixed for portability [Solaris, MacOS X].
279* Added support for type reference tool [Eiffel].
280
281ctags-5.2.1 (Sun Jan 20 2002)
282* Portability fixes [Mingw32].
283* Added "RCS" and "CVS" to list of directories excluded by default.
284* Fixed missing tags for function pointers declared const or volatile
285  [C, Bug #503764].
286
287ctags-5.2 (Sun Dec 23 2001)
288* Portability fixes [HP-UX, Solaris, VMS, OS/2].
289* Made code compilable by a C++ compiler.
290* Changed reading of option files to ignore blank lines.
291* Changed and enhanced interface to readtags library (see readtags.h).
292* Changed from using addLanguageRegex() to addTagRegex() in regex-based
293  parsers.
294* Added support for Lua language, submitted by Max Ischenko.
295* Added instructions to man page on using tags with NEdit.
296* Added setargv.obj to link for wildcard expansion [MSVC].
297* Added capability to have regex invoke a callback in a regex parser.
298* Fixed regex tag problem which left newlines in back-references.
299* Fixed missing class-qualified tags [Eiffel].
300* Fixed spurious tags for entries in final indexing clause [Eiffel].
301* Fixed problem with invalid filenames in preprocessor line directives.
302* Fixed bug parsing scoped variables (e.g. "b:variable") [Vim, Bug #487608].
303* Fixed problem compiling readtags.c on some hosts.
304* Fixed memory overwrite problem in readtags library.
305
306ctags-5.1 (Tue Nov 06 2001)
307* Changed name of option configuration files for MSDOS, MSWindows, and OS/2.
308* Changed regex support to enforce REG_NEWLINE. This fixes problem where the
309  newline character was explicity being matched by user patterns [Bug #431477].
310* Added new public domain library for reading tag files (see readtags.h).
311* Added support for variables and namespaces, provided by Jay Glanville [Vim].
312* Added report of non-options in option configuration files and CTAGS
313  environment variable.
314* Added support for YACC language, submitted by Nick Hibma [YACC].
315* Added support for Perl packages, submitted by Nick Hibma [Perl].
316* Added '$' as valid identifier character for DEC C compiler [VMS, Bug #425147].
317* Added compilation date and time to --version output.
318* Added configure check for HP-UX to determine if ANSI options needed [HP-UX].
319* Removed tags for forward class/struct declarations [C/C++, Bug #432563].
320* Eliminated ;" separator from end of tag line when no extension fields are
321  present.
322* Fixed segmentation violation for some Lisp files [Lisp].
323* Fixed segmentation violation occurring when file referenced in #line
324  directive was from an unknown language.
325* Fixed loss of sync when parsing bit fields named with C++ reserved word [C].
326* Fixed compilation problem on gcc-2.7.2.
327* Fixed problem parsing verbatim strings [Eiffel].
328* Fixed problem with PHP references [PHP].
329* Fixed handling of Perl __DATA__ sections [Perl].
330* Fixed problem resulting from white space in tag name due to regex name
331  specifier.
332* Fixed double reading of $HOME/.ctags when current directory is $HOME.
333* Fixed problem reading option configuration files using CR-LF newlines.
334* Fixed problem preventing output control over tag kinds of regex patterns
335  [Bug #429869]
336* Fixed incorrect parsing of Vim functions with ':' modifiers [Bug #466517].
337
338ctags-5.0.1 (Sun Apr 15 2001)
339* Fixed problem checking recursive links [SunOS 4.x].
340* Improved security on hosts where mkstemp() is not available.
341
342ctags-5.0 (Sun Mar 18 2001)
343* Restructured code to simplify support for new language parsers.
344* Changed source code to use ANSI-style function definitions.
345* Changed scope-qualified tag entries to omit enumeration name [C/C++].
346* Changed reading of files supplied to -I option to read one token per line.
347* Changed reading of option files to read one argument per line.
348* Changed default extension fields, now controlled by new option --fields.
349* Changed detection of etags invocation to accept any name containing "etags".
350* Removed -p option, which only caused confusion and is rendered obsolete by
351  the change immediately above.
352* Removed 'A' flag to the --c-types, --eiffel-types, and --java-types
353  options, replacing its functionality with the new --fields option.
354* Removed 'C' flag to the --c-types, --eiffel-types, and --java-types
355  options, replacing its functionality with the new --extra option.
356* Deprecated -i option, which was long ago replaced with the --c-types option.
357* Deprecated --file-tags option, now incorporated into new --extra option.
358* Deprecated --kind-long option, now incorporated into new --fields option.
359* Renamed --lang[uage] option to --language-force.
360* Renamed makefiles for non-Unix platforms.
361* Improved parsing of assembly language files [Asm].
362* Improved parsing of Fortran language files, adding new tag kinds [Fortran].
363* Added documentation explaining how to extend ctags with new parsers.
364* Added support for regular expressions, using either Posix or Gnu interface.
365* Added support for mapping file names to languages using shell patterns.
366* Added support for ASP scripts, submitted by Patrick Dehne [ASP].
367* Added support for Makefiles [Make].
368* Added support for Pascal language [Pascal].
369* Added support for PHP scripts, submitted by Jesus Castagnetto [PHP].
370* Added support for REXX language [REXX], based on submission by Alexaner Mai.
371* Added support for Ruby, submitted by Thaddeus Covert [Ruby].
372* Added support for S-Lang, submitted by Francesc Rocher [SLang].
373* Added support for Macintosh platform using MPW (by Maarten Hekkelman).
374* Added .tk as recognized extension [Tcl].
375* Added .cp and .hp as C++ extensions [C++].
376* Added .zsh as shell script extension [Sh].
377* Added support for trigraphs for C-based languages [C/C++].
378* Added language recognition for shell scripts using "#!/usr/bin/env command".
379* Added check for recursive directory links.
380* Added support for "[" form of verbatim strings [Eiffel].
381* Added --exclude option to exclude directories while recursing.
382* Added --fields option to specify extension fields to include in output.
383* Added --extra option to allow control over extra tags.
384* Added --regex-<LANG> option to define language-specific regular expressions.
385* Added --<LANG>-types options for all supported languages.
386* Added --langdef option to define new languages to be parsed with regex.
387* Added --languages option to restrict set of languages scanned for tags.
388* Added --tag-relative option to make file paths recorded in tag file relative
389  to location of tag file itself instead of the current working directory when
390  file arguments are specified using relative paths.
391* Added restriction of permissions of created temporary files when mkstemp()
392  is not available for security.
393* Reimplemented line directive handling to work for all languages.
394* Fixed tag generation for packages [Java].
395* Fixed Lisp parser [Lisp].
396* Fixed Mingw32 port [Win32].
397* Fixed bug in procedure name parsing [Tcl].
398* Fixed bug resulting in wrong column being checked for paragraphs [Cobol].
399* Fixed bug in language dispatch for executable "#!" scripts [Unix].
400* Fixed bugs resulting in incorrect scope entries in tag file [C++/Java].
401* Fixed warning caused by reinstallation of etags link [Unix].
402* Fixed destruction of existing tag file when no files supplied on invocation.
403* Fixed problem in Makefile.in which prevented configuring and building in
404  non-source directory. Also changed Makefile.in to generate and use correct
405  object and executable file extensions when run on Win32.
406
407ctags-4.0.3 (Sun Jul 16 2000)
408* Fixed compiler warnings [Amiga].
409* Fixed problem in configure.in causing struct stat st_ino member test to fail.
410* Fixed problem with TAGS entries for files using DOS-style (CR-LF) new lines.
411* Improved algorithm for locating Perl functions and skipping pods.
412* Improved algorithm for locating shell functions [Sh].
413* Renamed Makefile.amiga to Makefile.manx [Amiga].
414* Added Makefile.sas for SAS C compiler [Amiga].
415* Updated Makefile.qdos [QDOS].
416* Improved support for DECC compiler [VAX].
417
418ctags-4.0.2 (Mon Jul 10 2000)
419* Now silently ignore -w option for backwards compatibility with SVR4 ctags.
420* Fixed bug resulting in no extension flags when using --kind-long option.
421
422ctags-4.0.1 (Wed Jun 28 2000)
423* Fixed segmentation violation when using --file-tags.
424
425ctags-4.0 (Thu Jun 22 2000)
426* Fixed infinite loop on certain syntactically invalid class constructs [C++].
427* Fixed problem of incorrect tags for some pure virtual functions [C++].
428* Fixed inability to clear all tag types when using --c-types= (all languages).
429* Fixed problem of arguments to parameterized class being reported as
430  ancestors in the "inherits" extension flag.
431* Fixed missed tags for typedef-ed function pointers having a PROTO((a,b))
432  style argument list.
433* Fixed missing file tags for referenced files when using --line-directives
434  option [C/C++].
435* Fixed failure to recognize drive-qualified file name as a file name when
436  supplied as argument to -I option [Win32].
437* Fixed problem with missing comma in "inherits" extension flag [Java].
438* Fixed problem with incorrect or redundant parents listed for "inherits"
439  extension flag [Java].
440* Added check to avoid recursive symbolic links to directories.
441* Added warning message for -i option, which is deprecated and being dropped.
442* Added support for Assembler, COBOL, LISP, PERL, and Scheme, taken from Gnu
443  etags.
444* Added support for AWK, Bourne/Korn/Z Shell, Python, TCL, and Vim scripts.
445* Added support for the BETA language, submitted by Erik Corry.
446* Added ability to determine language from interpreter specified in first line
447  of executable files if they are not recognized by their extension.
448* Added --options option.
449* Added ability to specify files having no extension with -h and --langmap
450  options.
451* Added compile time option to separate path components with a unix-style path
452  separator for sharing tag file across platforms, enabled by defining the
453  label UNIX_PATH_SEPARATOR [Win32].
454* Fixed portability issues [VMS].
455
456ctags-3.5.2 (Mon Apr 24 2000)
457* Fixed problem preventing Emacs-style tags from being written to stdout.
458
459ctags-3.5.1 (Sun Apr 23 2000)
460* Fixed infinite loop in writing Emacs-style TAGS file on platforms using
461  tmpnam() instead of mkstemp() [Win32].
462* Fixed minor problems in Borland makefiles [Win32].
463* Fixed compiler warning [DJGPP].
464
465ctags-3.5 (Fri Apr 14 2000)
466* Fixed core dump when including access field in tag file [Java].
467* Fixed failure to identify end of statement for block statements [Java].
468* Fixed bug with lone "end" in feature adaptation part of inheritance clause
469  [Eiffel].
470* Fixed problem preventing const functions from being recognized as pure
471  virtual [C/C++].
472* Fixed problem with no tags found after certain macro calls [C/C++].
473* Fixed bug in descrip.mms build file [VMS].
474* Changed to use mkstemp() (when available) to create temporary files for
475  security reasons and allow configuring default temporary directory, and to
476  override this directory at run-time by setting TMPDIR environment variable.
477* Added support for extracting inheritance information into new "inherits"
478  extension flag [C++, Java].
479* Added Makefile.bc5 for Borland C++ version 5.5 compiler (free version).
480* Added new question to FAQ regarding Xemacs.
481* Updated FAQ regarding new release of NEdit.
482* Renamed Borland 3.1 makefile from Makefile.bcc to Makefile.bc3.
483* Renamed Microsoft Visual C++ makefile from Makefile.w32 to Makefile.mvc.
484
485ctags-3.4 (Thu Jan 13 2000)
486* Fixed sorting problems when LC_ALL environment variable was set to foreign
487  locale (not fixed by previous release).
488* Fixed nested scoping reported in extension flags and class-qualified tags.
489* Eliminated generation of class-qualified tag entries when --c-types=+C
490  option is in effect but scope is empty (e.g. "::main").
491* Added support for default access of class members in Java.
492* Added new extension flag "implementation", which indicates if a routine or
493  class is virtual or abstract.
494* Minor changes for OS/2 compilation.
495
496ctags-3.3.3 (Thu Dec 16 1999)
497* Changed how input is read for -L and --filter options to permit file names
498  containing spaces (see man page).
499* Fixed scope recorded for C++ class elements, especially in namespaces.
500* Fixed spurious tag generated for MODULE PROCEDURE in interfaces [Fortran].
501* Fixed sorting problems when LC_ALL environment variable was set to foreign
502  locale.
503* Fixed crash on Windows when compiled with Mingw32 gcc compiler.
504* Fixed compilation problems on Cray.
505
506ctags-3.3.2 (Fri Sep 24 1999)
507* Fixed compile problem on AIX 4.1.
508* Improved recovery from syntax error [Fortran].
509* Changed name of configure option (now --enable-custom-config).
510* Changed Makefile.bcc to optimize for space, since code size exceeded 64KB.
511
512ctags-3.3.1 (Mon Sep 20 1999)
513* Fixed segmentation violation occurring when directory recursion was selected.
514* Fixed misleading message when out of memory during internal sort.
515
516ctags-3.3 (Fri Sep 17 1999)
517* Fixed missing class-qualified tags [Java].
518* Fixed missing tag for functions having function pointer argument [C].
519* Fixed parsing of conversion functions [C++].
520* Added missing space following "operator" keyword to the tag names generated
521  for function call operators [C++].
522* Fixed string parsing to retry file as free source form upon EOF [Fortran].
523* Fixed missing tags following comments [Fortran].
524* Fixed missing labels for free source form [Fortran].
525* Removed 72 character limit for fixed form source lines, since many compilers
526  relax this limit and it is commonly taken advantage of. This was sometimes
527  causing fixed form source to be parsed as free form source [Fortran].
528* Changed misleading message when file could not be accessed.
529* Changed behavior of --verbose option to display option processing.
530* Changed -I option to permit clearing the token list with "-I-".
531* Changed --lang option to accept new "auto" parameter.
532* Changed --langmap option to accept new "default" parameter.
533* Changed --eiffel-types option to accept new 'C' flag to generate
534  class-qualified tags.
535* Changed -h option to accept new "default" parameter.
536* Changed option processing. Most options may now appear anywhere on the
537  command line, affecting only those files which follow them.
538* Added ability to specify default options in any of the files /etc/ctags.conf,
539  /usr/local/etc/ctags.conf, $HOME/.ctags, .ctags, and one optional file,
540  which can be supplied at configure time.
541* Added --filter option.
542* Added --filter-terminator option.
543
544ctags-3.2.4 (Thu Jul 01 1999)
545* Changed name of macro in Makefile.in to avoid being overriden by CTAGS
546  environment variable.
547
548ctags-3.2.3 (Mon Jun 21 1999)
549* Small portability change for EMX compiler on OS/2.
550* Slight change to W32 and BCC makefiles.
551
552ctags-3.2.2 (Sat May 29 1999)
553* Fixed endless error loop in the case of unreadable file.
554* Fixed redundant include entries in TAGS file when using --etags-include.
555
556ctags-3.2.1 (Wed May 09 1999)
557* Fixed problem reading -I token list from file.
558* Fixed with "using" declarations which corrupted tag file [C++].
559* Fixed configure.in to more reliably recognize existing prototypes.
560* Added ability to ignore preprocessor directives in Fortran files.
561* Added support for egcs/MingW32 compiler [Win32].
562
563ctags-3.2 (Wed Mar 03 1999)
564* Fixed spurious tags related to export specifiers of feature clauses [Eiffel].
565* Fixed problem with template in ctor-initialer [C++].
566* Fixed typo causing compiler error [MSVC].
567* Extended -I option to allow token replacement [thanks to Flemming Madsen].
568* Added --etags-include option to support TAGS file includes.
569* Added support for QDOS [thanks to Thierry Godefroy].
570
571ctags-3.1.2 (Tue Jan 26 1999)
572* Changed extension flags to eliminate space between label and value to remain
573  true to the intent of the agreement on the extended format made with editor
574  authors.
575* Added --links option to permit ignoring symbolic links.
576* Fixed missing tags upon ANSI style variable function argument lists.
577* Fixed missing tags for methods with fully qualified type names in argument
578  list [Java].
579* Fixed double tags generated for enumerators followed by comma.
580* Fixed missing path prefix for -p option [Win 95/NT].
581
582ctags-3.1 (Wed Jan 20 1999)
583* Changed -h and -langmap options to accept a plus sign as the first character
584  of their arguments to indicate that arguments should be added to current.
585* Changed default for member tags to 'on' [C/C++].
586* Changed default for local entities to 'off' [Eiffel].
587* Added tags for forward class/struct/union/enum declarations when using
588  -c-types=+x [C/C++].
589* Fixed memory overwrite bug causing general protection fault [Win 95/NT].
590* Fixed missing tags for methods with throws clause [Java].
591* Fixed bad tags generated for null macro names [C].
592* Fixed spurious tag for features and entities of BIT type [Eiffel].
593* Fixed spurious tags when local entity declaration list was empty [Eiffel].
594* Fixed missing tags for contructors and destructors [C++].
595* Fixed failure to recognize function when declaration for first argument
596  was of template type [C++].
597
598ctags-3.0.3 (Mon Dec 21 1998)
599* Fixed mistake made in previous version which caused macro tags to be missed.
600* Fixed parsing of --langmap option.
601
602ctags-3.0.2 (Mon Dec 21 1998)
603* Added tags for names undefined with #undef [C/C++].
604* Added tags for renamed features (Eiffel).
605* Improved Emacs-style tag file contents (per Ian Zimmerman).
606* Fixed problem handling deferred, external, once, obsolete features in Eiffel.
607* Fixed porting problem [OSF1 V4.0].
608
609ctags-3.0.1 (Sat Dec 12 1998)
610* Fixed problem with certain macros and functions with no declared return type.
611* Fixed problem causing endless loop on MSDOS/Win32 by restoring use of binary
612  mode on opening of source files.
613* Fixed porting problems [SunOS 4.1.x and MSVC++ 5.0].
614
615ctags-3.0 (Sun Dec 06 1998)
616* Added support for the Eiffel language (everyone should learn Eiffel).
617* Added support for the Fortran language.
618* Added --c-types option to specify tag types to be included for C/C++.
619* Added --eiffel-types option to specify tag types to be included for Eiffel.
620* Added --fortran-types option to specify tag types to be included for Fortran.
621* Added --file-scope option to place verbose tag description into tag file.
622* Added --file-tags option to place tags for source file names into tag file.
623* Added --java-types option to specify tag types to be included for Java.
624* Added --kind-long option to place verbose tag description into tag file.
625* Added --linedirectives option to enable processing of #line directives so
626  that running ctags on preprocessor output can generate line numbers and file
627  names which correspond to the original source files.
628* Added -V option to enable verbose message for each file considered.
629* Added special handling for macros of form "INIT(= value)".
630* Added ability to suffix an ignored identifier (-I option) with the '+'
631  character, thus instructing ctags to also ignore any argument list which
632  may follow the identifier.
633* Changed the -i option, moving Java language options to the new --java-types
634  option. The -i option is now deprecated in favor of the new language
635  specific tag type options.
636* Changed behavior of handling of ignored identifiers (-I option) to still
637  generate a tag for any macro definition for that identifier.
638* Changed handling of -h option so that include files are no longer assumed to
639  be C++ files.
640* Changed tags for operators to always precede the operator with the string
641  "operator ", thus making it consistent for all operators. [C++]
642* Changed C/C++ parsing, catching many more tricky constructs.
643* Changed extension flags to place a space between the label and the value for
644  readability.
645* Fixed core dump which occurred when using -iF (now --file-tags) together
646  with -e (etags) on a zero-length file.
647* Fixed missing or incorrect tags for conversions operators or operator "()".
648* Fixed incorrect parent class in extension flags for type declarations of the
649  form "class Bar { OtherClass::sometype foo; }".
650* Fixed missing tags for "friend" and "static" prototypes in header files.
651* Fixed problem of external "sort" reporting locale not available on HPUX.
652* Fixed -p option.
653* Fixed VMS support. It should now work for any source file type.
654
655ctags-2.3.2 (Wed Sep 09 1998)
656* Fixed -h option; broken since version 1.7, yet only just reported.
657
658ctags-2.3.1 (Sun Aug 30 1998)
659* Fixed improper handling of derived structs.
660* Fixed wrong class name tag when a nested-name-specifier was present in class
661  declaration.
662* Added parent information into tag extension flags for data structures to
663  match that already present for members.
664* Add missing documentation for --langmap option in the --help output.
665* Eliminated compiler warning [gcc 2.8.1].
666
667ctags-2.3 (Thu Aug 20 1998)
668* Eliminated compiler warnings [SGI MIPSpro].
669
670ctags-2.2.7 (Mon Aug 17 1998)
671* Fixed porting problem [Borland C++].
672
673ctags-2.2.6 (Wed Aug 12 1998)
674* Fixed core dump encountered on some platforms when the CTAGS environment
675  variable was set but empty.
676* Fixed porting problem [MSVC].
677* Added directory recursion support for Amiga.
678
679ctags-2.2.3 (Sun Aug 02 1998)
680ctags-2.2.2 (Fri Jul 24 1998)
681* Fixed porting problems [AIX, HP-UX, OSF/1, SunOS, MSVC].
682
683ctags-2.2.1 (Fri Jul 24 1998)
684* Now uses a default directory name of "." when using -R or --recurse option
685  (e.g. "ctags -R" is equivalent to "ctags -R .").
686* Directories named "SCCS" are skipped when using the -R or --recurse option
687  under Unix.
688* Fixed porting problems [HP-UX, IRIX, SunOS, MSDOS/Windows].
689
690ctags-2.2 (Mon Jul 20 1998)
691* Added the --recurse and -R options to allow recursing into directories.
692  This allows running ctags on an entire source directory tree using the
693  single command "ctags -R <dir>". Currently, this option is only supported on
694  UNIX, MSDOS, Windows 95/NT, and OS/2. Other platforms will have to wait.
695* Changed writing of Emacs-style TAGS file to binary mode [MSDOS/Windows].
696* Fixed porting problems [HP-UX, OSF/1].
697
698ctags-2.1.1 (Mon Jul 06 1998)
699* Changed -h option to allow only periods to separate extensions.
700* Added the --langmap option to allow overriding the default associations
701  between source language and file extension.
702* Added configuration check and code work-around for putenv() prototypes
703  missing the const from the argument declaration [IRIX 5.2 and CRAY J90].
704* Added makefile for VMS.
705* Fixed porting problem [HP-UX].
706
707ctags-2.1 (Wed Jul 01 1998)
708* Added Java support.
709* Eliminated the --keywords option introduced in the 2.0.4, replacing it with
710  automatic detection of the language (i.e. recognized keywords) based upon
711  the file extension.
712* Added the --lang option for manually overriding the automatic selection of
713  the language.
714* Added new flag 'i' to the -i option to allow generating tags for Java
715  interfaces.
716* Added new flag 'n' to the -i option to allow generating tags for C++
717  namespaces.
718* Added new flag 'x' to the -i option to allow generating tags for extern
719  variable declarations.
720* Added new extension flags, "private", "protected", and "public", which
721  indicate the visibility of class members when it can be determined.
722* Changed behavior of flag 'C' of the -i option to add tags of form
723  "class.member" for Java.
724* Changed how files on command line are handled. Ctags will now only scan
725  those files whose extensions it knows about unless the --lang option is
726  specified. This allows running ctags on all files in a directory without
727  having to be specific (e.g. "ctags *").
728* Removed support for duplicate tag warnings and the -w and -W options. These
729  options are silently ignored for now.
730
731ctags-2.0.4 (Sat May 23 1998)
732* Added sorting time to the output of the --totals option.
733* Added the --keywords option to allow restricting the recognized
734  declaration keywords in order to handle legacy source code which uses
735  newer keywords for variable and parameter names.
736* Ignore list now also applies to macro tags.
737* /dev/stdout now properly handled as parameter to -f/-o option.
738* Fixed problem handling an operator definition in C++ when white space
739  appeared between the "operator" keyword and the operator (e.g. "=").
740* Fixed handling of non-symbolic operators (e.g. "new", "delete", etc.).
741* Fixed sort order problem for some locale settings.
742* Fixed segmentation violation when using ignore list (-I) on SunOS 4.x.
743* Fixed a segmentation violation caused by a stack overwrite when testing a
744  particular kind of non-standard tag file format.
745
746ctags-2.0.3 (Sun Mar 12 1998)
747* Added configure check for "strip" program.
748* Added new flag 'C' to the -i option to allow adding extra tags to the tag
749  file in the form "class::member" for class methods and members.
750
751ctags-2.0.2 (Wed Feb 25 1998)
752* Added stripping of installed binary for "install" target.
753
754ctags-2.0.1 (Thu Feb 19 1998)
755* Added support for C++.
756* Added new flag 'F' to the -i option to allow adding an extra tag for the
757  basename of each source file supplied to ctags. This provides the ability to
758  jump to a source file in Vi using ":tag file.c".
759* Added new flag 'm' to generate tags for class, structure, and union members
760  (disabled by default).
761* Added several new flags to the -i option to allow finer specification of
762  which types of tags to include/exclude.
763* Added ".hh" extension to the default list of files recognized as header
764  files.
765* Added explicit handling of special gcc construct __attribute((..)),
766  which could lead to incorrect tag generation.
767* Added configure option --disable-extended-format to allow building ctags
768  with the extended format disabled by default.
769* Added configure option --enable-macro-patterns to change the default
770  behavior of ctags to generate patterns instead of line numbers for macro
771  (define) tags.
772* Changed configure option --enable-internal-sort to --disable-external-sort.
773* Changed makefile for OS/2.
774* Removed support for the -d, -t and -T options which had been deprecated
775  for some time.
776* Removed ANNOUNCE file in distribution, consolidating it with the README
777  file.
778* Replaced CHANGES file with NEWS for more GNU-like standard distribution.
779* Improved the detection of macros of the type generated by Microsoft Visual C
780  when generating source code. These caused subsequent statements to fail to
781  have tags generated for them. Still not bullet proof, though.
782* Fixed a problem which prevented the use of / as a path separator under MSDOS
783  and Win 95/NT.
784* Fixed problem of blank lines occuring in the tag file.
785* Fixed recognition of declarations with parentheses.
786* Fixed problem of missing tags for objects within extern "C" blocks.
787* Fixed problem in source file counts when using --totals option.
788* Extended the length of tag type field in -x output to be more verbose.
789* Fixed option initialization error which caused static tags to be excluded.
790
791ctags-1.7 (Mon Oct 13 1997)
792* Tag files now use a new extended format which is backwards compatible with
793  existing Vi implementations, yet provides extended information which can be
794  used by supporting editors.
795* Added documentation pseudo-tags (e.g. !_TAG_FILE_FORMAT) to tag file.
796* Added the --excmd option as alternative to the -n and -N options.
797* Added the --format option to allow forcing the old-style tag file format.
798* Added the --if0 to control how "#if 0" branches are handled.
799* Added the --sort option as alternative to -u option.
800* Added the --totals option to print statistics of tag generation.
801* Added the --version option.
802* Improved handling of preprocessor conditionals.
803* Code within an #if 0 is now never scanned for non-macro tags by default
804  since tags within that code could conceivably be overridden by more
805  desirable tags in the #else branch to follow. Macro tags in these branches
806  are always included.
807* Fixed problem which could leave invalid tag entries in tag file when an
808  internal re-scan of a source file occurred.
809* Fixed problem with internal sort mechanism when appending tags to existing
810  file.
811* Changed external sort command to filter out duplicate identical tags lines
812  (including the pattern) unless warnings for duplicate tags are enabled.
813* Added data to emacs style tag entries to more closely match that produced by
814  the GNU etags.
815* Removed fixed limits on maximum tag line length.
816* Correction to Amiga makefile.
817* Improvements to Win32 portability with changes to Makefile.w32.
818
819ctags-1.6 (Tue May 13 1997)
820* Now using GNU autoconf to permit automatic host configuration.
821* Added the -e option to generate Emacs style tag files
822* Added ETAGS environment variable to be used when -e option is in effect.
823* Added the -p option to supply a default path for source files.
824* Fixed problem of incorrect line numbers in tag file when form feeds and
825  vertical tabs occured in the source file.
826* Fixed problem preventing ignoring of identifiers specified via the -I option
827  when the identifiers were followed by a parameter list in the source code.
828* Changed the search patterns generated for #define macros when using -N
829  option. It now includes the character following the name (or "$" if end of
830  line) instead of the "\>" used previously. Some editors did not support this
831  metacharacter for tag searches.
832* Removed -u (unique) flag from sort command line invocation to retain exactly
833  indentical tag patterns in the same file. This is in preparation for editor
834  support of duplicate tags.
835* Fixed problem resulting in no tags generated following a function-like
836  macro reference outside of a function block.
837* Fixed problem of no tags generated for typedef for function or function
838  pointer.
839* Fixed problem of no tags generated after encountering strange function
840  declarations (e.g. "foo(params) saywhat (void);")
841
842ctags-1.5 (Sat Oct 5 1996)
843* Added generation of tags for objects inside C++ extern blocks (e.g.
844  'extern "C" {...}' construct).
845* Added generation of tags for function definitions inside brace-enclosed
846  ("{}") blocks, since function definitions are allowed inside classes and
847  extern blocks.
848* Added the -N option to force patterns to be used for all tags (including
849  macro tags).
850* Changed the search patterns generated for macro definitions to be terminated
851  with "\>", which allows the pattern to still match even when the #define
852  line beyond the macro name is changed.
853* Fixed problem resulting in no tags generated for files containing a
854  function-like macro, such as 'MODULE_ID("$Id")', even when ignoring the
855  keyword. This also fixed a problem that caused tags to be missed for
856  initialized function pointer definitions.
857* Redirected error messages to stdout for MSDOS version.
858
859ctags-1.4 (Sun Aug 18 1996)
860* Added recursive parsing of class/struct/enum blocks to look for
861  class/struct/enum tags and enumeration values.
862* Added the -I option to specify keywords to ignore in the source files.
863* Fixed problem resulting in no tag generated when declaring a pointer const
864  or volatile.
865* Fixed problem resulting in no tag generated for comma terminated function
866  declarations.
867
868ctags-1.3 (Sun Jun 16 1996)
869* Fixed problem problem which caused "struct tag;" to be misinterpreted as a
870  variable definition.
871* Added the -n option to use line numbers in the tag file instead of patterns.
872* Added the -? option as an alternative for the --help option.
873
874ctags-1.2 (Wed Jun 5 1996)
875* Fixed a problem caused by an unitialized variable.
876
877ctags-1.1 (Tue Jun 4 1996)
878* Fixed problem reading parameter list to the -h option.
879
880ctags-1.0a (Mon Jun 3 1996)
881* Added ctags.lsm to distribution
882
883ctags-1.0 (Fri May 31 1996)
884* First public release.
885
886vim:tw=78
887