]> git.cameronkatri.com Git - mandoc.git/history - mdoc_action.c
Churny commit to quiet lint. No functional changes.
[mandoc.git] / mdoc_action.c
2010-07-30 Joerg SonnenbergerDon't crash for the following test case as reported...
2010-07-26 Kristaps DzonsonsNote that `Dd' can be empty. This found following...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
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-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-13 Kristaps DzonsonsAllow -width for lists to be cached in mdoc_bl. This...
2010-06-13 Kristaps DzonsonsSmall optimisations in mdoc_action list processing...
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
2010-06-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
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-29 Kristaps DzonsonsMoved printing of empty word [back] into mdoc_action...
2010-05-24 Joerg SonnenbergerIf a .Bl -tag lacks a -width, skip all non-It macros...
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-14 Kristaps Dzonsons"Warn on unknown argument for .At and print it like...
2010-05-14 Kristaps Dzonsons"Invalid standard argument should be a warning. Just...
2010-05-12 Kristaps Dzonsonsmdoc_atosec -> mdoc_str2sec (consistent with str2 being...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-04-06 Kristaps DzonsonsMigrating mdoc_node_free() and mdoc_node_freelist(...
2010-04-05 Kristaps DzonsonsFix issue of non-NAME sections triggering "no sections...
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsLint fixes.
2009-10-29 Kristaps DzonsonsClean-ups in mdoc_action (using libmandoc.h functions).
2009-10-26 Kristaps DzonsonsFix to segfault in ordering Rs blocks (d'oh!). VERSION_1_9_11
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsAdded ability to set OS name at compile-time with ...
2009-09-25 Kristaps DzonsonsLint check (noop).
2009-09-24 Kristaps DzonsonsFixed segfault in `Rs' empty block.
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-09-24 Kristaps Dzonsons-offset string can now be blank (supplied with 6n as...
2009-09-16 Kristaps DzonsonsLintifications.
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-07-26 Kristaps DzonsonsMade out-of-order prologue macros not cause an error.
2009-07-25 Kristaps DzonsonsPatches and results of LLVM static analysis (thanks...
2009-07-24 Kristaps DzonsonsAdded `St -ieee1275-94'.
2009-07-21 Kristaps DzonsonsAdded default print of `~' with empty `Pa' (not documen...
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-16 Kristaps DzonsonsSubtle fixes correcting vis count with erroneously...
2009-07-15 Kristaps DzonsonsRemoved assertion (disregarded blank literal lines).
2009-07-12 Kristaps DzonsonsReplacement of `Lb' in mdoc_action.c.
2009-07-12 Kristaps DzonsonsMoved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme...
2009-07-12 Kristaps DzonsonsMoved mdoc_a2att() into libmdoc (replacement happens...
2009-07-07 Kristaps DzonsonsMade `In' handling work in new-groff style (see mdoc...
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsConsolidated mdoc_action pwarn->perr.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-25 Kristaps DzonsonsUpdating web-page to be a bit more compact.
2009-06-22 Kristaps DzonsonsNoted .Cd tabs-ok issue (will fix later).
2009-06-22 Kristaps DzonsonsAdded "Spacing" part of "Punctuation and Spacing" in...
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-17 Kristaps DzonsonsClean-up.
2009-06-17 Kristaps DzonsonsLint fixes.
2009-06-17 Kristaps Dzonsons`Bl -column' now correctly handles tail entries (Bl...
2009-06-17 Kristaps DzonsonsSection orders are more elegantly handled (MDOC_PBODY...
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-12 Kristaps DzonsonsLint fixes (no effect).
2009-06-12 Kristaps Dzonsons`Lk' is correctly handled as CALLABLE (note groff munge...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-06 Kristaps DzonsonsRemoved forgotten printfs.
2009-04-06 Kristaps DzonsonsFix bogus use of mdoc->last in action pre-handler ...
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-04-02 Kristaps DzonsonsAdded -p1003.1-2008 specification.
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-25 Kristaps DzonsonsAdded man_action.c, renamed mdoc_action.c.