summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
AgeCommit message (Expand)Author
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2014-04-13Change some standard exit status text to ".Ex -std"snj
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2010-05-14Reorder to canonical order.joerg
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
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
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-05-12don't do the -Wno-pointer-sign dance for host programs.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
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
2006-04-05Don't follow node->left after free(node).dsl
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-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14use bounded string opitojun
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-12`;' as macro arguments also need quoting.wiz
2002-09-30New sentence, new line. Some mdoc cleanup.grant
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Make this compilable as a host tool.tv
2001-12-01Sort sections.wiz
2001-12-01Whitespace cleanup.wiz
2001-06-12receive, not recievewiz
2001-05-03teach ctags(1) about // comments.ross
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES orkleink
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
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-27Fix typo reported by Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>hubertf
1998-11-06char -> unsigned charchristos
1998-11-06disambiguate if/else blockchristos
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-24Deal with the gnu __attribute__ keyword, which is in an odd place andross
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-18WARNSify, fix .Nm usage, getopt returns -1 not EOFlukem
1995-09-27Update lseek() constants:jtc
1995-09-02Sync with 4.4lite2jtc
1995-03-26Merge with 4.4Liteglass
1995-03-26Import from 4.4Liteglass