aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctags
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police overhaul.Ruslan Ermilov2001-12-141-54/+77
* Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .EmPhilippe Charnier2001-12-127-35/+32
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-107-34/+41
* Use __FBSDID().Mark Murray2001-12-037-30/+29
* WARNS=2 fixup.Mark Murray2001-12-025-8/+8
* Print a space between the function name and line number.Mike Heffner2001-08-161-1/+1
* Add $FreeBSD$Mike Heffner2001-08-167-0/+25
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Style change and comment difference per bde.Matt Jacob2000-01-271-4/+7
* A cleaner fix to previous.Matt Jacob2000-01-271-7/+10
* Fix ctags from core dumping on alpha. Let the diffs out to review,Matt Jacob2000-01-271-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* 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-067-7/+8
* Ctags write to buffer beyond the end of it when the source filePoul-Henning Kamp1998-04-191-1/+1
* -Wall cleanup.Alexander Langer1997-12-293-3/+3
* Teach ctags(1) how to handle intermediate whitespace in macrosSteve Price1997-08-231-0/+20
* Add usage string. Typo in man page.Philippe Charnier1997-06-302-10/+15
* 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
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2711-0/+1825