]> git.cameronkatri.com Git - mandoc.git/history - main.c
Introduce a man(1) -l option as an alias for mandoc -a.
[mandoc.git] / main.c
2014-08-30 Ingo SchwarzeIntroduce a man(1) -l option as an alias for mandoc -a.
2014-08-23 Ingo Schwarzewithout search results, skip the processing loops and...
2014-08-23 Ingo SchwarzeLet man(1) display preformatted manuals by simply readi...
2014-08-22 Ingo Schwarzeimplement man(1) quirk: section argument without -s
2014-08-22 Ingo Schwarzeimplement MANPAGER and PAGER
2014-08-22 Ingo Schwarzemandoc -a, man, apropos -a, whatis -a now paginate...
2014-08-21 Ingo SchwarzeImplement classic man(1) output mode showing only one...
2014-08-20 Ingo SchwarzeParse the new -a, -i, and -w options.
2014-08-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
2014-08-16 Ingo SchwarzeWhen BUILD_DB is active, link apropos(1) into the mando...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-06-21 Ingo SchwarzeReduce the verbosity of error messages caused by open...
2014-06-21 Ingo SchwarzePrefix messages about bad command line options and...
2014-06-20 Ingo SchwarzeAs suggested by jmc@, only include line and column...
2014-06-20 Ingo SchwarzePrefix error messages from mandoc(1) with "mandoc: "
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-19 Ingo SchwarzeWithout the MPARSE_SO option, if the file contains...
2014-03-19 Ingo SchwarzeGeneralize the mparse_alloc() and roff_alloc() function...
2014-01-06 Ingo SchwarzeJoerg Sonnenberger contributed copyrightable amounts...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2012-11-19 Ingo Schwarzesync usage(), and tidy up the output a little; from...
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-09-17 Ingo SchwarzeInitial, incomplete support for -Tman
2011-05-20 Kristaps DzonsonsTurn on -Tutf8 in the frontend. Here we go!
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-03-31 Kristaps DzonsonsMake -Werr be -Wlevel, keeping it in sync with mandoc...
2011-03-28 Kristaps DzonsonsPut mandocerrs and mandoclevels arrays into libmandoc...
2011-03-23 Kristaps DzonsonsMake (e.g.) `SM' before `B' be only a warning. In...
2011-03-22 Kristaps DzonsonsAdd a FATAL error for when no manual type was assigned...
2011-03-21 Kristaps Dzonsonsmain.c doesn't need roff.h anymore.
2011-03-20 Kristaps DzonsonsLet read.c worry about the currently-open file instead...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-20 Kristaps DzonsonsSplit the document parsing sequence out of main.c and...
2011-03-17 Kristaps Dzonsonsmandocmsg finally has no return value.
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-16 Kristaps DzonsonsPush exit_status into struct curparse alongside file_st...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-03-15 Kristaps DzonsonsRemove duplicate UNCONST definition.
2011-03-15 Kristaps DzonsonsClean-up: make file_status global be local to curparse...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsConsolidate "rc" value in main.c around addspan, addeqn...
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-25 Ingo SchwarzeSince tbl_data() can now produce multiple spans, let...
2011-01-24 Ingo SchwarzeSkip carriage return before newline, if any.
2011-01-22 Ingo SchwarzeWhen finding the roff .it request (line trap),
2011-01-12 Kristaps DzonsonsMake out-of-context `fi' invocations not cause an error...
2011-01-11 Ingo SchwarzeRefactoring in preparation for .rm support:
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-03 Ingo SchwarzePartial cleanup of argument count validation in mdoc(7):
2011-01-03 Kristaps DzonsonsMake sure we don't continue recursively parsing once...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsMore checks for proper table exit.
2011-01-01 Kristaps DzonsonsAdd documentation bits for libroff's new roff_span().
2011-01-01 Kristaps DzonsonsSwitch on tbl rows being added to the parse stream...
2010-12-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-22 Kristaps DzonsonsRevert IGNPAR to a warning after clue-stick applied...
2010-12-21 Ingo SchwarzeSane behaviour for the growing of very small buffers:
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-10 Ingo SchwarzeAbort endless loops during roff macro and string expansion.
2010-12-06 Kristaps DzonsonsBring schwarze@'s mandoc.h and main.c errors and warnin...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsMerge schwarze@'s relaxation of scope-breaking rules...
2010-12-05 Kristaps DzonsonsRemove long-standing FIXME regarding the consolidation...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s patch to allow uname() to fail withou...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s changes allowing nested displays...
2010-12-02 Ingo SchwarzeTrack the parser status both per file (file_status...
2010-12-01 Kristaps DzonsonsFix enum/int mixing.
2010-12-01 Kristaps DzonsonsMerge OpenBSD's `so' handling (plus some documentation...
2010-12-01 Kristaps DzonsonsFix a subtle error in the new main.c where the parse...
2010-12-01 Kristaps DzonsonsMerge restructuring of main.c code. This provided...
2010-12-01 Kristaps DzonsonsRe-ordering of roff requests as per OpenBSD.
2010-11-29 Kristaps DzonsonsRemove left-over rsord[] in mdoc_actions.c.
2010-10-11 Kristaps DzonsonsUse proper error for `An' multiple arguments.
2010-09-27 Kristaps DzonsonsIgnore double-`Pp' and `Pp' before `Bd' and `Bl' (unles...
2010-09-26 Ingo SchwarzeIf an explicit scope is still open at the end of an...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo Schwarzefix previous: when bailing out due to -Wstop,
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-08 Ingo SchwarzeMake sure we really throw away non-ASCII characters.
2010-07-29 Joerg SonnenbergerUse 0 for MAP_FILE if it doesn't exist. From Hans Rosen...
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-20 Kristaps DzonsonsStrip non-graphable input characters from input. The...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-01 Ingo SchwarzeImprove .Nm indentation in the SYNOPSIS;
2010-06-30 Ingo Schwarzeimprove error reporting:
2010-06-29 Kristaps DzonsonsAdd in -Opaper=xxx support for -Tps postscript. This...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-26 Kristaps DzonsonsFirst step of adding register support. This is inspire...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
next