index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man_hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize style: "return" is not a function
Ingo Schwarze
2015-10-06
1
-5
/
+6
*
Decouple the token code for "no request or macro" from the individual
Ingo Schwarze
2015-04-19
1
-6
/
+4
*
Move mdoc_hash_init() and man_hash_init() to libmandoc.h
Ingo Schwarze
2015-04-18
1
-4
/
+3
*
Second step towards parser unification:
Ingo Schwarze
2015-04-02
1
-3
/
+3
*
First step towards parser unification:
Ingo Schwarze
2015-04-02
1
-0
/
+1
*
header cleanup:
Ingo Schwarze
2014-12-01
1
-1
/
+0
*
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
Ingo Schwarze
2014-08-10
1
-2
/
+0
*
KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,
Ingo Schwarze
2014-04-20
1
-3
/
+2
*
The files mandoc.c and mandoc.h contained both specialised low-level
Ingo Schwarze
2014-03-23
1
-1
/
+0
*
Scary-looking but otherwise harmless changes allow me to build for Windows.
Kristaps Dzonsons
2011-07-24
1
-5
/
+5
*
libmdoc.h and libman.h were including mdoc.h and man.h, respectively.
Kristaps Dzonsons
2011-03-22
1
-0
/
+1
*
Sync to OpenBSD: add missing Copyright years.
Ingo Schwarze
2010-07-31
1
-1
/
+1
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-0
/
+1
*
Removed `.' entry from -man hashtable.
Kristaps Dzonsons
2010-05-15
1
-6
/
+4
*
Lint fixes (type-safety for enums via -cefuh).
Kristaps Dzonsons
2010-05-08
1
-1
/
+1
*
Lint fixes.
Kristaps Dzonsons
2010-03-27
1
-1
/
+2
*
libman using enum mant instead of #defines for macros.
Kristaps Dzonsons
2010-03-23
1
-15
/
+40
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-0
/
+4
*
FreeBSD compile fixes (uqs@spoerlein.net).
Kristaps Dzonsons
2009-09-23
1
-0
/
+2
*
ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).
Kristaps Dzonsons
2009-09-17
1
-3
/
+4
*
Lintifications.
Kristaps Dzonsons
2009-09-16
1
-2
/
+2
*
Lookup hashes are now static tables, ordered first-level by second character,...
Kristaps Dzonsons
2009-09-16
1
-30
/
+9
*
Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).
Kristaps Dzonsons
2009-08-19
1
-7
/
+7
*
Added -fno-ign-chars support to libman.
Kristaps Dzonsons
2009-06-18
1
-3
/
+7
*
Removed MAN___: moved MAN_br to its index (comments not passed into parser).
Kristaps Dzonsons
2009-06-16
1
-1
/
+1
*
Fixed license email address.
Kristaps Dzonsons
2009-06-10
1
-1
/
+1
*
Using proper license template (const).
Kristaps Dzonsons
2009-04-12
1
-12
/
+10
*
man(3) doesn't use err.h anymore.
Kristaps Dzonsons
2009-04-05
1
-6
/
+6
*
mdoc_tokhash -> hash
Kristaps Dzonsons
2009-04-02
1
-8
/
+45
*
General clean-ups.
Kristaps Dzonsons
2009-03-31
1
-4
/
+0
*
Fixed reading whitespace for man.7 `. TH'.
Kristaps Dzonsons
2009-03-26
1
-1
/
+1
*
-man linked to mandoc in documentation.
Kristaps Dzonsons
2009-03-23
1
-0
/
+2
*
First addition of -man macro support.
Kristaps Dzonsons
2009-03-23
1
-0
/
+58