aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctags/C.c
Commit message (Expand)AuthorAgeFilesLines
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-11/+7
* Avoid buffer overrun when identifies or filenames are extremely long.Tim J. Robbins2002-05-301-4/+20
* remove __PWarner Losh2002-03-221-4/+4
* Add missing "#include <string.h>" for memcmp, noticed by gcc3.David Malone2002-02-271-0/+1
* ctags would create a corrupt tags file if the source C file used '//' styleGregory Neil Shapiro2002-02-241-10/+13
* Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .EmPhilippe Charnier2001-12-121-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-4/+5
* Use __FBSDID().Mark Murray2001-12-031-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Teach ctags(1) how to handle intermediate whitespace in macrosSteve Price1997-08-231-0/+20
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+501