]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-12-07 Kristaps DzonsonsBy default, man.cgi should compile with -static (this...
2011-12-07 Ingo SchwarzeImplement search support for 24 additional macros,...
2011-12-07 Kristaps DzonsonsAdd cat2html functionality. This keeps track of italic...
2011-12-05 Ingo Schwarzemust ignore \h with quoted argument
2011-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-12-04 Kristaps DzonsonsMake catman and man.cgi understand the index type-field.
2011-12-04 Ingo SchwarzeFix parsing of file names given on the command line...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-12-03 Ingo SchwarzeRemove an OpenBSD-specific tweak regarding .Xr spacing...
2011-12-03 Kristaps DzonsonsBack out lorder, which doesn't seem necessary (?)....
2011-12-03 Ingo SchwarzeWhen processing .Sh HEAD, as soon as we know which...
2011-12-03 Ingo SchwarzeISO style "%Y-%m-%d" dates are common in man(7) .TH.
2011-12-03 Kristaps DzonsonsMake sure the btree(3) goop is also BE. This covers...
2011-12-02 Ingo SchwarzeIn man(7), when no explicit volume name is given, use...
2011-12-02 Kristaps DzonsonsThis is a little gross: Linux and Apple need lots some...
2011-12-01 Kristaps DzonsonsUse OpenBSD's endian functions. Make btree type also...
2011-12-01 Kristaps DzonsonsIn apropos_db.c, move all btree reading (and safety...
2011-12-01 Kristaps DzonsonsFix mandocdb(8) to pass over the type when pruning...
2011-11-29 Kristaps DzonsonsAdd whatis(1) to www and start version information.
2011-11-29 Kristaps DzonsonsNote that mandocdb(8) record type is 64-bit and show...
2011-11-29 Kristaps DzonsonsSnip some whitespace from apropos(1) and remove mandoc...
2011-11-29 Kristaps DzonsonsMake `-i' only apply to regular expressions. For the...
2011-11-29 Kristaps DzonsonsAdd tables of matchable keys into apropos.1. Ok and...
2011-11-29 Ingo Schwarzechdir(2) to the right man page tree before parsing...
2011-11-28 Ingo SchwarzeBackout -DUSE_MANPATH that sneaked in;
2011-11-28 Ingo SchwarzeTweak whatis(1):
2011-11-28 Ingo SchwarzeDiscuss the default behaviour up front before talking...
2011-11-27 Ingo SchwarzeReimplement the global command line options -a and -v
2011-11-27 Ingo SchwarzeSave the manual type (mdoc, man, or cat) in the index...
2011-11-27 Ingo SchwarzeRudimentary handling of formatted manuals ("cat pages").
2011-11-27 Kristaps DzonsonsGet us a whatis(1) mode for apropos(1).
2011-11-27 Kristaps DzonsonsRemoving INSECURE mode. This is a work in progress...
2011-11-26 Ingo SchwarzeSync to OpenBSD, mostly gratuitous and whitespace diffe...
2011-11-26 Kristaps DzonsonsRename manup(8) to catman(8), which Linux already uses...
2011-11-26 Ingo SchwarzeStore page titles in the correct case, and by default...
2011-11-24 Kristaps DzonsonsI say that mandocdb(8) uses "man(1)'s method", but...
2011-11-24 Kristaps DzonsonsMake a small manual for how to run man.cgi.
2011-11-24 Kristaps DzonsonsLet man.cgi run in two modes:
2011-11-24 Kristaps DzonsonsHave manup(8) put relative paths in its output man...
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_...
next