summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
AgeCommit message (Expand)Author
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2019-07-15explicitly reference the textproc/vgrind port;Ingo Schwarze
2017-10-11Ensure that the tag and line number are always separated by at least a singleanton
2015-12-31add mg to SEE ALSO. ok jmc@Mark Lumsden
2015-10-25Decapitalize yyparse tag name here.Vadim Zhukov
2015-10-15Do not abuse .Nm for emphasis;Ingo Schwarze
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath" handles all the cases of opening filesTheo de Raadt
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-08-22tweak previous;Jason McIntyre
2015-08-22system(3) call remove for updating (ctags -u)Sebastien Marie
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
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