2015-07-28 |
Ingo Schwarze | Remove the hack of scrolling forward and backward with... |
blob | commitdiff | raw |
2015-07-21 |
Ingo Schwarze | When creation of the temporary tags file fails, call... |
blob | commitdiff | raw | diff to current |
2015-07-19 |
Ingo Schwarze | Do not fork and exec gunzip(1), just link with libz... |
blob | commitdiff | raw | diff to current |
2015-07-19 |
Ingo Schwarze | If we aren't on a tty, clear the pager flag up front. |
blob | commitdiff | raw | diff to current |
2015-07-18 |
Ingo Schwarze | Insist that manual page file name extensions must begin... |
blob | commitdiff | raw | diff to current |
2015-07-17 |
Ingo Schwarze | Initial, still somewhat experimental implementation... |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Ingo Schwarze | Improve the error message in case somebody has configur... |
blob | commitdiff | raw | diff to current |
2015-04-20 |
Ingo Schwarze | Fix previous: Don't let man(1) warn twice about non... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | If apropos(1) finds no match, print "nothing appropriat... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Profit from the unified struct roff_man and reduce... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Ingo Schwarze | shorten "outdated mandoc.db" warning message; requested... |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Ingo Schwarze | No need to hardcode /usr/bin/ as the path to more(1... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Actually use the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Parse the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Modernize documentation by inserting blanks between... |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Ingo Schwarze | Simplify: Now that rc is global anyway, no need to... |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Ingo Schwarze | When the user exits the pager before the pager has... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Ingo Schwarze | We can keep track of the pager PID without additional... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Ingo Schwarze | Fix a regression caused in rev. 1.212, reported by... |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Kristaps Dzonsons | Allow compilation on Mac OS X, which doesn't have MACHI... |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Ingo Schwarze | When man(1) and apropos(1) look for a file man1/foo... |
blob | commitdiff | raw | diff to current |
2015-02-16 |
Ingo Schwarze | Delete the -V option. It serves no purpose but keeps... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Ingo Schwarze | trim trailing white space, no code change; |
blob | commitdiff | raw | diff to current |
2015-02-07 |
Ingo Schwarze | be more careful about argc == 0 |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Ingo Schwarze | Enable the integrated man(1) even when database support... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | Split the -Werror message level into -Werror (broken... |
blob | commitdiff | raw | diff to current |
2015-01-16 |
Ingo Schwarze | Let man(1) show manuals for the current architecture... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | Fatal errors no longer exist. |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | if earlier files set a non-zero exit status, |
blob | commitdiff | raw | diff to current |
2015-01-13 |
Ingo Schwarze | Be developer-friendly, 'cause OpenBSD devs like to: |
blob | commitdiff | raw | diff to current |
2015-01-13 |
Ingo Schwarze | do not spawn a pager when there is no output; issue... |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Ingo Schwarze | If man(1) only has one single argument, always interpre... |
blob | commitdiff | raw | diff to current |
2014-12-31 |
Ingo Schwarze | When showing more than one formatted manual page, inser... |
blob | commitdiff | raw | diff to current |
2014-12-21 |
Ingo Schwarze | Use -m for macro set selection in mandoc(1) mode only... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | update usage() and the list of non-standard (i.e. non... |
blob | commitdiff | raw | diff to current |
2014-12-17 |
Ingo Schwarze | Be a bit more lenient in what to accept for section... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
Ingo Schwarze | Let "man n open" do the same as "man -s n open" again... |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Ingo Schwarze | Guard some come needed for database support only by... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
Ingo Schwarze | Support choosing alternative binary and manual names... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
Ingo Schwarze | Integrate the makewhatis binary into the mandoc binary |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Ingo Schwarze | implement help(1) |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Switch the default output mode from -Tascii to -Tlocale. |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | Simplify the mparse_open()/mparse_wait() interface. |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Ingo Schwarze | In man(1) mode without -a, stop searching after the... |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Ingo Schwarze | Let -h imply -c (that is, not use the pager). |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Ingo Schwarze | implement -h (synopsis only) for preformatted (cat... |
blob | commitdiff | raw | diff to current |
2014-10-30 |
Ingo Schwarze | add -K to usage() and wrap nicely; from jmc@ |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | integrate preconv(1) into mandoc(1); |
blob | commitdiff | raw | diff to current |
2014-10-18 |
Ingo Schwarze | plug file descriptor leaks on read or write failure; |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | Add *.gz support to apropos(1) -a, man(1), and even... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | If a manual page is installed gzip(1)ed, let makewhatis... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | Implement the traditional -h option for man(1): show... |
blob | commitdiff | raw | diff to current |
2014-09-01 |
Ingo Schwarze | In man(1) mode, change to the right directory before... |
blob | commitdiff | raw | diff to current |
2014-08-30 |
Ingo Schwarze | Introduce a man(1) -l option as an alias for mandoc -a. |
blob | commitdiff | raw | diff to current |
2014-08-23 |
Ingo Schwarze | without search results, skip the processing loops and... |
blob | commitdiff | raw | diff to current |
2014-08-23 |
Ingo Schwarze | Let man(1) display preformatted manuals by simply readi... |
blob | commitdiff | raw | diff to current |
2014-08-22 |
Ingo Schwarze | implement man(1) quirk: section argument without -s |
blob | commitdiff | raw | diff to current |
2014-08-22 |
Ingo Schwarze | implement MANPAGER and PAGER |
blob | commitdiff | raw | diff to current |
2014-08-22 |
Ingo Schwarze | mandoc -a, man, apropos -a, whatis -a now paginate... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Ingo Schwarze | Implement classic man(1) output mode showing only one... |
blob | commitdiff | raw | diff to current |
2014-08-20 |
Ingo Schwarze | Parse the new -a, -i, and -w options. |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Ingo Schwarze | Fully integrate apropos(1) into mandoc(1). |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | When BUILD_DB is active, link apropos(1) into the mando... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-06-21 |
Ingo Schwarze | Reduce the verbosity of error messages caused by open... |
blob | commitdiff | raw | diff to current |
2014-06-21 |
Ingo Schwarze | Prefix messages about bad command line options and... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | As suggested by jmc@, only include line and column... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Prefix error messages from mandoc(1) with "mandoc: " |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Without the MPARSE_SO option, if the file contains... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Joerg Sonnenberger contributed copyrightable amounts... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Ingo Schwarze | sync usage(), and tidy up the output a little; from... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Support -Ios='OpenBSD 5.1' to override uname(3) as... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Kristaps Dzonsons | If -Tman is specified and input is -man, echo the prepr... |
blob | commitdiff | raw | diff to current |
2011-09-17 |
Ingo Schwarze | Initial, incomplete support for -Tman |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Kristaps Dzonsons | Turn on -Tutf8 in the frontend. Here we go! |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Add mode for -Tlocale. This mode, with this commit... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Kristaps Dzonsons | Make -Werr be -Wlevel, keeping it in sync with mandoc... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Kristaps Dzonsons | Put mandocerrs and mandoclevels arrays into libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | Make (e.g.) `SM' before `B' be only a warning. In... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Add a FATAL error for when no manual type was assigned... |
blob | commitdiff | raw | diff to current |
2011-03-21 |
Kristaps Dzonsons | main.c doesn't need roff.h anymore. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Let read.c worry about the currently-open file instead... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Split the document parsing sequence out of main.c and... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | mandocmsg finally has no return value. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Kristaps Dzonsons | Push exit_status into struct curparse alongside file_st... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Remove duplicate UNCONST definition. |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Clean-up: make file_status global be local to curparse... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Consolidate "rc" value in main.c around addspan, addeqn... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow -man to process EQN as well. Also fix a segfault... |
blob | commitdiff | raw | diff to current |
next |