2013-09-15 |
Ingo Schwarze | For some mdoc(7) macros, it is (unfortunately) semantic... |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Ingo Schwarze | Move the last column-counting members of struct termp... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Ingo Schwarze | Use text production macros to document themselves. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Ingo Schwarze | After a leading blank on an output line, the first... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Ingo Schwarze | Put .%C before .%D in .Rs output |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Ingo Schwarze | jca@ found .as .shift .while in ratpoison(1) |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Ingo Schwarze | tedu@ says: "whatis pool" doesn't work |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Ingo Schwarze | For citing the names and email addresses of authors, |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Ingo Schwarze | Rudimentary implementation of the .it request (input... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Ingo Schwarze | Simple partial sync with OpenBSD: |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Ingo Schwarze | For the strings table, ohash_init is only called in... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Ingo Schwarze | Turning off synchronous mode logically belongs to openi... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Ingo Schwarze | fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Ingo Schwarze | Restore the check whether each page added to the database |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Ingo Schwarze | Parse for the closing delimiter `\}' for conditionals |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Ingo Schwarze | sort missing roff requests, and add some usage info |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Ingo Schwarze | A very simple utility script to automatically compare... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Ingo Schwarze | Improve handling of the roff(7) "\t" escape sequence: |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Ingo Schwarze | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q. |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Ingo Schwarze | The mdoc_handler flags are unused and will never be... |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Ingo Schwarze | In .Xr database entries, mention the manual section... |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Ingo Schwarze | The string hash table is only needed to combine multipl... |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Ingo Schwarze | Optimize stradds() and putkeys() to not call ohash_qloo... |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Ingo Schwarze | Drop wordaddbuf() which is identical to putkeys(). |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Ingo Schwarze | In dbopen(), check success of remove("mandoc.db~"). |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Ingo Schwarze | No point in inventing yet another file name for the... |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Ingo Schwarze | In parse_catpage(), the comment saying that the filenam... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Ingo Schwarze | The return value from parse_man() is completely unused, |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Ingo Schwarze | Two sanity checks got lost in treescan() |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Ingo Schwarze | Add back the realpath() checks that got lost during... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Ingo Schwarze | Some places used PATH_MAX from <limits.h>, some MAXPATH... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Ingo Schwarze | Changing existing SQLite databases was utterly broken: |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Ingo Schwarze | Starting the preparations to integrate this into OpenBSD. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ingo Schwarze | Let .Do .Dq .Ql .So .Sq generate the correct roff(7... |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ingo Schwarze | Sync to OpenBSD, no functional change: |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ingo Schwarze | Note where these functions are declared and implemented. |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ingo Schwarze | This file contains too much complexity. |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ingo Schwarze | Use a standard locale name, "UTF-8" is an ugly non... |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ingo Schwarze | latex2man.1 - oh boy... |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ingo Schwarze | Some documentation of the tbl parser. |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ingo Schwarze | If a table contained at least one complete line |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Ingo Schwarze | More cleanup: Consistently use the name "struct tbl_nod... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Ingo Schwarze | The name "struct tbl" was badly misleading for two... |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Ingo Schwarze | Reject non-printable characters found in the input... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Ingo Schwarze | Sync to OpenBSD: |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Ingo Schwarze | Simplify condition, avoid duplicate code; no functional... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Ingo Schwarze | In SYNOPSIS mode, .Ek doesn't end a keep. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Ingo Schwarze | In keep mode, if any text is printed (even in NOSPACE... |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Ingo Schwarze | Support .Bl -offset in -mdoc -Tman. |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Ingo Schwarze | Move printing of the .RS macro into print_offs() such... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Ingo Schwarze | Should termp_xx_pre() ever get called for a macro it... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Ingo Schwarze | Remove the variable sz because it's invariantly == 0, |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Ingo Schwarze | Even though the size of a pointer should not depend... |
commit | commitdiff | tree | snapshot |
2013-04-28 |
Ingo Schwarze | - (mdoc.7) fix Xr to self |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Ingo Schwarze | Cavium Octeon (new architecture in OpenBSD); from jmc@. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Ingo Schwarze | legancy -> legacy; reported by Chris Hettrick |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ingo Schwarze | In literal mode (.nf), each input line must be kept... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Ingo Schwarze | Rewrite indentation handling for nested lists in a... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Ingo Schwarze | Do not crash on stray .Ta macros found outside column... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Ingo Schwarze | In groff, trying to redefine standard man(7) macros... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Ingo Schwarze | sync usage(), and tidy up the output a little; from... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Ingo Schwarze | In -Tman mode, support automatic word keeps in the... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Ingo Schwarze | Three portability improvements by millert@: |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Ingo Schwarze | Make the generated man(7) code more portable by using .PD |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Ingo Schwarze | Correct indentation for lists and displays inside lists. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Ingo Schwarze | Fix four small whitespace issues related to trailing... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Ingo Schwarze | Warn about unknown volume or arch in Dt macro arguments; |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Ingo Schwarze | End of sentence spacing after trailing punctuation... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Ingo Schwarze | Two more macros (.Ap and .In) do trailing delimiter... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Ingo Schwarze | Improve formatting of badly nested font blocks. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Ingo Schwarze | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Ingo Schwarze | crash caused by .Ta outside .Bl |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Ingo Schwarze | freeciv wants .UR/.UE too; from bentley@ |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Ingo Schwarze | minor EOS issue reported by Nicolas Joly |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Ingo Schwarze | 1) Remove documentation of the groff-1.15 compatibility... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Ingo Schwarze | .Sq should use curly right quotes in HTML output to... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Ingo Schwarze | document .PD; related to man_term.c rev. 1.134 |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Ingo Schwarze | Implement .PD for -Tascii. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ingo Schwarze | Drop empty .IP such that is does not cause additional... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ingo Schwarze | Drop .sp and .br right after .SH and .SS. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ingo Schwarze | Let a trailing .Ns macro take effect |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ingo Schwarze | Fix handling of paragraph macros inside lists: |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ingo Schwarze | The mdoc(7) \*(Ba predefined string actually forces... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ingo Schwarze | Always fix the man(7) subsection header (.SS) indent... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ingo Schwarze | In flush-left mode of both man(7) and mdoc(7), when... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ingo Schwarze | For .El .sp, avoid the weird .sp -1v .PP .PP output... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ingo Schwarze | Several -mdoc parser improvements related to vertical... |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Ingo Schwarze | Translate blank input lines to .sp just like in mdoc(7), |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Ingo Schwarze | In -Tman .Bl -compact, skip the blank line only before... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Ingo Schwarze | Adjust -Tman SYNOPSIS .Nm indentation using .HP; reques... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Ingo Schwarze | If the tag in .Bl -tag .It would leave exactly one... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Ingo Schwarze | In -man -Tascii, support .sp with negative argument. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ingo Schwarze | The post_nm() validation function crashed when the... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ingo Schwarze | Do not crash in -Tman on: |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Ingo Schwarze | Polish -Tman .Rs support. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Ingo Schwarze | fix position and formatting of %U; |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Ingo Schwarze | basic implementation of -Tman .Bl -column using tbl... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Ingo Schwarze | basic implementation of -Tman .Bl -tag |
commit | commitdiff | tree | snapshot |
next |