2018-08-17 |
Ingo Schwarze | Remove more pointer arithmetic passing via regions... |
blob | commitdiff | raw |
2018-02-23 |
Ingo Schwarze | Logically, the following are are type names - just... |
blob | commitdiff | raw | diff to current |
2018-02-07 |
Ingo Schwarze | In man(7) and cat pages, cut off excessive one line... |
blob | commitdiff | raw | diff to current |
2017-08-26 |
Ingo Schwarze | Fix previous: mmap(2) returns MAP_FAILED on failure... |
blob | commitdiff | raw | diff to current |
2017-08-26 |
Ingo Schwarze | Do not fork and exec cmp(1); instead, simply fstat... |
blob | commitdiff | raw | diff to current |
2017-08-26 |
Ingo Schwarze | No need to fork and exec rm(1) -rf, we know that we... |
blob | commitdiff | raw | diff to current |
2017-07-28 |
Ingo Schwarze | When the mparse_alloc() prototype changed in read.c... |
blob | commitdiff | raw | diff to current |
2017-07-15 |
Ingo Schwarze | Improve rev. 1.250 further: |
blob | commitdiff | raw | diff to current |
2017-06-24 |
Ingo Schwarze | Split -Wstyle into -Wstyle and the even lower -Wbase... |
blob | commitdiff | raw | diff to current |
2017-05-17 |
Ingo Schwarze | Never create empty databases. |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
blob | commitdiff | raw | diff to current |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-03-03 |
Ingo Schwarze | Fix a copy-and-paste error that caused man(7) manuals... |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | No need to cast NULL when assigning it to a variable; |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | Be consistent in protecting __attribute__ attributes... |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | warn about missing one-line description; |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | Parse the section number from the content of preformatt... |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | If parsing a page reveals that it is neither mdoc(7... |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | fix base directory detection for makewhatis -t |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | Always register names taken from file names in the... |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Ingo Schwarze | Do text production for .Bt, .Ex, .Rv, .Ud at the valida... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
blob | commitdiff | raw | diff to current |
2016-10-22 |
Ingo Schwarze | cast off_t and uint64_t for printf(3) |
blob | commitdiff | raw | diff to current |
2016-10-20 |
Ingo Schwarze | 0x%llu is a bad idea, make that 0x%llx; |
blob | commitdiff | raw | diff to current |
2016-10-18 |
Ingo Schwarze | Compat glue for the FreeBSD comparison function prototy... |
blob | commitdiff | raw | diff to current |
2016-10-18 |
Ingo Schwarze | Simplify and correct support for reproducible builds... |
blob | commitdiff | raw | diff to current |
2016-09-02 |
Ingo Schwarze | When "makewhatis -d" tries to add to a database that... |
blob | commitdiff | raw | diff to current |
2016-09-01 |
Ingo Schwarze | remove "sparc" from a comment |
blob | commitdiff | raw | diff to current |
2016-08-22 |
Ingo Schwarze | When trying to edit an existing database with makewhati... |
blob | commitdiff | raw | diff to current |
2016-08-17 |
Ingo Schwarze | When the content of a manual page does not specify... |
blob | commitdiff | raw | diff to current |
2016-08-05 |
Ingo Schwarze | fix a typo that prevented names from .Dt from getting... |
blob | commitdiff | raw | diff to current |
2016-08-01 |
Ingo Schwarze | Repair makewhatis -t, regression in rev. 1.221 reported... |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Ingo Schwarze | Sort pages in the pages table by file names. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Ingo Schwarze | No need to populate the TYPE_arch and TYPE_sec bits... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Now that our man.conf(5) format is mature and extremely... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Remove the dependency on SQLite without loss of functio... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Use __attribute__((__format__ throughout. |
blob | commitdiff | raw | diff to current |
2016-07-15 |
Ingo Schwarze | add missing prototypes, no code change; |
blob | commitdiff | raw | diff to current |
2016-07-12 |
Kristaps Dzonsons | Add support for Mac OS X's sandbox_init(3) sandbox... |
blob | commitdiff | raw | diff to current |
2016-07-09 |
Ingo Schwarze | getopt(3) is declared in <unistd.h>, and <getopt.h... |
blob | commitdiff | raw | diff to current |
2016-03-17 |
Ingo Schwarze | 'accomodate' -> 'accommodate' in a comment. |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Prefer warn(3) over perror(3) at the few places where... |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Simplify the mparse_open() interface. |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | It was very surprising that a function called mparse_re... |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Ingo Schwarze | Improve handling of .Va and .Vt macros. |
blob | commitdiff | raw | diff to current |
2015-12-15 |
Ingo Schwarze | pledge(2) style: |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | Modernization, no functional change intended: |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | Without HAVE_ERR, don't try to include <err.h>, it... |
blob | commitdiff | raw | diff to current |
2015-11-06 |
Ingo Schwarze | merge pledge(2) support from OpenBSD |
blob | commitdiff | raw | diff to current |
2015-11-06 |
Ingo Schwarze | Use getprogname(3) rather than __progname. |
blob | commitdiff | raw | diff to current |
2015-10-22 |
Ingo Schwarze | use the new function man_validate() here, too |
blob | commitdiff | raw | diff to current |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Reduce the amount of code by moving the three copies... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | Garbage collect an unused variable, no functional change; |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | Clear dform and dsec when exiting a first-level directo... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Ingo Schwarze | Finally use __progname, err(3) and warn(3). |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-16 |
Ingo Schwarze | for portability, use (char *)NULL in execlp(3) as discu... |
blob | commitdiff | raw | diff to current |
2015-07-19 |
Ingo Schwarze | Do not fork and exec gunzip(1), just link with libz... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Unify mdoc_deroff() and man_deroff() into a common... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Delete the wrapper functions mdoc_meta(), man_meta... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Profit from the unified struct roff_man and reduce... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Third step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Parse the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Ingo Schwarze | Fix hardlink detection on platforms having padding... |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Ingo Schwarze | When makewhatis(8) scans a tree, ignore trailing garbag... |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | Support homebrew-style linking on Mac OS X. |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | Fatal errors no longer exist. |
blob | commitdiff | raw | diff to current |
2015-01-03 |
Ingo Schwarze | Fix a potential NULL pointer access in an error message... |
blob | commitdiff | raw | diff to current |
2015-01-02 |
Ingo Schwarze | Explicitly set the *data member of struct ohash_info... |
blob | commitdiff | raw | diff to current |
2014-12-30 |
Ingo Schwarze | When a file is given on the command line, actually... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
Ingo Schwarze | Integrate the makewhatis binary into the mandoc binary |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Ingo Schwarze | Improve parsing of function names. |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Ingo Schwarze | Do not misinterpret function arguments as function... |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Ingo Schwarze | Render text before, not after accumulating flag bits... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Ingo Schwarze | When finding a .so link after the page was already... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Ingo Schwarze | correctly store .Dt and .TH information in the names... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Ingo Schwarze | in the SYNOPSIS, add .Fo and first .Fn arguments to... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Ingo Schwarze | In the SYNOPSIS, if .Nm occurs without argument, give... |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Make makewhatis(8) understand .so links to .gz pages. |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | Simplify the mparse_open()/mparse_wait() interface. |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Ingo Schwarze | Three fixes with respect to the names table: |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ingo Schwarze | add missing entry for .ll to the dispatch table; |
blob | commitdiff | raw | diff to current |
2014-09-09 |
Ingo Schwarze | If a manpath directory (for example, a _whatdb entry... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | Do not report a page as arch=any merely because .Dt... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | fix debugging output |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | Add *.gz support to apropos(1) -a, man(1), and even... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | If a manual page is installed gzip(1)ed, let makewhatis... |
blob | commitdiff | raw | diff to current |
2014-09-01 |
Ingo Schwarze | When makewhatis(8) finds an .so link after the manual... |
blob | commitdiff | raw | diff to current |
next |