summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
AgeCommit message (Expand)Author
2025-05-28packages: rename elftoolchain to toolchain, add more thingsLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19ctags: Use C99 bool instead of defining our ownCollin Funk
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-06-05ctags: Don't undercount lines when handling // comments.Dag-Erling Smørgrav
2023-05-25ctags: Recognize __attribute__ in function declarations.Dag-Erling Smørgrav
2023-05-25ctags: Support writing to stdout instead of a file.Dag-Erling Smørgrav
2023-05-23ctags: Error out if writing to stdout failed.Dag-Erling Smørgrav
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-10Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-01-08This now passes a make universe with WARNS=6.David Malone
2010-01-05Change a char that is used as an index into an array into an unisgned char.David Malone
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2007-02-04cleanup code: remove unnecessary and useless void castRalf S. Engelschall
2007-02-04Correct parser by using intended C equality ("==") instead ofRalf S. Engelschall
2007-02-04fix bug: avoid dereferencing content of an already free(3)'ed chunkRalf S. Engelschall
2006-07-18Fix type mismatch between char * and unsigned char *. C guarantees thatStefan Farfeleder
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-05-07It was pointed out[0] that ctags(1) uses some potentially dangerousCrist J. Clark
2003-06-08The .Xr filesPhilippe Charnier
2002-11-26mdoc(7) police: markup polishing.Ruslan Ermilov
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-05-30Document conformance to IEEE Std 1003.1-2001.Tim J. Robbins
2002-05-30Sort sections according to mdoc(7).Tim J. Robbins
2002-05-30Sort entries by locale collating order when -x is specified.Tim J. Robbins
2002-05-30Create tags for typedefs, structs, unions and enums by default (imply theTim J. Robbins
2002-05-30Avoid buffer overrun when identifies or filenames are extremely long.Tim J. Robbins
2002-05-27Exit non-zero if the tags file cannot be opened.Tim J. Robbins
2002-04-19Use `The .Nm utility'Philippe Charnier
2002-03-22remove __PWarner Losh
2002-02-27Add missing "#include <string.h>" for memcmp, noticed by gcc3.David Malone
2002-02-24ctags would create a corrupt tags file if the source C file used '//' styleGregory Neil Shapiro