2011-04-06 |
Kristaps Dzonsons | First, properly escape periods with \&. Then consisten... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Ingo Schwarze | On .de macro lines, after the macro name, space and... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Kristaps Dzonsons | Lint-checks over mandoc-db.c. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Kristaps Dzonsons | Use a little more horsepower in parsing out NAME sectio... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Kristaps Dzonsons | Fix type- and NULL-check to be correct node (last,... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Kristaps Dzonsons | Add mandoc-db.c checking for utility-name in NAME secti... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Kristaps Dzonsons | Make sure to create LIBDIR. From a patch by Thomas... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Add config.h Glue for OpenIndiana (and older OpenSolari... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Suppress a space following the "(" for -T[x]html `Fn... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Snafu: forgetting to tar up critical files. Pointed... VERSION_1_11_1 |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Remove an unused variable (caught in lint-check) |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Version up to 1.11.1: here we go! |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Have `Fd' detection in mandoc-db also look for local... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Have `Fd' in -T[x]html generate an "include" link if... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Fix a bug that slip in: PAIR_XXXX macros expanded to... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Last low-hanging removal of superfluous variable assign... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Clean up superfluous variables in `Xr' handling in... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Fully fix the `Rv' and `Ex' handlers for -T[x]html... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Clean up -Tascii in the same way as -T[x]html regarding... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Make `Rv' do the Right Thing regarding commas and ... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Roll back Linux-ism that crept into Makefile. |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Fix possible segfaults in `Lk' -T[x]html handler, which... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Clean-up in -T[x]html: remove some unnecessary assignme... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Clean up handling of `In' for -T[x]html such that it... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Kristaps Dzonsons | Add manual page for mandoc-db (mostly to document the... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Kristaps Dzonsons | Have mandoc-db create an recno-addressed index of files... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Kristaps Dzonsons | Have mandoc-db use config.h for strlcat(). Then create... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Kristaps Dzonsons | If wlevel in mparse_alloc() is greater than MANDOCLEVEL... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Kristaps Dzonsons | Allow mparse_result() pointers to be NULL. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Kristaps Dzonsons | Make uname have its return value checked for -1 (POSIX... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Kristaps Dzonsons | Add an initial keyword-indexer as an alternative front... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Kristaps Dzonsons | In reality `In' only accepts one argument. Subsequent... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Kristaps Dzonsons | Properly quote arguments in `Fn' documentation. Also... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Kristaps Dzonsons | Allow a NULL mmsg passed to libmandoc. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Kristaps Dzonsons | Make -Werr be -Wlevel, keeping it in sync with mandoc... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Ingo Schwarze | naddy@ reports rsync(1) |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kristaps Dzonsons | Add lint target to Makefile. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kristaps Dzonsons | Getting ready for next [minor-number] release. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kristaps Dzonsons | Carefully let mandoc_getcontrol() handle libroff's... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kristaps Dzonsons | Make libman use mandoc_getcontrol() for real this time. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Kristaps Dzonsons | Have libman and libmdoc use mandoc_getcontrol() to... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Kristaps Dzonsons | Put mandocerrs and mandoclevels arrays into libmandoc... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ingo Schwarze | new: \. at the beginning of a line |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | As per joerg@'s suggestion, use const arrays when looki... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | Merge man_args() into man_macro.c, the only place where... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | First, make -man ARGS_EOLN et al. be an enum. Second... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | Add MAN_TAIL, which will be used by `UE' (forthcoming... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | Fix "libman" dependence. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kristaps Dzonsons | Make (e.g.) `SM' before `B' be only a warning. In... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Make empty sections and parts (SH, SS, RS) only produce... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | mdoc_argn_free is only used local to mdoc_argv.c, so... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Add some documentation and clean up mdoc.h/man.h. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Have the default include/lib install path end with... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Note the TODO file on the website. Also install index... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Add a FATAL error for when no manual type was assigned... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Be a bit more specific on where we compile. Are there... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | As mentioned: ChangeLog isn't being built any more. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Step 5: re-write Makefile and relax. This restructures... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Step 3: consolidate manuals. The parse functions in... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Step 2: blow away roff.h, as all of its functions have... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kristaps Dzonsons | Step 1 of restructuring: libmandoc.h. Move all compile... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Kristaps Dzonsons | main.c doesn't need roff.h anymore. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Kristaps Dzonsons | Let read.c worry about the currently-open file instead... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Kristaps Dzonsons | Change around include ordering for compilation on OpenBSD. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Kristaps Dzonsons | Split the document parsing sequence out of main.c and... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Kristaps Dzonsons | Bumped internal version. There will be no formal relea... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ingo Schwarze | .RS w/o line args is not serious VERSION_1_10_10 |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Note the development status of eqn.7 and tbl.7. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | "Reserved Characters" isn't correct since `\.' and... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Note that mdoc_valids[] is static. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | mandocmsg finally has no return value. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Clean-up in libman: make all calls to man_*msg not... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Clean-up in libmdoc: fix last checks for mdoc_*msg... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Clean-up in mdoc_argv.c args_checkpunct(). |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Clean-up in mdoc_argv.c: make CPP-defines into an enum... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Clean up mdoc_pmsg invocations to make them not check... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Kill off some unused function prototypes. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Kill off mdoc_strings.c, which is now empty. Byeeeeeeeee! |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_macro2len() into mdoc_validate.c as macro2len... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_str2sec() into mdoc_validate.c as a2sec(... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Tiny optimisation in mandoc_isdelim() check. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Make args_checkpunct() use mdoc_isdelim() instead of... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Kristaps Dzonsons | Move check for closing punctuation into its own functio... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ingo Schwarze | o diaeresis is 246 (U+00F6) |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Kristaps Dzonsons | Instead of a series of hard-coded strcmps, make argv_a2... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Kristaps Dzonsons | Push exit_status into struct curparse alongside file_st... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Kristaps Dzonsons | Remove duplicate UNCONST definition. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Kristaps Dzonsons | Clean-up: make file_status global be local to curparse... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Kristaps Dzonsons | Plug memory leak of normalised-date field. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Ingo Schwarze | my $buf = "string"; return $string; is cool in Perl... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Ingo Schwarze | Do not leak information about the software used |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Ingo Schwarze | date handling needs cleanup |
commit | commitdiff | tree | snapshot |
next |