]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2015-04-04 Ingo SchwarzeGive man(7) section and subsection headers hanging...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-04 Ingo SchwarzeDon't allow breaking the output line after hyphens...
2015-04-04 Ingo SchwarzeFix a quirk with respect to empty .HP.
2015-04-03 Ingo SchwarzeVastly simplify man(7) block unwinding, similar to...
2015-04-03 Ingo SchwarzeIt turns out the man(7) parser suffers from unintelligi...
2015-04-03 Ingo Schwarzeportability: word boundaries in regular expressions
2015-04-03 Ingo SchwarzeNo need to hardcode /usr/bin/ as the path to more(1...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-04-01 Ingo SchwarzeLet man(1) and apropos(1) work even when the current...
2015-03-30 Ingo SchwarzeEscape punctuation characters that have a different...
2015-03-27 Ingo Schwarzerefering -> referring; patch from jmc@
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeModernize documentation by inserting blanks between...
2015-03-27 Ingo Schwarzevarious tweaks from jmc@
2015-03-27 Ingo Schwarzeoops, forgot to apply the actual patch...
2015-03-27 Ingo SchwarzeDocument that certain stand-alone accents need escaping...
2015-03-27 Ingo SchwarzeAdd man.conf(5). After adding some additional function...
2015-03-26 Ingo SchwarzeAdd a new directive "manpath path"
2015-03-22 Ingo Schwarzemake MANPATH_DEFAULT compile-time configurable
2015-03-21 Ingo Schwarzewhen there is no -m, no -M, no MANPATH and no /etc...
2015-03-20 Ingo Schwarzevasprintf(3) needs _GNU_SOURCE on Linux;
2015-03-20 Ingo SchwarzePatch from Christian Neukirchen <chneukirchen at gmail...
2015-03-20 Ingo SchwarzeThe .PD macro can occur in next-line scope. Fixes...
2015-03-20 Ingo SchwarzeSimplify by almost halving the number of macro flags:
2015-03-19 Ingo SchwarzeCompat glue needed for Solaris 9 and 10.
2015-03-18 Ingo SchwarzeWe always use FTS_NOCHDIR, so delete the directory...
2015-03-18 Ingo SchwarzePass the CC set in configure.local to Makefile.local.
2015-03-17 Ingo SchwarzeSimplify: Now that rc is global anyway, no need to...
2015-03-17 Ingo SchwarzeWhen the user exits the pager before the pager has...
2015-03-16 Ingo Schwarzenaddy@ found a tough problem - fittingly, in cobfusc...
2015-03-15 Ingo SchwarzeAvoid off-by-one read access to the termacts array...
2015-03-13 Ingo SchwarzeRemove the first comma from constructs like ", and...
2015-03-13 Ingo Schwarzerelease 1.13.3 VERSION_1_13_3
2015-03-13 Ingo SchwarzeFix hardlink detection on platforms having padding...
2015-03-11 Ingo SchwarzeWhen manpath(1) is available, enable HAVE_MANPATH even...
2015-03-11 Ingo SchwarzeWhen interpreting the -O argument as a macro name fails,
2015-03-11 Ingo SchwarzeFix previous: size_t is often narrower than off_t.
2015-03-10 Ingo SchwarzeThe st_size member of struct stat is off_t, which is...
2015-03-10 Ingo SchwarzeWe can keep track of the pager PID without additional...
2015-03-10 Ingo SchwarzeFix a regression caused in rev. 1.212, reported by...
2015-03-09 Ingo Schwarzeupdate for 1.13.3
2015-03-09 Ingo Schwarzeuse \(dq rather than \*q; patch from bentley@
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-03-06 Ingo SchwarzeIn mdoc(7), don't mistreat negative .sp arguments as...
2015-03-06 Ingo Schwarzeprevent the skipvsp flag from creeping past actual...
2015-03-06 Ingo SchwarzeFlush the line preceding a table before clearing the...
2015-03-06 Kristaps DzonsonsAllow compilation on Mac OS X, which doesn't have MACHI...
2015-03-04 Ingo Schwarzein eqn, "prime" is equivalent to \(fm, and - is equival...
2015-03-03 Ingo SchwarzeIf an eqn(7) starts on a new input line, be sure to...
2015-03-02 Ingo SchwarzeIf a non-gz manual is read after a gzipped manual,...
2015-02-27 Ingo SchwarzeWhen makewhatis(8) scans a tree, ignore trailing garbag...
2015-02-27 Ingo SchwarzeWhen man(1) and apropos(1) look for a file man1/foo...
2015-02-23 Ingo Schwarzeoops, in NAME, don't nag about the comma after .Nm
2015-02-23 Ingo Schwarzeimprove NAME section diagnostics;
2015-02-21 Ingo SchwarzeEscape quotes when expanding macro arguments.
2015-02-20 Ingo SchwarzeFor selecting a two-digit font size, support the histor...
2015-02-20 Ingo SchwarzeCompletely delete all carriage return characters from...
2015-02-20 Ingo Schwarze\n(.$
2015-02-17 Ingo Schwarzenaddy@ scoured the ports tree for remaining mandoc...
2015-02-17 Ingo SchwarzeRender \(lq and \(rq as '"' in -Tascii mode but leave...
2015-02-17 Ingo SchwarzeCope with another one of the many kinds of DocBook...
2015-02-17 Ingo SchwarzeLet .it accept numerical expressions, not just numerica...
2015-02-16 Ingo Schwarzeclean up post_dt() validation function;
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-16 Ingo Schwarzestrtonum(3) compat glue
2015-02-16 Ingo SchwarzeClamp width and indent settings to sensible values.
2015-02-15 Ingo SchwarzeTweak the wording to avoid the possible misunderstandin...
2015-02-14 Ingo Schwarzeshut up about tabs in SYNOPSIS .Fd lines, there is...
2015-02-12 Ingo SchwarzeAfter almost five years and 99 revisions, mdoc_macro...
2015-02-12 Ingo SchwarzeDo not confuse .Bl -column lists that just broken anoth...
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-11 Ingo Schwarzedo not access a NULL pointer if an .Eo block lacks...
2015-02-11 Ingo Schwarzeexplicit blocks close out .Nd; fixing data structure...
2015-02-10 Ingo SchwarzeBe more careful to not generate empty .In, .St, and...
2015-02-10 Ingo SchwarzeDo not read past the end of the buffer if an "f" layout...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-07 Ingo SchwarzeClosing a block validates it, which may end up deleting it,
2015-02-07 Ingo Schwarzesome tweaks to the DIAGNOSTICS section
2015-02-07 Ingo Schwarzeignore O_CLOEXEC when the operating system doesn't...
2015-02-07 Ingo Schwarzetrivial sync to OpenBSD: <sys/param.h> no longer needed
2015-02-07 Ingo Schwarzebe more careful about argc == 0
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-02-06 Ingo Schwarzebetter error reporting regarding .OP .RS .UR .TH arguments
2015-02-06 Ingo Schwarzebetter diagnostics about excess arguments to .PD .ft .sp
2015-02-06 Ingo Schwarzebetter error reporting for .br .fi .nf with arguments
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-02-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-06 Ingo Schwarzebetter handle empty .Bd .Bl .D1 .Dl blocks
2015-02-06 Ingo Schwarzebetter handle .In .Sh .Ss .St .Xr without arguments
2015-02-05 Ingo Schwarzefix handling of empty .An macros
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-04 Ingo SchwarzeDiscard excess head arguments for .Bd .Bl .Bk and delet...
2015-02-04 Ingo Schwarzeimprove diagnostics regarding arguments of .An .Pp...
2015-02-04 Ingo Schwarzefix column numbers of macro arguments in messages
2015-02-04 Ingo Schwarzediscard .Rs head arguments and improve .Rs diagnostics
2015-02-04 Ingo Schwarzemore specific .Nd diagnostics, allowing to get rid...
next