]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-30 Kristaps DzonsonsWas installing libmandoc.a without mandoc.h...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-28 Kristaps DzonsonsLet mandoc-db grok `St' tokens.
2011-04-25 Ingo SchwarzeClosing delimiters only suppress spacing when they...
2011-04-24 Ingo SchwarzeUser defined macros may invoke high-level macros.
2011-04-24 Ingo SchwarzePrevent line breaks right before numbers. Groff does...
2011-04-23 Kristaps DzonsonsRevert last change: this screwed up displaying in other...
2011-04-23 Kristaps DzonsonsMake the `Nm' -Thtml attribute be min-width instead...
2011-04-20 Kristaps DzonsonsAdd \*(Ai (ANSI) and \*(Px (POSIX) predefined strings...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-19 Kristaps DzonsonsAdd more documentation bits to mandoc.3.
2011-04-17 Ingo Schwarze.Pp in .Bl -column
2011-04-17 Ingo SchwarzeThe semantics of .Bk was described incorrectly
2011-04-17 Kristaps DzonsonsUse mandoc_getarg() for the regular case of processing...
2011-04-17 Kristaps DzonsonsGet mdoc_argv.c ready to use [some of] mandoc_getarg...
2011-04-16 Ingo Schwarzemini-bug at eol after .Bl -column .It
2011-04-16 Ingo Schwarzelines in tables and .RS/.RE nesting
2011-04-13 Kristaps DzonsonsCheck in fix to roff conditional if/else stack running...
2011-04-13 Kristaps DzonsonsBack out commit to roff.c that needs to go in on its...
2011-04-13 Kristaps DzonsonsRemove TODO from prior commit of lifting warnings from...
2011-04-13 Kristaps DzonsonsRemove the warning for empty bodies of `Sh', `Ss',...
2011-04-12 Ingo Schwarzeempty .SS is ok
2011-04-12 Kristaps DzonsonsLet mandoc-db also collect -man descriptions.
2011-04-11 Kristaps DzonsonsUpdating mandoc-db manual page with new recno contents.
2011-04-11 Kristaps DzonsonsUpdate example.style.css to be a bit more readable...
2011-04-11 Kristaps DzonsonsHave mandoc-db accumulate manual page descriptions...
2011-04-11 Kristaps DzonsonsIgnore \# lines alongside \". From groff(7):
2011-04-11 Kristaps DzonsonsUse dbt_xxxx functions to stash both filename and manua...
2011-04-09 Kristaps DzonsonsTidy up www page: remove all sorts of DIV crap, superfl...
2011-04-09 Kristaps DzonsonsSkeleton of documentation functions, types, and variabl...
2011-04-09 Kristaps DzonsonsLint catching some potential issues.
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-04-07 Joerg SonnenbergerDon't shadow global identifiers.
2011-04-06 Kristaps DzonsonsFirst, properly escape periods with \&. Then consisten...
2011-04-05 Ingo SchwarzeOn .de macro lines, after the macro name, space and...
2011-04-05 Kristaps DzonsonsLint-checks over mandoc-db.c.
2011-04-05 Kristaps DzonsonsUse a little more horsepower in parsing out NAME sectio...
2011-04-05 Kristaps DzonsonsFix type- and NULL-check to be correct node (last,...
2011-04-05 Kristaps DzonsonsAdd mandoc-db.c checking for utility-name in NAME secti...
2011-04-05 Kristaps DzonsonsMake sure to create LIBDIR. From a patch by Thomas...
2011-04-04 Kristaps DzonsonsAdd config.h Glue for OpenIndiana (and older OpenSolari...
2011-04-04 Kristaps DzonsonsSuppress a space following the "(" for -T[x]html `Fn...
2011-04-04 Kristaps DzonsonsSnafu: forgetting to tar up critical files. Pointed... VERSION_1_11_1
2011-04-04 Kristaps DzonsonsRemove an unused variable (caught in lint-check)
2011-04-04 Kristaps DzonsonsVersion up to 1.11.1: here we go!
2011-04-04 Kristaps DzonsonsHave `Fd' detection in mandoc-db also look for local...
2011-04-04 Kristaps DzonsonsHave `Fd' in -T[x]html generate an "include" link if...
2011-04-04 Kristaps DzonsonsFix a bug that slip in: PAIR_XXXX macros expanded to...
2011-04-04 Kristaps DzonsonsLast low-hanging removal of superfluous variable assign...
2011-04-04 Kristaps DzonsonsClean up superfluous variables in `Xr' handling in...
2011-04-04 Kristaps DzonsonsFully fix the `Rv' and `Ex' handlers for -T[x]html...
2011-04-04 Kristaps DzonsonsClean up -Tascii in the same way as -T[x]html regarding...
2011-04-04 Kristaps DzonsonsMake `Rv' do the Right Thing regarding commas and ...
2011-04-04 Kristaps DzonsonsRoll back Linux-ism that crept into Makefile.
2011-04-04 Kristaps DzonsonsFix possible segfaults in `Lk' -T[x]html handler, which...
2011-04-04 Kristaps DzonsonsClean-up in -T[x]html: remove some unnecessary assignme...
2011-04-04 Kristaps DzonsonsClean up handling of `In' for -T[x]html such that it...
2011-04-04 Kristaps DzonsonsAdd manual page for mandoc-db (mostly to document the...
2011-04-03 Kristaps DzonsonsHave mandoc-db create an recno-addressed index of files...
2011-04-03 Kristaps DzonsonsHave mandoc-db use config.h for strlcat(). Then create...
2011-04-03 Kristaps DzonsonsIf wlevel in mparse_alloc() is greater than MANDOCLEVEL...
2011-04-03 Kristaps DzonsonsAllow mparse_result() pointers to be NULL.
2011-04-03 Kristaps DzonsonsMake uname have its return value checked for -1 (POSIX...
2011-04-02 Kristaps DzonsonsAdd an initial keyword-indexer as an alternative front...
2011-04-01 Kristaps DzonsonsIn reality `In' only accepts one argument. Subsequent...
2011-04-01 Kristaps DzonsonsProperly quote arguments in `Fn' documentation. Also...
2011-03-31 Kristaps DzonsonsAllow a NULL mmsg passed to libmandoc.
2011-03-31 Kristaps DzonsonsMake -Werr be -Wlevel, keeping it in sync with mandoc...
2011-03-30 Ingo Schwarzenaddy@ reports rsync(1)
2011-03-29 Kristaps DzonsonsAdd lint target to Makefile.
2011-03-29 Kristaps DzonsonsGetting ready for next [minor-number] release.
2011-03-29 Kristaps DzonsonsCarefully let mandoc_getcontrol() handle libroff's...
2011-03-29 Kristaps DzonsonsMake libman use mandoc_getcontrol() for real this time.
2011-03-28 Kristaps DzonsonsHave libman and libmdoc use mandoc_getcontrol() to...
2011-03-28 Kristaps DzonsonsPut mandocerrs and mandoclevels arrays into libmandoc...
2011-03-23 Ingo Schwarzenew: \. at the beginning of a line
2011-03-23 Kristaps DzonsonsAs per joerg@'s suggestion, use const arrays when looki...
2011-03-23 Kristaps DzonsonsMerge man_args() into man_macro.c, the only place where...
2011-03-23 Kristaps DzonsonsFirst, make -man ARGS_EOLN et al. be an enum. Second...
2011-03-23 Kristaps DzonsonsAdd MAN_TAIL, which will be used by `UE' (forthcoming...
2011-03-23 Kristaps DzonsonsFix "libman" dependence.
2011-03-23 Kristaps DzonsonsMake (e.g.) `SM' before `B' be only a warning. In...
2011-03-22 Kristaps DzonsonsMake empty sections and parts (SH, SS, RS) only produce...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-22 Kristaps Dzonsonsmdoc_argn_free is only used local to mdoc_argv.c, so...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsAdd some documentation and clean up mdoc.h/man.h.
2011-03-22 Kristaps DzonsonsHave the default include/lib install path end with...
2011-03-22 Kristaps DzonsonsNote the TODO file on the website. Also install index...
2011-03-22 Kristaps DzonsonsAdd a FATAL error for when no manual type was assigned...
2011-03-22 Kristaps DzonsonsBe a bit more specific on where we compile. Are there...
2011-03-22 Kristaps DzonsonsAs mentioned: ChangeLog isn't being built any more.
2011-03-22 Kristaps DzonsonsStep 5: re-write Makefile and relax. This restructures...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-22 Kristaps DzonsonsStep 3: consolidate manuals. The parse functions in...
2011-03-22 Kristaps DzonsonsStep 2: blow away roff.h, as all of its functions have...
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-21 Kristaps Dzonsonsmain.c doesn't need roff.h anymore.
next