summaryrefslogtreecommitdiff
path: root/usr.bin/ctags/C.c
AgeCommit message (Expand)Author
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-04-11fix -Wsign-compare issuelukem
2009-03-27remove debugging code.christos
2009-03-27fix off-by-one bug that did not add a tag for "foo" inchristos
2006-04-22Coverity CID 2913: Check for EOF before using char as index to array.christos
2006-04-05Avoid iswhite(EOF) - fixes coverty CIDs 365 and 1196dsl
2005-07-20Fix a couple of stack-smashing buffer overflows.ross
2005-02-17Kill __P(), use ANSI function declarations, constify; WARNS=3.xtraeme
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-01-31Make this compilable as a host tool.tv
2001-05-03teach ctags(1) about // comments.ross
1999-06-05Don't recognize `int (*f)();' as a function. The false match caused theross
1999-05-26Now understands white space between # and define.ross
1998-07-24Deal with the gnu __attribute__ keyword, which is in an odd place andross
1997-10-18WARNSify, fix .Nm usage, getopt returns -1 not EOFlukem
1995-03-26Merge with 4.4Liteglass
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd