aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctags
Commit message (Expand)AuthorAgeFilesLines
* ctags: Use C99 bool instead of defining our ownCollin Funk2024-04-197-71/+70
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-18/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2710-26/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* ctags: Don't undercount lines when handling // comments.Dag-Erling Smørgrav2023-06-051-1/+1
* ctags: Recognize __attribute__ in function declarations.Dag-Erling Smørgrav2023-05-251-1/+32
* ctags: Support writing to stdout instead of a file.Dag-Erling Smørgrav2023-05-252-5/+34
* ctags: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-05-231-0/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-208-8/+24
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-289-9/+9
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-106-10/+10
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-119-36/+0
* This now passes a make universe with WARNS=6.David Malone2010-01-081-2/+0
* Change a char that is used as an index into an array into an unisgned char.David Malone2010-01-052-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* cleanup code: remove unnecessary and useless void castRalf S. Engelschall2007-02-041-1/+1
* Correct parser by using intended C equality ("==") instead ofRalf S. Engelschall2007-02-041-1/+1
* fix bug: avoid dereferencing content of an already free(3)'ed chunkRalf S. Engelschall2007-02-041-1/+3
* Fix type mismatch between char * and unsigned char *. C guarantees thatStefan Farfeleder2006-07-181-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* It was pointed out[0] that ctags(1) uses some potentially dangerousCrist J. Clark2004-05-071-16/+45
* The .Xr filesPhilippe Charnier2003-06-081-0/+1
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-1/+1
* ANSIify function definitions to avoid a warning.David Malone2002-07-287-35/+21
* Document conformance to IEEE Std 1003.1-2001.Tim J. Robbins2002-05-301-0/+5
* Sort sections according to mdoc(7).Tim J. Robbins2002-05-301-8/+8
* Sort entries by locale collating order when -x is specified.Tim J. Robbins2002-05-302-1/+7
* Create tags for typedefs, structs, unions and enums by default (imply theTim J. Robbins2002-05-302-6/+17
* Avoid buffer overrun when identifies or filenames are extremely long.Tim J. Robbins2002-05-305-14/+37
* Exit non-zero if the tags file cannot be opened.Tim J. Robbins2002-05-271-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+4
* remove __PWarner Losh2002-03-225-21/+21
* Add missing "#include <string.h>" for memcmp, noticed by gcc3.David Malone2002-02-271-0/+1
* ctags would create a corrupt tags file if the source C file used '//' styleGregory Neil Shapiro2002-02-243-13/+16
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* add missing <string.h> to give strcpy() a prototypeAndrew Gallatin2002-02-081-0/+1