git.ckatri.com
/
mandoc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Lint fixes.
[mandoc.git]
/
man.c
2009-10-30
Kristaps Dzonsons
libmdoc and libman now using non-recoverable allocation...
blob
|
commitdiff
|
raw
2009-10-27
Kristaps Dzonsons
bzero() -> memset() (noted by Joerg Sonnenberger).
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Kristaps Dzonsons
-man also prints unknown macro (noted by Joerg Sonnenbe...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-24
Kristaps Dzonsons
Added `PD' to -man (doesn't do anything, yet).
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Kristaps Dzonsons
FreeBSD compile fixes (uqs@spoerlein.net).
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Kristaps Dzonsons
Lookup hashes are now static tables, ordered first...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-22
Kristaps Dzonsons
Added `UC' libman macro (has no effect).
blob
|
commitdiff
|
raw
|
diff to current
2009-08-22
Kristaps Dzonsons
Added check for graphable characters in initial-line...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Kristaps Dzonsons
Fix of MAN_NEXT when removing next-line dupes.
VERSION_1_9_1
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Kristaps Dzonsons
Removed superfluous XXX.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Kristaps Dzonsons
Fixed `nf' behaviour (had broken with de-chunking).
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Kristaps Dzonsons
Open explicit scope on libman exit now only generates...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-20
Kristaps Dzonsons
Added `DT' macro (pointed out by joerg@netbsd.org).
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Kristaps Dzonsons
Linux compat fix.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Kristaps Dzonsons
Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Kristaps Dzonsons
Added RS/RE macro pair (had to adjust closing rules...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Kristaps Dzonsons
Significant overhaul in libman. Macros are now block...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Kristaps Dzonsons
Added `sp' support to libman.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Kristaps Dzonsons
Tabularised error strings in libman.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-04
Kristaps Dzonsons
Moved escape validation into libmandoc.h/mandoc.c ...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-22
Kristaps Dzonsons
libman documents require `TH' and at least one node.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Kristaps Dzonsons
Added nchild decrement in libman (not used, but better...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Kristaps Dzonsons
Moved all formatted libman warn/error into man.c/libman.h.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Kristaps Dzonsons
Added -fno-ign-chars support to libman.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Kristaps Dzonsons
Removed MAN___: moved MAN_br to its index (comments...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Kristaps Dzonsons
Modernised comment handling: text following \" is throw...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-10
Kristaps Dzonsons
Fixed license email address.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-12
Kristaps Dzonsons
Using proper license template (const).
blob
|
commitdiff
|
raw
|
diff to current
2009-04-12
Kristaps Dzonsons
Spelling "preceed" -> "precede" (naddy).
blob
|
commitdiff
|
raw
|
diff to current
2009-04-05
Kristaps Dzonsons
man(3) doesn't use err.h anymore.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Kristaps Dzonsons
Proper resetting of memory.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-02
Kristaps Dzonsons
mdoc_tokhash -> hash
blob
|
commitdiff
|
raw
|
diff to current
2009-03-27
Kristaps Dzonsons
Added some new manuals (mdoc.3 mandoc_char.7).
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Kristaps Dzonsons
Fixed after-NLINE-error assertion.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Kristaps Dzonsons
Initial front-end formatting for -man pages.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Kristaps Dzonsons
Fixed inheritence of initial macro into man_macro.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Kristaps Dzonsons
Fixed reading whitespace for man.7 `. TH'.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Kristaps Dzonsons
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Kristaps Dzonsons
Added pflags to man_alloc.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Kristaps Dzonsons
Actions in place for prologue parsing.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Kristaps Dzonsons
Added man_action.c, renamed mdoc_action.c.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Kristaps Dzonsons
Added man validator, renamed mdoc validator.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Kristaps Dzonsons
-man linked to mandoc in documentation.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Kristaps Dzonsons
-man printing linked to -Ttree.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Kristaps Dzonsons
First addition of -man macro support.
blob
|
commitdiff
|
raw
|
diff to current