2016-07-29 |
Ingo Schwarze | Sort pages in the pages table by file names. |
blob | commitdiff | raw |
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 |
2014-08-23 |
Ingo Schwarze | do not leak a file descriptor on fdopen(3) failure... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
blob | commitdiff | raw | diff to current |
2014-08-11 |
Ingo Schwarze | Provide a fallback version of fts(3) for systems lackin... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Ingo Schwarze | Absurdly, the return value of sqlite3_column_text() |
blob | commitdiff | raw | diff to current |
2014-06-21 |
Ingo Schwarze | Prefix messages about bad command line options and... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Merge from OpenBSD - Marc Espie improved the ohash... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | More tweaking of set_basedir(). |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Ingo Schwarze | Some simple set_basedir() cleanup; more to come. |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Ingo Schwarze | Merge OpenBSD rev. 1.108 by sthen@; original commit... |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Ingo Schwarze | Render roff escape sequences contained in manual page... |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Ingo Schwarze | Fix two memory leaks in makewhatis -n: |
blob | commitdiff | raw | diff to current |
2014-04-27 |
Ingo Schwarze | Improve error handling in dbopen(). If PRAGMA SQL... |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Ingo Schwarze | Reduce the verbosity of makewhatis -t: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | improve SQL style: avoid "SELECT *", be explicit in... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Ingo Schwarze | Two minor tweaks regarding the fallback from -u/-d... |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Ingo Schwarze | Properly handle symlinks (hardlinks and .so only files... |
blob | commitdiff | raw | diff to current |
2014-04-18 |
Ingo Schwarze | In update mode, when opening the database fails, probab... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Rename the mpages.id column to mpages.pageid. There... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Give the mlinks and keys tables a pageid index, |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Ingo Schwarze | Unify description handling across all document types... |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Ingo Schwarze | better error reporting in case of SQL errors: mention... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
Ingo Schwarze | Next speed optimization step for the new apropos(1). |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Ingo Schwarze | After careful gprof(1)ing of the new apropos(1), move... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | In -p (picky) mode, warn unless each filename (aka... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | Warn about missing mlinks. |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | Remember which names are in the NAME section. |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | When the -n or -t flag is given to makewhatis(8), |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | Instead of silently doing nothing at all, |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | Rename the -W option to -p (mnemonics: picky, print... |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | The -v option of mandocdb(8) clashes with the -v option... |
blob | commitdiff | raw | diff to current |
next |