]> git.cameronkatri.com Git - mandoc.git/history - mdoc.c
Third step towards parser unification:
[mandoc.git] / mdoc.c
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.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.
2009-03-21 Kristaps DzonsonsAdded %Q macro.
2009-03-20 Kristaps DzonsonsSupport for `Bd' of all types (see mdoc.7 for newline... VERSION_1_6_2
2009-03-19 Kristaps DzonsonsMany more ASCII escapes added.
2009-03-16 Kristaps DzonsonsChanged e-mail address to @openbsd.
2009-03-16 Kristaps DzonsonsFixed mdoc_phrase escape handling.
2009-03-12 Kristaps DzonsonsAdded -nested (doesn't do anything).
2009-03-12 Kristaps DzonsonsNetBSD '.[[:whitespace:]]*' properly handled.
2009-03-12 Kristaps DzonsonsBrq/Bro/Brc fixed up and pretty.
2009-03-11 Kristaps DzonsonsExpanded perfect htab to use 27 * 26 * 3 space.
2009-03-09 Kristaps DzonsonsAdded `Mt' and `Lk' macros (NetBSD).
2009-03-09 Kristaps DzonsonsFixed valgrind issues. VERSION_1_4_6
2009-03-09 Kristaps DzonsonsAdded "Input Encoding" section to mdoc*.1. VERSION_1_4_4
2009-03-08 Kristaps DzonsonsAdded `Lp' macro.
2009-03-08 Kristaps DzonsonsAdded .Ap.
2009-03-08 Kristaps DzonsonsUpdated manuals.
2009-03-08 Kristaps DzonsonsMemory fixes in new dynamic schema.
2009-03-08 Kristaps DzonsonsBROKEN CHECK-IN. Wide-ranging updates.
2009-03-06 Kristaps DzonsonsStrings abstracted into dynamically-created C files.
2009-03-05 Kristaps DzonsonsCleaned up ctype functions (netbsd).
2009-03-02 Kristaps DzonsonsAdded new old escape sequence \*[nn].
2009-03-01 Kristaps DzonsonsBacked-out warning about Ds.
2009-02-23 Kristaps DzonsonsMore in-file documentation and Linux-isation.
2009-02-22 Kristaps DzonsonsBROKEN BUILD: migrating to mmain stuff.
2009-02-22 Kristaps DzonsonsCleaned up validation source a bit.
2009-02-20 Kristaps DzonsonsRemoved tree-writing capability (for now, only validate...
2009-01-21 Kristaps DzonsonsMore validation on prologue/first NAME section.
2009-01-20 Kristaps DzonsonsIn-progress migration to ARGV separation.
2009-01-20 Kristaps DzonsonsLint- and NetBSD-compiler checks.
next