source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: look at COHERENT troff
 2015-04-18 16:06 UTC 

mdocml: florian want <img> tags for https://tlakh.xyz/p2k15.7.html
 2015-04-16 20:36 UTC 

mdocml: Restore the page headers and page footers that accidentally got
 2015-04-16 20:22 UTC 

mdocml: shorten "outdated mandoc.db" warning message; requested by
 2015-04-16 16:36 UTC 

mdocml: Do not mistreat empty arguments to font alternating macros as
 2015-04-06 22:06 UTC 

mdocml: On a new RS nesting level, the saved width starts from the
 2015-04-06 14:59 UTC 

mdocml: Use the default width for .RS without arguments
 2015-04-06 13:35 UTC 

mdocml: If a partial explicit block extending to the next input line
 2015-04-05 23:05 UTC 

mdocml: Reduce code duplication, no functional change: Both partial and
 2015-04-05 22:44 UTC 

mdocml: Arguments to end macros of broken partial explicit blocks must
 2015-04-05 14:44 UTC 

mdocml: allow using an alternate mandoc binary
 2015-04-05  9:30 UTC 

mdocml: Give man(7) section and subsection headers hanging indentation
 2015-04-04 18:53 UTC 

mdocml: Rounding rules for horizontal scaling widths are more
 2015-04-04 17:47 UTC 

mdocml: Don't allow breaking the output line after hyphens following
 2015-04-04 13:54 UTC 

mdocml: Fix a quirk with respect to empty .HP
 2015-04-04 11:45 UTC 

mdocml: Vastly simplify man(7) block unwinding, similar to mdoc_macro.c
 2015-04-03 23:19 UTC 

mdocml: It turns out the man(7) parser suffers from unintelligible
 2015-04-03 17:01 UTC 

mdocml: portability: word boundaries in regular expressions
 2015-04-03 12:41 UTC 

mdocml: No need to hardcode /usr/bin/ as the path to more(1); helps
 2015-04-03  8:46 UTC 

mdocml: Third step towards parser unification: Replace struct mdoc_meta
 2015-04-02 23:48 UTC 

mdocml: Second step towards parser unification: Replace struct mdoc_node
 2015-04-02 22:48 UTC 

mdocml: First step towards parser unification: Replace enum mdoc_type
 2015-04-02 21:37 UTC 

mdocml: Let man(1) and apropos(1) work even when the current directory
 2015-04-01 12:49 UTC 

mdocml: Escape punctuation characters that have a different meaning in
 2015-03-30 16:06 UTC 

mdocml: refering -> referring; patch from jmc@
 2015-03-27 21:40 UTC 

mdocml: Actually use the new man.conf(5) "output" directive
 2015-03-27 21:33 UTC 

mdocml: Parse the new man.conf(5) "output" directive
 2015-03-27 17:37 UTC 

mdocml: Modernize documentation by inserting blanks between option
 2015-03-27 16:37 UTC 

mdocml: various tweaks from jmc@
 2015-03-27 16:29 UTC 

mdocml: oops, forgot to apply the actual patch
 2015-03-27  1:01 UTC 

mdocml: Document that certain stand-alone accents need escaping in rare
 2015-03-27  0:57 UTC 

mdocml: Add man.conf(5)
 2015-03-27  0:18 UTC 

mdocml: Add a new directive "manpath path" to replace the legacy
 2015-03-26 22:43 UTC 

mdocml: make MANPATH_DEFAULT compile-time configurable
 2015-03-22 18:15 UTC 

mdocml: when there is no -m, no -M, no MANPATH and no /etc/man.conf,
 2015-03-21 17:20 UTC 

mdocml: vasprintf(3) needs _GNU_SOURCE on Linux; pointed out by
 2015-03-20 15:32 UTC 

mdocml: Patch from Christian Neukirchen <chneukirchen at gmail dot com>:
 2015-03-20 15:25 UTC 

mdocml: The .PD macro can occur in next-line scope
 2015-03-20 14:48 UTC 

mdocml: Simplify by almost halving the number of macro flags: 1
 2015-03-20 12:54 UTC 

mdocml: Compat glue needed for Solaris 9 and 10
 2015-03-19 14:58 UTC 

docbook2mdoc: zap trailing whitespace; verified with diff -b; patch from
 2015-03-19 10:05 UTC 

