2017-01-19 |
Ingo Schwarze | Implement line breaking of the generated HTML code... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Ingo Schwarze | Make HTML output more human readable by overhauling... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Ingo Schwarze | Completely delete the buf field of struct html and... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Ingo Schwarze | Simplify the usage of print_otag() by making it accept... |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Ingo Schwarze | When looking up macro values while the macro tables... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | Skipping all escape sequences at the beginning of strin... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | show meta data for -Ttree output |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | Put compiler arguments that may contain -l at the end... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Ingo Schwarze | Do text production for .Bt, .Ex, .Rv, .Ud at the valida... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | simplify; NODE_ENDED does no harm in man(7) |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | Use stdout rather than stdin for controlling the terminal |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | Clarify how tabs after .It work |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | The .No macro is not supposed to produce fixed-width... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | Warnings and errors that occur during mdoc_validate() |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Indentation must be measured in units of the surroundin... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Fix an assertion failure caused by \z\[u00FF] with... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | from Tiago Silva <tiagofilipesilva at icloud dot com... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Tolerate bare tabs in SYNOPSIS .Cd for now. |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Stricter validation of the NAME section, in particular: |
commit | commitdiff | tree | snapshot |
2017-01-06 |
Ingo Schwarze | sort options list; from jmc@ |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | escape a macro name that is not intended to be called |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | correct spelling error; from jmc@ |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | Make the second, section number argument of .Xr mandatory. |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Ingo Schwarze | When reporting "whitespace at end of input line" on... |
commit | commitdiff | tree | snapshot |
2016-11-23 |
Ingo Schwarze | sync with NetBSD: add four new libraries; |
commit | commitdiff | tree | snapshot |
2016-11-19 |
Ingo Schwarze | Do not install libmandoc.a by default. |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Ingo Schwarze | warn about trailing whitespace at the end of comments; |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | document improved tagging functionality |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | use .Fn in custom sections for tagging, in addition... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | tag leading .Dv, .Li, and .No in .It; |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | implement tag priority 0, which will tag only keys... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | generate two tag entries from list entries of the form |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | skip leading \& and \e in tags |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | support more than one tag entry for the same search... |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Ingo Schwarze | cast off_t and uint64_t for printf(3) |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | 0x%llu is a bad idea, make that 0x%llx; |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | st_size is off_t, which is signed, so use %lld rather... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Ingo Schwarze | Avoid the confusion that -a might require a section... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | bring back support for sorting |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | sync with OpenBSD |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | The termination condition of the iteration logic in... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | Compat glue for the FreeBSD comparison function prototy... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | update after rev. 1.5 of dba.c |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | Simplify and correct support for reproducible builds... |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Ingo Schwarze | link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Ingo Schwarze | Delete complicated code dealing with .Bl -tag without... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Ingo Schwarze | We cannot use fputs(3) in passthrough() because the... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Ingo Schwarze | Make sure an output device is allocated before calling... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Ingo Schwarze | minor tbl(7) column spacing and wrapping issues in... |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Ingo Schwarze | use the proper HTML escape for double quote ("): "... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Ingo Schwarze | move zaurus down to the discontinued architectures |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Ingo Schwarze | When "makewhatis -d" tries to add to a database that... |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ingo Schwarze | remove "sparc" from a comment |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ingo Schwarze | move "sparc" down to discontinued architectures |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ingo Schwarze | When the database is corrupt in the sense of containing... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ingo Schwarze | less confusing warning message about negative offsets |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ingo Schwarze | If a line inside .Bl -column starts with a tab character |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ingo Schwarze | When trying to edit an existing database with makewhati... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ingo Schwarze | When running into a mandoc.db(5) file still using the... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | When a mismatching end macro occurs while at least... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | When scanning upwards for a column list to put a .Ta... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | If a column list starts with implicit rows (that is... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Ingo Schwarze | fix an fd leak; patch from jsg@ |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Ingo Schwarze | When the content of a manual page does not specify... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Ingo Schwarze | When reading back a mandoc.db(5) file in order to apply... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Ingo Schwarze | Make sure manuals in architecture-independent directori... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Ingo Schwarze | Even after switching from a pending head to the body... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Ingo Schwarze | oops, fix stupid typo in previous |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Ingo Schwarze | If a .Bd display is on the one hand doomed to be delete... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | Don't deref NULL if the only child of the first .Sh... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | move armish and hppa64 down in the dropdown box; remind... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | When trying to figure out which C compiler make(1)... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | Don't printf("%s", NULL) if .It has a macro as an argument |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | When validating a .Bl list that defaults to -item for... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Ingo Schwarze | Fix assertion failures caused by whitespace inside... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Ingo Schwarze | fix printf("%s", NULL); |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Ingo Schwarze | The concept of endianness seems to be somewhat newfangl... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Ingo Schwarze | Really protect <err.h> as already promised in the previ... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Ingo Schwarze | missing <endian.h> reported by Bapt@iste Daroussin... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Ingo Schwarze | fix a typo that prevented names from .Dt from getting... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Ingo Schwarze | Fix an assertion failure that happened when trying... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Ingo Schwarze | POSIX allows PATH_MAX to not be defined, meaning "unlim... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ingo Schwarze | Repair makewhatis -t, regression in rev. 1.221 reported... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ingo Schwarze | Adjust MANDOC_DB and bump MANDOCDB_VERSION now that |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ingo Schwarze | document the new file format |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Ingo Schwarze | Some base system pages, for example perl(1), contain... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Ingo Schwarze | Autodetect a suitable locale for -Tutf8 mode, |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Ingo Schwarze | Sort sections and architectures in the pages table. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Ingo Schwarze | Sort pages in the pages table by file names. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Ingo Schwarze | No need to populate the TYPE_arch and TYPE_sec bits... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ingo Schwarze | Autodetect if -lrt is needed for nanosleep(3). |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ingo Schwarze | tag_signal() is dead; from LLVM via Christos Zoulas |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ingo Schwarze | Linux compatibility: Work around the lack of EFTYPE... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Ingo Schwarze | Now that our man.conf(5) format is mature and extremely... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Ingo Schwarze | Remove the dependency on SQLite without loss of functio... |
commit | commitdiff | tree | snapshot |
next |