aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_hash.c
Commit message (Expand)AuthorAgeFilesLines
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-6/+7
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-7/+5
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-181-5/+4
* Second step towards parser unification:Ingo Schwarze2015-04-021-4/+4
* First step towards parser unification:Ingo Schwarze2015-04-021-1/+2
* header cleanup:Ingo Schwarze2014-12-011-2/+1
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-4/+3
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-2/+1
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-6/+6
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-1/+2
* Removed `.' entry from -man hashtable.Kristaps Dzonsons2010-05-151-7/+5
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-2/+2
* Lint fixes.Kristaps Dzonsons2010-03-271-2/+3
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-16/+41
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-231-1/+3
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-4/+5
* Lintifications.Kristaps Dzonsons2009-09-161-3/+3
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-31/+10
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-8/+8
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-4/+8
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+2
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-7/+7
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-9/+46
* General clean-ups.Kristaps Dzonsons2009-03-311-5/+1
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-2/+2
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-1/+3
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+58