]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-11-24 Kristaps DzonsonsAllow man.conf file to be assignable.
2011-11-24 Kristaps DzonsonsExport the manpath_manconf() function, slightly reorder...
2011-11-24 Kristaps DzonsonsAdd manup(8). This runs through mandocdb(8) databases...
2011-11-23 Kristaps DzonsonsAdd pkgsrc to downstream. Ok'd Thomas Klausner.
2011-11-23 Kristaps DzonsonsFix whitespace in manuals.
2011-11-23 Kristaps Dzonsonsman.cgi works for the non-jailed case.
2011-11-23 Kristaps DzonsonsAdjust Makefile for manpath.{c,h} linking.
2011-11-23 Kristaps DzonsonsLet apropos_db.h export the volume of manpages for...
2011-11-23 Kristaps DzonsonsHave mandocdb(8) take advantage of manpath.h.
2011-11-23 Kristaps DzonsonsHave apropos(1) take advantage of manpath.h instead...
2011-11-23 Kristaps DzonsonsSupport for Open/NetBSD's /etc/man.conf and others...
2011-11-23 Ingo Schwarzetypo reported by Steffen Daode Nurpmeso <sdaoden at...
2011-11-21 Kristaps DzonsonsUpdate historical record to be historical and not made...
2011-11-20 Kristaps DzonsonsInitial support for man.conf/makepath(1).
2011-11-20 Kristaps DzonsonsClarify some behaviour, bringing schwarze@'s patch...
2011-11-20 Kristaps DzonsonsOoops... tiny type error slipped in.
2011-11-20 Kristaps DzonsonsIntegrate a moderately-patched version of schwarze...
2011-11-20 Kristaps DzonsonsFix white-space in apropos_db.c to make merging cleaner.
2011-11-20 Kristaps DzonsonsMerge schwarze@'s work for 64-bit types. This is based...
2011-11-19 Ingo SchwarzeImprove misleading comment:
2011-11-18 Joerg SonnenbergerFix condition. Not enough tea.
2011-11-18 Joerg SonnenbergerDon't depend on snprintf to handle NULL strings. Deal...
2011-11-18 Joerg SonnenbergerDon't crash if the date can't be extracted. Don't depen...
2011-11-18 Joerg SonnenbergerSlightly adjust last: return successful as some times...
2011-11-18 Joerg SonnenbergerConvert an assert into an explicit check. man_unscope...
2011-11-18 Joerg SonnenbergerBail out explicitly on invalid .Rs content like:
2011-11-18 Kristaps DzonsonsEvaluation with logical subexpressions. This allows...
2011-11-17 Ingo Schwarzeusing undefined macros or strings should define them...
2011-11-17 Kristaps DzonsonsGuard mandocdb.h inclusion.
2011-11-16 Joerg SonnenbergerCorrectly handle constructs like
2011-11-14 Ingo SchwarzeAdd lots of information about special characters that...
2011-11-14 Kristaps DzonsonsHave exprcomp() accept a string instead of an array...
2011-11-13 Ingo SchwarzeMake the man(7) page footer the same as in groff.
2011-11-13 Ingo Schwarzetypo: overful -> overfull; thanks to jmc@
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-11-13 Ingo SchwarzeRewrite the expression parser for a more concise syntax:
2011-11-13 Ingo SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.
2011-11-13 Ingo Schwarzeanother detail to implement;
2011-11-13 Ingo SchwarzeFix two crashes that occur when walking very large...
2011-11-09 Kristaps DzonsonsUse proper infix expressions and provide a default...
2011-11-09 Kristaps DzonsonsMake apropos's lookup use a find(1)-like expression...
2011-11-09 Kristaps DzonsonsChange getopt() to be more like schwarze@'s suggestions.
2011-11-09 Kristaps DzonsonsSplit apropos.c into db.c and apropos.h with simpler...
2011-11-08 Kristaps DzonsonsConst-ify some mchars arguments. I think these are...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-11-06 Kristaps DzonsonsAccomodate for \f(Cx formatting. Noted by Andreas...
2011-11-03 Ingo SchwarzeWhen .TH sets no data, leave the date field in the...
2011-11-03 Ingo SchwarzeCorrect .Eo spacing:
2011-11-01 Ingo SchwarzeClean up the description of .Dt:
2011-10-24 Ingo SchwarzeImplement missing enclosures (Ao Do Qo Qq So Bro Brq)
2011-10-24 Ingo SchwarzeHandle infinite recursion the same way as groff:
2011-10-24 Ingo SchwarzeHandle \N numbered character escapes the same way as...
2011-10-20 Ingo SchwarzeImplement the missing text production macros (Bsx Bx...
2011-10-18 Kristaps DzonsonsFix mandoc_escape() function argument names. From...
2011-10-16 Ingo SchwarzeSync to groff, and add tier I and II NetBSD architectures.
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-10-09 Ingo SchwarzeAlways print <table> column widths in -T[x]html;
2011-10-09 Ingo SchwarzeA bit more precision and nicer wording in the descriptions
2011-10-09 Kristaps DzonsonsMake apropos results-gathering able to error out and...
2011-10-09 Kristaps DzonsonsRemove some unnecessary variables and note that mchars_...
2011-10-09 Kristaps DzonsonsUse a binary tree (for now, unbalanced) for deduping...
2011-10-09 Kristaps DzonsonsThe documented flags in mandocdb (-u, -d) were switched...
2011-10-08 Kristaps DzonsonsCritical fix in the new -Tman lookaside buffer code... VERSION_1_12_0
2011-10-08 Kristaps DzonsonsNote volatility of apropos and cut out old news update.
2011-10-08 Kristaps DzonsonsTweak Makefile and add config.h to -Tman to allow cross...
2011-10-08 Kristaps DzonsonsUse `Mt' instead of `Aq' for email address.
2011-10-08 Kristaps DzonsonsGet ready for version. I'm bumping the minor release...
2011-10-08 Kristaps DzonsonsUse mandoc_realloc() in apropos, as we're linking to...
2011-10-08 Kristaps DzonsonsImplement a basic -Tman `Rv', like `Ex'.
2011-10-08 Kristaps DzonsonsTidy up -Tman output. This has NO functional change...
2011-10-07 Kristaps DzonsonsLift hard-coded limit of results.
2011-10-07 Kristaps DzonsonsClean up file a bit: remove errx and err function point...
2011-10-06 Kristaps DzonsonsMake apropos and mandocdb build by default.
2011-10-06 Kristaps DzonsonsAdd more version notes to www.
2011-10-06 Kristaps DzonsonsNix end-of-line whitespace.
2011-10-06 Kristaps DzonsonsImport apropos from mandoc-tools after inlining all...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-10-05 Kristaps DzonsonsAdd -Ofragment mode to release notes.
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-10-02 Kristaps DzonsonsBreak schwarze@'s release notes into sections. Ok...
2011-10-02 Kristaps DzonsonsMake -T[x]html suppress output with \& (and similar...
2011-09-30 Ingo Schwarzeimplement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po ...
2011-09-27 Ingo Schwarzelist the work done during s2k11
2011-09-27 Ingo Schwarzeeven though .Bl is not callable, groff complains when...
2011-09-26 Ingo SchwarzeReorganize part of the content:
2011-09-26 Ingo Schwarzerestore alphabetical order for the -Toutput list, and...
2011-09-25 Ingo Schwarzetypos found by jmc@
2011-09-21 Ingo SchwarzeAs noticed by kristaps@, when breaking an overflowing...
2011-09-20 Ingo Schwarzesync to groff: support .Lb -libdwarf, update .Lb -libelf
2011-09-20 Ingo SchwarzeMajor rewrite of the horizontal spacing of tables
2011-09-20 Ingo Schwarzeadd a MACRO OVERVIEW section, similar to the one in...
2011-09-20 Ingo SchwarzeUsing user-defined macros, surprisingly, it is possible
2011-09-20 Ingo Schwarzedo not assign pointers to literal strings
2011-09-20 Ingo SchwarzeWhen advancing the left margin, .RS also needs to reset...
2011-09-20 Ingo SchwarzeSync print_mdoc_head to print_man_head;
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-19 Ingo SchwarzeBreaking the line at a hyphen is only allowed if the...
2011-09-18 Ingo SchwarzeFix another regression introduced in 1.11.7:
2011-09-18 Ingo Schwarzefix a regression introduced in 1.11.7:
next