2014-08-30 |
Ingo Schwarze | Introduce a man(1) -l option as an alias for mandoc -a. |
blob | commitdiff | raw |
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 |
2011-02-09 |
Kristaps Dzonsons | Allow EQN data to be pushed down into libmdoc via mdoc_... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial EQN support to mandoc. This parses, then... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Kristaps Dzonsons | If `Ns' is specified on its own line, it should be... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | Since tbl_data() can now produce multiple spans, let... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Ingo Schwarze | Skip carriage return before newline, if any. |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Ingo Schwarze | When finding the roff .it request (line trap), |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Make out-of-context `fi' invocations not cause an error... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Ingo Schwarze | Refactoring in preparation for .rm support: |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Ingo Schwarze | Partial cleanup of argument count validation in mdoc(7): |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make sure we don't continue recursively parsing once... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add a warning if a data cell has no layout. Also make... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | More checks for proper table exit. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add documentation bits for libroff's new roff_span(). |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Switch on tbl rows being added to the parse stream... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Merge, with considerable changes, tbl.bsd.lv's layout... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Significant update to options handling, which now depar... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Revert IGNPAR to a warning after clue-stick applied... |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Ingo Schwarze | Sane behaviour for the growing of very small buffers: |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Add a "last child" member of struct mdoc_node. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Ingo Schwarze | Abort endless loops during roff macro and string expansion. |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Bring schwarze@'s mandoc.h and main.c errors and warnin... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Add support for `ft' macro found in groff(7). Based... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Merge schwarze@'s relaxation of scope-breaking rules... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove long-standing FIXME regarding the consolidation... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Merge schwarze@'s patch to allow uname() to fail withou... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Merge schwarze@'s changes allowing nested displays... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Ingo Schwarze | Track the parser status both per file (file_status... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Fix enum/int mixing. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Merge OpenBSD's `so' handling (plus some documentation... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Fix a subtle error in the new main.c where the parse... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Merge restructuring of main.c code. This provided... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Re-ordering of roff requests as per OpenBSD. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Remove left-over rsord[] in mdoc_actions.c. |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Kristaps Dzonsons | Use proper error for `An' multiple arguments. |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Kristaps Dzonsons | Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unles... |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Ingo Schwarze | If an explicit scope is still open at the end of an... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | fix previous: when bailing out due to -Wstop, |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Ingo Schwarze | Make sure we really throw away non-ASCII characters. |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Joerg Sonnenberger | Use 0 for MAP_FILE if it doesn't exist. From Hans Rosen... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Kristaps Dzonsons | Initial PDF shim over PS. This produces working PDF... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Kristaps Dzonsons | Strip non-graphable input characters from input. The... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Ingo Schwarze | Assert my copyright, making it explicit that i'm granti... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Stash `Bf' parameters into struct mdoc_bf. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Ingo Schwarze | Improve .Nm indentation in the SYNOPSIS; |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Ingo Schwarze | improve error reporting: |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Kristaps Dzonsons | Add in -Opaper=xxx support for -Tps postscript. This... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Downstream maintainers: this removes UGLY! I don't... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | First step of adding register support. This is inspire... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
next |