]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2012-03-23 Kristaps DzonsonsClean up code a bit by pushing warnings into WARNING...
2012-03-23 Kristaps DzonsonsMerge some/most of schwarze@'s OpenBSD changes into...
2012-03-23 Kristaps DzonsonsRemove some Mac OS crap in the Makefile.
2012-03-23 Kristaps DzonsonsDon't run superfluous mkdir when installing.
2012-03-23 Kristaps DzonsonsRevert to mandocdb.{index,db} for database files.
2012-03-04 Ingo Schwarzetwo reminders
2012-02-26 Ingo SchwarzeCorrect the expansion of -xbd5;
2012-02-16 Joerg SonnenbergerAdd mparse_readmem, which allows application to run...
2012-02-05 Joerg SonnenbergerDon't silently skip non-ASCII characters, but replace...
2012-01-28 Joerg SonnenbergerAdd libquota
2012-01-28 Joerg SonnenbergerAdd libisns, libppath and libsaslc from NetBSD. Fix...
2012-01-28 Joerg SonnenbergerAdd x86 pseudo architecure
2012-01-23 Joerg SonnenbergerAdd entry about the .TP / .RS crash before I forget...
2012-01-13 Joerg SonnenbergerReflect reality, mandoc_escape does not skip the "...
2012-01-05 Ingo SchwarzeFix previous such that all .It HEADs are unparsed,
2012-01-03 Kristaps DzonsonsLocal variable initialisation.
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2012-01-03 Kristaps DzonsonsAccommodate for ISO C11. groff applied the same `St...
2012-01-02 Kristaps Dzonsons`-diag' lists aren't parsed, unlike other list types...
2011-12-31 Kristaps DzonsonsFix ID vs. CLASS for man.cgi CSS selector on results...
2011-12-31 Kristaps DzonsonsWhen parsing catpages, read from the first section...
2011-12-28 Ingo SchwarzeDo not skip manuals shared across architectures when...
2011-12-25 Ingo SchwarzeUpdate the whatis.db database format.
2011-12-25 Kristaps DzonsonsState default usage before listing arguments of a utili...
2011-12-25 Kristaps DzonsonsFirst memory leak in mandocdb.c freeing "struct of...
2011-12-25 Kristaps DzonsonsContinue changing mandoc.{index,db} into whatis.{index...
2011-12-25 Ingo SchwarzeUse the traditional name "whatis.db" for the mandocdb...
2011-12-25 Ingo SchwarzeFor binary compatability of the databases across archit...
2011-12-25 Ingo SchwarzeImplement test mode (makewhatis -t), required for pkg_c...
2011-12-24 Kristaps DzonsonsSupport leading, trailing and double colons in MANPATH...
2011-12-20 Ingo SchwarzeDo not cast void pointers to pointers requiring alignment.
2011-12-18 Kristaps DzonsonsGive catman(8) the -C flag (like apropos and friends...
2011-12-18 Kristaps DzonsonsMake compat files actually use compat.h. Ooops.
2011-12-16 Kristaps DzonsonsTwo lint fixes.
2011-12-16 Kristaps DzonsonsFix assertion found when plugging legacy man.cgi query...
2011-12-16 Kristaps DzonsonsEdge in a little style. Why not.
2011-12-16 Kristaps DzonsonsWhen routing to a "result" page in the cgi, remember...
2011-12-16 Kristaps DzonsonsHave results table inherit the small font.
2011-12-16 Kristaps DzonsonsMake sure that "any" is UINT64_MAX, not just INT_MAX...
2011-12-16 Kristaps DzonsonsMake the stored "cat"/"mdoc"/"man" strings just be...
2011-12-16 Kristaps DzonsonsMake paths in the mandocdb(8) index relative to the...
2011-12-15 Kristaps DzonsonsDon't make man.cgi default font-size dictate manual...
2011-12-15 Kristaps DzonsonsFurther tweaks for output consistency.
2011-12-15 Kristaps DzonsonsUpdate man.cgi.7 with new CSS files.
2011-12-15 Kristaps DzonsonsSome presentation polish in man.cgi:
2011-12-14 Kristaps DzonsonsNote that archives are being hosted at gmane.
2011-12-14 Kristaps DzonsonsUnbreak man.cgi's css directories when CSS_DIR isn...
2011-12-13 Kristaps DzonsonsRemove stray warnx() left in the manpath.c code.
2011-12-13 Kristaps DzonsonsHave manpath.c properly use manpath(1), that is, using...
2011-12-13 Kristaps DzonsonsCompatibility support fgetln() on Linux. This uses...
2011-12-12 Ingo Schwarzeimplement -C (alternative config file) for apropos...
2011-12-11 Ingo SchwarzeExplain where .so paths are rooted, and why, and discou...
2011-12-11 Kristaps DzonsonsUgh, environmental variables are Ev, not Er. Fix typos.
2011-12-11 Kristaps DzonsonsNote CSS_DIR in man.cgi.7.
2011-12-11 Kristaps DzonsonsWhen 303'ing a search directly to a page, remember...
2011-12-10 Kristaps DzonsonsBegin working on release notes. Also whitespace-fix...
2011-12-10 Kristaps DzonsonsUpdate man.cgi.7 to note compatibility and running...
2011-12-10 Kristaps DzonsonsSlip in a fix to allow for empty cache directories.
2011-12-10 Kristaps DzonsonsFinishing touches on multi-manroot man.cgi. If more...
2011-12-10 Kristaps DzonsonsSwitch on "manpath=" handling, which I call the "manroo...
2011-12-10 Kristaps DzonsonsEncode "manroot" into file URL and parse it properly...
2011-12-10 Ingo SchwarzeAvoid leaking index records:
2011-12-10 Kristaps DzonsonsBig upgrade and polish for cgi.c.
2011-12-10 Kristaps DzonsonsPlug a memory leak in single_search().
2011-12-10 Ingo SchwarzeFix selection of arch-specific manuals:
2011-12-10 Kristaps DzonsonsAdding some missing "install" bits to Makefile.
2011-12-10 Kristaps DzonsonsFreeBSD's man.cgi uses a "default" value for no arch.
2011-12-10 Kristaps DzonsonsAdd some periods (just to see if mlmmj is working again...
2011-12-09 Kristaps DzonsonsForgot to make whatis the default during abstraction...
2011-12-09 Kristaps DzonsonsAbstract query extraction code. Perform some readabili...
2011-12-09 Kristaps DzonsonsWhen specifying an architecture to whatis(1)/apropos...
2011-12-09 Ingo SchwarzeTweak pformatted():
2011-12-09 Kristaps DzonsonsConsiderably tidy mandocdb(8) catman descriptions by...
2011-12-09 Kristaps DzonsonsStrip backspace encoding from preformatted manuals...
2011-12-08 Kristaps DzonsonsIf no man.cgi `whatis' results are found, offer a quick...
2011-12-08 Kristaps DzonsonsFix stupid typo: strlcpy() instead of strlcat().
2011-12-08 Kristaps DzonsonsClean up grok of preformatted manual description.
2011-12-08 Ingo Schwarzeindex_prune always counted the free slots,
2011-12-08 Kristaps DzonsonsIf arguments are passed to mandocdb(8) in "default...
2011-12-08 Kristaps DzonsonsLook for man.cgi files in the cache, not under the...
2011-12-08 Kristaps DzonsonsFirst, remove the catman(8) jobstart() stuff. It only...
2011-12-07 Kristaps DzonsonsTweak to make man.cgi's search results validate properly.
2011-12-07 Kristaps DzonsonsApropos and man.cgi should strcasecmp their output...
2011-12-07 Kristaps DzonsonsAdd skeleton man.cgi.css file. I don't think this...
2011-12-07 Kristaps DzonsonsAccept old-school man.cgi parameters like "sektion...
2011-12-07 Kristaps DzonsonsHave a whatis/apropos mode, with the default (hitting...
2011-12-07 Kristaps DzonsonsMake installing CGI a bit easier.
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...
next