]> git.cameronkatri.com Git - mandoc.git/history - mdoc.c
store the operating system name obtained from uname(3) in the adequate
[mandoc.git] / mdoc.c
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2011-01-01 Kristaps DzonsonsClean up {mdoc,man}_pmsg and vmsg invocations (ignore...
2010-12-25 Kristaps DzonsonsSpecifying both %T and %J in an `Rs' block causes the...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-06 Kristaps DzonsonsMerge schwarze@'s relaxation of scope-breaking rules...
2010-12-01 Kristaps DzonsonsMake sure that the manual section defaults to `1' if...
2010-11-30 Kristaps Dzonsonsmdoc_action.c is no more. Attic it and remove it from...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-08-29 Kristaps DzonsonsAllow `.xx\}' where xx is a macro (e.g., `.br\}') to...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-08 Ingo Schwarzesimplify the code copying the macro name, and sync the
2010-08-07 Kristaps DzonsonsClean out the isgraph() checks in mdoc.c and man.c...
2010-08-07 Kristaps Dzonsons"Groff allows the initial macro on a line to be delimit...
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
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 Kristaps DzonsonsRemove my own dumb FIXME and mark a static function...
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Ingo SchwarzeIn the mdoc(7) parser, inspect roff registers early...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsAllow registers to be unset. Implement and document...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-05-31 Kristaps DzonsonsFixed my breaking of Ingo's eoln-whitespace detection...
2010-05-31 Kristaps DzonsonsMacro lines now infer an `It' if they immediately follo...
2010-05-31 Kristaps DzonsonsStrengthened constraint for passing into `It'.
2010-05-31 Kristaps DzonsonsAdd ability to interpret initial free-form lines as...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMade `Dt' default to LOCAL and UNKNOWN instead of local...
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzerewrite the main mdoc text parser, mdoc_ptext(),
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-16 Kristaps DzonsonsFix allowing silly '\'' control character.
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-14 Kristaps DzonsonsBacked out check for `Ex' manual sec (ok schwarze@...
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-12 Kristaps DzonsonsPut the eos-checker into libmandoc.h.
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
2010-05-08 Kristaps DzonsonsFix asserts on stripping end-of-line whitespace.
2010-05-08 Kristaps DzonsonsStrip trailing, unescaped whitespace from free-form...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsDe-chunking of text removed from parsers. This is...
2010-04-08 Kristaps DzonsonsSync'd mdoc.c's function names with man.c.
2010-04-08 Kristaps DzonsonsProperly checked in Ingo Schwarze' prologue/body-breaki...
2010-04-06 Kristaps DzonsonsMigrating mdoc_node_free() and mdoc_node_freelist(...
2010-04-05 Kristaps DzonsonsCommited relaxation of title-less document error-out...
2010-04-03 Kristaps DzonsonsMerging patch by Ingo Schwarze.
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-01-07 Kristaps DzonsonsCheck for white-space at the end of free-form text...
2010-01-07 Kristaps DzonsonsCheck for white-space at end of stand-alone macro line.
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-26 Kristaps Dzonsons-man also prints unknown macro (noted by Joerg Sonnenbe...
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-15 Kristaps DzonsonsAdded warning about specifying list arguments before...
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-09-23 Kristaps DzonsonsFreeBSD compile fixes (uqs@spoerlein.net).
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-22 Kristaps DzonsonsAdded check for graphable characters in initial-line...
2009-08-20 Kristaps DzonsonsFix to libmdoc passing over delimiters.
2009-08-19 Kristaps DzonsonsIn-line documentation of mdoc_macro file.
2009-08-19 Kristaps DzonsonsMoved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
2009-08-18 Kristaps Dzonsonslibmdoc accepts whitespace following control character. VERSION_1_9_0
2009-08-13 Kristaps DzonsonsNoted areas that need work in libmdoc.
2009-07-29 Kristaps DzonsonsColumns with `Bl -column' correctly check for CALLABLE...
2009-07-29 Kristaps DzonsonsMoved CALLABLE check to lookup_raw().
2009-07-27 Kristaps Dzonsonsmain.c using fprintf instead of warnx for parse errors...
2009-07-20 Kristaps DzonsonsReplaced ugly TABSEP handling with simpler routine.
2009-07-17 Kristaps DzonsonsRemoved EARGVPARM (superfluous, overly error-generating).
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-16 Kristaps DzonsonsAdded Linux compat (strlcpy).
2009-07-15 Kristaps Dzonsonslibmdoc now breaks up free-form lines into tokens prior...
2009-07-12 Kristaps DzonsonsReplacement of `Lb' in mdoc_action.c.
2009-07-07 Kristaps DzonsonsTabularised error-code lookup in mdoc.c.
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-17 Kristaps DzonsonsSection orders are more elegantly handled (MDOC_PBODY...
2009-06-17 Kristaps DzonsonsFixed lint invocation in Makefile.
2009-06-16 Kristaps DzonsonsClean-up: in-source documentation.
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-16 Kristaps DzonsonsModernised comment handling: text following \" is throw...
2009-06-15 Kristaps DzonsonsDeprecated mdoc_msg (not being used anywhere).
2009-06-15 Kristaps DzonsonsRemoved mdoc_nwarn (not being used anywhere).
2009-06-15 Kristaps Dzonsonsmdoc error/warn macros replaced with real functions...
2009-06-12 Kristaps DzonsonsLint fixes (no effect).
2009-06-10 Kristaps DzonsonsFixed license email address.
next