pod2mdoc: zap trailing whitespace; verified with diff -b; patch from
 2015-03-19  9:59 UTC 

texi2mdoc: zap trailing whitespace; verified with diff -b; patch from
 2015-03-19  9:54 UTC 

mdocml: We always use FTS_NOCHDIR, so delete the directory changing
 2015-03-18 19:30 UTC 

mdocml: Pass the CC set in configure.local to Makefile.local
 2015-03-18 17:14 UTC 

mdocml: Simplify: Now that rc is global anyway, no need to pass it
 2015-03-17 13:36 UTC 

mdocml: When the user exits the pager before the pager has drained all
 2015-03-17  7:33 UTC 

mdocml: naddy@ found a tough problem - fittingly, in cobfusc(1)
 2015-03-16 14:51 UTC 

mdocml: Avoid off-by-one read access to the termacts array, which could
 2015-03-15 16:54 UTC 

mdocml: Remove the first comma from constructs like ", and," and ",
 2015-03-13 20:20 UTC 

mdocml: release 1.13.3
 2015-03-13 12:36 UTC 

texi2mdoc: Protect recursive printindex
 2015-03-13  8:13 UTC 

texi2mdoc: Fix some buffer overruns found by AFL
 2015-03-13  8:08 UTC 

mdocml: Fix hardlink detection on platforms having padding in struct
 2015-03-13  0:20 UTC 

texi2mdoc: Properly use natural ordering for the navigation section
 2015-03-12 10:45 UTC 

texi2mdoc: First, integrate the new `Xr' notation for linking to
 2015-03-12  4:24 UTC 

mdocml: When manpath(1) is available, enable HAVE_MANPATH even when
 2015-03-11 13:16 UTC 

mdocml: When interpreting the -O argument as a macro name fails, fall
 2015-03-11 13:11 UTC 

mdocml: Fix previous: size_t is often narrower than off_t
 2015-03-11 13:05 UTC 

texi2mdoc: Enormous patch (re-)fixing (again) the vertical space issue,
 2015-03-11 12:52 UTC 

mdocml: The st_size member of struct stat is off_t, which is signed, all
 2015-03-10 14:18 UTC 

mdocml: We can keep track of the pager PID without additional
 2015-03-10 13:50 UTC 

mdocml: Fix a regression caused in rev
 2015-03-10  3:02 UTC 

mdocml: update for 1.13.3
 2015-03-09 21:00 UTC 

mdocml: use \(dq rather than \*q; patch from bentley@
 2015-03-09 20:17 UTC 

texi2mdoc: Prevent empty Bd/Ed listing after type definition
 2015-03-09 18:55 UTC 

texi2mdoc: Protect against macros being inadvertently invoked on a macro
 2015-03-07 11:53 UTC 

texi2mdoc: Be more careful when we emit newlines before tables
 2015-03-07 11:50 UTC 

mdocml: Fix vertical spacing at the beginning of tables
 2015-03-06 15:49 UTC 

mdocml: In mdoc(7), don't mistreat negative .sp arguments as large
 2015-03-06 13:09 UTC 

mdocml: prevent the skipvsp flag from creeping past actual text
 2015-03-06 13:03 UTC 

mdocml: Flush the line preceding a table before clearing the right
 2015-03-06 11:03 UTC 

mdocml: Allow compilation on Mac OS X, which doesn't have MACHINE
 2015-03-06  9:25 UTC 

texi2mdoc: Convert `--' and `---' to en-dash and em-dash, respectively,
 2015-03-05 15:18 UTC 

texi2mdoc: First stab at properly handling the superfluous `Pp' problem:
 2015-03-05  9:37 UTC 

texi2mdoc: Properly insert the @copying block
 2015-03-05  8:36 UTC 

texi2mdoc: Don't print out defindex tokens--just save them
 2015-03-05  8:19 UTC 

mdocml: in eqn, "prime" is equivalent to \(fm, and - is equivalent to
 2015-03-04 12:20 UTC 

texi2mdoc: New sentence, new line
 2015-03-03 22:37 UTC 

mdocml: If an eqn(7) starts on a new input line, be sure to output
 2015-03-03 21:12 UTC 

texi2mdoc: Fix bad access to memory
 2015-03-03 15:21 UTC 

texi2mdoc: Account for @item a=@var{foo} and similar by using a `Ns'
 2015-03-03 15:04 UTC 

