]> git.cameronkatri.com Git - mandoc.git/history - main.c
No need to hardcode /usr/bin/ as the path to more(1); helps portability.
[mandoc.git] / main.c
2015-04-03 Ingo SchwarzeNo need to hardcode /usr/bin/ as the path to more(1...
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeModernize documentation by inserting blanks between...
2015-03-17 Ingo SchwarzeSimplify: Now that rc is global anyway, no need to...
2015-03-17 Ingo SchwarzeWhen the user exits the pager before the pager has...
2015-03-10 Ingo SchwarzeWe can keep track of the pager PID without additional...
2015-03-10 Ingo SchwarzeFix a regression caused in rev. 1.212, reported by...
2015-03-06 Kristaps DzonsonsAllow compilation on Mac OS X, which doesn't have MACHI...
2015-02-27 Ingo SchwarzeWhen man(1) and apropos(1) look for a file man1/foo...
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-07 Ingo Schwarzebe more careful about argc == 0
2015-02-03 Ingo SchwarzeEnable the integrated man(1) even when database support...
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-16 Ingo SchwarzeLet man(1) show manuals for the current architecture...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2015-01-14 Ingo Schwarzeif earlier files set a non-zero exit status,
2015-01-13 Ingo SchwarzeBe developer-friendly, 'cause OpenBSD devs like to:
2015-01-13 Ingo Schwarzedo not spawn a pager when there is no output; issue...
2015-01-01 Ingo SchwarzeIf man(1) only has one single argument, always interpre...
2014-12-31 Ingo SchwarzeWhen showing more than one formatted manual page, inser...
2014-12-21 Ingo SchwarzeUse -m for macro set selection in mandoc(1) mode only...
2014-12-18 Ingo Schwarzeupdate usage() and the list of non-standard (i.e. non...
2014-12-17 Ingo SchwarzeBe a bit more lenient in what to accept for section...
2014-12-15 Ingo SchwarzeLet "man n open" do the same as "man -s n open" again...
2014-12-11 Ingo SchwarzeGuard some come needed for database support only by...
2014-12-09 Ingo SchwarzeSupport choosing alternative binary and manual names...
2014-12-09 Ingo SchwarzeIntegrate the makewhatis binary into the mandoc binary
2014-12-05 Ingo Schwarzeimplement help(1)
2014-12-02 Ingo SchwarzeSwitch the default output mode from -Tascii to -Tlocale.
2014-11-26 Ingo SchwarzeSimplify the mparse_open()/mparse_wait() interface.
2014-11-11 Ingo SchwarzeIn man(1) mode without -a, stop searching after the...
2014-11-11 Ingo SchwarzeLet -h imply -c (that is, not use the pager).
2014-11-11 Ingo Schwarzeimplement -h (synopsis only) for preformatted (cat...
2014-10-30 Ingo Schwarzeadd -K to usage() and wrap nicely; from jmc@
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-25 Ingo Schwarzeintegrate preconv(1) into mandoc(1);
2014-10-18 Ingo Schwarzeplug file descriptor leaks on read or write failure;
2014-09-03 Ingo SchwarzeAdd *.gz support to apropos(1) -a, man(1), and even...
2014-09-03 Ingo SchwarzeIf a manual page is installed gzip(1)ed, let makewhatis...
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-09-01 Ingo SchwarzeIn man(1) mode, change to the right directory before...
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):
next