summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
AgeCommit message (Expand)Author
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2014-12-10The macros endtoken and isgood aren't used anywhere... zap them andTobias Stoeckmann
2014-12-08fix a crash with '(' at EOF found with the afl fuzzerJonathan Gray
2014-02-01note which languages are extensions; ok millertJason McIntyre
2013-11-26unsigned char casts for ctypeTheo de Raadt
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-01-15Document what remains of the 2BSD heritage.Ingo Schwarze
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2010-11-04- fix a comma oopsieJason McIntyre
2010-11-03POSIX specifies that ctags create tags for typedefs, structs, unions,Todd C. Miller
2010-10-19no more vgrind(1); ok deraadtJason McIntyre
2010-10-01more EXIT STATUS tweaks; from Daniel DickmanJason McIntyre
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
2006-02-11Initialize been_warned. From Benjamin Pineau in PR 5007.Otto Moerbeek
2005-04-18fix a potential use after free and plug some memory leaks.Patrick Latifi
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
2003-10-28prototype declared static, but function was not. add static to function.Anil Madhavapeddy
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12merge in NetBSD diffs:Paul Janzen
2003-04-25check asprintf return value for error, as the pointer is not guaranteedPeter Valchev
2003-04-07replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...Theo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2001-08-23recieve -> receiveAaron Campbell
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-07-26Still truncate too long identifiers, but avoid writing all over the stack.Marc Espie
2000-07-25deal with a number of overflows pointed out by fuzz; in most cases, we trunca...Theo de Raadt
2000-07-25KNFTheo de Raadt
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-02ambigious elseTheo de Raadt
1999-06-05- remove trailing white spaceAaron Campbell
1999-02-27typo; helbig@Informatik.BA-Stuttgart.DETheo de Raadt
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1997-11-04buffer overrun; shigio@wafu.netgate.netTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-07-21make it less sensitive to incredibly bad indentation; shigio@wafu.netgate.netTheo de Raadt