texi2mdoc: Allow for @sc{} to properly uppercase as requested by
 2015-03-02 18:13 UTC 

mdocml: If a non-gz manual is read after a gzipped manual, refrain from
 2015-03-02 14:50 UTC 

texi2mdoc: Minor bug-fixes: empty macros still have brackets parsed,
 2015-03-01 16:58 UTC 

texi2mdoc: Allow @value in the settitle block as found in GMP
 2015-03-01 13:40 UTC 

texi2mdoc: Reflect reality in manpage
 2015-03-01  0:26 UTC 

texi2mdoc: Add initial (and rather crude) support to print
 2015-03-01  0:25 UTC 

texi2mdoc: When using @def style commands, indent the "explanation"
 2015-02-28 13:17 UTC 

texi2mdoc: Have @math mode properly interpret commands and match
 2015-02-28  8:42 UTC 

texi2mdoc: Prevent infinite macro expansion by incrementing a "depth" of
 2015-02-28  0:03 UTC 

texi2mdoc: Fix a potential crash found by AFL
 2015-02-27 19:29 UTC 

mdocml: When makewhatis(8) scans a tree, ignore trailing garbage on
 2015-02-27 16:22 UTC 

mdocml: When man(1) and apropos(1) look for a file man1/foo.1 but it's
 2015-02-27 16:02 UTC 

