summaryrefslogtreecommitdiff
path: root/usr.bin/ctags/ctags.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Change a char that is used as an index into an array into an unisgned char.David Malone2010-01-051-1/+1
* Fix type mismatch between char * and unsigned char *. C guarantees thatStefan Farfeleder2006-07-181-1/+1
* It was pointed out[0] that ctags(1) uses some potentially dangerousCrist J. Clark2004-05-071-16/+45
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-7/+4
* Sort entries by locale collating order when -x is specified.Tim J. Robbins2002-05-301-0/+6
* Create tags for typedefs, structs, unions and enums by default (imply theTim J. Robbins2002-05-301-3/+7
* Avoid buffer overrun when identifies or filenames are extremely long.Tim J. Robbins2002-05-301-7/+14
* Exit non-zero if the tags file cannot be opened.Tim J. Robbins2002-05-271-1/+1
* remove __PWarner Losh2002-03-221-3/+3
* Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .EmPhilippe Charnier2001-12-121-2/+2
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-031-5/+5
* WARNS=2 fixup.Mark Murray2001-12-021-2/+2
* Add $FreeBSD$Mike Heffner2001-08-161-0/+4
* Add braces to avoid ambigious else.Bill Fumerola1999-07-021-1/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* -Wall cleanup.Alexander Langer1997-12-291-1/+1
* Add usage string. Typo in man page.Philippe Charnier1997-06-301-9/+14
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Add newline, closes bin/1433Paul Traina1996-07-261-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+272