2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw |
2014-01-11 |
Ingo Schwarze | Remove useless use of strnlen(3). |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Ingo Schwarze | Cache the result of uname(3) such that we don't need... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Joerg Sonnenberger contributed copyrightable amounts... |
blob | commitdiff | raw | diff to current |
2013-12-15 |
Ingo Schwarze | The "value" argument to the roff(7) .nr requests ends... |
blob | commitdiff | raw | diff to current |
2013-10-21 |
Ingo Schwarze | There are three kinds of input lines: text lines, macro... |
blob | commitdiff | raw | diff to current |
2013-10-06 |
Ingo Schwarze | We don't do hyphenation, but we allow breaking the... |
blob | commitdiff | raw | diff to current |
2013-10-06 |
Ingo Schwarze | If there is random stuff inside a .Bl block body before... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Support setting arbitrary roff(7) number registers, |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Ingo Schwarze | One of the WARNING messages has to use the word "sectio... |
blob | commitdiff | raw | diff to current |
2013-08-05 |
Ingo Schwarze | Put .%C before .%D in .Rs output |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Warn about unknown volume or arch in Dt macro arguments; |
blob | commitdiff | raw | diff to current |
2012-07-18 |
Ingo Schwarze | Fix handling of paragraph macros inside lists: |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Ingo Schwarze | Several -mdoc parser improvements related to vertical... |
blob | commitdiff | raw | diff to current |
2012-07-12 |
Ingo Schwarze | The post_nm() validation function crashed when the... |
blob | commitdiff | raw | diff to current |
2012-07-11 |
Ingo Schwarze | fix position and formatting of %U; |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Ingo Schwarze | * implement -Tman .Bl -item -inset -diag -ohang -dash... |
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 |
2012-05-27 |
Ingo Schwarze | update Copyright years according to the CVS logs; no... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Make the `-width' field to `Bl' not puke if it doesn... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
Ingo Schwarze | When processing .Sh HEAD, as soon as we know which... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Ingo Schwarze | In man(7), when no explicit volume name is given, use... |
blob | commitdiff | raw | diff to current |
2011-11-19 |
Ingo Schwarze | Improve misleading comment: |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Joerg Sonnenberger | Bail out explicitly on invalid .Rs content like: |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Ingo Schwarze | Remove a bunch of useless assignments, |
blob | commitdiff | raw | diff to current |
2011-09-02 |
Kristaps Dzonsons | Make -man check for tabs correctly print the column. VERSION_1_11_7 |
blob | commitdiff | raw | diff to current |
2011-08-19 |
Kristaps Dzonsons | Avoid incorrect casting by using an implicit cast.... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Kristaps Dzonsons | Fixed mingw compatibility where the "z" printf() modifi... |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Kristaps Dzonsons | Allow `Sx' and `Ss' to have child nodes. Fixes manuals... |
blob | commitdiff | raw | diff to current |
2011-07-26 |
Kristaps Dzonsons | Move checking of escapes into roff.c, where we're alrea... |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Kristaps Dzonsons | Make `struct roff' be passed into libmdoc and libman... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | No code change: fixing spelling errors. From a patch... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Kristaps Dzonsons | Remove the warning for empty bodies of `Sh', `Ss',... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Kristaps Dzonsons | Make uname have its return value checked for -1 (POSIX... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
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-17 |
Kristaps Dzonsons | Note that mdoc_valids[] is static. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Clean-up in libmdoc: fix last checks for mdoc_*msg... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_macro2len() into mdoc_validate.c as macro2len... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_str2sec() into mdoc_validate.c as a2sec(... |
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-07 |
Ingo Schwarze | Clean up date handling, |
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-06 |
Kristaps Dzonsons | Add initial libmdoc and libman top-most machinery for... |
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 |
Kristaps Dzonsons | Push capitalisation of `Bx' second argument into valida... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Kristaps Dzonsons | If %B is specified, quote %T. Noted by schwarze@ in... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Ingo Schwarze | Check argument count validation for all in_line() macros. |
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-01 |
Kristaps Dzonsons | Add table processing structures to -mdoc. This consist... |
blob | commitdiff | raw | diff to current |
2010-12-25 |
Kristaps Dzonsons | Implement schwarze@'s much more elegant version of... |
blob | commitdiff | raw | diff to current |
2010-12-25 |
Kristaps Dzonsons | Specifying both %T and %J in an `Rs' block causes the... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | As per schwarze@'s suggestions, roll back the refcount... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Ingo Schwarze | At the beginning of .Bl, .Sm is allowed, |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Kristaps Dzonsons | Migrate `An' to use a pointer in its data, like everybo... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Kristaps Dzonsons | Back out last: apparently `Bl', `It', and `Pp' need... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Kristaps Dzonsons | Allow `It' to have a trailing paragraph if the surround... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Kristaps Dzonsons | First, make `Pp' (next to `Sm') be allowed as the first... |
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-09 |
Kristaps Dzonsons | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', ... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove repeat notification of -width omission. From... |
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-01 |
Kristaps Dzonsons | Fixed a goddamn subtle error causing MDOC_LITERAL to... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Simplify the many if ( ! mdoc_nmsg()) return(0) etc... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Moved all prologue actions from mdoc_action.c into... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Move post_bl() and subfunctions from mdoc_action.c... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Move -column list validation and normal-formisation... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Migrate `Nm' and `Pa' handling from mdoc_action.c into... |
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-11-29 |
Kristaps Dzonsons | Move `Lb' handling from mdoc_action.c into mdoc_validate.c. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Move `At' handling from mdoc_action.c into mdoc_validate.c. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Move `Sh' validation from mdoc_action.c. into mdoc_vali... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Clarifying role of pre_pp (now pre_par), which was... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Move `Mt', `Ar', and `Li' handling from mdoc_action... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Migrate action for `Rs' into mdoc_validate.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-10-11 |
Kristaps Dzonsons | Initial commit of cleaned-up validation code for -mdoc... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Ingo Schwarze | Merge from OpenBSD right after 1.10.6; now back to... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Kristaps Dzonsons | Consider both `Lp' and `Pp' when stripping prior paragr... |
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-08-29 |
Kristaps Dzonsons | Made -mdoc `Pp', `Lp', and `br' not FATAL when having... |
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-07-26 |
Kristaps Dzonsons | Note that `Dd' can be empty. This found following... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Finally make mdoc argv CPP-defines into a proper enum. |
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-19 |
Kristaps Dzonsons | Remove some FIXMEs: `Ms' accepts arbitrary text, so... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Kristaps Dzonsons | Cache column sizes and char pointer into mdoc_bl. ... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Ingo Schwarze | Not only for -tag lists, but for -hang, -ohang, -inset... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Cached `An' arguments in struct mdoc_an. Note that... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Fix: was checking HEAD for arguments. |
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 |
Kristaps Dzonsons | Make struct_bl and struct_bd into pointers. This remov... |
blob | commitdiff | raw | diff to current |
next |