aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/lexi.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Restore and document -ps / -nps option.Dag-Erling Smørgrav2023-06-291-3/+5
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* indent(1): bug fix after r336333Piotr Pawel Stefaniak2018-08-151-1/+2
* indent(1): rewrite the integer/floating constant scanning part of lexi.cPiotr Pawel Stefaniak2018-07-161-99/+79
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-101-1/+1
* indent(1): if an identifier can be either a typedef name or as a structPiotr Pawel Stefaniak2018-06-031-0/+4
* indent(1): improve CHECK_SIZE_ macrosPiotr Pawel Stefaniak2018-06-031-46/+31
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-031-16/+0
* indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak2018-06-031-7/+9
* indent(1): recognize more type namesPiotr Pawel Stefaniak2018-06-031-0/+10
* indent(1): don't format function declarations as variablesPiotr Pawel Stefaniak2018-06-031-6/+34
* indent(1): disjoint parser state from lexi()Piotr Pawel Stefaniak2018-06-031-29/+13
* indent(1): improve predictability of lexi()Piotr Pawel Stefaniak2018-06-031-46/+48
* indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak2018-06-031-5/+3
* indent(1): don't indent typedef declarations as object declarationsPiotr Pawel Stefaniak2018-06-011-1/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* indent(1): don't produce unneeded space character in function declarators.Piotr Pawel Stefaniak2017-07-231-2/+3
* indent(1): Support binary integer literals.Piotr Pawel Stefaniak2017-05-181-4/+34
* indent(1): Do not define opchar unless it will be used.Pedro F. Giffuni2016-12-021-0/+2
* indent(1): Fix indent's confusion about custom FreeBSD macros.Pedro F. Giffuni2016-12-021-5/+10
* indent(1): Properly handle the wide string literal and wide char constant L.Pedro F. Giffuni2016-11-271-0/+5
* indent(1): Fix off-by-one in control flow leading dead code.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni2016-08-231-4/+9
* indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni2016-08-041-73/+89
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-031-4/+5
* indent(1): accept offsetof(3) as a keyword.Pedro F. Giffuni2016-08-031-18/+17
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): Yet more style issues.Pedro F. Giffuni2016-07-301-1/+1
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-291-2/+2
* indent(1): Support "f" and "F" floating constant suffixes.Pedro F. Giffuni2016-07-291-4/+2
* Revert r303487: Wrong commit log.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-4/+2
* indent(1): Fix typo.Pedro F. Giffuni2016-06-061-1/+1
* indent(1): don't treat bare '_t' as a type name when -ta is usedAndriy Gapon2010-04-151-2/+3
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesAndriy Gapon2010-03-311-0/+12
* Use the appropriate error function for displaying the error,Diomidis Spinellis2005-11-201-1/+1
* Fixed misformatting of "struct foo *bar" in function parameter lists. ItBruce Evans2004-02-091-8/+11
* Expanded the size of the keyword table from 100 to 1000 entries so thatBruce Evans2004-02-091-1/+3
* Backed out rev.1.4 and 1.7 so they they can be implemented and committedBruce Evans2004-02-091-18/+5
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-2/+1
* SpellingPhilippe Charnier2002-10-161-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-3/+3
* 1) Const enough things to avoid warnings.David Malone2002-03-301-6/+7
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-44/+45
* Properly handle backslash newline within an identifier or keyword.Jens Schweikhardt2001-10-191-1/+11
* Fix damage I did in rev 1.4 that broke formatting this example:David E. O'Brien2001-04-201-0/+2