]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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.
2011-03-20 Kristaps DzonsonsLet read.c worry about the currently-open file instead...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-20 Kristaps DzonsonsChange around include ordering for compilation on OpenBSD.
2011-03-20 Kristaps DzonsonsSplit the document parsing sequence out of main.c and...
2011-03-20 Kristaps DzonsonsBumped internal version. There will be no formal relea...
2011-03-19 Ingo Schwarze.RS w/o line args is not serious VERSION_1_10_10
2011-03-17 Kristaps DzonsonsNote the development status of eqn.7 and tbl.7.
2011-03-17 Kristaps Dzonsons"Reserved Characters" isn't correct since `\.' and...
2011-03-17 Kristaps DzonsonsNote that mdoc_valids[] is static.
2011-03-17 Kristaps Dzonsonsmandocmsg finally has no return value.
2011-03-17 Kristaps DzonsonsClean-up in libman: make all calls to man_*msg not...
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c args_checkpunct().
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c: make CPP-defines into an enum...
2011-03-17 Kristaps DzonsonsClean up mdoc_pmsg invocations to make them not check...
2011-03-17 Kristaps DzonsonsKill off some unused function prototypes.
2011-03-17 Kristaps DzonsonsKill off mdoc_strings.c, which is now empty. Byeeeeeeeee!
2011-03-17 Kristaps DzonsonsMove mdoc_macro2len() into mdoc_validate.c as macro2len...
2011-03-17 Kristaps DzonsonsMove mdoc_str2sec() into mdoc_validate.c as a2sec(...
2011-03-17 Kristaps DzonsonsTiny optimisation in mandoc_isdelim() check.
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-17 Kristaps DzonsonsMake args_checkpunct() use mdoc_isdelim() instead of...
2011-03-17 Kristaps DzonsonsMove check for closing punctuation into its own functio...
2011-03-16 Ingo Schwarzeo diaeresis is 246 (U+00F6)
2011-03-16 Kristaps DzonsonsInstead of a series of hard-coded strcmps, make argv_a2...
2011-03-16 Kristaps DzonsonsPush exit_status into struct curparse alongside file_st...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-03-15 Kristaps DzonsonsRemove duplicate UNCONST definition.
2011-03-15 Kristaps DzonsonsClean-up: make file_status global be local to curparse...
2011-03-15 Kristaps DzonsonsPlug memory leak of normalised-date field.
2011-03-15 Ingo Schwarzemy $buf = "string"; return $string; is cool in Perl...
2011-03-07 Ingo SchwarzeDo not leak information about the software used
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-27 Ingo Schwarzedate handling needs cleanup
next