summaryrefslogtreecommitdiffstats
path: root/man_action.c
Commit message (Expand)AuthorAgeFilesLines
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-1/+1
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+1
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-3/+12
* Plug second meta.source leak in `UT' handling.Kristaps Dzonsons2010-05-241-0/+3
* Fixed memory leak for `AT' (-man input).Kristaps Dzonsons2010-05-241-0/+3
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-3/+4
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+83
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-20/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* Fixed memory leak introduced in last checkin of man_action TH parsing (only i...Kristaps Dzonsons2010-05-151-1/+3
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-11/+3
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-1/+0
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-3/+27
* enum-ised rew_* return values (type-safety).Kristaps Dzonsons2010-03-241-2/+0
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-0/+3
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-18/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-32/+11
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+0
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-7/+4
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-1/+1
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+1
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-0/+1
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-13/+39
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-0/+1
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+3
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-2/+3
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-0/+1
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-9/+6
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-0/+1
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-0/+1
* General clean-ups.Kristaps Dzonsons2009-03-311-5/+6
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-0/+1
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-8/+6
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-6/+14
* Linux fix (prototype).Kristaps Dzonsons2009-03-251-0/+3
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-87/+74
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+196