texi2mdoc: Have Makefile install source as 0644 (thanks Sviatoslav
 2015-02-26 10:43 UTC 

texi2mdoc: Make sure we get syncodeindex bindings into our defindexes
 2015-02-26 10:42 UTC 

texi2mdoc: Need this for musl
 2015-02-25 19:46 UTC 

texi2mdoc: Casting for ctype functions
 2015-02-25 15:51 UTC 

texi2mdoc: Handle newline properly w/r/t vspace
 2015-02-25 15:15 UTC 

texi2mdoc: Compilation on OpenBSD
 2015-02-25 15:04 UTC 

texi2mdoc: Get ready for new version
 2015-02-25 15:03 UTC 

texi2mdoc: Have line and column number reporting not be affected by the
 2015-02-25 14:49 UTC 

texi2mdoc: Completely re-write @value and @macro handling to work
 2015-02-25 14:37 UTC 

texi2mdoc: First the memmem(3) invocations to have the proper length of
 2015-02-25 10:02 UTC 

texi2mdoc: Add (and ignore) a few more macros
 2015-02-24 21:07 UTC 

texi2mdoc: Allow many more (all?) symbols and punctuate
 2015-02-24 20:35 UTC 

texi2mdoc: Add all of the accents and fix their weird parsing rules
 2015-02-24 20:07 UTC 

texi2mdoc: Clarify the role of texiputchar() and texiputchars() and make
 2015-02-24 14:36 UTC 

texi2mdoc: Add reading initial file from stdin
 2015-02-23 22:50 UTC 

texi2mdoc: Convert Qq to Dq for links
 2015-02-23 20:55 UTC 

texi2mdoc: Swap TEXICMD_TEXSYM and TEXICMD_TIE
 2015-02-23 20:53 UTC 

texi2mdoc: Compile on Linux: define _GNU_SOURCE for memmem(3), replace
 2015-02-23 17:25 UTC 

texi2mdoc: Sneak in fix for GNU-ism
 2015-02-23 15:26 UTC 

texi2mdoc: Version notes
 2015-02-23 15:24 UTC 

texi2mdoc: Allow compiling on OpenBSD
 2015-02-23 15:24 UTC 

pod2mdoc: Not all perlpod(1) documents mark up function arguments with
 2015-02-23 15:12 UTC 

texi2mdoc: Implement macro-invocation workarounds found in real-life
 2015-02-23 15:09 UTC 

texi2mdoc: Have @math and @verb correctly escape arguments, add
 2015-02-23 14:36 UTC 

pod2mdoc: Re-wrap text lines
 2015-02-23 14:30 UTC 

mdocml: oops, in NAME, don't nag about the comma after .Nm
 2015-02-23 13:56 UTC 

mdocml: improve NAME section diagnostics; confusing messages reported by
 2015-02-23 13:31 UTC 

texi2mdoc: Add @verb{} support
 2015-02-23 12:40 UTC 

texi2mdoc: When calling `TS', we can temporarily unset literal mode
 2015-02-23 12:28 UTC 

texi2mdoc: Save line, column, and filename references before parsing
 2015-02-23 11:57 UTC 

texi2mdoc: Macro support! This parses the @macro blocks, maintains
 2015-02-23 11:45 UTC 

texi2mdoc: Protect against too many nested values
 2015-02-21 22:02 UTC 

texi2mdoc: Make @value{...} parse its own arguments
 2015-02-21 21:49 UTC 

pod2mdoc: chomp trailing dots off the .Nd line
 2015-02-21 21:16 UTC 

mdocml: Escape quotes when expanding macro arguments
 2015-02-21 14:47 UTC 

mdocml: For selecting a two-digit font size, support the historic syntax
 2015-02-20 23:55 UTC 

mdocml: Completely delete all carriage return characters from the input
 2015-02-20 22:41 UTC 

mdocml: \n(.$
 2015-02-20 13:47 UTC 

pod2mdoc: Stop bypassing the text output buffer when printing macro
 2015-02-20 13:34 UTC 

pod2mdoc: add function prototypes; no functional change
 2015-02-19 16:35 UTC 

pod2mdoc: Escape literal double quotes when they start a macro argument
 2015-02-19 15:27 UTC 

pod2mdoc: Preserve blank lines inside literal displays, do not render
 2015-02-19 13:51 UTC 

pod2mdoc: Fix a regression that broke Regress/formatcode/escape.pod: Do
 2015-02-19 11:14 UTC 

pod2mdoc: After converting a formatcode to a macro in ordinary mode,
 2015-02-19 11:10 UTC 

pod2mdoc: do not include an .Fa argument in quotes if it does not
 2015-02-19 11:05 UTC 

pod2mdoc: If the SYNOPSIS section mentions a name as #defined, mark it
 2015-02-19 11:00 UTC 

pod2mdoc: fix unintended CVS keyword expansion
 2015-02-19 10:53 UTC 

pod2mdoc: ignore line breaks in the NAME section; written on the train
 2015-02-19 10:47 UTC 

mdocml: naddy@ scoured the ports tree for remaining mandoc issues and
 2015-02-17 20:42 UTC 

mdocml: Render \(lq and \(rq as '"' in -Tascii mode but leave the
 2015-02-17 20:37 UTC 

mdocml: Cope with another one of the many kinds of DocBook stupidity:
 2015-02-17 18:09 UTC 

mdocml: Let .it accept numerical expressions, not just numerical
 2015-02-17 17:17 UTC 

mdocml: clean up post_dt() validation function; improved diagnostics,
 2015-02-16 19:03 UTC 

mdocml: Delete the -V option
 2015-02-16 16:24 UTC 

mdocml: strtonum(3) compat glue
 2015-02-16 14:56 UTC 

mdocml: Clamp width and indent settings to sensible values
 2015-02-16 14:12 UTC 

mdocml: Tweak the wording to avoid the possible misunderstanding that
 2015-02-15 17:58 UTC 

pod2mdoc: support -d Mdocdate
 2015-02-14 15:35 UTC 

mdocml: shut up about tabs in SYNOPSIS .Fd lines, there is no good way
 2015-02-14 13:24 UTC 

pod2mdoc: don't get confused by tabs in function declarations in the
 2015-02-14 13:11 UTC 

pod2mdoc: Detect function names not only before blanks, but also at the
 2015-02-14 12:47 UTC 

pod2mdoc: mark up foreign function names with .Xr
 2015-02-14 11:13 UTC 

pod2mdoc: New sentence, new line
 2015-02-14 10:35 UTC 

pod2mdoc: in the SYNOPSIS, render preprocessor lines with .Fd
 2015-02-13 18:44 UTC 

pod2mdoc: In text mode, do not print whitespace *after* printing a word
 2015-02-13 18:02 UTC 

pod2mdoc: use .Vt to mark up types mentioned in the SYNOPSIS
 2015-02-13 15:35 UTC 

pod2mdoc: use .Fa to mark up function arguments mentioned in the
 2015-02-13 12:41 UTC 

pod2mdoc: oops, committed wrong user settings
 2015-02-13 11:03 UTC 

pod2mdoc: ohash compat glue
 2015-02-13  9:57 UTC 

pod2mdoc: If a function is listed in the SYNOPSIS and its name occurs
 2015-02-13  0:44 UTC 

mdocml: After almost five years and 99 revisions, mdoc_macro.c rev
 2015-02-12 13:55 UTC 

mdocml: Do not confuse .Bl -column lists that just broken another block
 2015-02-12 13:01 UTC 

mdocml: Delete the mdoc_node.pending pointer and the function
 2015-02-12 12:25 UTC 

mdocml: do not access a NULL pointer if an .Eo block lacks a tail; found
 2015-02-11 14:15 UTC 

mdocml: explicit blocks close out .Nd; fixing data structure corruption
 2015-02-11 13:38 UTC 

mdocml: Be more careful to not generate empty .In, .St, and .Xr nodes
 2015-02-10 17:48 UTC 

mdocml: Do not read past the end of the buffer if an "f" layout font
 2015-02-10 11:03 UTC 

mdocml: trim trailing white space, no code change; from Svyatoslav
 2015-02-10  8:06 UTC 

mdocml: Closing a block validates it, which may end up deleting it, so
 2015-02-07 16:43 UTC 

mdocml: some tweaks to the DIAGNOSTICS section
 2015-02-07 15:15 UTC 

mdocml: ignore O_CLOEXEC when the operating system doesn't provide it;
 2015-02-07  7:53 UTC 

mdocml: trivial sync to OpenBSD: <sys/param.h> no longer needed
 2015-02-07  7:43 UTC 

mdocml: be more careful about argc == 0
 2015-02-07  6:28 UTC 

mdocml: replace the last legacy generic message type, "argument count
 2015-02-06 16:06 UTC 

mdocml: better error reporting regarding .OP .RS .UR .TH arguments
 2015-02-06 11:55 UTC 

mdocml: better diagnostics about excess arguments to .PD .ft .sp
 2015-02-06  9:39 UTC 

mdocml: better error reporting for .br .fi .nf with arguments
 2015-02-06  8:29 UTC 

mdocml: Delete the legacy generic warning type MANDOCERR_ARGCWARN,
 2015-02-06  7:13 UTC 

mdocml: better handle .Fo and .Fd without argument better handle .Fo
 2015-02-06  3:39 UTC 

mdocml: better handle empty .Bd .Bl .D1 .Dl blocks
 2015-02-06  2:05 UTC 

mdocml: better handle .In .Sh .Ss .St .Xr without arguments
 2015-02-06  1:07 UTC 

mdocml: fix handling of empty .An macros
 2015-02-05  1:47 UTC 

mdocml: Simplify by deleting the "lastline" member of struct mdoc_node
 2015-02-05  0:14 UTC 

mdocml: Discard excess head arguments for .Bd .Bl .Bk and delete
 2015-02-04 22:30 UTC 

mdocml: improve diagnostics regarding arguments of .An .Pp .Lp .br .sp
 2015-02-04 19:20 UTC 

mdocml: fix column numbers of macro arguments in messages
 2015-02-04 19:00 UTC 

mdocml: discard .Rs head arguments and improve .Rs diagnostics
 2015-02-04 18:04 UTC 

mdocml: more specific .Nd diagnostics, allowing to get rid of enum
 2015-02-04 16:39 UTC 

mdocml: Enable the integrated man(1) even when database support is
 2015-02-03 21:16 UTC 

mdocml: reduce indentation for better readability
 2015-02-03 18:38 UTC 

mdocml: Avoid closing out an explicit block twice when broken by .It
 2015-02-03 18:22 UTC 

mdocml: minimal support for Heirloom nroff
 2015-02-03 15:52 UTC 

mdocml: Finally delete the kitchensink functions rew_sub() and
 2015-02-03  1:14 UTC 

mdocml: Bring .Pp/.Lp handling inside .Nm blocks closer to groff; as a
 2015-02-03  0:49 UTC 

mdocml: Simplify and reindent make_pending()
 2015-02-02 19:23 UTC 

mdocml: Simplify: Do not call rew_dohalt() from make_pending(), the
 2015-02-02 18:27 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).