History log of /freebsd-10-stable/usr.bin/ctags/C.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 166503 04-Feb-2007 rse

cleanup code: remove unnecessary and useless void cast
from void-function skip_string().


# 100822 28-Jul-2002 dwmalone

ANSIify function definitions to avoid a warning.


# 97574 30-May-2002 tjr

Avoid buffer overrun when identifies or filenames are extremely long.

OpenBSD revisions: C.c 1.4-1.5, ctags.c 1.5, fortran.c 1.3, lisp.c 1.3,
tree.c 1.2

Obtained from: OpenBSD


# 92920 21-Mar-2002 imp

remove __P


# 91382 27-Feb-2002 dwmalone

Add missing "#include <string.h>" for memcmp, noticed by gcc3.


# 91189 24-Feb-2002 gshapiro

ctags would create a corrupt tags file if the source C file used '//' style
comments such as:

// The main() function

Teach ctags about this style of commenting.

Submitted by: Eric Allman <eric@Sendmail.ORG>
MFC after: 1 week


# 87750 12-Dec-2001 charnier

Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em
conversions. Sort #includes. Spelling. use errx() instead of err() when
explicit message is given.


# 87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


# 87249 02-Dec-2001 markm

Use __FBSDID().


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 28625 23-Aug-1997 steve

Teach ctags(1) how to handle intermediate whitespace in macros
and function definitions.

PR: misc/4128
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources