]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-05-26 Kristaps DzonsonsSignificantly improve preconv. Allow it to recode...
2011-05-26 Kristaps DzonsonsIf a predefined string is missing, emit a warning and...
2011-05-26 Kristaps DzonsonsNoticed that our skeleton mdoc.7 had lower-case `Dt...
2011-05-26 Kristaps DzonsonsIt's annoying that we don't have preconv, so throw...
2011-05-24 Kristaps DzonsonsDocument that spec2cp never returns 0.
2011-05-24 Kristaps DzonsonsUse the correct Unicode value for the zero-width space...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-24 Kristaps DzonsonsRemove predefined strings from the chars.in file, as...
2011-05-24 Kristaps DzonsonsMost important move in getting predefined strings entir...
2011-05-24 Kristaps DzonsonsHave conditional closure for both text and macro lines...
2011-05-24 Kristaps DzonsonsFix a TODO to the effect that `.if n \{\ foo .br \...
2011-05-21 Ingo Schwarzenested .RS/.RE is becoming more important
2011-05-21 Ingo Schwarzeremove a sentence which isn;t true;
2011-05-20 Kristaps DzonsonsTurn on -Tutf8 in the frontend. Here we go!
2011-05-20 Kristaps DzonsonsFlip on -Tutf8 backend support. This forces the UTF...
2011-05-20 Kristaps DzonsonsAllow non-ASCII terminal encodings to accept unicode...
2011-05-19 Kristaps DzonsonsSome release notes (this isn't signalling an impending...
2011-05-19 Kristaps DzonsonsIt seems that __STDC_ISO_10646__ isn't defined even...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
2011-05-18 Kristaps DzonsonsAdd TODO entry for standalone `.' in tbl pages (pointed...
2011-05-17 Kristaps DzonsonsLocale support. I'm checking this in to clean up fall...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-17 Kristaps DzonsonsIn tbl layouts, we puked if a space didn't followed...
2011-05-17 Kristaps DzonsonsDocumentation: note COMPATIBILITY of -Tascii `?' printi...
2011-05-17 Kristaps DzonsonsFlip on printing `?' at Unicode codepoints in -Tascii...
2011-05-17 Kristaps DzonsonsFlip on unicode output (via \[uNNNN]) in -T[x]html...
2011-05-17 Kristaps DzonsonsClean-up fallout: differentiate ID's and HREF's (where...
2011-05-17 Kristaps DzonsonsCleanups in -T[x]html: make html_idcat() use the buffer...
2011-05-17 Kristaps DzonsonsClean-ups in -T[x]html: inline print_num(), as it was...
2011-05-17 Kristaps DzonsonsClean up -T[x]html by using a table instead of a switch...
2011-05-15 Kristaps DzonsonsRemove function calls to res() and so forth in term_wor...
2011-05-15 Kristaps DzonsonsFix missing support for \N'n' when calculating string...
2011-05-15 Kristaps DzonsonsSupport groff's escape for Unicode input. See
2011-05-15 Kristaps DzonsonsUse strcspn() in term_strlen(). Clarifies the code.
2011-05-15 Kristaps DzonsonsGet rid of an "#if 0" that I don't anticipate being...
2011-05-15 Kristaps DzonsonsMove struct termp_ps into term_ps.c; remove the engine...
2011-05-14 Kristaps DzonsonsContinuing last commit with the style-sheet change.
2011-05-14 Kristaps DzonsonsFix makewhatis.1 to have the correct name (it was MANDO...
2011-05-14 Kristaps DzonsonsMake index.sgml look more like mandoc-cgi, which I...
2011-05-14 Kristaps DzonsonsMake www style.css link up to example.style.css much...
2011-05-14 Kristaps DzonsonsMake some values "int" that were "size_t". These are...
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-05-14 Kristaps DzonsonsMove roff.c's strtol into libmandoc.h for use by other...
2011-05-13 Kristaps DzonsonsLast sneak-in: incorrect www link. VERSION_1_11_2
2011-05-13 Kristaps DzonsonsOoops, forgot to install makewhatis manual.
2011-05-13 Kristaps DzonsonsVersion up! 1.11.2. Let's go...
2011-05-13 Kristaps DzonsonsMore release notes.
2011-05-13 Kristaps DzonsonsRename mandoc-db to makewhatis. On the suggestion...
2011-05-12 Kristaps DzonsonsDon't let Linux-isms creep into Makefile.
2011-05-12 Kristaps DzonsonsCorrectly catch `Vt' semicolon in mandoc-db.
2011-05-12 Kristaps DzonsonsLint fixes: remove unused function variables and pass...
2011-05-12 Kristaps DzonsonsMake sure that we check for the \(en, \(em, \-, and...
2011-05-04 Kristaps DzonsonsGrok manual architecture in mandoc-db.c.
2011-05-04 Kristaps DzonsonsAdd configurations (`Cd') to mandoc-db mining.
2011-05-03 Kristaps DzonsonsPick up authors in mandoc-db.
2011-05-03 Kristaps DzonsonsHave mandoc-db grok `Dt'/`TH' manual title as well.
2011-05-02 Kristaps DzonsonsBack out stripping of non-predef and non-special escape...
2011-05-01 Kristaps DzonsonsHave mandoc-db strip out escapes that aren't special...
2011-05-01 Kristaps DzonsonsDocumenting the mchars_XXXX part of mandoc.h.
2011-05-01 Kristaps DzonsonsRemove mdoc.template. It's already embedded in man...
2011-05-01 Kristaps DzonsonsDocument the fact that \N'' accepts only printable...
2011-05-01 Kristaps DzonsonsFilter all \N'' values with isprint(). Ok schwarze@.
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
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.
next