]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-03-17 Kristaps Dzonsons"Reserved Characters" isn't correct since `\.' and...
2011-03-17 Kristaps DzonsonsNote that mdoc_valids[] is static.
2011-03-17 Kristaps Dzonsonsmandocmsg finally has no return value.
2011-03-17 Kristaps DzonsonsClean-up in libman: make all calls to man_*msg not...
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c args_checkpunct().
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c: make CPP-defines into an enum...
2011-03-17 Kristaps DzonsonsClean up mdoc_pmsg invocations to make them not check...
2011-03-17 Kristaps DzonsonsKill off some unused function prototypes.
2011-03-17 Kristaps DzonsonsKill off mdoc_strings.c, which is now empty. Byeeeeeeeee!
2011-03-17 Kristaps DzonsonsMove mdoc_macro2len() into mdoc_validate.c as macro2len...
2011-03-17 Kristaps DzonsonsMove mdoc_str2sec() into mdoc_validate.c as a2sec(...
2011-03-17 Kristaps DzonsonsTiny optimisation in mandoc_isdelim() check.
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-17 Kristaps DzonsonsMake args_checkpunct() use mdoc_isdelim() instead of...
2011-03-17 Kristaps DzonsonsMove check for closing punctuation into its own functio...
2011-03-16 Ingo Schwarzeo diaeresis is 246 (U+00F6)
2011-03-16 Kristaps DzonsonsInstead of a series of hard-coded strcmps, make argv_a2...
2011-03-16 Kristaps DzonsonsPush exit_status into struct curparse alongside file_st...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-03-15 Kristaps DzonsonsRemove duplicate UNCONST definition.
2011-03-15 Kristaps DzonsonsClean-up: make file_status global be local to curparse...
2011-03-15 Kristaps DzonsonsPlug memory leak of normalised-date field.
2011-03-15 Ingo Schwarzemy $buf = "string"; return $string; is cool in Perl...
2011-03-07 Ingo SchwarzeDo not leak information about the software used
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-27 Ingo Schwarzedate handling needs cleanup
2011-02-24 Kristaps DzonsonsAllow compilation with pcc, which has interesting/broke...
2011-02-09 Ingo SchwarzeClean up the COMPATIBILITY section;
2011-02-09 Kristaps DzonsonsAdd stub for eqn.7 manual and flip it on. Also note...
2011-02-09 Kristaps DzonsonsEQN blocks are now printed in all modes. This is simpl...
2011-02-09 Kristaps DzonsonsConsolidate "rc" value in main.c around addspan, addeqn...
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-08 Kristaps DzonsonsPut tbl_alloc function right into the addspan() one...
2011-02-07 Ingo SchwarzeThe macro .Ns has no effect at the beginning of an...
2011-02-06 Ingo SchwarzeFix a regression caused by mdoc_term.c 1.214 / mdoc_htm...
2011-02-06 Ingo SchwarzeSome pre-handlers produce output, so reorder the code...
2011-02-06 Kristaps DzonsonsUse tbl_span line number for warnings/errors.
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
2011-02-03 Kristaps DzonsonsTODO note on that `.TS', `.TE' etc. aren't real roff...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-31 Kristaps DzonsonsNote an error found in the wild.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
2011-01-25 Kristaps DzonsonsRemove unnecessary conditional...
2011-01-25 Kristaps DzonsonsArguments to `Bsx' and friends are separated by a non...
2011-01-25 Kristaps DzonsonsPush capitalisation of `Bx' second argument into valida...
2011-01-25 Kristaps DzonsonsProperly uppercase the first-letter of the `Bx' second...
2011-01-25 Kristaps DzonsonsHave `Bx' accept two arguments, not just one, and join...
2011-01-25 Ingo SchwarzeAvoid double blank line before a table preceded by...
2011-01-25 Ingo SchwarzeSince tbl_data() can now produce multiple spans, let...
2011-01-25 Ingo SchwarzeDo not skip data after horizontal lines in the layout.
2011-01-25 Ingo Schwarzecorrect horizontal spacing of data cells
2011-01-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-25 Ingo SchwarzeIgnore .ns (no-space mode), .ps (change point size...
2011-01-25 Ingo SchwarzeAs noticed by deraadt@, it goes without saying that...
2011-01-24 Ingo SchwarzeSkip carriage return before newline, if any.
2011-01-24 Ingo SchwarzeBetter explain roff(7) macro argument quoting;
2011-01-24 Ingo Schwarzeresults of some systematic comparisons
2011-01-23 Ingo Schwarzenot implemented: adjustment
2011-01-23 Ingo SchwarzeFix another regression caused by the reorg of print_man...
2011-01-22 Ingo Schwarzesome more reports from brad@
2011-01-22 Ingo Schwarzemissing: .ns, .UR; reported by brad@
2011-01-22 Ingo Schwarzesort missing features, no change of content
2011-01-22 Ingo SchwarzeLots of in-line macros require arguments but were not...
2011-01-22 Ingo SchwarzeCheck argument count validation for all in_line() macros.
2011-01-22 Ingo SchwarzeWhen finding the roff .it request (line trap),
2011-01-17 Kristaps Dzonsons"decimalpoint" is in fact supported.
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-16 Ingo SchwarzeWhen processing a blank text line, do not break out...
2011-01-16 Ingo SchwarzeImplement the roff .rm request (remove macro).
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsIncorporate same fix for -man post-validation deletion...
2011-01-12 Kristaps DzonsonsDowngrade -man message of ignored empty paragraph to...
2011-01-12 Kristaps DzonsonsMake out-of-context `fi' invocations not cause an error...
2011-01-12 Kristaps DzonsonsBring in -Tascii comments for -Thtml MANH_LITERAL line...
2011-01-12 Kristaps DzonsonsMake sure that -Thtml doesn't break within literal...
2011-01-12 Kristaps DzonsonsMake -man -Tascii not break within literal lines, e.g.,
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-11 Kristaps DzonsonsNote that "^" needs an empty cell, while "s" does not.
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-11 Kristaps DzonsonsDon't let `in' creep past the right margin.
2011-01-11 Ingo SchwarzeRefactoring in preparation for .rm support:
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsMake dp->string always consist of a value.
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-10 Ingo Schwarzesome minor issues reported by brad@
2011-01-09 Kristaps DzonsonsWhen a row of data is being parsed and it's a line...
2011-01-09 Ingo SchwarzeRemove lots of issues that have been resolved,
2011-01-09 Joerg SonnenbergerAdd some unsigned char casts for tolower() usage
2011-01-08 Kristaps DzonsonsNote that we support the "a" key.
2011-01-08 Kristaps DzonsonsThe numerical column type centres on the *last* decimal...
2011-01-08 Kristaps DzonsonsGive the "n" cell type knowledge of its spacing.
2011-01-07 Kristaps DzonsonsMeh, 2010->2011. Changed the live index.html file...
2011-01-07 Kristaps DzonsonsOops: get rid of stray whitespace. VERSION_1_10_9
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
next